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

input {
    border-radius: 7px;
}

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

h1{
    text-align: center;
    color: #7FB7BF;
}
.vision{
    margin: 1em 1em 2em 1em;
    justify-content: center;
    background-color: white;
    border-radius:0.5em;
    padding: 1em 1em 3em 1em;
}
.comu{
    margin: 1em 1em 2em 1em;
    justify-content: center;
    background-color: white;
    border-radius:0.5em;
    padding: 1em 1em 3em 1em;
}
footer{
    display: flex;
    margin-bottom: 2em;
    justify-content: center;
}

/*compartir pop u*/

footer a{
    display: block;
    margin: auto;
}


footer img:hover {
    cursor: pointer;
    background: #7FB7BF;  
    }

.comppopup {
    position: fixed;
    top: -100vh;
    z-index: 99999999;
    background-color: black;
    width: 20em;
    height. 20em;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.comppopup .contenido-comp {
    width: 100%;
    left: 0em;
    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;
    
}

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

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

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

.comppopup a:hover {
    color: black;
    }

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

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

.comppopup:target .contenido-comp {
    top: 50px;
    transition: top 0.35s ease;
}

.contenido-comp article .botonesa {
    margin-top: 2em;
    display: flex;
    justify-content: center;
    }
.contenido-comp article .botonesb {
    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 #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;
}

