#container-mapas{
    height: 90vh;
    position: relative;
}
#content-front-info-mapas{
    position: absolute;
    z-index: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid #CBC793;
}
#title-maps{
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100px;
    background-color: #25846A;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-bottom-right-radius: 100px;
}
#title-maps h1{
    font-size: 20px;
}

#container-titulo-img-onde-estamos{
    width: 100%;
    text-align: center;
}
#container-titulo-img-onde-estamos img{
    width: 230px;
}
@media(min-width:1500px) {
    #container-titulo-img-onde-estamos img{
        width: 300px;
    }
}

@media(max-width:992px) {
    #container-titulo-img-onde-estamos img{
        width: 230px;
    }
}

#content-mapas{
    padding: 20px;
}


.btn-ativo-maps{
    border: 2px solid #25846A;
    color: #125341;
    background-color: #E3FFF7;
    border-radius: 10px;
    padding: 10px 25px;
    font-weight: 600;
    transition: 200ms;
}
.btn-ativo-maps:hover{
    opacity: .8;
    transition: 200ms;
}
.btn-inativo-maps{
    border: none;
    color: #125341;
    background-color: transparent;
    border-radius: 10px;
    font-weight: 600;
    padding: 10px 25px;
    transition: 200ms;
}
.btn-inativo-maps:hover{
    opacity: .8;
    transition: 200ms;
}


.btn-acessar-mapa{
   background-color: #25846A;
   color: white;
   padding: 10px 30px;
   border-radius: 15px;
   transition: 400ms;
}
.btn-acessar-mapa:hover{
    opacity: .8;
    transition: 400ms;
 }


@media(min-width:1500px){
    #container-mapas{
        height: 65vh;
    }
    #title-maps{
        width: 20%;
        padding: 40px;
        border-bottom-right-radius: 120px;
    }
    #title-maps h1{
        font-size: 24px;
    }

    .btn-ativo-maps{
        font-size: 25px;
    }
    .btn-inativo-maps{
        font-size: 25px;
    }


    .btn-acessar-mapa{
        font-size: 25px;
     }

     #txt-comercial, #txt-fazenda{
        font-size: 20px;
     }
}



@media(max-width:992px){
    #container-mapas{
        height: 90vh;
        margin-top: -5px !important;
    }

    #title-maps{
        width: 44%;
        padding: 10px;
        justify-content: center;
        border-bottom-right-radius: 80px;
        font-size: 14px;
    }
}