body, html {
    font-family: 'Nunito', Arial, Helvetica, sans-serif !important;
    font-size: .93rem;
    overflow-x: hidden;
}
.banner-oscarodivel {
    position: relative;
    background-image: url('../../img/transportadora-oscarodivel.jpg');
    background-size: cover;
    background-position: top center;
    min-height: 55vw;
    min-height: 400px;
    height: 55vw;
    max-height: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
@media (max-width: 768px) {
    .banner-oscarodivel {
        height: 300px;
        min-height: 200px;
        max-height: 400px;
    }
    .banner-oscarodivel h1 {
        font-size: 1.2rem;
        padding: 10px 10px;
    }
}
.banner-oscarodivel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* camada escura sobre a imagem */
    z-index: 1;
}
.banner-oscarodivel h1 {
    color: #05570c;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 20px 40px;
    border-radius: 10px;
    background: none;
    font-size: 3.5vw;
    max-width: 90vw;
}

.banner-oscarodivel-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 70vw;

    background: rgba(0,0,0,0.4);
    border-radius: 10px;
    padding: 20px;
    z-index: 2;
}

/* banner transportes */
.banner-transportes-oscarodivel {
    position: relative;
    background-image: url('../../img/transporte-de-mercadorias.jpg');
    background-size: cover;
    background-position: center;
    min-height: 55vw;
    min-height: 400px;
    height: 55vw;
    max-height: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
@media (max-width: 768px) {
    .banner-transporte-oscarodivel {
        height: 300px;
        min-height: 200px;
        max-height: 400px;
    }
    .banner-transporte-oscarodivell h1 {
        font-size: 1.2rem;
        padding: 10px 10px;
    }
}
.banner-transporte-oscarodivel::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); /* camada escura sobre a imagem */
    z-index: 1;
}
.banner-transporte-oscarodivel h1 {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    padding: 20px 40px;
    border-radius: 10px;
    background: none;
    font-size: 2.5vw;
    max-width: 90vw;
}


.card {
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    transition: box-shadow 0.3s, transform 0.3s;
}
.card:hover, .card:focus {
    box-shadow: 0 8px 24px rgba(0,0,0,0.25);
    transform: translateY(-8px) scale(1.03);
    z-index: 2;
}


.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color:rgb(14, 236, 133) !important;

}
.navbar-nav .nav-item .nav-link {
    font-size: 1rem !important;
    font-weight: bold !important;
    
}

.fullwidth-banner-img {
    width: 100vw;
    height: auto;
    object-fit: cover;
}

.fullwidth-banner-container {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.fullwidth-banner-text {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: rgb(252, 250, 250);
    width: 80vw;
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    padding: 20px;
}

/* Responsividade para tablets */
@media (max-width: 991px) {
    .fullwidth-banner-text {
        width: 90vw;
        padding: 15px;
        font-size: 1rem;
    }
}

/* Responsividade para telemóveis */
@media (max-width: 575px) {
    .fullwidth-banner-text {
        width: 98vw;
        padding: 10px;
        font-size: 0.95rem;
        top: 50%;
    }
    .fullwidth-banner-text h2,
    .fullwidth-banner-text h5 {
        font-size: 1.1rem;
    }
    .fullwidth-banner-text a.btn {
        font-size: 0.95rem;
        padding: 8px 16px;
    }
}

 

.row-oscarodivel-text {
    font-size: 1.7rem;
    text-align: center;
    background-color: #4abf60;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin: 0;
    width: 100vw;
}

.btn-orcamento {
    background-color: #fff !important;
    color: #28a745 !important;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    /*border: 2px solid #4abf60;*/
    padding: 0.75rem 2.5rem;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(40,167,69,0.10);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    position: relative;
    z-index: 3;
}
.btn-orcamento:hover, .btn-orcamento:focus {
    background-color: #075504 !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(40,167,69,0.25);
}



.btn-consulta {
    background-color: #fff !important;
    color: #28a745 !important;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    padding: 0.75rem 2.5rem;
   /* border-radius: 0.5rem;*/
    box-shadow: 0 2px 8px rgba(40,167,69,0.10);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
    position: relative;
    z-index: 3;
}
.btn-consulta:hover, .btn-consulta:focus {
    background-color: #075504 !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(40,167,69,0.25);
}

.copycolor {
 
    background-color: #28a745;
    color: #fff;
}


.text-justify {
    text-align: justify !important;
}

.navbar-nav .nav-link {
    font-size: 16px;
}