:root {
    --form-col-gap: 10px;
    --contrate-gap: 130px;
}

.container {
    max-width: 1170px;
    margin: auto;
}



#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

#header .relative {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 3px 15px #00000029;
    padding: 30px 0;
}

#header nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header nav img {
    min-width: 50px;
    max-width: 113px;
    margin-right: 20px;
    object-fit: contain;
}

#menu {
    display: none;
}

#menu+label {
    display: none;
}

#header nav ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(133px, 1fr));
    gap: 78px;
    font-size: 22px;
    text-align: center;
}

#header nav ul a:not(.btn) {
    color: #505050;
}

#header nav ul a:not(.btn):hover {
    font-weight: 600;
}

#header .btn {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    background-color: #461BFF;
    color: #fff;
    padding: 12px 25px;
    border-radius: 10px;
    transition: all ease .3s;
    text-align: center;
}

#header .btn:hover {
    background-color: #22D896;
    color: #4624FB;
}

main {
    padding-top: 100px;
}



#campanha {
    background-color: #0D1055;
    color: #fff;
    padding: clamp(50px, 4.74vw, 90px);
    background-image: url('../images/banner-desk.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;

    aspect-ratio: 384 / 187;
}

#campanha div.container-banner-texto {
    width: clamp(360px, 28.42vw, 540px);
}

#campanha .maria-1 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-45%);
    width: clamp(480px, 36.6vw, 700px);
    object-fit: contain;
}

#campanha h1 {
    font-size: clamp(32px, 2.26vw, 43px);
    font-weight: 300;
    margin-bottom: 30px;
}

#campanha h1 .yellow {
    color: #FFBE00;
}

#campanha div.text {
    font-size: clamp(18px, 1.26vw, 24px);
    font-weight: 400;
    line-height: 1.5;
    max-width: clamp(240px, 15.26vw, 290px);
    position: relative;
    margin-bottom: 80px;
}

#campanha div.logo img {
    width: clamp(150px, 10vw, 190px);
    height: auto;
    margin-bottom: 10px;
}

#campanha div.logo p {
    font-size: clamp(24px, 1.58vw, 30px);
    font-weight: 400;
    line-height: 1;
}

#campanha div.text p {
    margin-bottom: 20px;
}

#campanha div.text strong {
    font-weight: bold;
    color: #FFBE00;
}

#campanha .floating {
    font-size: 20px;
    line-height: 1.2em;
    max-width: 7em;
    position: relative;
    top: -320px;
    left: 1140px;
}




#video .bg-img {
    background-color: #f2f2f2;
    padding: 120px 0;
}

#video .bg-img .content {
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
}

#video .bg-img .content .text {
    display: flex;
    gap: 3em;
}

#video .bg-img .content .text img {
    position: relative;
    top: 1em;
}

#video .bg-img .content .text h2 {
    max-width: 5em;
    font-style: italic;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.2em;
}

#video .bg-img .content .text h2 strong {
    font-weight: 900;
    color: #461bff;
}




.iframe-holder {
    background-color: #000;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto, cover;
    cursor: pointer;
    font-size: 2.5vw;
    width: 16em;
    min-height: 9em;
    position: relative;
}

.iframe-holder.clicked {
    cursor: default;
    background-image: none !important;
}

.iframe-holder iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}



#info {
    background: url(../images/fundo-2.jpg);
    background-size: cover;
    color: #fff;
    font-size: 55px;
    font-weight: 600;
    position: relative;
    padding: clamp(110px, 8.4vw, 120px) 0 clamp(120px, 12.1vw, 210px);
}

#info .container {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: clamp(90px, 7.7vw, 120px);
}

#info .maria-2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-90%);
    width: clamp(460px, 42.5vw, 780px);
    object-fit: contain;
}

#info p {
    font-size: clamp(26px, 2.5vw, 40px);
    font-weight: 400;
    line-height: clamp(1.1em, 3vw, 1.5em);
    text-align: end;
}

#info p span.yellow {
    font-weight: 600;
    color: #FFBE00;
}

#info p span.big {
    font-weight: 900;
    font-size: 1.2em;
    line-height: 1.1;
}

#info p.bigger {
    font-size: clamp(26px, 2.5vw, 50px);
    line-height: 1.1;
}



#vantagens {
    padding: 66px 0 150px;
}

#vantagens .title {
    font-size: 38px;
    font-style: italic;
    font-weight: 500;
    text-align: center;
    margin-bottom: 96px;
    line-height: 1.2em;
}

#vantagens .title strong {
    font-weight: 900;
    color: #461BFF;
}

#vantagens .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 60px;
    max-width: 1070px;
    margin: auto;
    align-items: center;
}

#vantagens .boxes .box {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: clamp(16px, 1.32vw, 25px);
    text-align: center;
    line-height: 1.2;
    gap: 20px;
}

#vantagens .boxes .box img {
    height: 110px;
    width: auto;
}

#vantagens .boxes .line {
    border-left: solid #B9B9B9 2px;
    padding: 88px 0;
}

#contrate {
    background: linear-gradient(180deg, #461BFF 0%, #2664FF 100%);
    color: #fff;
    padding: 60px 0;
}

#contrate .columns {
    display: flex;
    gap: var(--contrate-gap);
    margin-bottom: 37px;
}

#contrate .column-banner {
    width: calc(45% - (var(--contrate-gap) / 2));
}

#contrate .column-form {
    width: calc(55% - (var(--contrate-gap) / 2));
}

#contrate .title {
    font-size: 41px;
    line-height: 1.2em;
    font-weight: 600;
    margin-bottom: 20px;
}

.only-mobile {
    display: none;
}

#contrate .contact-section {
    border-top: solid #fff 2px;
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 50px;
    font-weight: 600;
    gap: 36px;
    flex-wrap: wrap;
}

#contrate .contact-section.two-phones {
    row-gap: 40px;
}

#contrate .contact-section.two-phones>span {
    width: 100%;
    text-align: center;
}

#contrate .contact-section.two-phones .phone {
    font-size: 32px;
}

#contrate .contact-section.two-phones .phone span {
    font-size: clamp(12px, 1.1vw, 20px);
    font-weight: 300;
}

#contrate .contact-section.two-phones .phone span.small {
    font-size: clamp(10px, 0.9vw, 16px);
}

#contrate .contact-section.two-phones .phone .phone-container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: clamp(42px, 3.4vw, 65px);
}

#contrate .contact-section.two-phones .phone .phone-container img {
    max-height: 75px;
    width: fit-content;
}

#contrate .phone {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 64px;
    font-weight: 700;
}

#contrate .phone img {
    object-fit: contain;
}



.slick-list {
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0;
}

.slick-slide {
    border: solid #fff 1px;
    border-radius: 16px;
    object-fit: contain;
    height: auto;
}

.slick-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
}

.slick-dots li.slick-active button {
    background-color: #fff;
}

.slick-dots li button {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    color: transparent;
    font-size: 0;
    height: 15px;
    width: 15px;
}


form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px var(--form-col-gap);
    position: relative;
}

form input,
form select {
    font-size: 18px;
    font-weight: 500;
    padding: 19px 15px;
    border: none;
    border-radius: 8px;
}

form .w-full {
    display: inline-block;
    width: 100%;
    position: relative;
}

form .w-half {
    display: inline-block;
    width: calc(50% - var(--form-col-gap) / 2);
}

form label {
    font-size: 18px;
}

form label input {
    width: 22px;
    height: 22px;
    vertical-align: sub;
    margin-right: 8px;
}

form label.t-small {
    font-size: 14px;
    line-height: 1.3em;
}

form label input[type='checkbox'] {
    opacity: 0;
}

form label .custom-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: solid 2px #fff;
    border-radius: 4px;
}

form label .custom-checkbox:after {
    content: "";
    position: absolute;
    display: none;
    left: 33%;
    top: 0px;
    font-size: 8px;
    width: 1em;
    height: 2em;
    border: solid white;
    border-width: 0 0.5em 0.5em 0;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

form label input[type='checkbox']:checked+.custom-checkbox:after {
    display: block;
}

form .btn-submit {
    font-size: 18px;
    font-family: 'Amil Typeface';
    text-transform: uppercase;
    font-weight: 700;
    background-color: #fff;
    color: #000;
    padding: 15px 64px;
    border-radius: 15px;
    border: none;
    margin-left: auto;
}

form.sending {
    color: rgba(255, 255, 255, 0.2);
    justify-content: center;
    align-items: center;
}

form.sending .arrow,
form.sending input,
form.sending select,
form.sending button {
    opacity: 0.2;
}

form.sending .loading {
    display: block;
}

form input[type=text].invalid,
form input[type=email].invalid,
form select.invalid {
    border: solid #f00 1px;
    color: #f00;
}

form input[type=text].invalid::placeholder,
form input[type=email].invalid::placeholder {
    color: #f00;
}

.hidden,
input[type=checkbox].hidden+label {
    display: none !important;
}

.backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0004;
    display: flex;
    align-items: center;
    justify-content: center;
}

.backdrop .modal {
    max-width: 320px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 10px #0004;
}

.backdrop .modal .icon {
    font-size: 3.4em;
}

.backdrop .modal button {
    font-family: 'Amil Typeface';
    font-weight: 700;
    background-color: #461bff;
    color: #fff;
    padding: 12px 25px;
    border-radius: 15px;
    border: none;
}



#footer {
    background-color: #0F0D59;
    color: #fff;
    padding: 42px 0;
}

#footer .social-wrapper {
    display: flex;
    justify-content: center;
    gap: 64px;
    font-size: 30px;
    margin-bottom: 22px;
}

#footer .social-wrapper .fa-tiktok {
    color: #0F0D59;
    background-color: #fff;
    border-radius: 100%;
    padding: 0.3em;
    width: 1.5em;
    height: 1.5em;
    font-size: 20px;
    vertical-align: top;
}

#footer .link-title {
    display: none;
}

#footer .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 13px;
    gap: 22px;
    margin-bottom: 22px;
}

#footer .info a {
    color: #00ADFF;
    text-decoration: underline;
}

#footer .container-ans {
    display: flex;
    justify-content: center;
}

.erro-captcha {
    display: none;
    border: 1px solid red;
    border-radius: 6px;
    padding: 8px 10px;

    background-color: white;
    color: red;
    font-weight: 500;
}

.erro-captcha.visible {
    display: block;
}

.loading {
    border: 12px solid #fff4;
    border-top: 12px solid #ffff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 0.8s linear infinite;
    -moz-animation: spin 0.8s linear infinite;
    -webkit-animation: spin 0.8s linear infinite;
    position: absolute;
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}