@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url('https://fonts.cdnfonts.com/css/avenir-lt-pro');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@400;500;600;700&display=swap");

:root {
  --primary-color: #4A90E2;
  --secondary-color: hsl(72, 60%, 68%);
  --primary-color-dark: #33126B;
  --bg-dark: #3D424C;
  --bg-light: #3D424C;
  --bg-naranja: #FFA500;
  --text-light: #a3a3a3;
  --white: #ffffff;
  --max-width: 1200px;
  --gradient: linear-gradient(to right,
      var(--primary-color),
      var(--secondary-color));
  --gradient2: linear-gradient(to right,
      var(--primary-color),
      var(--bg-naranja));
  --gradient6: linear-gradient(45deg, #4A90E2, #33126B, #878E98); 
  --gradient5: linear-gradient(to right, 
      var(--primary-color), 
      var(--primary-color-dark));

  --ff-avenir: 'Avenir LT Pro', sans-serif;
  --logo-font: "Baskervville", serif;
  --body-font: "Gordita", sans-serif;
}

@keyframes color {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
} 



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
  }

body {
    font-family: var(--body-font);  
    background-color: #fff;
    color: #000000;
}

section {
    margin: auto;
    overflow: hidden;  
    padding: 50px 150px;
    padding-left: 20em; /* Añade espacio dentro del div a la izquierda */
    padding-right: 20em;
} 

.uno{
    background: whitesmoke;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
    font-family: var(--logo-font);
}

.btn-wsp{
    position: fixed;
    width: 55px;
    height: 55px;
    line-height: 55px;
    bottom: 30px;
    right: 30px;
    background: #0df053;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0px 1px 10px rgb(0, 0, 0, .3);
    z-index: 10;
    transition: .6s;
  }
  
  .btn-wsp:hover{
    background-color: white;
    color: #0df053;
  }

  a {
    text-decoration: none;
  }

/* Primer contenedor */


.countdown {
    flex: 1;
    margin-right: 20px; 
}

.dividido {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    align-items: center; 
    border: 2px solid #33126B;
    border-radius: 25px; 
    background-color: #33126B;  
    color: #dfdfdf;
}

.countdown-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timer-box{
    font-size: 15px;
}
.countdown-label {
    font-size: 0.5em;
    margin-top: 5px;
}

.first{
    padding-top: 5rem;
    color: white; 
    margin-top: -3.1em;
    background-image: url(./images/banner-meditanna.png);
    background-size: cover;
}

.Contenedor_1 h2 {
    font-size: 4.5em; 
    font-weight: bold; 
    border: 2px solid white; 

    padding: 0 5rem; 
    display: inline-block; 
    color: white;
} 

.Contenedor_1 h3 {
    font-size: 2.5em; 
    font-weight: bold; 
    color: var(--secondary-color);
}

.Contenedor_1{
    text-align: center;
} 

.Contenedor_1 p{
    font-size: 25px; 
    text-align: center;
}

button{ 
    margin-top: 2em;
    background-color: #4f1ea4; 
    color: #fff;
    border: none; 
    padding: 10px 20px;
    font-size: 25px;
    cursor: pointer;
    transition: background-color 0.3s; 
    border-radius: .5em;
  } 

button:hover{
    background-color: #33126B; 
  } 



.countdown {
    text-align: center; 
}

#timer {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.timer-box {
    text-align: center;
    width: 120px; 

   
}

.timer-box span {
    display: block;
    font-size: 60px;
    font-weight: bold;
}


/* Segundo contenedor */

.Contenedor_2 h2 {
    font-size: 2.5em;
    color: #33126B;
}

.Contenedor_2 {
    color:#000000; 
    padding-bottom: 5rem;
} 

.Contenedor_2 p{
    font-size: 20px; 
    text-align: center;
} 



::-webkit-scrollbar { width: 10px; }

::-webkit-scrollbar-track { background-color: hsl(0, 0%, 98%); }

::-webkit-scrollbar-thumb { background-color: var(--secondary-color) }

::-webkit-scrollbar-thumb:hover { background-color: var(--secondary-color) }

.has-scrollbar::-webkit-scrollbar { height: 5px; }

.allery {
    background: white;
  }
  
  .gallery {
     padding: 90px 0;
     padding-bottom: 5rem;
    }
  
  .gallery-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: -15px;
    overflow-x: auto;
    padding-bottom: 15px;
    scroll-snap-type: inline mandatory;
    padding-inline: 15px;
  }
  
  .gallery-list li {
    min-width: 50%;
    scroll-snap-align: center;
  }
  
  .gallery-item img {
    width: 100%;
    border-radius: 4px;
  }
  

/* Tercer contenedor */

.Contenedor_3 h2 {
    font-size: 2.5em;
}

.Contenedor_3 {
    text-align: justify;
    color: #000000; 
}

.Contenedor_3 p {
    font-size: 20px;
   
}


.Contenedor_3 .buton {
    text-align: center;
}  

.Contenedor_3 img{
    width: 40px; 
    margin-right: 1em;
  }



/* Contenedor */ 
.contenedor { 
    text-align: justify; 
    color: #001f75;  
    margin-bottom: -4em;
    padding-top: 1rem;
    padding-bottom: 3rem;
    
} 
.contenedor h2{
    font-size: 2.3em;
} 

.contenedor p{
    margin-top: .5em; 
    margin-left: 4em;
}

.about2 { 
    padding-block-end: 0;
    padding-bottom: 5rem;
    background: var(--gradient6);
    animation: color 16s ease-in-out infinite;
    background-size: 300% 300%;
   }
  
  .about2-banner { margin-block-end: 50px; }
  
  .about2 .section-text-1 { margin-block: 25px 15px; }
  .about2 .section-text{
    font-size: 1.5rem;
  }
  
.container p{
    margin-top: 1em; 
}

  .cont{
    display: flex;
  } 

/* Cuarto contenedor */

.Contenedor_4 h2 {
    font-size: 2.5em;
}

.Contenedor_4 li,
p {
    text-align: justify; 
    font-size: 20px;
}  

.buton{
    text-align: center;
} 

.Contenedor_4{
    color: #fff;
}

.texto{
    color: #4fcdf3;
}

.acordeon .contenido-acordeon{
    padding: 0; 
    margin: 0 20px; 
    max-height: 0px; 
    overflow: hidden; 
    transition: all 300ms ease;
} 

.btn-acordeon:checked ~ .contenido-acordeon{
    max-height: 600px; 
    padding: 15px 0px;
}

.btn-acordeon{
    display: none;
}




/* Septimo contenedor */

.Contenedor_7 h2 {
    font-size: 2.5em; 
    position: relative; 
    z-index: 1; 
    margin-top: -1em;
}

.Contenedor_7 {
    text-align: justify; 
    border: 2px solid #D9F6E8;
    background-color: var(--secondary-color); 
    border-radius: 50px; 
    padding: 6rem 2rem; 
} 

.cl{
    border: 2px solid var(--secondary-color);
    background-color: var(--secondary-color);  
    position: relative; 
    padding: 2rem 1rem;  
    z-index: 1; 
    top: -50px;
} 

.jp{
    border: 2px solid var(--secondary-color);
    background-color: var(--secondary-color);  
    position: relative; 
    padding: 3rem;   
    z-index: 0; 
    left: 25px;
} 


.Contenedor_7 p{
    font-size: 20px; 
    position: relative; 
} 

.imagen img{
    border-radius: 50%;
    width: 28%; 
    top: 15em;
    position: relative; 
    margin-top: -18em; 
    margin-left: -4em;
}


/* Contenedoruno */ 

.three{
    background: var(--gradient);
}  

.three h2{
    color: #fff; 
    font-size: 2.5em;
}   

.three h3{
    font-size: 25px;
}   

.three h4{
    font-size: 25px;
}  

.contenedoruno{
    border: 2px solid var(--primary-color-dark);
    background-color: var(--primary-color-dark);  
    color: white;
    border-radius: 25px; 
    text-align: center; 
    position: relative; 
    padding: 2rem 2rem;
    padding-bottom: 4rem;
} 

.contenedordos{
    border: 2px solid #ffffff;
    background-color: #ffffff; 
    padding: 1rem 5rem; 
    border-radius: 25px;  
    position: relative; 
    top: -85px;
}


/* Octavo contenedor */
.Contenedor_8{
    color: #000000;
} 

.Contenedor_8 h2{
    font-size: 3em;
} 

.Contenedor_8 h3{
    font-size: 2em; 
    text-align: center;
} 

.Contenedor_8 p{
    text-align: center; 
} 

.dis{
    border:2px solid #e9e3e3;
    background:#e9e3e3; 
    color: #000000;  
    display: flex;
    align-items: stretch; 
    margin-top: 3em;
}  

.disp{
    border:2px solid #e9e3e3;
    background:#e9e3e3; 
    color: #000000;  
    display: flex; 
    margin-top: 1em;
    align-items: stretch;
} 
 
.oferta_uno p{
    text-align: center; 
    font-size: 25px;
}   

.oferta_uno {
    padding: 10px ; 
    margin-left: 10px; 
    flex: 1; 
    margin-top: 3em;
} 
 
.oferta_dos { 
    margin-top: 3em;
    padding: 10px ; 
    margin-left: 10px; 
    flex: 1; 
} 

.oferta_dos p{
    text-align: center; 
    font-size: 25px;
} 

.pago_unico{
    border:2px solid #ffffff;
    background:#ffffff;  
    width: 500px; 
    border-radius: 25px; 
    flex: 1; /* Ocupa todo el espacio disponible */
    margin-left: 30px; 
    float: right; 
    margin-right: 30px; 
    margin-top: 30px; 
    margin-bottom: 30px; 
    padding: 5px 5px;
} 

.pago_unico p{
   margin-top: .5em; 
   font-size: 27px;
} 

.boton button{
    background-color: #6B71E3; 
    color: white; 
    padding: 15px 20px; 
    font-size: 20px; 
    margin-top: .5em; 
    margin-bottom: .5em; 
} 

.boton button:hover{
    background-color: #33126B;
}

.Contenedor_8 .boton{
    text-align: center;
}

/* Noveno contenedor */

.Contenedor_9 h2 {
    font-size: 2.5em;
} 

.Contenedor_9{
    border: 2px solid #dfdfdf; 
    background-color: #dfdfdf; 
    border-radius: 9em; 
    padding: 2.5rem 2.5rem;  
}

.contenedor-preguntas {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}

.contenedor-pregunta {
    background: #dfdfdf;
    padding: 20px;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
    transition: .3s ease all;
    cursor: pointer;
}

.contenedor-pregunta:hover {
    box-shadow: var(--sombra);
}

.contenedor-pregunta.activa {
    border: 2px solid var(--primario);
}

.pregunta {
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    gap: 20px;
}

.pregunta img {
    width: 12px;
}

.respuesta {
    color: #808080;
    line-height: 30px;
    max-height: 0;
    opacity: 0;
    transition: .3s ease all; 
    font-size: 18px;
}

.contenedor-pregunta.activa .respuesta {
    opacity: 1;
    margin-top: 20px;
}

.contenedor-pregunta.activa img {
    transform: rotate(45deg);
}  

/* Ultima seccion */
.three h5{
    color: #fff; 
    text-align: center; 
    font-size: 3em; 
    margin-top: -.7em; 
    margin-bottom: -1em;
    font-family: var(--logo-font);
}


/* Responsive Design */


/* Mobile Phones */
@media (max-width: 480px) {
    section {
        padding: 30px;
    }

    .Contenedor_1 h2 {
        font-size: 2.3em; 
    } 

    .Contenedor_1 h3 {
        font-size: 2em; 
    }

    .Contenedor_1 p {
        font-size: 16px;
    }

    #timer {
        flex-direction: column;
        gap: 5px;
        font-size: 1.5em;
    }

    .timer-box span {
        font-size: 40px;
    }

    .countdown-label {
        font-size: 0.75em;
    }

    button.learn-more {
        font-size: 12px;
        padding: 1em 1.5em;
    }

    .Contenedor_2 h2, .Contenedor_3 h2, .Contenedor_4 h2, .Contenedor_5 h2, .Contenedor_6 h2, .Contenedor_8 h3,.Contenedor_9 h2 {
        font-size: 1.5em;
    }

    .Contenedor_2 p, .Contenedor_3 p, .Contenedor_4 li, .Contenedor_4 p, .Contenedor_5 li, .Contenedor_8 p  {
        font-size: 16px;
    }  

    .Contenedor_8 h2{
        font-size: 2em;
    }

    .cont {
        display: block;
        text-align: center;
    }
    .cont .container {
        margin: 0 auto; 
        margin-bottom: -3em;
    }
    .contenedor p {
        margin-left: 0; 
        font-size: 16px; 
    }   

    .about2-banner img {
        max-width: 100%; 
        height: auto; 
    } 

    .contenedor h2{
        font-size: 1.5em;
    } 

    .dis,
    .disp {
        flex-direction: column;
    }

    .pago_unico {
        width: auto;
        margin: 10px 0; 
        margin-left: 1em; 
        margin-right: 1em;
    }  
    
    .dividido {
        flex-direction: column;
        align-items: stretch; 
        margin-top: 1em;
    }

    .countdown {
        margin-right: 0;
        margin-top: 2em;
    } 

    .countdown h1{
        font-size: 1.3em;
    }

    .timer-box {
        width: auto;
        font-size: 16px;
    }

    .timer-box span {
        font-size: 20px;
    } 

    .three h2{
        font-size: 1.5em; 
    }   

    .three h5{
        font-size: 1.5em; 
    }  

    .three {
        margin-bottom: -3em; 
    } 

    .contenedoruno h3{
        font-size: 1.3em;
    } 

    .contenedordos h4{
        font-size: 1.3em;
    } 

    .contenedordos p{
        font-size: 16px
    } 

    .contenedordos {
        padding: 30px; 
    } 

    .Contenedor_7 h2 {
        font-size: 1.5em; 
        margin-top: -0.5em;
    }

    .Contenedor_7 {
        padding: 3rem 1rem; 
    }

    .cl {
        padding: 1rem 0.5rem; 
        top: -25px; /
    }

    .jp {
        padding: 1.5rem; 
        left: 10px; 
    }

    .Contenedor_7 p {
        font-size: 16px; 
    }

    .imagen img {
        width: 50%; 
        top: 10em; 
        margin-top: -10em; 
        margin-left: -2em; 
    } 

    .Contenedor_9 h2 {
        font-size: 1.5em; 
    }

    .Contenedor_9 {
        padding: 1.5rem 1.5rem; 
        border-radius: 5%; 
    }

    .contenedor-preguntas {
        gap: 20px; 
    }

    .contenedor-pregunta {
        padding: 15px; 
    }

    .pregunta {
        font-size: 16px; 
        line-height: 20px;
    }

    .pregunta img {
        width: 10px; 
    }

    .respuesta {
        font-size: 14px; 
        line-height: 25px;
    }
} 

@media (max-width: 769px) {
    section {
        padding: 30px;
    }

    .Contenedor_1 h2 {
        font-size: 1.8em; 
    } 

    .Contenedor_1 h3 {
        font-size: 2em; 
    }

    .Contenedor_1 p {
        font-size: 16px;
    }

    #timer {
    
        gap: 30px;
        font-size: 1.5em;
    }

    .timer-box span {
        font-size: 40px;
    }

    .countdown-label {
        font-size: 0.75em;
    }

    button.learn-more {
        font-size: 12px;
        padding: 1em 1.5em;
    }

    .Contenedor_2 h2, .Contenedor_3 h2, .Contenedor_4 h2, .Contenedor_5 h2, .Contenedor_6 h2, .Contenedor_8 h3, .Contenedor_9 h2 {
        font-size: 1.5em;
    }

    .Contenedor_2 p, .Contenedor_3 p, .Contenedor_4 li, .Contenedor_4 p, .Contenedor_5 li, .Contenedor_8 p {
        font-size: 16px;
    }  

    .Contenedor_8 h2 {
        font-size: 2em;
    }

    .cont {
        display: block;
        text-align: center;
    }
    
    .cont .container {
        margin: 0 auto; 
        margin-bottom: -3em;
    }
    
    .contenedor p {
        margin-left: 0; 
        font-size: 16px; 
    }   

    .about2-banner img {
        max-width: 100%; 
        height: auto; 
    } 

    .contenedor h2 {
        font-size: 1.5em;
    } 

    .dis,
    .disp {
        flex-direction: column;
    }

    .pago_unico {
        width: auto;
        margin: 10px 0; 
        margin-left: 1em; 
        margin-right: 1em;
    }  
    
    .dividido {
        flex-direction: column;
        align-items: stretch; 
        margin-top: 1em;
    }

    .countdown {
        margin-right: 0;
        margin-top: 2em;
    } 

    .countdown h1 {
        font-size: 1.3em; 
        margin-top: -1.5em;
    }

    .timer-box {
        width: auto;
        font-size: 16px;
    }

    .timer-box span {
        font-size: 20px;
    } 

    .three h2 {
        font-size: 1.5em; 
    }   

    .three h5 {
        font-size: 1.5em; 
    }  

    .three {
        margin-bottom: -3em; 
    } 

    .contenedoruno h3 {
        font-size: 1.3em;
    } 

    .contenedordos h4 {
        font-size: 1.3em;
    } 

    .contenedordos p {
        font-size: 16px;
    } 

    .contenedordos {
        padding: 30px; 
    } 

    .Contenedor_7 h2 {
        font-size: 1.5em; 
        margin-top: -0.5em;
    }

    .Contenedor_7 {
        padding: 3rem 1rem; 
    }

    .cl {
        padding: 1rem 0.5rem; 
        top: -25px;
    }

    .jp {
        padding: 1.5rem; 
        left: 10px; 
    }

    .Contenedor_7 p {
        font-size: 16px; 
    }

    .imagen img {
        width: 35%; 
        top: 10em; 
        margin-top: -10em; 
        margin-left: -2em; 
    } 

    .Contenedor_9 h2 {
        font-size: 1.5em; 
    }

    .Contenedor_9 {
        padding: 1.5rem 1.5rem; 
        border-radius: 5%; 
    }

    .contenedor-preguntas {
        gap: 20px; 
    }

    .contenedor-pregunta {
        padding: 15px; 
    }

    .pregunta {
        font-size: 16px; 
        line-height: 20px;
    }

    .pregunta img {
        width: 10px; 
    }

    .respuesta {
        font-size: 14px; 
        line-height: 25px;
    }
}



