/* GLOBAL STYLES
-------------------------------------------------- */
:root {
    --color-primary: #6d9f99;
    --color-primary-dark: #3d9595;
    --color-secondary: #404042;
    --color-secondary-dark: #211915;
}


/* Padding below the footer and lighter body text */

body {
    font-family: "Open Sans", serif;
    color: var(--color-secondary);
    background-color: #f2f3f4;
}


header,
nav {
    background-color: var(--color-primary);
}

header .navbar-brand {
    width: 300px;
}


header .navbar-brand img {
    max-width: 100%;
    width: 260px;
    margin: 10px 0 6px;
}

header nav a {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9rem;
    margin: 0 8px;
}

header nav a:hover {
    color: var(--color-secondary-dark);
}


header .social-links {
    background-color: #FFF;
    color: var(--color-secondary-dark);
    width: 100%;
    margin-bottom: 12px;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

header .social-links a {
    color: var(--color-secondary-dark);
    font-size: 0.8rem;
    font-weight: 300;
    text-transform: inherit;

}

header .social-links img {
    max-height: 25px;
}


header .social-links .flags {
    width: 110px;
}


header .social-links .flags a {
    display: contents;
}

header .social-links .flags img {
    max-height: 20px;
    margin: 0 3px;
}


header .nav-link {
    padding-bottom: 3px;
    border-bottom: 5px solid var(--color-primary);
}

header .nav-link:hover,
header .nav-link[aria-expanded="true"] {
    color: #FFF;
    border-bottom: 5px solid #FFF;
}


header .dropdown-item {
    background-color: var(--color-primary);
    color: #FFF;
    font-weight: 500;
    font-size: 0.9em;
    margin: 0;
    border-bottom: 1px solid #FFF;
    padding: 4px 8px 1px 8px;
}

header .dropdown-menu {
    border: 0;
    background-color: #FFF;
    padding: 5px;
    border-radius: 0;
    top: 36px;
    left: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}

.internal h1,
.internal h2,
.internal h3 {
    color: #3F3F40;
}

.internal {
    color: #57575A;
    background-color: #EFEFEF;
}

.internal p,
.internal li {
    font-size: 1.2rem;
    font-weight: 400;
}

.internal li {
    margin-bottom: 15px;
}

.internal ul {
    padding-left: 20px;
}

.internal .border-1 {
    border: 1px solid #BBB;
}

.internal .border-1 p:last-child {
    margin-bottom: 0;
}

.breadcrumb {
    padding-top: 80px;
    background-color: #EFEFEF;
}

.breadcrumb h1 {
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 300;
    background-color: #EFEFEF;
    padding: 0;
    margin: 5px 0;
}

.d-flow {
    display: flow;
}



.internal .despoeiramento h2,
.internal .solucoes h2 {
    font-weight: 800;
    margin-bottom: 20px;
}

.internal .despoeiramento p,
.internal .solucoes p {
    font-size: 1.3em;
    line-height: 1.6em;
}

.internal .despoeiramento.bg-none a {
    font-size: 1.1em;
    line-height: 1.6em;
    color: var(--color-primary-dark);
    text-transform: uppercase;
}

.internal .solucoes .image img {
    border: 2px solid #FFF;
}

.internal .bg-green .list li {
    font-size: 1.4rem !important;
    color: #ffffff;
}


footer {
    padding: 20px 0 10px;
    background-color: var(--color-secondary-dark);
}

footer a {
    color: var(--color-primary-dark);
    font-weight: 600;
    line-height: 2rem;
}

footer a:hover {
    color: #EEE;
}

footer section {
    min-width: 25%;
    padding: 10px 10px 20px
}

footer .brand img {
    max-width: 100%;
    width: 350px;
    margin: 20px auto 30px;
}

footer .social {
    color: #FFF;
    font-weight: 700;
}

footer .social img {
    margin-top: 12px;
    width: 50px;
}

footer .sign {
    background-color: #FFF;
    text-align: right;
    padding: 10px 5px 15px;
    color: #FFF;
}

h2 {
    font-size: 2.5rem;
    font-weight: 300;
}

h2 strong {
    font-weight: 800;
}


.internal h2.big {
    font-size: 2.5rem;
    font-weight: 800;
}

.open-sans-500 {
    font-family: "Open Sans", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.roboto-medium {
    font-family: "Roboto", serif;
    font-weight: 500;
    font-style: normal;
}

.zoom {
    object-fit: cover;
    transition: transform 0.5s ease;
}

.zoom:hover {
    transform: scale(1.2);
    /* Aplica o zoom na imagem */
}

.img-responsive {
    max-width: 100%;
}


.bg-green {
    background-color: var(--color-primary);
    color: #FFF;
}

.bg-green p,
.bg-green h1,
.bg-green h2,
.bg-green h3 {
    color: #FFF;
}

p.feature {
    font-size: 1.2rem;
}

.clientes h2 {
    margin-bottom: 1em;
}

.clientes img {
    margin: 20px;
    max-width: 160px;
}

.especialistas p {
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 300;
}

.especialistas .image-box {
    width: 95%;
    height: 270px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/example-image.jpg);
}

.quem-somos h3 {
    font-weight: 700;
    font-size: 1.8rem;
    margin: 25px 0 10px;
}





.internal .quem-somos p {
    margin-bottom: 0;
    margin-top: 1rem;
    height: 100%;
}

.equipamentos {
    background-color: var(--color-primary);
    color: #FFF;
}


.equipamentos .box {
    background-color: #FFF;
    padding: 10px 10px 40px;
    margin: 0 10px;
    color: var(--color-secondary);
    border-right: 1px solid var(--color-secondary-dark);
    border-bottom: 1px solid var(--color-secondary-dark);
    height: 100%;
    position: relative
}

.equipamentos .box .image-box {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.equipamentos .box .title {
    color: var(--color-primary-dark);
    padding: 5px 0;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.equipamentos .box .featured {
    width: 100%;
    padding: 8px;
    background-color: var(--color-secondary);
    text-transform: uppercase;
    color: #FFF;
    display: block;
    text-align: center;
    margin: 10px 0;
    font-size: 1.1rem;
}

.equipamentos .box .featured img {
    max-height: 14px;
    margin-right: 6px;
}

a.btn-more {
    padding: 8px;
    background-color: var(--color-primary-dark);
    color: #FFF;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

a.btn-more:hover {
    background-color: var(--color-secondary);
    text-decoration: none;
    color: #FFF;
}

a.btn {
    width: 300px;
    margin: 0 auto;
}

a.fs-2 {
    font-size: 1.2rem;
}

a.w-400 {
    width: 400px;
}

.carousel-control-prev,
.carousel-control-next {
    width: inherit;
}


.equipamentos .carousel-control-prev {
    left: -10px;
}


.equipamentos .carousel-control-next {
    right: -10px;
}




.equipamentos .carousel {
    padding-left: 40px;
    padding-right: 40px;
}

.equipamentos .carousel-indicators {
    bottom: 30px;
}


.equipamentos .btn-box {
    width: 100%;
    bottom: 0px;
    right: 0;
    left: 0;
    padding: 10px;
    position: absolute;
}

.equipamentos a.btn-more {
    width: 100%;
}


.contato {
    margin-top: -200px;
    background-color: #FFF;
    padding: 0px;
    z-index: 10;
    position: relative;
    z-index: 150;
}

.internal .contato {
    background-color: unset;
    margin-top: 0px;
    margin-bottom: 60px;
}


.internal .contato .box {
    background-color: #FFF;
    border: 1px solid #EFEFEF;
    margin-top: 0px;
    padding-bottom: 60px;
}

.internal .projetos {
    position: relative;
}

.internal .projetos .bg-silver {
    background-color: #ededee;
    position: absolute;
    height: 300px;
    left: 50px;
    right: 100px;
}


.internal .projetos h3 {
    font-size: 2em;

}


.internal .projetos h2 {
    font-weight: 800;
}

.internal .z-100 {
    position: relative;
    z-index: 100;
}

.internal .youtube-container {
    position: relative;
    width: calc(100%-100px);
    margin-left: 100px;
    padding-bottom: 56.25%;
    /* Proporção de 16:9 */
    height: 0;
    overflow: hidden;

    margin-bottom: 80px;
}

.internal .youtube-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.internal .youtube-container.solucoes {
    margin-left: 0;
    margin-bottom: -150px;

}





.relative {
    position: relative;
}

.h-10 {
    height: 40px;
}

.internal .max-height-500 {
    height: 500px;
    width: 100%;
    position: absolute;
    top: 0;
}

.contato h1 {
    background-color: var(--color-primary);
    color: #FFF;
    text-align: center;
    font-weight: 300;
    border-bottom: 1px solid var(--color-secondary);
    padding: 20px 0;
}

.contato h2 {
    font-size: 2rem;
    margin-top: 25px;
}

.contato h3 {
    font-size: 2rem;
    color: var(--color-primary-dark);
    margin-bottom: 25px;
}

.contato h1 strong {
    font-weight: 600;
}

.contato form {
    max-width: 80%;
    margin: 0 auto;
}

.contato input,
.contato select,
textarea {
    padding: 10px 20px;
    border: 1px solid #CCC;
    border-radius: 0px;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 10px;
}

.contato textarea {
    height: 80px;

}

.contato p {
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 15px;
}

.contato select {
    cursor: pointer;
}

.contato button {
    background-color: var(--color-primary-dark);
    color: white;
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contato button:hover {
    background-color: #006F70;
    /* Cor no hover */
}

.only-mobile {
    display: none;
}

.only-desktop {
    display: inherit;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: url('../images/arrow-left.png');
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 120px;
}

.carousel-control-next-icon {
    transform: rotate(180deg);

}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
}

.dt-cookie-consent {
    background-color: rgba(0, 0, 0, 0.95);
}

.dt-cookiemessage-bottom {
    bottom: 0;
    left: 0;
}

.dt-cookie-consent {
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    color: rgba(255, 255, 255, 0.9);
    padding: 1.1em;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: all 0.3sease-in-out;
    overflow: hidden;
}

.dt-cookie-consent a.btn {
    width: 120px;
    margin: 0 30px;
}

.dt-cookie-consent .d-flex {
    justify-content: center;
}

.dt-cookie-consent a.reject-cookies {
    background-color: #186464ab;
}

.dt-cookie-consent a.reject-cookies:hover {
    background-color: var(--color-secondary);
    color: #FFF;
}

.dt-cookie-consent a.btn {
    width: 120px;
    margin: 0 30px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
nav .dd-flex {
    display: flex;
}


@media (max-width: 767px) {


    a.btn {
        width: 300px;
        margin: 0 auto;
        font-size: 1rem;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width: 30px;
        height: 30px;
        margin-bottom: 0px;
    }

    /* Declare heights because of positioning of img element */
    #myCarousel .carousel-item {
        height: 350px;
    }

    .equipamentos .carousel {
        padding-left: 20px;
        padding-right: 20px;
    }

    .equipamentos .carousel-indicators {
        bottom: 15px;
    }

    header,
    nav {
        background-color: #FFF;
        z-index: 1000;
    }

    header .navbar-brand {
        width: auto;
    }

    header .navbar-brand img {
        width: 200px;
        margin: 10px 0 6px;
    }

    #navbarCollapse {
        z-index: 100;
        position: absolute;
        left: 0;
        top: 100px;
        right: 0;
        background-color: #3d9595e8;
    }

    .navbar-nav .nav-link {
        padding: 15px 0px 10px 25px;
        font-size: 1.1rem;
    }



    header .nav-link {
        padding-bottom: 3px;
        border-bottom: 0;
    }

    header .nav-link:hover,
    header .nav-link[aria-expanded="true"] {
        color: #FFF;
        border-bottom: 0;
    }


    header .dropdown-item {
        background-color: var(--color-primary);
        color: #FFF;
        font-weight: 500;
        font-size: 1.05em;
        margin: 0;
        border-bottom: 1px solid #ffffff6d;
        padding: 6px 8px 3px 28px;
    }

    header .dropdown-menu {
        border: 0;
        background-color: #ffffff55;
        padding: 5px;
        border-radius: 0;
        top: 36px;
        left: 8px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    }

    .navbar-nav {
        padding: 10px 0;
    }

    button.navbar-toggler {
        position: absolute;
        top: 40px;
        right: 10px;
        z-index: 1000;
    }

    .line {
        margin: 6px 0;
        width: 30px;
        height: 5px;
        background-color: var(--color-secondary-dark);
    }

    nav .dd-flex {
        display: inherit !important;
    }

    .especialistas2 h4 {
        color: var(--color-primary);
        font-size: 2rem;
    }

    .btn-whatsapp {
        background-color: var(--color-primary-dark);
        color: #FFF;
        margin: 0 auto;
        font-size: 1.2rem;
        transition: background-color 0.3s ease;
        padding: 15px 0px;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .btn-whatsapp:hover {
        color: #FFF;
        background-color: var(--color-secondary);
    }

    .btn-whatsapp img {
        max-height: 30px;
        margin-right: 10px;
        margin-top: -2px;
    }

    .btn-youtube {
        background-color: #ff0000;
        transition: background-color 0.3s ease;
        padding: 15px;
        display: flex;
        justify-content: center;
    }

    .btn-youtube:hover {
        background-color: #ba0000;
    }

    .btn-youtube img {
        max-height: 30px;
    }


    .only-mobile {
        display: inherit;
    }

    .only-desktop {
        display: none;
    }

    header .social-links .zoom,
    .contato,
    .clientes,
    .especialistas,
    footer .menu {
        display: none !important;
    }

    header .social-links .flags .zoom {
        display: inline !important;
        margin: 0 0 0 10px;
    }

    header .social-links .flags {
        width: 125px;
        text-align: right;
        margin-right: 12px;
    }

    .internal .contato {
        display: initial !important;
    }

    .internal .contato h1 {
        padding: 20px 15px;
    }


    .breadcrumb {
        padding: 30px 15px 30px;
        text-transform: uppercase;
        font-size: 2.1rem;
        font-weight: 300;
        margin-bottom: -15px;
    }





    .container .px-5 {
        padding: 0px !important;
    }

    .container.p-5,
    .container .mx-5,
    .container .m-5 {
        padding: 20px !important;
        margin: 0px !important;
    }

    .d-mobile-none {
        display: none;
    }

    .internal .youtube-container {
        margin: 0px !important;
    }

    .internal .projetos h2.pl {
        padding-left: 10px;
    }

    .internal .projetos .bg-silver {
        background-color: #EFEFEF;
        position: absolute;
        height: 300px;
        left: 0px;
        right: 0px;
    }

    .internal .projetos .z-100 {
        margin-bottom: 60px;
    }

    .internal .solucoes.bg-green {
        padding-bottom: 40px;

    }

    a.w-400 {
        max-width: 100%;
    }

    .internal h1 {
        font-size: 2rem;
    }

    .internal h2 {
        font-size: 1.8rem;
    }

    .internal h3 {
        font-size: 1.6rem;
    }

    .internal .contato form {
        max-width: 100%;
        margin: 0 auto;
    }

    .internal .contato button {
        padding: 12px 20px;
    }

    .internal .contato .box {
        padding: 15px;
    }

    .internal .quem-somos {
        margin-top: 25px;
    }


    .internal .bg-green.quem-somos {
        margin-top: 0px;
    }

    .internal .py-5 {
        padding-top: 15px !important;
    }

    .internal .quem-somos .img-responsive {
        margin-bottom: 20px;
    }

    .relative {
        display: none;
    }

    footer {
        background-color: #1e120d;
    }

    footer h3 {
        font-weight: 300;
        font-size: 1.5rem;
        padding: 20px;
    }

    .equipamentos .box {
        margin-bottom: 25px;
    }

    .equipamentos.py-5 {
        padding: 15px 0 !important;
    }


    footer .brand img {
        max-width: 70%;
        width: 200px;
        margin: 20px auto 30px;
    }



    footer .brand img {
        max-width: 80%;
        width: 250px;
        margin: 20px auto 30px;
    }

    footer .sign img {
        height: 30px;
    }
}

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}