/* header imovel*/


.header_imovel {
    height: 60vh;
    position: relative;
}

/* syles banner mobile */
.bannermobileimg {
    vertical-align: middle;
    min-width: 100%;
    max-width: 100%;
    height: 60vh;
    object-fit: contain;
}

/* Slideshow container */
.slideshow-mobile {
    height: 60vh;
    position: relative;
    margin: auto;
}

/* nextmobile & previous buttons */
.prevmobile, .nextmobile {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "nextmobile button" to the right */
.nextmobile {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prevmobile:hover, .nextmobile:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fademobile {
    animation-name: fademobile;
    animation-duration: 1.5s;
}

@keyframes fademobile {
    from {opacity: .4}
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prevmobile, .nextmobile,.text {font-size: 11px}
}

/*fim banner mobile*/

.banner-row{display: none;}

@media only screen and (min-width: 768px) {

    /*banner mobile*/
    .slideshow-mobile{display: none;}

    /* banner Deskyop */

    .banner-row {
        display: flex;
        flex-wrap: wrap;
    }

    /* Create two equal columns that sits next to each other */
    .column {
        flex: 100%;
        cursor: pointer;
        position: relative;
    }

    .columnprincipal {
        flex: 100%;
        cursor: pointer;
    }

    .column img {
        vertical-align: middle;
        min-width: 100%;
        max-width: 100%;
        height: 30vh;
        object-fit: cover;
    }

    .column img:hover,
    .columnprincipal img:hover {
        opacity: 0.8;
    }

    .columnprincipal img {
        vertical-align: middle;
        min-width: 100%;
        max-width: 100%;
        height: 60vh;
        object-fit: cover;
    }

    #img-link {
        filter: blur(20px) grayscale(20%);
        -webkit-filter: blur(5px);
    }

    .mais-fotos {
        color: #fff;
        position: absolute;
        top: 40vh;
        right: 5vw;
        padding: 10px;
        border: 2px solid #fff;
    }

}


@media only screen and (min-width: 600px) {
    .columnprincipal {
        flex: 40%;
    }

    .column {
        flex: 20%;
    }
}

@media only screen and (min-width: 768px) {
    .columnprincipal {
        flex: 50%;
    }

    .column {
        flex: 10%;
    }
}

/* modal  */

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 10;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 2% auto;
    /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;

}
/* Could be more or less, depending on screen size */

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Css modal imagens */

.modal-img {
    vertical-align: middle;
    min-width: 100%;
    max-width: 100%;
    height: 60vh;
    object-fit: contain;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white;
}

.active,
.demo:hover {
    opacity: 1;
}

.container-img{
    display: none;
}

.modal-plantas, .modal-video{
    display: none;
}

/*whats*/
#whatsapp {
    display: flex;
    justify-content: center;
    width: 90px;
    border-radius: 50px;
    align-items: center;
    position:fixed;
    bottom:50px;
    right:10px;
    background-color:#25d366;
    z-index:100;
}
#svgwhats{
    width: 60px;
    margin: 0;
}

.whatsapp-icon {
    margin-top:13px;
}

/*  div do preço  e contatar*/

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color:#FFF;
    padding: 50px;
    font-size: 20px;
}

.divbtn{
    position: absolute;
    top: 52vh;
    display: flex;
    flex-flow: row wrap;
    margin-left: 20px;
}

.iframetourvirtual{
    width: 90vw;
    height: 80vh;
}

/* botoes planta e video */

.btnplanta, .btnvideo{

    display: flex;
    align-items: center;
    margin-left: 5px;
    width: 100px;
    height: 30px;
    border: none;
    background-color:rgb(25,31,25, 0.8);
    color: #f1f1f1;
}

.btnplanta:hover, .btnvideo:hover, .btntour:hover{  background-color:#191F23;}

.btnplanta{border-top-left-radius: 25px}
.btnvideo{border-top-right-radius: 25px}

/* Container  */

/* tag */

.tag-dest{
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    zoom: 1;
    padding: 2px 10px;
    border-radius: 4px;
}

.brevelancamento{
    background-color: #ff0062;
    color: rgb(0, 0, 0);
}

.lancamento{
    background-color: #590274;
    color: #fff;
}

.construcao{
    background-color: #037716;
    color: rgb(0, 0, 0);
}

.pronto{
    background-color: #85450a;
    color: #fff;
}

.exclusividade{
    background-color: #000000;
    color: #fff;
}

.investidor{
    background-color: #00ffea;
    color: rgb(0, 0, 0);
}

.cemporcento{
    background-color: #ff0000;
    color: #fff;
}
.taabelespecial{
    background-color: #ffee00;
    color: rgb(0, 0, 0);
}
.mabaixo{
    background-color: #200f5e;
    color: #fff;
}

/*Aside*/

.valor{
    font-size: 45px;
}

@media only screen and (min-width: 600px) {
    aside {
        position: absolute;
        width: 25vw;
        top: 60vh;
    }
    .aside-preco {
        background-color: #ffffff;
        border-radius: 30px;
        margin-bottom: 10px;
        -webkit-box-shadow: 5px 5px 18px -7px #000000;
        box-shadow: 5px 5px 18px -7px #000000;
    }
    .aside-contato {
        border-radius: 10px;
        background-color: #ffffff;
        padding: 35px 0;
        -webkit-box-shadow: 5px 5px 18px -7px #000000;
        box-shadow: 5px 5px 18px -7px #000000;
    }
}


/*descrição do imóvel*/

.property-description{
    font-size: 1.2em;
}

.property-icon{
    font-size: 1.2em;
}
.property-icon svg{margin:4px;}

@media only screen and (min-width: 600px) {
    .property-icon svg{margin:5px 5px 5px 10px;}
}

/* ul da area do condominio */

.ul-area{
    display: inline-block;
    line-height: 2;
    padding: 0;
    list-style: none;
}

.ul-area li{
    font-size: 18px ;
    position: relative;
    width: 100%;
    float: left;
    padding: 15px 5px 5px 0;
}

@media only screen and (min-width: 600px) {
    .ul-area li{
        width: 50%;
    }
}

@media only screen and (min-width: 960px) {
    .ul-area li{
        width: 25%;
    }
}

.ul-area li:before {
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    background-color: #313131;
    top: 25px;
    left: 0;
}


/*localização */

.iframegoogle{
    width: 80%;
    height: 200%;
}


/* formulario visita */

/* .divformvisita{
  display: none;
} */

