
 @font-face {font-family: Aileron; src: url("fuentes"/AILERON-REGULAR.woff);}

 * {
    box-sizing: border-box;
     padding: 0;
 }

 body {
    font-family: Aileron;
    box-sizing: border-box;
 margin: 0;
    padding: 0;
    border: 0;
    outline: none;
  width: 100%;
  
 }

 a {
    text-decoration: none;
}
ul {
    list-style: none;
}


header {
    box-shadow: 0 4px 2px hsl(0 0% 0% / 0.25); 
    position: sticky;
    top: 0;
width: 100%;
display: block;
background-color: white;
}


.contenedora .logo {
width: 30%;
    min-height: 50%;
    font-size: 4rem;
font-family: Staatliches;
color: black;
    
    
}

.contenedora {
  
    padding: 1rem;
    margin-inline: auto;
    display: flex;
    flex-direction: row;
       justify-content: space-between;
       align-items: center; 
       max-height: 4rem;
   width: 100%;

}



    .contenedora label {
      
        background-color: white;
        border-color: white;
       box-shadow: none;
    border-style: none;
    
    
    }
   .linea {
        width: 30px;
        height: 4px;
        margin: 6px 0 6px 0;
        background: black;
     
    }
    









  
    
    #boton {display: none;}
    
  
    .contenedora label :hover{
        cursor: pointer;
        background-color: black; 
        
        
    }
    
    .menu ul{
        margin: 0;
        list-style: none;
        padding: 0;
        display: flex;
     
       
       
    }
    
   
    .menu li:hover{
      background-color: black; 
     
    }
    .menu li a:hover {
        color: white;
    }
    .menu li a{
        display: block;
        padding: 1rem 2rem;
        color: black;
        text-decoration: none;
    }

    main .info .botones a:hover {
        background-color: white;
        color: black;
        
    }


    .notas {display: flex;}
    .act {display: flex;}
.actividades {display: flex;}
figure {width: 100%;
margin: 0;
padding: 0;}
.textoact {width: 100%;
font-size: 2rem;}

.ver {display: flex;
    justify-content: center;
      align-items: center;
  width: 9.5em;
  height: 3em;
  font-family: Aileron;
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 0.9em;
background-color: rgb(141, 141, 141);}



.slider {
    width: 100%;
    max-width: 950px;
    height: 350px;
    position: relative;
    overflow: hidden;
  }
  
  .slide {
    width: 100%;
    max-width: 950px;
    height: 350px;
    position: absolute;
    z-index: -5;
    transition: all 0.5s;
  }
  
  .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .btn {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 50%;
    z-index: 10px;
    cursor: pointer;
    background-color: #fff;
    font-size: 18px;
  }
  
  .btn:active {
    transform: scale(1.1);
  }
  
  .btn-prev {
    top: 45%;
    left: 2%;
  }
  
  .btn-next {
    top: 45%;
    right: 2%;
  }



  @media (max-width:1080px){

    header label{
        display: block;
    }
    
    .menu{
        position: fixed;
        background: white;
        width: 40%;
        top: 4;
        right: -30em;
        bottom: 0;
       
        transition: all .3s;
    }
    .menu ul{
        flex-direction: column;
    
    }
    .menu li{
        border-top: 1px solid black;
     
    }

    footer
    {
        background-color: black;
        color: white;
     height: fit-content;
        padding-inline: 2rem;
        padding-block: 1rem;
        display: flex;
        gap: 2em;
        justify-content: space-between;
        font-size: smaller;
        margin-block: auto; 

    }


footer .fredes {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
}
    footer .fredes img {
        width: 6rem;
    }


    footer .contacto {
        gap: 1rem;
        display: flex;
        flex-direction: column;

    }

    #boton:checked ~ .menu{
        bottom: 0em;
        right: 0em;
        top: 4em;
      }

}















@media (min-width:1080px) {
    header label
 {
    opacity: 0;
 }

footer {
background-color: black;

        color: white;
     height: fit-content;
        padding-inline: 2rem;
        padding-block: 1rem;
        display: flex;
        flex-direction: column;
        gap: 2em;
       align-items: center;
        margin-block: auto; 
       
}
footer .contacto {
display: flex;
flex-direction: column;
align-items: center;
}
footer .fredes {
display: flex;
flex-direction: column;
align-items: center;
}

footer .fredes img {
width: 8rem;

}


}







/* ACAAA*/


    @media (min-width:200px)  {

        main {
            display: flex;
            flex-direction: column;
            gap: 2em;
            padding-top: 2em;
            margin-inline: 1.5rem;
            margin-left: 3rem;
            margin-right: 3rem;
        }
        main h1 {
            font-family: Staatliches;
            font-size: 2rem;
        }
        .notas h2 {
            font-family: Staatliches;
            font-size: 1.5rem;
        }
        
.actividades {flex-direction: column;
width: 100%;}

.notas {flex-direction: column;
    width: 100%;
}
.act {flex-direction: column;
    }
    img {width: 100%;}

                
    }






    @media (min-width:661px) {

        main {
            display: flex;
            flex-direction: column;
            gap: 2em;
            padding-top: 2em;
            margin-inline: 1.5rem
            ;
            margin-left: 3rem;
            margin-right: 3rem;
            justify-content: center;
        }
        main h1 {
            font-family: Staatliches;
            font-size: 3.3rem;
        }
        main h2 {
            font-family: Staatliches;
            font-size: 1.8rem;
        }
        
        main .mbq {
            width: 100%;
            height: 35rem;
            margin-bottom: 5rem;
         display: flex;
         flex-direction: column;
         align-items: center;
        
        }
        main .mbq iframe {
            width: 100%;
            height: 100%;
        }

       
        main h3 {
            font-family: Staatliches;
            margin-bottom: -0.8rem;
            
        }

        main .notas p {
            font-size: 0.7em;
        }
    
    
            }
        

            





@media (min-width:992px) {
    body {
        margin: 0;
    }
   main {
    display: flex;
    flex-direction: column;
    gap: 2em;
  
    padding-top: 2em;
   margin: 0;
    margin-bottom: 8em;
}
main h1 {
    font-family: Staatliches;
    font-size: 3rem;
    margin: 0;
    margin-bottom: 1em;
    margin-inline: 10rem;

}

    main .mbq iframe {
        width: 100%;
       height: 100%;
        
    }
    main .mbq h1 {
        font-family: Staatliches;
        font-size: 6rem;
    }
    main h2 {
        font-family: Staatliches;
        font-size: 2.4rem;
      
        width: 100%;
    }


        main .acerca p {
           padding-inline: 0;
        }

        
        main .info h3 {
            font-family: Staatliches;
            margin-bottom: -0.8rem;
            
        }
            main .info .visita {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            
            main .info .botones a{
                color: white;
                background-color:black;
                font-weight: 700;
                border-radius: 1em;
                padding: 0.5em;
              
            }
            main .info .botones {
               
                display: flex;
                flex-direction: row;
            justify-content: space-around;
            align-items: center;
            margin-top: 2em;
            gap: 1em;
            
            }
    
    
    main .consulta form {
        display: flex;
        flex-direction: column;
        margin-bottom: 3em;
      gap: 0.5em;
       padding-inline: 3em;
    }

    main .acerca {
     margin-inline: 3rem;
      width: 78%;
      height: 100%;
      padding-inline: 7rem;
   
    }
main .info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
    padding-inline: 10em;
 
}
main .actividades {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5em;
    justify-content: center;
}
main .actividades .notas {
    width: 38%;
}
main .notas p {
    font-size: large;
}
main .notas h2 {
  
        font-size: 1.8rem;
        margin: 0;

     font-family: Staatliches;
    font-weight: 300;
    font-size: 2em;
    margin-bottom: .01em; 
}

main .notas .ver {
font-size: 0.5em;
} 
.slider {margin-inline: 10rem;
max-width: 1220px;}

.slide {max-width: 1220px;}
    }