@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,500,700');
/* ==========================================================================
   Global Styles
   ========================================================================== */
   /* Estilos para la navbar img */
.navbar-brand img {
  text-align: center;
  position: absolute;
  width: 190px;
  height: 60px;
  margin-left: 15px; /* Espacio a la izquierda del logo */
}

.titulo-descripcion {
    font-size: 35px;
}

.navbar-toggle {
  height: auto;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-right: 15px; /* Espacio a la derecha del botón toggle */
  transform: translateY(10px); /* Ajusta este valor según necesites */
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000; /* Color de las barras del ícono de hamburguesa */
  margin: 4px 0;
}

/* 
    Sobreescribe el estilo de bootstrap para que el banner de la página no tenga
    un espacio extra a la derecha
*/
.row {
    margin-right: 0;
    margin-left: -15px;
}

/* Asegura que el footer se quede hasta abajo de la página aunque el contenido se desborde*/
.wrapper {
    min-height: 100%;
    display: grid;
    grid-template-rows:auto 1fr auto;
}

.contenedorBack {
    height: 110vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    background-image: url('../img/ofertas2025/escritorio/bannerAGOSTO.jpg');
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 0;
    margin-top: -20px;
}
.contenedorCh {
  height: 50vh; /* Altura de la ventana */
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;  /*Para centrar en toda la linea*/
  color: white;
  background-size: cover; /* Cubrirá todo el contenedor */
  background-repeat: no-repeat; /* No repite la imagen */
  box-sizing: border-box;
  margin: 20px ;
}
.imgCh {
  width: 40%; /* Ajusta el ancho al 100% del contenedor */
  height: auto; /* Mantiene la proporción de la imagen */
  display: none; /* Ocultar el botón por defecto */
}
.form-container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px dashed rgba(255, 255, 255, 0.4);
  width: 100%; /* Cambiado para ocupar todo el ancho de la columna */
  height: 100%;
  padding: 20px;
  display: flex;
  margin: 20px;/*Margen superior de mi página.*/
  flex-direction: column;
  transform: translateX(35px); 
}

.social-logo {
    width: 9%;
}

.form-title {
  color: #4d2579;
  text-align: center;
}
.form-content label {
    color: white;
    font-weight: lighter;
    font-size: 1.3em;
    font-family: "Calibri", sans-serif;
    padding-left: 2vh;
    padding-top: 4px;
}
.custom-form-content {
  padding: 5px;
}
.custom-input {
  border-radius: 25px;
  background-color: transparent;
  border: 1px solid #ccc;
  color: #333;
  padding: 10px;
  width: 100%;
}
.custom-input:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border-color: rgba(81, 203, 238, 1);
}
.termsmovil {
  padding: 5px; /* Añadir un margen interno si es necesario */
  width: 100%; 
}
.aviso {
  display: flex;
  align-items: center;
  justify-content: center;
}
#termycondiciones a {
  text-decoration: underline;
}
.form-content label[for="terms"] {
  color: #4d2679;  /* Morado */
  font-size: 0.9em; /* Tamaño de fuente más pequeño */
  font-family: "Arial", Arial, sans-serif;
  width: 90%;
  text-align: justify; /* Justificar el texto */
  margin: 0 auto;
}
.form-content input[type="checkbox"] {
  float: left;
  transform: scale(2);
  display: inline-block;
  margin-left: 5px;
  margin-top: 7%;
}
.containerInfoMobile {
  display: none; /* Ocultar el contenedor móvil */
}
.overlay-content {
  display: none; /* Ocultar el contenedor móvil */
}
.containerInfo {
  display: block; /* ostrar el contenedor actual */
  top: 130%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.4);        /* Fondo blanco transparente */
  border: 2px dashed rgba(255, 255, 255, 0.4);
  width: 100%; /* Cambiado para ocupar todo el ancho de la columna */
  padding: 20px;
  display: flex;
  flex-direction: column;       
  left: 16%; /* Margen del 15% */
}
.containerSocial{
  color:white;
  /* background: linear-gradient(to top, #4d2679 0%, #6d4d9c 95%, #8d73bf 92%, #ad99e2 90%, #ee0000 88%); */
  background: transparent;
  display: block; 
  height: 100%;
  font-size: 1.8vh;
}
.containerSocialMovil{
  display: none; /*Oculta mi contenedor */
}
.btn-sent {
  background-color: #4d2579; /* Color de fondo inicial del botón */
  color: #ffffff; /* Color del texto del botón */
  border: 2px solid #4d2579; /* Borde del botón */
  padding: 10px 20px;
  font-size: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease; 
}
.btn-sent:hover {
  background-color: #633C8E; /* Color de fondo cuando el ratón está sobre el botón */
  color: #ffffff; /* Color del texto cuando el ratón está sobre el botón */
}
.containerAlumnos {
  display: none; /*Oculta mi contenedor */
}


/* Desde aquí empiezan los estilos para la resolución web. */

@media (min-width: 2394px) {
    .titulo-descripcion {
        font-size: 30px !important;
    }

    .benef {
        font-size: 25px !important;
    }
   }

@media (min-width: 1670px) {
    .containerInfo {
        display: block; /* ostrar el contenedor actual */
        top: 135%;
        position: relative;
        background-color: rgba(255, 255, 255, 0.4);        /* Fondo blanco transparente */
        border: 2px dashed rgba(255, 255, 255, 0.4);
        width: 100%; /* Cambiado para ocupar todo el ancho de la columna */
        padding: 20px;
        display: flex;
        flex-direction: column;       
        left: 16%; /* Margen del 15% */
      }
}

@media (max-width: 1508px) {
    .containerInfo {
        display: block;
        top: 130%;
        position: relative;
        background-color: rgba(255, 255, 255, 0.4);        
        border: 2px dashed rgba(255, 255, 255, 0.4);
        width: 110%; 
        padding: 20px;
        display: flex;
        flex-direction: column;       
        left: 26%;
      }
}

@media (max-width: 1376px) {
    .containerInfo {
        display: block;
        top: 130%;
        position: relative;
        background-color: rgba(255, 255, 255, 0.4);       
        border: 2px dashed rgba(255, 255, 255, 0.4);
        width: 115%;
        padding: 20px;
        display: flex;
        flex-direction: column;       
        left: 26%;
      }
}

@media (max-width: 1357px) {
    .containerInfo {
        display: block;
        top: 128%;
        position: relative;
        background-color: rgba(255, 255, 255, 0.4);       
        border: 2px dashed rgba(255, 255, 255, 0.4);
        width: 115%;
        padding: 15px;
        display: flex;
        flex-direction: column;       
        left: 26%;
      }
}

@media (max-width: 1319px) {
    .containerInfo {
        display: block;
        top: 128%;
        position: relative;
        background-color: rgba(255, 255, 255, 0.4);       
        border: 2px dashed rgba(255, 255, 255, 0.4);
        width: 120%;
        padding: 15px;
        display: flex;
        flex-direction: column;       
        left: 26%;
      }
}

@media (max-width: 1218px) {
    .containerInfo {
        display: block;
        top: 130%;
        position: relative;
        background-color: rgba(255, 255, 255, 0.4);       
        border: 2px dashed rgba(255, 255, 255, 0.4);
        width: 140%;
        padding: 15px;
        display: flex;
        flex-direction: column;       
        left: 36%;
      }
}

/* @media (max-width: 1209px) {
    .containerInfo {
        display: block;
        top: 130%;
        position: relative;
        background-color: rgba(255, 255, 255, 0.4);       
        border: 2px dashed rgba(255, 255, 255, 0.4);
        width: 140%;
        padding: 20px;
        display: flex;
        flex-direction: column;       
        left: 36%;
      }
} */

@media (max-width: 1057px) {
    .containerInfo {
        display: block;
        top: 130%;
        position: relative;
        background-color: rgba(255, 255, 255, 0.4);       
        border: 2px dashed rgba(255, 255, 255, 0.4);
        width: 145%;
        padding: 10px;
        display: flex;
        flex-direction: column;       
        left: 40%;
      }
}

/* @media (max-width: 1010px) {
    .containerInfo {
        display: block;
        top: 130%;
        position: relative;
        background-color: rgba(255, 255, 255, 0.4);       
        border: 2px dashed rgba(255, 255, 255, 0.4);
        width: 150%;
        padding: 15px;
        display: flex;
        flex-direction: column;       
        left: 45%;
      }
} */

@media (max-height: 811px) {
    .containerInfo {
        margin-top: -1px;
        margin-bottom: 10px;
        padding: 5px;
      }
}

/* Desde aquí empiezan los estilos para la resolución móvil. */

@media(max-width: 1312px) {

    .containerSocial {
        font-size: 1.7vh;
    }

}

@media (max-width: 1300px) {

    .terms-notice {
        width: 90%;
    }
}

@media(max-width: 1245px) {

    .containerSocial {
        font-size: 1.6vh;
    }
}

@media (max-width: 1185px) {

    .terms-notice {
        width: 88.666667%;
    }

}

@media (max-width: 1199px) {

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

@media (max-width: 1193px) {

    .terms-notice {
        width: 88.666667%;
    }
}

@media(max-width: 1132px) {

    .containerSocial {
        font-size: 1.5vh;
    }
}

@media(max-width: 1068px) {

    .containerSocial {
        font-size: 1.4vh;
    }
}

@media (max-width:1024px) and (max-height:600px) {

    .containerSocial {
        margin-top: 20vh;
        height: 17vh;
    }

}

@media (max-width: 1015px) {

    .terms-notice {
        width: 87.666667%;
    }
}

@media(max-width: 1003px) {

    .containerSocial {
        font-size: 1.3vh;
    }
}

/*
Desde 767px,  Se rompe entre 767px y 991px
*/
@media (max-width: 991px) {

    .terms-checkbox {
        width: 4.666667%;
    }

    .social-logo {
        width: 6%;
    }

    .containerSocial {
        font-size: 3vh;
        margin-top: -44vh;
    }

    .footer-info {
        margin-top: 1vh;
        margin-bottom: 2vh;
        margin-left: 43%;
    }

    #privacidad {
        text-align: left;
    }
}

@media (max-width: 991px) and (max-height:905px) {

    .containerSocial {
        margin-top: -41vh;
    }
}

@media (max-width: 991px) and (max-height:844px) {

    .containerSocial {
        margin-top: -34vh;
    }
}

@media (max-width: 991px) and (max-height:814px) {

    .containerSocial {
        margin-top: -33vh;
    }
}

@media (max-width: 991px) and (max-height:786px) {

    .containerSocial {
        margin-top: -30vh;
    }
}

@media (max-width: 991px) and (max-height:765px) {

    .containerSocial {
        margin-top: -27vh;
    }
}

@media (max-width: 991px) and (max-height:735px) {

    .containerSocial {
        margin-top: -24vh;
    }
}

@media (max-width: 991px) and (max-height:715px) {

    .containerSocial {
        margin-top: -21vh;
    }
}

@media (max-width: 991px) and (max-height:700px) {

    .containerSocial {
        margin-top: -18vh;
    }
}

@media (max-width: 991px) and (max-height:680px) {

    .containerSocial {
        margin-top: -15vh;
    }
}


@media (max-height:660px) {

    .containerSocial {
        margin-top: 10vh;
    }
}

@media (max-width: 991px) and (max-height:660px) {

    .containerSocial {
        margin-top: -12vh;
    }
}

@media (max-width: 991px) and (max-height:645px) {

    .containerSocial {
        margin-top: -9vh;
    }
}

@media (max-height:630px) {

    .containerSocial {
        margin-top: 19vh;
    }
}

@media (max-width: 991px) and (max-height:630px) {

    .containerSocial {
        margin-top: -6vh;
        height: 0;
    }
}

@media (max-width: 991px) and (max-height:590px) {

    .containerSocial {
        margin-top: -2vh;
        height: 0;
    }
}

@media (max-width: 991px) and (max-height:585px) {

    .containerSocial {
        margin-top: 1vh;
        height: 0;
    }
}

@media (max-width: 991px) and (max-height:584px) {

    .containerSocial {
        margin-top: 0vh;
        height: 0;
    }
}

@media (max-width: 991px) and (max-height:565px) {

    .containerSocial {
        margin-top: 3vh;
        height: 0;
    }
}

@media (max-width: 991px) and (max-height:550px) {

    .containerSocial {
        margin-top: 7vh;
        height: 0;
    }
}

@media (max-width: 991px) and (max-height:537px) {

    .containerSocial {
        margin-top: 9vh;
        height: 0;
    }
}

@media (max-width: 991px) and (max-height:530px) {

    .containerSocial {
        margin-top: 16vh;
        height: 0;
    }
}

@media (max-width: 991px) and (max-height:502px) {

    .containerSocial {
        margin-top: 19vh;
        height: 0;
    }
}

@media (max-width: 991px) and (max-height:483px) {

    .containerSocial {
        margin-top: 25vh;
        height: 0;
    }
}

@media (max-width: 991px) and (max-height:469px) {

    .containerSocial {
        margin-top: 30vh;
        height: 0;
    }
}

@media (max-width: 991px) and (max-height:460px) {

    .containerSocial {
        margin-top: 38vh;
        height: 0;
    }
}

@media (max-width: 991px) and (max-height:438px) {

    .containerSocial {
        margin-top: 43vh;
    }
}

@media (max-width: 991px) and (max-height:424px) {

    .containerSocial {
        margin-top: 47vh;
    }
}

@media (max-width: 991px) and (max-height:413px) {

    .containerSocial {
        margin-top: 52vh;
    }
}

@media (max-width: 991px) and (max-height:401px) {

    .containerSocial {
        margin-top: 55vh;
    }
}

@media (max-width: 991px) and (max-height:394px) {

    .containerSocial {
        margin-top: 61vh;
    }
}

@media (max-width: 991px) and (max-height:380px) {

    .containerSocial {
        margin-top: 66vh;
    }
}

@media (max-width: 991px) and (max-height:373px) {

    .containerSocial {
        margin-top: 71vh;
    }
}

@media (max-width: 991px) and (max-height:364px) {

    .containerSocial {
        margin-top: 76vh;
    }
}

@media (max-width: 991px) and (max-height:355px) {

    .containerSocial {
        margin-top: 81vh;
    }
}

@media (max-width: 991px) and (max-height:346px) {

    .containerSocial {
        margin-top: 86vh;
    }
}

@media (max-width: 991px) and (max-height:337px) {

    .containerSocial {
        margin-top: 91vh;
    }
}

@media (max-width: 991px) and (max-height:330px) {

    .containerSocial {
        margin-top: 96vh;
    }
}


@media (max-width: 883px) and (max-height:585px) {

    .containerSocial {
        margin-top: 6vh;
        height: 0;
    }
}

@media (max-width: 795px) and (max-height:585px) {

    .containerSocial {
        margin-top: 12vh;
        height: 0;
    }
}

@media (max-width: 1200px) and (max-height:585px) {

    .containerSocial {
        margin-top: 24vh;
    }
}

@media (max-width: 1200px) and (max-height:528px) {

    .containerSocial {
        margin-top: 32vh;
    }
}

@media (max-width: 1200px) and (max-height:511px) {

    .containerSocial {
        margin-top: 37vh;
    }
}

@media (max-width: 1200px) and (max-height:498px) {

    .containerSocial {
        margin-top: 42vh;
    }
}

@media (max-width: 1200px) and (max-height:475px) {

    .containerSocial {
        margin-top: 48vh;
    }
}

@media (max-width: 1200px) and (max-height:430px) {

    .containerSocial {
        margin-top: 66vh;
    }
}

@media (max-width: 1200px) and (max-height:415px) {

    .containerSocial {
        margin-top: 73vh;
    }
}

@media (max-width: 1200px) and (max-height:401px) {

    .containerSocial {
        margin-top: 78vh;
    }
}

@media (max-width: 1200px) and (max-height:388px) {

    .containerSocial {
        margin-top: 85vh;
    }
}

@media (max-width: 1200px) and (max-height:370px) {

    .containerSocial {
        margin-top: 94vh;
    }
}

@media (max-width: 1200px) and (max-height:354px) {

    .containerSocial {
        margin-top: 99vh;
    }
}

@media (max-width: 1200px) and (max-height:347px) {

    .containerSocial {
        margin-top: 104vh;
    }
}

@media (max-width: 1200px) and (max-height:347px) {

    .containerSocial {
        margin-top: 110vh;
    }
}

@media (max-width: 1200px) and (max-height:330px) {

    .containerSocial {
        margin-top: 117vh;
    }
}

@media (max-width: 1200px) and (max-height:320px) {

    .containerSocial {
        margin-top: 123vh;
    }
}

@media (max-width: 850px) {

    .footer-info {
        margin-left: 39%;
    }
}

@media (max-width: 825px) {

    .titulo-descripcion {
        font-size: 27px;
    }

}

@media (max-width: 814px) {

    .terms-notice {
        width: 90.666667%;
    }

}



@media (max-width: 991px) {
  .navbar-brand img {
    text-align: center;
    position: absolute;
    width: 150px;
    height: 46px;
    margin-left: 15px; 
  }
  .contenedorBack {
    height: auto;
    background-image: url('../img/ofertas2025/movil/backdropMovil.jpg'); 
    align-items: center;
  }

  .containerAlumnos {
      display: block;
      width: 100%;
      align-items: center;
      margin-top: -1px; 
      height: auto; 
  }

    .image-container {
        position: relative; 
        width: 100%; 
    }

    .overlay-content {
        display: flex;
        position: absolute;
        top: 18%; 
        left: 50%; 
        transform: translate(-50%, -50%); 
        color: white;
        padding: 20px;
        border-radius: 10px;
        font-family: Arial, sans-serif;
        text-align: center;
        z-index: 10; 
    }

  .contenedorCh {
      display: flex;
        align-items: center;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
  }
  .imgCh {
      display: block; /* Mostrar la imagen a partir de esta resolución */
      width: 60%; /* Ajusta el ancho de la imagen */
      height: auto; /* Mantiene la proporción de la imagen */
      margin: 0 auto;
  }

  .nested-div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .form-content label {
      color: #4d2579;
  }
  .aviso {
      transform: scale(1);
      float: left;
  }
  .form-container {
      background-color: rgba(255, 255, 255, 1);
      width: 90%;
      max-width: 600px; 
      padding: 30px; /*Margenes laterales del texto y los input*/
      margin: 0 auto 20px auto; /* Quitar margen superior, centrar horizontalmente y mantener margen inferior */
      left: 0;
      top: 0;
      transform: none;
  }
  .containerInfo{
      display: none; /*Ocultar en móvil*/
  }

    .containerInfoMobile {      
        display: block;  
        background-color: rgba(255, 255, 255, 0.25);
        border: 2px dashed rgba(255, 255, 255, 0.4);
        width: 100%;
        max-width: 600px;
        /* margin: 20px auto 0 auto; */
        position: relative;
        text-align: left;
        padding: 10px;
    }
  .containerSocial{
      display: none; 
  }
  .containerSocialMovil{
      display: block;
      color:white;
      /* height: 200px; */
  }
  .grid-container {
      display: grid;
      grid-template-columns: auto auto;
      text-aling: justify;
      }
      .grid-container > div {
      text-align: left;
      margin-left: 10%;
      padding: 20px 0;
      margin-bottom: -50px; 
      }

    .redes{
    margin-bottom: -20px; 
    /* margin-top: 1px; */
    }

    .info > div > a {
        margin-bottom: -100px; 
    }
}

@media (max-width: 767px) {
  .navbar-brand img {
    text-align: center;
    position: absolute;
    width: 150px;
    height: 46px;
    margin-left: 15px;
  }
  .contenedorBack {
      background-image: url('../img/ofertas2025/movil/backdropMovil.jpg');
      align-items: center;
  }

  .containerAlumnos {
      display: block;
      width: 100%;
      align-items: center;
      margin-top: -1px; 
      height: auto; 
  }

    .image-container {
        position: relative; /* Para posicionar el contenido superpuesto */
        width: 100%; /* Responsivo al ancho de la página */
    }

    .overlay-content {
        display: flex;
        position: absolute;
        top: 18%; 
        left: 50%; 
        transform: translate(-50%, -50%); 
        color: white;
        padding: 20px;
        border-radius: 10px;
        font-family: Arial, sans-serif;
        text-align: center;
        z-index: 10; 
    }

  .contenedorCh {
      width: 100%; /* Ajusta el ancho al 100% del contenedor */
      height: auto;  /* Ajusta la altura automáticamente */
      justify-content: center;
      align-items: center; 
      background-position: center;
      margin: 0 auto; /* Quitar margen superior e inferior, centrar horizontalmente */
      left: 0; /* Resetear la posición left si es necesario */
      top: 0; /* Resetear la posición top si es necesario */
  }
  .imgCh {
      display: block; /* Mostrar la imagen a partir de esta resolución */
      width: 60%; /* Ajusta el ancho de la imagen */
      height: auto; /* Mantiene la proporción de la imagen */
      margin: 0 ;
  }
  .form-content label {
      color: #4d2579;
  }
  .aviso {
      transform: scale(1);
      float: left;
  }
  .form-container {
      background-color: rgba(255, 255, 255, 1);
      width: 90%;
      max-width: 600px; 
      padding: 30px; /*Margenes laterales del texto y los input*/
      margin: 0 auto 20px auto; /* Quitar margen superior, centrar horizontalmente y mantener margen inferior */
      left: 0;
      top: 0;
      transform: none;
  }
  .containerInfo{
      display: none; /*Ocultar en móvil*/
  }

    .containerInfoMobile {      
        display: block;  
        background-color: rgba(255, 255, 255, 0.25);
        border: 2px dashed rgba(255, 255, 255, 0.4);
        width: 100%;
        max-width: 600px;
        /* margin: 20px auto 0 auto; */
        position: relative;
        text-align: left;
        padding: 10px;
    }
  .containerSocial{
      display: none; 
  }
  .containerSocialMovil{
      display: block;
      color:white;
      /* height: 200px; */
  }
  .grid-container {
      display: grid;
      grid-template-columns: auto auto;
      text-aling: justify;
      }
      .grid-container > div {
      text-align: left;
      margin-left: 10%;
      padding: 20px 0;
      margin-bottom: -50px; 
      }

    .redes{
    margin-bottom: -20px; 
    /* margin-top: 1px; */
    }

    .info > div > a {
        margin-bottom: -100px; 
    }
}


@media (max-width: 540px) {

    .overlay-content {
        display: flex;
        position: absolute;
        top: 20%; 
        left: 50%; 
        transform: translate(-50%, -50%); 
        color: white;
        padding: 20px;
        border-radius: 10px;
        font-family: Arial, sans-serif;
        text-align: center;
        z-index: 10; 
    }
}

@media (max-width: 430px) {

    .overlay-content {
        display: flex;
        position: absolute;
        top: 22%; 
        left: 50%; 
        transform: translate(-50%, -50%); 
        color: white;
        padding: 20px;
        border-radius: 10px;
        font-family: Arial, sans-serif;
        text-align: center;
        z-index: 10; 
    }

    .containerInfoMobile{
        display: block;  
        background-color: rgba(255, 255, 255, 0.25);
        border: 2px dashed rgba(255, 255, 255, 0.4);
        width: 350px;
        max-width: 100%;
        position: relative;
        padding: 10px;
    }

    .titulo-descripcion {
        font-size: 20px !important;
    }

    .benef {
        font-size: 15px !important;
    }
}

@media (max-width: 380px) {

    .overlay-content {
        display: flex;
        position: absolute;
        top: 23%; 
        left: 50%; 
        transform: translate(-50%, -50%); 
        color: white;
        padding: 20px;
        border-radius: 10px;
        font-family: Arial, sans-serif;
        text-align: center;
        z-index: 10; 
    }

    .containerInfoMobile{
        display: block;  
        background-color: rgba(255, 255, 255, 0.25);
        border: 2px dashed rgba(255, 255, 255, 0.4);
        width: 310px;
        max-width: 100%;
        position: relative;
        padding: 10px;
    }

    .titulo-descripcion {
        font-size: 17px !important;
    }

    .benef {
        font-size: 12px !important;
    }
}

@media (max-width: 320px) {

    .overlay-content {
        display: flex;
        position: absolute;
        top: 19%; 
        left: 50%; 
        transform: translate(-50%, -50%); 
        color: white;
        padding: 0;
        border-radius: 10px;
        font-family: Arial, sans-serif;
        text-align: center;
        z-index: 10; 
    }
    
}