

@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');





.fila {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border: 1px solid rgb(34, 60, 82);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 15px;
  gap: 15px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.icono {
  width: 70px;
  height: 7%;
  flex-shrink: 0;
}

.fila .texto {
  flex: 1;
  font-size: 18px;
  color: #333;
  word-wrap: break-word;
  font-family: 'Montserrat', sans-serif; 
   color:rgb(34, 60, 82);

}

.fila .boton {
  background-color:rgb(86, 197, 150);
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 8px;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background-color 0.3s ease;
}

.fila .boton:hover {
  background-color: #2980b9;
}

@media (max-width: 600px) {
  .fila {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .icono {
    margin-bottom: 10px;
    align-self: center;
  }

  .fila .boton {
    width: 100%;
  }
}


*{
    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;
}

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;    
}






.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%;
 
}


.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;
}







/*Ola dinámica*/
.ola{
    background-color: rgb(248, 247, 243);

}

.waves{
    height: 80px;
    width: 100%;
}




/*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;
    }


 

        

  

   
}


/* 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;
    }
  }
  







  
