/* FONTS */
@font-face {
  font-family: "Helvetica";
  src: url('/Upload/fonts/helveticaneue-light-webfont.eot');
  src: url('/Upload/fonts/helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'), url('/Upload/fonts/helveticaneue-light-webfont.woff') format('woff'), url('/Upload/fonts/helveticaneue-light-webfont.ttf') format('truetype'), url('/Upload/fonts/helveticaneue-light-webfont.svg#ralewaythin') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url('/Upload/fonts/helveticaneue-medium-webfont.eot');
  src: url('/Upload/fonts/helveticaneue-medium-webfont.eot?#iefix') format('embedded-opentype'), url('/Upload/fonts/helveticaneue-medium-webfont.woff') format('woff'), url('/Upload/fonts/helveticaneue-medium-webfont.ttf') format('truetype'), url('/Upload/fonts/helveticaneue-medium-webfont.svg#ralewayregular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica-fecha";
  src: url('/Upload/fonts/demo/HelveticaNeue-Light.eot');
  src: url('/Upload/fonts/demo/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), url('/Upload/fonts/demo/HelveticaNeue-Light.woff') format('woff'), url('/Upload/fonts/demo/HelveticaNeue-Light.ttf') format('truetype'), url('/Upload/fonts/demo/HelveticaNeue-Light.svg#ralewaythin') format('svg');
  font-weight: 300;
  font-style: normal;
}


/* ==========================================================================
   GENERAL
========================================================================== */
::selection {
  background-color:#00AF66;
}
.box-dialogo{
  width: 316px;
}
.novedades{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: fit-content;
}

@media screen and (max-width: 1273px){
  .novedades{
    justify-content: center;
  }
}

h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  letter-spacing: initial;
}
h3 {
  font-weight:bold;
}
h5 {
  line-height:1;
}
h6 {
  text-transform: initial;
}
section h3 {
  color:#00AF66;
  font-size:30px;
  line-height: 1.3;
}
section h4 {
  font-size:20px;
  font-weight:bold;
}
a[class*="addthis_button"] {
  float: none!important;
  display: inline-block!important;
}
form:invalid, input:invalid {
  border: none !important;
}
video {
  display: block;
}

.top-ditella-escuela h1 a {
  font-weight: 400;
}

/* SWIPER */
@media screen and (min-width: 768px) {
  .swiper {
    height: initial!important;
  }
}
.swiper-wrapper {
  height: auto!important;
  align-items: baseline;
}

.button-white {
  display: inline-block;
  padding: 1em 2em;
  -webkit-box-shadow: inset 0 0 0 2px #00AF66;
  -moz-box-shadow: inset 0 0 0 2px #00AF66;
  box-shadow: inset 0 0 0 2px #00AF66;
  color:#00AF66!important;
  transition: all .6s;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffffff!important;
}
.button-white:hover {
  background-color:#66cfa3!important;
  color: #ffffff!important;
}

.button-white-2 {
  display: inline-block;
  padding: .6em 1em;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  -moz-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
  color:#ffffff!important;
  transition: all .6s;
  font-weight: 700;
  background-color: none!important;
}
.button-white-2:hover {
  background-color:#66cfa3!important;
  color: #ffffff!important;
}

.button-green{
  margin-top:20px; 
  display: inline-block;
  padding: 1em 2em;
  color: #ffffff;
  transition: all .6s;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #00AF66;
  border-radius: 999px;
}
.button-green:hover{
  border-color:  #00AF66!important;
  color:  #00AF66!important;
  background: #ffffff!important;
  border: 1px solid #00AF66!important;
}

.button, a.button, a.button:visited {
  letter-spacing: -0.025em;
  overflow: hidden;
  border: none;
  font-size: 18px;
  box-shadow: none!important;
  border-radius: 0;
  padding:1em 2em;
  -webkit-box-shadow:inset 0 0 0 3px#00AF66;
  -moz-box-shadow:inset 0 0 0 3px#00AF66;
  box-shadow:inset 0 0 0 3px#00AF66;
  color:#ffffff!important;
  border-radius: 999px;
  background-color:#00AF66!important;
}
.top-ditella-escuela h1 {
  max-width: 100%;
}
.top-ditella-escuela .nav {
  background: inherit;
  border: none!important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: none;
}

.bg-0 {
  background-color: #ffffff;
  color:#00AF66;
}
.bg-1 {
  background-color: #ffffff;
  color:#000000;
}
.bg-2 {
  background-color: #ffffff;
  color:#000000;
  -webkit-box-shadow:inset 0 0 0 1px#00AF66;
  -moz-box-shadow:inset 0 0 0 1px#00AF66;
  box-shadow:inset 0 0 0 1px#00AF66;
  margin-bottom: 10px;
}

#utdt-main h2, 
#utdt-main h3, 
#utdt-main h4, 
#utdt-main h5, 
#utdt-main h6, 
#utdt-main p,
#contenido h2, 
#contenido h3, 
#contenido h4, 
#contenido h5, 
#contenido h6, 
#contenido p,
.main-content h2, 
.main-content h3, 
.main-content h4, 
.main-content h5, 
.main-content h6, 
.main-content p
 {
  font-family: "Helvetica", sans-serif;
}

.main-content h2, 
.main-content h3,
#contenido h2, 
#contenido h3 {
  font-size: 2em;
  color: #00AF66;
  margin: 0;
  padding: 0;
}

#contenido h3 {
  font-weight: 300;
}

/* INTERNAS */
.inner-content h2 {
  font-family: "Helvetica", sans-serif;
  font-weight: 200;
  font-size: 5em;
  line-height: 1em;
  color: #00AF66;
  padding-bottom: 20px;
}
.banner {
  border: 1px solid #000000;
  background-color: #ffffff;
}
.banners h3 {
  color: #00AF66;
  font-size: 1.4em;
}
.banners h4, .banners p {
  color: #00AF66;
}
figure {
  margin: 0;
  padding: 0;
}
.box-interna {
  background-color: #ffffff;
  border: 1px solid #00AF66;
}

@media screen and (min-width: 768px) {
  .box-interna {
    top:-4em;
  }
}


/* Pego estas dos clases que vienen de utdt_menu.css?v=20191002 para que funcione el fixed del menu donde esta el whatsapp */
.cd-main-content,.cd-main-header {
  -webkit-transform:initial !important;
  -moz-transform:translateZ(0);
  -ms-transform:translateZ(0);
  -o-transform:translateZ(0);
  transform:translateZ(0);
  will-change:transform;}

.cd-main-content,.cd-main-header{
  -webkit-transition:initial,!important;
  transition:initial !important;
  will-change:initial !important;
}

@media screen and (max-width: 1024px) {
  .top-ditella-escuela .nav {
    bottom: 0;
    width: initial;
  }
  .top-ditella-escuela .nav:not(.nocollapse):not(.small-tablet):not(.mobile) button.hamburger {
    outline: none;
    height: 32px;
    position: absolute;
    bottom: 10px;
    right: 2px;
    color: rgba(255,255,255,0.8);
    /*display: none;*/
  }
}

/* ==========================================================================
   VIDEO
========================================================================== */
.container-video {
  font-weight:700;
}
.container-video video {
  object-fit:cover;
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
}
.container-video .video-wrapper {
  width:100vw;
  height:380px;
  position:relative;
  overflow:hidden;
  text-align:left;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:#00AF66;
  background: url(https://www.utdt.edu/Themes2G/escuela_diseno/Images/home/EscuelaDiseno_1153x500-2025.jpg?=v2025) no-repeat;
  background-size: cover;
}
.container-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 40vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.container-video .header{
  position:relative;
  color:#ffffff;
  text-align:left;
}

.container-video h2 {
  font-weight: 200;
  font-size: 5em;
  line-height:1em;
}

@media only screen and (min-width: 1280px) {
  .container-video .video-wrapper {
    height: 480px;
  }
}

@media only screen and (max-width: 768px) {
  .container-video .video-wrapper {
    width:100vw;
    height:70vh;
  }
  .container-video iframe {
    position:absolute;
    top:50%;
    left:50%;
    width:100vw;
    height:70vh;
  }
}
@media (min-aspect-ratio: 16/9) {
  .container-video .video-wrapper iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .container-video .video-wrapper iframe {
    width: 177.78vh;
  }
}

/* ==========================================================================
   SECONDARY NAV
========================================================================== */
.top-ditella-escuela {
  height:40px;
  padding-top:4px;
  margin-bottom:0px!important;
  border-radius: 0!important;
  z-index: 2000;
}
.top-ditella-escuela h1 {
  font-family: "Helvetica";
}
.top-ditella-escuela .nav li > a:hover {
  border-radius:0px;
}

nav > ul#menu > li > .btn-folleto {
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
  box-shadow: inset 0px 0px 0px 1px rgba(255,255,255,1);
  border-radius:0px;
  color:#ffffff;
  padding:4px 15px;
  margin-left:7px;
}

nav > ul#menu > li > .btn-folleto:hover {
  background:#ffffff!important;
  color:#00AF66!important;
}

/* ==========================================================================
   THIRD NAV: CARDS
========================================================================== */
.card h5 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2em;
  color:#00AF66;
}
.container-third-nav {
  padding-bottom: 20px;
  top: -30px;
  z-index:10;
}
.container-third-nav img {
  height: 80px;
}
.container-third-nav .clickable-card {
  background-color: #ffffff;
  margin: 0 10px;
  box-shadow: 0px 0px 0px 1px rgba(0,175,102,1) inset;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0,175,102,1) inset;
  -moz-box-shadow: 0px 0px 0px 1px rgba(0,175,102,1) inset;
  transition: 0.2s ease-in-out;
  font-size: 15px;
  color: rgb(43, 43, 43);
  border-radius: 0px;
  display: flex;
/*  justify-content: space-between;*/
  justify-content: center;
  flex-direction: column;
  min-height: 100px;
}
.container-third-nav .clickable-card:hover {
  box-shadow: 0px 0px 0px 3px rgba(0,175,102,1) inset;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(0,175,102,1) inset;
  -moz-box-shadow: 0px 0px 0px 3px rgba(0,175,102,1) inset;
  color:#00AF66;
}
.container-third-nav .clickable-card .card {
/*  margin-top: auto;*/
  width: 100%;
}

@media screen and (min-width:780px) {
  .container-third-nav .clickable-card {
    margin:0 10px;
    /*border-radius: 8px;*/
  }
}

@media screen and (max-width: 900px) {
  .container-third-nav img {
    float: left;
    height: 40px;
    max-width: 30px;
  }
}

/* ==========================================================================
   1. SECTION MENSAJE DEL DIRECTOR + AGENDA + NOVEDADES
========================================================================== */


/* AGENDA ================================================== */
.container-msj-agenda-novedades {
  background-color: #f8f9fb;
  background-color: #ffffff;
  padding: 50px 0 70px 0;
  margin-top: 0;
}
.container-msj-agenda-novedades p {
  color: #2b2b2d;
}
.container-msj-agenda-novedades, 
.container-msj-agenda-novedades h3 {
  color: #ffffff;
}
.container-msj-agenda-novedades h3 {
  font-size: 22px;
  font-weight:200;
  padding-bottom: 1em;
}
.container-msj-agenda-novedades h4 {
  font-weight:200;
}

/* NOVEDADES ================================================== */
.container-msj-agenda-novedades {
  min-height: 90vh;
}
.mensaje-director, .mensaje-director h3, .mensaje-director p, .mensaje-director a, .container-msj-agenda-novedades {
  color: #000000;
}
.container-msj-agenda-novedades h4 {
  color:#00AF66;
  font-weight: 600;
}
.mensaje-director h4, .container-msj-agenda-novedades h4 {
  padding: 0;
}
.mensaje-director hr {
  width: 160px;
  border-top: 3px solid #00AF66;
  margin: 0 auto;
  margin-bottom: 2em;
}
#contenido {
  position: relative;
  min-height: initial;
  margin-bottom:1em;
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  .mensaje-director hr {
    float: left;
  }
}
@media only screen and (max-width: 768px) {
  .mensaje-director {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .mensaje-director .hover:hover {
    top: -10px;
    z-index: 2000;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }
  .mensaje-director .click {
    z-index: 3000;
  }
}

/* ==========================================================================
   2. CONOCE
========================================================================== */
.container-conoce {
  background-color: #00af662e !important;
  padding: 70px 0;
  text-align: center;
  background: url(https://www.utdt.edu/Themes2G/escuela_diseno/Images/home/EscuelaDiseno_1153x500-conoce-2025.jpg?=v2025) no-repeat;
  background-size: cover;
}

.container-conoce h2 {
  font-weight: 200;
  font-size: 5em;
  line-height: 1em;
  color: #ffffff;
}

/* ==========================================================================
   3. PROFESORES
========================================================================== */
.container-cuerpo-de-profesores {
  padding:70px 0;
  text-align:center;
  background-color:#ffffff;
  color:#000000;
}
.container-cuerpo-de-profesores h2 {
  font-weight: 200;
  font-size: 5em;
  line-height: 1em;
  color: #00AF66;
}
.container-cuerpo-de-profesores h3 {
  color:#ffffff;
}
.container-cuerpo-de-profesores h5 {
  font-size:1.6em;
  line-height:2em;
  font-weight:100;
}
.container-cuerpo-de-profesores .swiper img {
  padding-bottom: 1em;
}
.container-cuerpo-de-profesores .swiper-slide img {
  display: block;
  width: 100%;
  height: initial;
  object-fit: cover;
}
.container-cuerpo-de-profesores .swiper-slide article {
  font-size: 1em;
  width: 70%;
  margin: 0 auto;
}
.container-cuerpo-de-profesores .swiper-pagination-bullet {
  border-radius: 50%!important;
}
.container-cuerpo-de-profesores .swiper-button-next:after,
.container-cuerpo-de-profesores .swiper-rtl .swiper-button-prev:after {
  background : url(https://www.utdt.edu/Images/2023/sliders/img/right-arrow.svg?=v5) no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  background-size: 20px;
  margin-top: 4px;
  content: '';
}
.container-cuerpo-de-profesores .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  background : url(https://www.utdt.edu/Images/2023/sliders/img/left-arrow.svg?=v5) no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  background-size: 20px;
  margin-top: 4px;
  content: '';
}
.container-cuerpo-de-profesores .swiper button,
.swiper input[type=submit],
.swiper input[type=button],
.swiper input[type=reset],
.swiper .button, .swiper a.button,
.swiper a.button:visited, [role~=button] {
  padding: 0!important;
}
:root {
  --swiper-theme-color:#ffffff;
}
.container-cuerpo-de-profesores .swiper button.disabled,
.container-cuerpo-de-profesores .swiper input[type=submit].disabled,
.container-cuerpo-de-profesores .swiper input[type=button].disabled,
.container-cuerpo-de-profesores .swiper input[type=reset].disabled,
.container-cuerpo-de-profesores .swiper .button.disabled,
.container-cuerpo-de-profesores .swiper a.button.disabled,
.container-cuerpo-de-profesores .swiper a.button.disabled:visited,
.container-cuerpo-de-profesores .swiper ul.button-group li a.disabled,
.container-cuerpo-de-profesores .swiper ul.button-group li button.disabled,
.container-cuerpo-de-profesores .swiper ol.button-group li a.disabled,
.container-cuerpo-de-profesores .swiper ol.button-group li button.disabled,
[role~=button][aria-disabled],
[role~=button].disabled,
[role~=button][aria-readonly] {
  border-radius: 50%!important;
  width: 40px!important;
  height: 40px!important;
  background: none;
}

.container-cuerpo-de-profesores .swiper-button-prev {
  position: absolute;
  top: 200px;
  left: -10px;
  z-index: 9999;
}
.container-cuerpo-de-profesores .swiper-button-next {
  position: absolute;
  top: 200px;
  right: -10px;
  z-index: 9999;
}

@media screen and (max-width: 1024px) {
  .container-cuerpo-de-profesores .swiper-button-prev {
    position: absolute;
    top: 200px;
    left: 0px;
    z-index: 9999;
  }
  .container-cuerpo-de-profesores .swiper-button-next {
    position: absolute;
    top: 200px;
    right: 0px;
    z-index: 9999;
  }
}

@media screen and (min-width: 1280px) {
  .container-cuerpo-de-profesores .SwiperProfesores {
    padding: 160px 30px 0 30px;
    height: 600px;
  }
  .container-cuerpo-de-profesores .swiper-button-prev {
    position: absolute;
    top: 200px;
    left: -20px;
    z-index: 9999;
  }
  .container-cuerpo-de-profesores .swiper-button-next {
    position: absolute;
    top: 200px;
    right: -20px;
    z-index: 9999;
  }
}
@media screen and (min-width: 1025px) {
  .container-cuerpo-de-profesores .swiper-button-next {
    margin-right:10px;
  }
}
@media screen and (min-width: 1500px) {
  .container-cuerpo-de-profesores .swiper-button-next {
    margin-right:0px;
  }
}

/* ==========================================================================
   4. ESPACIOS
========================================================================== */
.container-espacios {
  padding:70px 0;
  text-align:center;
  background-color:#ffffff;
  color:#000000;
}
.container-espacios h2 {
  font-weight: 200;
  font-size: 5em;
  line-height: 1em;
  color: #00AF66;
}
.container-espacios h3 {
  font-weight: 300;
  margin-bottom: .4em;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  .container-espacios .hover:hover {
    top: -10px;
    z-index: 20000000;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  }
}

/* ==========================================================================
   5. COLOQUIOS
========================================================================== */
.container-coloquios {
  background-color: #00AF66!important;
  padding: 70px 0;
  text-align: center;
  color: #ffffff;
}
.container-coloquios h2 {
  font-weight: 200;
  font-size: 5em;
  line-height: 1em;
  color: #ffffff;
}
.container-coloquios h3 {
  font-size: 1.2em;
  margin: .4em 0;
}
.container-coloquios h4 {
  font-weight: 400;
}
.container-coloquios h3, .container-coloquios p {
  color: #ffffff;
}
.border-top {
  border-top: 1px solid #ffffff;
}


.container-coloquios .swiper img {
  padding-bottom: 1em;
}
.container-coloquios .swiper-slide img {
  display: block;
  width: 100%;
  height: initial;
  object-fit: cover;
}
.container-coloquios .swiper-slide article {
  font-size: 1em;
  width: 90%;
  margin: 0 auto;
}
.container-coloquios .swiper-pagination-bullet {
  border-radius: 50%!important;
}
.container-coloquios .swiper-button-next:after,
.container-coloquios .swiper-rtl .swiper-button-prev:after {
  background : url(https://www.utdt.edu/Images/2023/sliders/img/right-arrow.svg?=v5) no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  background-size: 20px;
  margin-top: 4px;
  content: '';
}
.container-coloquios .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  background : url(https://www.utdt.edu/Images/2023/sliders/img/left-arrow.svg?=v5) no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  background-size: 20px;
  margin-top: 4px;
  content: '';
}
.container-coloquios .swiper button,
.swiper input[type=submit],
.swiper input[type=button],
.swiper input[type=reset],
.swiper .button, .swiper a.button,
.swiper a.button:visited, [role~=button] {
  padding: 0!important;
}
:root {
  --swiper-theme-color:#ffffff;
}
.container-coloquios .swiper button.disabled,
.container-coloquios .swiper input[type=submit].disabled,
.container-coloquios .swiper input[type=button].disabled,
.container-coloquios .swiper input[type=reset].disabled,
.container-coloquios .swiper .button.disabled,
.container-coloquios .swiper a.button.disabled,
.container-coloquios .swiper a.button.disabled:visited,
.container-coloquios .swiper ul.button-group li a.disabled,
.container-coloquios .swiper ul.button-group li button.disabled,
.container-coloquios .swiper ol.button-group li a.disabled,
.container-coloquios .swiper ol.button-group li button.disabled,
[role~=button][aria-disabled],
[role~=button].disabled,
[role~=button][aria-readonly] {
  border-radius: 50%!important;
  width: 40px!important;
  height: 40px!important;
  background: none;
}

.container-coloquios .swiper-button-prev {
  position: absolute;
  top: 200px;
  left: -10px;
  z-index: 9999;
}
.container-coloquios .swiper-button-next {
  position: absolute;
  top: 200px;
  right: -10px;
  z-index: 9999;
}

@media screen and (max-width: 1024px) {
  .container-coloquios .swiper-button-prev {
    position: absolute;
    top: 200px;
    left: 0px;
    z-index: 9999;
  }
  .container-coloquios .swiper-button-next {
    position: absolute;
    top: 200px;
    right: 0px;
    z-index: 9999;
  }
}

@media screen and (min-width: 1280px) {
  .container-coloquios .SwiperColoquios, .mySwiper-banner {
    padding: 10px 30px 0 30px;
    height: 600px;
  }
  .container-coloquios .swiper-button-prev {
    position: absolute;
    top: 200px;
    left: -20px;
    z-index: 9999;
  }
  .container-coloquios .swiper-button-next {
    position: absolute;
    top: 200px;
    right: -20px;
    z-index: 9999;
  }
}
@media screen and (min-width: 1025px) {
  .container-coloquios .swiper-button-next {
    margin-right:10px;
  }
}
@media screen and (min-width: 1500px) {
  .container-coloquios .swiper-button-next {
    margin-right:0px;
  }
}

/* ==========================================================================
   7. NOVEDADES
========================================================================== */
.container-novedades {
  padding:70px 0 70px 0;
  text-align:center;
  background-color:#ffffff;
  color:#000000;
}
.container-novedades h2 {
  font-family: "Helvetica", sans-serif;
  font-weight: 200;
  font-size: 5em;
  line-height: 1em;
  color: #00AF66;
}
.container-novedades h3 {
  color:#ffffff;
}
.container-novedades h5 {
  font-size:1.6em;
  line-height:2em;
  font-weight:100;
}


/* OCULTA ULTIMA NOTA */
.novedades-contenido-home .estructura_u:nth-of-type(5) {
    display:none;
}
.container-destacados {
    background-color:#EEEEEE;
    color:#7DAFD3;
}
.container-destacados .image-round {
    height:290px!important;
    background-size:cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.container-destacados .novedades-item a .third div:last-child, 
.container-destacados .novedades-item a .fourth div:last-child {
    background:white;
    display:block;
    min-height: 250px;
    color: black;
}
.container-destacados .butt {
    color:white!important;
    font-weight:bold;
    padding:1em;
}
.sTituloNovedad {
    font-size: 16px;
}
.copeteNovedad {
    font-size: 15px;
}
#cnovedad a div div {
    -webkit-box-shadow: inset 0 0 0 1px #00AF66;
    -moz-box-shadow: inset 0 0 0 1px#00AF66;
    box-shadow: inset 0 0 0 1px #00AF66;
    min-height: 150px;
    background-color: #ffffff;
}

#cnovedad a div div:first-child {
/*    border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
}

#cnovedad a div div:last-child {
    min-height: 210px;
}


/* ==========================================================================
   6. PROGRAMAS
========================================================================== */
.container-programas {
  padding:70px 0 0 0;
  text-align:center;
  background-color:#ffffff;
  color:#000000;
}
.container-programas h2 {
  font-weight: 200;
  font-size: 5em;
  line-height: 1em;
  color: #00AF66;
}
.container-programas h3 {
  color:#ffffff;
}
.container-programas h5 {
  font-size:1.6em;
  line-height:2em;
  font-weight:100;
}
.container-programas .swiper img {
  padding-bottom: 1em;
}
.container-programas .swiper-slide img {
  display: block;
  width: 100%;
  height: initial;
  object-fit: cover;
}
.container-programas .swiper-slide article {
  font-size: 1em;
  width: 70%;
  margin: 0 auto;
}
.container-programas .swiper-pagination-bullet {
  border-radius: 50%!important;
}
.container-programas .swiper-button-next:after,
.container-programas .swiper-rtl .swiper-button-prev:after {
  background : url(https://www.utdt.edu/Images/2023/sliders/img/right-arrow.svg?=v5) no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  background-size: 20px;
  margin-top: 4px;
  content: '';
}
.container-programas .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  background : url(https://www.utdt.edu/Images/2023/sliders/img/left-arrow.svg?=v5) no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  background-size: 20px;
  margin-top: 4px;
  content: '';
}
.container-programas .swiper button,
.swiper input[type=submit],
.swiper input[type=button],
.swiper input[type=reset],
.swiper .button, .swiper a.button,
.swiper a.button:visited, [role~=button] {
  padding: 0!important;
}
:root {
  --swiper-theme-color:#ffffff;
}
.container-programas .swiper button.disabled,
.container-programas .swiper input[type=submit].disabled,
.container-programas .swiper input[type=button].disabled,
.container-programas .swiper input[type=reset].disabled,
.container-programas .swiper .button.disabled,
.container-programas .swiper a.button.disabled,
.container-programas .swiper a.button.disabled:visited,
.container-programas .swiper ul.button-group li a.disabled,
.container-programas .swiper ul.button-group li button.disabled,
.container-programas .swiper ol.button-group li a.disabled,
.container-programas .swiper ol.button-group li button.disabled,
[role~=button][aria-disabled],
[role~=button].disabled,
[role~=button][aria-readonly] {
  border-radius: 50%!important;
  width: 40px!important;
  height: 40px!important;
  background: none;
}

.container-programas .swiper-button-prev {
  position: absolute;
  top: 200px;
  left: 30px;
  z-index: 9999;
}
.container-programas .swiper-button-next {
  position: absolute;
  top: 200px;
  right: -10px;
  z-index: 9999;
}


.novedades-contenido-home{
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
}

/* Tablet */
@media (max-width: 1024px) {
  .novedades-contenido-home{
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .novedades-contenido-home{
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .container-programas .swiper-button-prev {
    position: absolute;
    top: 200px;
    left: 0px;
    z-index: 9999;
  }
  .container-programas .swiper-button-next {
    position: absolute;
    top: 200px;
    right: 0px;
    z-index: 9999;
  }
}

@media screen and (min-width: 1280px) {
  .container-programas .SwiperProfesores {
    padding: 160px 30px 0 30px;
  }
  .container-programas .swiper-button-prev {
    position: absolute;
    top: 200px;
    left: 0px;
    z-index: 9999;
  }
  .container-programas .swiper-button-next {
    position: absolute;
    top: 200px;
    right: 0px;
    z-index: 9999;
  }
}
@media screen and (min-width: 1025px) {
  .container-programas .swiper-button-next {
    margin-right:10px;
  }
}
@media screen and (min-width: 1500px) {
  .container-programas .swiper-button-next {
    margin-right:0px;
  }
}


/* ==========================================================================
   CONTACTO FORM
========================================================================== */
button[type=submit], input[type=submit], input[type=button], input[type=reset] {
  opacity:1!important;
}
.container-contacto {
  background-color:#00AF66;
  padding:50px 0;
  color:#ffffff;
}
.container-contacto h3,
.container-contacto .contacto h5,
.container-contacto .contacto .datos {
  color:#ffffff;
}
.container-contacto button {
  color:#ffffff!important;
  border:3px solid #ffffff!important;
  background-color:#00AF66!important;
}
.container-contacto button:hover {
  background-color:#7cb0d9!important;
}
.container-contacto .contacto {
  background:initial!important;
}
.form-contacto h2 {
  display: none;
}
.form-contacto .legaltextinfo {
  display: none;
}
#contacto form button[type=submit] {
  border-radius: 999px;
  min-width: 160px;
}

/* ==========================================================================
    CONTACTO
========================================================================== */
.contact-wrapper, .contact-wrapper-1, .contact-wrapper-2, .contact-wrapper-3, .contact-wrapper-4 {
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 0px;
  position: fixed;
  top: 80px;
  right: 0px;
  z-index: 10;
  color: #ffffff;
  transition: all 0.6s;
}
.contact-wrapper-1, .contact-wrapper-2, .contact-wrapper-3, .contact-wrapper-4, .contact-btn { 
  height: 80px;
  width: 80px;
  padding-top: 15px;
  font-size: 12px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
a:hover.contact-btn {
  background-color: #00AF66;
}
.contact-wrapper-1 {
  top: 178px; 
  height: 104px;
}
.contact-wrapper-2 {
  top: 271px;
  background-color: #25D366;
}
.contact-wrapper-2:hover, .contact-wrapper-2 a, .contact-wrapper-2 a:hover {
  background-color: #25D366;
  opacity:1;
}
.contact-wrapper-3 {
  top: 352px;
}
.contact-wrapper-4 {
  top: 433px;
}
.contact-wrapper-1 img, .contact-wrapper-2 img, .contact-wrapper-3 img, .contact-wrapper-4 img, .contact-btn img { 
  width: 24px
}
.contact-btn {
  background: rgb(84 84 84 / 57%);
}
.contact-wrapper-1 a:hover, .contact-wrapper-2 a:hover, .contact-wrapper-3 a:hover, .contact-wrapper-4 a:hover {
  color: #ffffff;
}
.contact-wrapper p {
  font-size: 14px;
  text-align: center;
  margin: 0 10px;
}
.contact-wrapper input {
  border-radius: 15px;
  outline: none;
  display: flex;
}
.contact-wrapper button {
  background: rgba(162,195,58,.5);
  border-radius: 50%;
  border: 0;
  padding: 0;
  margin: 0 5px;
}
.contact-wrapper hr {
  border-top: 1px solid #ffffff;
  width: 70%;
}
#whatsapp-msng-icon {
  width: 48px;
}
#contact-msng-icon {
  width: 38px;
}
@media only screen and (max-width: 767px) {
  .contact-wrapper-1 {
    right: 171px;
  }
  .contact-wrapper-2 {
    right: 114px;
  }
  .contact-wrapper-3 {
    right: 0;
  }
  .contact-wrapper-4 {
    right: 57px;
  }
  .contact-wrapper-1, .contact-wrapper-2, .contact-wrapper-3, .contact-wrapper-4, .contact-btn {
    height: 50px;
    width: 110px;
    background-color: #714a8f00;
  }
  .contact-wrapper-1, .contact-wrapper-2, .contact-wrapper-3, .contact-wrapper-4 {
    top: initial;
    bottom: 0;
    flex-direction: row;
    background-color: #00000088;
    height: 50px;
    width: 55px;
    padding:0px 10px 10px;
  }
  .contact-wrapper-1, .contact-wrapper-2, .contact-wrapper-3, .contact-wrapper-4, .contact-btn { 
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .contact-wrapper-2:hover, .contact-wrapper-2 a, .contact-wrapper-2 a:hover {
    background-color: #25D366;
  }
  .contact-wrapper-1 a, .contact-wrapper-2 a, .contact-wrapper-3 a, .contact-wrapper-4 a { 
    top: 5px;
  }
}

/* ==========================================================================
   PURE CSS BACK TO TOP
========================================================================== */
.scrolltop-wrap { box-sizing: border-box; position: absolute; top: 12rem; right: 1rem; bottom: 0; pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1000000; right: 90px;}
.scrolltop-wrap #scrolltop-arrow { fill: white; }
.scrolltop-wrap a:hover #scrolltop-bg { fill: #00AF66; }
.scrolltop-wrap a:hover #scrolltop-arrow { fill: white; }
@supports (-moz-appearance: meterbar) {
  .scrolltop-wrap { clip: rect(0, 3rem, auto, 0); }
}
.scrolltop-wrap [role~=button] { border-radius:0px; }
.scrolltop-wrap a {
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  padding: 0!important;
  top: -5rem;
  width: 5rem;
  height: 5rem;
  margin-bottom: -5rem;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: all;
  outline: none;
  overflow: hidden;
}
.scrolltop-wrap a svg { display: block; border-radius: 0px; width: 100%; height: 100%; }
.scrolltop-wrap a svg path { transition: all 0.1s; }
.scrolltop-wrap a #scrolltop-arrow {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
  -webkit-transform-origin: center;
          transform-origin: center;
}

/* ==========================================================================
   MEDIA QUERIES
========================================================================== */
@media screen and (max-width: 1280px) {
  .container-video h2, .container-conoce h2, .container-cuerpo-de-profesores h2, .container-espacios h2, .container-coloquios h2 {
    font-size: 4em;
  }
}

@media screen and (max-width: 1025px){
  .container-third-nav .clickable-card {
    height: 60px;
    padding-top: 10px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 1025px) {
  .container-hero-slider {
    height: initial;
  }
}

@media screen and (min-width: 1200px) {
  .container-cursada img {
    max-width: 70%;
  }
}

@media screen and (min-width: 999px) {
  .position-z-index {
    z-index: 1000;
  }
  .position-absolute {
    z-index: 1000; position: absolute!important;
  }
  .position-bottom {
    bottom: 0;
  }
  .position-top {
    top: 100px;
  }
}

@media screen and (min-width: 1100px) {
  .position-top-2 {
    top: 200px;
  }
}

@media screen and (max-width: 900px) {
  section h3 {
    color:#00AF66;
    font-size:25px;
  }
  .logo-amba {
    padding: 10px 40px 10px;
  }
  .hero-slider-left {
    padding-top:0px;
  }
  .hero-slider-left span {
    color:#00AF66;
    background:#ffffff;
    padding:5px 10px;
    border-radius:0px;
    text-transform:uppercase;
  }
  .formulariocontacto {
    padding:inherit;
    width:100%;
  }

  /* TITULOS */
  .container-conoce h2, .container-cuerpo-de-profesores h2, .container-espacios h2, .container-coloquios h2,
  .container-programas h2, .container-novedades h2 {
    font-size: 2.6em;
  }
  .container-cuerpo-de-profesores p {
    text-align: center!important;
  }
  .container-actividades .novedades-item a .third div:last-child {
    min-height: initial!important;
  }
}

@media screen and (max-width: 480px) {
  .hero-slider-left h2 {
    font-size:4em;
    line-height:1em;
  }
  .hero-slider-left a {
    font-size: 15px;
  }
  .hero-slider-left span {
    font-size: 15px;
  }
  .container-third-nav .clickable-card {
    padding: 12px;
    height: 60px;
  }
  #contenido .row h3 {
    font-size: 20px;
  }
  .formulariocontacto {
    padding:inherit;width:100%;
  }
  .foto-director {
    margin-bottom: 1em;
  }

  /* TITULOS */
  .container-conoce h2, .container-cuerpo-de-profesores h2, .container-espacios h2, .container-coloquios h2,
  .container-programas h2, .container-novedades h2 {
    text-align: center;
  }

}

@media screen and (max-width: 900px) {
  .container-third-nav .clickable-card {
    height: 60px;
    padding-top: 10px;
  }
  .container-third-nav .clickable-card h5 {
    font-size: 2em;
  }
  .foto-director img {
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .formulariocontacto {
    padding:inherit;
    width:100%;
  }
}

@media only screen and (max-width: 767px) {
  .button-white {
    text-align: center;
    width: 100%;
  }
  .contactos {
    margin: -4em 0 0 0;
  }
  .container-cuerpo-de-profesores h5 {
    font-size: 1.4em;
    line-height: 2em;
    font-weight: 100;
  }
  .formulariocontacto {
    padding:inherit;
    width:100%;
  }
}

@media print {
  .scrolltop-wrap {
    display:none!important;
  }
  .formulariocontacto {
    padding:inherit;
    width:100%;
  }
}


nav, nav a{
  font-family: "helvetica" !important;
}
#sp-dialogos .masonrySwiper img, #sp-dialogos .swiper-slide, #sp-dialogos .swiper-slide img{
   width: 166px !important;
}