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

html {
    height: -webkit-fill-available;
}

body {
    margin: 0;
    width: 100%;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    color: black; 
    font-family: 'Noto', sans-serif;
}

img#foto {
    width: 100%;
    height: auto;
}

ul,
ol {
    text-decoration: none;
    list-style: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    text-align: left;
    font-family: "Asap", sans-serif;
    margin-bottom: .1em;
}

p {
    margin-bottom: 1em;
}

header {
    background: black;
}

nav .menu {
    width: 100%;
    height: auto;
}

#logo-museo {
    padding: .5em;
    max-width: 12em;
}

nav .menu ul {
    float: right;
    margin-right: 1.25em;
}

nav ul li {
    display: inline;
    line-height: 5em;
    margin: 0 0.315em;
}

nav ul li a {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: .5em;
    border-radius: .5em;

}

a:hover{
    color:#F1913C;
}

.checkboton {
    color: white;
    font-size: 2em;
    float: right;
    line-height: 2em;
    margin-right: .5em;
    cursor: pointer;
}

.unite2 {
    font-size: 1.3em;
    padding: 0.3em 1em;
    border-color: transparent;
    background-color:#01A687;
    position: relative;
    margin: auto;
     }

.botonnovedades2 {
    font-size: 1.1em;
    padding: 0.3em 1em;
    border-color: transparent;
    background-color:#F16457;
}
     
#botonunite {
    background-color: #5B62AC;
    color: white;
    font-weight: 700;
    font-size: 1em;
    padding: .5em 1.5em;
    border-radius: 50em;
    text-align: center;
    border: none;
    margin-right: 1.5e;
}

#botonunite:hover {
    background-color: #3d438a;
}


/*
-------------------------------------------------
"mediaqueries" para el diseño multipantalla: solo se aplican si se cumplen las condiciones entre parentesis despues de la instruccion "@media" y estan encerradas entre llaver
-------------------------------------------------
*/

#check {
    display: none;
}

@media (max-width: 59em){
    .checkboton {
        display: block;
    }

    ul {
        margin: 0 auto;
        position: fixed;
        width: 100%;
        height: 100vh;
        background-color:#F1913C;
        left: 100%;
        text-align: center;
        transition: all .5s;        
        z-index: 30;
    }

    nav ul li {
        display: block;
    }

    a:hover {
        background: none;
        color: black;        
    }
    
    #check:checked ~ ul {
        left: 0;
    }
}

/* termina menu desplegable*/

hr {
    max-width: 90%;
    border: 0.125em solid black;
    border-radius: 5px;
}

.redes {
    padding-top: 1em;
    margin: auto;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.redes nav a {
    margin: 1em;
}

footer {
    background-color:#F16457;
    padding: .1em 2em;
}

footer p {
    text-align: center;
    font-size: .9em;
    color: white;
}

/* TERMINAN LAS REGLAS GENERALES */


/* INDEX */
.slider {
    width: 100%;
    margin: auto;
    overflow: hidden;
    background-color: #F1913C;
}

.slider figure {
    display: flex;
    padding: 0;
    width: 400%;

    animation: cambio 20s infinite alternate linear;
}

.slider picture {
    width: 100%;
}

.slider img {
    width: 100%;
}

@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%; }
}

#pintolaisla2 {
    max-width: 70%;
    margin: 3em;
   
   
}
.fondonaranja-pinto {
    background-color: #F1913C;
   padding: .3em;
   background-image: url(../imagenes/manopintando1.png);
    background-repeat: no-repeat;
   
}

#pintolaisla2 p {
    position: relative;
    bottom: 2em;
   
}

#pintolaisla2 h2 {
    color: #5B62AC;
    text-transform: uppercase;
    font-size: 4em;
   font-weight: 700;
    position: relative;
    bottom: 0.5em;
   
}

#pintolaisla2 h3 {
    color: white;
    font-size: 1.5em;
    position: relative;
    bottom: 1.6em;
}

button {
        appearance:button;
        text-shadow: none;
        -webkit-writing-mode: horizontal-tb !important;
        border-radius: 10em;
        text-transform: uppercase;
}
     

button a {
         color:#ffffff;
         text-align: center;
         text-decoration: none;
         font-family: 'Asap', sans-serif;
         font-weight: 700;
}

.unite {
            font-size: 1.3em;
            padding: 0.3em 1em;
            border-color: transparent;
            background-color:#01A687;
            position: relative;
            bottom: 1em;
            display: block;
            margin: auto;
}

.botonnovedades {
            font-size: 1.1em;
            padding: 0.3em 1em;
            border-color: transparent;
            background-color:#F1913C;
            position: relative;
            top: 1.5em;
   
}

.noticias {
    color: white;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    padding-bottom: 3em;
    background-color: #01A687;
    position: relative;
    bottom: 2em;
}

.titulonovedades h2{
   color: #F1913C;
    text-transform: uppercase;
    font-size: 2.5em;
   font-weight: 700;
   position: relative;
    bottom: 0.3em;
}
.titulonovedades h3{
  color: white;
    font-size: 1.4em;
    position: relative;
    bottom: 1.1em;
}



.nota1 {
    padding: 1em;
   box-shadow: .2em .2em 1em #00614f;
    max-width: 80%;
    padding-top: .8em;
     padding: 1em;
    margin-top:.1em;
    margin-bottom:3em;
 
   
   
}

.nota1 img{
    width: 100%;
    align-self: center;
}

.nota1 h3{
   
    font-family: 'Asap', sans-serif;
    color: white;
    font-weight: 800;
    font-size: 1.4em;
    display:flex;
    margin-bottom:1em;
    align-self: center;
}

.nota1 p{
     font-family: 'Asap', sans-serif;
    font-weight: 500;
    font-size: .9em;
    padding-top: 0.5em;
}


.nota2 {
    padding: 1em;
    box-shadow: .2em .2em 1em #00614f;
    max-width: 80%;
    padding-top: .9em;
    margin-bottom:3em;
   
}

.nota2 img{
    width: 100%;
    align-self: center;
}

.nota2 h3{
   
    font-family: 'Asap', sans-serif;
    color: white;
    font-weight: 800;
    font-size: 1.4em;
    display:flex;
    margin-bottom:1em;
    align-self: center;
}

.nota2 p{
     font-family: 'Asap', sans-serif;
    font-weight: 500;
    font-size: .9em;
    padding-top: 0.5em;
}

.nota3 {
    padding: 1em;
    box-shadow: .2em .2em 1em #00614f;
    max-width: 80%;
    padding-top: .9em;
   
}

.nota3 img{
    width: 100%;
    align-self: center;
}

.nota3 h3{
   
    font-family: 'Asap', sans-serif;
    color: white;
    font-weight: 800;
    font-size: 1.4em;
    display:flex;
    margin-bottom:1em;
    align-self: center;
}

.nota3 p{
     font-family: 'Asap', sans-serif;
    font-weight: 500;
    font-size: .9em;
    padding-top: 0.5em;
}

@media (min-width: 56em) {
    .noticias {
        flex-direction: row;
        justify-content: space-around;
    }

    .nota1,
    .nota2,
    .nota3 {
        max-width: 15rem;
    }
}


/* HISTORIA */

.historia {background-image: url(../imagenes/historia2.jpg);}

.historia {padding:1.4em;
    font-size: 1.7em;
     text-transform: uppercase;
    color:black;
}
#header #fondo{
    max-width: 100%;
    position: absolute;
}

.titulo h2 {
    color:#F16457;
    text-transform: uppercase;
    position: relative;
    padding-top: 1.5em;
    padding-left: 0.5em;
    font-size: 3em;
    padding-bottom:1.5em;
}

#header h2 span {
    color: black; 
}

/* parte 1 */
.titulo #foto{
    width: 100%;
    position: absolute;
    width: 60%;
    margin-top: 1em;
    margin-left: 7.5em;
}

#contenido {
    max-width: 80%;
    margin: auto;
    padding-bottom: 2em;
}



#header #fondo{
    width: 100%;
    z-index: 0;
}

.textohistoria h4 {
    padding: 0;
    margin: 0;
}

.destacado h3{
    color: #F16457;
    font-style: italic;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 2px #F16457 solid;
    border-left: none;
    border-right: none;  
    width: 80%;
}
/* parte 2 */

#foto2{
    max-width: 90%;
    height: auto;
    border-radius: 1em 0;
}

/* PINTO LA ISLA */

.titulopinto {
    background-image: url(../imagenes/pinto_la_isla_header.jpg);
}

.titulopinto {
    padding: 1em;
    font-size: 2em;
    text-transform: uppercase;
    margin: 0;
}

#pintolaisla {
    margin: .5em 2em;
    padding-top: 0.3em;
    text-align: left;
}

#pintolaisla h4 {
    text-decoration: none;
    color: white;
    font-style: italic;
    font-size: 1.2em;
    padding-top: .5em;
    margin: 0;
}

.destacado {
    min-width: 80%;
    align-items: center;
}

#pintolaisla .destacado h3{
    color: white;
    font-style: italic;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 2px white solid;
    border-left: none;
    border-right: none;
    width: 80%;
}

.destacado h3 {
    text-align: center;
}

.fondoverde-pinto {
    margin: 0;
    padding-bottom: 1em;
    background-color: #F1913C ;
    padding-top: 1em;
}

#galeria {
    margin: .5em 2em;
    padding-top: 0.3em;
    text-align: left;
    color: white;
}

#galeria h2 {
    text-transform: uppercase;
}

.fondoverde-pinto2 {
    margin: 0;
    padding-top: 1em;
    background-color: #01A687;
}

.mano-pintando {
    text-align: left;
    margin-top: -2em;
}

.mano-pintando h2 {
    margin: 0 1.2em;
    color: #F16457;
    text-transform: uppercase;
    top: -3.5em;
    position: relative;
}



#unite {
    margin: 0 2em;
    text-align: left;
}

#unite h3 {
    color: black;
}

.formulario {
    max-width: 20em;
    margin: 0;
    margin: auto;
    font-family: "Noto", sans-serif;
    color: black;
    padding: 1em;
}

.controles {
    width: 100%;
    padding: 0.625em;
    border-radius: 10em;
    margin-bottom: 1em;
    border: 0.0125em solid;
    font-family: "Noto", sans-serif;
}

#asunto {
    font-family: "Noto", sans-serif;
    color:white;
    text-align: center;
}

.formulario h2 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1em;
    color: white;
}

.botonenviar {
    width: 100%;
    background-color: black;
    color: white;
    font-weight: 700;
    font-size: 1em;
    padding: .5em 1.5em;
    border-radius: 50em;
    text-align: center;
    border: none;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

.botonenviar:hover {
    background-color: lightgray;
}

#contacto {
    padding: 2em;
}

@media (min-width: 56em) {
    .destacado {
        margin: auto;
        max-width: 5em;
    }

    #galeria {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    #galeria .texto-contenido {
        max-width: 50%;
    }

    .mano-pintando h2 {
        max-width: 50%;
    }

    .mano-pintando-flex {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
}

/* CALENDARIO */
 
.titulocalendario h2 {
    color:black;
    text-transform: uppercase;
    position: relative;
    padding-top: 1 em;
    padding-left: 0.5em;
    font-size: 2.5em;
    padding-bottom:1.5em;
}

.titulocalendario {background-image: url(../imagenes/pintar%20nena.jpg);}

.titulocalendario {
    display: flex;
    align-items: center;
}

.titulocalendario {margin-bottom: auto}

.calendariomenu ol {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1em;
}

.calendariomenu ol {
    margin: auto;
    margin-top: 1em;
    width: 90%
    
}

.calendariomenu ol li {
    display: inline;
    margin: auto;
    
}

.calendariomenu ol li a {
    color:#01A687;
    font-size: 0.8em
}

.calendario {
    margin: 0 2em;
}

input{ margin-top: 2em;}

.Subscríbete { padding: 2em; 
    background-color:#F1913C; }


.visitas,
.eventos,
.actividades,
.exposiciones {
    margin-bottom: 4em;
}

.visitas hr,
.eventos hr,
.actividades hr,
.exposiciones hr {
    max-width: 90%;
    border: 0.125em solid #01A687;
    border-radius: 5em;
}


.calendario a h4 {
    text-decoration: none;
    color: #01A687;
    font-style: italic;
    font-size: 1.2em;
    margin-top: 2.8em;
}

h4 { text-decoration: none;
    color: #01A687;
    font-style: italic;
    font-size: 1.2em;
    margin-top: 2.8em;
}

.titulotema {
    font-weight: bold;
    margin-left: 0,5em;
    margin-top: 2.5em;
}

.detalles {
    font-style: italic;
    color:#F1913C;
}
#contacto {padding: 2em;}

@media (min-width: 56em) {
    .calendario {
        display: flex;
        justify-content: space-between;
    }

    .visitas,
    .exposiciones,
    .eventos,
    .actividades {
        margin: 0 2em;
    }

    .formulario2 {
        max-width: 100%;
        display: flex;
        justify-content: space-around;
    }
}

/* MUSEO */

.titulomuseo {background-image: url(../imagenes/museo_header.jpg)}



.titulomuseo{padding: 1.5em;
font-size: 1.65em;
     text-transform: uppercase;
    color:black;
}


#museo {
    max-width: 80%;
    padding-bottom: 2em;
    margin: auto;
}

#museo h2 {
    color: #01A687;
    text-transform: uppercase;
    font-size: 2em;
}

#museo h3 {
    color: #01A687;
    font-size: 1em;
}

#museo h4 {
    padding-top: 0em;
    text-decoration: none;
    color: #F16457;
    font-style: italic;
    font-size: 1.2em;
    margin-top: 1em;
}

#museo .destacado h3 {
    color:#01A687;
    font-style: italic;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border: 2px #01A687 solid;
    border-left: none;
    border-right: none;
    width: 80%;
}

@media (min-width: 56em){
    .mapa {
        width: 100%;
    }
}



/* terminan las secciones y sus especificaciones propias*/

/* PALETA nar #F1913C, az #5B62AC, roj #F16457, ver #01A687 */