#video{

    background-image: url('../img/barra-laranja-10.png') , url('../img/barra-laranja-10.png');
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: contain;
    

}

.folhas{
    background-image:  url('../img/folha-10.png'),url('../img/foto-localiza-o-10.png');
    background-position: left, center;
    background-repeat: no-repeat;
    background-size: 300px ,cover;
    min-height: ;
}

.fachada{
    background-image: url('../img/fachada-diurna-10.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: ;
}
.titulo-fachadanoturna{
    
font-family: 'Alverata';
font-style: normal;
font-weight: 300;
font-size: 48px;
line-height: 47px;
/* ou 98% */
letter-spacing: -0.04em;

color: #FFFFFF;

 
}


*{
    font-family: 'Alverata';
}


.galeria-temdemelhor{
    background-image: url('../img/fundo-textura-amarela-10.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: ;
}


.bg-header{

background-image: url('../img/textura-2-10.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-height: ;

}

.bg-cards{
    background-image: url('../img/fundo-galeria-1-10.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: ;
}

.bg-paramorar{

background-image: url('../img/textura-galeria-rooftop-10.png'), linear-gradient(#F7EAD6 , #F7EAD6)  ;
background-position: -25%;
background-repeat: no-repeat;
background-size: contain;
 

}
.swiper-pagination{
    position: unset !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ffffff !important;
}


@media (max-width: 800px ) {
    .bg-paramorar{
        background-image: unset;
    }

.folhas{
    background-image: url('../img/foto-localiza-o-10.png');
    background-size: cover;
 
}

}


.remodal{
    background-color: #802100 !important;
}