@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');

@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    list-style: none;
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #e2e0e3;
}
main {
    background-color: #e2e0e3;
    padding: 40px 20px;
    margin-top: 194px;
}

article {
    max-width: 1200px;
    margin: 20px auto;
    padding: 40px;
    background: white;
    align-content: center;
}

h1 {
    margin: 0;
    padding: 10px;
    text-align: center;
}

h2 {
    margin: 0;
    padding: 10px;
    text-align: center;
}

h4 {
    margin: 0;
    padding: 10px;
    text-align: center;
}

.acumar {
    margin: 0;
    padding: 10px;
    text-align: center;
}

.header_superior {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 250px;
}

.perfil img {
    width: 100px;
    padding: 10px;
}

.contenedor_menu {
    width: 100%;
    height: 70px;
    background: #5eb5ae;
    padding: 0px 20px;
}
.footersobrenos {
    background-color: #5eb5ae;
}
.menu {
    max-width: 1200px;
    margin: auto;
    height: 100%;
    font-family: 'Playfair Display', serif;   
}

nav {
    height: 100%;
}

nav > ul {
    height: 100%;
    display: flex;
}
.botoninicio {
    background-color: rgba(255, 255, 255, 0.699);
}
.botonmapa {
    background-color: rgba(255, 255, 255, 0.699);
}
.botoncalendario {
    background-color: rgba(255, 255, 255, 0.699);
}
.botonsobrenos {
    background-color: rgba(255, 255, 255, 0.699);
}
.botonactividades {
    background-color: rgba(255, 255, 255, 0.699);
}

.botoncomunidad {
    background-color: rgba(255, 255, 255, 0.699);
}
nav > ul > li {
    height: 100%;
    position: relative;
}

nav > ul > li > a {
    height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 24px;
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    transition: all 300ms ease;
}

nav > ul > li > a:hover {
    transform: scale(1.1);
    background: #82b9b4;
    box-shadow: 0px 0px 10px 0px rgba (0,0,0,0.5);
}



 /*responsive*/

.icon_menu {
  font-size: 26px;  
  color: black;
  cursor: pointer;
  width: 26px;
  height: 100%;
  align-items: center;
  display: none;
}

#check_menu {
    display: none;
}

#label_check {
    width: 26px;
    height: 100%;
    display: none;
}
.img {
    width: 100px;
    padding: 10px;
}
.contenedoramapa {
    max-width: 1200px;
    margin: auto;
    align-items: center;
    background: white;
    border-radius: 10px;
}

.mapainteractivo {
   width: 100%;
    padding: 20px;
    margin: auto;
    display: flex;
    align-items: center;
    background: white;
    border-radius: 10px;

    
}


.redessociales ul img { 
    width: 4em;
    padding: 1em;
    display: inline-block;
    background-color: var(--color-6);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}


/* COMUNIDAD */

.headercomunidad .logo img{
    width: 200px;
}

.contenedor_menucomunidad {
    width: 100%;
    height: 70px;
    background: #dd665c;
    padding: 0px 20px;
}

.footercomunidad {
    background-color: #dd665c;
}

.comunidad h1 {
    padding-top: 30px;
    padding-bottom: 50px;
}

#contenedoraañadirfotos h4 { 
    text-align: left;
    
}

#tallerlibredepintura {
    list-style: none;
    background-color: #bebebe;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    justify-content: center;
    border-radius: 10px;
}

#tallerlibredepintura h3 { 
    text-align: left;
    padding-top: 50px;
    padding-bottom: 30px;
}

#tallerlibredepintura h4 { 
    text-align: left;
    padding-top: 30px;
    padding-bottom: 20px;
}
#tallerlibredepintura p{ 
    text-align: left;
}
#tallerlibredepintura img{ 
    width: 100%;
}

#manualidadeslibres {
    list-style: none;
    background-color: #bebebe;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    justify-content: center;
    border-radius: 10px;
}

#manualidadeslibres h4 { 
    text-align: left;
    padding-top: 30px;
    padding-bottom: 20px;
}

#manualidadeslibres h3 { 
    text-align: left;
    padding-top: 50px;
    padding-bottom: 30px;
}

#manualidadeslibres p { 
    text-align: left;
}
#manualidadeslibres img{ 
    width: 100%;
}

#lecturaenvozalta {
    list-style: none;
    background-color: #bebebe;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    justify-content: center;
    border-radius: 10px;
}

#lecturaenvozalta h3 { 
    text-align: left;
    padding-top: 50px;
    padding-bottom: 30px;
}

#lecturaenvozalta h4 { 
    text-align: left;
    padding-top: 30px;
    padding-bottom: 20px;
}

#lecturaenvozalta p { 
    text-align: left;
}

#lecturaenvozalta img{ 
    width: 100%;
}
#contenedoraañadirfotos{
    list-style: none;
    background-color: #dd665c;
    background-position: center;
    background-size: 40px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: 1em;
    justify-content: center;
    border-radius: 10px;
}

/*perfil*/

.contenedor_menuperfil {
    width: 100%;
    height: 70px;
    background: #dd665c;
    padding: 0px 20px;
}

.footerperfil {
    background-color: #dd665c;
}

.usuario {
    margin: 0;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.usuario img {
    object-fit: cover;
    display: block;
    margin: auto;
    width: 200px;
    height: 200px;
border-radius: 10px;
}


#rayuela {
    text-align: center;
    border-radius: 10px;
}

#principito {
    text-align: center;
    border-radius: 10px;
}

#octubre {
    text-align: center;
    border-radius: 10px;
}

#odisea {
    text-align: center;
    border-radius: 10px;
}

/*index*/

.bienvenida {
font-size: medium;
    background-color:  #b0dad6d7;
    background-position: center;
    background-size: 0px 30px;
    border-radius: 10px;
    margin: 3px;
    margin-bottom: 10px;
}
.videoartemodular video {
border-radius: 10px;
    width: 100%;
    height: auto;
}

.redessociales {
    align-items: flex-start;
       

}

.calendario li img {
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    width: 20px;
    max-width: 100%;
}

.secciones  {
  justify-content: center;
  border-radius: 10px;
}

#contenedoracalendario {
    list-style: none;
    background-color: #edb6c1;
    background-position: center;
    background-size: 0px 30px;
    margin: 20px 20px;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
  

#contenedoracomunidad {
    list-style: none;
    background-color: #dd665c;
    background-position: center;
    background-size: 0px 30px;
    margin: 20px 20px;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#contenedorasobrenos {
    list-style: none;
    background-color: #5eb5ae;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
    border-radius: 10px;
    text-align: center;

}




@media (max-width: 720px) {
   
    .header_superior{
        padding: 10px;
    }

    .logo img {
        width: 200px;
    }

    nav > ul {
       flex-direction: column;
       background-color: #5eb5ae;
       position: fixed;
       left: 0;
       top: 158px;
       width: 100%;
       height: 300px;
        transition: all 300ms ease;
        z-index: 100;
        opacity: 1;
        visibility: hidden;
    }

    nav > ul > li > a {
        height: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 14px;
        color: black;
        text-transform: uppercase;
        font-size: 14px;
        transition: all 300ms ease;
    }

    nav > ul > li > a:hover {
        transform: scale(1);
        background: #82b9b4;
        box-shadow: 0px 0px 10px 0px rgba (0,0,0,0.5);
    }
    .icon_menu {
        display: flex;
      }
      
      #check_menu:checked ~ nav > ul {
          height: 300px;
          visibility: visible;
          opacity: 1;
      }
      
      #label_check {
          display: block;
      }
    
      .acumar img {
        align-items: center;

    }
}



/* CALENDARIO */

.headercalendario {
   background-color: whitesmoke; 
  }

.footercalendario {
    background-color: whitesmoke; 
   }

.contenedor_menucalendario {
    width: 100%;
    height: 70px;
    background:  #edb6c1;
    padding: 0px 20px;
}


.contenedorcalendariointeractivo {
    background-color: #edb6c1;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
}

.titulocalendario {
    list-style: none;
    padding: 0.5em 0.5em;
    color: #dd665c;
    text-align: center;
}

.calendariojulio {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.day {
    list-style: none;
    text-align: center;
    color: #dd665c;
}

.calendariojulio {
    line-height: 80px;
    margin: 5px 5px;
}

.day-name {
    background: #dd665c;
    font-weight: 700;
    text-align: center;
    color: #edb6c1;
}

.first-day{
  grid-column-start: 5;  
}

.day2 {
 background-color: rgba(222, 236, 236, 0.37);
 text-align: center;
}
  
.day7 {
    background-color: rgba(222, 236, 236, 0.37);
    text-align: center;
}

.day12 {
 background-color: rgba(222, 236, 236, 0.37);
 text-align: center;
}

.day15 {
 background-color: rgba(222, 236, 236, 0.37);
 text-align: center;
}

.day20 {
 background-color: rgba(222, 236, 236, 0.37);
 text-align: center;
}

.day23 {
 background-color: rgba(222, 236, 236, 0.37);
 text-align: center;
}


.day26 {
 background-color: rgba(222, 236, 236, 0.37);
 text-align: center;
}

.day29 {
 background-color: rgba(222, 236, 236, 0.37);
 text-align: center;
}


.dia2 {
    list-style: none;
    background-color: #edb6c1;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
}
.dia7 {
    list-style: none;
    background-color: #edb6c1;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
}
.dia12 {
    list-style: none;
    background-color: #edb6c1;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
}

.dia15 {
    list-style: none;
    background-color: #edb6c1;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
}
.dia20 {
    list-style: none;
    background-color: #edb6c1;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
}

.dia23 {
    list-style: none;
    background-color: #edb6c1;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
}

.dia26 {
    list-style: none;
    background-color: #edb6c1;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
}

.dia29 {
    list-style: none;
    background-color: #edb6c1;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
}


/* ACTIVIDADES */

.contenedor_menuactividades {
    width: 100%;
    height: 70px;
    background:  #f3ad43;
    padding: 0px 20px;
}

.footeractividades {
    background-color: whitesmoke; 
   }

.actividadestitulo {
    margin: 180px 0px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #f3ad43;
   }    

.actividadeslecturaenvozalta {
    background-color: #f3ad43;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
}

.actividadesmanualidadeslibres {
    background-color: #f3ad43;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
}

.actividadesartesplasticas {
    background-color: #f3ad43;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
}

.actividadesjuegosmusicales {
    background-color: #f3ad43;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
}
.h4lectura{
   text-align: left;
       }
.h4plastica{
text-align: left;
}
.h4manualidades{
    text-align: left;
}
.h4musica{
text-align: left;
}

/* CIRCULO DE LECTURA */

.circulolibros {
    background-color: #f3ad43;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
}

.libros3 {
align-items: flex-start;
   }
.libros3 img
{
    border-radius: 10px;
       }
.titulocirculo{
    list-style: none;
    padding: 0.5em 0.5em;
    color: #000000;
    text-align: center;
    font-size: 30px;
 
}

.imagencirculo img{
border-radius: 10px;
}

/* MANUALIDADES */

.actividadesmanualidades {
    background-color: #f3ad43;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;
    border-radius: 10px;
}

.titulomanualidades {
    list-style: none;
    padding: 0.5em 0.5em;
    color: #000000;
    text-align: center;
    font-size: 30px;
 
}

.imagenmanualidades img{
border-radius: 10px;
}

/* ARTES PLASTICAS */

.actividadartesplasticas {
    background-color: #f3ad43;
    background-position: center;
    background-size: 0px 80px;
    margin: 20px 20px;
    padding: 30px 0px;
    padding: .1em 1em;
    justify-content: center;
    border-radius: 10px;

}

.tituloartesplasticas {
    list-style: none;
    padding: 0.5em 0.5em;
    color: #000000;
    text-align: center;
    font-size: 30px;
 
}

.imagenartesplasticas img{
border-radius: 10px;
}

/* JUEGOS MUSICALES */

.titulojuegosmusicales {
    list-style: none;
    padding: 0.5em 0.5em;
    color: #000000;
    text-align: center;
    font-size: 30px;
 
}

.imagenjuegosmusicales img{
border-radius: 10px;
}

/* TITULOS */
.textomapa {
    font-size: medium;
        background-color:  #b0dad6d7;
        background-position: center;
        background-size: 0px 30px;
        border-radius: 10px;
        margin: 3px;
        margin-bottom: 10px;
    }

.calendariotitulo h1 {
    font-size:x-large;
    background-color:  #fac3dfbe;
    background-position: center;
    margin: 20px;
    border-radius: 10px;
        }

.tituloactividades {
    font-size: x-large;
    background-color:  #f5daa1d7;
    background-position: center;
    margin: 20px;
    border-radius: 10px;
    }
.comunidad h1 {
    font-size: x-large;
    background-color:  #f5aba1d7;
    background-position: center;
    border-radius: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin: 20px;
    }

.titulonosotros {
    font-size: x-large;
        background-color:  #b0dad6d7;
        background-position: center;
        background-size: 0px 30px;
        border-radius: 10px;
    }




.textoexplicacion {
    font-size: medium;
        background-color:  #b0dad6b2;
        background-position: center;
        background-size: 0px 30px;
        border-radius: 10px;
        margin: 20px;
    }

