body {
    font-family: 'Montserrat', sans-serif;
    /* Atualizado para a fonte Montserrat */
}

/* Custom CSS */
.hero-section {
    /* background: url('path/to/hero-image.jpg') no-repeat center center / cover; */
    color: #fff;
    text-align: center;
    /* padding: 100px 0; */
    height: calc(100vh - 66px);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: relative;
    .backdrop{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        /* backdrop-filter: blur(5px); */

    }
    .video-container{
        background-image: url(./video/highlight.gif);
        background-size: cover;
        background-attachment: fixed;
        height: 100%;
        width: 100%;
    }
}

.hero-left{
    position: absolute;
    bottom: 0;

    width: 100%;
    height: calc(70vh - 33px);
    text-align: left;
}
.hero-right{
    position: absolute;
    top: 0;

    width: 100%;
    height: calc(70vh - 33px);
    text-align: right;
}
.hero-image{
    height: 100%;
}
.hero-content {
    position: absolute;
    max-width: 600px;
    /* background-color: rgba(255, 255, 255, 0.6); */
    /* backdrop-filter: blur(10px); */
    padding: 18px;
    border-radius: 0 30px 0 30px;
    z-index: 5;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.highlights{
    padding: 80px;
    .info-items-mobile{
        display: none;
    }
}

.highlights p span {
    position: relative;
    padding-left: 25px;
}

.highlights p span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.highlights p span.green::before {
    background-color: #212121;
}

.highlights p span.blue::before {
    background-color: #1A587A;
}

.highlights p span.orange::before {
    background-color: #D87C30;
}

.circle{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    
    &.circle-small{
        width: 24px;
        height: 24px;
        display: inline-block;
    }

    &.circle-xsmall{
        width: 16px;
        height: 16px;
        display: inline-block;
    }

    &.circle-blue{
        margin-right: 8px;
        background-color: #1A587A;
    }
    &.opacity{
        opacity: .5;
    }
    &.circle-orange{
        margin-right: 8px;
        background-color: #D87C30;
    }
}

#missions{
    background-color: #F6FFFF;
}

.missions-title{
    font-size: 28px; 
    font-weight: 600;

    &.small{
        font-size: 16px;
        font-weight: 700;
    }

    &.blue{
        color: #1A587A;
    }
    &.orange{
        color: #D87C30;
    }
}

.missions-description{
    font-size: 16px;
    font-weight: 400;
    color: #212121;
}

#missions-values{
    background-color: #FFFDFA;
}

.box-title{
    display: flex;
    align-items: center;
    .circle{
        min-width: 24px;
        min-height: 24px;
        border-radius: 50%;
        
        &.circle-blue{
            margin-right: 8px;
            background-color: #1A587A;
        }
        &.circle-orange{
            margin-left: 8px;
            background-color: #D87C30;
        }
    }

    .title{
        font-size: 28px;
        font-weight: 600;
    }
}
#about{
    background-color: #F6FFFF;
    
    h3{
        display: flex;
        align-items: center;
    }

    img{
        max-width: 300px;
    }
}


.about-what{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-right: 16px;
    gap: 16px;
}

.about-our{
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    padding-left: 16px;
    gap: 16px;
}

.about-circle-blue{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #1A587A;
    margin-right: 8px;
}
.about-circle-orange{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #D87C30;
    margin-left: 8px;
}

.circle-bg {
    border-radius: 50%;
    overflow: hidden;
}

.services-list {
    margin-top: 30px;
}

.nav-link {
    margin-right: 15px;
}

.nav-link.btn-primary:hover {
    background-color: #fff;
    color: #1A587A;
    /* Atualizado para #1A587A */
}

.nav-link.btn.text-white:hover {
    background-color: #fff;
    color: #1A587A;
    /* Atualizado para #1A587A */
}

.nav-link{
    color: #D87C30;
    font-weight: 600;
}

.btn {
    border-radius: 20px;
    /* Adiciona bordas arredondadas aos botões */
}

.btn-cta{
    a{
        padding: 5px 24px !important;
        margin-top: 3px;
    }
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.team-section h2 {
    font-size: 28px;
    color: #1A587A;
    font-weight: 600; /* Semi-bold */
    text-align: left;
    position: relative;
}

.team-section h2::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #1A587A;
    border-radius: 50%;
}

.team-member {
    display: flex;
    justify-content: space-between;
    align-items: center;

    .box-title{
        margin-bottom: 32px;
    }
    
    h4{
        margin-bottom: 32px;
    }
}

.team-member .description {
    text-align: left;
}

.team-member .photo {
    text-align: right;
}

.team-member h4 {
    font-size: 24px;
    color: #D87C30;
    font-weight: 600; /* Semi-bold */
}

.team-member p {
    font-size: 16px;
    font-weight: 400; /* Regular */
}

.nexialistas {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}

.nexialistas .description {
    text-align: right;
}

.nexialistas .photo {
    text-align: left;
}

.nexialistas h3 {
    font-size: 26px;
    font-weight: 600; /* Semi-bold */
}

.nexialistas h3 span {
    color: #447C37;
}

.nexialistas p {
    font-size: 16px;
    font-weight: 400; /* Regular */
}
.services-section .number {
    font-size: 200px;
    font-weight: 600; /* Semi-bold */
    color: #1A587A;
    line-height: 90px;
    top:100px;
    right: -18px;
    position: absolute;
    /* width: 100px; */
}

.services-section .title {
    font-size: 28px;
    font-weight: 600; /* Semi-bold */
    color: #1A587A;
    position: relative;
}

    /* .services-section .title::before {
        content: '';
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        width: 14px;
        height: 14px;
        background-color: #1A587A;
        border-radius: 50%;
    } */

.services-section {
    display: flex;
    flex-wrap: wrap;
    /* padding: 40px; */
}

.services-section .left {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('https://xlab.app.br/nexiarh/image/servicos.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.services-section .left .number {
    /* font-size: 5rem; */
    color: #1A587A;
    margin-bottom: 20px;
}

.services-section .left .title {
    /* font-size: 1.2rem; */
    font-weight: 600; /* Semi-bold */
    color: #1A587A;
    position: absolute;
    top: 10px;
    right: 10px;
}

.services-section .right {
    flex: 2;
    min-width: 300px;
    padding: 20px;
}

.services-section .right h2 {
    font-size: 20px;
    font-weight: 600; /* Semi-bold */
    color: #1A587A;
}
.services-li{
    margin-left: 25px;
}
.services-li::before{
    content: '';
    position: absolute;
    left: 12px;
    top: 10px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.rb::before{
    background-color: rgba(216, 124, 49, 0.8);
    opacity: .5;
}
.cc::before{
    background-color: rgba(67, 124, 54, 0.8);
    opacity: .5;
}
.td::before{
    background-color: rgba(33, 33, 33, 0.8);
    opacity: .5;
}

.service-left{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.service-left-image{

}
.service-left-image img{

}

.service-left-title{
    position: absolute;
    top: 0;
    right: 16px;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.accordion{
    border: none;
}

.accordion-header {
    border-top: 2px solid #D87C30;
}


.accordion-item {
    border: none;
}

.accordion-button{
    color:#212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #212121;
    box-shadow: none;
}

.accordion-body-title{
    color: #1A587A;
    font-size: 40px;
    font-weight: bold;
}

.big-logo{
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    right: 0;
    top: 35px;
    /* opacity: .09; */
    
    background-image: url(./image/logo-n.png);
    background-size: 340px;
    background-repeat: no-repeat;
    
    img{
        max-width: 340px;
        opacity: 0;
    }
}

.mission-vision-values {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.mission-vision-values .item {
    display: flex;
    align-items: center;
    padding: 40px 20px;
    border-radius: 10px;
    width: 100%;

    .col-md-2, .col-md-7{
        display: flex;
        align-items: center;
    }
}

.mission-vision-values .mission {
    background-color: #FFFDFA;
    width: 100%;
}

.mission-vision-values .mission h3 {
    color: #D87C30;
    position: relative;
    padding-left: 40px;
    margin-right: 20px;
    font-size: 28px;
}

.mission-vision-values .mission h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #D87C30;
    border-radius: 50%;
}

.mission-vision-values .vision {
    background-color: #F6FFF3;
    width: 100%;
}

.mission-vision-values .vision h3 {
    color: #447C37;
    position: relative;
    padding-left: 40px;
    margin-right: 20px;
}

.mission-vision-values .vision h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #447C37;
    border-radius: 50%;
}

.mission-vision-values .values {
    background-color: #F6FFFF;
    width: 100%;
}

.mission-vision-values .values h3 {
    color: #1A587A;
    position: relative;
    padding-left: 40px;
    margin-right: 20px;
}

.mission-vision-values .values h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #1A587A;
    border-radius: 50%;
}

.mission-vision-values .values ul {
    list-style: none;
    padding: 0;
}

.mission-vision-values .values ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.mission-vision-values .values ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #1A587A;
    opacity: .5;
    border-radius: 50%;
}

.missao {
    background-color: #FFFDFA;
}

.missao-title {
    color: #D87C30;
    position: relative;
    padding-left: 30px;
}

.missao-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #D87C30;
    border-radius: 50%;
}

.visao {
    background-color: #F8FFF0;
}

.visao-title {
    color: #1A587A;
    position: relative;
    padding-left: 30px;
}

.visao-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #1A587A;
    border-radius: 50%;
}

.valores {
    background-color: #F4FFFF;
}

.valores-title {
    color: #1A587A;
    position: relative;
    padding-left: 30px;
}

.valores-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #1A587A;
    border-radius: 50%;
}

.valores ul {
    list-style: none;
    padding: 0;
}

.valores ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

.valores ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #66a3ff;
    border-radius: 50%;
}



footer {
    background-color: #fff;
    padding: 20px 0;
    
    .box-footer{
        display: flex;
        justify-content: space-between;
        .logo {
            display: flex;
            align-items: center;
            
            img {
                max-height: 30px;
                margin-right: 10px;
            }
        }
        .social-icons {
            display: flex;
            gap: 10px;
            align-items: center;
            
            a {
                text-decoration: none;
                color: #1A587A;
                font-size: 1.5rem;
            }
            img {
                height: 24px;
            }
        }
    }
    
    .copyright {
        font-size: 0.9rem;
        color: #666;
        text-align: left;
    }
    hr {
        /* width: calc(100% - 80px); */
        /* max-width: 1200px; */
        
        margin: 30px 0;
        border-top:1px rgba(0, 0, 0, 0.8) solid;
    }
}