#triangle-bottomright{
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 18px solid #552B2C;
    border-left: 50px solid transparent;
    bottom: 8px;
}
#triangle-bottomright:after{
    content: '';
    border-bottom: 5px solid #552B2C;
    background: #552B2C;
    height: 10px;
    position: absolute;
    width: 50px;
    bottom: -28px;
    left: -50px;
}
.triangle-box {
    flex: 1;
    /*outline: 5px dotted red;*/
    position: relative;
    height: 40px;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
.com-triangulo{
    position: relative;
    flex-grow: 1;
    min-height: 60px;
    line-height: 60px;
    margin-right: 2px;
}
.sem-triangulo{
    height: 40px;
}
.triangle {
    /* THIS IS THE MAGIC: using the directional keywords instead
       of an angle in the linear gradient property*/
    background-image: linear-gradient(to right top, rgba(85,43,44,0.7) 0%, rgba(85,43,44,0.7) 50%, transparent 50%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.titulo{
    color: #552B2C;
    font-size: 22px;
    padding: 10px;
    border: solid 2px #CCCCCC;
    z-index: 2;
    background: #FFFFFF;
}
.imovel{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.imovel-fotos{
    overflow: hidden;
    position: relative;
    max-width: 100%;
    min-height: 302px;
    max-height: 302px;
    width: 100%;
}
.preco-imovel{
    color: #FFFFFF;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    position: absolute;
    top: 0px;
    right: 0px;
    background: #552B2C;
    padding: 10px;
    z-index: 3;
}
.preco-imovel:before{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 44px 23px;
    border-color: transparent transparent #552B2C transparent;
    content: '';
    position: absolute;
    top: 0;
    left: -23px;
}
.imovel-descricao{
    background: #552B2C;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px;
    width: 100%;
    text-align: left;
}
imovel-descricao2{
    background: #EEEEEE;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px;
    width: 100%;
    text-align: left;
}
ul.imovel-opcionais{
    list-style: none;
    width: 100%;
}
.imovel-opcionais{
    display: flex;
    width: 100%;
    background: #221E1F;
    padding: 15px;
    align-items: center;
    justify-content: space-around;
}
.imovel-opcionais li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #CCCCCC;
    flex-grow: 1;
}
.imovel-opcionais li:last-child {
    border: none;
}
.imovel-opcionais span{
    font-size: 13px;
    color: #FFF;
    text-align: center;
}
.imovel-opcionais p{
    font-size: 18px;
     color: #FFF;
    text-align: center;
    margin: 0;
}
.owl-nav{
    margin-top: -177px !important;
    position: relative;
    z-index: 5;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    font-size: 50px !important;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: 0px;
    /*top: 40%;*/
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: 0px;
    /*top: 40%;*/
}
.owl-theme .owl-nav [class*=owl-]{
    width: 50px;
    height: 85px;
    background: rgba(125,125,125,0.6) !important;
    border-radius: 0 !important;
}
#categoria-busca-mobile{
    display: none;
}
.botao-menu-mobile{
    display: none;
}
.form-busca{
    margin-top: -179px !important;
}
.botaoBuscar{
    float: right;
}
@media(max-width: 500px){
    .botaoBuscar{
        float: none;
    }
    #categoria-busca-mobile{
        display: flex;
    }
    .menu-desktop{
        display: none !important;
    }
    .categoria-busca{
        display: none !important;
    }
    .imovel-fotos{
        min-height: 167px;
        max-height: 167px;
    }
    .owl-nav{
        margin-top: -116px !important;
    }
    .menu-mobile{
        display: none;
    }
    .botao-menu-mobile{
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        flex-direction: column;
        text-align: center;
    }
    .form-busca{
        margin-top: 0px !important;
    }
}

.wptwa-account-mobile{
    display: block;
}
.wptwa-account{
    display: none;
}
@media(min-width: 1000px){

    .wptwa-account-mobile{
        display: none;
    }
    .wptwa-account{
        display: block;
    }
}
