.Formulario { padding: 80px 0; }
.wpcf7 label { width: 100%; font-size: 16px; font-weight: 400; }
.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email] {
    border: none;
    border-bottom: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
}
.wpcf7 input[type=text]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=email]:focus {
    border-color: #3898EC;
}
.formularioSubmit {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    margin-top: 30px;
}
.formularioSubmit .wpcf7-spinner { display: none; }
.formularioSubmit input[type=submit] {
    background-image: url(/wp-content/uploads/2023/05/right_arrow.svg);
    background-repeat: no-repeat;
    font-size: 0;
    background-position: center;
    height: 100%;
    width: 100%;
    background-size: 20px;
    padding: 20px;
}
.formularioSubmit p { margin-bottom: 0; font-size: 16px; font-weight: 500; }
.wpcf7 .wpcf7-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.wpcf7 .wpcf7-checkbox label span {
    margin-top: -5px;
    line-height: 1.2em;
    font-weight: 100;
    font-size: 14px;
}
.contactoTexto { max-width: 90%; margin: auto; }
#Contacto { scroll-margin-top: 200px; }

.wpcf7 form .wpcf7-response-output {
    padding: 20px;
    text-align: center;
    border: none;
    font-size: 12px;
    font-weight: 300;
    margin-top: -20px;
}
.wpcf7 span[data-name="your-consent"] .wpcf7-acceptance label {
    display: flex;
    align-items: baseline;
    gap: 5px;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 100;
}
.wpcf7 span[data-name="your-consent"] .wpcf7-list-item { margin-left: 0; }

@media only screen and (max-width: 600px) {
    .Formulario { padding: 40px 0; }
    .formularioSubmit { gap: 10px; justify-content: center; }
    .contactoTexto { width: 100%; }
    .formulario { padding: 0 20px; }
    #Contacto { scroll-margin-top: 50px; }
}