@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@100;300;400;500;700&display=swap');

@font-face {
    font-family: 'Motiva Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../font/MotivaSans-Thin-1.woff2') format('woff2');
}

@font-face {
    font-family: 'Puffin Light';
    font-style: normal;
    font-weight: 400;
    src: url('../font/Puffin-Display-Light.woff') format('woff');
}

@font-face {
    font-family: 'Puffin Medium';
    font-style: normal;
    font-weight: 400;
    src: url('../font/Puffin-Display-Medium.woff') format('woff');
}


/* desaparecer o recapcha */
.grecaptcha-badge {
    display: none !important;
}

/* mesma proporcao em fotos nao interessa o tamanho  */
.img-proporcao {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Paginator */
.paginator {
    text-align: right;
}

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.pagination li {
    margin: 0 0.5rem;
}

.prev.disabled a,
.next.disabled a {
    cursor: not-allowed;
    color: #606c76;
}

.asc:after {
    content: " \2193";
}

.desc:after {
    content: " \2191";
}

::-webkit-scrollbar {
    width: 5px;
    /* largura da barra de rolagem */
}

::-webkit-scrollbar-thumb {
    background-color: #ff7e00;
    /* cor do "ponteiro" da barra de rolagem */
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* cor do fundo da barra de rolagem */
}

.img-banners {
    /* tem que ter 100vw e 100vh sem tirar a proporcao */
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    animation: zoom-out 10s infinite alternate;
}

.hover-border-laranja {
    border-bottom: 3px solid transparent;
    transition: all .7s ease-in-out;
}

.hover-border-laranja:hover {
    border-bottom: 3px solid #ff7e00;
    transition: all .7s ease-in-out;
}

.cursor-pointer {
    cursor: pointer !important;
}

@keyframes zoom-out {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.puffin-light {
    font-family: 'Puffin Light', sans-serif !important;
}

.puffin-medium {
    font-family: 'Puffin Medium', sans-serif !important;
}

.motiva-sans-thin {
    font-family: 'Motiva Sans', sans-serif !important;
}

.caracteres-mais-separados {
    letter-spacing: 5px;
}

.navegacao-franquias-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 170px;
}

.navegacao-franquias-web {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 220px;
    height: 100vh;
}


.navbar-toggler {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus {
    outline: none !important;
    border: none !important;
}

.navbar-toggler:active {
    outline: none !important;
    border: none !important;
}

.div-cards-sobre {
    height: 500px;
}



.nav-link {
    border-bottom: 1px solid transparent !important;
    font-weight: 600;
    transition: all .7s ease-in-out;
}

.nav-link:hover {
    border-bottom: 1px solid #ff7e00 !important;
    color: #ff7e00 !important;
    transition: all .7s ease-in-out;
}

.monsterrat {
    font-family: 'Montserrat', sans-serif !important;
}

.roboto {
    font-family: 'Roboto', sans-serif !important;
}

.space-mono {
    font-family: 'Space Mono', monospace !important;
}

.roboto-mono {
    font-family: 'Roboto Mono', monospace !important;
}

.fonte-quadrada {
    font-family: monospace;
}

.text-justify {
    text-align: justify !important;
}

.vh-50 {
    height: 50vh;
}

.vh-70 {
    height: 70vh;
}

.vh-90 {
    height: 90vh;
}

.vh-80 {
    height: 80vh;
}

.overflox-x-hidden {
    overflow-x: hidden !important;
}

.icones-home {
    height: 100px;
}

.hover-zoom {
    transition: all .3s ease-in-out;
}

.hover-zoom:hover {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.hover-escurece {
    transition: all .5s ease-in-out;
}

.hover-escurece:hover {
    filter: brightness(0.5);
    transition: all .5s ease-in-out;
}

.hover-clareia {
    transition: all .5s ease-in-out;
    filter: brightness(0.5);
}

.hover-clareia:hover {
    filter: brightness(0.8);
    transition: all .5s ease-in-out;
}

.img-sobe-1 {
    height: 100vh !important;
}



.bg-translucido {
    background-color: rgba(0, 0, 0, 0.5);
}

.escuro {
    color: #141517;
}

.bg-escuro {
    background-color: #272727;
}

.azul-escuro {
    color: #000d2e !important;
}

.laranja {
    color: #ff7e00 !important;
}

.bg-azul-escuro {
    background-color: #000d2e;
}

.bg-laranja {
    background-color: #ff7e00;
}

.btn-azul-escuro {
    background-color: #000d2e;
    color: #fff;
}

.btn-azul-escuro:hover {
    background-color: #1b275a;
    color: #fff;
}

.btn-laranja {
    background-color: #ff7e00;
    color: #fff;
}

.btn-laranja:hover {
    background-color: #fd683f;
    color: #fff !important;
}

.bg-verde-agua {
    background-color: #65cfa9;
}

.gold {
    color: #ddc68b !important;
}

.bg-gold {
    background-color: #ddc68b;
}

.btn-gold {
    background-color: #ddc68b;
    color: #00123c;
}

.btn-gold:hover {
    background-color: #e8d9a0;
    color: #00123c;
}

.btn-fixo-wpp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #25d366;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
    text-decoration: none;
}


.btn-fixo-wpp:hover {
    background-color: #17853f;
    color: #fff;
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}



.border-laranja {
    border: 1px solid #ff7e00 !important;
}

.border-transparent {
    border: 1px solid transparent;
}

.circulo-30 {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg-fundo-sobre {
    background-image: url('../img/bg-fundo-sobre.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
}


.text-azul {
    color: #001f74;
}

iframe {
    width: 100% !important;
}

.sombra-small {
    box-shadow: 0px -10px 10px 0px rgba(0, 0, 0, 0.2);
}

.bg-cinza {
    background-color: #dbdbdb;
}

.bg-mobile-light {
    background-color: transparent;
}

.fonte-home {
    font-size: 100px;
    font-weight: 600;
    color: #fff;
}

.carousel-servicos {
    height: 200px;
}

.hover-dark {
    background-color: #141517 !important;
    color: #fff;
    transition: all .7s ease-in-out;
}

.hover-dark:hover {
    background-color: #303030 !important;
    color: #fff;
    transition: all .7s ease-in-out;
    filter: brightness(1.5);
}

input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 10px;
    background: #303030;
    border-radius: 5px;
    outline: none;
    margin: 10px 0;
    transition: all 0.7s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 30px;
    height: 30px;
    background: #ff7e00;
    border: 5px solid #303030;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:hover {
    background: #ff7e00;
    border: 5px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
}

input[type="range"]::-webkit-slider-thumb:focus {
    background: #ff7e00;
    border: 5px solid #1f1f1f;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.7s ease-in-out;
}

.fonte-numeros {
    font-size: 120px;
    font-weight: 600;
}

.div_pai_timeline {
    cursor: pointer;
}

#div_suprema_timeline {
    flex-wrap: nowrap;
}

.div_conteudo_sobre {
    margin-top: 100px;
}

.div_conteudo_sobre {
    max-width: 40vw;
}

.divs-projetos-home {
    width: calc(100% / 4);
}

.divs-projetos-interna {
    width: calc(100% / 2);
}

.img-projetos-interna {
    height: 600px;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.imgs-rotacionam {
    width: calc(50% - 20px);
}

@media (max-width: 1800px) {
    .navegacao-franquias-mobile {
        display: block;
    }

    .navegacao-franquias-web {
        display: none;
    }
}



/* maior de 992 */
@media (max-width: 992px) {
    .bg-mobile-light {
        background-color: #f5f5f5;
    }

    .icones-home {
        height: 45px;
    }

    .fonte-home {
        font-size: 35px;
    }


    .carousel-servicos {
        height: 400px;
    }

    .fonte-numeros {
        font-size: 50px;
        font-weight: 600;
    }

    #div_suprema_timeline {
        flex-wrap: wrap;
    }

    .div_conteudo_sobre {
        margin-top: 50px;
    }

    .div_conteudo_sobre {
        max-width: 100%;
    }

    .divs-projetos-home {
        width: calc(100% / 2);
    }

    .divs-projetos-interna {
        width: calc(100% / 1);
    }

    .img-projetos-interna {
        height: 300px;
    }

    .imgs-rotacionam {
        width: calc(50% - 20px);
    }

    .img-sobe-1 {
        width: 100% !important;
        height: 400px !important;
    }

    .div-cards-sobre {
        height: 100%;
    }
}