html {
    font-size: 14px;
}

* {
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.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;
}

/* Layout */

.topo-corfundo {
    background-color: #2b2d2e;
    /*background-color: #06172f;*/
    /*background-color: #0896D8;*/
}

.topo-nav {
    display: flex;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: space-between;
}

    .topo-nav img {
        width: 267px;
        height: 100px;
        object-fit: cover;
        /*height: 97px;*/
    }

.topo-links {
    display: flex;
    gap: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
}

    .topo-links li a {
        position: relative;
    }

        .topo-links li a::after {
            content: " ";
            width: 0%;
            height: 2.5px;
            background-color: #fff;
            position: absolute;
            bottom: -7px;
            left: 0;
            transition: 0.5s ease-in-out;
        }

        .topo-links li a:hover::after {
            width: 100%;
        }

.topo-info {
    margin-top: 2.7rem;
}

.topo-info_container {
    display: grid;
    align-items: flex-start;
    justify-content: space-around;
    grid-template-columns: 1fr 1fr;
}

.topo-info_esquerda {
    display: grid;
}

    .topo-info_esquerda h1 {
        font-size: 4rem;
        font-weight: 500;
        text-align: left;
        color: white;
    }

.topo-info_esquerda-descricao {
    margin-top: 2.3rem;
}

    .topo-info_esquerda-descricao div {
        width: 100px;
        height: 4px;
        background-color: white;
        margin-bottom: 2px;
    }

    .topo-info_esquerda-descricao p {
        color: white;
        font-weight: 500;
        text-align: left;
        font-size: 1.1rem;
    }

.topo-info_direita {
    margin-bottom: -8.6rem;
}

    .topo-info_direita img {
        max-width: 800px;
        max-height: 800px;
    }

.btnTopo {
    background-color: #3D6399;
    width: 50px;
    height: 50px;
}

.whatsapp {
    position: fixed;
    z-index: 2;
    bottom: 15px;
    right: 15px;
}

.whatsapp.suporte a {
    position: relative;
    display: inline-block;
}

.whatsapp.suporte a::before {
    content: 'Fale com um engenheiro agora';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%) translateX(0);
    background-color: #25D366;
    color: #fff;
    width: 300px;
    border-radius: 2rem;
    padding: .8rem .9rem;
    text-align: center;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 1;
}

.whatsapp.suporte a:hover::before {
    transform: translateY(-50%) translateX(-123%);
    opacity: 1;
}

.rodape {
    background-color: #06172f;
    width: 100%;
}

.rodape-container {
    padding: 32px 15px 8px 15px;
}

.rodape-itens {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 26px;
}

    .rodape-itens:nth-child(1) {
        display: grid;
        align-items: center;
    }

    .rodape-itens:nth-child(2) h2 {
        color: white;
    }

    .rodape-itens:nth-child(2) ul {
        padding: 0px;
    }

    .rodape-itens:nth-child(2) div {
        align-items: center;
        gap: 15px;
    }

    .rodape-itens:nth-child(2) a img {
        width: 28px;
        height: 28px;
    }

.rodape-itens__info {
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: 320px;
    margin-top: 15px;
}

.rodape-itens aside .rodape-itens__info img {
    width: 32px;
    height: 32px;
}

.rodape-itens__info span {
    font-size: 1rem;
    font-weight: normal;
    color: white;
    padding: 0;
    margin: 0;
}

.rodape-itens__info2 {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 320px;
    margin-top: 15px;
}

    .rodape-itens__info2 span {
        font-size: 1rem;
        font-weight: normal;
        color: white;
        padding: 0;
        margin: 0;
    }

.rodape-itens aside .rodape-itens__info2 img {
    width: 25px;
    height: 25px;
}

.rodape-itens__info3 {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 320px;
    margin-top: 15px;
}

    .rodape-itens__info3 div p {
        font-size: 1rem;
        font-weight: normal;
        color: white;
        padding: 0;
        margin: 0;
    }

        .rodape-itens__info3 div p small {
            font-size: .8rem;
        }

.rodape-itens aside .rodape-itens__info3 img {
    width: 25px;
    height: 25px;
}

.rodape-itens__info4 {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 320px;
    margin-top: 15px;
}

    .rodape-itens__info4 p {
        font-size: 1rem;
        font-weight: normal;
        color: white;
        padding: 0;
        margin: 0;
    }

.rodape-itens aside .rodape-itens__info4 img {
    width: 32px;
    height: 32px;
}

.rodape-copy {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    color: white;
    padding: 0;
    margin: 0;
}

.rodape-container img {
    width: 267px;
    height: 97px;
}

.whatsapp a img {
    width: 65px;
    height: 65px;
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 32%);
    border-radius: 50%;
}

.redes-sociais div {
    display: flex;
    gap: 20px;
}

    .redes-sociais div a {
        text-decoration: none;
    }

ul li a {
    color: white;
    text-decoration: none;
}

ul li a:hover, ul li a:link, ul li a:active {
    transition: all 200ms;
    color: white;
    text-decoration: none;
}

.section {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

    .section.visible {
        opacity: 1;
        transform: translateY(0);
    }

.counter {
    color: #3D6399;
    margin: 0;
    font-size: 2.5rem;
    font-weight: bold;
}

/* Inovação */

.inovacao-container {
    width: 100%;
    margin: 1rem auto 2rem;
    text-align: center;
}

.inovacao-container2 {
    display: flex;
    flex-wrap: wrap;
    align-items: unset;
    justify-content: space-between;
}

.inovacao-titulo {
    font-size: 2.5rem;
    font-weight: 600;
    color: #3D6399;
}

.inovacao-subtitulo {
    color: #3D6399;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.inovacao-borda {
    width: 100px;
    height: 3px;
    background: #3D6399;
    margin: 0 auto;
}

.inovacao-imagemlateral img {
    width: 100%;
    height: 500px;
}

.inovacao-conteudolateral {
    max-width: 600px;
}

    .inovacao-conteudolateral p {
        font-size: 1.5rem;
        line-height: normal;
        text-align: justify;
        padding-top: 2rem;
    }

.inovacao-contadores {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.inovaca-contadores_itens p {
    font-weight: 400;
    margin: 0;
    font-size: 1rem;
    margin-top: 0;
    padding: 0;
}

/*.inovacao-equipe {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}*/

.inovacao-equipe {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-direction: column-reverse;
    justify-items: center;
}

/*.inovacao-equipe p {
    font-size: 1.8rem;
    line-height: normal;
    text-align: left;
    max-width: 60%;
}*/

.inovacao-equipe > p {
    font-size: 1.5rem;
    max-width: none;
    text-align: justify;
    width: 100%;
}

.inovacao-equipe_info {
    text-align: center;
    width: 400px;
    border-radius: 7px;
}

.inovacao-equipe_info p {
    font-size: 1.8rem;
    line-height: normal;
    text-align: left;
    max-width: 60%;
}

.inovacao-equipe_info img {
    width: 534px;
    margin-bottom: 15px;
    border-radius: 7px;
    object-fit: cover;
}

.inovacao-equipe_info p {
    font-weight: normal;
    padding: 15px;
    font-size: 1rem; 
    line-height: normal; 
    text-align: center; 
    max-width: inherit;
}


/* Clientes */
.testimonial-header {
    width: 100%;
    margin: 1rem auto 0;
    text-align: center;
}

.header-divider {
    width: 100px;
    height: 3px;
    background: #3D6399;
    margin: 0 auto;
}

.header-subtitle {
    color: #3D6399;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.header-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #3D6399;
}

.clear-space24px {
    clear: both;
    height: 24px;
}

.testimonial-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .8rem;
    flex-wrap: wrap;
}

.testimonial-card {
    width: 100%;
    background-color: #F9F9F9;
    box-shadow: 4px 5px 7px 0 rgba(0, 0, 0, 0.18);
    border-radius: 7px;
}

    .testimonial-card > p {
        /*max-height: 250px;*/
        /*overflow-y: auto;*/
        padding: 8px;
        font-size: 1rem;
    }

.testimonial-author {
    display: flex;
    align-content: center;
    margin-top: 25px;
    padding: 5px;
}

/*.testimonial-card > p::-webkit-scrollbar {
    width: 8px;
}

.testimonial-card > p::-webkit-scrollbar-track {
    background: #f4f4f4;
}

.testimonial-card > p::-webkit-scrollbar-thumb {
    background-color: #d3d2d2;
    border-radius: 100px;
}*/

.author-image {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 2px 1px 2px 0 rgba(0, 0, 0, 0.19);
}

.author-info {
    padding-left: 1rem;
}

.author-name {
    font-size: 13px;
    text-transform: uppercase;
}

.author-company {
    font-size: 10px;
    color: #555;
    display: block;
}


.carousel-inner {
    display: flex;
    flex-wrap: wrap;
}

.carousel-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}

.col-md-6 {
    flex: 1 0 50%;
    max-width: 50%;
    padding: 0.5rem;
}

.testimonial-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.carousel-item .row {
    margin-right: 0;
    margin-left: 0;
}

.carousel-item .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box; /* Inclui o padding na largura total */
}

.carousel-inner {
    overflow: hidden;
    width: 100%;
}

.carousel-item {
    display: flex;
    justify-content: center;
    width: 100%;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.col-md-6 {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 768px) {
    .col-md-6 {
        flex: 1 0 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

/* Galeria de Clientes */

.clear-space3rem {
    clear: both;
    height: 3rem;
}

.clients-heading {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    color: #3D6399;
    margin-bottom: 12px;
}

.carousel-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.image-wrapper img {
    display: block;
    width: auto;
    width: 200px;
    height: 145px;
    object-fit: contain;
    max-width: 100%;
}

/* Dropdowns links */

.topo-links2 {
    position: relative;
}

.topo-links2 ul.dropdown-content {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    padding: 8px 2px;
    border-radius: 0px 0px 8px 8px;
    margin: 0;
    list-style-type: none;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%);
    width: max-content;
}

.topo-links2 ul.dropdown-content li {
    padding: 8px 16px;
}

.topo-links2 ul.dropdown-content li a {
    position: relative;
    color: #333;
}

.topo-links2 ul.dropdown-content li a::after {
    content: " ";
    width: 0%;
    height: 2.5px;
    background-color: #333;
    position: absolute;
    bottom: -7px;
    left: 0;
    transition: 0.5s ease-in-out;
}

.topo-links2 ul.dropdown-content li a:hover::after {
    width: 100%;
}

.topo-links2 ul li.dropdown:hover .topo-links2 ul.dropdown-content {
    display: block;
}

/* Especialidades */

.services-container {
    background-color: #06172f;
    padding: 32px 15px;
    margin: 0 !important;
    margin-top: 1rem;
}

.section-header {
    width: 100%;
    margin: 3rem auto 2rem;
    text-align: center;
}

.header-divider2 {
    width: 100px;
    height: 3px;
    background: #fff;
    margin: 0 auto;
}

.header-subtitle2 {
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.header-title2 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.service-card {
    position: relative;
    overflow: hidden;
    text-align: center;
    max-height: 500px;
    text-decoration: none;
    background-color: #fff;
    border-radius: 4px;
}

    .service-card:hover, .service-card:active, .service-card:focus {
        transition: all 200ms ease-in-out;
        box-shadow: 3px 3px 4px -1px rgba(0, 0, 0, 18%);
        text-decoration: none;
        color: #06172f;
        transform: scale(1.02); /* Leve aumento */
    }

    .service-card img {
        width: 100%;
        height: 274px;
        transition: transform 0.3s ease;
    }

    .service-card:hover img {
        transform: scale(1.1); /* Efeito de zoom */
    }

.hover-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: opacity 0.3s ease;
    border-radius: 4px; /* Manter o arredondamento */
}

.service-card:hover .hover-text {
    opacity: 1;
}

.service-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 4px;
    max-height: 300px;
}

.service-description {
    padding: 14px 10px;
    text-transform: uppercase;
    font-size: .8rem;
}

/* Menu Hamburguer */

.navbar-toggler {
    border: none;
    background: none;
    cursor: pointer;
}

.navbar-toggler-icon {
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-toggler-icon::before {
    top: 10px;
}

.navbar-toggler-icon::after {
    bottom: 10px;
}

/* Estilos para o menu */
.topo-links {
    display: flex;
    gap: 1rem;
}

@media (max-width: 974px) {
    .inovacao-equipe {
        grid-template-columns: 1fr;
        flex-direction: column-reverse;
        justify-items: center;
    }
}

@media (max-width: 900px) {
    .topo-links {
        display: none;
    }

    .navbar-toggler {
        display: block;
    }
}

/* Estilos para o modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, 80%);
}

.modal-content {
    background-color: #06172f;
    margin: 15% auto;
    padding: 20px;
    border-radius: 5px;
    width: 80%;
    max-width: 300px;
    color: white;
    height: auto;
}

.close-header {
    color: white;
    float: right;
    font-weight: bold;
    font-size: 2.5rem;

    color: aliceblue;
    background-color: #333;
    position: absolute;
    top: -20px;
    right: -15px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
}

.close-header:hover,
.close-header:focus {
    color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.modal-links {
    list-style: none;
    padding: 0;
    margin: 30px 0px 0px;
    text-align: center;
}

.modal-links li {
    margin-bottom: 15px;
}

.modal-links li a {
    color: #06172f;
    text-decoration: none;
    font-size: 1.8rem;
}

.modal-links .topo-links2 ul {
    padding: 0px;
}

.modal-links .topo-links2 ul li {
    margin-bottom: 5px;
}

.modal-links .topo-links2 ul li a {
    color: #06172f;
    text-decoration: none;
    font-size: 1.1rem;
}

.modal-links li a:hover, .modal-links li a:link, .modal-links li a:active {
    transition: all 200ms;
    color: #06172f;
    text-decoration: none;
}

.modal-links li a:hover {
    color: #0896D8;
}

/* Estilos para o botão do menu */

.navbar-toggler {
    border: none;
    background: none;
    cursor: pointer;
}

.navbar-toggler-icon {
    width: 30px;
    height: 30px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.navbar-toggler-icon::before {
    top: 10px;
}

.navbar-toggler-icon::after {
    bottom: 10px;
}

/* Estilos para o menu */
.topo-links {
    display: flex;
    gap: 1rem;
}

@media (max-width: 700px) {
    .topo-links {
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: #06172f;
        position: absolute;
        top: 56px; /* Ajuste conforme necessário */
        left: 0;
        z-index: 1000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .topo-links.active {
        display: flex;
    }

    .topo-links li {
        margin: 0;
    }

    .topo-links li a {
        padding: 1rem;
        color: white;
        display: block;
        text-align: center;
        border-bottom: 1px solid #fff;
    }

    .topo-links li a:hover {
        background-color: #0896D8;
    }
}

/* Botão de subir */

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 86px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #3D6399;
    cursor: pointer;
    padding: 0px;
    border-radius: 50%;
}

#scrollTopBtn img {
    width: 55px;
    height: 55px;
    fill: #258cfb;
}

.container2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Formularios */

.formulario {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.formulario input, .formulario textarea {
    width: 75%;
    border: 0;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #ccc !important;
}

    .formulario select {
        width: 75%;
        border: 0;
        padding: 8px 10px;
        border-radius: 5px;
        border: 1px solid #ccc !important;
        color: #777;
    }

        .formulario select option {
            width: 75%;
            border: 0;
            padding: 8px 10px;
            border-radius: 5px;
            border: 1px solid #ccc !important;
            color: #777;
        }

.formulario select {
    border: 0;
}

.formulario button {
    background-color: #3D6399;
    color: #fff;
    margin-top: 30px;
    padding: 8px 28px;
    border: none;
    border-radius: 4px;
    box-shadow: 4px 6px 6px -1px rgba(0, 0, 0, 0.24);
}

.formulario button:hover, .formulario button:active, .formulario button:focus {
    transition: 200ms ease-in-out;
    background-color: #27436b;
    box-shadow: 4px 6px 6px -1px rgba(0, 0, 0, 0.40);
}

.formulario .formulario-campos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:flex-start;
    flex-direction: column;
    gap: 15px;
}

/* Projetos */

ul {
    padding: 0px !important;
}

.exibirPaginacao {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.projeto-card__container {
    background: #fff;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 25px;
    border-radius: 8px;
    box-shadow: 4px 4px 12px -1px rgba(0, 0, 0, 12%);
}

.projeto-card__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.projeto-card__item-img {
    width: auto;
    min-width: 200px;
    max-width: 200px;
    height: 200px;
    object-fit: contain;
    border-radius: 4px;
}

.projeto-card__item article {
    padding: 12px;
}

.projeto-card__item-tipos {
    background-color: #0062cd;
    color: #fff;
    border-radius: 4px;
    padding: 2px 8px;
    display: inline-block;
    margin: 2px 0px;
}

.filtros-container {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.projetos-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.projeto-card {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
    padding: 22px 28px;
}

    .projeto-card:hover {
        transform: scale(1.05);
    }

.projeto-foto {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.descricao-curta {
    text-align: center;
    padding: 10px;
    font-size: 0.9rem;
    color: #666;
}

.descricao-detalhada {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.projeto-card:hover .descricao-detalhada {
    display: block;
    opacity: 1;
}

/* Responsividade */

@media (min-width: 576px) {
    .container2 {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .container2 {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container2 {
        max-width: 960px;
    }
}

@media (min-width: 1192px) {
    .container2 {
        min-width: 1192px;
    }

    .topo-info_esquerda h1 {
        font-size: 3.5rem;
    }

    .topo-info_container {
        display: flex;
        column-gap: 25px;
    }

    .topo-info_direita img {
        max-width: 500px;
        width: auto;
        max-height: 600px;
        height: 100%;
        box-sizing: content-box;
    }
}

@media (max-width: 1355px) {
    .topo-info_direita img {
        max-width: 600px;
        width: auto;
        max-height: 600px;
        height: 100%;
    }
}


@media (max-width: 1165px) {
    .topo-info {
        margin-top: 0px;
    }

    .topo-nav {
        display: flex;
    }

    .topo-nav img {
        width: 200px;
        height: auto;
    }

    .topo-links {
        flex-direction: row;
        gap: 0.5rem;
    }

    .topo-info_container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .topo-info_esquerda h1 {
        font-size: 2.5rem;
        text-align: center;
    }

    .topo-info_direita img {
        max-width: 563px;
        width: auto;
        max-height: 600px;
        height: 100%;
    }

    .topo-info_esquerda-descricao {
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .topo-info_esquerda-descricao div {
        text-align: center;
    }

    .topo-info_esquerda-descricao p {
        text-align: center;
    }

    .navbar .navbar-expand-sm .navbar-toggleable-sm .navbar-light .mb-3 {
        margin: 0px;
    }
}

@media (min-width: 1200px) {
    .container2 {
        max-width: 1320px;
    }
}

@media (max-width: 981px) {
    .rodape-container figure {
        text-align: center;
    }

    .rodape-container img {
        width: 190px;
        height: 73px;
    }

    .rodape-itens {
        flex-wrap: wrap;
        row-gap: 2.5rem;
    }

    #scrollTopBtn {
        right: 12px;
    }

    #scrollTopBtn img {
        width: 45px;
        height: 45px;
    }

    .whatsapp {
        bottom: 35px;
        right: 12px;
    }

    .whatsapp a img {
        width: 45px;
        height: 45px;
    }

    .topo-info {
        margin-top: 1rem;
    }
}

@media (min-width: 689px) {
    .navbar-expand-sm .navbar-toggler {
        display: none !important;
    }
}

@media (max-width: 688px) {
    .navbar-toggler, .navbar-expand-sm .navbar-toggler {
        display: block !important;
    }

    .testimonial-section {
        justify-content: center;
    }

    .whatsapp.suporte a::before {
        transform: translateY(-50%) translateX(0);
        width: 250px;
    }

    .whatsapp.suporte a:hover::before {
        transform: translateY(-50%) translateX(-118%);
    }
}

@media (max-width: 480px) {
    .inovacao-contadores {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
        flex-wrap: wrap;
        gap: 20px;
    }

    .service-description {
        font-size: 1.2rem;
    }

    .topo-info_direita {
        margin-bottom: -3.6rem;
    }

    .inovacao-equipe_info img {
        width: 100%;
    }
}

@media (min-width: 1155px) and (max-width: 1189px) {
    .topo-info_container {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

@media only screen and (max-width: 600px) {
    .topo-nav {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }

    .topo-nav img {
        width: 200px;
        height: auto;
    }

    .topo-links {
        flex-direction: column;
        gap: 0.5rem;
    }

    .topo-info_container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .topo-info_esquerda h1 {
        font-size: 2.5rem;
    }

    .topo-info_direita img {
        width: 100%;
        max-height: 600px;
    }

    .rodape-itens {
        flex-direction: column;
        align-items: center;
    }

    .rodape-itens__info, .rodape-itens__info2, .rodape-itens__info3, .rodape-itens__info4 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        .rodape-itens__info img, .rodape-itens__info2 img, .rodape-itens__info3 img, .rodape-itens__info4 img {
            width: 24px;
            height: 24px;
        }

    .inovacao-imagemlateral img {
        height: auto;
    }

    .inovacao-conteudolateral p {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 12px;
    }

    .topo-nav img {
        width: 150px;
    }

    .topo-info_esquerda h1 {
        font-size: 2rem;
    }

    .topo-info_esquerda-descricao p {
        font-size: 1rem;
    }

    .rodape-copy {
        font-size: 0.9rem;
    }

    .counter {
        font-size: 2rem;
        text-align: center;
    }

    .inovacao-equipe_info {
        width: 100%;
    }

    .projeto-card__container {
        padding: 6px 12px !important;
    }

    .projeto-card__item article {
        padding: 2px !important;
    }

    .projeto-card__item {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap !important;
        gap: 10px;
    }

    .projeto-card__item-img {
        width: auto;
        min-width: 200px;
        max-width: 200px;
        height: 200px;
        object-fit: contain;
        border-radius: 4px;
        margin: 0 auto !important;
    }
}

/* Sistema */

.sistema-modulo {
    display: grid;
    grid-template-columns: 260px 1fr;
    width: 100%;
}

/* -------- Sidebar -------- */

.sidebar {
    height: 100%;
    width: 200px;
    background-color: #2f4357;
    padding-top: 20px;
    overflow-y: auto;
    min-height: 100vh;
}

    .sidebar ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

        .sidebar ul li:first-child {
            margin-top: 2.1rem;
        }

        .sidebar ul li {
            padding: 10px 15px;
            text-align: left;
            margin-bottom: 15px;
        }

            .sidebar ul li:hover .sidebar ul li:active {
                transition: ease-in 200ms;
                background-color: #06172f;
                color: white;
                fill: #fff;
            }

            .sidebar ul li.ativo {
                transition: ease-in 200ms;
                background-color: #06172f;
                color: white;
                fill: #fff;
            }

                .sidebar ul li.ativo > a span svg, .sidebar ul li.ativo > a span svg g {
                    transition: ease-in 200ms;
                    fill: #fff;
                }

            .sidebar ul li:hover > a span svg, .sidebar ul li:hover > a span svg g {
                transition: ease-in 200ms;
                fill: #fff;
            }

            .sidebar ul li a {
                color: white;
                text-decoration: none;
                display: flex;
                align-items: center;
                gap: 10px;
            }

                .sidebar ul li a span svg {
                    width: 30px;
                    height: 30px;
                    fill: #06172f
                }

.sidebar-perfil {
    text-align: center;
}

    .sidebar-perfil img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid #06172f;
        box-shadow: 1px 1px 3px 2px rgb(68 189 50);
    }

    .sidebar-perfil p {
        margin-top: 20px;
        font-size: 1.1rem;
        font-weight: 600;
    }

.botao-esconder {
    position: relative;
    display: none;
    width: 50px;
    height: 50px;
}

.menu-toggle {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 1000;
    background-color: #06172f;
    color: white;
    border: none;
    font-size: 25px;
    padding: 5px;
    cursor: pointer;
    display: none;
}

/* Sidebar escondida */
.sidebar.hidden {
    transform: translateX(-100%);
}

/* Responsivo para mobile */
@media (max-width: 768px) {
    .sidebar {
        position: absolute;
        z-index: 999;
        height: 100vh;
        transform: translateX(-100%);
    }

        .sidebar.show {
            transform: translateX(0);
        }

    .sistema-conteudo {
        display: flex !important;
    }

    .menu-toggle {
        display: block;
    }

    .sistema-modulo {
        grid-template-columns: 1fr;
    }

    .botao-esconder {
        display: block;
    }
}