.fotos{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content;   
    margin-top: 50px;
}

.galeria-descricao{
    display: grid;
    grid-template-columns: 40%;
    grid-template-rows: max-content;
    justify-content: center;
    margin-bottom: 50px;
    text-align: center;
}

.title-negocios{
    font-size: 2rem;
    color: #2e4159;
    font-family: 'CamptonLight';
}

.text-negoicos{
    font-family: 'CamptonSemiBold';
}


.texto-desfrute{
    color: black;
    font-family: 'Barlow-Light';
    margin-bottom: 20px;
    font-size: 2.3rem;
    margin-top: 20px;
}

.galeria-texto{
    padding-top: 0px;
}

.texto-bem-estar{
    font-family: 'CamptonBold';

}

.galeria-fotos img{
    width: auto;
    height: 420px;
    margin-left: 10px;
}

.subtitle-construcao {
    font-size: 2rem;
    margin-top: 10px;
}



.galeria-fotos .image-9{
    width: 300px;
}

.slick-dots li:first-child {
    display: none;
}

    /*--------- arrows ---------*/
    .slick-next{ right:45px!important; }
    .slick-prev{ left:13px!important; }
    .slick-arrow{ z-index:2!important; }

@media only screen and (max-width: 813px) {
    
    .galeria-descricao{
        display: grid;
        grid-template-columns: 90%;
        grid-template-rows: max-content max-content;
        justify-content: center;
    }

    .galeria-descricao p{
        display: inline;
    }

    .galeria-texto {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    
.texto-desfrute{
    color: black;
    font-family: 'Barlow-Light';
    margin-bottom: 20px;
    font-size: 1.5rem;
    margin-top: 20px;
}


.subtitle-construcao {
    font-size: 1.2rem;
    margin-top: 10px;
}



}