:root {
    --dark: #1D2028;
    --text: #5A6066;
    --gray-200: #eee;
    --gray-300: #e0e0e0;
    --gray-700: #616161;
    --gray-900: #212121;
    --primary: #83C6E3; 
    --success: #28A745;
    --danger: #e1251b;
    --warning: #ffb82e;
}

.container {
    width: 100%;
    max-width: 1200px;
    padding: 0 16px;
    margin: 0 auto;
} 

.d-flex {
    display: flex;
}

.align-left {
    align-items: flex-start;
}

.align-right {
    align-items: flex-end;
}

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

.justify-content-start {
    justify-content: flex-start;
}

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

.flex-row {
    flex-direction: row;
}

.space-section {
    margin-bottom: 75px;
}

.mt-5 {
    margin-top: 32px;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body {
    background: #fff;
    font-family: "Roboto", sans-serif;
    color: #5A6066;
}

.btn-primary {
    border-radius: 10px;
    background: transparent;
    border-radius: 60px;
    border: 1px solid var(--primary);
    color: var(--primary);
    height: 50px; 
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 140%;
    text-decoration: none;
    padding: 10px 20px;
}

.sub-header {
    background: #F5F5F5;
    height: 45px;
    display: flex;
    align-items: center;
}

.sub-header-container { 
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.sub-header-container p {
    font-size: 1.6rem;
    margin-left: 16px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.sub-header-container p img {
    margin-right: 8px;
}

header { 
    border-bottom: 1px solid #f5f5f5;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 130px;
}

#menu-burger {
    display: none;
    cursor: pointer;
}

.navigation {
    display: flex;
}

.navigation a {
    padding: 10px 24px;
    border-radius: 60px;
    color: #5A6066;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: 400;
    box-sizing: border-box;
}

.navigation a.active { 
    color: var(--primary); 
    background: rgba(46, 125, 244, 0.10); /* Ajustado para o novo --primary */
}

.banner {
    height: 450px;
    min-height: 450px;
    width: 100%; 
}

.banner-item { 
    min-height: 450px;
    height: 450px;
    width: 100vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #01050E;   
}

.banner1 {
    background-image: url("../img/banner-servicos.jpg");   
}

.banner2 {
    background-image: url("../img/banner-nadabe-servicos.jpg");     
}

.banner .box-text {
    width: 100%;
    max-width: 375px;
    color: var(--text);
}

.banner .box-text .banner-title {
    font-style: normal;
    font-weight: bold;
    font-size: 3.2rem;
    max-width: 375px;
    line-height: 120%;
    color: #F8F8F8;
    margin-bottom: 16px;
} 

.banner .box-text p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 140%;
    color: #b8b8b8;
    margin-bottom: 50px;
}

.banner .box-text button,
.banner .box-text .button {
    border-radius: 10px;
    background: transparent;
    border-radius: 60px;
    border: 1px solid var(--primary);
    color: var(--primary);
    height: 50px;
    width: 268px;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 140%;
    text-decoration: none;
    padding: 10px 20px;
}

.banner .align-center {
    display: flex;
    align-items: center;
    height: 100%;
}

.owl-nav {
    display: none;
}

.owl-dots {
    position: absolute;
    bottom: 40px;
    z-index: 99;
    left: 50%;
    transform: translate(-50%, -50%);
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary) !important;
}

#carrousel1 {
    margin-bottom: 35px;
}

#carrousel1 .owl-dots {
    display: block;
    bottom: 0px;
}

.highlight {
    color: var(--primary);
    position: relative;
}

.highlight::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 3px;
    width: 100%;
    height: 4px; 
    background: linear-gradient(90deg, var(--primary) -42.13%, rgba(46, 125, 244, 0.00) 100%);
}

.title-section {
    font-size: 3.2rem;
    color: var(--dark);
    max-width: 475px;
    margin-bottom: 36px;
    margin-top: 60px;
}

.box-services {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    width: 100%;
}

.service-item {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 550px; 
    margin-bottom: 80px;
}

.service-item:nth-child(odd) {
    margin-right: 16px;
}

.service-item__texts {
    margin-left: 32px;
}

.service-item__title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 16px;
    color: var(--dark);
}

.service-item__description {
    color: var(--text);
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
}

.about {
    background-image: linear-gradient(to right, var(--primary) 30%, transparent 0%);  
    min-height: 767px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 200px;
}

.about__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about__text { 
    max-width: 475px;
}

.about img {
    max-width: 100%;
    height: auto;
}

.about__text .title-section {
    font-size: 3.2rem;
}

.about__text p {
    font-size: 2.4rem;
    font-weight: 300;
    text-align: left;
    color: var(--text);
    margin-bottom: 64px;
} 

.box-contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.box-contact .cover-contact {
    width: 100%;  
}

.box-contact .box-contact__text {
    width: 100%;
    max-width: 475px;
    text-align: justify; 
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.contact-list {
    list-style: none;
    margin-top: 32px;
}

.contact-list li {
    display: flex;
    align-items: center;
    max-width: 570px;
    margin-bottom: 24px;
}

.contact-list li a {
    text-decoration: none; 
    font-size: 2.1rem; 
    font-weight: 400; 
    color: var(--dark);
}

.contact-list li img {
    margin-right: 16px;
}

footer {
    border-top: 2px solid var(--primary);
    background: #0E1119;
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    margin-top: 110px;
}

.footer-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-weight: 300;
}

.footer-text p {
    font-size: 1.6rem;
    color: #9c9fa3;
    margin-bottom: 8px;
}

.footer-text a {
    text-decoration: none;
    color: var(--primary);
    margin-bottom: 8px;
}

.banner-middle {
    background-position: center;
    background-size: cover;
    background-image: url("../img/banner-nadabe-escritorio.jpg");  
    height: 400px;
    width: 100%;
    margin-bottom: 100px;
}

/* Mantendo o restante do CSS igual (responsividade, etc.) */
@media only screen and (max-width: 1000px) and (min-width: 801px) {
    .product-info-revert {
        flex-direction: column-reverse;
    }

    .img-about {
        width: 100%;
        max-width: 250px; 
    }
 

    .about__text {
        margin-left: 30px;
    }

    .about img {
        max-width: 100%;
        height: auto;
    }

    .about {
        background-image: linear-gradient(to right, var(--primary) 20%, transparent 0%);
    }

    .about__text .title-section {
        font-size: 2.4rem;
    }

    .about__text p {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 700px) {
    .product-info-revert {
        flex-direction: column-reverse;
    }

    .img-contact {
        width: 100%;
        height: auto;
    }

    .box-contact .cover-contact {
        width: 100%;  
        max-width: 500px;
    }

    .box-contact__left {
        max-width: 500px;
    }

    .box-contact .cover-contact { 
        height: auto;
    }
    
    .about {
        background-image: none;
    }

    .box-contact .cover-contact {
        width: 100%;  
        max-width: 500px;
    }
    .box-contact__left {
        max-width: 500px;
    }
    
    .box-contact .cover-contact { 
            height: auto;
    }

    #menu-burger {
        display: block;
        font-size: 32px;
        border: 0;
        color: var(--primary);
        background: transparent;
        margin-bottom: 10px;
    } 

    #menu {
        display: none;
    }

    .sub-header {
        display: none;
    }

    .navigation {
        flex-direction: column;
        background: #fff;
        width: 100%;
        position: fixed;
        top: 130px;
        left: 0px;
        z-index: 99;
    }

    .navigation a {
        width: 100%;
        padding: 20px;
        border-radius: 0;
        border-bottom: 1px solid #e6e6e6;
    }

    .navigation a.active {
        padding-top: 30px;
    }
     
    .banner-item {
        background-position: right top;
        background-size: cover;
    }

    .banner1 {
        background-image: url("../img/banner-min.jpg");   
    }

    .banner2 {
        background-image: url("../img/banner-min.jpg");   
    }
}

.header {
    position: relative;
    z-index: 10;
}

.header-main__box {
    background: #fff;
    width: 100%;
    max-width: 190px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 165px;
    transform: skew(-35deg);
    box-sizing: border-box;
    padding-right: 70px;
    box-shadow: rgba(149,157,165,.2) 0 8px 8px;
    z-index: 999;
}

.header-main__box::before {
    content: " ";
    width: 90vw;
    height: 165px;
    background: #fff;
    transform: skew(178deg);
    position: absolute;
    top: 0;
}

.header-main__box img {
    width: 114px;
    height: 120px;
    transform: skew(35deg);
}

.product-info {
    margin-bottom: 200px;
}

.product-info img {
    max-width: 100%;
    height: auto;
}

.product-info .about__text {
    margin-bottom: 40px;
}


.service-list li {
    font-size: 2rem;
    font-weight: 400;
    color: var(--dark);
    margin-bottom: 8px; 
    margin-left: 20px;
}


