html {
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: linear-gradient(300deg, #ffffff, #fdfff3, #fdffe7);
}
/* ########## Header Section ##########*/
header{
    width: 100%;
    min-height: 130px;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1000;
    background-color: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
header.scrolled {
    background-color: rgb(27, 27, 27);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.nav-contact {
    min-height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    border-bottom: rgb(230, 231, 232) 2px solid;
}
.nav-contact-container{
    min-height: 40px;
    width: 80%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}
.nav-contact-container a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
    text-decoration: none;
    color: rgb(230, 231, 232);
}
.nav-contact-container a.insta img{
    width: 16px;
    height: 16px;
    margin-right: 22px;
    object-fit: cover;
}
.nav-contact-container a img.phone, img.email{
    margin-right: 5px;
    width: 16px;
    height: 16px;
    filter: hue-rotate(80deg) saturate(150%) brightness(200%);
}
.nav-container{
   height: 80px;
   width: 80%;
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
}
.nav-bar-logo{
    height: 80px;
    width: 300px;
    display: flex;
    justify-content: start;
    align-items: center;
    justify-self: start;
}
.nav-bar-logo a{
    width: 300px;
    height: 80px;
}
.nav-bar-logo img{
    height: 80px;
    width: 300px;
    object-fit: cover;
}
.nav-bar-models{
    height: 80px;
    width: auto;
    display: flex;
    justify-content: end;
    align-items: center;
    justify-self: end;
    margin-right: 20px;
}
.nav-bar-models ul{
    height: 80px;
    margin-right: 20px;
    width: auto;
    padding: 0px;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}
.nav-bar-models ul li{
    list-style: none;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
}
.nav-bar-models ul li a{
    text-decoration: none;
    color: rgb(230, 231, 232);
}
.nav-bar-models ul li a:hover{
    color: rgb(169, 172, 174);
    transition: color 0.3s;
}
@media (max-width: 500px){
    header{
        width: 100%;
        min-height: 110px;
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        z-index: 1000;
        background-color: transparent;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }
    .nav-contact {
        min-height: 40px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Arial', sans-serif;
        font-size: 15px;
        padding-bottom: 3px;
        border-bottom: rgb(230, 231, 232) 2px solid;
    }
    .nav-contact-container{
        min-height: 40px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .nav-container{
        height: 60px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
     }
    .nav-bar-logo{
        height: 60px;
        width: 200px;
        display: flex;
        justify-content: start;
        align-items: center;
        justify-self: start;
    }
    .nav-bar-logo a{
        width: 200px;
        height: 60px;
    }
    .nav-bar-logo img{
        height: 60px;
        width: 200px;
        object-fit: cover;
    }
    
}
/* ########## Image Section ##########*/
.img-container h1{
    top: 25%;
    position: absolute;
    left: 11.5%;
    font-family: 'Arial', sans-serif;
    font-size: 60px;
    color: rgb(230, 231, 232);
    z-index: 10;
    padding-bottom: 10px;
}
.img-container h1::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px; 
    height: 6px;
    background-color: rgb(230, 231, 232);
}
.img-container{
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
.img-container img{
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 80vh;
    opacity: 0.9;
    filter: brightness(40%);
    object-fit: cover;
}
@media (max-width: 500px) {
    .img-container h1{
        width: 300px;
        top: 200px;
        position: absolute;
        left: 20px;
        font-family: 'Arial', sans-serif;
        font-size: 28px;
        color: rgb(230, 231, 232);
        z-index: 10;
        padding-bottom: 10px;
    }
    .img-container h1::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px; 
        height: 6px;
        background-color: rgb(230, 231, 232);
    }
    .img-container{
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 0;
    }
    .img-container img{
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 60vh;
        opacity: 0.9;
        filter: brightness(40%);
        object-fit: cover;
    }
}
/* ########## Servicos Section ##########*/
.servicos{
    position: relative;
    width: 100%;
    min-height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-bottom: rgb(0, 0, 0) 3px solid;
    background-color: rgb(255, 255, 255);
}
.servicos h2{
    position: relative;
    width: 80%;
    text-align: start;
    font-family: 'Arial', sans-serif;
    font-size: 36px;
    color: #000000;
    margin: 0px;
    margin-top: 50px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    margin-left: 70px;
}
.servicos h2::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px; 
    height: 4px;
    background-color: #000000;
}
.servicos-container{
    position: relative;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
.servico-card{
    position: relative;
    width: 260px;
    height: 250px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.servico-card:hover{
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.servico-card a{
    text-decoration: none;
    width: 260px;
    height: 250px;  
}
.servico-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.servico-card h3{
    align-items: center;
    justify-content: center;
    display: flex;  
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    color:  rgb(230, 231, 232);
    background-color:rgb(169, 172, 174);
    bottom: 0px;
    width: 100%;
    height: 45px;
    font-size: 18px;
    margin: 0px;
    z-index: 2;
}
.servico-card p{
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 45px); /* Ocupa o espaço acima do h3 */
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #ffffff;
    opacity: 0; /* Escondido por padrão */
    transition: opacity 0.3s ease; /* Animação suave */
    z-index: 1;
}
.servico-card:hover p{
    color: rgb(230, 231, 232);
    z-index: 10;
    opacity: 1;
}
.servicos-button{
    margin-top: 30px;
    margin-bottom: 30px;
    width: 300px;
    height: 60px;
    border-radius: 10px;
    background-color: rgb(169, 172, 174);
    color: rgb(230, 231, 232);
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    cursor: pointer;
    transition: background-color 0.3s;
    border: none;
}
.servicos-button:hover{
    background-color: rgb(0, 0, 0);
}
@media (max-width: 500px) {
    .servicos{
        position: relative;
        width: 100%;
        min-height: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        flex-wrap: wrap;
        box-sizing: border-box;
        border-bottom: rgb(0, 0, 0) 3px solid;
        background-color: rgb(255, 255, 255);
        gap: 15px;
    }
    .servicos h2{
        position: relative;
        width: 345px;
        font-family: 'Arial', sans-serif;
        font-size: 25px;
        color: #000000;
        margin: 0px;
        margin-top: 50px;
        padding-bottom: 5px;
    }
    .servicos h2::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px; 
        height: 4px;
        background-color: #000000;
    }
    .servicos-container{
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .servico-card{
        position: relative;
        width: 170px;
        height: 140px;
        background-color: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        box-sizing: border-box;
        overflow: hidden;
        transition: transform 0.3s, box-shadow 0.3s;
    }
    .servico-card:hover{
        transform: translateY(-3px);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    }
    .servico-card a{
        text-decoration: none;
        width: 170px;
        height: 140px;  
    }
    .servico-card img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
    }
    .servico-card h3{
        align-items: center;
        justify-content: center;
        display: flex;  
        font-family: 'Arial', sans-serif;
        font-weight: bold;
        text-decoration: none;
        position: absolute;
        color:  rgb(230, 231, 232);
        background-color:rgb(169, 172, 174);
        bottom: 0px;
        width: 100%;
        height: 25px;
        font-size: 10px;
        margin: 0px;
        z-index: 2;
    }
    .servico-card p{
        position: absolute;
        top: 0;
        width: 100%;
        height: calc(100% - 25px); /* Ocupa o espaço acima do h3 */
        margin: 0;
        padding: 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.7);
        font-family: 'Arial', sans-serif;
        font-size: 12px;
        color: #ffffff;
        opacity: 0; /* Escondido por padrão */
        transition: opacity 0.3s ease; /* Animação suave */
        z-index: 1;
    }
    .servico-card:hover p{
        color: rgb(230, 231, 232);
        z-index: 10;
        opacity: 1;
    }
    .servicos-button{
        margin-top: 20px;
        margin-bottom: 30px;
        width: 240px;
        height: 35px;
        border-radius: 10px;
        background-color: rgb(169, 172, 174);
        color: rgb(230, 231, 232);
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        cursor: pointer;
        transition: background-color 0.3s;
        border: none;
    }
    .servicos-button:hover{
        background-color: rgb(0, 0, 0);
    }
}

/* ########## Passo a Passo Section ##########*/
.passo{
    position: relative;
    width: 100%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
}
.passo-titulo{
    font-family: 'Arial', sans-serif;
    font-size: 40px;
    color: #000000;
    margin: 0px;
    margin-bottom: 30px;
}
.passo-container{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}
.passo1, .passo2, .passo3{
    width: 450px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    background-color: rgb(230, 231, 232);
    border-radius: 20px;
    margin-bottom: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.passo1 img, .passo2 img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 20px;
}
.passo3 img{
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 20px;
    filter: invert(1) brightness(18%);
}
.passo1 h1, .passo2 h1, .passo3 h1{
    font-family: 'Arial', sans-serif;
    font-size: 28px;
    color: #000000;
    margin: 0px;
    margin-bottom: 10px;
}
.passo1 h2, .passo2 h2, .passo3 h2{
    font-family: 'Arial', sans-serif;
    font-size: 22px;
    color: #000000;
    margin: 0px;
    margin-bottom: 50px;
}
.passo1 p, .passo2 p, .passo3 p{
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    color: #000000;
    text-align: center;
    margin: 0px;
    padding: 0 10px;
}
@media (max-width: 500px){
    .passo{
        position: relative;
        width: 100%;
        min-height: 700px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-sizing: border-box;
        background-color: rgb(255, 255, 255);
    }
    .passo-titulo{
        font-family: 'Arial', sans-serif;
        font-size: 25px;
        color: #000000;
        margin: 0px;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .passo-container{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    .passo1, .passo2, .passo3{
        width: 350px;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        box-sizing: border-box;
        background-color: rgb(230, 231, 232);
        border-radius: 20px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    }
    .passo1 img, .passo2 img{
        width: 100px;
        height: 100px;
        object-fit: cover;
        margin-bottom: 10px;
    }
    .passo3 img{
        width: 100px;
        height: 100px;
        object-fit: cover;
        margin-bottom: 10px;
        filter: invert(1) brightness(18%);
    }
    .passo1 h1, .passo2 h1, .passo3 h1{
        font-family: 'Arial', sans-serif;
        font-size: 22px;
        color: #000000;
        margin: 0px;
        margin-bottom: 10px;
    }
    .passo1 h2, .passo2 h2, .passo3 h2{
        font-family: 'Arial', sans-serif;
        font-size: 18px;
        color: #000000;
        margin: 0px;
        margin-bottom: 25px;
    }
    .passo1 p, .passo2 p, .passo3 p{
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        color: #000000;
        text-align: center;
        margin: 0px;
    }
}
/* ########## Sobre Section ##########*/
.sobre{
    position: relative;
    width: 100%;
    min-height: 1500px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: rgb(230, 231, 232);
    border-bottom: rgb(0, 0, 0) 2px solid;
    border-top: rgb(0, 0, 0) 2px solid;
}
.sobre-container{
    width: 100%;
    min-height: 1500px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.missao, .visao, .valores{
    height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.missao-l{
    background-color: rgb(169, 172, 174);
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.missao-l img{
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.missao-r{
    background-color: rgb(169, 172, 174);
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    flex-direction: column;
}
.missao-r h1{
    font-family: 'Arial', sans-serif;
    font-size: 32px;
    color: #ffffff;
    margin: 0px;
    margin-bottom: 40px;
    margin-left: 20px;
    border-bottom: 2px solid #ffffff;
}
.missao-r p{
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-align: start;
    margin-top: 0px;
    margin-left: 20px;
    width: 75%;
}
.visao-l{
    background-color: rgb(230, 231, 232);
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
    flex-direction: column;
}
.visao-l h1{
    font-family: 'Arial', sans-serif;
    font-size: 32px;
    color: #000000;
    margin: 0px;
    margin-bottom: 40px;
    margin-right: 20px;
    border-bottom: 2px solid #000000;
}
.visao-l p{
    width: 75%;
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    color: #000000;
    text-align: end;
    margin: 0px;
    margin-right: 20px;
}
.visao-r{
    background-color: rgb(230, 231, 232);
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.visao-r img{
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.valores-l{
    background-color: rgb(169, 172, 174);
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.valores-l img{
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.valores-r{
    background-color: rgb(169, 172, 174);
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
    flex-direction: column;
}
.valores-r h1{
    font-family: 'Arial', sans-serif;
    font-size: 32px;
    color: #ffffff;
    margin: 0px;
    margin-left: 20px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ffffff;
}
.valores-r p{
    margin-left: 20px;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    color: #ffffff;
    text-align: start;
    width: 75%;
}
@media (max-width: 500px){
.sobre{
    position: relative;
    width: 100%;
    min-height: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: rgb(230, 231, 232);
    border-bottom: rgb(0, 0, 0) 2px solid;
    border-top: rgb(0, 0, 0) 2px solid;
}
.sobre-container{
    width: 100%;
    min-height: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.missao, .visao{
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.missao-l{
    background-color: rgb(169, 172, 174);
    height: 45%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.missao-l img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.missao-r{
    background-color: rgb(169, 172, 174);
    height: 55%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.missao-r h1{
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    color: #ffffff;
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ffffff;
}
.missao-r p{
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: start;
    margin: 0px;
    width: 90%;

}
.visao-l{
    background-color: rgb(230, 231, 232);
    height: 55%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.visao-l h1{
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    color: #000000;
    margin: 0px;
    margin-bottom: 10px;
    border-bottom: 2px solid #000000;
}
.visao-l p{
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #000000;
    text-align: start;
    margin: 0px;
    width: 90%;
}
.visao-r{
    background-color: rgb(230, 231, 232);
    height: 45%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.visao-r img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.valores{
    height: 700px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.valores-l{
    background-color: rgb(169, 172, 174);
    height: 30%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.valores-l img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.valores-r{
    background-color: rgb(169, 172, 174);
    height: 70%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.valores-r h1{
    font-family: 'Arial', sans-serif;
    font-size: 20px;
    color: #ffffff;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 00px;
    border-bottom: 2px solid #ffffff;
}
.valores-r p{
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: start;
    margin: 0px;
    width: 90%;
}
}
/* ########## Porque nos escolher Section ##########*/
.porque{
    position: relative;
    width: 100%;
    min-height: 650px;
    max-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    border-bottom: rgb(0, 0, 0) 3px solid;
}
.porque-container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.porque-container h1{
    width: 100%;
    text-align: center;
    font-family: 'Arial', sans-serif;
    font-size: 36px;
    color: #000000;
    margin: 0px;
    margin-right: 30px;
    margin-bottom: 70px;
    height: auto;
}
.porque-esq{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 60px;
    padding-right: 30px;
    padding-top: 0px;
    box-sizing: border-box;
}
.porque-esq h2{
    align-self: flex-start;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    list-style: none;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 100px;
}
.porque-esq p{
    width: 80%;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #000000;
    text-align: left;
    align-self: flex-start;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 100px;
}
.porque-dir{
    width: 50%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 0px;
    box-sizing: border-box;
}
.porque-dir h2{
    align-self: flex-start;
    font-family: 'Arial', sans-serif;
    font-size: 24px;
    color: #000000;
    text-align: left;
    text-decoration: none;
    list-style: none;
    margin-bottom: 10px;
    margin-top: 20px;
    margin-left: 50px;
}
.porque-dir p{
    width: 80%;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    color: #000000;
    text-align: left;
    align-self: flex-end;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-right: 100px;
}
@media (max-width: 500px){
    .porque{
        position: relative;
        width: 100%;
        min-height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        background-color: rgb(255, 255, 255);
    }
    .porque-container{
        width: 100%;
        min-height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .porque-esq{
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .porque-esq img{
        width: 100%;
        height: 300px;
        object-fit: cover;

    }
    .porque-dir{
        width: 100%;
        min-height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
        
    }
    .porque-dir h1{
        font-family: 'Arial', sans-serif;
        font-size: 25px;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        margin-left: 20px;
    }
    .porque-dir h1::after{
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100px; 
        height: 4px;
        background-color: #000000;
    }
    .porque-dir h2{
        margin-top: 5px;
        font-family: 'Arial', sans-serif;
        font-size: 18px;
        color: #000000;
        text-decoration: none;
        list-style: none;
        margin-left: 20px;
    }
    .porque-dir p{
        margin-left: 50px;
        font-family: 'Arial', sans-serif;
        font-size: 14px;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
/* ########## Equipe Section ##########*/
.equipe{
    position: relative;
    width: 100%;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    padding: 60px 0;
    border-top: rgb(0, 0, 0) 2px solid;
}
.equipe h1{
    font-family: 'Georgia', serif;
    font-size: 42px;
    font-weight: normal;
    color: #2d3436;
    margin: 0;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 15px;
}
.equipe h1::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #2d3436;
}
.equipe-container{
    width: 80%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 100px;
    justify-items: center;
}
.equipe-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 450px;
}
.equipe-img{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 4px solid #e0e0e0;
}
.equipe-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.3s ease;
}
.equipe-card:hover .equipe-img img{
    transform: scale(1.05);
}
.equipe-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.equipe-info h2{
    font-family: 'Arial', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #2d3436;
    margin: 0;
    margin-bottom: 8px;
}
.equipe-info h3{
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #2d3436;
    margin: 0;
    margin-bottom: 4px;
}
.equipe-info p{
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    color: #636e72;
    margin: 0;
    margin-top: 10px;
    line-height: 1.5;
    max-width: 300px;
}
@media (max-width: 900px){
    .equipe-container{
        grid-template-columns: 1fr;
        gap: 50px;
        width: 90%;
    }
    .equipe h1{
        font-size: 32px;
    }
}
@media (max-width: 500px){
    .equipe{
        min-height: auto;
        padding: 40px 0;
    }
    .equipe h1{
        font-size: 26px;
        margin-bottom: 40px;
    }
    .equipe-container{
        grid-template-columns: 1fr;
        gap: 40px;
        width: 90%;
    }
    .equipe-img{
        width: 150px;
        height: 150px;
    }
    .equipe-info h2{
        font-size: 20px;
    }
    .equipe-info h3{
        font-size: 13px;
    }
    .equipe-info p{
        font-size: 14px;
    }
}
/* ########## Footer Section ##########*/
.footer{
    position: relative;
    width: 100%;
    min-height: 450px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.footer-container{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer a:hover{
    text-decoration: underline;
}
.footer-logo{
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    width: 250px;
    height: 450px;
}
.footer-logo img{
    width: 200px;
    height: 100px;
    align-self: start;
    object-fit: cover;
    
}
.footer-logo p{
    width: 100%;
    margin-top: 10px;
    margin-left: 15px;
    align-self: start;
    text-align: left;
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    color: rgb(230, 231, 232);
}

.whatsapp-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background-color: #25D366;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 20px;
    margin-top: 25px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}
.whatsapp-btn:hover{
    background-color: #1da851;
    transform: scale(1.05);
    text-decoration: none;
}
.whatsapp-btn-icon{
    width: 20px !important;
    height: 20px !important;
    max-width: 20px;
    max-height: 20px;
    min-width: 20px;
    min-height: 20px;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}
.footer-links{
    position: relative;
    display: flex;
    justify-items: center;
    align-items: start;
    flex-direction: column;
    width: 250px;
    height: 450px;
}
.footer-links h2{
    font-family: 'Arial', sans-serif;
    font-size: 22px;
    color: rgb(230, 231, 232);
    margin-top: 30px;
    margin-bottom: 17px;
    padding-bottom: 5px;
    border-bottom: 2px solid  rgb(169, 172, 174);
}
.footer-links ul{
    padding: 0px;
    margin-top: 30px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
}
.footer-links ul li a{
    text-decoration: dashed;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    color: rgb(230, 231, 232);
}
.footer-servicos{
    position: relative;
    display: flex;
    justify-items: center;
    align-items: start;
    flex-direction: column;
    width: 250px;
    height: 450px;
}
.footer-servicos h2{
    font-family: 'Arial', sans-serif;
    font-size: 22px;
    color: rgb(230, 231, 232);
    margin-top: 30px;
    margin-bottom: 17px;
    padding-bottom: 5px;
    border-bottom: 2px solid  rgb(169, 172, 174);
}
.footer-servicos ul{
    padding: 0px;
    margin-top: 30px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 10px;
}
.footer-servicos ul li a{
    text-decoration: dashed;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    color: rgb(230, 231, 232);
}
.footer-contato{
    position: relative;
    display: flex;
    justify-items: center;
    align-items: center;
    flex-direction: column;
    height: 450px;
    width: 450px;
}
.footer-contato h2{
    font-family: 'Arial', sans-serif;
    font-size: 22px;
    color: rgb(230, 231, 232);
    margin-top: 30px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid  rgb(169, 172, 174);
}
.footer-contato input{
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 450px;
    height: 40px;
    margin-bottom: 10px ;
    border-radius: 5px;
    border: none;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
}
.footer-contato textarea{
    padding-left: 5px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    width: 450px;
    height: 170px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    resize: none;
}
.footer-contato button{
    margin-left: 3px;
    width: 450px;
    height: 40px;
    border-radius: 10px;
    margin-bottom: 10px;
    background-color: rgb(169, 172, 174);
    color: #000000;
    font-family: 'Arial', sans-serif;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.footer-contato button:hover{
    background-color: rgb(130, 132, 134);
}
@media (max-width: 500px){
    .footer-container{
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
    }
    .footer a:hover{
        text-decoration: underline;
    }
    .footer-logo{
        display: flex;
        justify-items: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 290px;
        border-bottom: 2px solid  rgb(169, 172, 174);
        margin-bottom: 20px;
    }
    .footer-logo img{
        width: 230px;
        height: 120px;
        object-fit: cover;
    }
    .footer-logo p{
        width: 300px;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left: 25px;
        font-family: 'Arial', sans-serif;
        font-size: 15px;
        color: rgb(230, 231, 232);
    }
    .footer-links{
        display: flex;
        justify-items: center;
        align-items: start;
        flex-direction: column;
        width: 100%;
        height: 250px;
        border-bottom: 2px solid  rgb(169, 172, 174);
        margin-bottom: 20px;
    }
    .footer-links h2{
        font-family: 'Arial', sans-serif;
        font-size: 20px;
        color: rgb(230, 231, 232);
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 2px solid  rgb(169, 172, 174);
        margin-left: 25px;
    }
    .footer-links ul{
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 15px;
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 10px;
        margin-left: 25px;
    }
    .footer-links ul li a{
        text-decoration: dashed;
        font-family: 'Arial', sans-serif;
        font-size: 15px;
        color: rgb(230, 231, 232);
    }
    .footer-servicos{
        display: flex;
        flex-direction: column;
        justify-items: center;
        align-items: start;
        width: 100%;
        height: 280px;
        border-bottom: 2px solid  rgb(169, 172, 174);
        margin-bottom: 20px;
    }
    .footer-servicos h2{
        font-family: 'Arial', sans-serif;
        font-size: 20px;
        color: rgb(230, 231, 232);
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 2px solid  rgb(169, 172, 174);
        margin-left: 25px;
    }
    .footer-servicos ul{
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 15px;
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 10px;
        margin-left: 25px;
    }
    .footer-servicos ul li a{
        text-decoration: dashed;
        font-family: 'Arial', sans-serif;
        font-size: 15px;
        color: rgb(230, 231, 232);
    }
    .footer-contato{
        position: relative;
        display: flex;
        justify-items: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 450px;
    }
    .footer-contato h2{
        font-family: 'Arial', sans-serif;
        font-size: 20px;
        color: rgb(230, 231, 232);
        margin-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 2px solid  rgb(169, 172, 174);
    }
    .footer-contato form{
        display: flex;
        justify-items: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: 100%;
    }
    .footer-contato input{
        padding-left: 5px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        width: 330px;
        height: 40px;
        margin-bottom: 10px ;
        border-radius: 5px;
        border: none;
        font-family: 'Arial', sans-serif;
        font-size: 16px;
        padding-left: 5px;
    }
    .footer-contato textarea{
        padding-left: 5px;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 0px;
        width: 330px;
        height: 170px;
        margin-bottom: 10px;
        border-radius: 5px;
        border: none;
        font-family: 'Arial', sans-serif;
        font-size: 16px;
        resize: none;
    }
    .footer-contato button{
        margin-left: 3px;
        width: 330px;
        height: 40px;
        border-radius: 10px;
        margin-bottom: 10px;
        background-color: rgb(169, 172, 174);
        color: #000000;
        font-family: 'Arial', sans-serif;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s;
    }
    .footer-contato button:hover{
        background-color: rgb(130, 132, 134);
    }
}

/* ########## Menu Hambúrguer ##########*/
/* Botão hambúrguer (três pontinhos) */
.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.menu-toggle span {
    width: 8px;
    height: 8px;
    background-color: rgb(230, 231, 232);
    border-radius: 50%;
    transition: all 0.3s ease;
    display: block;
}

.menu-toggle:hover span {
    background-color: rgb(169, 172, 174);
    transform: scale(1.2);
}

/* Responsivo - Menu hambúrguer aparece em telas menores */
@media (max-width: 1050px) {
    .menu-toggle {
        display: flex;
    }
    
    .nav-bar-models {
        position: absolute;
        top: 100%;
        right: 10%;
        background-color: rgb(27, 27, 27);
        width: 250px;
        height: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s ease;
        box-shadow: none;
        border-radius: 0 0 10px 10px;
        display: block;
    }
    
    .nav-bar-models.active {
        height: auto;
        max-height: 500px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        border-top: 2px solid rgb(169, 172, 174);
    }
    
    .nav-bar-models ul {
        flex-direction: column;
        gap: 0;
        padding: 10px 0;
        height: auto !important;
        margin: 0 !important;
        display: flex;
    }
    
    .nav-bar-models ul li {
        width: 100%;
        list-style: none;
    }
    
    .nav-bar-models ul li a {
        display: block !important;
        padding: 15px 20px;
        border-bottom: 1px solid rgb(50, 50, 50);
        color: rgb(230, 231, 232) !important;
        text-decoration: none;
        font-size: 16px;
    }
    
    .nav-bar-models ul li:last-child a {
        border-bottom: none;
    }
    
    .nav-bar-models ul li a:hover {
        background-color: rgb(50, 50, 50) !important;
        color: rgb(169, 172, 174) !important;
    }
}