
    html {
        scroll-behavior: smooth;
    }

    .valor h2,
    .sobre h2{
        font-family: "Merriweather", serif;
        font-size: 35px;
    }

    .valor p,
    .sobre p {
        font-family: "Nunito", sans-serif;
        color: #171819;
        font-weight: 500;
        font-size: 20px;
    }


    /* Navbar fixa */
    .navbar {
        background-color: #0d0e13; 
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    .navbar-nav .nav-link {

        font-family: "Nunito", sans-serif;
        color: #dfba61;
        font-weight: 500;
        line-height: 1.5;
        margin-left: 15px;
    }
    .navbar-nav .nav-link:hover {
        color: #dfba61;
    }

    .hero {
        min-height: 650px;
        background: url('imgs/banner.jpg') no-repeat center center;
        background-size: cover;
        padding: 80px 0;
    }

    .hero p {
        font-family: "Nunito", sans-serif;
        color: #ffffff;
        font-weight: 500;
        margin: 5px;
    }

    .bi-whatsapp {
        margin: 10px;
    }

    .botao {
        background-color: transparent;
        color: #dfba61;
        border: 2px solid #dfba61;
        border-radius: 30px;
        padding: 1rem 2rem;
        width: 60%;
        font-family: "Nunito", sans-serif;
        font-size: 1rem;
        font-weight: bold;
        transition: all 0.3s ease;
        text-decoration: none;

    }

    .botao:hover {
        background-color: rgb(223, 186, 97);
        border: 2px solid #dfba61;
        color: #171819;
        box-shadow: 0 0 10px rgba(223, 186, 97, 0.6);
    }

    .sobre h3{
        font-family: "Nunito", sans-serif;
        color: #515457;
        font-weight: 600;
        font-size: 25px;
    }

    .btn-custom {
        font-family: "Nunito", sans-serif;
        color: #171819;
        font-weight: 600;
        font-size: 20px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        transition: 0.3s;
    }

    .btn-custom:hover {
        color: #515457;
        transform: translateX(4px);
    }

    .valor h4{
        font-family: "Merriweather", serif;
        color: #171819;
        font-weight: 600;
        font-size: 26px;
    }

    .valor h3{
        font-family: "Nunito", sans-serif;
        color: #515457;
        font-weight: 600;
        font-size: 20px;
    }

    .valor p{
        font-family: "Nunito", sans-serif;
        color: #171819;
        font-weight: 500;
        font-size: 17px;
    }

    .bg-dourado {
        background-color: #dfba61;
        }

    .bg-cinza {
        background-color: #d9d9d9
       
    }

    .valor {
        min-height: 100vh; 
        background-color: #f8f9fa; 
        padding: 80px 0; 
    }

   
    .valor .shadow-sm {
        transition: 0.3s;
    }

    .valor .shadow-sm:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    }



    .atuacao{
        min-height: 100vh; 
        background-color: #171819; 
        padding: 80px 0; 
    }

    .atuacao h2{
        font-family: "Merriweather", serif;
        color: #dfba61;
        font-size: 35px;
    }

    .atuacao h3{
        font-family: "Nunito", sans-serif;
        color: #d9d9d9;
        font-weight: 600;
        font-size: 20px;
    }

    .atuacao h5{
        font-family: "Merriweather", serif;
        color: #171819; 
        font-size: 26px;
    }

    .atuacao p{
        font-family: "Nunito", sans-serif;
        color: #171819; 
        padding-top: 10px;
        font-size: 17px;
    }

    .carousel .card {
        min-height: 300px;

    }

    .artigos{
        min-height: 100vh; 
        padding: 80px 0; 
    }


    .artigos h2{
        font-family: "Merriweather", serif;
        color: #171819;
        font-size: 35px;
    }

    .artigos h3{
        font-family: "Nunito", sans-serif;
        color: #515457;
        font-weight: 600;
        font-size: 20px;
    }

    .artigos h4{
        font-family: "Merriweather", serif;
        color: #171819;
        font-weight: 600;
        font-size: 20px;
    }

    .artigos p{
        font-family: "Nunito", sans-serif;
        color: #171819;
        font-weight: 500;
        font-size: 16px;
    }

    .artigos img{

        max-width: 35px;
        margin-top: 10px;


    }

    .artigos .btn-custom{
        font-size: 17px;
    }

    .contato{
        min-height: 650px;
        padding: 80px 0; 

        background-size: cover;
        background: url('imgs/banner-contato.png') no-repeat center center;
    }
    
    .contato h1{
        font-family: "Merriweather", serif;
        color: #171819;
        font-size: 35px;
    }

    .contato p{
        font-family: "Nunito", sans-serif;
        color: #171819;
        font-weight: 500;
        font-size: 18px;
    }

    .contato h2{
        font-family: "Nunito", sans-serif;
        color: #515457;
        font-weight: 600;
        font-size: 17px;
        padding: 2px;  
        margin: 0px;
    }

    .contato h3{
        font-family: "Nunito", sans-serif;
        color: #171819;
        font-weight: 600;
        font-size: 19px;
        padding: 2px;  
        margin: 0px;
    }

    footer {
      background-color: #171819;
      border-top: 1px solid #dfba61;
      padding: 60px 20px;
      color: #ccc;
      text-align: center;
      font-family: "Nunito", sans-serif;
    }

    footer p {
        margin: 0px;
    }

    footer a {
      color: #dfba61;
      text-decoration: none;
      transition: color 0.3s;
    }

    footer a:hover {
      color: #fff;
    }

    #artigos .col-md-3 .p-4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px; 
    
}
#carouselArtigos .carousel-indicators button {
    background-color: black !important;
}




   

    
