html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    font-family: 'Poppins', Ardl, Helvetica, sans-serif;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

:root {
    --preto-100: #000000;
    --preto-50: #000104;
    --cinza-escuro: #0b0b0d;
    --azul-100-preto: #04040c;
    --azul-50-preto: #000814;
    --azul-escuro: #001219;
    --azul-medio: #005f73;
    --azul-claro: #006d77;
    --ciano-escuro: #0a9396;
    --ciano-claro: #94d2bd;
    --vermelho-escuro: #9b2226;
    --vermelho-claro: #ae2012;
    --laranja-escuro: #bb3e03;
    --laranja-claro: #ca6702;
    --amarelo-escuro: #ee9b00;
    --amarelo-claro: #fcbf49;
    --bege-escuro: #e9d8a6;
    --bege-claro: #eae2b7;
    --branco: #ffffff;
    --cinza: #e7ecef;
    --verde-whats: #25D366;
}


/* RESET CSS */
.section-header {
    max-width: 100vw;
    height: 100vh;
    background-image: url(../assets/background-header.jpg);
    background-size: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.container-header {
    position: fixed;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100vw;
    height: 8rem;
    background-color: transparent;
    transition: background-color 0.3s;
    color: var(--branco);
    padding: 0 2rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 1000;
}

header.sticky {
    background: var(--branco);
    z-index: 50;
}

header.sticky .navbar-item a,
header.sticky .logo {
    color: var(--preto-100);
}

.navbar {
    width: 100%;
    margin-right: 5rem;
}

/* Inicialmente, mostra a logo padrão e esconde a colorida */
.logo-colored {
    display: none;
}

.sticky .logo-default {
    display: none;
}

.sticky .logo-colored {
    display: block;
}

.navbar-list {
    display: flex;
    align-items: end;
    justify-content: end;
    flex-direction: row;
    gap: 3rem;
    color: var(--branco);
    z-index: 999;
    width: 100%;
}

.navbar-item a {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--branco);
}

.navbar-item a::after {
    content: '';
    width: 0;
    height: 2.5px;
    background: var(--ciano-escuro);
    margin: auto;
    display: block;
}

.navbar-item a:hover::after {
    width: 100%;
    transition: width .26s ease-in-out;
}

.section-slider {
    position: absolute;
    width: 55%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    top: 40%;
    left: 7.5%;
    color: var(--branco);
    gap: 1.6rem;
    z-index: 1;
}

.tittle-slider {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 200;
    z-index: 2;
}

.tittle-slider span {
    font-weight: 500;
    z-index: 3;
}

.text-slider {
    text-transform: uppercase;
    font-weight: 300;
    z-index: 4;
}

.btn-slider {
    background: linear-gradient(-90deg, var(--amarelo-escuro), var(--azul-claro));
    padding: 1rem 4rem;
    text-decoration: none;
    color: var(--branco);
    border-radius: 3px;
    transition: .27s ease-in-out;
}


.btn-slider:hover {
    background: none;
    border: 1px var(--branco) solid;
}

.back-section {
    width: 100%;
    height: 100%;
    background-image: url(../assets/background-section.jpg);
    background-size: 100vw;
    background-repeat: no-repeat;
}

#section-sobre-nos {
    overflow: hidden;
}

.grid-sobre-nos {
    display: grid;
    grid-template-columns: 50% 50%;
    height: 80vh;
    align-items: center;
    padding: 5rem 0;
}


.img-sobre {
    text-align: center;
}

.objetivos {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tittle-objetivos,
.tittle-servicos {
    font-size: 2.6rem;
    text-transform: uppercase;
    font-weight: 800;
    background: linear-gradient(-90deg, var(--amarelo-escuro), var(--azul-claro));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-objetivo {
    width: 30rem;
    margin: 2rem 0;
}

.list-objetivos {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.list-objetivos li {
    position: relative;
    padding-left: 2rem;
    display: flex;
    margin-bottom: 1.5rem;
}

.list-objetivos li::before {
    content: "";
    position: absolute;
    left: -10px;
    top: -7px;
    width: 30px;
    height: 30px;
    background-image: url(../assets/list-style.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.section-servicos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 3rem 0;
    overflow: hidden;
}

.cards-servicos {
    max-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4rem 0;
    gap: 4rem;
    flex-wrap: wrap;
}

.card {
    background: var(--branco);
    width: 300px;
    height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 4px 20px 1px;
    border-radius: 8px;
    transition: .27s ease-in-out;
    cursor: pointer;
}

.tittle-card {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--azul-medio);
    padding: 0 3rem;
    text-align: center;
}

.text-card {
    padding: 2.6rem;
    text-align: justify;
    font-weight: 300;
}

.card:hover {
    background: var(--azul-medio);
}

.card:hover .tittle-card {
    color: var(--amarelo-escuro);
}

.card:hover .text-card {
    color: var(--branco);
}

.section-contato {
    background-image: url(../assets/background-contate-nos.png);
    background-size: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.grid-contato {
    display: grid;
    height: 380px;
    color: var(--branco);
    grid-template-columns: 50% 50%;
    justify-items: center;
}

.info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10rem;
}

.subtittle-contato {
    text-transform: uppercase;
    font-weight: 200;
}

.tittle-contato {
    font-size: 2.6rem;
    text-transform: uppercase;
    font-weight: 800;
    margin: .8rem 0;
}

.text-contato {
    font-weight: 300;
}

.btns {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.btn {
    width: 280px;
    height: 160px;
    background: rgba(0, 8, 20, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    transition: .27s ease-in-out;
    cursor: pointer;
}

.tittle-btn {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.text-btn {
    font-weight: 300;
    margin-bottom: 2rem;
}

.btn:hover {
    background: var(--branco);
    color: var(--azul-medio);
}

.btn:hover .text-btn {
    color: var(--azul-medio);
    font-weight: 400;
}

.btn:hover .img-btn {
    filter: invert(75%) sepia(48%) saturate(1500%) hue-rotate(170deg) brightness(80%) contrast(110%);
}

.section-footer {
    display: flex;
    height: 100%;
    background: var(--azul-50-preto);
    color: var(--branco);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 3rem;
    overflow: hidden;
}

.grid-footer {
    display: grid;
    grid-template-columns: 25% 25% 50%;
    background: var(--azul-50-preto);
    color: var(--branco);
    gap: 3rem;

}

.grid-servicos {
    width: 100%;
}

.tittle-grid-servicos,
.tittle-grid-contato {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.list-grid-servicos,
.list-grid-contato {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: rgb(192, 192, 192);
    font-weight: 300;
}

.grid-info {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-right: 3rem;
    width: 380px;
    margin-left: 5rem;
}

.logo-footer {
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.text-footer {
    text-align: justify;
    font-weight: 300;
    color: rgb(192, 192, 192);
}

.copy {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    font-size: .7rem;
}

.contato-whats {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background-color: var(--verde-whats);
    border-radius: 50%;
    text-align: center;
    width: 2rem;
    height: 2rem;
    padding: 10px;
    box-shadow: -1px 1px 7px black;
    transition: background .27s ease-in-out;
}

.contato-whats:hover {
    background: #155d27;
}

.sticky-menu .line{
    background: var(--azul-100-preto);
}

/* MOBILE */

.mobile-menu div {
    width: 35px;
    height: 3px;
    background: var(--branco);
    margin: 8px;
    border-radius: 5px;
    display: none;
    transition: .27s;
}

.menu-hamburguer {
    cursor: pointer;
    z-index: 1001;
}

#toggle-2 {
    display: none;
}

#toggle-2:checked+.menu-hamburguer .line-1 {
    transform: rotate(-45deg) translate(-5px, 6px);
}

#toggle-2:checked+.menu-hamburguer .line-2 {
    transform: translateX(-50px);
    opacity: 0;
}

#toggle-2:checked+.menu-hamburguer .line-3 {
    transform: rotate(45deg) translate(-9px, -10px);
}

#toggle-2:checked~.navbar {
    display: block;
}

@media (max-width: 768px) {
    .mobile-menu div {
        display: block;
        background-color: white;
    }

    .navbar {
        position: fixed;
        top: 8rem;
        left: 0;
        right: 0;
        width: 50%;
        display: none;
        background: var(--branco);
        z-index: 2;
    }

    .navbar-list {
        display: flex;
        flex-direction: column;
        padding: 3rem;
    }

    .navbar-list a {
        color: var(--preto-100);
    }

    .section-header {
        height: 100vh;
        background-image: url(../assets/background-header.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .container-header {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: start;
    }

    .section-slider {
        position: inherit;
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        top: 30%;
        left: 7.5%;
        color: var(--branco);
        gap: 1.6rem;
    }

    .tittle-slider{
        width: 80vw;
        font-size: 2.4rem;
    }

    .text-slider{
        width: 80vw;
        font-size: .8rem;
    }

    .btn-slider{
        font-size: .8rem;
    }

    .grid-sobre-nos {
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .objetivos {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .tittle-objetivos,
    .tittle-servicos {
        text-align: center;
    }

    .text-objetivo {
        text-align: justify;
        width: 85vw;
    }

    .img-sobre {
        display: none;
    }

    .back-section {
        background-image: url(../assets/Group\ 2.png);
        background-repeat: no-repeat;
        background-position: center 25rem;
        overflow: hidden;
    }

    .section-contato {
        background-image: url(../assets/background-contate-nos.png);
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .grid-contato {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }

    .info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        width: 100vw;
        text-align: center;
    }

    .btns {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .grid-footer {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .grid-info,
    .grid-contato-footer,
    .grid-servicos {
        width: 80vw;
        margin: 0;
    }
}