.Contacto { background-color: #F4F3FC; padding: 70px; }
.Contacto p { margin-bottom: 0; }
.Contacto .contactForm { padding: 50px; }
.Contacto .wpcf7 label { width: 100%; }
.Contacto .wpcf7 p { margin-bottom: 10px; }
.Contacto .wpcf7 input[type="text"], .Contacto .wpcf7 input[type="email"], .Contacto .wpcf7 input[type="tel"] {
    height: 55px;
    background-color: #f8f8f8;
}
.Contacto .wpcf7 textarea { background-color: #f8f8f8; }
.Contacto .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 23px;
    color: #000;
}
.Contacto .wpcf7-acceptance label a { color: inherit; font-weight: 600; }
.Contacto .wpcf7-acceptance label input[type="checkbox"] { margin-top: 5px }
.Contacto input[type="submit"] {
    background-color: #f07c00;
    color: #000;
    font-family: 'Fjalla One';
    text-transform: uppercase;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 1.4278846153846154rem + 0.2884615384615385vw, 1.6875rem);
    padding: 20px 80px 20px 50px;
    font-weight: 100;
    border-radius: 0;
    background-image: url(/wp-content/uploads/2023/05/arrow_icon.png);
    background-repeat: no-repeat;
    background-position: 85% 50%;
    margin-top: 50px;
}

@media only screen and (max-width: 600px) {
    .Contacto { padding: 30px 0; }
    .Contacto .contactForm { padding: 15px; margin-top: 15px; }
    .Contacto input[type="submit"] { margin-top: 20px; }
}