
body {
    scroll-behavior: smooth;
    /*font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;*/
}

.bg-azul {
    background-color: #0A2A56 !important;
}

.navbar {
    background-color: #0A2A56; /* Azul escuro */
}

    .navbar a, .navbar-brand {
        color: #fff !important;
    }

.navbar-nav .nav-link {
    position: relative;
    padding-bottom: 5px;
    margin-right: 15px;
    transition: color 0.3s;
    font-size: 1.0rem; /* 1.2, 1.3 */
}

    .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 2px;
        background-color: #fff;
        transition: width 0.3s;
    }

    .navbar-nav .nav-link.active::after {
        width: 100%;
    }


.header {
    background: #0A2A56;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 90px;
}

.vitrine {
    margin-top: 170px;
    margin-bottom: 0px;
}

/* Camada translucida
            header .overlay {
                position: absolute;
                left: 0;
                right: 0;
                top: 45%;
                height: 15%;
                background: rgba(245, 245, 245, 0.1);
                z-index: 0;
            }

            div acima da camada translucida
            header .container {
                position: relative;
                z-index: 1;
            }*/
.header-img {
    border-radius: 15px;
}

.shadow-perspective {
    box-shadow: -10px 10px 15px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

/*h2.fw-bold {
            position: relative;
            padding-bottom: 15px;
        }
            h2.fw-bold::after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                width: 140px;
                height: 4px;
                background-color: black;
                border-radius: 2px;
            }*/

h3 {
    color: #333333; /*#4d4d4d*/
    font-family: 'Liberation Sans';
}

.title {
    width: 99%;
    font-family: Arial, Helvetica, sans-serif;
}

.vitrine-title {
    font-family: 'Montserrat', sans-serif; /*Montserrat, Poppins, Nunito Sans, Exo 2, Rubik*/
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-size: 34px;
}

.subtitle {
    width: 95%;
    font-size: 18px;
    margin-bottom: 1rem;
}

.botao-contato {
    color: white;
    font-size: 22px;
    border: 2px solid white;
    border-radius: 20px;
    /*margin-left: -60px; margin-top: 40px; margin-bottom: 25px;*/
    width: 180px;
    text-align: center;
    margin-bottom: 1rem;
}

.icon {
    font-size: 3rem;
    color: #0A2A56;
    font-variation-settings: 'wght' 200; /* controla espessura */
}

.icon-2 {
    font-size: 8rem;
    color: #0A2A56; /*#1F8B4C, #25D366, #075E54, #128C7E*/
    font-variation-settings: 'wght' 200; /* controla espessura */
}

.botao-radius {
    border: 2px solid white;
    border-radius: 20px;
}

footer {
    background: #0A2A56;
    color: white;
    text-align: center;
    padding: 20px 0;
}

    footer#contato h5 {
        margin-bottom: 1.5rem;
    }

    footer#contato p {
        margin-bottom: 1.1rem;
        line-height: 2.0;
    }

    footer#contato .copyrig {
        margin-top: 8rem;
        padding-top: 1rem;
    }
