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

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 #C2C1C1;
}
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;
    
}

main{
    margin: 3em 0.5em 0 1.5em;
}

main h1{
    font-size: 1.2rem;
    color:white;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2em;
    
}

.completar{
    color: black;
    padding: 0.3em;
    align-content: center;
    text-align: center;
    font-size: 1,5rem; 
    margin: 0 0 3em;
    font-weight: bolder;
}
.completar2{
    color: black;
    padding: 0.5em;
    align-content: center;
    text-align: center;
    font-size: 1,5rem; 
    margin: 0 2em 3em 2em;
    font-weight: bolder;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sino{
    display: flex;
    align-content: center;
    justify-content: space-around;
    flex-direction: row;
    margin-left: 3em;
    margin-right: 3em;
    
    }

input {
    border: none;
     border-radius: 7px;
    color: white;
    background-color: black; 
    padding: 0.3em
    }

.buscar input {
    border-radius: 7px;
    background-color: white;
    
}

select {
    border: none;
     border-radius: 7px;
    color: white;
    background-color: black;
      padding: 0.3em
}

button {
    border: none;
     border-radius: 1.5em;
    color: white;
    background-color: black;
    padding: 0.9em;
    text-transform: uppercase;
}

footer{
    margin: 3em 0 6em 0;
    display: flex;
    justify-content: center;
        
}



/*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 #C2C1C1; 
}
.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 #C2C1C1;
    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;
}

