﻿.banner_form_contact {
    height: 416px;
    margin-bottom: 3%;
    margin-top: -1.5rem;
}
.banner-contact-us {
    width: 100%;
    max-width: 1920px;
    position: absolute;
}

.Image_back_contact {
    width: 100%;
    aspect-ratio: 9;
    object-fit: cover;
}

.Image_vehiculo_banner {
    padding-right: 104px
}

h1.Title-Form {
    position: relative;
    color: var(--brand-white);
    font-family: var(--font-family-3);
    font-size: var(--text-6xl);
    font-style: normal;
    font-weight: var(--weight-bolder);
    text-transform: uppercase;
    max-width: 800px;
    padding: 0 0 10px 0;
}
div h1.Title-Form::before {
    top: -21px;
    left: -42px;
    position: absolute;
}
.message-mandatory {
    color: var(--gray-dark-11);
    font-family: var(--font-family-2);
    font-size: var(--text-lg);
    padding: 1rem 0;
}
h2.Sub-Tittle-Form {
    color: var(--brand-white);
    font-family: var(--font-family-2);
    font-size: var(--text-md);
    font-style: normal;
    font-weight: var(--weight-bold);
    line-height: 1.625rem;
    max-width: 800px;
    letter-spacing: 0.045rem;
}

/* .Contact_form form {
    text-align: -webkit-center;
} */

.Background_form_contact {
    border-bottom: solid;
    width: 925px;
    height: 48px;
}

.content_select.Background_form_contact svg {
    position: absolute;
    top: 0;
    right: 2.5%;
    transform: translateY(50%);
    pointer-events: none;
}

.arrow-colum-section {
    flex-direction: column;
    align-items: center;
}


    .arrow-colum-section svg {
        position: absolute;
        top: 0;
        right: 2.5%;
        transform: translateY(50%);
        pointer-events: none;
    }

.form-select, .form-control {
    border-radius: 0;
    color: var(--gray-dark-1, #414141);
    background-color: var(--brand-white);
}
input.form-control::placeholder{
    color: var(--gray-dark-11);
}

input.form-control {
    background: var(--brand-white);
    color: var(--gray-dark-11);
    border: none;
    border-bottom: 1px solid var(--gray-dark-5);
}

textarea.form-control,
.Background_form_contact:focus {
    background: var(--brand-white);
    color: var(--gray-dark-1, #414141);
    border-radius: 0%;
    border: 1px solid var(--gray-dark-5) !important;
    box-shadow: none !important;
}

select.form-select {
    background: var(--brand-white);
    color: var(--gray-dark-11);
    border: none;
    border-bottom: 1px solid var(--gray-dark-5);
}

.Contact_form .form-group {
    padding-bottom: 28px;
    /* align-items: center; */
}

.arrow-content-term {
    max-width: 870px;
    height: auto;
    text-align: left;
    padding: .5rem 1.5em;
}

.content_disclaimer{
    font-family: var(--font-family-2);
    font-size: var(--text-sm);
    color: var(--gray-light-9);
    font-weight: var(--weight-normal);
}

.arrow-content-term input[type="checkbox"]:checked {
    background-color: var(--brand);
    border-color: var(--brand);
    background-image: none;
}
.textPrivacyPolicy {
    font-family: var(--font-family-2);
    font-size: var(--text-md);
    color: var(--gray-light-9);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    gap: 0.5rem;
    padding: 1rem 0;
}
.small-text {
    font-size: 0.875rem;
}

.Contact_form .form-check-label {
    color: var(--gray-dark-10, #222222);
    font-family: var(--font-family-2);
    font-size: var(--text-md);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: normal;
    text-align: justify;
    padding-left: 1rem;
    margin-top: .5rem;
}

.form-check-input:checked {
    background-color: var(--brand);
    border: none;
    appearance: none;
}

.form-check-input:focus {
    box-shadow: none;
}

.arrow-label_Rut_contact {
    display: flex;
}

.rut_contact {
    width: 925px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    color: var(--gray-dark-3);
    font-family: var(--family-title-2);
    font-size: 12px;
    font-style: normal;
    font-weight: var(--weight-bold);
    line-height: 18px;
    letter-spacing: 0.48px;

}

.Content_text_form {
    padding: 0 158px;
    flex-direction: column;
}

input::placeholder {
    color: var(--gray-dark-1, #414141) !important;
    font-family: "Encode Sans" !important;
    font-size: var(--text-lg) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 22px !important;
}

.textArea_Contact.active {
    /* transform: translate(-23rem, 1rem); */
    display: initial;
    font-weight: 600 !important;
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.textArea_Contact {
    color: var(--gray-dark-1, #414141) !important;
    font-family: "Encode Sans" !important;
    font-size: var(--text-md) !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    display: none;
}

.content_Question {
    height: 175px;
}

.arrow_content_terminos {
    padding: 1rem 0;
}

.btn-Enviar {
    /* text-transform: uppercase; */
    width: 27rem;
    margin-top: 2.5rem;
    padding: 0.85rem 0;
    background-color: var(--brand);
    color: #fff;
    font-family: var(--family-title);
    font-size: var(--text-md);
    font-weight: var(--weight-normal);
    /* text-transform: uppercase; */
    border-radius: 0 !important;
    border: none;
}

.btn-Enviar:hover {
    color: var(--gray-light-1);
    background-color: var(--brand-dark);
    border: none;
}

.btn-Enviar:active {
    color: var(--gray-light-1) !important;
    background-color: var(--gray-dark-11) !important;
    border: none !important;
}

.btn_enviar_forms {
    padding-bottom: 2%;
}

.btn_enviar_forms button {
    width: 450px;
    min-height: 60px !important;
    background-color: #000;
    color: #fff;
    /* border-radius: 5rem !important; */
}
.btn_enviar_forms button:disabled {
    background: #E5F0DB;
    border: none;
    color: #999999;
    border-radius: 0% !important;
}


@media (max-width:1770px) {
    .Image_vehiculo_banner {
        padding-right: 0px;
    }
}

@media (max-width:1660px) {
    h1.Title-Form {
        max-width: 45rem;
        margin: 0;
        margin-top: 1.25rem;
        font-style: normal;
        font-weight: var(--weight-normal);
        line-height: normal;
        text-transform: uppercase;
    }

    h2.Sub-Tittle-Form {
        max-width: 45rem;
        margin: 0;
        margin-bottom: 2rem;
        font-weight: var(--weight-normal);
    }
}

@media(max-width:1540px) {
    .Image_vehiculo_banner {
        padding-right: 67px;
    }

    .Content_text_form {
        padding: 0 112px;
    }

    .Background_form_contact {
        width: 100%;
        height: 48px;
    }

    .content_Question {
        height: 175px;
    }

    .rut_contact {
        width: 877px;
    }

    .textArea_Contact.active {
        /* transform: translate(-23rem, 1rem); */
    }

}

@media(max-width: 1366px) {
    input::placeholder {
        font-size: 15px !important;
    }

    .btn-Enviar {
        width: 289px;
        height: 56px;
    }

    .arrow-content-term {
        max-width: 317px;
    }
}

@media(max-width:1139px) {
    .Image_vehiculo_banner {
        padding-right: 0px;
    }
}

@media(max-width:1059px) {
    h1.Title-Form {
        width: 272px;
        font-size: 24px;
    }

    h2.Sub-Tittle-Form {
        font-size: 14px;
        width: 272px;
    }

    .Background_form_contact {
        width: 296px;
        height: 48px;
    }

    .content_Question {
        height: 175px;
    }

    .rut_contact {
        width: 296px;
    }
}

@media(max-width:870px) {
    .Image_back_contact {
        aspect-ratio: 2;
    }
}

@media(max-width:767px) {
    .Content_text_form {
        padding: 0 52px;
    }

    .Form_contact {
        place-content: center;
    }

    .arrow_content_terminos {
        flex-direction: column;
        padding: 36px 0;
        /* width: 304px; */
    }

    /* .content_select.Background_form_contact svg {
        right: -42%;
    } */
}

@media(max-width:578px) {
    .Content_text_form {
        align-items: center;
        padding: 0px;
    }

    .Contact_form .form-group {
        padding-bottom: 28px;
    }

    .btn-Enviar {
        width: 296px;
    }
}

.fw-500 {
    font-weight: 500 !important;
}

.start {
    color: green;
}

.stop {
    color: red;
}

.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: var(--weight-semilight);
    color: #FFD600;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.Content_text_form {
    padding: 0 112px;
}

/* .textArea_Contact.active {
            transform: translate(-21.5rem, 2rem)
        } */
.Background_form_contact {
    border-radius: 0;
    border: none;
    background-color: var(--gray-light-4);
    font-family: var(--font-family-2) !important;
    font-size: var(--text-md);
    font-style: normal;
    font-weight: var(--weight-normal);
    line-height: 22px;
    border-bottom: 2px solid #000;
    appearance: none
}

.Background_form_contact::placeholder {
    font-family: var(--font-family-2) !important;
    font-size: var(--text-md) !important;
    font-style: normal !important;
    font-weight: var(--weight-normal) !important;
}




.content_Question {
    height: 175px;
}

.rut_contact {
    width: 100%;
}

@media(max-width:1540) {
    .textArea_Contact.active {
        /* transform: translate(-21.5rem, 2rem) */
    }
}


@media(max-width:1366px) {
    input::placeholder {
        font-size: 15px !important;
    }

    .textArea_Contact.active {
        /* transform: translate(-23rem, 1rem); */
        font-size: var(--text-md) !important;
        font-family: var(--family-title-2) !important;
        font-style: normal !important;
        font-weight: 600 !important;
    }

    .btn-Enviar {
        width: 289px;
        height: 56px;
    }

    .arrow-content-term {
        max-width: 817px;
        text-align: left;
    }
}


@media(max-width:1139px) {
    .Image_vehiculo_banner {
        padding-right: 0px;
    }
}

@media(max-width:1059px) {
    h1.Title-Form {
        width: 100%;
        font-size: 34px;
    }
    div h1.Title-Form::before {
        width: 24px;
        height: 18px;
        top: -10px;
        left: -23px;
    }
    h2.Sub-Tittle-Form {
        font-size: 1rem;
        width: 100%;
    }

    .Background_form_contact {
        width: 100%;
        height: 48px;
    }

    .content_Question {
        height: 175px;
    }

    .textArea_Contact.active {
        /* transform: translate(-4.3rem, 2rem); */
    }

    .rut_contact {
        width: 296px;
    }
}

@media(max-width:767px) {
    .Content_text_form {
        padding: 0 52px;
    }

    .Form_contact {
        place-content: center;
    }

    .arrow_content_terminos {
        flex-direction: column;
        padding: 25px 0 41px 0;
        /* width: 304px; */
    }
}

@media(max-width:578px) {
    .banner_form_contact {
        height: auto;
        flex-direction: column;
    }
    .banner-contact-us {
        background: #000;
        position: initial;
        margin-top: -1px;
    }
    div:has(.Image_back_contact){
        position:relative;
    }
    div:has(.Image_back_contact)::after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        left: 0;
        background: linear-gradient(360deg, #000000 4.11%, rgba(0, 0, 0, 0) 22.79%);
    }
    .Image_back_contact {
        aspect-ratio: 360 / 200;
        height: auto;
    }
    .Content_text_form {
        align-items: center;
        padding: 0 2rem;
    }
    input.form-control {
        font-size: .875rem;
    }
    div h1.Title-Form::before {
        width: 23px;
        height: 17.5px;
        top: -14px;
        left: -12px;
    }
    h1.Title-Form {
        font-size: 2.125rem;
        font-weight: 800;
        margin: 0;
    }
    h2.Sub-Tittle-Form {
        font-size: 1rem;
        line-height: 22px;
    }
    .Contact_form .form-group {
        padding-bottom: 28px;
    }
    .section-newletter .section-newletter__title h3 {
        font-size: 1.625rem;
        font-weight: 800;
        font-style: italic;
    }
    .section-newletter .section-newletter__content-form__container-inputs input {
        font-size: .875rem;
    }
}

.fw-500 {
    font-weight: 500 !important;
}

.start {
    color: green;
}

.stop {
    color: red;
}

.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: var(--weight-semilight);
    color: #FFD600;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.buttons-Tank-you {
    top: 36px;
    position: relative;
}

.btn_enviar_forms {
    padding-bottom: 100px;
}

.rating-submit {
    border-radius: 15px;
    color: #fff;
    height: 49px;
}


.rating-submit:hover {
    color: #fff;
}

.Contact_form .error-text {
    font-family: var(--font-family-2);
    font-weight: var(--weight-bold);
    font-size: .8rem;
    display: none;
    color: var(--alert-error-main);
    width: 100%;
}

.error-text[for=LegalAggredment] {
    display: none;
    border-top: 2px solid red;
}

.Background_form_contact.error {
    border-bottom: 2px solid var(--alert-error-main);
}

.Background_form_contact.error+.error-text {
    display: block;
    color: var(--alert-error-main);
    text-align: end;
}

input.error, select.error, textarea.error {
    border-bottom: 2px solid var(--alert-error-main); /* Border for invalid fields */
}

label.error-text {
    color: var(--alert-error-main); /* Label for error messages */
    font-size: 12px;
    display: block;
    margin-top: 5px;
}




@media(max-width:360px) {
    .content_select.Background_form_contact svg {
        right: 5%;
    }
}

.Contact_form .container {
    max-width: 925px !important;
    padding: var(--p-0);
    font-family: var(--font-family-1) !important;
}

@media (max-width: 1366px) {
    .Contact_form .container {
        max-width: 67.717% !important;
    }
}

.arrow-colum-section_textArea {
    position: relative;
}

.arrow-colum-section_textArea .form-control {
    padding-top: var(--p-4);
}

.form-check-input {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid var(--brand);
    border-radius: 2px;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s, border-color 0.3s;
    position: relative;
    flex-shrink: 0;
}

    .form-check-input:checked {
        background-color: var(--brand);
        border-color: var(--brand);
        border: none;
    }

        .form-check-input:checked::after {
            content: "✓";
            color: var(--gray-light-1) !important;
            font-size: 16px;
            position: absolute;
            top: 50% !important;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .form-check-input:hover {
        border-color: darken(var(--brand), 10%);
    }

    .form-check-input:focus {
        box-shadow: 0 0 4px var(--brand);
    }

.arrow-content-term .form-check-input {
    border-radius: 2px;
    width: 24px;
    height: 24px;
    border: 2px solid var(--brand);
}


.arrow-content-term .form-check-input:focus {
    box-shadow: none !important;
    border-color: var(--brand);
}

.arrow-colum-section:has(.arrow-label_Rut_contact) {
    align-items: end !important;
}

.rut_contact {
    padding-right: var(--p-4);
    padding-top: 3px;
}

@media (max-width: 768px) {
    .Contact_form .container {
        max-width: 69.792% !important;
    }

    .btn_enviar_forms button {
        width: 100%;
    }

    .btn_enviar_forms {
        padding-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .Contact_form .container {
        max-width: 91.111% !important;
    }

    .btn_enviar_forms button {
        width: 100%;
    }

    .btn_enviar_forms {
        padding-bottom: 60px;
    }
}