/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); */

:root {
    --inter-font: "Inter", sans-serif;
}

body {
    font-family: var(--inter-font);
    scroll-behavior: smooth;
}

.w100 {
    width: 100%;
}

.btn-about-us {
    position: absolute;
    right: 0;
    top: 0;
    margin: 1rem;
    z-index: 2;
}

.btn-do-transparent {
    border: 1px solid #000;
    border-radius: 100px;

    font-size: 1.125rem;
    font-weight: 400;
    padding: .4rem 1.2rem;
    background: transparent;
}

.dark .btn-do-transparent {
    border: 1px solid #FFF;
    background: #FFF;
    color: #000;
}

.btn-do-transparent:focus {
    box-shadow: 0 0 0 0.25rem rgb(6 42 94 / 25%);
}

section.container-fluid {
    width: 98%;
}

section.main {
    padding-top: 4rem;
}

section.v-fluid {
    min-height: 100vh;
    position: relative;
}

section.v-fluid .logo {
    margin-bottom: 4rem;
}

section.v-fluid .title {
    font-size: 80px;
    font-weight: 800;
    line-height: 96px;
    letter-spacing: -0.01em;
    text-align: left;
    margin-bottom: 2rem;
}

section.v-fluid.dark {
    color: #FFF;
    background: #000;
}

section.v-fluid.dark .title,
section.v-fluid.dark .content .description {
    color: #FFF;
}

section.v-fluid.rlt .title,
section.v-fluid.rlt .content .description {
    text-align: end;
}

section.v-fluid .description {
    font-size: 25px;
    font-weight: 400;
    line-height: 37.5px;
    letter-spacing: -0.01em;
    text-align: left;
}


.counter-box {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 1rem;
}

.counter-box.left {
    left: 0;
}

.counter-box .details {
    border: 1px solid #000;

    width: 156px;
    height: 148px;

    display: grid;
    margin-left: 1.5rem;
}

.dark .counter-box .details {
    border: 1px solid #FFF;
}

.counter-box .details .info {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.counter-box .details .info .icon {
    font-size: 30px;
    font-weight: 500;
}

.counter-box .details .info .number {
    font-size: 100px;
    font-weight: 500;
    line-height: 120px;
}

.counter-box .details .description {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    margin: 0;
    text-align: center;
}

/* Media Queries */
@media screen and (min-width: 1024px) {}

@media screen and (max-width: 1023px) {
    .counter-box {
        display: block;
        position: relative;
        margin: 1rem 0 0 0;
    }

    .counter-box .details {
        width: 100%;
        display: grid;
        margin: 0 0 1rem 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    footer .title,
    section.v-fluid .title {
        font-size: 70px;
        line-height: 86px;
    }

    section.v-fluid .description {
        font-size: 20px;
        line-height: 32.5px;
    }

}

@media screen and (max-width: 767px) {

    footer .title,
    section.v-fluid .title {
        font-size: 50px;
        line-height: 66px;
    }

    section.v-fluid .description {
        font-size: 15px;
        line-height: 27.5px;
    }

    .do-executive,
    .do-politic {
        padding: 1rem 1rem 1rem 1rem !important;
    }

    .partners {
        display: grid !important;
    }

    .partners .image {
        margin-bottom: 1rem;
    }

}

.do-executive,
.do-politic {
    padding: 16rem 1rem 1rem 1rem;
}

.do-services {
    padding: 2.5rem;
}

.do-services .service {
    border-top: .5px solid #FFF;
    padding-top: 1.5rem;
    padding-bottom: .5rem;
}

.do-services .service .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: -0.01em;
}

.do-services .service .description {
    font-size: 25px;
    font-weight: 400;
    line-height: 37.5px;
    letter-spacing: -0.01em;
}

.partners {
    display: flex;
    justify-content: space-around;
    padding: 6rem 3rem;
}

.partners .image {
    width: 261px;
    height: 171px;
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners .image img {
    object-fit: cover;
    /* width: 100%; */
}

.main-about {
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 4rem;
}

.main-about p.description {
    text-align: justify;
    font-size: 1.563rem;
    font-weight: 400;
    line-height: 2.344rem;
    letter-spacing: -0.01em;
}

.main-corpotativo{

}
.swiper {
    width: 100%;
    height: 100%;
}


.swiper-slide {
    width: 80%;
}

.swiper-slide:nth-child(2n) {
    width:60%;
}

.swiper-slide:nth-child(3n) {
    width: 60%;
}

.slider {
    margin-bottom: 2rem;
    display: flex;
    overflow-x: scroll;
}

/* .swiper .slide{
    width: 100%;
} */

.swiper .slide p{
    margin: .5rem;
    line-height: 37.5px;
}

.swiper .slide .number{
    font-size: 6.25rem;
    font-weight: 700;
    line-height: 90px;
}

.swiper .slide .title{
    font-size: 1.563rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.swiper .slide .description{
    font-size: 1.3rem;
    font-weight: 400;
    text-align: justify;
}

.do-form{
    padding-top: 5rem;
}

.do-form input, textarea{
    width: 100%;
    border: 1px solid #000;
    margin-bottom: .5rem;
    padding: 1rem;
    color: #000;
}

.do-form input {
    height: 2.688rem;
}



footer {
    width: 100%;
    background: #000;
    padding: 2.5rem;
}

footer .title {
    font-size: 80px;
    font-weight: 500;
    line-height: 96px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #FFF;
}

footer .footer-link {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #5e5e5e;
    text-decoration: none;
}


/*# sourceMappingURL=../maps/vertical-layout-light/style.css.map */
::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}


::-webkit-scrollbar-track {
    background-color: #ADB5BD;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
}