/*----------------------------------------------
    SOBREESCRITURA
----------------------------------------------*/
.bar-contact
{
    position: fixed;
    background-color: #fff;
}
.bar-contact .contact ul li a
{
    color: #135851;
}
/*---*/


.content-general
{
    margin-top: 150px;
}
.content-general .about-property-images
{
    margin-bottom: 3em;
}
.content-general .about-property-images span
{
    font-size: 0.8em;
    color: #aaa;
    display: block;
    text-align: center;
}

#contentProperties{
    width: 90%;
    min-height: 50vh;
    margin: auto;
    padding: 0;
    position: relative;
    z-index: 87;
}

#contentProperties .empty-properties
{
    position: absolute;
    width: 100%;
    height: 200px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#contentProperties .empty-properties span
{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (orientation: portrait) {
    .main-title{
    width: 100%;
    }
    .main-title .title
    {
        width: 100%;
    }
    .main-title .title h1{
        font-size: 3em;
    }
    #contentProperties
    {
        width: 100%;
    }
}
@media screen and (orientation: landscape) {
    .main-title
    {
        width: 100%;
    }
    .main-title .title
    {
        width: 100%;
    }
    .main-title .title h1{
        font-size: 3em;
    }
    #contentProperties
    {
        width: 100%;
    }
}



/*
-----------------------------------------------------
CONTROLS-SHOP
-----------------------------------------------------
*/
.page-shop{
    margin: auto; margin-bottom: 20px;
    display: block;
}
.page-shop button, .page-shop span{
    width: 40px; height: 40px; margin: 5px; padding-top: 0;
    color: rgba(50,50,50);
    border: none;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.4s;
}
.page-shop button{
    background: #DDDDDD;
    cursor: pointer;
    border-radius: 4px;
}
.page-shop button:hover{
    background: rgba(0, 0, 0, 0.06);
}