
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&family=Permanent+Marker&display=swap&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap');


*{
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    font-family: 'Montserrat', sans-serif;
}

html, body {
    overflow-x: hidden;
    width: 100%;
}


.academia-caja {
  max-width: 800px;
  margin: 40px auto;
  padding: 30px;
  background-color: #f8f9fa;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
  color: #222;
}

.academia-caja h2 {
  font-size: 28px;
  color: #2c3e50;
  margin-bottom: 16px;
  text-align: center;
}

.academia-bloque {
  margin-bottom: 24px;
}

.academia-bloque h3 {
  color: #0077b6;
  margin-bottom: 8px;
  font-size: 20px;
}

.academia-bloque ul {
  padding-left: 20px;
}

.academia-precio {
  background-color: #e3f2fd;
  border-left: 5px solid #2196f3;
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.contacto {
  text-align: center;
  margin-top: 30px;
}

.contacto a {
  background-color: #0077b6;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}

.contacto a:hover {
  background-color: #005f87;
}



/*Slider----------------------------------------------------------------- */





.section{
    position: relative;
    width: 100%;
    display: block;
  }
  .full-height{
    min-height: 50vh;
  }
  .over-hide {
    overflow: hidden;
  }
  .padding-tb{
    padding: 50px 0;
  }
  [type="radio"]:checked,
  [type="radio"]:not(:checked){
    position: absolute;
    left: -9999px;
  }
  .checkbox:checked + label,
  .checkbox:not(:checked) + label{
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    margin-right: 6px;
    margin-left: 6px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid #bdc3c7;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-image: url('Img/slider/Diapositiva1.JPG');
    animation: border-transform 6s linear infinite alternate forwards;
      -webkit-animation-play-state: paused;
      -moz-animation-play-state: paused;
      animation-play-state: paused;
  }
  .checkbox.scnd + label{
    background-image: url('Img/slider//Diapositiva2.JPG');
  }
  .checkbox.thrd + label{
    background-image: url('Img/slider/Diapositiva3.JPG');
  }
  .checkbox.foth + label{
    background-image: url('Img/slider/Diapositiva4.JPG');
  }
  .checkbox.fith + label{
    background-image: url('Img/slider/Diapositiva5.JPG');
  }
  
  
  .checkbox:checked + label{
    box-shadow: 0 8px 25px 0 rgba(16,39,112,.3);
    transform: scale(1.3);
      -webkit-animation-play-state: running;
      -moz-animation-play-state: running;
      animation-play-state: running;
  }
  @keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
    14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
    28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
    56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
    84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
  }
  
  .slider-height-padding {
    padding-top: 440px;
  }
  
  ul {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 100;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    display: block;
    z-index: 100;
    padding: 0;
    margin: 0;
    list-style: none;
    height: 400px;
    border: 5px solid #bdc3c7;
    background-size: cover;
    background-position: center;
    background-image: url('Img/slider/Diapositiva1.JPG');
    border-radius: 50%;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2.7;
    color: #343434;
    text-decoration: none;
   
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 8px 25px 0 rgba(16,39,112,.1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    transform: translate(20%);
  }

  ul li a {
    text-decoration: none; /* Quita la raya debajo del texto */
    color: #000; /* Cambia el color del texto (puedes poner otro color) */
    font-size: 24px; /* Ajusta el tamaño del texto */
    font-weight: bold; /* Hace que el texto sea más grueso */
    display: flex; /* Para centrar el texto dentro del <li> */
    align-items: center;
    justify-content: center;
    height: 100%; /* Asegura que el enlace ocupe todo el <li> */
    text-align: center;
}



  ul li span {
    mix-blend-mode: difference;
  }
  ul li:nth-child(2) {
    background-image: url('Img/slider/Diapositiva2.JPG');
    display: flex; /* Para centrar el video */
    align-items: center;
    justify-content: center;
  }
  ul li:nth-child(3) {
    background-image: url('Img/slider/Diapositiva3.JPG');
  }
  ul li:nth-child(4) {
    background-image: url('Img/slider/Diapositiva4.JPG');
  }
  ul li:nth-child(5) {
    background-image: url('Img/slider/Diapositiva5.JPG');
  }
  
  
  .checkbox.frst:checked ~ ul li:nth-child(1) {
    opacity: 1;
    pointer-events: auto;
    border-radius: 16px;
  }
  .checkbox.scnd:checked ~ ul li:nth-child(2) {
    opacity: 1;
    pointer-events: auto;
    border-radius: 16px;
  }
  .checkbox.thrd:checked ~ ul li:nth-child(3) {
    opacity: 1;
    pointer-events: auto;
    border-radius: 16px;
  }
  .checkbox.foth:checked ~ ul li:nth-child(4) {
    opacity: 1;
    pointer-events: auto;
    border-radius: 16px;
  }

  .checkbox.fith:checked ~ ul li:nth-child(5) {
    opacity: 1;
    pointer-events: auto;
    border-radius: 16px;
  }
  
 
  
  
  @media (max-width: 767px) {
    .slider-height-padding {
      padding-top: 340px;
    }
    ul li {
      height: 300px;
      font-size: 13px;
      letter-spacing: 1px;
    }
  }
  
  @media (max-width: 575px) {
    .slider-height-padding {
      padding-top: 240px;
    }
    ul li {
      height: 200px;
    }
  }

  .video-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%; /* Asegurar que ocupa todo el ancho */
    /*max-width: 900px; /* Puedes ajustar este valor */
    height: 80%; /* Ajusta según sea necesario */
    /*border: 5px solid red; /* Borde rojo */
    position: relative; /* Asegurar que el iframe se acomode bien */
    overflow: hidden; /* Evita que el video se salga */
  }
  
  .video-container iframe {
    width: 90%; /* Ocupar todo el ancho del div */
    height: 100%; /* Ocupar todo el alto del div */
    border: none;
  }
  
  .video-container .texto_video{
  
    padding: 10px;
    text-align: center;
  }
  





/*Slider----------------------------------------------------------------- */


.video-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    padding: 20px;

    
}

.video-wrapper {
    position: relative;
    width: 90%; /* Ajusta el tamaño para que no ocupe toda la pantalla */
    max-width: 800px; /* Limita el tamaño máximo del video */

}

.video-wrapper video {
    width: 90%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);

}







header{
    background-color: rgb(34, 60, 82);
    height: 100px;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

h3{
    text-align: center; 
    font-family: 'Montserrat', sans-serif; 
    font-size: 42px;
    color:rgb(34, 60, 82);
}

.logo{
    text-transform: uppercase;
    color: rgb(86, 197, 150);
    font-weight: 300;   
    font-family: 'Montserrat', sans-serif;
}
.logo_imagen{
    background-image: url(/Img/Logo_verde_liso-modified.png);
    background-size:80px;
    background-repeat: no-repeat;
    width: 80px;
    height: 60%;
}

.menu a{
    height: 24px;
    display:inline-block;
    padding: 15px  15px;
    border-radius:60px;
    border: 2px solid transparent;
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.1s;
}

.mostrar-menu, .esconder-menu{
    font-size: 30px;
    cursor: pointer;
    display: none;
    transition: 0.4s;
}

.esconder-menu{
    color:white;
}

.mostrar-menu{
    order: 1;
    color:white;
}

.menu a:hover{
    color:white;
    background-color: rgb(86, 197, 150);
    border: 2px solid transparent;

}
 .mostrar-menu:hover{
    color:rgb(86, 197, 150)
}
.esconder-menu:hover{
    color:rgb(34, 60, 82);
}

#check{
    display: none;
}


  

/*BANNER*/

#banner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 650px;
    /*background: linear-gradient(to right, rgb(86, 197, 150) 0%,rgb(86, 197, 150) 60%,rgb(248, 247, 243) 60%,rgb(248, 247, 243) 100%);*/
    background-color: rgb(248, 247, 243);
    padding: 1px;

    gap: 10%;
}
.saludo{
    width: 46.6%;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: xx-large;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
    
}

.cta{
    padding: 20px 20px;
    border-radius:60px;
    border: 2px solid white;
    color:white;
    text-decoration: none;
}

.cta:hover{
    background-color: white;
    color:rgb(86, 197, 150);

}

.imagen{
    background-image: url(./Img/Logo_mixto\ modified.png);
    width: 25%;
    height: 46.15%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}
.informacion{
    font-family: 'Montserrat', sans-serif; 
    width: 28.4%;
    text-transform: uppercase;
    color: black;  
    text-align: center;
    letter-spacing: 1px;
    line-height : 50px;
    font-weight: 300;    
}


/* Slider*/

[type=radio]{
    display: none;
}

.contenedor_slider{

    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    
}

#slider{
    width: 2000px;
    height: 35vw;
    max-height: 800px;

    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

#slider label{
    margin: auto;
    width: 60%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    cursor:pointer;
    transition: transform 0.4s ease;
}

#s1:checked~#slide2, #s2:checked~#slide3,#s3:checked~#slide1{
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    transform: translate3d(-30%,0,-200px);
}

#s1:checked~#slide1, #s2:checked~#slide2,#s3:checked~#slide3{
    box-shadow: 0 13px 25px 0 rgba(0, 0, 0, 0.3), 0 11px 7px 0 rgba(0, 0, 0, 0.19);
    transform: translate3d(0,0,0);
}
#s1:checked~#slide3, #s2:checked~#slide1,#s3:checked~#slide2{
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);
    transform: translate3d(30%,0,-200px);
}

.contenedor_boton{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(248, 247, 243);
    
}

 .mas{
    text-align: center;
    padding-top: 10px;
    width: 300px;
    height: 50px;
    border-radius: 8px;
    background-color: rgb(86, 197, 150);
}

.mas a{
    text-decoration: none;
    font-size: 30px;
    text-align: center;
    justify-content: center;
    color:white;
    font-family: 'Montserrat', sans-serif;
}

/* Repositorio de Videos */

    

.metodo h1{
    padding: 30px 0;
    color:rgb(86, 197, 150);
    font-size: 44px;
    text-align: center;
}

.marco_repositorio{
    border: 15px solid rgb(86, 197, 150);
    padding: 5%;
    margin:auto
}
  

.video-contenedor {
    position: relative;
    padding-bottom: 70%;
    padding-top: 0px;
    height: 0px;
    overflow: hidden;
}
 
.video-contenedor iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.container-1{

    max-width: 600px;
}

.texto_repositorio{
    text-align: justify;
    max-width: 100%;
    line-height: 1.5;
}

.circulo{
    padding-left: 10%;
}

/*Acerca de mí*/

/* .sobre_mi{
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    max-height: auto;
    background-color: rgb(248, 247, 243);
    display: flex;
    flex-direction: row;
    align-items: center;
} */



.contenido{
    padding: 5% 15%;
    width: 70%;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.contenido img{
    height: auto;
    width: 400px;
    max-width: 100%;
}

.foto{
    background-color:  rgb(248, 247, 243);
}

.texto{
    /* width:550px; */
    max-width: 100%;
    padding: 0 10%px;
 
}


.texto h1{
    color: rgb(34, 60, 82);
    font-size: 65px;
    text-align: center;
    margin-bottom: 20px;
}

.texto h5{
    color:rgb(86, 197, 150);
    text-align: center;
    font-size: 25px;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.texto p{
    color:rgb(34, 60, 82);
    line-height: 25px;
    text-align: justify;
}

.sobre_mi .contenido .red-social{
    border-color: black;
    margin-top: 30px;
    text-align: center;
}

.sobre_mi .contenido .red-social a{
    border-color: black;
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    color: rgb(34, 60, 82);
    text-align: center;
    transition: all 300ms ease;
}
.sobre_mi .contenido .red-social a:hover{
    color:rgb(86, 197, 150);
}







/*Ola dinámica*/
.ola{
    background-color: rgb(248, 247, 243);

}

.waves{
    height: 80px;
    width: 100%;
}


/*Footer*/


.pie-pagina{
    width: 100%;
    background-color: rgb(34, 60, 82);
    font-family: 'Montserrat', sans-serif;
}

.pie-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 45px 10px;
}

.pie-pagina .grupo-1 .box figure{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: 700;
}

.pie-pagina .grupo-1 .box figure img{
    width: 130px;
}

.pie-pagina .grupo-1 .box h2{
    color: white;
    margin-top: 15px;
    margin-bottom: 25px;

}

.pie-pagina .grupo-1 .box-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

.pie-pagina .grupo-1 .box-2 a{
    margin-top: 10px;
    color: white;
    text-decoration: none;
}
.pie-pagina .grupo-1 .box-2 a:hover{
    color: rgb(86, 197, 150);
}

.pie-pagina .grupo-1 .box p{
    color: white;
    margin-bottom: 10px;
}

.pie-pagina .grupo-1 .red-social a{
    display: inline-block;
    text-decoration: none;
    width: 45px;
    height: 45px;
    color: white;
    text-align: center;
    transition: all 300ms ease;
}
.pie-pagina .grupo-1 .red-social a:hover{
    color:rgb(86, 197, 150);
}

.pie-pagina .grupo-2{
    padding: 15px 10px;
    text-align: center;
    color: white;
}

/*responsive*/

@media(max-width:780px){
    /*Header*/
    .mostrar-menu, .esconder-menu{
        display: block;
    }
    .logo_imagen{
        display: block;
    }

    .menu{
        position:fixed;
        width:100%;
        height: 100vh;
        background: rgb(86, 197, 150);
        right: -100%;
        top: 0;
        text-align: center;
        padding: 100px 0px;
        z-index: 100;
        transition: 0.8s;
    }
    .menu a{
        display: block;
        padding: 20px;
    }
    .menu a:hover{
        color:white;
        background-color: rgb(34, 60, 82);
        border: 2px solid transparent;
    }


 
    .saludo{
        color:white;
        font-size:medium;
    }
    .informacion{
        font-size:x-small;
    }

    .logo{
        font-size: medium;
    }

    .esconder-menu{
        position: absolute;
        top:40px;
        right: 40px;
    }
    #check:checked ~ .menu{
        right: 0;
    }

    /*Nuestro método*/

    .metodo .galeria-imagenes img{
        width: 50px;
          
    }

    .metodo .row .col{
        padding: 60px;
        text-align: center;
    }

    .metodo .row{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }    

    /* Aboutus */

    .sobre_mi{
        width: 100%;
        height: auto;
        padding: 60px 0px;
        text-align: justify;
    }

    .sobre_mi .contenido{
        display: flex;
        flex-direction: column;
    }
    .sobre_mi .contenido img{
        width: 70%;

    }
  

    .texto h1{
        font-size: 25px;
    }
    .texto h5{
        font-size: 15px;
    }

    h3{
        font-size:25px;
  
    }


    /*Footer*/
    .pie-pagina .grupo-1{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 45px 10px;
    }

    .pie-pagina .grupo-1 .box h2{
        margin-top: 40px;
    }
    .pie-pagina .grupo-1 .box-2 a{
        padding-left: 3px;
        text-align:justify;
    }
}


/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
  }
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  }
  /*Shrinking for mobile*/
  @media (max-width: 68px) {
    .waves {
      height:40px;
      min-height:40px;
    }
    .content {
      height:30vh;
    }
    h1 {
      font-size:24px;
    }
  }
  







  
