@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Sora", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;

    @media (max-width: 991px) {
        font-size: 12px;
        line-height: 20px;
    }
}

section.conteudo.banner {
    background-image: url(../imagens/fundo-limpo.png);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;

    @media (max-width: 991px) {
        background-image: url(../imagens/mobile/banner.png);
        height: 80vh;
    }
}

section.conteudo h2 {
    font-size: 45px;
    font-weight: normal;

    @media (max-width: 991px) {
        font-size: 22px;
        line-height: 159.7%;
    }
}

.texto-azul {
    color: #54CAE4 !important;
}

.texto-roxo {
    color: #4A155A !important;
}

.texto-roxo-claro {
    color: #9546B0 !important;
}

.bg-azul {
    background-color: #54CAE4;
}

section.conteudo.banner h2 {
    color: #ffffff;
}

section.conteudo.cases h2 {
    font-size: 34px;

    @media (max-width: 991px) {
        font-size: 23px;
    }
}

section.conteudo.cases h3 {
    font-size: 51px;
    font-weight: bold;

    @media (max-width: 991px) {
        font-size: 35px;
    }
}

section.conteudo.ajudar {
    background-image: url(../imagens/fundo-ajudar.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.ajudar-swiper .swiper-slide {
    height: auto;
}

.box-ajuda {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.box-ajuda {
    background-color: #ffffff;
    border-radius: 47px;
    font-size: 20px;
    color: #474747;

    @media (max-width: 991px) {
        font-size: 13px;
    }
}

section.conteudo.cruzamentos {
    background-image: url(../imagens/fundo-cruzamentos.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section.conteudo.cruzamentos p {
    font-size: 34px;
    line-height: 1.3;
    font-weight: 100;

    @media (max-width: 991px) {
        font-size: 13px;
    }
}

div.poligono {
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    min-height: 344px;
    clip-path: polygon(0 80%, 100% 85%, 100% 100%, 0% 100%);
    background-color: #4A155A;
}

div.info-poligono {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    display: none;
}

div.poligono p.nome,
div.poligono p.cta {
    color: #ffffff;
}

div.poligono p.nome {
    font-size: 25px;
}

.box-socio:hover {
    cursor: pointer;
}

.box-socio:hover div.poligono {
    transition: all .5s ease-in-out;
    background-color: #54CAE4;
    min-height: 844px;
}

.box-socio:hover div.poligono .info-poligono {
    display: block !important;
}

section.conteudo.contato {
    background-color: #F6F6F6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.box-form {
    background-color: #4A155A;
    color: #ffffff;
}

.form-control {
    border-radius: 5px;
}

.btn-trezna {
    border: 1px solid #54CAE4;
    background-color: #54CAE4;
    border-radius: 5px;
    font-size: 25px;
    color: #ffffff;
}

.btn-trezna:hover,
.btn-trezna:focus {
    border: 1px solid #54CAE4;
    background-color: #ffffff;
    color: #54CAE4;
}

footer {
    background-color: #4A155A;
    color: #ffffff;
}

.modal-socio .modal-dialog {
    margin-top: 5rem;
}

.modal .btn-close {
    background-color: #D9D9D9;
    color: #AAAAAA;
    padding: 15px;
    margin-right: 25px;
    margin-top: 15px;
    border-radius: 50%;
    opacity: 1;

    @media (max-width: 991px) {
        position: absolute;
        top: 15px;
        right: 15px;
        margin-right: 0;
        margin-top: 0;
    }
}

.modal .btn-close:hover,
.modal .btn-close:focus {
    background-color: #4A155A;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2354CAE4'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
}

.logo-swiper .swiper-wrapper{
    transition-timing-function: linear;
}

section.conteudo.sobre p{
    font-size: 20px;

    @media (max-width: 991px) {
        font-size: 16px;
    }
}

section.conteudo.clientes .swiper-wrapper {
    align-items: center;
}

@media (min-width: 1200px) {
    .container, .container-lg {
        max-width: 1140px;
    }
}

@media (max-width: 991px) {
    section.conteudo.banner h2 {
        font-size: 16px;
    }

    section.conteudo.banner img {
        width: 107px;
    }

    .box-ajuda img {
        width: 51.63px;
    }

    section.conteudo.clientes h2 {
        font-size: 28px;
    }

    .socios-swiper .swiper-slide {
        padding: 3rem;
    }

    .socios-swiper .swiper-slide-next {
        transform: translate3d(-30px, 0px, -400px) rotateX(0deg) rotateY(0deg) scale(1) !important;
    }

    .socios-swiper .swiper-slide-prev {
        transform: translate3d(30px, 0px, -400px) rotateX(0deg) rotateY(0deg) scale(1) !important;
    }

    footer img.icone {
        width: 39.61px;
    }

    section.conteudo.contato h3 {
        font-size: 16px;
    }

    .modal-socio .btn{
        font-size: 13px;
    }

    .swiper-slide-active div.info-poligono {
        display: block;
    }

    .swiper-slide-active .box-socio div.poligono {
        transition: all .5s ease-in-out;
        background-color: #54CAE4;
        min-height: 844px;
    }

    .container, .px-mobile{
        padding-left: 32.5px !important;
        padding-right: 32.5px !important;
    }
}