/* @group Contact Form
------------------------------------ */
.contact-form {
    color: var(--marron-oscuro);
}
.contact-form .wp-block-columns {
    width: 100%;
}
.contact-form .header {
    margin-bottom: 4rem;
}
.contact-form .info .wp-block-group a {
    text-decoration: none;
}
.contact-form .info .wp-block-group .underlined a {
    text-decoration: underline;
}
.contact-form .info .wp-block-group:not(:last-of-type) {
    margin-bottom: 3rem;
}
.contact-form .info .wp-block-group .wp-block-heading:first-of-type {
    margin: 0 0 .8rem;
}
@media only screen
and (min-width : 961px) {
    .contact-form .header {
        margin-bottom: 6rem;
    }
    .contact-form .info .wp-block-group a:hover {
        opacity: .7;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .contact-form .header {
        text-align: center;
    }
    .contact-form .form {
        order: -1;
        margin-bottom: 5rem;    
    }
}

/* @end */
