section#formulario-contacto {
    padding-bottom: 90px;
    display: flex;
    flex-flow: row;
}
form#email-form i {
    color: #8b8b8b;
    margin-top: 10px;
}
section#gracias-section {
    padding-bottom: 90px;
    padding-top: 90px;
    justify-content: center;
    display: flex;
    flex-flow: column;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#gracias-section a.boton-main {
    width: fit-content;
}

form#email-form {
    height: 100%;
}
.contact-map {
    width: 50%;
}

.form-container {
    width: 50%;
}

.input-group {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.input-group-send {
    display: flex;
    flex-flow: column;
}
#email-form .form-field {
    height: 50px;
    background-color: #f2f2f2;
    border: 0;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    width: 100%;
    flex: 1;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

#footer .contenedor-1290 {
    border-top: 1px solid #cacaca !important;
    padding-top: 20px;
}

#email-form textarea {
    min-height: 150px;
    background-color: #f2f2f2;
    border: 0;
    box-sizing: border-box;
    font-size: 18px;
    /*font-weight: 500;*/
    letter-spacing: 0.02em;
    width: 100%;
    max-width: 100%;
    flex: 1;
    resize: none;
    margin-bottom: 20px;
    padding: 10px  20px;
    font-family: 'Poppins', sans-serif !important;
}

form#email-form {
    height: 100%;
    padding-left: 15px;
}
.contact-map iframe {
    height: 100%;
    width: 100%;
}

section#contact-title {
    text-align: center;
    padding-top: 90px;
    padding-bottom: 60px;
}

@media(max-width: 700px) {

    section#formulario-contacto {
        flex-flow: column;
    }
    .form-container {
        width: 100%;
    }

    form#email-form {
        height: 100%;
        padding-left: 0px;
        padding-bottom: 30px;
    }
    .contact-map {
        width: 100%;
        height: 250px;
        order: 2;
    }

}