@charset “utf-8”;

/* reglas generales */

img{max-width: 100%}

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

body{
    font-family: sans-serif;
    background-color: #C2C1C1;
    list-style: none;
    min-height: 100vh;
    min-height:  -webkit-fill-available;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header{
    background-color: white;
    padding: 1em 1em 0em 1em;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 0em;
    right: 0em;
    left:0em;
   box-shadow: 0em .2em 1em .3em #7FB7BF;
}
header img{
    max-width: 29em;
    align-items: center;
    justify-content: center;
}
.iconosprincipales{
    display: flex;
    margin: 0 0 0.5em 0;
    justify-content: space-between;
    align-items: center;
}
.casaytelefono{
     display: flex;
    margin: 0 0 0.5em 0;
    justify-content: space-between;
    align-items: center;
    flex-direction: row,
}

header h1{
    color: black;
    font-size: 1.2rem;
    padding: 0 0em 0em 0.5em;
    text-transform: uppercase;
}
ul{
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: -0.02em;
     
}

a{
    text-decoration: none;
    color: #7FB7BF;
    text-align: center;
    }
.voluntarios{
    text-align: center;
    margin: 1em 0 0 0;
    color: #7FB7BF;
    padding: 0 0 0.5em 0;
    border-bottom: 0.1em solid #7FB7BF;
    text-transform: uppercase;

}
header nav{
    margin-left: -3.3em;
}
header nav ul li {
    box-sizing: border-box;
    height:50px;
    width:33.3%;    
    display: flex;
    justify-content:center;
    align-items:center;
    font-size: 1rem; 
    margin-top: 0.3em;
    border-right: 0.1em solid #7FB7BF;
    
}
body{
    background-color: #7FB7BF;
}


input {
    border-radius: 7px;
}

main h1{
    color: black;
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
}
.meses li p {
    margin-left: 6em;
	margin-right: 6em;
	margin-top: 3em;
    font-size: 1rem;
    display: flex;
    color: black;
	font-weight: bolder;
    background-color: white;
    border-radius:1.5em;
    align-items: center;
    justify-content: center;
    height: 50px;
}

.fotodiciembre{
    display: flex;
   justify-content: center;
    
}
footer{
    display: flex;
    justify-content: center;
    margin: 2em;
    margin-bottom: 2em;
    }



/*pop up telefono*/


.tel:hover {
    cursor: pointer;
    background: #7FB7BF;    
}

.contactotel {
    position: fixed;
    top: -100vh;
    left: 0em;
    z-index: 99999999;
    background-color: black;
    width: 20em;
    height. 20em;
    opacity: 0;
    transition: opacity 0.35s ease;
}
.headercont{
   background-color: white;
    padding: 1em 1em 0em 1em;
    display: flex;
    flex-direction: column;
   
    top: 0em;
    right: 0em;
    left:0em;
   box-shadow: 0em .2em 1em .3em #7FB7BF; 
}
.contactotel .contactocont {
    width: 100%;
    max-width: 500px;
    position: fixed;
    top: -100vh;
    transition: top 0.35s ease;
    background-color: white;
     box-shadow: 0em .2em 1em .3em #7FB7BF;
    border-radius: 2px;
    z-index: 999999;
}

.contactotel h1 {
    padding: 0.5em;
    text-align: center;
}

.contactotel article {
    height: 300px;
    background-color: white;
    }

.cerrarcompt {
    color: black;
    position: absolute;
    top: 0.2em;
    right: 0.370em;
    margin: 0;
    padding: 5px;
    font-weight: bolder;
    font-size: 1.5em;
    text-decoration: none;
    }

.contactotel a:hover {
    color: black;
    }

.contactotel:target {
    opacity: 1;
    top: 0;
}

.contactotel .botoncerrart {
    position: absolute;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 99999991;
    }

.contactotel:target .contactocont {
    top: 50px;
    transition: top 0.35s ease;
}

.contactocont article .redes {
    display: flex;
    justify-content: center;

    
    }
.contactocont article .links {
    margin-top: 2em;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 2em;
    margin-bottom: 1em;
}




/*fotos*/



.fotos figure img{
	width: 28%;
	margin-left: 1em;
	
	
	
			
}

.fotos figure {
	display: flex;
	justify-content: center;
}

.fotos {
	display: flex;
	
}



/*elecion mes*/
.eleccion {
	background-color: white;
	font-size: 1em;
	display: flex;
	justify-content: space-around;
	max-width: 100%;
	margin: 1em 1em 2em 1em;
	border-radius: em;
	padding: 10px 15px 10px 15px;
	border-radius:0.5em;
}

.eleccion li a {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	background-color: #7FB7BF;
	color: white;
	font-size: 0.9em;
	padding: 5px;
	border-radius: 115px;
	margin-left: 1px;
	
	
}



/*media menos 992px*/
@media screen and (min-width: 992px) {
    
   .eleccion {
	background-color: white;
	font-size: 1em;
	display: flex;
	justify-content: space-around;
	max-width: 100%;
	margin: 1em 1em 2em 1em;
	border-radius: em;
	padding: 10px 15px 10px 15px;
	border-radius:0.5em;
}

}

/*media menos 600px*/
@media screen and (max-width: 600px) {
    
    .eleccion{
    display: flex;
	align-content: center;
    justify-content: center;
    flex-direction: column;
	

        }
	
	.eleccion li a {
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	background-color: #7FB7BF;
	color: white;
	font-size: 1em;
	padding: 5px;
	border-radius: 115px;
	margin-left: 100px;
	margin-right: 100px;
	
	
}
}




	
