@charset "utf-8";

/* Reglas generales (fondo: snow) */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;800;900&display=swap');


*{ 
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
margin-left: 0;
margin-right: 0;
} 

body {
    background-color: snow;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    padding-top: 4.5em;
    margin-bottom: 0;
}

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




.menu_principal2 {
    display: none;
}


.menu_principal2 li a {
    font-family: 'Montserrat', sans-serif;
    list-style-type: none;
    text-align: center;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgb(71,71,71);
    border: solid 2px;
    border-color: rgb(71,71,71);
    font-weight: 600;
    font-size: 16px;
}

.menu_principal2 li a:hover {
    background-color: rgb(66,187,196);
    border: solid 2px;
    border-color: rgb(71,71,71);
}





/* menu desplegable */
.encabezado {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(244, 244, 244);
    position: fixed;
    z-index: 9980;
    top: 0;
    width: 100%;
    height: auto;
    max-height: 60px;
}


#menu>ul.visible {
    left: 50%;
    transition: all .4s ease; 
}

nav#menu ul {
    color: rgb(71,71,71);
    background-color: rgb(244, 244, 244, .95);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 50%;
    padding-bottom: 10em;
    z-index: 9990;
    transition: all .5s ease;
    right: 0;
}


#menu ul li a {
    color: rgb(71,71,71); 
    border-bottom: 2px solid rgb(66,187,196);
    padding: 0.7em 1em;
    margin: 0em;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
}

#menu ul li a:hover {
    background-color: rgb(66,187,196);
    color: snow;
}


#logomenu  {
    display: block;
    width: auto;
    margin: 0 0.51em;
    padding: 0;
    max-height: 60px;
}

.material-icons {
    display: inline-block;
}

#llamamenu {
    border: 0;
    padding:0;
    color: snow;
    background-color: rgb(66,187,196);
    cursor: pointer;
    height: 2.5em;
    width: 2.5em;
    display: flex;
    z-index: 9999;
    position: fixed;
    right: 15px;
    top: 15px;
}

#llamamenu i {
    padding: 0;
    margin: auto;
}


.contenedor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}

header #logo img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    margin-top: 20px;
    max-width: 20em;
}

header nav {
    background-color: rgb(239,239,239);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0em;
    margin: 0 auto;

}

li{
    padding-bottom: 6px;
    padding-top: 6px;
    
}

a {
    text-decoration: none;
    color: snow;
    font-weight: 600;
    text-transform: uppercase;
    width: 180px;
    height: 35px;
}

#logo2web, #logo3web {
    display: none;
}

.menu_principal li a {
    font-family: 'Montserrat', sans-serif;
    list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(71,71,71);
    border: solid 2px;
    border-color: rgb(71,71,71);
    font-weight: 600;
    font-size: 16px;
}

.menu_principal li a:hover {
    background-color: rgb(66,187,196);
    border: solid 2px;
    border-color: rgb(71,71,71);
}

.menu_principal {
    display: none;
}

#menu {
    background-color: rgb(239, 239, 239);
}

p {
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 20px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    
}

.turquesa{
    color: rgb(66,187,196);
    font-size: 25px;
    font-weight: 800;
    margin-left: 3px;
}

.turquesa2 {
    color: rgb(66,187,196);
    font-weight: 800;
    margin-left: 3px;
}

.rosa {
    color: deeppink;
    font-size: 27px;
    font-weight: 800;
    margin-left: 3px;
}


.gris {
    color: grey;
    font-size: 27px;
    font-weight: 800;
    margin-left: 3px;
}

.blanco {
    color: snow;
    font-size: 23px;
    font-weight: 800;
}


#museo {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.museo {
    text-align: center;
    border: 1px solid black;
    padding: 0.9em;
    box-shadow: 0.3em 0.3em 0em 0 rgb(66,187,196);
    max-height: 1em;
    max-width: 8.5em;
    min-width: 8.5em;
    display: flex;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 25px;
    margin-left: 35px;
    background-color: snow;
}


#museo-textos {
    display: flex;
    flex-direction: column;
    justify-items: center;
    margin-left: 35px;
    margin-right: 35px;
    max-width: 40em;
}

.museo-texto {
    text-align: left;
    font-size: 20px;
    margin-bottom: 3px;
    margin-top: 10px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.museo-texto3 {
    text-align: left;
    font-size: 20px;
    margin-bottom: 3px;
    margin-top: 10px;
    padding-left: 30px;
    padding-right:30px;
    padding-top: 10px;
    padding-bottom: 8px;
    display: flex;
    align-items: flex-end;
    flex-wrap: nowrap;
    color: snow;
}


.museo-texto, .turquesa {
    display: inline-block;
    vertical-align: baseline;
}

.museo-texto, .rosa {
    display: inline-block;
    vertical-align: baseline;
}

.museo-texto, .gris {
    display: inline-block;
    vertical-align: baseline;
}

.museo-texto3, blanco {
    display: inline-block;
    vertical-align: baseline;
}

.museo-texto2 {
    text-align: left;
    margin-top: 0px;
    display: inline-block;
    font-size: 15px;
}



#historia {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#historia2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.galeria-vecinos{
    background-color: rgb(66,187,196);
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 25px;
    position: relative;
}

.galeria-vecinos2{
    width: 100%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 25px;
    position: relative;
}

.contenedor-vecinos{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contenedor-vecinos {
    display: none;
}

.contenedor-vecinos2 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.contenedor-vecinos2 {
    display: none;
}

.fuerte {
    font-size: 14px;
    font-weight: 700;
}

.museo-texto6 {
    text-align: right;
    margin-top: 0px;
    font-size: 12px;
    max-width: 210px;
    height: 70px;
    margin-left: 15px;
    color: snow;
}

.usuario img {
    width: 70px;
    margin-right: 0px;
}

.epigrafe {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.foto2 img{
    width: 100%;
}



.texto-blanco{
    font-size: 15px;
    font-style: italic;
    color: snow;
    background-color: rgb(255, 20, 147, 0.9);
    padding: 15px;
    padding-left: 20px;
    width: 100%;
    position: absolute;
    margin: 0;
    bottom: 0;
}




.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 39%;
  width: auto;
  margin-top: -22px;
  margin-left: 3.5%;
margin-right: 3.5%;
  color: snow;
  font-weight: 800;
  font-size: 45px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev2, .next2 {
  cursor: pointer;
  position: absolute;
  top: 47%;
  width: auto;
  margin-top: -22px;
margin-left: 3.5%;
margin-right: 3.5%;
  color: snow;
  font-weight: 800;
  font-size: 45px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.subtitulo {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 5px;
    margin-left: 35px;
    margin-top: 0px;
}

.subtitulo2 {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 5px;
    margin-left: 14px;
    margin-top: 0px;
}

.cuadrado img {
    width: 18px;
    display: flex;
    justify-content: center;
}

.museo-vecinos {
    display: flex;
    justify-content: center;
    padding-left: 10px;
    margin-bottom: 0px;
}



.foto img {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    height: auto;
}

#formulario-vecinos{
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 35px;
    margin-right: 35px;
    margin-bottom: 40px;
}

#formulario-vecinos2{
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 14px;
    margin-right: 35px;
    margin-bottom: 10px;
}

.texto-datos {
    font-weight: 300;
    padding: 8px;
    border: 1.4px solid rgb(71, 71, 71);
    margin-bottom: 10px;
    width: 23em;
}

.texto-datos2 {
    font-weight: 300;
    padding: 8px;
    border: 1.4px solid rgb(71, 71, 71);
    margin-bottom: 3px;
}

#contenedor-archivo{
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.archivo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-bottom: 8px;
}

.subir-archivo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.anecdota {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    width: 23em;
    height: 100px;
    margin-bottom: 18px;
    margin-top: 12px;
    border: 1.4px solid rgb(71, 71, 71);
}

.boton-anecdota {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background-color: rgb(71, 71, 71);
    color: snow;
    height: 35px;
    width: 110px;
    border: 0px;
}

#datosconboton{
    display: flex;
    flex-direction: column;
}

.enviar {
    text-align: center;
    background-color: rgb(71, 71, 71);
    padding: 0.3em;
    width: 11em;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 35px 50px;
    color: snow;
    font-weight: 300;
    text-transform: uppercase;
}

.subtitulos2 {
    max-width: 400px;
    padding-right: 385px;
    padding-bottom: 8px;
}

#historiaweb {
    display: none;
}

.video-virtual img {
    display: flex;
    justify-content: center;
    width: 100%;
    max-height: auto;
    margin: auto;
    margin-bottom: 35px;
    margin-top: 35px;
    border: 2px solid rgb(71, 71, 71);
}

.videoresponsive {
    position: relative;
    margin: auto;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
    margin-top: 25px;
}

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

.video-virtual video {
    display: flex;
    justify-content: center;
    width: 100%;
    max-height: auto;
    margin: auto;
    margin-bottom: 35px;
    margin-top: 35px;
    border: 2px solid rgb(71, 71, 71);
}

/*talleres*/




.talleres {
    text-align: center;
    border: 0.1px solid black;
    padding: 0.9em;
    box-shadow: 0.3em 0.3em 0em 0 deeppink;
    max-height: 1em;
    max-width: 8.5em;
    min-width: 8.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 25px;
    margin-left: 35px;
}

#agosto {
    background-color: rgb(239,239,239);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 25px;
}


.titulo {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 5px;
    margin-left: 35px;
}



.video-virtual2 img {
    width: 100%;
    max-height: auto;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 18px;
    border: 2px solid rgb(71, 71, 71);
}

#subtitulo-taller {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left: 34px;
}

#subtitulo-taller2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 27px;
    margin-right: 1em;
}

.ptalleres3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 5px 0 27px;
}

#subtitulo-taller4 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 27px;
    margin-right: 10px;
}


#informacion {
    margin-left: 7.7px;
}

#informacion2 {
    margin-left: 7.7px;
    height: 128px;
    margin-bottom: 10px;
}

.agosto-rosa {
    font-size: 18px;
    color: deeppink;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-top: 7px;
}

.item {
    border: solid 2px;
    border-color: deeppink;
    width: 7px;
    height: 7px;
}

.item2 {
    background-color: deeppink;
    width: 8px;
    height: 8px;
    margin-top: 0px;
}

.museo-taller {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: 10px;
    display: flex;
    font-size: 15px;
    flex-direction: column;
}

.museo-taller2 {
    text-align: left;
    margin: 10px 35px 8px 13px;
    display: flex;
    font-size: 15px;
    flex-direction: column;
}

.botones{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.botones:not(:last-child){
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}


.info3 {
   text-align: center;
    color: black;
    font-size: 14px;
    border: 1.9px solid black;
    padding: 0.3em;
    width: 30px;
    min-width: 5em;
    min-height: 2.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px 0px 20px 0px;
    background-color: snow;
    text-transform:lowercase;
    text-decoration: none;
    cursor: pointer;
    font-weight: 800;
}



.inscribirse {
    text-align: center;
    font-size: 14px;
    padding: 0.2em;
    width: 125px;
    min-height: 2.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0px 10px 0px;
    background-color: deeppink;
    color: snow;
    text-transform: uppercase;
    border: 0px;
    font-weight: 800;
}

.desarrollo-info {
    margin-top: 0px;
}

.mas{
    display: none;
}

#desarrollo-info2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

#botones2 {
    display: flex;
    margin-left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}


.info2 {
    text-align: center;
    font-size: 14px;
    min-width: 5em;
    margin: auto;
    margin-left: 0px;
    background-color: snow;
}

.inscribirse2 {
    text-align: center;
    font-size: 14px;
    font-weight: 300px;
    padding: 0.3em;
    min-width: 8em;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin: auto;
    margin-top: 8px;
    margin-left: 15px;
    background-color: deeppink;
    color: snow;
    text-transform: uppercase;
}

#inscribirse3 {
    text-align: center;
    font-size: 14px;
    font-weight: 300px;
    padding: 0.3em;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin: auto;
    margin-top: 0px;
    margin-left: 0px;
    background-color: deeppink;
    color: snow;
    text-transform: uppercase;
    width: 12em;
}

.inscribirse4 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0.3em;
    width: 16em;
    height: 2.3em;
    display: flex;
    justify-content: center;
    align-items: center; 
    margin: auto;
    margin-top: 8px;
    margin-left: 30px;
    background-color: snow;
    color: deeppink;
    text-transform: uppercase;
}

.titulos-talleres {
    text-transform: uppercase;
    display: flex;
    margin-top: 5px;
    flex-wrap: wrap;
    margin-bottom: 10px;
    height: 2em;
    padding-top: 3px;
}


.video-virtual3 img {
    width: 90%;
    height: auto;
    padding: 8px;
    box-shadow: 0.4em 0.4em 0em 0 deeppink;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-top: 35px;
}


.ptalleres3 {
    display:flex;
    justify-content: center;
    margin: auto;
    }


#mi-taller {
    background-color: deeppink;
    margin-top: 55px;
    width: 100%;
    max-height: auto;
    padding-bottom: 23px;
    padding-top: 5px;
    padding-left: 12px;
}


.inscribirse3 {
    text-align: center;
    font-size: 14px;
    padding: 0.5em;
    min-width: 15em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 30px;
    margin-left: 85px;
    background-color: snow;
    color: deeppink;
}

.museo-texto4 {
    text-align: left;
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
    font-size: 16px;
    flex-direction: column;
    color: snow;
}



/*comedores */

.comedores {
    text-align: center;
    border: 0.1px solid black;
    background-color: snow;
    padding: 0.9em;
    box-shadow: 0.3em 0.3em 0em 0 rgb(71, 71, 71);
    max-height: 1em;
    max-width: 8.5em;
    min-width: 8.5em;
    display: flex;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 25px;
    margin-left: 35px;
}


.item3 {
    background-color: rgb(71, 71, 71);
    width: 8px;
    height: 8px;
}

#subtitulo-taller3 {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-bottom: 35px;
    margin-top: 0px;
    padding-left: 65px;
}


.comedores-populares{
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    margin-left: 4em;
    margin-bottom: 0.5em;
    margin-top: 20px;
}

.datoscomedores {
    list-style: square;
    margin-left: 2em;
    font-size: 13px;
    margin-bottom: 20px;
}

.datoscomedores li {
    padding: 0px;
}

#articulo-comedores .enviar {
    margin-left: 65px;
}

/*como ayudo*/

#como-ayudo {

    padding-top: 2em;
    padding-bottom: 1em;
    background-color: rgb(239,239,239);
}

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

#como-ayudo h2{
   text-align: center;
    border: 1px solid black;
    padding: .9em;
    box-shadow: 0.3em 0.3em 0em 0 rgb(66,187,196);
    max-height: .9em;
    max-width: 11em;
    margin-top: 15px;
    margin-bottom: 25px;
    margin-left: 35px;
    background-color: snow;
    
}

#cuadrado2 {
   width: 10px;
   height: 10px;
   border: 0.01px solid black;
   margin: 1em;
   box-shadow: 0.2em 0.2em 0em 0em rgb(66,187,196);
}

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

.tiempo h3 {
    margin-left: 1.5em;
}


#formulario {
    color: black;
    font-weight: 800;
    margin: auto;
    margin-left: 35px;
}



#formulario:hover {
    color: rgb(66,187,196);
}

.donaalimentos {
    margin-top: 20px;
}

.alimentos h3 {
    margin-left: 1.5em;
}



#descargar h3 {
    color: black;
    font-weight: 800;
    margin: auto;
    margin-left: 40px;
    margin-top: 20px;
    display: flex;
    align-self: center;
}

#descargar h3:hover {
    color: rgb(66,187,196);
}

#descargar a img {
    width: 4em;
    padding: 0.1em;
    margin-right: 1em;
    display: inline-block;
    margin-left: 6px;
}

#descargar img:hover {
    background-color: rgb(66,187,196);
}


#imagenbanco {
    max-width: 3em;
}

#descargar {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 55px;
    margin-left: 1.8em;
}



.video-virtual4 img {
    padding: 8px;
    display: flex;
    justify-content: center;
    box-shadow: 0.5em 0.5em 0em 0 rgb(71,71,71);
    max-height: auto;
    width: 90%;
    margin: auto;
    margin-bottom: 35px;
}

/*nosotros*/


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

#nosotros h2 {
    text-align: center;
    border: 1px solid black;
    padding: .9em;
    box-shadow: 0.3em 0.3em 0em 0 deeppink;
    max-height: 1em;
    max-width: 8.5em;
    min-width: 8.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 45px;
    margin-bottom: 25px;
    margin-left: 35px;
}



#pnosotros {
    background-color: deeppink;
    color: white;
    padding: 0.1em;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}


#pnosotros2 {
    display: none;
}



.fotonosotros img {
    box-shadow: 0.5em 0.4em 0em 0 deeppink;
    padding:0.3em;
}

.googlemaps {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 25px;
}

.video-virtual5 img {
    max-width: auto;
    max-height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 10px;
    border: 2px solid rgb(71, 71, 71);
}

.como-ayudo {
    margin-bottom: 20px;
}

#footer {
    background-color: rgb(239,239,239);
    
}

#footer p {
    font-size: 12px;
    padding-top: 8px;
    margin-left: 35px;
    margin-right: 35px;
}

footer {
    padding-top: 1em;
    margin: 0em;
    margin-top: 1em;
}


.contacto {
    text-align: center;
    border: 1px solid black;
    background-color: snow;
    box-shadow: 0.3em 0.3em 0em 0 rgb(71, 71, 71);
    max-height: 5em;
    max-width: 5em;
    min-width: 5em;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 1em;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 45px;
    margin-bottom: 25px;
    margin-left: 35px;
    font-size: 20px;
  
}

.enviar2 {
    text-align: center;
    background-color: snow;
    border: 1.5px solid rgb(71, 71, 71);
    box-shadow: 0.3em 0.3em 0em 0 rgb(71, 71, 71);
    padding: 0.3em;
    width: 11em;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 20px;
    margin-left: 35px;
    color: rgb(71, 71, 71);
    font-weight: 300;
    text-transform: uppercase;
}

.redes  {
    margin: 20px 0 13px 36px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.facebook { 
    margin-left: 20px;
}

#contenedor-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-bottom: 20px;
    margin-top: 0px;
}


#contenedor-footer2 {
    display: none;
}





#logos-footer {
    display: flex;
    align-items: center;
    margin-right: 35px;
}

#logo-nuestro img {
    width: 100px;
    height: auto;
}

#logo-nuestro2 img {
    width: 95px;
    height: auto;
    margin-left: 8px;
}

#logo-nuestro, #logo-nuestro2 {
    display: inline-block;
    vertical-align: middle;
}

#linea-negra {
    width: 180px;
    height: 4px;
    background-color: rgb(71, 71, 71);
    margin-left: 36px;
    margin-bottom: 7px;
}

.footerp { 
    margin-bottom: 25px;
}




/*---------------------------------------------------------------------------------------------------------------------------------- */




@media screen and (min-width: 680px) {


    /* COSAS A REVISAR */
    
    #logo2web {
    display: block;
    margin-left: -3em;
    height: 3em;
    width: auto;
        
    }  
    
    
    
    /* ARRANCA WEB _____________________________________*/
    
        
body, main {
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
    width: 100%;
    }
    
header #logo img {
    display: none;
    
    }

    
    .encabezado {
        width: 100%;
        
    }
    
    .contenedor {
        width: 100%;
    }
    
    
/* MENU DESPLEGABLE */
    
    #menu{
        display: none;
    }

     nav#menu ul {
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        top: 0;
        width: 100%;
        left: auto;
        top: auto;
        padding-top: .4em;
        padding-bottom: 1em;
        
    }
    

    /* MENU FIJO */
    
    
    .menu_principal {
        display: none;
    }
    
    
    .encabezado {
        justify-content: space-between;
        padding-top: 1em;
        border-bottom: 2px solid black;
        background-color: rgb(239,239,239);
        height: 20em;
        width: 100%;

        
    }
    
    #logomenu {
        width: 5%;
        margin-left: 2em;
    }

    
    .menu_principal2 {
        display: flex;
        width: auto;
        margin-left: auto;
        margin-right: 2%;
        justify-content: flex-end;
        border-bottom-color: dimgray;
        width: 100%;
        min-width: 8em;
        
    }    
    

    .menu_principal2 li {
        justify-content: flex-end;

    }

    
    .menu_principal2 li a {
        display: flex;
        width: 9em;
        font-size: 0.7em;
    }    
    
    
    
    header nav ul {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: row;
    
    }
    
    .cuadrado img {
        width: 25px;
    }
    
    /* BANNER DEL PRINCIPIO */
    
    
    #logo3web {
        display: flex;
        justify-content: center;
        background-color: rgb(239,239,239);
        padding-bottom: 2em;
        padding-top: 3em;
        width: 100%;
    }

    #logo3web img {
        width: 50%;
        height: auto;
        margin-top: 2em;
    }

    
    
    
    
    /* EL MUSEO */
    
    
    .museo {
        border: 3px solid black;
        padding: 0.9em;
        box-shadow: 0.3em 0.3em 0em 0 rgb(66,187,196);
        min-width: 8.5em;
        display: flex;
        justify-content: center;
        margin-top: 3em;
        margin-bottom: 1.5em;
        margin-left: 10%;
        background-color: snow;
    }
    
    

    
    

    #museo #museo-textos {
        margin-left: 0;
        margin-right: 0;
        
    }

    
    h2 {
        font-size: 2em;
        font-weight: 400;    
    }
    

    .museo-vecinos {
        font-size: 1.8em;
        padding-left: 10px;
}
    
    
    
    .museo-texto {
        font-size: 1.7em;
    }
    
    .museo-texto2 {
        font-size: 1.1em;
    }
    
    #museo #museo-textos .museo-texto, #museo #museo-textos .museo-texto2 {
        margin-left: 10%;
        padding: 0;
    }
    
    
    #historia .subtitulo .cuadrado img {
        width: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 0;
}
    
    
#museo-textos {
    width: auto;
    max-width: none;
    }
    
    
    .museo-vecinos {
        margin-bottom: 1em;
    }
    
    
    
.foto img {
    display: none;
}

    
    
    /* MUSEO VIRTUAL */ 
    
     #historia2 {
        display: flex;
    }
    
    
    #historia2 .subtitulo .cuadrado {
        margin-left: 0;
    }
    
    
    #historia2 .subtitulo {
        margin-left: 10%;
        order: 1;
    }
    
    #historia2 #museo-textos {
        order: 2;
        margin: 0 10% 0 10%;
        padding: 0;
    }
    
    
    #historia2 #museo-textos .museo-texto, #historia2 #museo-textos .museo-texto2 {
        margin-left: 0;
    }
    

    
    
    
    #historia2 .videoresponsive {
        order: 3;
        width: 80%;
        margin-top: 4em;
        
    }
    
    
    #historia2 .videoresponsive iframe {
        width: 100%;
        height: 80%;
    }
    
    
    
    #historia2 #museo-textos #museo-texto2 {
        background-color: rgb(66,187,196);
    }
    
   
    
    
    
    /* TALLERES */
    
    
    .talleres {
        border: 3px solid black;
        padding: 0.9em;
        box-shadow: 0.3em 0.3em 0em 0 deeppink;
        min-width: 8.5em;
        display: flex;
        justify-content: center;
        margin-top: 0em;
        margin-bottom: 1.5em;
        margin-left: 10%;
    }
    
    
    
    #talleres #museo-textos {
        margin-left: 10%;
        margin-right: 10%;

    }
    
    #talleres #museo-textos .museo-texto2 {
        margin-top: 1em;
    }
    
    
    
    
    
    /* TALLER DE AGOSTO */
    
    
    #agosto {
    background-color: rgb(239,239,239);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 25px;
}

    
    
    
    #agosto .titulo .cuadrado {
        margin-left: 0;
    }
    
    
    
    .tallerdelmes {
        display: flex;
        justify-content:space-around;
        padding: 0% 10%;
        height: 31em;
        
    }
    
    
    #agosto .titulo .museo-vecinos {
        margin-bottom: 0;
        margin-top: 45px;
    }
    
    
    .tallerdelmes .videoresponsive {
    position: relative;
    margin: 0;
    width: 60%;
    height: auto;
    padding-bottom: 56.25%;
    margin-bottom: 15px;
    margin-top: 0;
}

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

    
    .agosto-rosa {
        font-size: 1.3em;
        margin-top: -6px;
}
    
    
    #subtitulo-taller {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 5px;
        margin-top: 0px;
        margin-right: 0;
        padding-left: 0;
        background-color: rgb(239,239,239);
        width: 30em;
}
    
    .desarrollo-info {
        margin-top: 0px;
        max-width: 30em;
        background-color: rgb(239,239,239);
}

    #desarrollo-info2 {
        margin-top: 0px;
        margin-bottom: 0px;
}
    
    
 
    
    .info3 {
        margin-left: 1em;
        margin-bottom: 1em;
        
    }
    
    
    .botones {
        background-color: rgb(239,239,239);
    }
    
    
    #agosto .museo-taller2 {
        font-size: 13px;
        margin-bottom: 3px;
    }
    
    .texto-datos2{
        height: 30px;
    }
    
    
    #proximostalleres-fondo {
        margin-top: 2em;
    }
    
    
    
    
    
    
    /* PROXIMOS TALLERES */
    
    
    #proximostalleres-fondo .titulo{
        margin-left: 10%;
    }
    
     #proximostalleres-fondo .titulo .museo-vecinos{
        margin-bottom: 10px;
    }
    
    #proximostalleres-fondo .titulo .cuadrado {
        margin-left: 0;
    }
    
    
    #subtitulo-taller2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
        padding-top: 0;
}

    .ptalleres {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-top: 0;
        margin-left: 10%;
        margin-right: 10%;
        
    }
    
    #subtitulo-taller2 #informacion .botones .mas .desarrollo-info, #subtitulo-taller2 #informacion .botones{
        background-color: snow;
    }
    
    .proximostalleres{
        display: flex;
        justify-content: space-between;
        margin: 0;
        
    }
    
    
    
    
    /* TALLERES ANTERIORES */
    
    
    #talleres article .titulo {
        margin-left: 10%;
        margin-bottom: 1em;
    }
    
    #talleres-previos .titulo .museo-vecinos{
        margin-bottom: 10px;
    }
    
    .ptalleres3 {
        margin-bottom: 5em;
        margin-left: 10%;
        margin-right: 10%;
    }
    
    
     
    .video-virtual3 img {
        margin-top: 0;
        
    }
    
    
    
    .ptalleres3 #subtitulo-taller4 {
        margin: 0;
  
    }
    
    
    
    
    
    /* DAR TU TALLER */
    
    
    #mi-taller {
        margin-top: 0;
        margin-bottom: 7em;
        padding-left: 10%;
        padding-right: 10%;
        text-align: center;
    }
  

    #mi-taller .museo-texto3 {
        padding: 0;
        margin-top: 1em;
    }
    
    #mi-taller .museo-texto4 {
        text-align: center;
        padding: 0;
        margin-top: 0.1em;
    }
    
    
    #mi-taller a .inscribirse4 {
        margin-left: auto;
        margin-left: auto;
        
    }
    
    
    
    
    /* COMEDORES */    
    
    
    
    #comedores .comedores {
        border: 3px solid black;
        margin-bottom: 1.5em;
        margin-left: 10%;
    }
    
    
    #comedores #museo-textos {
        padding: 0;
        margin-left: 10%;
        width: 80%;
    }
    
    
    #comedores #museo-textos .museo-texto {
        margin-bottom: 0.5em;
    }
    
    
    
    #comedores .videoresponsive {
        margin-top: 4em;
        width: 80%;
        margin-bottom: 0;
    }
    
      
    
    #comedores article .titulo {
        padding: 0;
        margin-left: 10%;
        height: auto;
        margin-top: 0;
    }
    
    
    #comedores article .comedores-populares {
        width: 80%;
        display: flex;
        flex-direction: row;
        margin-left: 12.7%;
        margin-top: 0;
    }
    
    #articulo-comedores .titulo .museo-vecinos {
        margin-top: 0;
    }
    
    
    #comedor-romero {
        margin-left: 16%;
    }
    
    
    #comedores article div a  {
        display: flex;
        flex-direction: row;
        margin-left: 10%;
        margin-bottom: 10%;
    }
    
    .datoscomedores{
        font-size: 17px;
    }
    
    #articulo-comedores .titulos-talleres{
        font-size: 19px;
    }

    
    #articulo-comedores .enviar {
        margin-left: 21.3%;
    }
    
    /* ¿COMO AYUDO? */
    
    
    #como-ayudo {
        padding-bottom: 5em;
    }
    
    
    
    #como-ayudo .tituloytexto h2 {
        border: 3px solid black;
        margin-bottom: 1.5em;
        margin-left: 10%;
    }
    
    
    #como-ayudo .tituloytexto #museo-textos {
        margin-left: 10%;
    }
    
    
    #como-ayudo .tituloytexto #museo-textos .museo-texto {
        margin-bottom: 0.5em;
    }
    
    
    
    
    .dona {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-left: 10%;
        margin-bottom: 8em;
        margin-right: 10%;
    }    
    
    
    .dona .donatiempo .subtitulo {
        padding: 0;
        margin-left: 0;
    }
    
    
    
    .dona .donatiempo #museo-textos {
        margin: 0;
    }
    
    
    
    .dona .donatiempo {
        width: 50%;
    }
    
    
    
    .dona .donaalimentos {
        margin-top: 0;
        margin-left: 10%;
        width: 60%
    }
    
    
    
    .dona .donaalimentos .subtitulo, .dona .donaalimentos #museo-textos, .dona .donaalimentos .subtitulo, .dona .donatiempo div a #formulario, .dona .donaalimentos #descargar a h3, .dona .donaalimentos #descargar a img {
        margin: 0;
    }
    
    
    .dona .donaalimentos #descargar {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-end;
        padding: 0;
        margin: 0;
        
    }
  
    
    .dona .donaalimentos #descargar #imagenbanco{
        margin: 0 10% 0 0;
        padding: 0;
        width: auto;
        height: 3.5em;
    }
    
    
    
    /* NOSOTROS */
    
    #nosotros .talleres {
        border: 3px solid black;
        margin-bottom: 1em;
        margin-left: 10%;
        margin-top: 10%;
    }
    
    
    #nosotros #museo-textos {
        margin-left: 10%;
        max-width: 80%
    }
    
    
    #nosotros #museo-textos .museo-texto2 {
        margin-bottom: 3em;
    }
    
    #nosotros .videoresponsive iframe {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    
    #nosotros .videoresponsive {
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        height: 60%;
    }
    
    
    
    
    #pnosotros {
        display: none;
    background-color: deeppink;
    color: white;
    padding: 0.1em;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}
    
    
    #pnosotros2 {
        display: block;
        background-color: deeppink;
        color: white;
        padding: 0.1em;
        text-align: center;
        margin-top: 90px;
        margin-bottom: 70px;
}

    
    #pnosotros2 h3{
        font-size: 2em;
        font-weight: 900;
    }
    
    
    /* NOSOTROS - MAPA */

    
  
    
    .dondeestamos {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin-right: 10%;
        margin-left: 10%;
        padding: 0;
    }
    
    .dondeestamos .museo-texto2 {
        display: flex;
        flex-direction: column;
        text-align: right;
        margin-left: 0;
        margin-right: 0;
        width: 21em;
    }
    
    
    .googlemaps {
        display: block;
        width: 100%;
    }
    
    
    
    
    
    /* CONTACTO */
    
    
    #footer {
        padding: 3% 10%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    
    
    #datosfooter {
        display: flex;
        
    }
    
    #datosfooter .footerp {
        text-align: right;
        width: auto;
        margin-right: 6em;
    }
    
    
    #footer .enviar2 {
        margin:0 0 1.5em 0;
    }
    
    
    #footer .footerp {
        font-size: 0.9em;
        margin: 0;
        margin-right: 10px;
    }
    
    
    
    #contenedor-footer {
        display: none;
        
    }
    
    
    
    #contenedor-footer2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        margin-top: 0px;
        width: 21em;
        margin-left: 10px;
}
    
    
    #datosfooter {
        margin-left: 15%;
        margin-right: 15%;
    }
    
    
    
    #linea-negra {
        width: 25em;
        height: 4px;
        background-color: rgb(71, 71, 71);
        margin: 1em 0 1em 0;
        display: flex;

}
    
    #mapagrupalweb .footerp {
        margin: 0;
        padding: 0;
        
    }
    
    
    
    
    
    
    
    
    
    
      .contacto, .footerp {
     text-align: center;
         margin-left: 0;
         margin-right: 0;
    }   

    .redes, #logos-footer {
    display: flex;
    justify-content: center;
    margin: 0;
    
}
 
    
    
    
    
    
    
    .enviar {
        margin: 1em auto;
        text-align: center;
        background-color: rgb(71, 71, 71);
        padding: 1em;
        max-height: 14em;
        max-width: 14em;
        min-width: 14em;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        text-transform: uppercase;
}
    
    #llamamenu {
        display: none;
    }


}


@media screen and (min-width: 900px) {

    /* SUBÍ TU HISTORIA! */
    
    
    #museo #historia .subtitulo {
        margin-left: 10%;
    }
    
    
    
    
    #formulario-vecinos{
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
    margin-left: 12.8%;
    margin-right: 20%;
    margin-bottom: 5em;
}


.texto-datos {
    font-weight: 300;
    padding: 8px;
    border: 1.4px solid rgb(71, 71, 71);
    margin-bottom: 10px;
}


#contenedor-archivo{
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.archivo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-bottom: 8px;
}

.subir-archivo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.anecdota {
    display: flex;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    width: 410px;
    height: 180px;
    margin-bottom: 18px;
    margin-top: 12px;
    border: 1.4px solid rgb(71, 71, 71);
}

.boton-anecdota {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    background-color: rgb(71, 71, 71);
    color: snow;
    height: 35px;
    width: 110px;
    border: 0px;
}

    #datosconboton {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin: auto;
        margin-left: 35px;
        margin-top: -6px;
    }

}



@media screen and (min-width: 980px) {
    
        /* GALERIA VECINOS */
    
    #historia {
        display: flex;
    }
    
    
    .contenedor-vecinos {
        display: flex;
        flex-direction: row;
        width: 90%;
        height: auto;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .galeria-vecinos {
        background-color: rgb(66,187,196);
        width: 78%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 25px;
        padding-top: 2em;
        display: flex;
        flex-direction: row;
    
    }
    
    
    .contenedor-vecinos .foto2 img {
        width: 90%;
        margin: auto;

        
    }

    
    


    /* USUARIO GALERIA */
    

    .fuerte {
        font-size: 1.85em;
        font-weight: 700;
        width: auto;

    }

    .museo-texto6 {
        display: flex;
        flex-direction: column;
        text-align: right;
        margin-top: 10px;
        font-size: 1em;
        max-width: none;
        width: 26.7em;
        height: 7em;
        margin-left: 4em;
        color: snow;
}

    .usuario img {
        width: 7em;
        height: auto;
        margin-right: 0px;
        max-width: none;
}

    .epigrafe {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 2em;
        margin-bottom: 2em;
        width: auto;
        height: auto;
        max-width: 50em;
        margin-left: auto;
        margin-right: auto;
}

    
    
    /* FLECHAS GALERIA */
    
    
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 47%;
        width: 30px;
        margin-top: -22px;
        margin-left: 3.2%;
        margin-right: 3.2%;
        color: snow;
        font-weight: 800;
        font-size: 60px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
    }

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
    
    .prev2, .next2 {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        margin-left: 3.5%;
        margin-right: 3.5%;
        color: snow;
        font-weight: 800;
        font-size: 60px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
}

    .next2 {
        right: 0;
        border-radius: 3px 0 0 3px;
}
    
    
    .galeria-vecinos2{
        width: 70%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 25px;
        position: relative;
    }
    
    .galeria-vecinos2 .contenedor-vecinos2 .texto-blanco {
        font-size: 20px;
    }
    
    .galeria-vecinos2 .contenedor-vecinos2 .texto-blanco .fuerte {
        font-size: 20px;
    }

    .foto2 {
        display: flex;
        flex-direction: row;
    }
    
}