@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

img {
    max-width: 100%;
    height: auto;
}

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


/* iniciar sesión */

body{
    font-family: 'Montserrat', sans-serif;

}


#inicio {
    min-height: 100vh;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
     }

.logoisla-index {
    display: flex;
    justify-content: center;
    padding-top: 60px;
}


#inicio main{
    max-width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  
}
#inicio main p{ 
    font-size:1em;
    margin: 1em 1em 1em 0em ;
               
}

.usuario{ 
    padding-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    font-weight: 800;
   
}


#inicio #registrarse, input { 
    border: 1px;
    border-bottom-style: groove;
    padding-bottom: 10px;
    background-color: #ffffff;


}


button a{
    color:#ff520e;
    text-align: center;
    transition: all .2s ease;
    font-weight:600;
    font-size: 18px;
}

.boton { 
    font-size: 1.1em;
    padding: 0.5em;
    margin: 2em;
    border-color: transparent;
    background-color: #d9efeb;
    border-radius: 0.3em;
}


#inicio a{ 
    text-decoration: none;
    display: flex;
    flex-direction: column;
    text-align: center;
}

/* primera pagina webapp*/

/* Hamburgesa */
.menu {    
    position:fixed;
    width: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content:space-between;
    background:#d9efeb;
    align-items: center;
    flex-direction: row-reverse;
     
}


.menu li {
    list-style-type: none;
    font-family: sans-serif;
    text-decoration: none;
    color:#3D7669;
    margin: 5px 0;
    background:#d9efeb;
    padding-left: 20px;
    }
.menu li a {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 800;
}
.menu-activo{
    background-color:#d9efeb;
    width:100%;

}

/* buscador */
#buscador{
    display:flex;
    flex-direction: row;
    align-items:center;
    padding-right: 30px;
}
#buscador input{
    background-color:#d9efeb;
}

.lupa{
    padding-right: 10px;
    
}


/* Hamburgesa */
.hamburguesaabierta{
     cursor:pointer;
    
}
.tresrayas,
.hamburgesacerrada {
    display: none;
    
    }

.tresrayas:checked ~ .hamburgesacerrada {
    display: block;

      }

.tresrayas:checked ~ .hamburgesaabierta {
    display: none;
   
    }
    
.hamburgesaadentro {
    display: none;
    background: #d9efeb;
    }

.tresrayas:checked ~ .hamburgesaadentro {
    display: flex;
    position:absolute;
    width: 100%;
    padding: 10px 0px;
    left:0px;
     }
.tresrayas:checked ~ .hamburgesaadentro ul {
    width: 100%;
    padding-right:60px;
    padding-left:10px;
}

#hamburgesa {
    display:flex;
    justify-content: center;
    align-content: center;
    list-style: none;
    margin:10px;
    padding: 20px;

}
ul .lista{
    list-style-type: none;
    color:#ff520e;
    text-decoration: none;
    
}

main {
    padding: 80px 30px 0 30px;
    background-color:#ffffff;
}

/* textos pagina principal */

#pagprincipal{
    min-height: 100vh;
    background-color:white;
    display: flex;
    flex-direction: column;
}


.titulotexto{
    margin-bottom: 5px;
    margin-top: 10px;
    line-height: normal;
    font-weight: 900;
    color:#3D7669;
}

.subtitulo-inicio{
    font-weight: 600;
    color: #46a292c9;
    padding-bottom: 10px;
    
    
}
.texto1{
    color:#2a2525;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 50px
}

.texto-corrido{
    font-weight:400;
    line-height: 1.8em;
}
.bold{
    font-weight: 800;
}
.texto2{
    color:#2a2525;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.5em;
    
}
.texto3{
    color:#2a2525;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 1.5em;
    
}

/* pagina Visitanos */
.agenda{
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: normal;
    font-weight: 900;
    color:#3D7669;
    
}
.elegi{
    font-weight: 400;
    font-size: 15px;
    padding-bottom: 20px;
    
}
.noviembre{
    font-weight: 800;
    font-size: 20px;
    color: #46a292c9;

    
}

table{
    width:100%;
    padding-top: 15px;
   
    
}
td {
    text-align:center;
    padding: 10px 0px;
    color:darkgray;

}
.viernes{ margin-bottom: 20px;
    margin-top: 15px;
    line-height: normal;
    font-weight: 900;
    color:#3D7669;
    
}
h4{
    font-weight: 400;
}
.hora{
    font-weight: 800;
}
.fechaabierto{
    background: #d9efeb;
    font-weight: 800;
    border-radius: 0.3em;
    opacity:100%;
}
.fechaabierto:hover{
    background-color: none;
}

.fechasola a{
    text-decoration: none;
    color:#000000;
    font-weight: 800;
    text-align: center;
    
}
.fechasola{
    opacity:100%;
    background: #d9efeb;
    border-radius: 0.3em;
}

.actividad{
    display: none;
}
.actividadabierta{
    display: block;
}

.fechaabierto a {
    text-decoration: none;
    color:#ff520e;
    opacity: 100%;

}

/* Página Visitar con formulario nombre/apellido */

.boton-a{
    display:none;
}

.boton-anotate{
    font-weight: 800;
    font-size: 1em;
    padding: 0.5em;
    border-color: transparent;
    background-color: #d9efeb;
    border-radius: 0.3em;
    margin-top:15px;
    margin-bottom: 15px;
    color: #ff520e;
}

.datos input {
    width:100%;
    margin-bottom:20px;
}
.datos{
    font-weight: 400;
    
}

.boton-enviar {
    font-weight: 800;
    font-size: 1em;
    background-color:#d9efeb;
    padding: 0.5em;
    border: none;
    font-family: 'Montserrat', sans-serif;
    border-radius: 0.3em;
    color: #ff520e;
    
}

.hamburguesaadentro ul{
    width:100% !important;
    
}



/*Dispositivos desde 600px de ancho*/
@media screen and (min-width: 1px) {
    
}

/* nuestros murales*/
/*Galeria de imagenes*/

.slider{
    width: 100%;
    margin:auto;
    overflow: hidden;
    margin-top: 0px;
}

.slider ul{
    display:flex;
    padding: 0;
    width: 400%;
    animation: cambio 15s infinite alternate;
    margin-bottom: 0px;
}

.slider ul:hover{
    animation-play-state: paused;
    cursor: pointer;
}

.slider li{
    width: 30%;
    list-style: none;
}

.slider img{
    width: 100%;
    height: auto;

}

@keyframes cambio{
    0%{margin-left: 0%;}
    20%{margin-left: 0%;}
    
    25%{margin-left: -100%;}
    45%{margin-left: -100%;}
    
    50%{margin-left: -200%;}
    70%{margin-left: -200%;} 
    
    75%{margin-left: -300%;}
   100%{margin-left: -300%;} 
}

/*video*/

.videoResponsive{
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-bottom: 56.25%;
}

.videoResponsive iframe{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

/*actividades destacadas*/
.slidertexto{
    width: 100%;
    margin:0px;
    overflow: hidden;
    margin-top: 10px;
    
}

.slidertexto ul{
    display:flex;
    padding: 0;
    width: 400%;
    animation: cambio 15s infinite alternate;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

.slidertexto ul:hover{
    animation-play-state: paused;
    cursor: pointer;
}

.slidertexto li{
    width: 30%;
    list-style: none;
}



@keyframes cambio{
    0%{margin-left: 0%;}
    20%{margin-left: 0%;}
    
    25%{margin-left: -100%;}
    45%{margin-left: -100%;}
    
    50%{margin-left: -200%;}
    70%{margin-left: -200%;} 
    
    75%{margin-left: -300%;}
   100%{margin-left: -300%;} 
}


/*footer*/
footer{
    background-color:#ffffff;
}
.iconos-footer{
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    padding-top: 60px;
    padding-bottom: 30px;
    align-items: left;
    
}
.iconos-footer li{
    list-style-type: none;
    
}
.icono-fb{
    padding-right: 8px;
}

/*Página Como llegar*/

.ubicacionmuseo{ 
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: normal;
    font-weight: 900;
    color:#3D7669;
    
}

.telefono{
    color: #ff520e;
    font-weight: 800;
    text-decoration: underline;
    font-size: 0.8em;
}
.titulocomollegar{
    padding-top: 0.8em;
    font-weight: 800;
}
.textocomollegar{
    font-weight: 400;

}







