@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Quicksand:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&display=swap);

@charset "UTF-8";
@font-face {
    font-family: '1FTV Photograph Signature';
    src: url('/fonts/Fz-Photograph.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow: hidden;
    overflow-y: auto;
}

.wrap-header {
    background-image: url() !important;
}

section.contact__section {
    background: url(/storage/images/background-contact-page.png) no-repeat;
    background-size: cover;
    height: 1080px;
    margin-top: -90px;
}

form#saveContactForm {
    background: url(/storage/images/background-contact-form.png) no-repeat;
    width: 1147px;
    border-radius: 20px;
    margin-top: 245px;
    padding: 0px 8% 40px 8%;
}

h1.contact-call-to-action__header.text-center {
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 900;
    line-height: normal;
    background: var(--A1111, linear-gradient(97deg, #1A61ED -8.89%, #11BAE3 78.07%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 50px;
}

h2.contact-information {
    color: #FFF;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 144.383%; /* 46.202px */
    margin-bottom: 30px;
}

h2.contact-information.customer-information {
    margin-bottom: 20px;
}

.information-company {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

p.address-text {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.information-company svg {
    width: 24px;
    height: 24px;
}

.form-control.input-custom {
    border-radius: 12px;
    border: 1px solid var(--x2, #0A7CFF);
    padding: 10px;
    background: white;
}

.w-45 {
    width: 45% !important;
}
.information-company.social {
    gap: 24px;
}

button.btn-submit-form {
    display: flex;
    height: 42px;
    padding: 15px 24px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border: none;
    border-radius: 40px;
    background: var(--blue1, linear-gradient(97deg, #1A61ED -8.89%, #11BAE3 78.07%));
    box-shadow: 1px 3px 6px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 44px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: white;
    text-align: center;
    font-weight: 700;
    text-shadow: 0px 0px 12px #1A61ED;
    font-family: Quicksand;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-submit {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.form-control.input-custom::placeholder {
    color: #afb0b8;
    opacity: 1;
}
.form-group {
    margin-bottom: 18px;
}


@media (max-width: 991px) {
    form#saveContactForm {
        background: url(/storage/images/background-contact-form-mobile.png) no-repeat;
        background-size: cover;
    }
    section.contact__section {
        height: 100%;
    }
    form#saveContactForm {
        width: 100% !important;
        margin-top: 125px;
        homes.create;
        homes.create
    }

    h1.contact-call-to-action__header.text-center {
        font-size: 19.745px !important;
    }

    h2.contact-information {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .information-company {
        margin-bottom: 0px;
    }

    .information-company svg {
        width: 20px;
        height: 20px;
    }

    .col-lg-6.col-12.d-flex.w-45 {
        width: 100% !important;
        margin-top: 30px;
    }

    .form-control.input-custom {
        padding: 5px 15px;
    }

    .form-group {
        margin-bottom: 10px;
    }
}
