/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
  /*PREGUNTAS FRECUENTES*/

#preguntasFrecuentes {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px  0px;
}
.textoAcaDocente{
    font-size: 18px;
}
.accordeon .titulo {
  margin-bottom: 1.5rem;
}
.accordeon .titulo .subTxt {
  font-size: 14px;
  color: var(--grisClaro);
  margin: 0 0 5px 0;
}
.section-title {
  margin: 0 auto;
  font-size: 30px;
  font-family: 'Libre Baskerville', serif;
  text-transform: none;
  color: var(--verde); 
  text-align: center;
}
.faq_main_container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq_container {
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.faq_question {
  font-weight: 600;
  padding: 14px 26px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  margin-top: 0;
  background-color: #f1f1f1;
  border-radius: 40px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .16);
  transition: background-color .2s ease, box-shadow .2s ease, transform .1s ease;
}
.faq_question:hover {
  background-color: #E4E4E4;
  transform: translateY(-1px);
}
.faq_container.open .faq_question {
  border-radius: 16px 16px 0 0;
  background-color: #ECECEC;
}
.faq_question-text h3 {
  font-size: 15px;
  margin: 0;
  width: 100%;
  font-weight: bold;
}
.icon {
  flex-shrink: 0;
  margin-left: 18px;
}
.icon-shape {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  position: relative;
  border: 1px solid #888;
}
.icon .icon-shape::before,
.icon .icon-shape::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #555;
  border-radius: 3px;
  transition: .25s;
}
.icon .icon-shape::before {
  width: 14px;
  height: 2px;
}
.icon .icon-shape::after {
  width: 2px;
  height: 14px;
}
.faq_container.open .icon .icon-shape::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.answercont {
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  display: block;
  background: #FFFFFF;
  border-radius: 0 0 16px 16px;
  padding: 0 26px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .16);
}
.faq_container.open .answercont {
  max-height: 400px; 
  padding-bottom: 18px;
}
.answer {
  padding: 12px 0 0;
}
.answer p {
  line-height: 1.5;
  color: #777777;
  margin: 0;
  font-size: 14px;
}
.answer .Card {
  width: 220px;
  box-shadow: #9f9f9f 0px 0px 1px 1px;
  margin: 1rem 0 1rem;
  border-radius: 0rem 1rem 0rem 1rem;
  padding: 8px;
  display: block;
  text-decoration: none;
  color: #000;
  background-color: #fff;
}
.Card .contentImg,
.Card .contentImg img {
  width: 100%;
  border-radius: .5rem;
}
.programa .modalidad {
  color: #9F9D97;
  font-size: 13px;
}
.Card p {
  margin: 0;
  font-size: 13px;
}

#contenido-oculto{
    display: none;
}
.close{
    color:#fff;
}
#contenido-oculto2{
    display: none;
}
#youtube-video {
    pointer-events: none; /* Desactiva la interacción con el iframe */
  }

.card {
    background-color: #fff; 
    border: 2px solid #AFAFAF; 
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    padding: 40px; 
    width: 100%;
    max-width: 100%;
    margin: 0 auto; 
    text-align: center;
}
.card img{
    width: 60px;
}
.card-content {
    text-align: left; 
}

.card-content h3 {
    margin-top: 0;
    color: #333 !important;
    font-size: 27px !important;
}

.card-content p {
    margin-bottom: 0;
    color: #666; 
}

  .ver-mas {
    color: #394D84;
    font-weight: bold;
    text-decoration: dotted;
    cursor: pointer;
  }
  .enlace-ver-mas{

  }
.pronto-pago-c{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 20vh;
    right: 40px;
    transition: ease-in-out .6s all;
}

.pronto-pago-c:hover {
    transform: scale(1.05);
}

.pronto-pago-c.active{
    z-index: 2;
    opacity: 1;
    visibility: visible;
    transition: ease-in-out .3s all;
}
.linea_punteada {
    border-left: 2px dotted #B78B1E;; /* Puedes ajustar el grosor y el color según tus necesidades */
    height: 350px; /* Ajusta la altura según sea necesario */
  }
.side-button-container {
    position: relative;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}
.containerContenido {
    display: flex;
    justify-content: space-between;
    gap:20px;
    flex-direction: row;
  }
  .columnaContenido {
   
  }

.side-button {
    position: absolute;
    left: -100px; 
    top: 160px;
    transform: translateY(-60%) rotate(-90deg); /* Rotar el texto verticalmente */
    background-color: #000000; /* Color de fondo del botón */
    border: none;
    color: white;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px 0 0 5px; /* Bordes redondeados en el lado izquierdo */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 22px;
    font-weight: bold; 
    
}

.side-button:hover {
    background-color: #000000; /* Color de fondo del botón al pasar el mouse */
}
.image-container2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Dos columnas */
    gap: 20px; /* Espacio entre las imágenes */
}

.image2 {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

@media (max-width: 600px) {
    /* Cambiar a una sola columna en dispositivos móviles */
    .image-container2 {
        grid-template-columns: 1fr;
    }
}
.popupDocentes {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
    z-index: 9999;
  }
  .seccionIconos{
    position: absolute;
    top: 10%;
    z-index: 999;
    transform: translateY(0%);
  }
  .iconos-banner {
    display: flex;
    align-items: center !important;
    padding-left: 100px;
    margin: 0 auto;
    position: relative; 
    flex-direction: column;
}

.iconos-banner img {
    width: 100%; /* Ajustamos el ancho al 100% para que se adapte correctamente */
    max-width: 100%; /* Ajusta el ancho máximo de la imagen */
    height: auto; /* Ajusta la altura automáticamente */
    object-fit: contain; /* Controla cómo se redimensiona la imagen dentro de su contenedor */
    padding-bottom: 5px;
}

.iconos-banner img:hover {
   
}

.info-box {
    position: absolute;
    top: 0;
    left: 130px;  
    background-color: #000000;
    padding: 10px;
    width: 300px;
    height: 50px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
    transition: opacity 0.3s ease;
    z-index: -1; /* Ajusta el orden de apilamiento detrás de la imagen */
    padding-left: 50px;
    text-align: left;
    border-radius: 10px;
    line-height: 60px;
}
.info-box p{
    font-size:14px !important;
}

.info-box2 {
    position: absolute;
    top: 150px;
    left: 130px;  
    background-color: #B78B1E;
    padding: 10px;
    width: 350px;
    height: 60px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
    transition: opacity 0.3s ease;
    z-index: -1; /* Ajusta el orden de apilamiento detrás de la imagen */
    padding-left: 50px;
    text-align: left;
    border-radius: 10px;
}

.info-box3 {
    position: absolute;
    top: 300px;
    left: 130px;  
    background-color: #B78B1E;
    padding: 10px;
    width: 350px;
    height: 60px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: none;
    transition: opacity 0.3s ease;
    z-index: -1; /* Ajusta el orden de apilamiento detrás de la imagen */
    padding-left: 50px;
    text-align: left;
    border-radius: 10px;
}

.iconos-banner:hover .info-box,
.iconos-banner:hover .info-box2,
.iconos-banner:hover .info-box3 {
    display: block;
    opacity: 1;
}
  .inversion{
    font-size: 24px;
  }
  
  .popup-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
  }
  .popup-content h2{
    text-align: center;
  }
  
  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .item {
    text-align: center !important;
  } 
#video {
    width: 100%;
    height: auto;
  }
.btn-success {
    background-color:#B78B1E !important;
    color:white !important; 
    border-color: #B78B1E !important;
    margin-left: 28px;
    margin-bottom: 20px;
}
.opacity-container {
    filter: brightness(40%); 
}
/*-----------*/
.ocultar-mobile{
    display:block;
}
.ocultar-desktop{
    display:none;
}
#Diplomado .owl-carousel .owl-nav i {
    color: #B78B1E;
    background-color:white;
}
#proceso_admision_mobile .owl-carousel .owl-nav i{
    color: #B78B1E;
    background-color:white;
}

#Diplomado  .owl-carousel .owl-nav i:hover {
    color: white;
    background-color:#B78B1E;
}
#carousel1.owl-carousel .owl-dots button {
    background: #ccc; /* Color por defecto de los puntos no seleccionados */
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    padding: 0; 
    border: none;
}

#carousel1.owl-carousel .owl-dots button span {
    display: none;
}

#carousel1.owl-carousel .owl-dots button.active {
    background: #B78B1E; 
}
#carousel1.owl-carousel .owl-dots button.active span {
    display: none; 
}
/*--------CARROUSEL 5--------------*/
#carousel3.owl-carousel .owl-next{
margin-right: -40px !important;
}
#carousel3.owl-carousel .owl-prev{
    margin-left: -40px !important;
    }

#carousel3.owl-carousel .owl-nav .owl-prev i {
    color:rgb(255, 255, 255) !important;
    background-color: transparent !important;
}

#carousel3.owl-carousel .owl-nav .owl-next i {
    color:rgb(255, 255, 255) !important;
    background-color: transparent !important;
}

#carousel4.owl-carousel .owl-dots button {
    background: #ccc; /* Color por defecto de los puntos no seleccionados */
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    padding: 0; 
    border: none;
}

#carousel4.owl-carousel .owl-dots button span {
    display: none;
}

#carousel4.owl-carousel .owl-dots button.active {
    background: #000000; 
}
#carousel4.owl-carousel .owl-dots button.active span {
    display: none; 
}
#carousel5.owl-carousel .owl-dots button {
    background: #ccc; /* Color por defecto de los puntos no seleccionados */
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    padding: 0; 
    border: none;
}

#carousel5.owl-carousel .owl-dots button span {
    display: none;
}

#carousel5.owl-carousel .owl-dots button.active {
    background: #B78B1E; 
}
#carousel5.owl-carousel .owl-dots button.active span {
    display: none; 
}

#carousel7.owl-carousel .owl-dots button {
    background: #ccc; /* Color por defecto de los puntos no seleccionados */
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    padding: 0; 
    border: none;
}

#carousel7.owl-carousel .owl-dots button span {
    display: none;
}

#carousel7.owl-carousel .owl-dots button.active {
    background: #000000; 
}
#carousel7.owl-carousel .owl-dots button.active span {
    display: none; 
}


#carousel8.owl-carousel .owl-dots button {
    background: #ccc; /* Color por defecto de los puntos no seleccionados */
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    padding: 0; 
    border: none;
}

#carousel8.owl-carousel .owl-dots button span {
    display: none;
}

#carousel8.owl-carousel .owl-dots button.active {
    background: #516EBC; 
}
#carousel8.owl-carousel .owl-dots button.active span {
    display: none; 
}

/*--FIN CARROUSEL 5 --------------*/

#card_video .owl-carousel .owl-nav i {
    color: #000000;
    background-color:white;
}
#carousel2.owl-carousel .owl-dots button {
    background: #ccc; 
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    padding: 0; 
    border: none; 
}

#carousel2.owl-carousel .owl-dots button span {
    display: none; /* Oculta el span dentro del punto activo */
}

#carousel2.owl-carousel .owl-dots button.active {
    background: #000000; /* Color cuando el punto está seleccionado */
}
#carousel2.owl-carousel .owl-dots button.active span {
    display: none; /* Oculta el span dentro del punto activo */
}
#carousel3 .owl-item.active.center {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    flex-direction: column;
    position: relative;
}

#carousel3 .owl-item img {
    width: 100%; /* Ajustar según sea necesario */
    height: auto;
}

#carousel3 .owl-item.active.center img {
    width: 100%; /* Ajustar el tamaño de la imagen central */
    height: auto;
    max-width: 130%; /* Ajustar el máximo de agrandamiento permitido */
}


#carousel3 .owl-item h2.carousel-text {
    display: none;
}

#carousel3 .owl-item.show-text h2.carousel-text {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: white;
}
/* Estilo de las bolas de navegación (dots) */
#carousel3 .owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
}

#carousel3 .owl-dots button.owl-dot {
    background-color: #ccc; /* Color de fondo de las bolas inactivas */
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50%; /* Para hacer las bolas redondas */
    border: none; /* Opcional: Elimina el borde de los botones */
}

/* Estilo de la bola activa */
#carousel3 .owl-dots button.owl-dot.active {
    background-color: #B78B1E; /* Color de fondo de la bola activa */
}

#carousel3.owl-carousel .owl-dots button span {
    display: none; /* Oculta el span dentro del punto activo */
}

#carousel6.owl-carousel .owl-dots button {
    background: #ccc; 
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    padding: 0; 
    border: none; 
}

#carousel6.owl-carousel .owl-dots button span {
    display: none; /* Oculta el span dentro del punto activo */
}

#carousel6.owl-carousel .owl-dots button.active {
    background: #B78B1E; /* Color cuando el punto está seleccionado */
}
#carousel6.owl-carousel .owl-dots button.active span {
    display: none; /* Oculta el span dentro del punto activo */
}


  
/*--------------*/
/*---PROCESO DE ADMISION DUVAN LEAL-----*/
#proceso_admision{
    padding-top: 50px;
    padding-bottom: 200px;
    max-width: 1200px;
    margin: 0 auto;
    }
    #proceso_admision {
      display: block;
    }
    #proceso_admision_mobile{
      display: none;
    }
    .linea-negra {
      width:20%;
      height: 2px;
      background-color: #B78B1E;
      margin:0 auto;
    }
    .linea-blanca {
        width:30%;
        height: 2px;
        background-color: #FFFF;
        margin:0 auto;
      }
      .linea-dorada {
        width:100%;
        height: 2px;
        background-color: #B78B1E;
      }
      .linea-dorada2 {
        width:50%;
        height: 2px;
        background-color: #B78B1E;
        margin:0 auto;
      }
    .titulo_admisiones h3{
      text-align:center;
      font-family: 'Open+Sans', sans-serif;
      color:#000000;
    }
    .image-container {
      width: 25%;
      float: left;
      padding: 10px;
      box-sizing: border-box;
      text-align: center;
    }
    
    .image-container img {
      width: 40%;
      border-radius: 8px;
    }
    
    .image-description {
      margin-top: 10px;
    }
    .profesores_desktop{
        display:block;
      }
    
    @media only screen and (max-width: 767px) {
        .card {
            width: 100%;
        }
        
        .iconos-banner img {
            width: 30px;
        }
        .iconos-banner {       
            padding-left: 30px;
        }
        .info-box {
            left: 60px;  
           
            padding: 10px;
          
            width: 300px;
            height: auto;
            
            padding-left: 20px;
        
        }
        .info-box p{
            font-size: 10px !important;
        }
      #proceso_admision {
          display: none;
      }
      #proceso_admision_mobile{
        display: block;
        padding-top:50px;
      }
      .profesores_desktop{
        display:none;
      }
      .ocultar-mobile{
        display:none;
    }
    .ocultar-desktop{
        display: block;
    }
    }
    /*--estilos mobile---*/
    .filasMobile{
      display:flex;
      width:100%;
    }
    .linea-negra2 {
      width:80%;
      height: 1px;
      background-color: #000000;
      margin:0 auto;
    }
    .fila1 {
      width: 25%;
      padding-top:20px;
      padding-bottom:10px;
      box-sizing: border-box;
      text-align: center;
    }
    .fila1 img{
        width:40%;
    }
    .fila3 img{
        width:250%;
    }
 
    .fila2 {
      width: 50%;
      box-sizing: border-box;
      padding-top:20px;
      padding-bottom:10px;
      text-align: center;
      text-align: left;
    }
    .fila3 {
      width: 15%;
      box-sizing: border-box;
      padding: 20px;
      text-align: center;
    }
    .fila {
      width: 100%;
      box-sizing: border-box;
      padding: 20px;
      text-align: center;
    }
    
    .fila img {
      max-width: 100%;
      height: auto;
    }
    /*---fin estilos mobile---*/
    /*--FIN PROCESO DE ADMISION----*/
/*---------ESTILOS DUVAN ACORDEON-----------*/

.acordeon {
    display: flex;
} 

.botones {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.boton {
    padding: 10px;
    margin: 5px;
    cursor: pointer;
    background-color: transparent;
    color: #000000;
    border: none;
    border-radius: 5px;
    outline: none;
    width: 300px;
    border: 1px solid #B78B1E;
}

.boton:hover {
    background-color: #000000;
    color:white;
}

.contenido {
    padding: 20px;
    border-left: 2px solid #B78B1E;
    margin-left: 10px;
}

.boton.seleccionado {
    background-color: #000000;
    color: white;
}

/* Oculta todos los contenidos */
.contenido:not(#contenido1) {
    display: none;
}
#contenido4 img{
    width:60%;
}
.card_beneficios{
    display: block;
}
#profesores_mobile{
    display: none;
}
.profesores_desktop{
    height: 400px;
    z-index: 9;
    width: 100%;
}
#fondo_final{
    width:100%;
    height: auto;
    display:block;

}
#fondo_finalP{
       width:100%;
    height: auto;
    display:block; 
}
#fondo_final_mobile{
    display: none;
}
.contenedor_boton{
    display: flex;
    justify-content: center;
    align-items: center;
}
.boton_tambien{
    background-color: #B78B1E;
    color:#ffffff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}
.contenedor_boton .boton_tambien:hover {
    background-color: #616161; 
    color:white;
}


/* Nuevos estilos para dispositivos móviles */
@media screen and (max-width: 768px) {
    .pronto-pago-c{
        opacity: 0;
        position: fixed;
        top: 100px;
        right: 0;
        z-index: 1;
    }

    .btn-pronto-pago.big {
        font-size: 1.8vh;
    }
    
    .pronto-pago-c  img {
        width: 150px !important;
    }
    .linea_punteada {
        display: none;
      }
    .containerContenido {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
      }
      .columnaContenido {
        width: 100%; /* Ajusta el ancho según necesites */
      }
    .acordeon {
        flex-direction: column;

    }

    .botones {
        width: 100%;
        order: 1;
        /* Cambia el orden para que aparezca encima del contenido */
        flex-direction: row;
        flex-wrap: wrap;
    }

    .contenido {
        border-left: none;
        /* Elimina el borde izquierdo en dispositivos móviles */
        margin-left: 0;
        /* Elimina el margen izquierdo en dispositivos móviles */
        order: 2;
        /* Cambia el orden para que aparezca debajo de los botones */
    }

    .boton {
        width: 150px;
    }

    #contenido4 img {
        width: 90%;
    }
    .card_beneficios{
        display: none;
    }
    #profesores_mobile{
        display: block;
    }
    #fondo_final{
        display:none;
    }
    #fondo_final_mobile{
        display:block;
        padding: 20px 0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .profesores_desktop {
     display:none;
    }
    #fondo_final{
        display:none;
    }
    #fondo_final_mobile{
        display:block;
        padding-top:30px;
    }
    .ocultar-mobile{
    display:none;
}
.ocultar-desktop{
    display: block;
}
  }

.linea-horizontal {
    border: 1px solid #B78B1E; /* Estilo del borde de la línea */
    margin: 20px 0; /* Espacio antes y después de la línea */
  }
/*--------FIN ESTILOS ACORDEON DUVAN---------*/
#Hero {
    position: relative;
    width: 100%;
    height:auto;
  }
  
  .video-container {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .containerVideo {
    position: relative;
    z-index: 2;
    color: white;
    padding-top: 40px;
  
  }
  
  #Hero h3,
  #Hero h1,
  #Hero .text-white {
    position: relative;
    z-index: 3;
  }
  
  #Hero #camino-exito {
    position: absolute;
    top: 25%;
    right: 15%;
  }
  
  #Hero p {
    font-size: 16px;
    color: white;
  }
  
  #Hero .boton-green {
    margin-bottom: 100px;
  }
  

.subprincipal{   
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 24px;
    line-height: 10px;
    letter-spacing: 0.2px;
    color: #fff;
    margin-bottom: 20px;
    padding-top: 40px;
}

.principal{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 42px;
    line-height: 48px;
    letter-spacing: 0.2px;
    color: #fff;
}

.btn-whatsapp {
    color: white;
    border-radius: 10px;
    display: block;
    font-family: Open Sans;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: right;
    width: 300px;
    padding: 8px 22px;
    height: 40px;
    background-color: #1BD741;
    font-weight: bold;
    margin: auto;
    margin-top: 20px;
    position: absolute;
    right: 0px;
}

.btn-whatsapp i {
    color: white;
    font-size: 25px;
    margin-right: 5px;
    position: absolute;
    left: 20px;
    top: 7px;
}

.titleleft{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.2px;
    color: #000000;
}

.formulario{
    border-radius: 10px;
}

.titleform{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 300;
    font-size: 28px;   
}

.infoprograma{
    padding-left: 20px;
    padding-right: 420px;
}

.cajaimg{
    padding-left: 35px; 
    padding-right: 60px; 
    padding-top: 20px;
    padding-bottom: 20px;
}

.cajaimgtab{
    padding-left: 5px; 
    padding-right: 5px; 
    padding-top: 20px;
    padding-bottom: 20px;
}

.cajatab{
    background-color: #EAEAEA; 
    padding-left: 90px; 
    padding-right: 90px; 
    border-radius: 20px 20px 0 0;
}

.cajatextcard{
    background-color: #EAEAEA; 
    padding-left: 20px; 
    padding-right: 20px; 
    border-radius: 0px 0px 20px 20px;
    min-height: 223px;
}

.caja{
    background-color: #EAEAEA;
    border-radius: 20px;
}

.cajatext{
    padding-left: 5px; 
    padding-right: 20px;
    padding-bottom: 20px; 
}

.cajatextcel{
    padding-left: 5px; 
    padding-right: 5px;
    padding-bottom: 20px; 
}

.cajalarga{
    background-color: #EAEAEA;
    padding-left: 10px; 
    padding-right: 10px;
    padding-bottom: 20px; 
}

.textcajalarga{
    padding-left: 10px; 
    padding-right: 10px;
    padding-bottom: 20px; 
}


.btnred { 
    background: #29B866; 
    width: auto;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px; 
    letter-spacing: 1px; 
    font-family: 'Open Sans', sans-serif; 
    border: 0; 
    color: #fff; 
    text-transform: none; 
    font-weight: bold; 
    display: inline-block; 
    border-radius: 10px; 
    text-align: center; 
    border:2px solid #29B866; 
}

.btnred:hover, .button:focus { 
    background: #616161; 
    color: #ffffff; 
    border-color: #616161; }


.btnyellow { 
    background: #B78B1E; 
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 30px; 
    letter-spacing: 1px; 
    font-family: 'Open Sans', sans-serif; 
    color: #fff; 
    text-transform: none; 
    font-weight: bold; 
    display: inline-block; 
    border-radius: 10px; 
    text-align: center; 
    border:2px solid #B78B1E; 
}

.btnyellow:hover, .button:focus { 
    background: #616161; 
    color: #ffffff; 
    border-color: #616161; 
}

.sm-form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 14px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 2px solid #DDD;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}

.sm-form-control:focus {
	border-color: #AAA;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sm-form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.sm-form-control:-ms-input-placeholder { color: #999; }
.sm-form-control::-webkit-input-placeholder { color: #999; }

.sm-form-control[disabled],
.sm-form-control[readonly],
fieldset[disabled] .sm-form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}

.sm-form-control { height: auto; }

.form-control { 
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: inline;
    line-height: inherit;
}

.form-control:active,
.form-control:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
	border-bottom: 2px solid #516EBC;
	background-color: #fff;
}

label {
	display: inline-block;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 10px;
	cursor: pointer;
}

label.label-muted {
	color: #999;
	font-weight: normal;
	margin-right: 5px;
}

#blue-box {
    background-image: url("../images/fondo_general.webp");
    background-size: cover;
    background-repeat: no-repeat; 
    padding: 60px 0; 
    color: #000; 
    
}

#blue-box h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    color: white;
    line-height: 45px;
}

#blue-box h3 span {
    font-weight: normal;
    font-size: 20px;
}

#blue-box ul {
    font-size: 16px;
    list-style-type: square;
}

#blue-box .ul-box-right {
    border-left: 1px solid white;
    padding-left: 70px;
}

#black-box {
    position: relative;
    background: linear-gradient(
  90deg,
  #0C101C 0%,
  #1B2340 40%,
  #384A82 100%
    );
    display:flex; 
    justify-content: center;
    flex-direction:row;
}

.fixed-black-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

#black-box div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
}

#black-box img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}

#black-box p {
    font-family: Open Sans;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    padding-top: 5px;
}

#black-box #brochure-boton {
    background-color: #B78B1E;
    color: rgb(255, 255, 255);
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    border-radius: 16px;
    padding: 15px;
    height: 50px;
    margin-top: 8px;
}

#Beneficios hr {
    width: 250px;
    border: 1px solid;
    text-align: center;
    color: #1D1D1B;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#Beneficios .owl-carousel .owl-item img {
    text-align: center;
    margin: auto;
}

#ECUninorte a {
    color: white;
}

#Informacion hr {
    width: 250px;
    border: 1px solid;
    text-align: left;
    color: #1D1D1B;
    margin-top: 20px;
    margin-bottom: 20px;
}


#get-call {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction:column;
}
.get_call_dos{
    display: flex;
    flex-direction: row;
}

#get-call div {
    text-align: center;
    padding: 0px 0px 0px 0px;
    width: 100%; 
}

#get-call div i {
    font-size: 30px;
}

#get-call div p {
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
}
#get-call .black-box {
    background-color: #000000;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;     
}


#get-call .yellow-box {
    background-color: #B78B1E;
    color: rgb(255, 255, 255);
}

#get-call .yellow-box p {
    color: rgb(255, 255, 255);
}

#get-call .green-box {
    background-color:#394D84;
    color: white;
}

#get-call .green-box p {
    color: white;
}

.fixed-get-call {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 2;
}

.fixed-black-box {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 2;
}

#calificacion {
    padding: 30px;
}

#calificacion #tab1 .row {
    padding: 30px;
}

#calificacion #tab2 .progress {
    background-color: #D9D9D9;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
    height: 10px;
}

#calificacion #tab2 .progress-bar {
    background-color: #FFCC00;
    height: 10px;
    margin-top: 0px;
}

#calificacion #tab2 .col-xs-10 {
    padding-left: 0px;
}

#calificacion #tab2 .col-xs-2 p {
    margin-bottom: 0px;
}

#calificacion #tab2 .col-xs-4 h3{
    text-align: center;
    font-size: 50px;
}

#calificacion #tab3 #box-tab-3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#calificacion #tab3 #box-tab-3 div {
    text-align: center;
    width: 100%;
    cursor: pointer;
}

#calificacion #tab3 #box-tab-3 div p {
    color: black;
    line-height: normal;
}

#calificacion #tab3 div img {
    width: 50px;
    height: 50px;
}

#calificacion .tittle-c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

#calificacion .tittle-c img {
    width: 70px;
    height: auto;
}

#calificacion .tittle-c h4 {
    font-size: 18px;
    margin-left: 20px;
}

#calificacion .nav-tabs {
    border-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#calificacion .tabs-c {
    margin-top: 20px;
}

#calificacion .tabs-c li {
    width: 100%;
}

#calificacion .tabs-c li a{
    color: white !important;
    background-color: black !important;
    font-weight: bold;
    margin-right: 0px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 0px;
    text-align: center;
}

#calificacion .tabs-c li.active a{
    border-bottom: 5px solid #FFCC00 !important;
}

#calificacion .tabs-c .tab-pane {
    padding: 20px;
}

#calificacion .tabs-c .reviews {
    overflow-y: scroll;
    max-height: 500px;
}

#calificacion .tabs-c .tab-pane h6 {
    font-size: 20px;
    line-height: normal;
    color: black;
    font-weight: 300;
}

#calificacion .tabs-c .tab-pane .heading {
    color: rgba(33, 33, 33, 0.52);
}

#calificacion .tabs-c .tab-pane .checked {
    color: #FFCC00;
}

#calificacion .tabs-c .tab-pane .btnyellow {
    font-size: 18px;
    margin-top: 20px;
}

#calificacion .col-lg-4 {
    background: rgba(217, 217, 217, 0.5);
    padding: 20px 0px;
    min-height: 500px;
    border-radius: 15px 0px 0px 15px;
}

#calificacion #slider-box h3 {
    color: #516EBC;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    font-size: 25px;
    line-height: normal;
}

#calificacion #slider-box hr {
    width: 250px;
    border: 1px solid;
    text-align: center;
    color: #1D1D1B;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#calificacion #slider-box img {
    width: 100%;
    margin: auto;
    max-width: 140px;
}

#calificacion #slider-box p {
    color: black;
    font-size: 17px;
    text-align: center;
    line-height: normal;
    margin-top: 20px;
}

#calificacion #slider-box .owl-item {
    padding: 6px;
}

#calificacion #slider-box .item {
    background-color: white;
    min-height: 320px;
    border-radius: 20px;
    -webkit-box-shadow: 2px 9px 5px -4px rgba(0,0,0,0.32);
    box-shadow: 2px 9px 5px -4px rgba(0,0,0,0.32);
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

#calificacion #slider-box .final-slider{
    background-color: #516EBC;
}

#calificacion #slider-box .final-slider p{
    color: white;
}

#calificacion #slider-box .final-slider button{
    margin: auto;
    text-align: center;
}

#calificacion #slider-box {
    padding-top: 25px;
}

#box-row-calificacion {
    background: rgba(217, 217, 217, 0.2);
    border: 1px solid black;
    border-radius: 15px;
}

#Informacion {
    color: #616161;
    padding: 80px 0px 30px 0px !important;
}

#Informacion h4 {
    font-size: 23px;
    font-weight: 700;
    text-align: left;
    color: #516EBC;
}

#Informacion ul {
    font-weight: bold;
    margin-left: 14px;
}

#Informacion #img-information {
    width: 60%;
    margin-top: 7%;
}

#video-box {
    padding: 30px;
    padding-top: 70px;
}

#video-box .description-video {
    padding-top: 60px;
}

#ECUninorte p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#ECUninorte hr {
    width: 250px;
    border: 1px solid;
    text-align: center;
    color: white;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

#video-box h3 {
    font-size: 23px; 
    color: #000;
    line-height: normal;
}

#video-box button {
    font-size: 18px;    
}

#Informacion button {
    font-size: 18px;
}

#Comunicate {
    background-size:cover;
    background-image: url("https://virtual.uninorte.edu.co/images_maestria/images_maes_tic/contacto_llamadaMaestria.png");
}

.whatsapp-float {
    color: white;
    font-size: 38px;
    background-color: #1BD741;
    padding: 5px;
    position: fixed;
    right: 0;
    top: 40%;
}

.whatsapp-float i {
    display: block;
}

#slider-box .owl-carousel .owl-nav .owl-prev {
    left: -80px;
    border: 4px solid #516EBC;
    border-radius: 25px;
}

#slider-box .owl-carousel .owl-nav .owl-next {
    right: -80px;
    border: 4px solid #516EBC;
    border-radius: 25px;
}

#slider-box .fa-arrow-left, #slider-box .fa-arrow-right {
    background: transparent;
    color: #516EBC;
}

#Diplomado .owl-carousel .owl-nav .owl-prev {
    border: 4px solid #B78B1E;
    border-radius: 25px;
}

#Diplomado .owl-carousel .owl-nav .owl-next {
    border: 4px solid #B78B1E;
    border-radius: 25px;
}

#Diplomado .fa-arrow-left, #Diplomado .fa-arrow-right {
    background: transparent;
    color: #B78B1E;
}

#Diplomado .owl-carousel img {
    width: 70%;
    margin: auto;
}

#Diplomado .item {
    padding: 0px 0px;
    display:flex;
    align-items:center;
    justify-content:center;
}

#Diplomado .item h3 {
    text-align: center;
    color: #516EBC;
    font-size: 20px;
    margin-top: 30px;
}

#Diplomado p {
    font-size: 15px;
    line-height: normal;
    text-align: center;
}

#profesores_mobile .owl-carousel img {
    width: 70%;
    margin: auto;
}
#profesores_mobile .owl-carousel .owl-nav .owl-prev {
    border: 4px solid #ffffff;
    border-radius: 25px;
}
#profesores_mobile .owl-carousel .owl-nav .owl-next {
    border: 4px solid #ffffff;
    border-radius: 25px;
}

/*----CARD VIDEO---*/

#card_video .fa-arrow-left, #card_video .fa-arrow-right {
    background: transparent;
    color: #516EBC;
}

#card_video .owl-carousel img {
    width: 80%;
    margin: auto;
}

#card_video .item {
    padding: 0px 0px;
}

#card_video .item h3 {
    text-align: center;
    color: #516EBC;
    font-size: 20px;
    margin-top: 30px;
}

#card_video p {
    font-size: 15px;
    line-height: normal;
    text-align: center;
}
/*---FIN CARD VIDEO----*/

/*---informacion mobile---*/
#proceso_admision_mobile .owl-carousel .owl-nav .owl-prev {
    border: 4px solid #B78B1E;
    border-radius: 25px;
}

#proceso_admision_mobile .owl-carousel .owl-nav .owl-next {
    border: 4px solid #B78B1E;
    border-radius: 25px;
    background-color: white;
}

#proceso_admision_mobile .fa-arrow-left, #proceso_admision_mobile .fa-arrow-right {
    background: transparent;
    color: #B78B1E;
}

#proceso_admision_mobile .owl-carousel img {
    width: 70%;
    margin: auto;
}

#proceso_admision_mobile .item {
    padding: 0px 0px;
}

#proceso_admision_mobile .item h3 {
    text-align: center;
    color: #516EBC;
    font-size: 20px;
    margin-top: 30px;
}

#proceso_admision_mobile p {
    font-size: 15px;
    line-height: normal;
    text-align: center;
}
/*---fin informacion mobile----*/

#Diplomado h6 {
    font-size: 15px;
    line-height: normal;
    text-align: center;
    font-style: italic;
    margin-top: 15px;
}

.progress-two div {
    width: 40% !important;
}

.progress-three div {
    width: 10% !important;
}

.progress-four div {
    width: 5% !important;
}

.progress-five div {
    width: 20% !important;
}

#calificacion .reviews hr {
    margin: 25px 20px;
    border-bottom: 1px solid black;
}

#calificacion .reviews-box {
    padding: 0px 20px;
}

#calificacion .reviews-box .left-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#calificacion .reviews-box .left-box img {
    width: 52px;
    border-radius: 50%;
}

#calificacion .reviews-box .left-box p {
    color: black;
    margin-left: 10px;
    margin-top: 13px;
}

#Informacion .show-title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

#Informacion .show-hr {
    text-align: center;
    margin: auto;
}


/* animation phone icon
/////////////////////////////// **/
.black-box_phone-icon {
    color: #B78B1E;
    font-size: 65px;
    margin-top: 3px;
    margin-right: 15px;
}

.trin-trin
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
#carousel-portal .fa {
    display: none;
}
#carousel-portal .owl-dot span {
    background: #fff
}
#carousel-portal .owl-dot.active span {
    background: #000; 
}

@keyframes trin {
    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }
}
#btn-pronto-pago.active {
    display: flex;
}
#btn-pronto-pago {
    height: 100vw;
    width: 100vw;
    display: none;
    position: fixed !important;
    justify-content: center;
    align-items: center;
    background:rgba(33, 33, 33, 0.52);
    z-index: 100;
}
#btn-pronto-pago div {
    position: relative;
    margin: 0 auto;
    display: flex;
    top: -25%;
    justify-content: center;
    align-items:center;
    cursor: pointer;
}
#btn-pronto-pago div span {
    position: absolute;
    width: 30px;
    height: 30px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    top: -10px;
    right: 10%;
}
@media (min-width: 1000px) and (max-width: 1300px) {
    .page-section-ptb {
        padding: 40px 0;
    }
}


@media(max-width: 1400px){
    #black-box p{
        line-height: normal;
        padding-top: 0px;
    }

    #black-box div {
        padding: 20px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    #black-box #brochure-boton{
        padding: 5px;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media(max-width: 1100px){
    #camino-exito {
        display: none;
    }

    #black-box div{
        padding: 13px;
    }

    #black-box #brochure-boton {
        font-size: 13px;
        padding: 8px;
        text-align: center;
    }

    #Informacion #img-information{
        width: 50%;
    }
}

@media(max-width: 900px){

    .page-section-ptb {
        padding: 25px 0;
    }

    .subprincipal {
        font-size: 14px;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .principal {
        font-size: 16px;
        line-height: normal;
    }

    #Hero p {
        font-size: 14px;
    }

    #calificacion .tabs-c .tab-pane .btnyellow {
        font-size: 14px;
        margin-top: 10px;
    }

    #black-box {
        display: none;
    }

    #calificacion .tabs-c li a {
        padding: 5px 5px;
        font-size: 12px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }    

    .br-video-brochure {
        display: none;
    }

    #blue-box {
        padding: 30px 0px;
    }

    #blue-box h3 {
        font-size: 14px;
        line-height: normal;
    }

    #blue-box ul {
        font-size: 12px;
    }

  

    .btnyellow {
        font-size: 12px;
    }

    #Hero .boton-green {
        margin-bottom: 40px;
    }

    #calificacion .tittle-c h4 {
        font-size: 14px;
    }

    #calificacion #slider-box h3, #ECUninorte h3 {
        font-size: 16px;
    }

    #Diplomado h2 {
        font-size: 16px;
        line-height: normal;
    }

    #ECUninorte p {
        font-size: 12px;
    }

    #video-box h3 {
        font-size: 16px;
    }

    #video-box button {
        font-size: 14px;
    }

    #video-box .description-video {
        padding-top: 25px;
    }

    #Beneficios h3 {
        font-size: 16px;
        line-height: normal;
        padding-bottom: 0px;
    }

    #Informacion h4 {
        font-size: 16px;
        line-height: normal;
    }

    #Informacion p, #Informacion ul {
        font-size: 12px;
        line-height: normal;
    }

    #Informacion button {
        font-size: 14px;
    }

    #Informacion {
        padding: 10px 0px 30px 0px !important;
    }

    #blue-box h3 span {
        font-size: 12px;
    }

    #blue-box .ul-box-right {
        padding-left: 28px;
    }

    #calificacion .tabs-c .tab-pane h6 {
        font-size: 14px;
    }

    #calificacion #tab1 p {
        font-size: 12px;
    }

    #box-row-calificacion #tab2 .progress-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    }

    #calificacion #slider-box p {
        font-size: 14px;
    }
    
    #Beneficios .owl-carousel .owl-nav .owl-prev {
        left: -42px;
    }
    
    #Beneficios .owl-carousel .owl-nav .owl-next {
        right: -42px;
    }

    #Beneficios .owl-carousel .cajatextcard {
        min-height: 330px;
    }

    #calificacion .col-lg-4 {
        min-height: inherit;
    }

    .whatsapp-float {
        top: 15%;
    }

    .btn-whatsapp {
        margin-top: 8px;
        width: 185px;
        padding: 3px 7px;
        height: 32px;
        font-size:8px;
    }

    .btn-whatsapp i {
        left: 10px;
        top: 5px;
        font-size: 20px;
    }

    .whatsapp-float {
        font-size: 24px;
        padding: 5px;
    }
}

@media(min-width: 700px) and (max-width: 1000px){
    #Diplomado h2 {
        font-size: 20px;
    }

    #video-box h3{
        margin-top: 20px;
    }

    #Beneficios {
        padding-top: 40px;
    }

    #Beneficios h3 {
        font-size: 18px;
    }

    #Informacion h4 {
        font-size: 20px;
    }

    #Comunicate{
        background-size: cover;
        padding: 18px 0px;
    }

    #Comunicate h3 {
        color: #fff;
        margin-right: -207px;
        font-size: 20px;
        line-height: normal;
        margin-top: 20px;
        text-align: center;
    }

    #Comunicate p {
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-left: 203px;
    }

    #Comunicate img {
        width: 200px;
        float: right;
        margin-right: 120px;
    }
}

@media(max-width: 500px){
    #Hero p {
        font-size: 12px;
    }
    .inversion{
        font-size: 14px;
      }

    .subprincipal {
        font-size: 14px;
    }

    .principal {
        font-size: 14px;
        line-height: normal;
    }

    #Comunicate {
        background: #516EBC;
    }

   

    .navbar .navbar-brand img {
        height: auto;
    }

    #video-box {
        padding: 0px;
    }

    #video-box .video-width {
        padding: 0px;
    }

    #calificacion #slider-box img {
        width: 80%;
    }

    hr {
        width: 120px !important;
    }

    #calificacion .owl-carousel .owl-nav i {
        font-size: 14px;
        width: 20px;
        height: 20px;
        line-height: normal;
        padding-top: 3px;
    }

    #slider-box .owl-carousel .owl-nav .owl-next, #slider-box .owl-carousel .owl-nav .owl-prev {
        border: 2px solid #516EBC;
    }

    #slider-box .owl-carousel .owl-nav .owl-prev {
        left: -22px;
    }
    
    #slider-box .owl-carousel .owl-nav .owl-next {
        right: -22px;
    }

    .section-title {
        margin-bottom: 0px;
    }
}

@media(max-width: 320px) {
    .footer a {
        font-size: 12px;
    }

    #ECUninorte p {
        font-size: 12px !important;
    }

    .btn-whatsapp {
        display: none;
    }
}

@media(min-width: 700px){
    #get-call {
        display: none;
    }
}


@media screen and (min-width: 768px){
    #Beneficios .owl-carousel .owl-nav .owl-prev {
        left: -80px;
    }
    
    #Beneficios .owl-carousel .owl-nav .owl-next {
        right: -80px;
    }
    #btn-pronto-pago {
        position: fixed;
        left: unset !important;
        z-index: 99;
    
    }
    #btn-pronto-pago img {
        width: 300px !important;
    }
    .img-desktop {
        display: block !important;
    }
    .img-mobile {
        display: none !important;
    } 
}
@media screen and (min-width: 992px){
    #btn-pronto-pago img {
        width: 500px !important;
    }
}

@media screen and (max-width: 768px) {
    #btn-pronto-pago img {
        width: 80% !important;
    }
    #btn-pronto-pago div{
        top: unset
    }
    #btn-pronto-pago {
        width: 100vw;
        height: 100vh;
    }
    .img-desktop {
        display: none !important;
    }
    .img-mobile {
        display: block !important;
    } 
   
}

 /* ---------- Overlay ----------- */
  .popup-overlay{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    display: none;                 /* oculto por defecto */
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 16px;                 /* espacio para mobile */
  }
  .popup-overlay.is-visible{
    display: flex;
  }

  /* ---------- Popup ----------- */
  .popup{
    position: relative;
    max-width: 420px;              /* desktop */
    width: 100%;                   /* mobile */
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,.25);
    background: #fff;              /* por si tu imagen no cubre todo */
  }

  .popup img{
    display: block;
    width: 100%;
    height: auto;
  }

  /* ---------- Botón cerrar ----------- */
  .popup__close{
    position: absolute;
    top: 8px;
    right: 8px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #000;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
  }

  /* Evitar scroll del body cuando el popup está abierto */
  body.no-scroll{
    overflow: hidden;
  }
