html{
    box-sizing: border-box;
}
body{
    padding: 0px;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #18718b;
}
nav{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
   /*  width: 100%; */
    padding: 1rem;
}
nav img{
    width: 15rem;
    padding-top: 1rem;
   
}

main{
    display: flex;
    flex-wrap: wrap;
    background:linear-gradient(0deg, rgba(0,190,162,0.13209033613445376) 0%, rgba(255,255,255,0) 100%) ;
   
}
.titulo{
    width: 100%;
    background-color: #00bea2;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 2em;
    
}

.izquierda{
    /* background-color: white; */
   /*  margin: auto; */
    width: 50%;
    
    flex-wrap: nowrap;
}
.izquierda img{
    width: 50%;
    display: flex;
    justify-items: center;
    align-items: center;
    margin: auto;
}

.izquierda p{
    text-align: center;
    padding: 2em 4em 0em 4em;
    font-size: 1.3em;
    font-weight: 600;
}
#bajada{
    padding: 0em 4em 2em 4em;
    font-size: 1.1em;
}

.derecha{
    /* background-color: white; */
    width: 50%;
   
    flex-wrap: nowrap;
}
.derecha .formulario{
    align-items: center;
    justify-content: center;
    padding: 4em;
}

footer{
    background-color: #18718b;
    color: white;
}

.redesSociales{
    display: flex;
    justify-content: center;
    padding: 0px;
}
.redesSociales a{
   color: white; 
   
}
.redesSociales a:hover{
    color: gainsboro; 
    
 }
.legales{
    width: 100%;
    text-align: center;
    background-color: #18718b;
    padding-bottom: 1px;
}
.legales p {
    padding-bottom: 20px;
    margin: 0px;
}
.legales a{
    text-decoration: none;
    color: white;

}

.legales a:hover{
    color: gainsboro;
}

@media screen and (max-width: 1000px) {
    .izquierda, .derecha{
        width: 100%;
    }

}

._dp_container-HTMLForm{
    background-color:none;
    border-color: transparent;
    border-radius: 0px;
    border-style: hidden;
    border-width: 0px;
    margin-top: 1px;

}

