html{
    margin: 0;
    scroll-behavior: smooth;
    font-family: "Merriweather", serif;
}

header{
    display:flex;
    width: 100%;
    background-color: rgb(0, 228, 249)  ;
}
nav ul{
display: flex;
text-align: center;
width: 100%;
list-style-type: none;
font-size: 1.5rem;
font-weight: 900;
padding: 0;
justify-content: space-around;
font-family: "Merriweather", serif;

}
#contenedor__logo{
    width: 9%;
}
#contenedor__casita{
    width: 9%;
    padding-left: 15px;
}
section{
    display: flex;
    text-align: justify;
    padding: 20px;
    font-size: 1.2rem;
    
}
.imagenes__header{
    padding: 0;
    height: 70px;
    width: 70px;
    margin-top: 5px;
}
nav{
    width: 82%;
    margin-top: 2px;
}
nav ul li{
    margin-right: 15px;
}
a{
    text-decoration: none;
    color:unset;
}
.textos__section{
    width: 60%;
    padding: 20px;
}
.imagenes__section{
    width: 40%;
}
#section__proyecto_futuro{
    display: block;
    text-align: center;
    width: calc(100% - 20px);
}
main{
    margin: 20px;
}
body{
    margin: 0;
}
.imagenes__section__dentro{
    height: 447px;
}
#calle_nueva_incorporacion{
    height: 500px;
}
#no_titulo_section_proyecto{
    display: flex;
    text-align: justify;
}
#textonuevaincorporacion{
    padding: 160px 20px 20px 20px;
}
#section__descarga_api{
    background-color: rgb(139, 212, 212);
    display: block;
    text-align: center;
}
#section__nuestra_app{
    background-color:  rgb(139, 212, 212);
}
#formas__descargas{
    display: flex;
}
.google_apple{
    height: 60px;
    margin: 35px;
}
#qr{
    height: 135px
}
h2{
    font-size: 3rem;
}
footer{
    display: flex;
    background-color: black;
    color: white;
    justify-content: space-around;
    font-size: 1.2rem;
}
.imagen_redes{
    height: 20px;
    margin-top: 24px;
}
#contenedor_footerredes{
    display: flex;
}
h3{
    font-size: 2rem;
}
h4{
    font-size: 1.5rem;
}
#logo__wozovo{
    height: 100px;
    margin: 50px;
}