﻿html {
    font-size: 1.2rem;
}

* {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
    font-size: 1rem;
}

a {
    text-decoration: none;
}

ul li {
    list-style: none;
}

    ul li a {
        color: white;
        text-decoration: none;
    }

figure {
    margin: 0px !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body::-webkit-scrollbar {
    width: 12px;
}

body::-webkit-scrollbar-track {
    background: #f4f4f4;
}

body::-webkit-scrollbar-thumb {
    background-color: #d3d2d2;
    border-radius: 100px;
}

/*  Estilo do Topo  */

.topo {
    background-color: #06172F;
}

.topo_navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .7rem 2rem;
    color: #fff;
    width: 100%;
    margin: 0 auto;
}

.topo-conteudo {
    width: 100%;
    margin-bottom: 1.4rem;
}

.topo-conteudo_container {
    width: 100%;
}

.topo-conteudo_info {
    width: 100%;
    height: 110vh;
    color: black;
    background-image: linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url("../imagens/Colaboradores/capa.png");
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    position: relative;
}

    .topo-conteudo_info::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 19vw;
        background-image: url("../imagens/fundo-onda.png");
        background-position: top bottom;
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: 2;
    }

.topo-conteudo-descritivo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 1rem;
    padding: .2rem 1rem;
    width: 100%;
}

.topo-conteudo_info.topo-conteudo-descritivo h1 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    width: 50%;
    margin-top: 12vh;
    margin-bottom: 0;
}

.topo-conteudo-descritivo h1 .texto-azul {
    color: #3FAFD5;
    font-size: 2.5rem;
}

.topo-conteudo-descritivo small {
    display: inline-block;
    width: 50%;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}

.topo-conteudo-descritivo button {
    font-size: 1rem;
}

.logo {
    font-size: 1rem;
    padding-left: 1rem;
}

.menus {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
}

    .menus ul {
        display: flex;
        list-style: none;
        gap: 1.5rem;
        margin: 0px;
    }

    .menus a {
        color: white;
        font-weight: 600;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .menus a:hover {
            color: #fff;
            text-decoration: none;
        }

    .menus .menus-fale_engenheiro {
        width: max-content;
        margin: 0 auto;
    }

.botao-redondo {
    color: #fff;
    border-radius: 5rem;
    padding: 8px 12px;
    text-decoration: none;
    font-weight: 600;
}

.botao-quadrado {
    color: #fff;
    border-radius: 1rem;
    padding: 8px 12px;
    text-decoration: none;
    font-weight: 600;
}

.btn-azul-claro {
    border: 1px solid #3FAFD5;
    background-color: #3FAFD5;
}

/* Hamburger button hidden by default */
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    gap: 5px;
}

    .hamburger span {
        height: 3px;
        width: 25px;
        background-color: white;
        transition: all 0.3s ease;
    }

.info {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
    justify-content: space-between;
    padding: .9rem 1rem;
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.info-container {
    max-width: 1200px;
    margin: 0 auto;
}

.info-esquerda {
    width: 100%;
    display: grid;
    gap: 1rem;
}

.info-direita {
    width: 100%;
}

.info-conteudo {
    width: 100%;
}

    .info-conteudo .info-conteudo_titulo {
        font-size: 1.8rem;
        color: #333;
        margin-bottom: .3rem;
    }

    .info-conteudo .info-conteudo_descricao {
        width: 100%;
        padding: .9rem 0;
        margin: .5rem 0;
        font-size: 1.3rem;
        font-weight: 400;
    }

.solucoes {
    width: 100%;
    background-color: #06172F;
    padding: 3.2rem 1rem;
    margin-top: 2rem;
}

.solucoes-container {
    max-width: 1200px;
    margin: 0 auto 1rem;
}

.solucoes-conteudo {
    width: 100%;
    padding: 0 .9rem;
}

.solucoes-conteudo_titulo {
    font-size: 1.8rem;
    color: #fff;
    margin-bottom: .3rem;
}

.solucoes-conteudo_descricao {
    width: 100%;
    padding: .9rem 0;
    margin: .5rem 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff !important;
}

.obras {
    width: 100%;
    background-color: #fff;
    padding: 3.2rem 1rem;
    margin-top: 0;
}

.obras-container {
    max-width: 1200px;
    margin: 0 auto 1rem;
}

.obras-conteudo {
    width: 100%;
    padding: 0 .9rem;
}

.obras-conteudo_titulo {
    font-size: 1.8rem;
    color: #333;
    margin-bottom: .3rem;
}

.obras-conteudo_descricao {
    width: 100%;
    padding: .9rem 0;
    margin: .5rem 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: #333 !important;
}

.obras-item {
    background: #f9f9f9;
    box-shadow: 4px 4px 6px 2px rgba(0, 0, 0, 20%);
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
}

    .obras-item:hover, .obras-item:hover:focus, .obras-item:active {
        background: #06172f12;
        text-decoration: none;
    }

    .obras-item:hover .obras-item__titulo, .obras-item:hover:focus .obras-item__titulo, .obras-item:active .obras-item__titulo {
        color: #3FAFD5;
    }

.obras-item__titulo {
    font-size: 1em;
    color: #333;
    padding: 15px 10px;
    margin: 0;
    transition: 0.3s;
}

.obras-item__imagem {
    display: block;
    position: relative;
    aspect-ratio: 1.3125;
}

    .obras-item__imagem img {
        width: 100%;
        height: 100%;
        object-fit: cover !important;
        position: absolute;
        inset: 0;
        filter: unset !important;
        max-height: unset !important;
    }

.obras-grid {
    display: grid;
    grid-gap: 30px;
    padding: 20px;
}

.obras__conteudo .carousel-item {
    min-height: 19em;
}

.obras__conteudo .carousel-control-prev, #obras .carousel-control-next {
    display: none;
}

.feedback-grid {
    display: grid;
    grid-gap: 30px;
    padding: 20px;
}

.tecnologia__descricao {
    width: 100%;
    padding: .9rem 0;
    margin: .5rem 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: #333 !important;
    max-width: 30em;
}

.tecnologia-grid {
    display: grid;
    grid-gap: 30px;
}

.tecnologia-imagem {
    background-color: #06172f;
    padding: 14px;
    border-radius: 18px;
}

.tecnologia-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
}

.orcamento-grid {
    display: grid;
}

.cartoes-container {
    display: grid;
    gap: 2rem;
    margin: 0 auto;
}

.cartoes-items {
    display: grid;
    justify-content: center;
    align-content: center;
    grid-gap: 15px;
    background-color: #fefefe;
    max-width: 280px;
    min-height: 280px;
    padding: 2rem .9rem;
    box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 20%);
    text-align: center;
    border-radius: 4px;
}

    .cartoes-items article h4 {
        margin-bottom: 7px;
        font-size: 1.6rem;
        color: #3FAFD5;
    }

    .cartoes-items article span {
        margin-top: 2px;
        font-size: 1.2rem;
        color: #444;
    }

    .cartoes-items figure {
        text-align: center;
    }

        .cartoes-items figure img {
            width: 60px;
            height: 60px;
        }

.borda-texto {
    width: 200px;
    height: 4px !important;
    background-color: #3FAFD5;
    border-radius: .8rem;
    border-top: none !important;
    opacity: 1;
}

    .borda-texto.branco {
        background-color: #fff;
    }

@media (min-width: 1200px) {
    .topo_navbar {
        max-width: 1200px;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    .topo-conteudo_info {
        height: 100vh;
        background-position: center right;
    }

        .topo-conteudo_info::after {
            bottom: -2vh;
            height: 30vw;
        }

        .topo-conteudo_info.topo-conteudo-descritivo h1 {
            font-size: 1.8rem;
            width: 50%;
            margin-top: 2.5rem;
        }

    .topo-conteudo-descritivo h1 .texto-azul {
        font-size: 1.8rem;
    }

    .topo-conteudo_info.topo-conteudo-descritivo small {
        font-size: .9rem;
        width: 50%;
    }

    .topo-conteudo_info.topo-conteudo-descritivo button {
        font-size: .9rem;
    }
}

@media (min-width: 935px) and (max-width: 1099px) {
    .topo-conteudo_info {
        height: 100vh;
        background-position: center right;
    }

        .topo-conteudo_info::after {
            bottom: -5vh;
            height: 25vw;
        }

        .topo-conteudo_info.topo-conteudo-descritivo h1 {
            font-size: 2rem;
            width: 80%;
            margin-top: 2.5rem;
        }

    .topo-conteudo-descritivo h1 .texto-azul {
        font-size: 2rem;
    }

    .topo-conteudo_info.topo-conteudo-descritivo small {
        font-size: 1rem;
        width: 80%;
    }

    .topo-conteudo_info.topo-conteudo-descritivo button {
        font-size: 1rem;
    }
}

@media (max-width: 1000px) {
    .info-direita {
        display: grid;
    }

    .tecnologia-imagem {
        margin: auto;
    }

        .tecnologia-imagem img {
            width: 25em;
        }

    .orcamento-grid {
        grid-gap: 30px;
    }
}

@media (max-width: 935px) {
    .topo-conteudo_info {
        min-height: 85vh;
        height: unset;
        background-position: right center;
    }

        .topo-conteudo_info::after {
            bottom: -30px;
            height: 30vw;
        }

        .topo-conteudo_info.topo-conteudo-descritivo h1 {
            font-size: 1.5rem;
            width: 100%;
            margin-top: 34vh;
        }

    .topo-conteudo-descritivo h1 .texto-azul {
        font-size: 1.5rem;
    }

    .topo-conteudo_info.topo-conteudo-descritivo small {
        font-size: 1rem;
        width: 90%;
    }

    .topo-conteudo_info.topo-conteudo-descritivo button {
        font-size: 0.95rem;
    }

        .topo-conteudo_info.topo-conteudo-descritivo button svg {
            width: 25px;
            height: 25px;
        }

    .menus {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #06172F;
        overflow: hidden;
        max-height: 0;
        flex-direction: column;
        gap: 1rem;
        justify-content: normal;
        margin-top: 1.5rem;
        transition: max-height 0.6s ease-in-out;
        z-index: 999999;
    }

        .menus.open {
            max-height: 500px;
        }

        .menus .menus-fale_engenheiro {
            margin: .2rem auto 2rem;
        }

        .menus ul {
            flex-direction: column;
            align-items: center;
            gap: 1rem;
            padding: 1rem 0;
        }

    .hamburger {
        display: flex;
    }
}

@media (min-width: 766px) and (max-width: 935px) {
    .topo-conteudo_info::after {
        bottom: -5vh;
        height: 25vw;
    }
}


@media (min-width: 650px) {
    .cartoes-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
        margin: 0 auto;
    }

    .info-direita .cartoes-container {
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
    }

    .obras-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .feedback-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1000px) {
    .info-esquerda {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        align-items: center;
    }

    .obras__conteudo .carousel-item {
        min-height: 24em;
    }

    .feedback__conteudo .carousel-item {
        min-height: 25.2em;
    }

    .tecnologia-grid {
        grid-template-columns: 1fr 370px;
    }

    .orcamento-grid {
        grid-template-columns: 1fr 30em;
    }
}

@media (max-width: 480px) {
    .topo-conteudo_info {
        min-height: 80vh;
    }

        .topo-conteudo_info.topo-conteudo-descritivo h1 {
            margin-top: 37vh;
        }
}
