@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body * {
    font-family: "Montserrat", sans-serif;
}

body a,
body a:hover,
body a:visited,
body a:focus {
    text-decoration: none;
    color: inherit;
}

/* ---- Card-1 ---- */
#card-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 3.4043%;
}

#card-1 h1 {
    font-size: 80px;
    color: white;
    font-weight: 800;
    margin-bottom: 3%;
}

#card-1 h2 {
    font-size: 40px;
    color: white;
    font-weight: 400;
}

#card-1 .title1 {
    padding-bottom: 11.06%;
}

.highlight2 {
    background: #FF671D;
    color: #fff;
    padding: 0 .1em;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

@media (max-width: 1655px) {
    #card-1 h1 {
        font-size: 70px;
    }

    #card-1 h2 {
        font-size: 35px;
    }
}

@media (max-width: 1455px) {
    #card-1 h1 {
        font-size: 55px;
    }

    #card-1 h2 {
        font-size: 33px;
    }
}

@media (max-width: 1047px) {
    #card-1 h1 {
        font-size: 48px;
    }

    #card-1 h2 {
        font-size: 29px;
    }
}

@media (max-width: 913px) {
    #card-1 h1 {
        font-size: clamp(25px, calc(25px + (42 - 25) * ((100vw - 375px) / (800 - 375))), 42px);
    }

    #card-1 h2 {
        font-size: clamp(16px, calc(16px + (23 - 16) * ((100vw - 375px) / (800 - 375))), 23px);
    }
}

/* ---- Card-2 ---- */
#card-2 {
    padding: 3.4043%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5.2128%;
    background-color: #C7C7C7;
}

#card-2 .desc2 {
    width: 38%;
}

#card-2 .desc2 h1 {
    color: black;
    font-size: 55px;
    text-align: left;
    font-weight: 500;
}

#card-2 .desc2 h3 {
    margin-bottom: 3%;
    color: black;
    font-size: 25px;
    text-align: left;
    font-weight: 400;
}

.shorts {
    width: 950px;
    height: 534px;
    overflow: hidden;
    position: relative;
}

.shorts iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.shorts-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
}

@media (max-width: 1650px) {
    #card-2 .desc2 h1 {
        font-size: 50px;
    }
}

@media (max-width: 1550px) {
    #card-2 .desc2 h1 {
        font-size: 43px;
    }

    .shorts {
        width: 750px;
        height: 400px;
        overflow: hidden;
        position: relative;
    }
}

@media (max-width: 1300px) {
    #card-2 .desc2 h1 {
        font-size: 38px;
    }

    #card-2 .desc2 h3 {
        font-size: 21px;
    }
}

@media (max-width: 1200px) {
    #card-2 {
        flex-direction: column;
    }

    #card-2 .desc2 {
        width: 100%;
        margin-bottom: 4%;
    }

    #card-2 .desc2 h1 {
        text-align: center;
        font-size: clamp(15px, calc(15px + (38 - 15) * ((100vw - 375px) / (1200 - 375))), 38px);
    }

    #card-2 .desc2 h3 {
        text-align: center;
        margin-bottom: 2%;
        font-size: clamp(18px, calc(18px + (21 - 18) * ((100vw - 375px) / (1200 - 375))), 21px);
    }

    .shorts {
        width: clamp(335px, calc(335px + (750 - 335) * ((100vw - 375px) / (1200 - 375))), 750px);

        height: clamp(300px, calc(300px + (400 - 300) * ((100vw - 375px) / (1200 - 375))), 400px);
    }
}

/* ---- Card-3 ---- */
#card-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6.76% 0 6.38% 0;
}

#card-3 .desc3 {
    padding: 1.83rem 4rem;
    background-color: #FF671D;
    border-radius: 46px;
    border: 1px #f16017;
}

.desc3,
#card-3 h1 {
    color: white;
    font-size: 39px;
}

/* Formulário Principal */
.main-forms {
    background: #C7C7C7;
    padding: 3.4043%;
}

.main-forms .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width: 1590px;
}

/* Body */
.main-forms .body-form {
    display: flex;
    flex-direction: row;
    gap: 5rem;
    align-items: center;
}

.main-forms .body-form h1 {
    font-weight: 700;
    font-size: 60px;
    color: #FFFFFF;
}

.main-forms .body-form h1 mark {
    background-color: #EC6306;
    color: #FFFFFF;
    padding: 0;
}

.main-forms .body-form>div {
    flex: 1;
}

.main-forms .body-form .form-content {
    display: flex;
    justify-content: center;
}

.main-forms .body-form .form-container {
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 52px;
    box-sizing: border-box;
}

.main-forms .body-form form {
    max-width: 1154px;
    height: 798px;
}

.main-forms .body-form form input[type=text] {
    display: block;
    width: 100%;
    height: calc(2em + 1rem + 3px);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #1D1E1C;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-bottom: 2px solid #1D1E1C;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
    margin-bottom: 1.8rem;
}

.main-forms .body-form form input[type=text]::placeholder {
    color: #1D1E1C;
}

.main-forms .body-form .privacy {
    font-weight: 500;
    font-size: 10px;
    color: #000000;
    text-align: center;
    margin-bottom: 2rem;
    text-align: left;
}

.main-forms .body-form .privacy-link {
    color: #EC6306;
}

.main-forms .body-form .captcha-div,
.main-forms .body-form .submit-div {
    align-self: center;
    display: flex;
    justify-content: right;
}

.main-forms .body-form .form-content .row:has(.submit-div) {
    row-gap: 1rem;
}

.main-forms .body-form #btn-submit-brand {
    width: 100%;
    background-color: #FF671D;
    border: 4px solid #FF671D;
    border-radius: 45px;
    font-weight: 800;
    font-size: 36px;
    color: #FFFFFF;
    outline: none;
    box-shadow: none;
    width: 100%;
    max-width: 344px;
    height: 75px;
}

.main-forms .body-form #btn-submit-brand:hover {
    background-color: #c45409;
    border: 4px solid #c45409;
}

.main-forms .body-form .radio-label {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 1.8rem;
    color: #1D1E1C;
    margin-top: 0.5rem;
}

.main-forms .body-form .custom-radio {
    margin-bottom: 1.2rem;
}

.main-forms .body-form .custom-control-label {
    font-weight: 500;
    padding-left: 2rem;
    padding-top: 9px;
    font-size: 18px;
    color: #1D1E1C;
}

.main-forms .body-form .custom-control-input:hover~.custom-control-label::before {
    border: 2px solid #FF671D;
}

.main-forms .body-form .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.main-forms .body-form .custom-control-label::before {
    top: .15rem;
    width: 2.44rem;
    height: 2.44rem;
    background-color: transparent;
    border: 3px solid #1D1E1C;
}

.main-forms .body-form .custom-control-label::after {
    top: .15rem;
    width: 2.44rem;
    height: 2.44rem;
    background: transparent;
    border-radius: 20px;
}

.main-forms .body-form .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #FF671D;
}

@media (max-width: 900px) {
    .main-forms .body-form #btn-submit-brand {
        font-size: 24px;
        height: auto;
        padding: 3% 0%;
    }
}

/* Footer */
.landingpage .footer-form {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: .5rem;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}

.landingpage .footer-form img {
    cursor: pointer;
}

/* Pup-up de Sucesso */
.main-forms .body-form .success-container {
    padding: 3rem;
    background-color: #EC6306;
    backdrop-filter: blur(3px);
    border-radius: 52px;
    text-align: center;
    max-width: 636px;
}

.main-forms .body-form .success-container .success-check {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 3rem;
}

.main-forms .body-form .success-container h2 {
    font-weight: 800;
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

.main-forms .body-form .success-container p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.main-forms .body-form .success-container .btn-new-register {
    background-color: #FFFFFF;
    border: none;
    border-radius: 25px;
    color: #EC6306;
    font-weight: 700;
    font-size: 16px;
    padding: .5rem 1rem;
    outline: none;
    margin-bottom: 6rem;
    transition: background-color 0.3s ease;
}

.main-forms .body-form .success-container .btn-new-register:hover {
    background-color: #DBDBDB;
}

.main-forms .body-form .success-container .social-media {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 2rem;
}

.main-forms .body-form .social-media img {
    cursor: pointer;
}

@media (max-width: 1055px) {
    .main-forms .body-form .custom-control-label {
        font-size: 16px;
        padding-left: 1rem;
        padding-top: 6px;
    }

    .main-forms .body-form .custom-control-label::after {
        width: 2rem;
        height: 2rem;
    }

    .main-forms .body-form .custom-control-label::before {
        width: 2rem;
        height: 2rem;
    }

    .main-forms .body-form form input[type=text] {
        font-size: 15px;
    }

    .main-forms .body-form .form-container {
        padding: 4.58%;
    }

    .main-forms .body-form .privacy {
        font-size: 9px;
    }

    .main-forms .body-form form {
        max-width: 1154px;
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
    .main-forms .body-form .form-container {
        padding: 5.3%;
    }

    .main-forms .body-form .custom-control-label {
        font-size: 16px;
    }

    .main-forms .body-form .custom-control-label::after {
        width: 2rem;
        height: 2rem;
    }

    .main-forms .body-form .custom-control-label::before {
        width: 2rem;
        height: 2rem;
    }

    .main-forms .body-form .custom-control-label::before {
        border: 3px solid #1D1E1C;
    }

    .custom-control {
        position: relative;
        display: block;
        min-height: 1.5rem;
        padding-left: 2.5rem;
    }

    .main-forms .body-form .custom-radio {
        margin-bottom: 1rem;
    }

    .main-forms .body-form .custom-control-label {
        font-size: 15px;
        padding-left: 5%;
        padding-top: 8px;
    }

    .captcha-button {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}

@media (max-width: 650px) {
    .main-forms .body-form .custom-radio {
        margin-bottom: 1rem;
    }

    .main-forms .body-form .custom-control-label {
        font-size: 14px;
        padding-left: 4%;
        padding-top: 5px;
    }

    .main-forms .body-form .custom-control-label::after {
        width: 1.5rem;
        height: 1.5rem;
    }

    .main-forms .body-form .custom-control-label::before {
        width: 1.5rem;
        height: 1.5rem;
    }

    .main-forms .body-form .custom-control-label::before {
        border: 2px solid #1D1E1C;
    }

    .custom-control {
        padding-left: 2rem;
    }
}

@media (max-width: 574px) {
    .main-forms .body-form .custom-control-label {
        font-size: 16px;
        padding-left: 2%;
        padding-top: 3px;
    }

    .main-forms .body-form .radio-label {
        margin-bottom: 1rem;
    }

    .custom-control {
        min-height: 0rem;
    }
}

@media (max-width: 480px) {
    .main-forms .body-form .form-container {
        padding: 1rem;
        border-radius: 18px;
        margin-top: 5%;
    }

    .main-forms {
        padding: 0px;
    }

    .main-forms .body-form #btn-submit-brand {
        width: 100%;
        max-width: 344px;
        height: 75px;
    }
}

.landingpage {
    background:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("https://static.hayapek.com.br/banners/hayamax/landingpage/seja-revenda/hayonik-filial.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Header */
.main-forms .header-form {
    display: flex;
    flex-direction: row;
    margin-bottom: 4rem;
}

.main-forms .header-form div {
    flex: 1;
}

.main-forms .header-form div:first-child {
    max-width: 282px;
}

.main-forms .header-form .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.main-forms .header-form .menu span {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.main-forms .header-form .menu span:hover {
    color: #D9D9D9;
}

.main-forms .header-form img {
    width: 100%;
    max-width: 282px;
    height: auto;
    cursor: pointer;
}

.landingpage .header-form {
    display: flex;
    flex-direction: row;
    padding: 4.04% 8.56%;
    gap: 27%;
}

.landingpage .header-form div {
    flex: 1;
}

.landingpage .header-form div:first-child {
    max-width: 282px;
}

.landingpage .header-form .menu {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
}

.landingpage .header-form .menu span {
    font-weight: 500;
    font-size: 16px;
    color: white;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}

.landingpage .header-form .menu span:hover {
    color: #F37139;
}

.landingpage .header-form img {
    width: 100%;
    max-width: 282px;
    height: auto;
    cursor: pointer;
}

/* Media Queries */
@media (max-width: 1334px) {
    .landingpage .header-form {
        display: flex;
        flex-direction: row;
        padding: 5.319%;
        gap: 7%;
    }
}

@media (max-width: 967px) {
    .landingpage .header-form {
        gap: 1.5rem;
        flex-direction: column;
    }

    .landingpage .header-form div:first-child {
        text-align: center;
        max-width: none;
    }
}

@media (max-width: 620px) {
    .landingpage .header-form .menu span {
        font-size: 14px;
    }
}

@media (max-width: 500px) {
    .landingpage .header-form .menu span {
        font-size: 11px;
    }
}

@media (max-width: 700px) {
    body h4 {
        font-size: 25px;
    }
}


@media (max-width: 500px) {
    body h4 {
        font-size: 20px;
    }
}

/*------ Modal ------*/
#hyk-success-content {
    display: none;
    background-color: transparent;
    border-radius: 40px;
    text-align: center;
    padding: 3rem 2.5rem;
    box-sizing: border-box;
    width: 1250px;
    height: 798px;
    max-width: 1154px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#hyk-success-content.hyk-active {
    display: flex;
    align-items: center;
    gap: 20%;
}

.title-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 13%;
}

.hyk-modal-check {
    width: 100%;
    max-width: 248px;
    height: auto;
    margin-bottom: 1.5rem;
}

.hyk-modal-title {
    font-size: 30px;
    font-weight: 800;
    color: #000000;
    margin: 0 0 15px;
}

.days-modal {
    color: #FF671D;
}

#hyk-success-content h3 {
    color: black;
    font-size: 50px;
    font-weight: 800;
}

#hyk-success-content h4 {
    color: black;
    font-size: 19px;
    font-weight: 300;
}

.hyk-modal-text {
    color: #000000;
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 2rem;
}

.hyk-modal-social {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    gap: 5.5%;
}

.hypk-social {
    display: flex;
    flex-direction: column;
    gap: 39%;
    width: 100%;
    align-items: center;
}

@media (max-width: 1400px) {
    #hyk-success-content {
        width: 1050px;
        height: 700px;
    }
}

@media (max-width: 1265px) {
    #hyk-success-content {
        width: 100%;
        height: auto;
    }

    .title-modal {
        gap: 25px;
    }

    .hyk-modal-text {
        margin: 0 0 11rem;
        font-size: 23px;
    }

    #hyk-success-content h3 {
        color: black;
        font-size: 40px;
        font-weight: 800;
    }
}

@media (max-width: 950px) {
    .title-modal {
        gap: 25px;
    }

    .hyk-modal-text {
        margin: 0 0 6rem;
        font-size: 20px;
    }

    #hyk-success-content h3 {
        color: black;
        font-size: 35px;
        font-weight: 800;
    }
}

@media (max-width: 825px) {
    .hyk-modal-text {
        font-size: clamp(15px, calc(1.111vw + 10.833px), 20px);
    }

    #hyk-success-content h3 {
        font-size: clamp(31px, calc(0.889vw + 27.667px), 35px);
    }

    #hyk-success-content h4 {
        font-size: clamp(15px, calc(0.889vw + 11.667px), 19px);
    }
}

@media (max-width: 650px) {
    #hyk-success-content {
        padding: 1%;
    }

    .hyk-modal-check {
        width: 34%;
        max-width: 248px;
        height: auto;
        margin-bottom: 1.5rem;
    }

    .hyk-modal-social img {
        width: 80%;
        height: auto;
    }

    .title-modal {
        gap: 20px;
    }
}

@media (max-width: 420px) {
    .hyk-modal-social img {
        width: 60%;
        height: auto;
    }

    .title-modal {
        gap: 15px;
    }

    .hyk-modal-text {
        margin: 0 0 5rem;
        font-size: 20px;
    }
}

@media (max-width: 964px) {
    .landingpage .footer-form {
        display: none;
    }
}

@media (max-width: 875px) {
    .especialist {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .desc3,
    #card-3 h1 {
        font-size: clamp(18px, calc(2.8vw + 4.75px), 38px);
    }

    #card-3 .desc3 {
        padding: 4% 5%;
    }

    #card-1 .title1 {
        padding-bottom: 2.06%;
    }
}

@media (max-width: 500px) {
    .main-forms .body-form form input[type=text] {
        margin-bottom: 0.8rem;
    }
}

@media (max-width: 400px) {

    .desc3,
    #card-3 h1 {
        font-size: 16px;
    }
}

@media (max-width: 300px) {

    .desc3,
    #card-3 h1 {
        font-size: 14px;
    }
}