/* ==========================================================================
   GENERAL
========================================================================== */
::selection {
  background:#7CAFD4;
}
body, .cd-main-content {
}
h3 {
  font-size:30px;
  font-weight:bold;
}
a.novedad:hover {
  color:#00c975;
}
a.noicon:hover {
  color:#00e284;
}
.main-content {
  margin-top:0;
}
section h3 {
  font-size:30px;
  padding:0;
  margin:0;
}
section h4 {
  font-size:20px;
  font-weight:bold;
  padding:0;
  margin:0;
}

.button-blue {
  color: #fff !important;
  box-shadow: inset 0 0 0 3px #1DA0FF!important;
  transition: all .3s;
  border-radius: 999px;
  background: #1DA0FF !important;
}

.button-blue:hover {
  background: #ffffff!important;
  color: #1DA0FF!important;
}

.button-white {
  display: inline-block;
  padding: 1em 2em;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
  -moz-box-shadow: inset 0 0 0 3px #fff;
  box-shadow: inset 0 0 0 3px #fff;
  color: #fff !important;
  transition: all .6s;
  font-family: montserrat, sans-serif!important;
  font-weight: 700;
  text-transform: uppercase;
}

.button-white:hover {
  background-color:#7CAFD4;
}

a.noicon:hover {
  color: #707070;
}
u {
  text-decoration: underline;
}
.container-banner {
  padding: 70px 0 70px 0;
  background: #7DAFD3;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .container-contacto h4 {
    color: #ffffff;
  }
}

/* ==========================================================================
   SLIDER HERO
========================================================================== */
.container-hero-slider {
  color: #FFFFFF;
  min-height:480px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url(https://www.utdt.edu/Themes2G/escuela_negocios_ee/Images/bg-in-company.jpg);
  background-size: cover;
  background-position-y: center;
}
.container-hero-slider h2 {
  font-weight: 800;
  font-size: 2.4em;
}
.container-hero-slider h3 {
  font-weight: 600;
}
.container-hero-slider strong {
  font-weight: 900;
}
.container-hero-slider > .row {
  height:100%;
  background-size:48%;
  background-repeat:no-repeat;
  background-position:97%;
}

/* ==========================================================================
    MENU
========================================================================== */
.menu-ee {
  margin-top: -40px
}
.menu-ee h5 {
  margin:0;
  padding:0;
}
.menu-ee a {
  color:#000000;
  font-size:14px;
  padding: 20px;
  margin-right: 0;
  text-align: center;
  background: #ffffff;
  transition: all 0.6s;
  font-weight: 600;
  box-shadow: 0 0 10px #BFBFBF;
  border-radius: 8px;

  display: flex;
  align-items: center; /* Vertically centers content */
  justify-content: center;
  height: 100px; /* Example height */
}

.menu-ee a.double-line {
  padding: 18px 0;
}
.menu-ee a:hover {
  color: #7CAFD4;
  box-shadow: 0 0 10px #666;
}
.menu-ee p {
  line-height:1em;
}
.menu-ee a img {
  float: right;
  opacity: 0.7;
  height: 48px;
}
.menu-ee div {
  border: 5px solid transparent;
}

/* ==========================================================================
   1. PROGRAMAS
========================================================================== */
.container-programas {
  padding: 70px 0;
  font-family: Montserrat;
}

.box-prog {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}

.box-prog-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.box-prog-content {
  padding: 40px 30px 50px;
  position: relative;
}

.box-prog-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 24px;
}

.box-prog-list {
  list-style: none;
  font-size: 16px;
  color: #333;
  margin: 0;
}

.box-prog-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
}

.box-prog-list li::before {
  content: "\02D9";
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 2.4em;
  line-height: 1;
}

.box-prog-list li:last-child {
  margin-bottom: 70px;
}

/* Flecha azul abajo */
.arrow-down {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: right;
  justify-content: right;
}

/* Responsive */
@media (min-width: 768px) {
  .box-prog {
    grid-template-columns: 1fr 1fr;
  }

  .box-prog-image {
    height: 100%;
  }

  .box-prog-content {
    padding: 50px 45px 60px;
  }

  .box-prog-title {
    font-size: 32px;
  }

  .box-prog-list {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .box-prog-content {
    padding: 60px 60px 70px;
  }
}

/* ==========================================================================
   2. DESARROLLO
========================================================================== */
.container-desarrollo {
  padding: 70px 0;
  font-family: Montserrat;
  background-color: #ffffff;
}
.container-desarrollo h2 {
  font-weight: bold;
}

.container-desarrollo .grid article {
  border-radius: 8px;
}

.container-desarrollo .grid {
  color: black;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-gap: 1rem;
  grid-auto-rows: 1fr;
}

@media screen and (max-width: 768px) {
  .container-desarrollo .grid {
    grid-auto-rows: 0fr;
  }
}

.desa-bg-1 {
  background-color:#D9D9D9;
}
.desa-bg-2 {
  background-color:#E7F0F7;
}
.desa-bg-3 {
  background-color:#DAE3EE;
}
.desa-bg-4 {
  background-color:#C7CED8;
}

/* ==========================================================================
   3. DIFERENCIALES
========================================================================== */
.container-diferenciales {
  padding: 70px 0;
  font-family: Montserrat;
  background-color:#E7F0F7;
}
.container-diferenciales p, .container-diferenciales ul {
  margin-bottom: 0;
}
.container-diferenciales h2, .container-diferenciales li {
  font-weight: bold;
}

.container-diferenciales .grid article {
  border-radius: 8px;
  background: #ffffff;
}

.container-diferenciales .grid {
  color: black;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  grid-gap: 1rem;
  grid-auto-rows: 1fr;
}

@media screen and (max-width: 768px) {
  .container-diferenciales .grid {
    grid-auto-rows: 0fr;
  }
}

/* ==========================================================================
   4. TEMATICAS
========================================================================== */
.container-tematicas {
  padding: 70px 0;
  font-family: Montserrat;
  background-color: #ffffff;
}
.container-tematicas h2 {
  font-weight: bold;
  margin: 0;
}
.container-tematicas h4 {
  font-weight: 600;
}
.container-tematicas .grid article {
  border-radius: 8px;
}

.container-tematicas .grid {
  color: black;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-gap: 1rem;
  grid-auto-rows: 1fr;
}

/* Flecha azul abajo */
.plus {
  width: 100%;
  display: flex;
  align-items: right;
  justify-content: right;
}

.remodal {
  padding: 0;
  margin: 0;
}
.remodal-close:after {
  color: #000000;
}
.remodal-close:after::hover {
  color: #666666;
}
@media only screen and (min-width: 40.063em) {
  .remodal {
    -webkit-border-radius: 16px;
    border-radius: 16px;
  }
}

.remodal-close:hover.remodal-close:after, .remodal-close:active.remodal-close:after {
  color:#666666;
}


@media screen and (max-width: 768px) {
  .container-tematicas .grid {
    grid-auto-rows: 0fr;
  }
}

.tema-bg-1 {
  background-color:#DAE3EE;
}


/* ==========================================================================
   5. PARTNERS
========================================================================== */
.container-partners {
  padding: 70px 0;
  font-family: Montserrat;
  background-color: rgb(231, 240, 247);
}
.container-partners h2 {
  font-weight: bold;
}
.container-partners h3 {
  font-weight: 500;
}

.container {
  width: 100%;
  overflow: hidden;
}

.logo-row {
  display: flex;
  margin: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.logo-track {
  display: inline-flex;
  animation: scrollLeft 80s linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes scrollLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 15px;
  padding: 10px;
  min-width: 200px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
}

.logo img {
  width: 120px;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 10px;
}

.logo p {
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.logo strong {
  display: block;
  margin-bottom: 5px;
}


/* ==========================================================================
   6. PASS
========================================================================== */
.container-pass {
  padding: 70px 0;
  font-family: Montserrat;
}
.container-pass h2 {
  font-weight: bold;
}
.container-pass h3 {
  font-weight: 500;
}

/* ==========================================================================
   MEDIA QUERIES
========================================================================== */

@media only screen and (min-width: 768px) { }

@media screen and (min-width: 480px) {
  .container-third-nav .clickable-card {
    text-align:left;
  }
  .container-proyectos h4::after {
    content:'';
    width:60px;
    border-bottom:2px solid #ffffff;
    position:absolute;
    left:0px;
    bottom:-12px;
    z-index:1;
  }
}
@media screen and (max-width: 1025px) { }
@media screen and (max-width: 900px) {
  section h4 {
    font-size: 16px;
    font-weight: bold;
    padding: 8px 00;
  }
}
@media screen and (max-width: 480px) { }
@media screen and (max-width: 321px) { }

/* ==========================================================================
   PURE CSS BACK TO TOP
========================================================================== */

.scrolltop-wrap {box-sizing: border-box; position: absolute; top: 12rem; right: 2rem; bottom: 0; pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1000000;}
.scrolltop-wrap #scrolltop-arrow {fill: white;}
.scrolltop-wrap a:hover #scrolltop-bg {fill: #7CAFD4;}
.scrolltop-wrap a:hover #scrolltop-arrow {fill: white;}
@supports (-moz-appearance: meterbar) {
  .scrolltop-wrap {clip: rect(0, 3rem, auto, 0);}
}
.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; 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;
}
[role~=button] { border-radius: 0px!important; }
@media print {
  .scrolltop-wrap { display: none !important; }
}

/* ==========================================================================
    CONTACTO
========================================================================== */
.contact-wrapper, .contact-wrapper-2, .contact-wrapper-3, .contact-wrapper-4, .contact-wrapper-5  {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: white; transition: all 0.6s; } 
.contact-wrapper-2 { top: 271px; }
.contact-wrapper-3 { top: 352px; }
.contact-wrapper-4 { top: 433px; }
.contact-wrapper-5 { top: 514px; }
.contact-wrapper-2, .contact-wrapper-3, .contact-wrapper-4, .contact-wrapper-5, .contact-btn { 
  height: 80px;
  width: 80px;
  padding-top: 15px;
  font-size: 12px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.contact-wrapper-2 img, .contact-wrapper-3 img, .contact-wrapper-4 img, .contact-wrapper-5 img, .contact-btn img { 
  width: 24px;
  filter: brightness(0) invert(1);
}
.contact-btn { background: rgb(84 84 84 / 57%);}
.contact-wrapper-2 a:hover, .contact-wrapper-3 a:hover, .contact-wrapper-4 a:hover { color: #fff; }
.contact-wrapper-3 a {padding-top: 15px;}
.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 white; width: 70%; }
a:hover.contact-btn { background-color: #7CAFD4 }
#whatsapp-msng-icon { width: 48px; }
#contact-msng-icon { width: 38px; }
@media only screen and (max-width: 767px) {
    .contact-wrapper-2 {right: 114px;}
    .contact-wrapper-3 {right: 0; }
    .contact-wrapper-4 {right: 57px; }
    .contact-wrapper-5 {right: 171px;}
    .contact-wrapper-2, .contact-wrapper-3, .contact-wrapper-4, .contact-wrapper-5, .contact-btn {
        height: 50px;
        width: 110px;
        background-color: #714a8f00;
    }
    .contact-wrapper-2, .contact-wrapper-3, .contact-wrapper-4, .contact-wrapper-5 {
        top: initial;
        bottom: 0;
        flex-direction: row;
        background-color: #00000088;
        height: 50px;
        width: 55px;
        padding:0px 10px 10px }
    .contact-wrapper-2, .contact-wrapper-3, .contact-wrapper-4, .contact-wrapper-5, .contact-btn { 
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-left-radius: 0px;
    }
}

.box-colaboradores {
  height: 100px;
  max-height: 100px;
}