/* =====================================================
   RESET
===================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;

    font-family: Arial, Helvetica, sans-serif;

    color: #1f1f1f;

    background: #ffffff;

    -webkit-font-smoothing: antialiased;
}


/* =====================================================
   ACESSIBILIDADE
===================================================== */

.skip-link {
    position: absolute;

    top: -100px;
    left: 20px;

    background: #ffffff;

    color: #153b67;

    padding: 10px 15px;

    z-index: 9999;
}

.skip-link:focus {
    top: 10px;
}


/* =====================================================
   TOPO
===================================================== */

.topo {
    width: 100%;

    background: #ffffff;

    border-bottom: 1px solid #eeeeee;

    position: sticky;
    top: 0;

    z-index: 9999;

    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
}


.topo-container {
    width: 94%;

    max-width: 1400px;

    height: 100px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;
	
	
}

html {
    scroll-behavior: smooth;

    scroll-padding-top: 115px;
}

/* =====================================================
   LOGOTIPO
===================================================== */

.logo {
    display: flex;

    align-items: center;
}


.logo a {
    display: block;

    line-height: 0;
}


.logo img {
    width: 230px;

    max-width: 100%;

    height: auto;

    display: block;
}


/* =====================================================
   MENU
===================================================== */

.menu-principal {
    margin-left: auto;
}


.menu-principal ul {
    margin: 0;

    padding: 0;

    list-style: none;

    display: flex;

    align-items: center;

    gap: 28px;
}


.menu-principal li {
    margin: 0;

    padding: 0;
}


.menu-principal a {
    color: #153b67;

    font-size: 13px;

    font-weight: 600;

    text-decoration: none;

    letter-spacing: 0.5px;

    transition: color 0.25s ease;
}


.menu-principal a:hover {
    color: #0792bc;
}


/* =====================================================
   SUBMENU PRODUTOS
===================================================== */

.tem-submenu {
    position: relative;
}


.seta-menu {
    margin-left: 4px;
    font-size: 9px;
}


.submenu {
    position: absolute;

    top: 100%;
    left: 0;

    min-width: 230px;

    background: #ffffff;

    padding: 12px 0 !important;

    margin: 0;

    list-style: none;

    display: none !important;

    border-top: 3px solid #0792bc;

    box-shadow: 0 8px 20px rgba(0,0,0,0.10);

    z-index: 2000;
}


.tem-submenu:hover .submenu {
    display: block !important;
}


.submenu li {
    width: 100%;
}


.submenu li a {
    display: block;

    width: 100%;

    padding: 11px 20px;

    color: #153b67;

    font-size: 12px;

    font-weight: 600;

    white-space: nowrap;

    transition: all 0.2s ease;
}


.submenu li a:hover {
    background: #f4f6f8;

    color: #0792bc;
}


/* =====================================================
   BOTÃO
===================================================== */

.topo-contato {
    margin-left: 35px;
}


.btn-whatsapp {
    display: inline-block;

    padding: 14px 22px;

    background: #0792bc;

    color: #ffffff;

    text-decoration: none;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0.5px;

    border-radius: 3px;

    transition: background 0.25s ease;
}


.btn-whatsapp:hover {
    background: #153b67;
}

/* =====================================================
   QUEM SOMOS
===================================================== */

.quem-somos {
    width: 100%;
    padding: 50px 20px 55px 20px;
    background: #ffffff;
}


.quem-somos-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


/* =====================================================
   QUEM SOMOS + TRAÇOS
===================================================== */

.quem-somos-tag {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 16px;

    margin-bottom: 50px;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 12px;
    font-weight: 400;

    letter-spacing: 4px;

    color: #b8b8b8;

    text-transform: uppercase;
}


.quem-somos-tag:before,
.quem-somos-tag:after {
    content: "";

    width: 45px;
    height: 1px;

    background: #d0d0d0;
}


/* =====================================================
   TÍTULO
===================================================== */

.quem-somos h2 {
    max-width: 760px;

    margin: 0 0 35px 0;

    font-family: 'Oswald', Arial, Helvetica, sans-serif;

    font-size: 52px;
    line-height: 1.05;

    font-weight: 600;

    letter-spacing: -0.5px;

    color: #153b67;

    text-transform: uppercase;

    text-align: left;
}


/* =====================================================
   TEXTO
===================================================== */

.quem-somos-texto {
    width: 100%;
    max-width: 900px;

    margin: 0;
}


.quem-somos-texto p {
    margin: 0 0 22px 0;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 17px;
    line-height: 1.75;

    font-weight: 400;

    color: #555555;

    text-align: left;
}


/* =====================================================
   ASSINATURA
===================================================== */

.quem-somos-assinatura {
    margin-top: 38px;

    font-family: Arial, Helvetica, sans-serif;

    text-align: left;
}


.quem-somos-assinatura strong {
    display: block;

    margin-bottom: 5px;

    font-size: 16px;
    font-weight: 700;

    color: #153b67;
}


.quem-somos-assinatura span {
    display: block;

    font-size: 16px;
    font-weight: 700;

    color: #555555;
}


/* =====================================================
   RESPONSIVO INICIAL
===================================================== */

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

    .menu-principal ul {
        gap: 16px;
    }

    .menu-principal a {
        font-size: 11px;
    }

    .topo-contato {
        margin-left: 20px;
    }

}


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

    .topo-container {
        height: auto;

        min-height: 85px;

        flex-wrap: wrap;

        padding: 15px 0;
    }


    .logo img {
        width: 190px;
    }


    .menu-principal {
        width: 100%;

        order: 3;

        margin-top: 15px;
    }


    .menu-principal ul {
        justify-content: center;

        flex-wrap: wrap;

        gap: 15px;
    }

}
/* =====================================================
   TABLET
===================================================== */

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

    .quem-somos {
        padding: 85px 30px 90px 30px;
    }


    .quem-somos h2 {
        font-size: 44px;
    }

}


/* =====================================================
   CELULAR
===================================================== */

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

    .quem-somos {
        padding: 65px 24px 70px 24px;
    }


    .quem-somos-tag {
        margin-bottom: 16px;

        font-size: 10px;

        letter-spacing: 3px;

        gap: 10px;
    }


    .quem-somos-tag:before,
    .quem-somos-tag:after {
        width: 28px;
    }


    .quem-somos h2 {
        margin-bottom: 28px;

        font-size: 36px;
        line-height: 1.08;
    }


    .quem-somos-texto p {
        margin-bottom: 19px;

        font-size: 15px;
        line-height: 1.65;
    }


    .quem-somos-assinatura {
        margin-top: 30px;
    }


    .quem-somos-assinatura strong,
    .quem-somos-assinatura span {
        font-size: 14px;
    }

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

    html {
        scroll-padding-top: 150px;
    }

}