* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

.main-container {
    /* width: 100%; */
    height: 100%;
    position: absolute;
}

/* Cabeçalho */
header {
    background: linear-gradient(to right, #0a1f3c, #0d2b52);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px 180px; */
    position: fixed;
    width: 100%;
    max-height: 70px;
    z-index: 10;
}

@media screen and (max-width: 750px) {
    .padding-default {
        padding: 10px 40px !important;
    }

    .wallpaper-inicial {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    .wallpaper-inicial div {
        width: 100% !important;
    }

    .span-circle-experiencia {
        font-size: 26px !important;
    }

    h1 {
        font-size: 65px !important;
    }

    h3 {
        font-size: 35px !important;
    }

    .container-contatos {
        display: flex;
        flex-direction: column;
    }

    .container-contatos button {
        margin-top: 20px;
        font-size: 30px;
        padding: 30px 10px !important;
        font-weight: bold;
    }


    .span-diff-title {
        font-size: 28px !important;
    }

    .span-diff-subtitle {
        font-size: 24px !important;
        font-weight: 600;
    }

    .centralizador-de-container {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        flex-direction: column;
    }

    .centralizador-de-container .container-esquerdo,
    .centralizador-de-container .container-direito {
        width: 100%;
    }

    .centralizador-de-container .container-direito {
        margin-top: 50px;
    }

    .centralizador-de-buttons {
        flex-direction: column;
    }

    .centralizador-de-buttons button {
        width: 100%;
        font-size: 22px;
    }

    .pre-footer {
        padding: 50px 40px !important;
        text-align: center;
    }


    .title-service {
        font-size: 30px;
    }

    .subtitle-service {
        font-size: 24px !important;
    }

}

.padding-default {
    padding: 10px 180px;
}

.logo img {
    height: 60px;
}

nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

nav a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

nav a:hover {
    opacity: 0.7;
}

.btn {
    background-color: #e11d2e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.btn:hover {
    background-color: #c51625;
}

/* Wallpaper inicial */
.wallpaper-inicial {
    margin-top: 69px;
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding-top: 70px;
    padding-bottom: 70px;
}

/* VÍDEO DE FUNDO */
.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
}

/* OVERLAY ESCURO */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(
        to right,
        rgba(5, 21, 41, 0.95),
        rgba(5, 21, 41, 0.7),
        rgba(5, 21, 41, 0.3)
    );

    z-index: 1;
}

/* GARANTE QUE O CONTEÚDO FIQUE POR CIMA */
.wallpaper-inicial > *:not(.bg-video):not(.overlay) {
    position: relative;
    z-index: 2;
}

.wallpaper-inicial div {
    width: 100%;
}

.span-circle-experiencia {
    color: #f7c626;
    border: 1px solid #f7c626;
    background-color: #f7c6266e;
    border-radius: 40px;
    padding: 10px;
    font-size: 12px;
}

h1 {
    font-size: 50px;
    color: white;
}

h3 {
    font-weight: 500;
    color: rgb(179, 179, 179);
    font-size: 20px;
}

.color-primary-yellow {
    color: #f7c626;
}

.container-contatos {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-contato-wpp-inicio {
    background-color: #e11d2e;
    color: white;
    border: none;
}

.container-contatos a {
    font-style: none;
    text-decoration: none;
}

.container-contatos a button {
    min-height: 60px;
    padding: 10px 20px;
    margin-right: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: bold;
}

.btn-nossos-servicos-inicio {
    background: none;
    color: white;
    border: 1px solid white;
}


.container-estatisticas {
    display: flex;
    margin-top: 20px;
}

.container-estatisticas div {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
}

.estatisticas-title {
    font-size: 24px;
    color: white;
}

.estatisticas-subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

/* Diferenciais */

@media screen and (max-width: 750px) {
    .cards-diferenciais {
        flex-direction: column;
    }

    .card {
        width: 100% !important;
        padding: 50px !important;
    }

    .span-diferencial-1 {
        font-size: 28px !important;
    }

    .span-diferencial-2 {
        font-size: 48px !important;
    }

    .span-diferencial-3 {
        font-size: 24px !important;
    }
}

.container-diferenciais {
    width: 100%;
    /* height: 200px; */
    background: #F3F5F7;
}

.titulos-diferenciais {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 40px;
    text-align: center;
    /* margin-top: 50px; */
}

.span-diferencial-1 {
    margin: 8px;
    margin-top: 80px;
    font-weight: bold;
    color: #e11d2e;

}

.span-diferencial-2 {
    margin: 8px;
    font-size: 30px;
    font-weight: bold;
}

.span-diferencial-3 {
    margin: 8px;
    color: rgb(68, 68, 68);
    margin-bottom: 40px;
}

.cards-diferenciais {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 10px 180px; */
}

#container-main-cards-2 {
    padding-bottom: 80px !important;
}

.card {
    display: flex;
    flex-direction: column;
    width: 30%;
    background-color: rgb(253, 253, 253);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: .2s;
}

.card:hover {
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.15);
}

.span-diff-title {
    color: #051529;
    font-weight: bold;
    font-size: 18px;
    margin: 30px 0px;
}

.span-diff-subtitle {
    color: #576475;
    font-weight: 500;
    font-size: 16px;
}

.card span {}

/* Cards servicos */


@media screen and (max-width: 750px) {
    .container-cards-servicos {
        flex-direction: column;
    }

    .card-servico {
        width: 100% !important;
        padding: 60px !important;
    }


    .title-service {
        font-size: 34px !important;
    }

    .subtitle-service {
        font-size: 28px !important;
        font-weight: 500;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .card-servico ul li {
        font-size: 22px !important;
        font-weight: 500;
    }

    .btn-contato-wpp-servicos {
        width: 40%;
        font-size: 24px;
    }

    .container-footer-contatos {
        display: none !important;
    }

    .footer-top {
        flex-direction: column;
    }

    footer {
        padding: 50px 80px !important;
    }

    .footer-top div {
        width: 100% !important;
        margin-top: 40px;
        text-align: start;
    }

    .links-rapidos {
        align-items: start!important;   
    }
}

.span-diff-svg {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(12, 68, 141, 0.1);
    border-radius: 15px;
}

.span-diff-svg,
.span-diff-svg svg {
    transition: .2s;
}

.card:hover>.span-diff-svg {
    background: rgba(12, 68, 141, 1);
}

.card:hover>.span-diff-svg svg {
    fill: white;
}


.container-cards-servicos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards-servicos {
    width: 100%;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-servico {
    margin: 20px;
    display: flex;
    flex-direction: column;
    width: 25%;
    background-color: rgb(253, 253, 253);
    border-radius: 10px;
    padding: 20px;
    /* box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.05); */
    transition: .2s;
    border: 1px solid #dae0e7;
    /* background-color: #dae0e7; */
}

.card-servico:hover {
    /* box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.15); */
}

button {
    transition: .2s;
}

button:hover {
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.15);
}

.title-service {
    margin-top: 20px;
    color: #051529;
    font-size: 20px;
    font-weight: bold;
}

.subtitle-service {
    margin-top: 10px;
    color: #576475;
    font-size: 16px;
    font-weight: 500;
}

.card-servico ul li {
    color: #051529;
    font-size: 16px;
}

.btn-contato-wpp-servicos {
    padding: 20px;
    background-color: #e11d2e;
    color: white;
    border: none;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 50px 0px;
}

.btn-contato-wpp-servicos span {
    margin-left: 10px;
}

/* Quem somos */

.container-quem-somos {
    width: 100%;
    background-color: #02142C;
    color: white;
    /* padding: 100px 180px; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}

.container-esquerdo,
.container-direito {
    width: 48%;
    display: flex;
    flex-direction: column;
}

.span-quem-somos-1 {
    color: #F7C626;
    font-weight: 500;
    font-size: 14px;
}


.span-quem-somos-2 {
    color: white;
    font-weight: bolder;
    font-size: 36px;
}

.span-quem-somos-3,
.span-quem-somos-4,
.span-quem-somos-5 {
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    text-align: justify;

}

.container-direito .item {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0;
}

.item {
    display: flex;
    justify-content: space-between;
}

.item div {
    width: 85%;
}

.item div .title {
    color: #FFFFFF;
    font-size: 18px;
}

.item div .subtitle {
    color: rgba(255, 255, 255, 0.5);
}

.centralizador-de-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.horizontal-row {
    width: 80%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 60px;
}

.centralizador-de-metricas {
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-metrica {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 50px;
}

.quem-somos-title {
    color: #F7C626;
    font-weight: bolder;
    font-size: 36px;
}


.quem-somos-subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-weight: lighter;
    font-size: 18px;
}

.pre-footer {
    background-color: #0C448D;
    padding: 100px 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pre-footer-title {
    font-size: 36px;
    color: white;
    font-weight: bolder;
}

.pre-footer-subtitle {
    font-size: 18px;
    max-width: 700px;
    margin: 20px 0;
    color: rgba(255, 255, 255, 0.7);
    font-weight: lighter;
    text-align: center;
}

.centralizador-de-buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.centralizador-de-buttons button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px;
    margin: 10px;
    border-radius: 10px;
    border: none;
}

.centralizador-de-buttons button span {
    margin-left: 10px;
}

.centralizador-de-buttons .btn-1 {
    background-color: #F7C626;
    font-weight: bold;
}

.centralizador-de-buttons .btn-2 {
    color: white;
    background: none;
    border: 1px solid white;
}

/* footer */

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #02142C;
    padding: 50px 180px;
}

.footer-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    /* min-height: 100px; */
}

.footer-top div {
    width: 30%;
    display: flex;
    flex-direction: column;
}

footer span {
    color: rgba(255, 255, 255, 0.30);
}

.ul-footer {}

.ul-footer li {
    list-style: none;
    color: rgba(255, 255, 255, 0.5);
    margin: 5px 0;
    margin-left: -40px;
    display: flex;
    align-items: center;
}

.ul-footer li span {
    margin-left: 10px;
}

/* Perdidos */

.svg-item-servico:hover {
    fill: hsl(46 93% 56%) !important;
}

.span-diff-subtitle {}

.links-rapidos {
    display: flex;
    align-items: center;
}