﻿.modal-backdrop {
    z-index: 1!important;
}

section, footer {
    padding: 60px 0;
}
.institutional-button {
    line-height: 1.4;
    border: none;
    background: var(--primary);
    padding: 18px 40px;
    border-radius: 14px;
    font-size: 20px;
    color: white !important;
    font-weight: 600;
    outline: none !important;
    transition: 200ms ease-in-out;
    text-decoration: none !important;
    display: block;
    width: max-content;
}
.institutional-button:hover {
    transform: scale(1.05);
    background: var(--primary-hover);
}

.li-checked {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
}
.li-checked::before {
    content: "";

    --size: 18px;

    width: var(--size);
    height: var(--size);
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzNSAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0zIDE3LjY3NUwxMC41MjQgMjcuMDhMMzEuODQyIDIiIHN0cm9rZT0iI0Y0NjIzQSIgc3Ryb2tlLXdpZHRoPSI1LjciLz4NCjwvc3ZnPg0K");
    background-position: center;
    background-size: cover;
}

#section-one {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}
#section-one .subcontainer {
    background: #F7F7F7;
    border-bottom: 1px solid #D3D3D3;
    width: 100%;
}
html.dark #section-one .subcontainer {
    background: var(--dark-two);
    border-color: var(--dark-three);
}
#section-one .container {
    display: flex;
    align-items: center;
}
#section-one .text {
    padding: 40px 0;
}
#section-one .text h1 {
    margin: 0 0 20px;
    font-size: 46px;
    font-weight: 700;
    width: 100%;
    width: 700px;
}
#section-one .text h1 span {
    color: var(--primary);
}
#section-one .text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin: 30px 0;
    max-width: 82%;
}
#section-one .text p span {
    font-weight: 600;
}
#section-one ul {
    margin: 30px 0 40px;
    padding-left: 35px;
    list-style-type: none;
}
#section-one .image {
    margin: 0 0 0 -100px;
    height: calc(100vh - 65px);
    max-height: 740px;
}
#section-one .image {
    flex-shrink: 0;
}

/* SECTION SCORE */

#section-score {
}
#section-score .box {
    padding: 70px 80px;
    border-radius: 30px;
    border-radius: 34px;
    border: 1px solid var(--primary);
    background: linear-gradient(42deg, #FFEDE8 24.82%, rgba(255, 255, 255, 0.00) 151.93%);
}
html.dark #section-score .box {
    border: 1px solid var(--primary);
    background: linear-gradient(42deg, var(--dark-two) 24.82%, var(--dark-one) 151.93%);
}
#section-score .box .headline {
    display: flex;
    align-items: center;
    gap: 20px;
}
#section-score .box .headline img {
    height: 300px;
}
#section-score .box .headline .text {
    max-width: 560px;
}
#section-score .box .headline h2 {
    font-size: 40px;
    font-weight: 700;
    max-width: 400px;
    margin: 0 0 14px;
}
#section-score .box .headline h2 span {
    color: var(--primary);
}
#section-score .box .headline p {
    font-size: 16px;
    margin: 0 0 20px;
}
#section-score .box .headline p span {
    font-weight: 600;
}
#section-score .consulta-documento {
    margin: 0 auto;
    max-width: 700px;
}

/* SECTION TWO */
#section-two {
    padding: 80px 0;
}
#section-two .container {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#section-two h2 {
    font-size: 40px;
    font-weight: 600;
}
#section-two h2 span {
    color: var(--primary);
}
#section-two h6 {
    font-size: 24px;
    margin: 40px auto 30px;
    max-width: 620px;
    line-height: 1.5;
}
#section-two h6 span {
    font-weight: 700;
}
#section-two p {
    font-size: 24px;
    font-weight: 600;
    margin: 24px auto 10px;
    max-width: 600px;
}
#section-two video {
    width: 100%;
    max-width: 900px;
    aspect-ratio: 900 / 508;
    height: auto;
    background: #ffd1c5;
    border-radius: 20px;
    margin: 20px 0;
    object-fit: cover;
}
#section-two a {
    margin: 40px 0;
}
#section-two ul {
    display: grid;
    grid-template-columns: auto auto auto;
    text-align: left;
    gap: 10px;
    margin: 30px 0;
    list-style-type: none;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
}
#section-two ul li {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 12px 20px 12px 50px;
    border-radius: 14px;
}
#section-two ul li.li-checked::before {
    content: "";
    --size: 19px;
    width: var(--size);
    height: var(--size);
    position: absolute;
    left: 16px;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzNSAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0zIDE3LjY3NUwxMC41MjQgMjcuMDhMMzEuODQyIDIiIHN0cm9rZT0iI0Y0NjIzQSIgc3Ryb2tlLXdpZHRoPSI1LjciLz4NCjwvc3ZnPg0K);
    background-position: center;
    background-size: cover;
    top: 0;
    margin: auto;
}

/* SECTION THREE */

#section-three {
    background: #f5edec;
    padding: 120px 0;
}
html.dark #section-three {
    background: var(--dark-two);
}

#para-empresas {
    padding: 80px 0;
}
#section-three .container,
#para-empresas .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}
#section-three h2,
#para-empresas h2 {
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 30px;
    max-width: 500px;
}
#section-three h2 span,
#para-empresas h2 span {
    color: var(--primary);
}
#section-three .image,
#para-empresas .image {
    max-width: 500px;
    object-fit: contain;
    border-radius: 15px;
}
#section-three h3,
#para-empresas h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 0;
    color: var(--primary);
}
#section-three p,
#para-empresas p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 6px 0 0;
    max-width: 450px;
}
#section-three a,
#para-empresas a {
    margin: 40px 0 0;
}

/* SECTION FOUR */

#para-empresas {
    padding: 140px 0;
}
#para-empresas .container {
    gap: 100px;
}
#para-empresas p {
    margin: 0 0 40px;
}
#para-empresas label {
    font-size: 16px;
    display: block;
}

/* REVIEWS */

#reviews {
    padding: 100px 0;
    background-color: #f1e3e0;
}
html.dark #reviews {
    background: var(--dark-two);
}
#reviews .title {
    max-width: 700px;
    margin: 0 auto 60px;
}
#reviews .title h2 {
    font-size: 2.7rem;
    text-align: center;
}
#reviews .title h2 span {
    font-weight: 700;
    color: var(--primary);
}
#reviews .slider {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
#reviews .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    padding: 0 13vw;
}
#reviews .testimonial {
    flex: 0 0 300px;
    margin: 10px;
    max-width: 480px;
    border-radius: 10px;
    background: white;
    padding: 40px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
html.dark #reviews .testimonial {
    background: var(--dark-three);
}
#reviews .testimonial p {
    font-size: 1.35rem;
    margin-bottom: 15px;
    opacity: .8;
}
#reviews .testimonial:nth-of-type(2) p {
    font-size: 1.4rem;
}
#reviews .testimonial:nth-of-type(3) p {
    font-size: 1.2rem;
}
#reviews .testimonial:nth-of-type(4) p {
    font-size: 1.7rem;
}
#reviews .testimonial:nth-of-type(5) p {
    font-size: 1.4rem;
}
#reviews .testimonial:nth-of-type(6) p {
    font-size: 1.4rem;
}
#reviews .testimonial:nth-of-type(7) p {
    font-size: 1.4rem;
}
#reviews .testimonial:nth-of-type(8) p {
    font-size: 1.6rem;
}
#reviews .testimonial:nth-of-type(9) p {
    font-size: 1.4rem;
}
#reviews .testimonial:nth-of-type(10) p {
    font-size: 1.7rem;
}
#reviews .testimonial p span {
    font-weight: 700;
}
#reviews .testimonial h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
}
#reviews .stars {
    color: var(--primary);
    font-size: 1.2em;
}
#reviews button.prev, button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
    opacity: .7;
    transition: 200ms ease-in-out;
}
html.dark #reviews button {
    background: var(--dark-three);
}
#reviews button.prev {
    left: 10px;
}
#reviews button.next {
    right: 10px;
}
#reviews .dots {
    text-align: center;
    margin-top: 40px;
}
#reviews .dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
}
#reviews .dot.active {
    background-color: var(--primary);
}
#reviews button.prev,
#reviews button.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
    background-color: #fdcdc0;
    border: 1px solid var(--primary);
    backdrop-filter: blur(5px);
    cursor: pointer;
    z-index: 1;
    border-radius: 50%;
    font-size: 30px;
    width: 80px;
    height: 80px;
    outline: none;
}
#reviews button.prev:hover,
#reviews button.next:hover {
    opacity: 1;
}
#reviews button.prev {
    left: 5vw;
}
#reviews button.next {
    right: 5vw;
}

#contact {
    padding: 100px 0 120px;
    background-color: #FAFAFA;
}
html.dark #contact {
    background: var(--dark-three);
}
#contact .container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
#contact .contact-info {
    flex: 1;
    margin-right: 100px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#contact .contact-info h2 {
    font-size: 2em;
    margin-bottom: 10px;
}
#contact .contact-info h2 span {
    color: var(--primary);
}
#contact .contact-info p {
    font-size: 1.2em;
    margin: 40px 0 30px;
    opacity: .8;
}
#contact .contact-info a {
    text-decoration: none!important;
    cursor: pointer;
}
#contact .contact-info label {
    font-size: 1.4rem;
    display: block;
    margin: 0 0 20px;
}
#contact .contact-info label i {
    margin: 0 10px 0 0;
    color: var(--primary);
}
#contact .contact-form {
    flex: 1;
    border-radius: 10px;
}
#contact .contact-form label {
    margin: 5px 2px;
}
#contact .contact-form h2 {
    font-size: 2em;
    margin-bottom: 20px;
}
#contact .contact-form h2 span {
    color: var(--primary);
}
#contact .contact-form form {
    display: flex;
    flex-direction: column;
}
#contact .contact-form input,
#contact .contact-form textarea {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
    outline: none;
}
#contact .contact-form input:focus,
#contact .contact-form textarea:focus {
    border: 2px solid var(--primary);
}
#contact .contact-form textarea {
    resize: vertical;
}
#contact .contact-form button {
    width: 100%;
}

#footer {
    padding: 80px 0;
}
#footer .sections {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    margin: 60px 0 40px;
    padding-bottom: 40px;
}
#footer .section:nth-of-type(1) {
    flex: 2;
}
#footer .section:nth-of-type(2) {
    flex: 2;
}
#footer .section:nth-of-type(3) {
    flex: 1.5;
}
#footer .section h4 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
    margin: 40px 0 10px;
}
#footer .section h4:first-child {
    margin: 0 0 10px;
}
#footer .section p,
#footer .section a {
    font-size: 1.2rem;
    line-height: 1.6;
    opacity: .7;
    display: block;
    margin-bottom: 4px;
    text-decoration: none;
}
#footer .section a:not(.social):hover {
    text-decoration: underline !important;
}
#footer .redes-sociais {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}
#footer .redes-sociais a {
    --size: 40px;
    min-width: var(--size);
    max-width: var(--size);
    height: var(--size);
    border-radius: var(--size);
    background: var(--primary);
    opacity: 1;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 20px;
    color: white!important;
    opacity: .8;
}
#footer .redes-sociais a:hover {
    opacity: 1;
}
#footer .redes-sociais a i {
    font-size: 20px;
    color: white!important;
}
#footer .section p {
    margin-bottom: 15px;
}
#footer .section p.min {
    font-size: 14px;
    font-weight: 500;
}
#footer .footer-logo {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#footer .footer-logo img {
    width: 220px;
}
#footer .footer-logo label {
    text-align: center;
    font-size: 1.4rem;
    margin: 0 0 40px;
    max-width: 500px;
}
#footer .footer-logo label span {
    color: var(--primary);
}


/* RESPONSIBLE DESIGN */

@media (max-width: 1500px) {
    
    #section-one {
    }
    #section-one .text h1 {
        margin: 0 0 20px;
    }
    #section-one ul li {
        font-size: 18px;
    }
}


@media (max-width: 1300px) {
    #section-one .image {
        margin: 0 0 0 -10vw;
        right: 0;
    }
}

@media (max-width: 1200px) {

    #section-one .text h1 {
        width: 100%;
    }
    #section-three .container,
    #para-empresas .container {
        flex-direction: column;
        justify-items: center;
    }
    #section-three .container {
        flex-direction: column-reverse;
    }
    #section-three .container .text,
    #para-empresas .container .text {
        text-align: center;

    }
    #section-three .container .text > *,
    #para-empresas .container .text > * {
        
        margin-left: auto;
        margin-right: auto;
    }

    #section-three h2,
    #para-empresas h2 {
        max-width: 600px;
    }
    #section-three p,
    #para-empresas p {
        max-width: 100%;
    }
    #section-two ul
    {
        display: flex;
        flex-direction: column;
        max-width: 530px;
        margin: 0 auto;
    }

    #section-three h2,
    #para-empresas h2 {
        font-size: 40px;
        max-width: 400px;
    }
    #section-three p,
    #para-empresas p {
        max-width: 500px;
    }
    #section-one .image {
        margin: 0 auto;
    }
}

@media (max-width: 991px) {

    #section-one .container {
        flex-direction: column;
    }
    #section-one .text {
        padding: 40px 10px;
        max-width: 100%;
        margin: 0 auto;
    }
    #section-one .text h1 {
        margin: 0 0;
    }
    #section-one .text p {
        margin: 20px 0;
    }
    #section-one ul {
        margin: 30px 0 40px;
    }
    #section-one ul li {
        font-size: 16px;
    }
    #section-one .image {
        margin: 0 auto;
        height: initial;
    }

    #reviews .slider-wrapper {
        padding: 0 20vw;
    }

    #contact .container {
        flex-direction: column;
        gap: 60px;
    }
    #footer .sections {
        flex-direction: column;
        gap: 60px;
        padding: 40px;
    }

}

@media (max-width: 840px) {
    #section-one .subcontainer {
    }
    #section-one .text {
    }
    #section-one .text h1 {
        font-size: 36px;
        max-width: 460px;
        width: 100%;
    }
    #section-one .text p {
        font-size: 16px;
    }
    #section-one .text ul {
        margin: 20px 0 30px;
    }
    #section-one .text ul li {
        font-size: 16px;
    }
    #section-one .image {
        max-width: 100%;
        max-height: initial;
    }

    #section-two {
        padding: 60px 0 40px;
    }
    #section-two h2 {
        font-size: 32px;
        font-weight: 700;
        max-width: 350px;
    }
    #section-two h6 {
        font-size: 18px;
        margin: 15px auto 30px;
        max-width: 450px;
    }
    #section-two p {
        font-size: 18px;
        margin: 10px 0 0;
    }
    #section-two ul {
        margin: 20px auto;
        max-width: max-content;
    }
    #section-two ul li {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 14px;
    }

    #section-three,
    #para-empresas {
        padding: 80px 0;
    }
    #section-three .image,
    #para-empresas .image {
        max-width: 100%;
    }
    #section-three h2,
    #para-empresas h2,
    #reviews h2 {
        font-size: 30px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    #section-three p,
    #para-empresas p {
        font-size: 16px;
    }

    #para-empresas .container {
        gap: 60px;
    }
    #para-empresas label {
        font-size: 12px;
        font-weight: 600;
    }

    #contact {
        padding: 60px 0;
    }
    #contact .container {
        padding: 0 30px;
    }
    #contact .contact-info {
        margin: 0;
    }

    #section-three p,
    #para-empresas p {
        max-width: 400px;
    }
    #reviews .differentials {
        grid-template-columns: 1fr;
    }
    #reviews .title {
        max-width: 300px;
    }

    #section-score, #section-score .container {
        padding: 0!important;
        margin: 0;
    }
    #section-score .box {
        padding: 50px 30px;
        border-radius: 0;
        border: transparent;
    }
    #section-score .box .headline {
        flex-direction: column-reverse;
    }
    #section-score .box .headline h2 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {

}

@media (min-width: 576px) {

    #reviews .testimonial {
        flex: 0 0 400px;
    }

}

@media (max-width: 576px) {

    #empresasModal .modal-body {
        max-height: calc(100vh - 60px);
    }

    #section-two video {
        height: 280px;
        border-radius: 10px;
    }

    #reviews {
        padding: 60px 0;
    }
    #reviews .title h2 {
        font-size: 28px;
    }
    #reviews button.prev,
    #reviews button.next {
        width: 50px;
        height: 50px;
        font-size: 24px;
        line-height: 1.1;
    }
    #reviews .slider-wrapper {
        padding: 0 8vw;
    }
    #reviews button.prev,
    #reviews button.next {
        width: 60px;
        height: 60px;
    }
    #reviews button.prev {
        left: 10px;
    }
    #reviews button.next {
        right: 10px;
    }

    #section-score .box .headline h2 {
        font-size: 28px;
        max-width: 300px;
    }
    #section-score .box .headline a {
        width: 100%;
        text-align: center;
    }

}

@media (max-width: 480px) {
    #section-one .text {
        padding: 30px 10px;
    }
    #section-one .text h1 {
        font-size: 30px;
    }
    #section-one .text p {
        font-size: 16px;
        max-width: 100%;
    }
    #section-one .text ul {
        margin: 20px auto 30px;
        max-width: max-content;
        padding-left: 25px;
    }
    #section-one .text ul li {
        font-size: 14px;
        text-align: left;
    }
    #section-one .text a {
        width: 100%;
        text-align: center;
    }

    #section-two h2 {
        font-size: 28px;
        max-width: 320px;
    }
    #section-two h6 {
        font-size: 16px;
        max-width: 300px;
    }
    #section-two video {
        height: 200px;
    }
    #section-two p {
        font-size: 22px;
        max-width: 260px;
        line-height: 1.4;
    }
    #section-two ul {
        padding: 20px 0 0;
    }
    #section-two ul li {
        padding-left: 30px;
    }
    #section-two ul li::before {
        --size: 12px!important;
        left: 5px!important;
    }

    #section-three h3 {
        font-size: 16px;
    }

    #section-three p,
    #para-empresas p {
        font-size: 14px;
        max-width: 340px;
    }

}

@media (max-width: 420px) {
    #section-one .text {
    }
    #section-one .text h1 {
        font-size: 24px;
        margin: 10px 0;
    }
    #section-one .text p {
        font-size: 14px;
    }
    #section-one .text ul {
    }
    #section-one .text ul li {
        font-size: 13px;
    }
    #section-one .text ul li::before {
        --size: 12px;
        left: -22px;
    }
}