.form-section{display:flex;flex-wrap:wrap}.form-section .form-content{align-content:center;display:flex;flex-wrap:wrap;font-size:18px;justify-content:center;padding:80px 40px;width:40%}.form-section .form-content form *{font-size:18px}body .form-section .form-content,body .form-section .form-content .form-title,body .form-section .form-content .submitted-message,body .form-section .form-content form{background-color:var(--primary-color--d)}body .form-section .actions input{background-color:var(--alternate-color--d);border-color:var(--alternate-color--d);border-radius:0;box-shadow:0 8px 16px rgba(0,0,0,.12);font-size:16px;padding:12px;text-decoration:none}body .form-section .actions input:hover{filter:brightness(1.1)}body.periferico .form-section .form-content h2{color:#fff}.form-section .form-content .form_content{max-width:430px}.form-section .form-content .form_content h2{color:#fff}body.palta .form-section .form-content .form_content h2 span{color:#6a5acd}.form-section .form-content form>.field,.form-section .form-content form>fieldset>.field{margin-bottom:15px}.form-section .form-content form .field>label{color:#fff;display:none}.form-section .form-content form .input input,.form-section .form-content form .input select{background-color:#5a3322;border:1px solid #fff;color:#fff;padding:5px 10px;width:100%!important}.form-section input::placeholder{color:#fff}.form-section .form-content form .hs-error-msgs{font-size:14px;list-style-type:none}.form-section .form-content form .hs-error-msgs label{font-size:14px}body .form-section .form-content form .hs-error-msgs{color:tomato}.form-section .form-content form .legal-consent-container,.form-section .form-content form .legal-consent-container li,.form-section .form-content form .legal-consent-container p,.form-section .form-content form .legal-consent-container ul{color:#fff}.form-section .form-content form .legal-consent-container p a{font-weight:700;text-decoration:none}.form-section .form-content form input[type=submit]{border:none;box-shadow:0 8px 16px rgba(0,0,0,.12);text-decoration:none}.form-section .image{background-position:50%;background-size:cover;width:60%}.form-section .image img{display:none;width:100%}@media (max-width:768px){.form-section .form-content{width:100%}.form-section .image{display:none}}