.bg-img {
    background-color: #e0b650;
    padding-top: 89px;
}

.servicosAction {
    height: 390px;

    background-image: url(../images/banner-servicos.webp);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: bottom;

    p {
        background: rgba(255, 255, 255, 0.60);
    }
}

.boxServicos {
    border: solid 1px #ffffff00;
}

.boxTitle {
    height: 200px;
    background-color: #dddddd;

    h2 {
        font-size: calc(1.325rem + 2vw);
    }
}

.conteudoServicos {
    p {
        font-weight: 500;
    }
}

.sectionBackground {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-position: top;
    background-size: cover;

    h2 {
        font-size: calc(1.325rem + 2.22vw);
    }
}

.video-banner {
    width:600px;
    height: 415px;
}

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

.backgroundGeologia {
    
    background-image: linear-gradient(rgb(0 0 0 / 50%), rgba(46, 30, 30, .5)), url(../images/geologia.webp);
}

.backgroundMineracao {
    background-image: linear-gradient(rgb(0 0 0 / 50%), rgba(46, 30, 30, .5)), url(../images/mineral.webp);
}

.backgroundMeioAmbiente {
    background-image: linear-gradient(rgb(0 0 0 / 50%), rgba(46, 30, 30, .5)), url(../images/meio-ambiente.webp);
}

.backgroundeGoprocessamento {
    background-image: linear-gradient(rgb(0 0 0 / 50%), rgba(46, 30, 30, .5)), url(../images/geoprocessamento.webp);
}

.backgroundOutorga {
    background-image: linear-gradient(rgb(0 0 0 / 50%), rgba(46, 30, 30, .5)), url(../images/outorga.webp);
}

.cardServicos {
    img {
        width: 32px;
        height: 32px;
    }
}

@media screen and (max-width:992px) {
    .bg-img{
        height: 100%;
    }

    .video-banner {
        width:100%;
    }
}


@media only screen and (max-width: 576px) {
    .servicosAction {
        background: none;
    }
}