@charset "utf-8";

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

body { background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(191, 220, 243) 100%);
  min-height: 100vh; display: flex;flex-direction: column;justify-content: space-between;
}



/* header */

.header2 {
  background-color: #efefef;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  width: 100%;
  z-index: 3;
  
}
.logo p {font-size: .38em;margin: auto}
.header2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #efefef;
}

.header2 li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header2 li a:hover,
.header2 .menu-btn:hover {
  background-color: #c8fdff;
}

.header2 .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  align-content: center;
}


/* menu */

.header2 .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header2 .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 30px 30px;
  position: relative;
  user-select: none;
}

.header2 .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header2 .menu-icon .navicon:before,
.header2 .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header2 .menu-icon .navicon:before {
  top: 5px;
}

.header2 .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header2 .menu-btn {
  display: none;
}

.header2 .menu-btn:checked ~ .menu {
  max-height: 420px;
}

.header2 .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header2 .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header2 .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header2 .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header2 .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 58em) {
  .header2 li {
    float: left;
  }
  .header2 li a {
    padding: 20px 30px;
  }
  .header2 .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header2 .menu-icon {
    display: none;
  }
}

.logoacumar { height: 1em;;margin: auto;padding: 0em 0em 0em .4em;}


/* BUSCADOR */

#Buscador {
  background: url(https://cdn0.iconfinder.com/data/icons/slim-square-icons-basics/100/basics-19-32.png) no-repeat 0px 5px;
  background-size: 2px;
  display: block;
  border: transparent;
  border-bottom: solid 1px #ccc;
  padding: 10px 10px 10px 30px;
  outline: none;
  background: #dddddd;
  font-family: 'Montserrat', sans-serif;
  margin-top: 1em;
    margin-bottom: 1em;
    
}

/* EMPIEZA EL CALENDARIO */

.titu, h2 {
    display: f;
    text-align: center;
    margin: auto; 
    padding: .5em; 
    color:#4d4d4d;
    font-size: 1.5em;
}

.calendario, .CalendarioHeader, .header{
	--sizeColumn:2.7rem;
    
    
	width: calc(var(--sizeColumn)*7.4);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}	
/* BORRAR AL FINAL el margen */
.calendario{
	margin: auto;
	border-radius: 0.3rem;
	background-color: #efefef;
	overflow: hidden;
	box-shadow: 0 14px 28px rgba(60, 60, 60, 0.25), 0 10px 10px rgba(201, 201, 201, 0.22);
   
}


.CalendarioHeader{
    height: 3.5rem;
	padding: 3px;
    margin: auto;
	align-items: center;
	background-color: #8b8b8b ;
	font-weight: bold;
	color: #ffffff;
    
}
.CalendarioHeader > button{
    font-size: .7em;
    width: 7.4em;
	color: #484848;
    border-radius: 1em;
    height: 2em;
    margin: auto;
}


aside {
    
	text-align: center;
    width: 35%;	height: 2em;
    margin: auto; }

aside > h4::before{
	content:"- "
}
aside > h4{
	color: #f2f2f2;
	font-size: 0.8rem; height: em;
    margin: auto;
}
aside > h4::after{
	content:" -"
}
.header > h3::after, .header > h3:active{
	background-color: transparent;
}
h3{
	position: relative;
	margin 2px;
	width: calc((100%/7) - 4px);
	height: calc(var(--sizeColumn) - 5px);
	display: flex;
	align-items: center;		
	justify-content: center;
	cursor: pointer;
	background-color: transparent;
}
h3:active{
	/*Colocar colores de variables*/
	background-color: #ededed;
}
h3::after{
	--size: 1px;
	
	content: "";
	position: absolute;
	bottom: calc(var(--size)*2);
	width: 20%;
	height: var(--size);
	/*Colocar colores de variables*/
	background-color: #a7a7a7;
	border-radius: 5em;
}

@media only screen and (max-width: 600px){
	#app{
		padding-left: 2.5%;
		width: 95%;
	}
	.calendario{
        margin: auto;
		/* --sizeColumn: rem; */
	}
}

/* TERMINA EL CALENDARIO */

/* actividades del calendario */

details p { padding: .2em;}
summary {
    cursor: pointer; color: #909090; 
}

.actividad ul {
    
    padding: 2em; 
    color: #404040;
}

.texact {margin: auto; text-align:center; padding: .8em;font-size: .8em;color:#5c5c5c }


.act {color: black; font-weight: bold;font-size: 1.5em;font-weight: bold; margin: auto; color:#5c5c5c;}



.actividad h8 {font-size: 1em;font-weight: bold; color: #5c5c5c; text-align:left;}



.actividad p {font-size: 1em;;text-align: left;margin: auto;}

.caracteristicaactividad  { color: #535353;font-size: .8em;font-weight: bold; margin: auto;}



.fotoacti{ max-height: 100%;height: 180px;display: flex; align-content: center; padding: .5em;}



/* termina actividades del calendario */



main ul li a:hover {
    /* botoneras cuando pones el cursos arriba */
    background-color: #ffffff;
}

a {
    /* para sacarle el subrayado predeterminado y cambiarle el color */
    text-decoration: none;
    color: darkslategray;
}

/* footer */

footer {
    margin-top: 1em;
    background-color:#e8e8e8; 
    display: block; 
    text-align: center; 
    align-items: center;
    padding: .5em;
}

.links {
    margin-top: .5em;
    height: 100%; 
    width: 5%;
    text-align: center; 
    }
.foo .otrofooi, .otrofoog, .otrofoop  {display: flex;
    flex-direction: row;
    justify-content: space-around;justify-content:center;}

.otrofooi {align-items: center;padding: .3em; justify-content: center;margin: auto}
.otrofooi h10 {margin: 0em 0em 0em .0em;font-size: .7em;color: #535353;}
.otrofooi img {margin: 0em 0em 0em 0em;height: 30px}
.otrofoog {;margin: auto;;font-size: .7em;font-weight: bold;color: #535353;padding: .3em;}
.otrofoop {font-size: .5em;margin: auto;padding: .5em;text-align: left;
margin-bottom: .5em;}

/* TERMINA FOOTER */









/*ANOSOTROS*/

main .anosotros{
    display: block;
    text-align: center;
}

.anosotros img{
    display: flex;
    margin: auto;
    width: 100%;
    height:auto;
}

.video-responsive {
margin-top: 0.8em;
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;

}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.anosotros h2 {
    margin: auto;
    display: flex;
    margin-bottom:auto; 
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    font-weight: bold;}

._historia {
    text-decoration: none;
    background-color: #efefef;
    color: #333;
   margin: 3em;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 0.80em;
    font-size: 0.8em;
    text-align: center;
    border-radius: 0.50em;
    font-family: 'Montserrat', sans-serif;
}

.anosotros h4{
   margin-left: 2em;
    margin-right:2em;
    margin-top: .8em;
    text-align: center;
    font-size: 1.5em;
    color:#4d4d4d;
}


.anosotros p {
   margin-left: 2em;
    margin-right: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}

/*HISTORIA*/

main .historia{
    display: block;
    text-align: center;
}

.historia h2 {
    margin: auto;
    display: flex;
    margin-bottom:auto; 
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    font-weight: bold;}

.historia h4{
    margin: 1em;
    text-align: center;
    font-size: 1.5em;
    color:#4d4d4d;
}

.historia p {
    margin-left: 2em;
    margin-right:2em;
    margin-top: 1em;
    display: block;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}

.historia h5{
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: lighter;
    margin-left: 2em;
    margin-right:2em;
}




/*UBICACIÓN*/

#ubicacion { margin: auto;
display: flex;
    margin-bottom: -1em;
justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    font-weight: bold; 
    color:#747474; }


#comollego { margin: auto;
    margin-top: -0.5em;
   justify-content: center;
	align-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2,5em;
    font-weight: bold; 
color:#747474}


#donde {margin: auto;
    margin-top: 1em;
   justify-content: center;
	align-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2,5em;
    font-weight: bold; 
color:#747474}

.contenedor-info p { 
margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 1em;
    flex-direction: row;
	flex-wrap: nowrap; }
.contenedor-info h5 {margin-left: 0.50em;
    margin-right: 2em;
    margin-bottom: 1em;
    flex-direction: row;
	flex-wrap: nowrap; }


/*TERMINA UBICACIÓN*/




/*TALLERES*/

/* título talleres */

.titulotalleres section h2 {
    display: block;
    text-align: center;
    margin: auto; 
    padding: 1em; 
    color:#747474;
}

/* fotoboton visitas */

.visitasguiadas {
    display:block;
    margin:auto;
    margin-top: 0em;
    margin-bottom: 1em;
    width: 90%;
    height: 100%;
    margin-left: 1em;
    margin-right: 1em;
    border-radius: 10px;
    height:auto;
    font-size: 20px;
}

.visitasguiadas:hover {
    /* botoneras cuando pones el cursor arriba */
    opacity: .6;
}

/* texto visitas  */

main .textovisitas {
    display: block;margin: auto;
}

.textovisitas {
    margin-left: 2em;
    margin-right: 2em;
    margin-top: 0em;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
    font-size: .8em;
    padding-bottom: 1em;
}

.textovisitas p{
    margin-left: 1em;
    margin-right: 1em;
    text-align: justify;
    margin-top: .4em;
}

.visitasguiadasytexto {
    background-color:rgba(210, 215, 216, 0.63);
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1.5em;
    margin-top: 0em;
    border-radius: 10px;
}

/* los demás fotobotones  */

.limpiezacolectiva {
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: .5em;
    margin-right: .2em;
    border-radius: 10px;
    height:auto;
}

.muestradearte {
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: .2em;
    margin-right: .2em;
    border-radius: 10px;
    height:auto;
}

.microhistorias {
    margin-top: 0em;
    margin-bottom: 1em;
    margin-left: .2em;
    margin-right: .5em;
    border-radius: 10px;
    height:auto;
    
}

.talleres2 img {
    margin-bottom: 3em;
    width:100%;
    max-width: 7em;
    margin-top: .5em;
    align-content: center;
}
.talleres2 { display:flex;align-items: center;justify-content: center;}
.talleres2 ul {
    /* caja flexible */
    display: flex; 
}
.talleres2 ul li a img:hover {
    /* botoneras cuando pones el cursor arriba */
    opacity: .6;
}

/* pantalla visitas guiadas */

#titulovisitasguiadas {
    margin: auto;
    margin-top: -.7em;
   	justify-content: center;
	align-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2,5em;
    font-weight: bold;
    margin-bottom: -.5em;
    
}

main .textovisitas div img {
    margin-bottom: 1em;
    width:100%;
    height:auto;
    min-width: 10em;
    margin-left: .5em;
    margin-right: .5em;
    margin-top: 1em;
}

main .fotostalleres {
    margin-left: .5em;
    margin-right: .5em;
    display: flex;
}

/* buscador para talleres */
#Buscador2 {
  background: url(https://cdn0.iconfinder.com/data/icons/slim-square-icons-basics/100/basics-19-32.png) no-repeat 0px 5px;
  background-size: 2px;
  display: block;
  border: transparent;
  border-bottom: solid 1px #ccc;
  padding: 10px 10px 10px 30px;
  outline: none;
  background: #dddddd;
  font-family: 'Montserrat', sans-serif;
  margin: auto; 
}

.buscartaller {padding: 0 0 2em 0;}

/*TERMINA TALLERES*/




/*CONTACTO HTML*/

#_Contacto {margin: auto;
display: flex;
    margin-bottom:auto; 
justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    font-weight: bold;}


#telefonos_utiles {margin: auto;
    margin-top: -0.50em;
    margin-bottom: 0.50em;
   	justify-content: center;
	align-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2,5em;
    font-weight: bold;
color:#747474}

.lista_telefonos{ margin: auto;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    flex-direction: row;
	flex-wrap: nowrap; }

.a_lista_telefonos{ margin: auto;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 1em;
    flex-direction: row;
	flex-wrap: nowrap;}

#denuncias {margin: auto;
    margin-top: 0.5em;
    margin-bottom: 0.50em;
   	justify-content: center;
	align-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2,5em;
    font-weight: bold;
color:#747474}


.infodenuncia {margin: auto;
    margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 0.5em;
    flex-direction: row;
	flex-wrap: nowrap;}


.denuncia {margin-left: 2em;
    margin-right: 2em;
    margin-bottom: 0.50em;
    flex-direction: row;
	flex-wrap: nowrap;}

.denuncia h4 p {
    margin-right: 2em;
    margin-bottom: 2em;
    flex-direction: row;
	flex-wrap: nowrap;}

#centro_de_asistencia {margin: auto;
    margin-top: 0.5em;
    margin-bottom: 0.50em;
   	justify-content: center;
	align-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 2,5em;
    font-weight: bold;
color:#747474}

.Centrodeasistencia {
display:block;
margin:auto;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 100%;
    height: 100%;
}

.formulario {
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
text-align: center;}
._formulario { 
    text-decoration: none;
    background-color: rgb(191, 220, 243);
    color: #333;
    margin-left: 2em;
    margin-right: 2em;
   padding: 0.8em;
    font-size: 0.8em;
    text-align: center;
    border-radius: 0.50em;
font-family: 'Montserrat', sans-serif;}
/*TERMINA CONTACO*/


/*FORMULARIO.HTML*/

.form-consultas {margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 350px;
  background: #e9e9e9;
  padding: 2em;
  margin: auto;
  margin-top: 2em;
    margin-bottom: 2em;
  border-radius: 1em;
  font-family: 'Montserrat', sans-serif;
    font-size: 2,5em;
    font-weight: bold; 
    color:#747474;
}

.form-consultas h4 {
  font-size: 2,5em;
  margin-bottom: 1em;
 font-family: 'Montserrat', sans-serif;
}

.controls {
  width: 100%;
  background-color: aliceblue;
  padding: 0.5em;
  border-radius: 0.5em;
  margin-bottom: 16px;
  border: 1px solid #747474;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92em;
  color: #333;
}

.descripcion {width: 100%;
  background-color: aliceblue;
  padding: 3em;
  border-radius: 0.5em;
  margin-bottom: 16px;
  border: 1px solid #747474;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.92em;
  color: #333;}

.form-consultas p {
  height: 40px;
  text-align: center;
  font-size: 0.9em;
  line-height: auto; 
    font-family: 'Montserrat', sans-serif;
}

.form-consultas a {
  color: #747474;
  text-decoration: none;
}

.form-consultas a:hover {
  color: #333;
  text-decoration: underline;
}

.form-consultas .botons {
  width: 100%;
  background: #747474;
  border: none;
  padding: 0.50em;
  color: white;
  margin: 2em 0;
  font-size: 0.9em;
    border-radius: 0.5em; 
    font-family: 'Montserrat', sans-serif;
}

/*TERMINA FORMULARIO.HTML*/










