    /*---------------TOPO------------------*/

    html {
        font-family: "Open Sans", sans-serif;
    }

    h2,
    h3,
    h4,
    h5 {
        font-family: "Poppins", sans-serif;
    }

    .erro-404 {
        height: 300px;
        line-height: 50px;
    }

    .mostrar-mobile {
        display: none !important;
    }

    .slick-slide {
        height: auto !important;
    }

    .slick-slide img {
        width: 100%;
    }

    .slider-topo .slick-next {
        display: inline-block;
        background: transparent;
        border: none;
        position: absolute;
        z-index: 999;
        top: calc(50% - 75px);
        right: 0px;
        color: #fff;
        font-family: "Poppins";
        font-size: 66px;
        font-weight: 200;
        right: 18px;
        transition: 0.5s;
    }

    .slider-topo .slick-next:hover {
        transform: scale(1.3);
        cursor: pointer;
    }

    .slider-topo .slick-prev {
        display: inline-block;
        background: transparent;
        border: none;
        position: absolute;
        z-index: 999;
        top: calc(50% - 75px);
        color: #fff;
        font-family: "Poppins";
        font-size: 66px;
        font-weight: 200;
        left: 18px;
        transition: 0.5s;
    }

    .slider-topo .slick-prev:hover {
        transform: scale(1.3);
        cursor: pointer;
    }

    .slider-topo .slick-dots li.slick-active button:before,
    .slick-dots li button:hover:before {
        color: #FFEB00;
    }

    .slider-topo .slick-dots {
        background: transparent;
        bottom: 15px;
    }

    .slider-topo {
        margin-bottom: 0px !important;
    }

    .ocultar-itens .texto-banner {
        display: none;
    }

    .ocultar-itens .slick-slide img {
        height: 265px;
        object-fit: cover;
    }

    #preenche {
        height: 106px;
        width: 100%;
    }

    nav {
        z-index: 999;
        background: #000;
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        border-bottom: 3px solid #fff;
        border-top: 3px solid #FFEB00;
        font-family: 'Open sans', sans-serif;
    }

    .logo {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        /*  margin-top: 106px; */
        z-index: 10;
        position: absolute;
        height: 50%;
        top: calc(50% - 44%);
        transform: translateY(50%);
    }

    .logo a {
        height: 100%;
        width: 33%;
    }

    .banner {
        position: relative;
    }

    .logo img {
        width: 100%;
    }

    nav .menu {
        list-style: none;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: space-between;
    }

    nav .menu a {
        text-decoration: none;
        position: relative;
        display: inline-block;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        padding-left: 0;
        left: 0;
        display: none;
        background: #000;
        top: 70px;
    }

    li.fornecedores .fa-chevron-up {
        display: none;
    }

    li.fornecedores:hover>ul,
    li.fornecedores ul:hover {
        visibility: visible;
        opacity: 1;
        display: block;
        width: 230px;
    }

    li.fornecedores:hover .fa-chevron-down {
        display: none;
    }

    li.fornecedores:hover .fa-chevron-up {
        display: block;
    }

    .dropdown-content li {
        list-style: none;
        margin: 0 auto;
        display: inline-block;
        padding: 10px 30px;
        position: relative;
        text-decoration: none;
        text-align: center;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;

    }

    .dropdown-content li a {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 6px;
        text-decoration-color: transparent;
        transition: .2s ease-in;
    }

    .dropdown-content li a:hover {
        text-decoration-color: #ffeb00;
        transition: all 0.4s ease;
    }

    nav .menu .dropdown-mobile {
        display: none;
    }

    nav .menu li.fornecedores {
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 1rem;
        color: #fff;
        cursor: pointer;
        height: 100px;
        display: flex;
        align-items: center;
    }

    nav .menu a li {
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 1rem;
        color: #fff;
        transition: .2s ease-in;
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 6px;
        text-decoration-color: transparent;
    }

    nav .menu a li:hover {
        text-decoration-color: #ffeb00;
        transition: all 0.4s ease;
    }

    .menu a li.active {
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-decoration-color: #ffeb00;
        text-underline-offset: 6px;
    }

    .slider-topo img {
        filter: brightness(64%);
        -webkit-filter: brightness(75%);
    }

    .slider-topo h1 {
        font-size: 50px;
    }

    .slider-topo p {
        font-size: 20px;
    }

    .texto-banner {
        position: relative;
        top: -260px;
        color: #fff;
        margin-left: calc(50% -51);
        font-family: "Poppins", sans-serif;
        height: 0px;
    }

    .texto-banner .titulo-h4 {
        font-size: 28px;
        padding-left: 105px;
    }

    .texto-banner .titulo-h2 {
        font-size: 60px;
        padding-left: 105px;
    }

    .texto-banner .texto {
        max-width: 700px;
        font-size: 20px;
        line-height: 150%;
    }

    .sombra-banner {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        height: 34px;
    }

    /*---------------HOME------------------*/

    h2 {
        color: #413F4C;
        font-size: 2.1875rem;
        font-weight: 600;
    }

    .h2-detalhe {
        height: 2px;
        width: 100px;
        background: #FFEB00;
        margin-top: 4px;
    }

    .destaques_empresa {
        display: flex;
        justify-content: space-around;
    }

    .destaques_empresa .item {
        padding: 0.8em 0.6em;
        width: 100%;
        max-width: 258px;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 4px;
        transition: all .3s ease-in-out;
    }

    .destaques_empresa .item .icone {
        width: 80px;
        height: 80px;
        display: block;
        margin: 0 auto;
        position: relative;
        transition: transform 0.3s ease-in-out !important;
        transition-delay: 300ms;
    }

    .destaques_empresa .item:hover {
        background: rgba(249, 249, 249, 0.4);
        box-shadow: 0 0 6px rgba(51, 51, 51, 0.4);
    }

    .destaques_empresa .item:hover .icone {
        -webkit-transform: rotate(30deg) translateZ(0) !important;
        transform: rotate(30deg) translateZ(0) !important;
        transition-delay: 0ms;
    }

    .destaques_empresa .item .icone img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80px;
        height: 80px;
        object-fit: contain;
        transform: translate(-50%, -50%);
    }

    .destaques_empresa .item h4 {
        font-weight: 600;
        font-size: 18px;
        color: #413F4C;
    }

    .estacao {
        margin-top: 100px;
        min-height: 510px;
        position: relative;
    }

    .slider-equipamentos,
    .slider-solucoes {
        margin-right: 2px;
    }

    .sombra {
        position: absolute;
        bottom: -34px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        height: 34px;
    }

    .estacao .esquerda .fundo {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 351px;
    }

    .estacao .direita {
        background-position-x: right !important;
        background-position-y: bottom !important;
        background-size: contain !important;
        background-attachment: fixed !important;
    }

    .extra-item .bolinha {
        width: 40px;
        height: 40px;
        background: #FFEB00;
        border-radius: 50%;
    }

    .estacao .esquerda {
        position: relative;
        background: #42404C;
    }

    .estacao h2 {
        color: #fff;
        font-weight: 600;
        font-size: 28px;
        max-width: 425px;
    }

    .estacao .h2-detalhe {
        background: #fff;
        margin-top: 10px;
        height: 3px;
    }

    .estacao .texto-padrao {
        font-family: 'Lato', sans-serif;
        font-size: 0.9375rem;
        color: #fff;
        max-width: 485px;
    }

    .estacao .esquerda .itens {
        width: 580px;
        float: right;
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        padding: 25px 0;
        box-sizing: border-box;
    }

    .estacao a {
        transition: 0.3s;
    }

    .estacao a:hover {
        transform: scale(1.03);
    }

    .extra-itens {
        display: flex;
        justify-content: space-evenly;
        z-index: 900;
    }

    .extra-itens .extra-item {
        font-size: 17px;
        color: #fff;
        font-family: "Poppins", sans-serif;
    }

    .slider-solucoes {
        max-width: 1220px;
        margin: 0 auto;
    }

    .slider-solucoes .item {
        transition: 0.5s;
    }

    .slider-solucoes i {
        font-size: 18px;
        color: #FFEB00;
    }

    .slider-solucoes .icon {
        width: 28px;
    }

    .slider-solucoes .fa-check {
        font-size: 18px;
        color: #ddd;
    }

    .slider-solucoes .item-area {
        width: 290px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .slider-solucoes .item-area img {
        width: 290px;
        height: 218px;
        object-fit: cover;
        border-radius: 5px;
    }

    .slider-solucoes h3 {
        color: #413F4C;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
    }

    .slider-solucoes {
        color: #444347;
        font-size: 14px;
        font-weight: 600;
    }

    .slider-solucoes .slick-dots {
        background: transparent;
    }

    .slider-solucoes .slick-dots li.slick-active button:before,
    .slick-dots li button:hover:before {
        color: #FFEB00;
    }

    .slider-solucoes img {
        transition: 0.3s;
    }

    .slider-equipamentos a:hover img {
        filter: brightness(80%);
    }

    .slider-solucoes a:hover img {
        filter: brightness(80%);
    }

    .slider-solucoes .fa-check {
        transition: 0.3s;
    }

    .slider-solucoes a:hover .fa-check {
        color: #bbb;
    }

    .solucoes_interna a:hover img {
        filter: brightness(80%);
    }

    .solucoes_interna .fa-check {
        transition: 0.3s;
    }

    .solucoes_interna a:hover .fa-check {
        color: #bbb;
    }

    .newsletter {
        display: flex;
        position: relative;
        overflow: hidden;
    }

    #newsletter-esquerda {
        max-width: 1033px;
        min-width: 550px;
        float: right;
        padding: 50px 50px 50px 0px;
        background-color: #F6F7F9;
        display: flex;
        flex-direction: column;
        width: 60%;
        position: relative
    }

    #newsletter-esquerda::before {
        position: absolute;
        content: '';
        background-color: #F6F7F9;
        height: 100%;
        width: 2100px;
        left: -2000px;
        top: 0;
        z-index: -1;
    }

    #newsletter-form button {
        border: none;
        margin-top: 30px;
        font-size: 1rem;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }

    #btn-cadastrar {
        border: none;
    }

    .odometros {
        padding: 55px 0 55px 30px;
        background-color: #42404C;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        position: relative;
    }

    .odometros::after {
        position: absolute;
        width: 24vw;
        height: 100%;
        content: '';
        top: 0;
        left: 100%;
        background-color: #42404C;
    }

    .odometros .odometro-box:nth-child(even) {
        margin: 0 80px;
    }

    .odometro-box {
        display: flex;
        flex-direction: column;
    }

    .odometro-box p,
    .odometro-box h1 {
        font-family: 'Montserrat', sans-serif !important;
        color: #fff !important;
    }

    .odometro-box p {
        margin: 5px 0 0 0 !important;
        font-size: 1.125rem !important;
    }

    .odometro-box h1 {
        font-size: 3rem !important;
    }

    #telefone-div {
        display: flex;
        margin-top: 50px;
        margin-bottom: 20px;
        width: 424px;
        height: 158px;
        background-color: #FFEB00;
        align-items: center;
        justify-content: space-evenly;
    }

    #telefone-div img {
        height: 70px;
        width: 80px;
    }

    #telefone-txt {
        text-align: center;
        flex-direction: column;
    }

    #telefone-txt p,
    #telefone-txt a {
        font-family: 'Montserrat', sans-serif;
        margin-top: 0;
        font-size: 1.125rem;
        color: #42404C;
        font-weight: 700;
    }

    #telefone-txt p {
        margin-bottom: 10px;
    }

    #telefone-txt p:nth-child(even) {
        font-weight: 700;
    }

    #newsletter-form {
        display: flex;
        flex-wrap: wrap;
        row-gap: 1.6em;
    }

    #newsletter-form .input-area {
        width: 47%;
        display: flex;
        flex-direction: column;
    }

    #newsletter-form .input-area:nth-child(odd) {
        padding-right: 3%;
    }

    #newsletter-form .input-area:nth-child(even) {
        padding-left: 3%;
    }

    .form input,
    #newsletter-form input {
        padding-left: 1em;
        font-size: 1em;
        line-height: 250%;
        border: 1px solid #CCCCCC;
        border-radius: 5px;
    }

    #newsletter-form .cidade {
        width: 100%;
    }

    .newsletter p {
        color: #413F4C;
        font-size: 0.9375rem;
        margin: 20px 0;
        font-weight: 600;
        font-family: 'Lato', sans-serif;
        line-height: 140%;
    }

    .form label,
    #newsletter-form .input-area label {
        color: #42404C;
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 1rem;
        font-family: 'Montserrat', sans-serif;
    }

    .form label {
        margin-bottom: 10px;
    }

    .newsletter #texto-news p {
        font-size: 0.9375rem;
    }

    /* .newsletter .enviar {
 
} */

    .slider-clientes img {
        max-width: 160px;
        max-height: 100px;
    }

    .slider-clientes .borda {
        width: 210px;
        height: 120px;
        border: 1px solid #f7f4f3;
        margin: 0 auto;
    }

    .slider-equipamentos .slick-dots,
    .slider-clientes .slick-dots {
        background: transparent;
    }

    .slider-clientes .slick-dots li.slick-active button:before,
    .slick-dots li button:hover:before {
        color: #FFEB00;
    }

    /*---------------INTERNA SOLUCOES------------------*/

    .solucao_interna {
        overflow: auto;
        background: #f9f9f9;
    }

    .solucoes_interna {
        background: #f9f9f9;
    }

    .solucao_interna i {
        font-size: 18px;
        color: #42404C;
    }

    .solucao_interna .icon {
        width: 28px;
    }

    .solucao_interna .fa-check {
        font-size: 18px;
        color: #a99393;
    }

    .solucao_interna h3 {
        color: #413F4C;
        font-size: 22px;
        font-weight: 500;
    }

    .solucao_interna .area_um {
        border: 1px solid #e4e4e4;
        box-shadow: 3px 3px 8px rgba(51, 51, 51, 0.1);
    }

    .solucao_interna .descricao_um {
        background: #fff;
    }

    .solucao_interna .descricao_dois {
        background: #f0f0f0;
    }

    .solucao_interna .descricao_tres {
        background: #fff;
    }

    .solucao_interna .principal {
        width: 100%;
    }

    .solucao_interna .principal img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 5px;
    }

    .solucao_interna .fotos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .solucao_interna .fotos a {
        width: 32%;
        display: flex;
        margin-bottom: 10px;
    }

    .solucao_interna .imagem_item {
        width: 100%;
        height: 100%;
        border-radius: 5px;
        object-fit: cover;
    }

    .solucao_interna img {
        transition: 0.5s;
    }

    .solucao_interna img:hover {
        transform: scale(1.02);
    }

    .solucao_interna .area_um a {
        color: #005fa3;
    }

    .solucao_interna .area_um a:hover {
        color: #179eff;
    }

    .solucao_interna .area_um .fa-file-pdf {
        color: #f00;
    }

    .navegador {
        justify-content: space-between;
    }

    .navegador .anterior,
    .navegador .proximo {
        background: white;
        height: 50px;
        display: block;
        width: 48%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        border-top: solid 3px #42404C;
        font-size: 20px;
        border-bottom: solid 1px #f1f1f1;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        box-shadow: 3px 3px 8px rgba(51, 51, 51, 0.1);
        transition: .2s ease-in;
    }

    .navegador .anterior:hover {
        border-top: solid 3px #ffeb00;
        /* color: #005fa3; */
    }

    .navegador .proximo:hover {
        border-top: solid 3px #ffeb00;
        /* color: #005fa3; */
    }

    .navegador .proximo:hover i {
        color: #FFEB00;
    }

    .navegador .anterior:hover i {
        color: #ffeb00;
    }

    .solucoes_interna {
        color: #42404C;
        font-size: 14px;
        font-weight: 600;
    }

    .solucoes_interna i {
        font-size: 1.125rem;
        color: #42404C;
        transition: 0.2s ease-in;
    }

    .solucoes_interna .icon {
        width: 28px;
    }

    .solucoes_interna .fa-check {
        font-size: 18px;
        color: #ddd;
    }

    .solucoes_interna .item-area {
        width: 290px;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .solucoes_interna .item-area img {
        width: 290px;
        height: 218px;
        object-fit: cover;
        border-radius: 5px;
    }

    .solucoes_interna h3 {
        color: #413F4C;
        font-size: 18px;
        text-align: center;
        font-weight: 400;
    }

    .sobre .left .imagem img:nth-child(odd) {
        position: absolute;
        z-index: -1;
        width: 35%;
    }

    .sobre .left .imagem img:nth-child(1) {
        top: -12%;
        left: -12%;
    }

    .sobre .left .imagem img:nth-child(3) {
        bottom: -12%;
        right: -12%;
    }

    .sobre {
        margin-top: 65px;
        display: flex;
        width: 100%;
        flex-direction: row;
    }

    .sobre .left {
        width: 50%;
        float: left;
    }

    .sobre .right {
        width: 50%;
        float: right;
    }

    .sobre .left .imagem img {
        width: 100%;
        z-index: 4;
        display: block;
        position: relative;
    }

    .sobre .left .imagem {
        margin-top: 60px;
        width: 465px;
        position: relative;
        z-index: 1;
        float: RIGHT;
    }

    .conteudo-sobre {
        padding: 80px 60px;
        display: flex;
        flex-direction: column;
    }

    #contato-sobre {
        display: flex;
        align-self: center;
        flex-direction: column;
    }

    .contato-sobre-box:nth-child(1) {
        margin-top: 65px;
        margin-bottom: 30px;
    }

    .contato-sobre-box a {
        display: flex;
        align-items: center;
        color: #444444;
        font-family: 'Poppins', sans-serif;
        font-size: 1.125rem;
    }

    .contato-sobre-box a p {
        margin-left: 10px;
    }

    .conteudo-sobre h2 {
        font-size: 2.1875rem;
        font-family: "Poppins", sans-serif;
        color: #403F4C;
        font-weight: 600;
        position: relative;
        margin-bottom: 20px;
    }

    .conteudo-sobre h2:before {
        content: '';
        display: block;
        position: absolute;
        width: 120px;
        height: 3px;
        background: #FFEB00;
        bottom: 0;
        left: 0;
    }

    .conteudo-sobre .descricao {
        color: #403F4C;
        font-family: "Open sans", sans-serif;
        line-height: 168%;
        font-size: 0.9375rem;
    }

    .conteudo-sobre ul {
        list-style: none;
        margin-left: 80px;
        margin-top: 20px;
    }


    /* BLOG */
    .blog .conteudo {
        width: 65%;
        float: left;
    }

    .blog .conteudo .video {
        /* margin: 0 0 0 15px; */
        position: relative;
        z-index: 1;
    }

    .blog .conteudo .texto {
        text-align: justify;
    }

    .blog .conteudo iframe {
        width: 100%;
        height: 500px;
    }

    .blog .mais {
        width: 30%;
        display: flex;
        flex-direction: column;
        float: right;
    }

    .blog .mais .item {
        display: flex;
        margin: 10px 0;
    }

    .blog .mais .item a {
        display: flex;
    }

    .blog .mais .item img {
        width: 130px;
    }

    .blog .mais .item .conteudo-texto {
        margin-left: 20px;
    }

    .blog .mais .item .conteudo-texto p {
        line-height: 180%;
        color: #413F4C;
        font-size: 13px;
    }

    .blog .mais .item .conteudo-texto h5 {
        font-size: 15px;
        color: #413F4C;
        font-weight: 600;
    }

    @media(max-width: 1024px) {
        .blog .center {
            display: flex;
            flex-direction: column;
        }

        .blog .conteudo,
        .blog .mais {
            width: 100%;
        }

        .blog .mais {
            margin: 20px 0;
        }
    }

    @media(max-width:425px) {
        .blog .conteudo iframe {
            height: 215px;
        }
    }

    @media(max-width:375px) {
        .blog .conteudo iframe {
            height: 185px;
        }
    }

    @media(max-width:320px) {
        .blog .conteudo iframe {
            height: 175px;
        }
    }

    /*=================PAGINA CONTATO============= */

    .contato-pagina {
        background: #f9f9f9;
    }

    .contato-pagina h2 {
        margin-top: 50px;
        text-align: center;
    }

    .contato-pagina h4 {
        color: #413F4C;
        font-size: 22px;
        font-weight: 500;
    }

    .contato-pagina form {
        padding: 55px 35px;
        padding-top: 20px;
    }

    .dados-contato i {
        font-size: 22px;
        color: #FFEB00;
    }

    .dados-contato span {
        width: 40px;
    }

    .dados-contato li {
        display: flex;
        align-items: center;
    }

    #map {
        height: 300px;
        width: 100%;
        border: solid 1px #ddd;
        box-sizing: border-box;
    }

    .contato-local {
        margin-top: 20px;
        padding: 20px;
        font-size: 18px;
        width: 100%;
    }

    .contato-local a {
        text-decoration: none;
        color: #444346;
        font-size: 17px;
        font-family: "Poppins", sans-serif;
    }

    .contato-local h3 {
        color: #31454c;
        font-size: 25px;
        margin-top: 30px;
        margin-bottom: 5px;
    }

    .contato-local ul li {
        list-style: none;
        margin: 15px 0;
    }

    .contato-local .h2-detalhe {
        margin-bottom: 20px;
    }

    .contato-area {
        flex-direction: column;
        padding-bottom: 20px !important;
    }

    .form {
        padding: 20px;
        font-size: 18px;
        padding: 0 75px;
        margin-bottom: 20px;
    }

    .form .form-bottom {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    @media (max-width: 1100px) {
        logo-nav {
            display: none !important;
        }

        .logo {
            margin-top: 66px;
        }

        .banner-interna {
            margin-top: 66px;
        }

        .banner-interna .logo {
            transform: translateY(0%);
            margin-top: 46px;
        }

        .banner-interna .logo img {
            transform: translateY(0%);
        }

        .mostrar-desktop2 {
            display: none;
        }

        .mostrar-mobile2 {
            display: block !important;
        }

        .mobile-center {
            display: flex;
            justify-content: center;
        }

        nav .menu a li {
            font-size: 1.4rem;
        }

        nav {
            height: 60px;
            top: 0;
            justify-content: space-between;
            align-items: flex-start;
            transition: 1s;
        }

        nav .menu a {
            text-decoration: none;
            padding: 15px 0px;
        }

        .menu-mobile-ativador {
            color: white;
            z-index: 999;
            margin-right: 15px;
        }

        .menu {
            display: flex;
            flex-direction: column;
            background: #000;
            position: absolute;
            padding-top: 20px;
            width: 106%;
            align-items: center;
            top: 59px;
            overflow: hidden;
            left: -110%;
            height: 151vh;
            justify-content: unset !important;
            transition: 0.5s;
            padding-bottom: 10px;
        }

        .mostrar-menu {
            left: -3%;
        }

        nav .img-logo {
            width: 110px;
            margin-left: 20px;
            margin-top: 7px;
        }

        .mobile-abrir,
        .mobile-fechar {
            transition: 0.5s;
            position: absolute;
            right: 20px;
            top: 10px;
            font-size: 40px;
        }

        .esconder-ativador {
            font-size: 0px;
            top: -100%;
        }

        .form .form-bottom {
            flex-direction: column;
        }

        /* menu fornecedores */
        nav .menu .dropdown {
            display: none;
        }

        nav .menu .dropdown-mobile {
            display: block;
        }

        nav .menu li.fornecedores {
            height: auto;
            font-size: 1.4rem;
            padding: 15px 0;
            position: relative;
            display: flex;
            flex-direction: column;
        }

        nav .menu li.fornecedores .link {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }

        .dropdown-content {
            opacity: 1;
            visibility: visible;
            flex-direction: column;
            width: 100% !important;
            position: initial;
            transition: 0.3s display ease;
            background-color: #f9f9f9;
            /* background-color: #ffeb00; */
        }

        .dropdown-content li {
            padding: 0;
            width: 100%;
            text-align: left;
            margin-left: 20px;
        }

        nav .menu a.cat {
            padding: 10px 0;
            font-size: 0.8em;
            color: #000;
        }
    }

    .form .btn-form {
        font-weight: 600;
        background-color: #42404C !important;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        border-radius: 30px;
        padding: 0 40px;
        font-size: 1.25rem;
        border: solid 2px #fff;
        transition: 0.3s;
        margin-bottom: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

    .form .btn-form:hover {
        background: #FFEB00 !important;
    }

    .form input,
    .form textarea {
        padding-left: 1em;
        font-size: 1em;
        line-height: 250%;
        border: 1px solid #CCCCCC;
        border-radius: 5px;
        color: #6d6d6d;
        margin-bottom: 15px;
        height: 50px;
        float: left;
        box-sizing: border-box;
        background-color: #fff !important;
    }

    .institucional-div {
        width: 50%;
    }

    .form input,
    .form textarea {
        height: auto;
    }

    .form #nome {
        background: url(../img/nome-form.png) right 13px center no-repeat;
    }

    .form #email {
        background: url(../img/email-form.png) right 13px center no-repeat;
    }

    .form #telefone {
        background: url(../img/telefone-form.png) right 13px center no-repeat;
    }

    .form #celular {
        background: url(../img/celular-form.png) right 9px top 13px no-repeat;
    }

    .form #mensagem {
        background: url(../img/mensagem-form.png) right 9px top 10px no-repeat;
    }

    .form #conheceu {
        background: url(../img/conheceu-form.png) right 9px top 13px no-repeat;
    }

    .orcamento-pagina {
        background: #f9f9f9;
    }

    .ft-15 {
        font-size: 0.9375rem !important;
    }

    #equipamentos .slick-dots {
        bottom: -70px;
    }

    /*---------------RODAPE------------------*/

    .barra-rodape {
        background: #42404C;
        height: 10px;
        position: relative;
    }

    .rodape-itens img:not(#logo-footer) {
        width: 155px;
    }

    #logo-footer {
        width: 300px;
        height: 128px;
        filter: grayscale(100%) invert(70%);
        -webkit-filter: grayscale(100%) invert(70%);
        -moz-filter: grayscale(100%) invert(70%);
    }

    .texto-rodape {
        text-align: center;
        font-family: 'Open sans', sans-serif;
        color: #444346;
    }

    .rodape-itens p {
        max-width: 412px;
        text-align: justify;
    }

    .rodape-itens h4 {
        color: #42404C;
        font-size: 1.375rem;
        font-weight: 500;
    }

    .rodape-itens .institucional {
        list-style: none;
        margin-left: 15px;
    }

    .rodape-itens .institucional li {
        margin-top: 8px;
    }

    .rodape-itens .institucional li a {
        font-weight: 600;
        color: #5E656B;
        font-size: 0.875rem;
    }

    /* .institucional li:hover:before {
        color: #000;
    } */

    .institucional li a:hover {
        color: #000;
    }

    .atendimento-div {
        width: 50%;
    }

    @media (max-width: 450px) {
        .institucional-div {
            width: 100%;
        }

        .atendimento-div {
            width: 100%;
        }

        .inst-atend {
            flex-direction: column;
            align-items: center;
        }
    }

    .rodape-itens .atendimento {
        list-style: none;
    }

    .rodape-itens .atendimento li {
        margin-bottom: 13px;
    }

    .rodape-itens .atendimento li i {
        float: left;
        margin-top: 3px;
        font-size: 20px;
        color: #FFEB00;
    }

    .rodape-itens .atendimento li a {
        font-weight: 600;
        color: #5e656b;
        font-size: 14px;
        padding-left: 34px;
        padding-right: 5px;
        display: block;
        word-break: break-all;
    }

    /* .atendimento li:hover i {
        color: #000;
    } */

    .atendimento li a:hover {
        color: #000;
    }

    .rodape-itens .institucional li::before {
        content: "\2022";
        color: #FFEB00;
        font-weight: bold;
        display: inline-block;
        width: 1em;
        margin-left: -1em;
    }

    footer .copyright {
        width: 100%;
        height: 80px;
        display: flex;
        align-items: center;
        color: #fff;
        font-size: 14px;
        background: #42404C;
        letter-spacing: 0.5px;
    }

    footer .hostche {
        margin-top: 4px;
    }

    .redes-sociais {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .redes-sociais a {
        text-decoration: none;
    }

    .redes-sociais-right {
        height: auto;
        position: fixed;
        top: calc(77% - 20px);
        right: 3%;
        transform: translate(0, -50%) !important;
        z-index: 999;
        display: flex;
        flex-direction: column;
    }

    .redes-sociais-right a {
        text-decoration: none;
        margin-top: 18px;
    }

    .bolinha-social {
        background: #efefef;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        text-decoration: none;
        font-size: 19px;
        color: #989898;
        margin: 0 5px;
        transition: 0.5s;
    }

    .redes-sociais-right .fa-facebook-f {
        color: #fff;
    }

    .redes-sociais-right .fa-twitter {
        color: #fff;
    }

    .redes-sociais-right .fa-linkedin-in {
        color: #fff;
    }

    .redes-sociais-right .fa-instagram {
        color: #fff;
    }

    .redes-sociais-right .fa-whatsapp {
        color: #fff;
    }

    .bolinha-facebook {
        background: #3b5998 !important;
    }

    .bolinha-linkedin {
        background: #2867b2 !important;
    }

    .bolinha-instagram {
        background: #c13584 !important;
    }

    .bolinha-twitter {
        background: #1da1f2 !important;
    }

    .bolinha-whatsapp {
        background: #25d366 !important;
    }

    .bolinha-social:hover {
        background: #dcdcdc;
    }

    .b-facebook:hover {
        color: #4267B2;
    }

    .b-twitter:hover {
        color: #1DA1F2;
    }

    .b-linkedin:hover {
        color: #2867B2;
    }

    .b-instagram:hover {
        color: #E1306C;
    }

    .b-whatsapp:hover {
        color: #25D366;
    }

    .redes-sociais-right .bolinha-social:hover {
        transform: scale(1.2);
    }

    .redes-sociais-right .bolinha-social {
        width: 37px;
        height: 37px;
        font-size: 1.2rem;
        box-shadow: 2px 2px 8px #5c5c5c;
    }

    /*================= NOVIDADE-DETALHE-PAGINA============= */

    .novidade-texto {
        width: 90%;
        margin: 0 auto;
    }

    .mais .titulo {
        width: 90%;
    }

    .novidade .conteudo p {
        font-family: 'Lato', sans-serif;
    }

    .mais .blog {
        padding-top: 5px;
    }

    .titulo-mobile {
        display: none;
    }

    .titulo-mobile h2::before {
        bottom: -3px;
        left: 38%;
    }

    @media (max-width: 1400px) {
        .logo {
            top: calc(50% - 47%);
        }
    }

    @media (max-width: 1300px) {
        .logo {
            height: 45%;
        }

        #newsletter-esquerda {
            padding-left: 10px;
        }
    }

    @media (max-width: 1200px) {
        .estacao .esquerda .itens {
            width: 100%;
            padding: 20px;
        }

        .newsletter {
            overflow: visible;
            background-color: #F6F7F9;
        }

        .newsletter .esquerda {
            width: 100% !important;
        }

        .newsletter .direita {
            width: 0% !important;
        }

        #newsletter-esquerda {
            min-width: unset;
            float: none;
            padding: 50px 0px;
            margin: 0 auto;
            width: 75%;
        }

        #newsletter-esquerda::before {
            content: none;
        }

        #telefone-div {
            display: none;
        }

        .odometros::after {
            content: none;
        }

        #equipamentos {
            margin-top: 170px;
        }

        .odometros {
            position: absolute;
            bottom: -175px;
            left: 0;
            box-sizing: border-box;
            padding-right: 0;
            width: 100vw;
        }

        .newsletter {
            padding-bottom: 75px;
        }

        .odometros .odometro-box:nth-child(even) {
            margin: 0;
        }
    }

    @media (max-width: 1150px) {
        .contato-sobre-box:nth-child(1) {
            margin-top: 50px;
        }

        .conteudo-sobre h2::before {
            left: 33%;
        }

        .img-sobre {
            display: flex;
            justify-content: center;
        }

        .sobre .right {
            width: 75%;
        }

        .sobre .left {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .conteudo-sobre {
            padding-bottom: 52px;
        }

        .texto-banner {
            top: -200px;
        }

        .sobre {
            flex-direction: column;
            align-items: center;
        }

        .conteudo-sobre {
            padding: 80px 0 65px 0;
        }

        .titulo-mobile {
            text-align: center;
            display: block;
            padding: 0;
        }

        #solucoes {
            margin-top: 0;
        }

        .titulo-desktop {
            display: none;
        }
    }

    @media (max-width: 900px) {
        .newsletter {
            flex-direction: column;
            min-height: 150px;
            /* padding: 30px 0 !important; */
        }

        .newsletter .titulo {
            padding: 0 !important;
            margin: 0 0 20px 0 !important;
        }

        .newsletter p {
            text-align: center;
        }

        .slider-topo .texto-banner {
            top: -152px;
        }

        .slider-topo .texto-banner h1 {
            font-size: 35px;
            line-height: 135%;
            margin-bottom: 12px;
        }
    }

    @media (max-width: 768px) {
        nav {
            border-width: 2px 0 2px 0;
        }

        .ocultar-itens {
            display: none !important;
        }

        .estacao .esquerda {
            width: 100% !important;
        }

        .solucao_interna {
            margin-top: 25px !important;
        }

        .atendimento-div {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .institucional-div {
            width: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .mostrar-desktop {
            display: none !important;
        }

        .mostrar-mobile {
            display: block !important;
        }

        .slider-topo .imagem {
            min-height: 350px;
            object-fit: cover;
        }

        .area-banner {
            position: relative;
        }

        .slider-topo .texto-banner {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            display: flex;
            align-items: center;
            padding: 0 20px;
            box-sizing: border-box;
        }

        .estacao .esquerda .itens {
            float: none;
        }

        .estacao .esquerda .itens {
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .estacao h2 {
            text-align: center;
            line-height: 140%;
        }

        .estacao .extra-item {
            margin: 0 10px 20px 10px;
        }

        .solucoes_interna .item {
            margin-bottom: 20px;
        }

        .texto-padrao {
            padding: 0 15px;
        }

        .sobre-texto {
            width: 95%;
        }

        .sobre .sobre-imagem {
            width: 100%;
        }

        .h2-detalhe {
            margin: 0 auto;
        }

        h2 {
            text-align: center;
            line-height: 110%;
            margin-bottom: 10px;
            font-size: 30px;
        }

        .contato-local {
            padding: 0;
        }

        .contato-pagina form {
            padding: 30px 0 10px;
        }

        .form {
            padding: 0;
        }

        .copyright .center {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .copyright .hostche {
            margin-top: 8px;
        }

        .sombra-banner {
            height: 17px;
        }

        .logo a {
            width: 43%;
        }

        .logo {
            transform: translateY(40%);
        }

        .logo-interna {
            display: none !important;
        }
    }

    @media (max-width: 670px) {
        .odometros {
            flex-direction: column;
            bottom: -410px;
            padding: 55px 0;
        }

        .odometro-box {
            align-items: center;
        }

        .odometros .odometro-box:nth-child(2) {
            margin: 30px 0;
        }

        #equipamentos {
            margin-top: 395px;
        }
    }

    @media (max-width: 600px) {
        .copyright p {
            text-align: center;
        }

        .sobre .left .imagem {
            width: 95%;
            display: flex;
            justify-content: center;
        }

        .sobre .left .imagem img:nth-child(3) {
            bottom: -14%;
            right: -1%;
        }

        .sobre .left .imagem img:nth-child(1) {
            top: -14%;
            left: -1%;
        }

        .sobre .left .imagem img {
            width: 80%;
        }

        #newsletter-esquerda {
            width: 80%;
            padding-bottom: 70px;
        }

        #newsletter-form {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 100%;
        }

        /* .newsletter {
            padding: 50px 0 !important;
        } */
        #newsletter-form .input-area {
            padding: 0 !important;
        }

        #newsletter-esquerda #texto-news {
            padding: 0 25px;
        }

        #newsletter-form .input-area {
            width: 90%;
        }

        .logo a {
            width: 55%;
        }
    }

    @media (max-width: 500px) {
        .dados-contato .endereco span {
            margin-right: 13px;
            color: orange;
        }

        .logo a {
            width: 63%;
        }

        .logo {
            transform: translateY(42%);
        }
    }

    .btn-voltar {
        background: white;
        height: 50px;
        display: block;
        width: 150px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        border-top: solid 3px #42404C;
        font-size: 20px;
        border-bottom: solid 1px #f1f1f1;
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        box-shadow: 3px 3px 8px rgba(51, 51, 51, 0.1);
        margin: 0;
        transition: .2s ease-in;
    }

    .btn-voltar:hover {
        border-top: solid 3px #ffeb00;
        /* color: #005fa3; */
    }

    .btn-voltar:hover i {
        color: #ffeb00;
    }

    .conteudo-equip {
        padding-top: 25px;
    }

    .conteudo-equip>div:first-of-type {
        margin-left: 30px;
    }

    .caracteristica i {
        font-size: 18px;
        color: #E4E4E4;
    }

    .conteudo-equip>div:first-of-type i {
        color: #FFEB00;
    }

    .caracteristica {
        display: flex;
        align-items: center;
        margin-left: 30px;
        margin-top: 10px;
    }

    .caracteristica p {
        margin-left: 10px;
        color: #444347;
        font-size: 0.875rem;
        font-weight: 600;
    }

    #titulo-equip {
        margin-bottom: 20px;
        text-align: center;
        font-weight: 400;
        font-family: 'Poppins', sans-serif;
        font-size: 1.125rem;
    }

    /*section novidades home*/

    #novidades-home {
        padding: 0 0 60px;
        background: rgba(0, 95, 163, 0.15);
        position: relative;
    }

    .sombra-nova {
        width: 100%;
        height: 36px;
        display: block;
        margin-bottom: 30px;
        background: url("../img/sombra.webp") center top no-repeat;
    }

    .novidades {
        display: flex;
        flex-direction: row;
        width: 100%;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        margin: 20px auto;
        flex-wrap: wrap;
    }

    .novidade {
        width: 380px;
        height: 486px;
        background: #fff;
        margin: 50px auto;
        position: relative;
        display: flex;
        flex-direction: column;
        box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }

    .novidade img {
        /* width: 380px; */
        height: 285px;
        object-fit: cover;
        border-radius: 0px !important;
    }

    .novidade .conteudo {
        border-left: 1px solid #f1f1f1;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 50px;
    }

    .novidade .conteudo h3 {
        font-weight: bold;
        margin: 30px 0px 20px 0px;
        color: #413F4C;
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .novidade .conteudo p {
        font-family: 'Open sans', sans-serif;
        font-weight: 400;
        text-align: center;
        color: #413F4C;
        padding: 0 27px;
        font-size: 0.9375rem;
        line-height: 180%;
    }

    .btn-leia-mais {
        width: 175px;
        height: 50px;
        background-color: #42404C;
        color: #fff;
        border-radius: 6px;
        padding: 0 2px;
        font-size: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.2s ease-in;
        cursor: pointer;
    }

    .sobre-zoom {
        transition: 0.3s;
    }

    .sobre-zoom:hover {
        transform: scale(1.03);
    }

    a.btn-leia-mais {
        position: absolute;
        bottom: -28px;
    }

    .btn-leia-mais:hover {
        background-color: #FFEB00;
        color: #42404C;
    }

    .conteudo-novidades {
        height: 100%;
        display: flow-root;
    }

    .background-solucoes {
        padding-top: 55px;
        background: linear-gradient(to bottom, #F6F7F9 100%, transparent 0);
        background-size: 100% 64.4%;
        background-repeat: no-repeat;
    }

    @media (max-width: 825px) {
        .background-solucoes {
            background-size: 100% 66.4%;
        }
    }

    .conteudo-novidades .texto {
        text-align: justify;
        width: 100%;
        height: auto;
    }

    .conteudo-novidades .texto p {
        color: #444346;
        font-size: 14px;
        line-height: 180%;
    }

    .imagem-blog-interna {
        width: 30%;
        height: auto;
        float: right;
        margin: 8px 0 20px 20px;
    }

    .imagem-blog-interna a {
        z-index: 998;
        position: relative;
    }

    a.extra-item {
        transform: translateZ(0);
        backface-visibility: hidden;
        -webkit-font-smoothing: subpixel-antialiased;
    }

    .extra-item span {
        transform: translateZ(0);
        backface-visibility: hidden;
        -webkit-font-smoothing: subpixel-antialiased;
    }

    .conteudo-novidades .imagem-blog-interna img {
        width: 100%;
    }

    #logo-nav img {
        height: 50px;
        width: auto;
    }

    .conteudo-solucoes h2 {
        color: #42404C;
        font-size: 2.1875rem;
    }

    .logo-interna {
        display: none;
    }

    .logo-interna a {
        max-width: 500px;
        height: 100%;
    }

    .logo-interna {
        margin-top: 0;
    }

    .logo-interna img {
        transform: translateY(5%);
    }

    @media screen and (max-width: 900px) {
        .imagem-blog-interna {
            width: 80%;
            float: none;
            margin: 0 auto 20px;
        }
    }

    @media screen and (max-width: 500px) {
        .sobre .left .imagem img {
            width: 70%;
        }

        .sobre .left .imagem img:nth-child(1) {
            top: -17%;
            left: 3%;
        }

        .sobre .left .imagem img:nth-child(3) {
            bottom: -17%;
            right: 3%;
        }

        .imagem-blog-interna {
            width: 90%;
        }

        .conteudo-novidades .texto {
            width: 90%;
            margin: auto;
        }
    }

    @media screen and (max-width: 400px) {
        .sobre .left .imagem img:nth-child(1) {
            top: -18%;
            left: 5%;
        }

        .sobre .left .imagem img:nth-child(3) {
            bottom: -18%;
            right: 5%;
        }
    }

    @media screen and (max-width: 410px) {
        .novidade {
            width: 90%;
            height: 492px;
        }

        .novidade .conteudo,
        .novidade .conteudo p {
            padding: 0;
        }
    }

    .clientes .cliente-box {
        margin-bottom: 2.2em;
    }

    .clientes_interna .cliente-box a,
    .clientes .cliente-box a {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 210px;
        min-height: 120px;
        border: 1px solid #F7F4F3;
        filter: grayscale(100%);
        transition: ease 0.4s;
        backface-visibility: hidden;
    }

    .clientes_interna .cliente-box a,
    .clientes .cliente-box a img {
        height: 50px;
        object-fit: contain;
    }

    .clientes_interna .cliente-box a:hover {
        transform: scale(1.04);
    }

    .clientes_interna .cliente-box a:hover,
    .clientes .cliente-box a:hover {
        filter: grayscale(0%);
        transition: 0.3s;
    }

    .clientes_interna {
        background: #f9f9f9;
    }

    .clientes_interna img {
        max-width: 160px;
        max-height: 100px;
    }

    .clientes_interna .borda {
        width: 210px;
        height: 120px;
        border: 1px solid #f7f4f3;
        margin: 0 auto;
    }

    .clientes_interna .item {
        margin: 10px;
    }

    .equipamento-box {
        display: flex !important;
        justify-content: center;
    }

    .equipamento-slide {
        width: 290px;
    }

    @media (max-width: 380px) {
        footer .copyright {
            height: 90px;
        }
    }

    .equipamento-slide .card-comeco {
        display: flex;
        width: 100%;
        justify-content: center;
        border-bottom: 3px solid #413F4C;
        align-items: center;
        height: 230px;
    }

    .logo-interna {
        transform: translateY(25%);
        top: 0;
    }

    .logo-interna a img {
        transform: translateY(0%);
    }

    .cont-sobre-interna {
        display: flex !important;
        flex-direction: column;
    }

    .sobre-titulo {
        text-align: center;
    }

    .sobre-titulo:after {
        content: "";
        display: block;
        width: 100px;
        height: 2px;
        background: #ffeb00;
        margin: 10px auto 20px;
    }

    .sobre-texto .sobre-imagem-interna {
        margin: 0 2em 2em;
        float: right;
    }

    @media screen and (max-width: 1100px) {
        .sobre-texto {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 80%;
        }

        .sobre-imagem-interna {
            float: unset !important;
            margin: 0 0 2em !important;
        }

        .sobre-texto img {
            width: 100%;
        }

        .cont-sobre-interna {
            align-items: center;
        }

        .destaques_empresa {
            margin-top: 0 !important;
        }
    }

    #paginacao {
        display: flex;
        justify-content: center;
        font-size: 1.5rem;
        gap: 10px;
    }

    #paginacao a:hover,
    #paginacao strong:hover {
        text-decoration: underline;
    }

    .solucoes_interna .lista {
        justify-content: space-evenly;
        gap: 10px;
    }

    .item-interno {
        margin: 0;
        margin-bottom: 75px;
    }

    .item-interno .conteudo h3 {
        margin-top: 20px;
    }

    .item-interno img {
        width: 100%;
    }

    .equip-interno img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .equip-interno #titulo-equip {
        font-size: 1.4rem;
        margin-bottom: 0;
    }

    .equip-interno .conteudo-equip {
        padding-top: 15px;
        /* height: auto; */
        height: 200px;
        background-color: #fff;
        box-shadow: 0px 0px 5px -1px rgb(0 0 0 / 20%);
    }

    .equip-interno .caracteristica p {
        font-size: 1rem;
    }

    .equip-interno-box {
        margin-bottom: 250px;
        /* background-color: #fff; */
    }

    .lista.equip .slick-initialized .slick-slide {
        height: 210px !important;
        object-fit: cover;
    }

    .lista.equip .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }

    @media (min-width: 375px) {
        .equip-interno {
            width: 325px;
        }
    }

    .solucoes_interna .texto-padrao ul {
        margin-left: 25px;
    }

    .area_dois {
        display: flex;
        flex-direction: column;
    }

    .sobre-texto {
        color: #403F4C;
    }

    @media (max-width: 825px) {
        .estacao {
            margin-top: 60px;
        }
    }

    form textarea {
        font-family: "Open Sans", sans-serif;
    }

    @media(max-width: 400px) {
        nav .menu a li {
            font-size: 1.2rem;
        }

        .sobre .left .imagem img {
            width: 66%;
        }

        .logo a {
            width: 68%;
        }

        .logo {
            transform: translateY(45%);
        }
    }


    /* DOTS CAROUSSEL */

    .equip-dots {
        position: absolute;
        bottom: -20px;
        display: flex;
        gap: 10px;
        background-color: #c1c1c1;
        padding: 1px 10px;
        border-radius: 5px;
    }

    .equip-dots li {
        list-style-type: none;
    }

    .equip-dots li button {
        display: none;
    }

    .equip-dots li::after {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: black;
        cursor: pointer;
        border: 1px solid transparent;
    }

    .equip-dots li:hover:after {
        background-color: #fff;
        border: 1px solid black;
    }

    .equip-dots li.slick-active::after {
        border: 1px solid transparent;
        background-color: #FFEB00;
        cursor: initial;
    }

    /* equipamentos usados */
    .btn-saiba-mais {
        width: 150px;
        height: 50px;
        background: #25d366 !important;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        border-radius: 3px;
        border: 1px solid #e4e4e4;
        box-shadow: 3px 3px 8px rgba(51, 51, 51, 0.1);
        gap: 10px;
        cursor: pointer;
    }

    .btn-saiba-mais i {
        color: #fff;
    }