.embed-responsive{
    height: 400px !important;
}


.slick-next {
    right: 20px !important;
    z-index: 2 !important;
}

.slick-prev {
    left: 20px !important;
    z-index: 2 !important;
}



.cardValores{
    color: #7F92B1;
    position: relative;
    z-index: 1;
    background: transparent;
   /* background: transparent;*/
}
@media (min-width: 1024px) {
    .stick {
        margin-top: -122px;
        position: sticky;
        padding-top: 20px;
    }
}

/*
.cardValores:before{
    content: '';
    border: 5px solid #E43337;
    height: 10px;
    z-index: -2;
    top: -5px;
    left: 0px;
    width: 100%;
    position: absolute;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}*/

.cardValores:after{
    content: '';
    border: 5px solid #2A3D59;
    height: 10px;
    z-index: -2;
    bottom: -5px;
    left: 0px;
    width: 100%;
    position: absolute;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.cardValores .card-body{
    background: #fff;
    border-radius: 5px;
    padding: 22px;
}
/*
.cardValores .card-body{
   z-index: 2;
    position: relative;
    border: 2px solid blue;
}*/

.cardValores h3{
    font-size: 1rem;
    font-weight: 700;
    color: #2A3D59;
    margin-bottom: 1rem;
}
.cardValores .imvVisitas i{
    color: #D33134;
    font-size: 2rem;
    margin-right: 1rem;
}

.cardValores strong{
    color: #2A3D59;
    font-weight: 700;
}
.cardValores strong.total{
    font-size: 1.27rem;
}
.cardValores .detAluguel{
    padding-top: 4px;
    padding-bottom: 4px;
}
.cardValores .detAluguel small{
    font-weight: 300;
}
.cardValores .detAluguel small.legenda{
    color: #2A3D59;
    font-size: 0.85rem;
}
.cardValores .detAluguelTotal{
    padding: 8px;
    border: 1px solid #CFD2D6;
    border-radius: 5px ;
    margin-top: 4px;
    margin-bottom: 4px;
}
.cardValores .btn-primary{
    font-size: 1.27rem;
}
.cardValores .btn-outline-secondary{
    background-color: #46B741;
    border-color: #46B741;
    color: #fff;
}
.cardValores .btn-outline-secondary:hover{
    background-color: #46B741;
    color: #fff;
}

.btn-fotos-slider{
    height: 47px;
    line-height: 47px;
    background: #000000cf;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0rem 1.2rem;
    color: #fff;
}
.btn-fotos-slider:hover{
    background: #000;
    color: #fff;
}
.btn-fotos-slider i{

}

.sectionSlider{
    position: relative;
}
.sectionSlider .container{
    position: relative;
    margin-top: -67px;
}


.sectionImovelDetalhes{
   /* margin-top: -122px;*/

}

.sectionImovelDetalhes .title-page h2{
    font-size: 2.13rem;
    margin-top: 4px;
    margin-bottom: 4px;
    font-weight: 500;
}
.sectionImovelDetalhes .title-page .sufixo{
    color: #000;
    font-size: 1.0rem;
}

.sectionImovelDetalhes .informacoes,
.sectionImovelDetalhes .informacoes p{
    font-size: 1.13rem;
    font-weight: 500;
    line-height: 1.6em;
}

.embed-responsive-video{
    border-radius: 8px ;
}

.sectionImovelDetalhes .itensImovel{
    /* border: 1px solid #CFD2D6;
     border-radius: 5px;
    padding: 8px;

     */
    display: flex;
    flex-wrap: wrap;
    /*max-width: 482px;*/
    justify-content: center;
}
.sectionImovelDetalhes .itensImovel .flex{
    padding: 8px;
    text-align: center;
}
.sectionImovelDetalhes .itensImovel .flex i{
    color: #a9a9a9;
    font-size: 1.56rem;
}
.sectionImovelDetalhes .itensImovel .flex span{
    display: block;
    color: #2A3D59;
    font-weight: 700;
    font-size: 0.85rem;
}


@media (max-width: 576px) {
    .sectionImovelDetalhes .title-page h2{
        font-size: 1.8rem;
    }
    .sectionImovelDetalhes .breadcrumb-item,
    .sectionImovelDetalhes .title-page .sufixo{
        font-size: 0.9rem;
    }
    .sectionImovelDetalhes .itensImovel .flex{
        padding: 8px;
    }
}

.imgSlider{
    height: 360px;
}


.mapaembed iframe{
    border: 2px solid #ddd;
}

.lazySlider {
    background: #000 url("/themes/site/assets/img/imoveis-fundo.webp") repeat-x;
    background-size: contain;
    background-position: center center;
    height: 360px;

}

.fotoramaDisabled{
    height: 0px;
    overflow: hidden;
}
.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
    background: #000000ba;
}

.gallery{
    border-radius: 8px;
}