/*
Theme Name: Imob Ecorbis
Author: Ecorbis
Author URI: https://www.ecorbis.pt
Version: 2.0.1
Text Domain: ecorbis
Template: ecorbis
*/

.nav1 > li > a {
    position: relative;
    display: block;
    padding: 7px 15px;
}

.cd-form {
    height: 100px;
}

.row{
    margin-right: 0px;
    margin-left: 0px;
}

@media (max-width: 1400px) {
    .nav1 > li > a {
        position: relative;
        display: block;
        padding: 7px 10px;
    }
}

/* DOUBLE NAV BAR */

nav {
    line-height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.5s;
}

nav.scrollUp {
    transform: translateY(-51px);
}

nav.scrollUp .small-logo img {
    transform: translateY(31px);
    transition: all 0.5s;
}

.navbar-inverse .navbar-nav2 > li > a {
    color: #fff;
    background-color: #16a085;
}

.navbar-inverse .navbar-nav2 > .active > a, .navbar-inverse .navbar-nav2 > .active > a:hover, .navbar-inverse .navbar-nav2 > .active > a:focus {
    color: #fff;
    background-color: rgb(16, 92, 108);
}

.navbar-nav2:hover a:hover {
    color: #fff;
    background-color: rgb(16, 92, 108);
}          

.navbar-nav2 > li > a {
    line-height: 20px;
}

.languagepicker2 {
    background-color: #16a085;
    color: #fff;
    margin: 0 0;
}

.languagepicker2 a {
    color: #fff;
}

.languagepicker2 li:hover {
    color: #fff;
    background-color: rgb(16, 92, 108);
    z-index: 1000;
}

.languagepicker2 a:first-child li {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}

.hide-nav2 {
    visibility: hidden;
}

@media (max-width: 994px) {
    .big {
        display: block !important;
        padding-left: 30px;
    }

    .hide-nav {
        visibility: hidden;
    }

    .hide-nav2 {
        visibility: visible !important;
    }

    nav {
        line-height: 40px;
    }

    .navbar-rest{
        box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 3px;
    }

    nav.scrollUp {
        transform: translateY(0px);
    }

    nav.scrollUp .small-logo img {
        transform: translateY(0px);
    }

    .languagepicker {
        height: 55px;
    }

    .nav > li > a {
        padding: 8px 15px !important;
    }

    .languagepicker a:first-child li {
        padding-top: 0px;
    }

    .languagepicker li {
        padding: 5px 10px !important;
        line-height: 20px;
    }

    .large:hover {
        height: 57px;
    }
}                   

@media (min-width: 995px) {
    .navbar-nav2 .navbar-right:last-child {
        margin-right: -15px;
    }

    .navbar-nav2 {
        margin: 0;
    }

    .navbar-nav2 > li {
        float: left;
    }

    .navbar-nav2 > li > a {
        padding: 15px 15px !important;
    }

    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 20px;
    }
}

/*BLOG STYLE*/

.ion-minus {
    padding: 0px 10px;
}

.gridtext {
    text-align: initial !important;
}

.longtext {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 29px !important;
    margin-bottom: 30px !important;
    text-align: justify !important;
}

.cd-form {
    height: 100px;
}

.cd-form {
    position: relative;
    width: 100%;
    height: 100px;
    background: white;
}

.cd-submit {
    line-height: 0px;
}

.cd-email {
    padding-left: 5px;
}

.imob-title {
    color: rgb(16, 92, 108);
    font-weight: 700;
    margin: 10px;
}

.imob-text {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    margin: 10px;
    text-align: justify;
}

figure {
    background: #fff;
    overflow: hidden;
}

.vl {
    border-left: 6px solid #16a085;
    height: auto;
}

li {
    text-align: justify;
}

li:hover {
    background-color: transparent;
}

ul {
    margin-left: 40px;
    list-style-type: disc;
}

ol {
    margin-left: 40px;
    list-style-type: decimal;
    color:black;
}
/*Ultimos Artigos FIM*/

/*Biografia*/
#bio{
    background: transparent;
    color: black;
}

#bio .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: black;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    font-size: 20px;
    font-weight: bold;
}
#bio .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: black;
    font-size: 14px;
}

.bio-pad {
    padding-left: 200px
}

.bio-img {
    height: 170px;
    width: 160px;
    width: auto; 
    float: left; 
    padding-top: 10px; 
    margin-left: 20px;
}

.foto-escritor {
    width: 230px; 
    height: 230px;
    float: right;
    position: absolute;
    top: 75px;
    right: 20%;
}

.escritor {
    width: 50vw;
}

@media (max-width: 1275px) {
    .foto-escritor {
        right: 10%;
    }
}

@media (max-width: 910px) {
    .foto-escritor {
        right: 5%;
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: transparent;
    }
}

@media (max-width: 768px) {
    .foto-escritor {
        width: 150px; 
        height: 150px;
    }

    .escritor {
        width: 60vw;
        padding-left: 20px
    }
}

@media (max-width: 600px) {
    .bio-pad {
        padding-left: 0px;
        margin: 10px
    }

    .bio-img {
        float: none; 
    }

    .foto-escritor {
        position: relative;
        top: 0px;
        left: 30vw;
        float: left;
        margin-bottom: 20px;
    }

    .escritor {
        width: 94vw;
    }
}
/*Biografia*/

.grid-container-support {
    display: inline-grid;
    grid-template-columns: 50% 50%;
    width: calc(100vw - 16px);
}

/*Carrosel de Noticias*/
#myCarousel .carousel-caption {
    left:0;
    right:0;
    bottom:0;
    text-align:left;
    padding:25px;
    background:rgba(0,0,0,0.6);
    text-shadow:none;
}

#myCarousel .list-group {
    position:absolute;
    top:0;
    right:0;
}
#myCarousel .list-group-item {
    border-radius:0px;
    cursor:pointer;
}
#myCarousel .list-group .active{
    background-color:#eee;
}

#owl-demo .item img{
    display: block;
    width: 100%;
    height: auto;
}

.grid-container1 {
    display: grid;
    grid-template-columns: 75% 350px;
    margin-left: 50px;
    margin-right: 50px;
    grid-column-gap: 50px;
}

.grid-container2 {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
}

.grid-item2 {
    font-size: 20px;
    text-align: center;
}

.grid-container-int-1 {
    display: grid;
    grid-template-columns: 50% 50%;
}

.grid-container-int-2 {
    display: grid;
    grid-template-columns: auto auto auto;
}

.grid-item-int-2 {
    margin: 5px 5px;
}

.grid-item-int-2-wraper {
    margin: 20px 0px;
}

.grid-item-int-3 {
    grid-column: 1 / span 2;
    grid-row: 1;
    height: 45px;
}

.ce_img {
    width: 100px;
    padding-bottom: 10px
}

.ce_premium {
    padding-left: 10px;
    height: 120px;
    padding-bottom: 10px;
}

.imobagent {
    background-color: rgb(16, 92, 108);
    -webkit-box-shadow: 0 7px 4px #777;
    -moz-box-shadow: 0 7px 4px #777;
    box-shadow: 0 7px 4px #777;
    cursor: pointer;
    padding: 5px 0px
}

#mapid {
    height: 400px;
}

.tab {
    width: 350px;
    background-color: rgb(255, 255, 255);
    border-bottom: 0 none;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.46);
    height: 577.75px;
}

/* Style the Image Used to Trigger the Modal */
.row:after {
    content: "";
    display: table;
    clear: both;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 94035;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    background-color: black;
}

/* The Close Button */



/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    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);
}
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Caption text */
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

img.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}
img.hover-shadow {
    transition: 0.3s
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform:scale(1.05);
}

.zoom {
    position: absolute;
    z-index: 3;
    padding-top: 20px;
    padding-right: 20px;
    background: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 10px;
    margin-left: 110px;
}

.zoom i {
    color: #fff;
    position: relative;
    left: 10px;
    top: -7px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.zoom:hover {
    background: rgba(0, 0, 0, 0.9);
}

.zoom:hover i {
    transform: scale(1.3);
}

/* OWL */
.wrapper {
    max-width: 100vw;
}

.owl-nav {
    text-align: center;
}

.owl-nav div {
    width: 100px;
    height: 50px;
    display: inline-block;
    background: black;
    border-radius: 10px;
    padding: 10px 0;
    cursor: pointer;
}

owl-item {
    width: 100%;
}

.owl-nav div i {
    font-size: 50px;
    color: #fff;
}

.item img {
    width: auto;
    max-width: 70vw;
    max-height: -moz-calc(100vh - (240px));
    max-height: -webkit-calc(100vh - (240px));
    max-height: calc(100vh - (240px));
    height: auto;
}

.item-modal {
    width: auto;
    height: auto;
    max-height: calc(100vh - (32px));
    background: black;
    text-align: center;
}

.item-modal img {
    width: auto;
    max-width: 100vw;
    max-height: -moz-calc(100vh - (32px));
    max-height: -webkit-calc(100vh - (32px));
    max-height: calc(100vh - (32px));
    height: auto;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #bcbcbe;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active span:hover {background: #16a085;}
.owl-theme .owl-dots .owl-dot span:hover {background: #16a085;}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 50px;
    background: transparent;
    cursor: pointer;
    border-radius: 3px;
    width: 50px;
    height: -moz-calc(100% - 30px);
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 0%;
    display: block!IMPORTANT;
    border: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.owl-next {
    right: 0px
}

.owl-prev i, .owl-next i {
    color: #ccc;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#bar{
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #105C6C;
}

#progressBar{
    width: 100%;
    background: #EDEDED;
}

.grid-container {
    display: grid;
    grid-template-columns: auto;
    margin: 80px 0 0 260px;
}

/*Cartão de Imóveis Imoblarge*/
.grid-container-imoblarge {
    max-height: 250px;
    width: auto;
    display: grid;
    grid-template-columns: 444px auto 150px;
    grid-gap: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.carousel-inner > .item > img {
    margin: 0 auto;
}

.item1 {
    max-height: 250px;
    height: 250px;
    box-shadow: 8px 0 10px -6px black;
    background-color: rgb(16, 92, 108);
}

.item1 img {
    max-height: 250px;
    height: 250px;
}

.item2 {
    padding: 20px 20px 0px 20px;
    color: #333;
}

.item3 {
    text-align: center;
    font-size: 30px;
    box-shadow: -8px 0 10px -6px black
}

.grid-container-imoblarge-info {
    width: 100%;
    display: grid;
    grid-template-columns: 40px 75px 65px 145px;
    grid-gap: 15px;
}

.item-imoblarge-info {
    border-top: 1px rgba(0, 0, 0, .5);
    margin: 10px 0px;
    position: relative;
    top: 30%;
    transform: translateY(-30%);
}

.item-imoblarge-info2 {
    border-top: 1px rgba(0, 0, 0, .5);
    margin: 10px 0px;
    position: relative;
    top: 30%;
    transform: translateY(-30%);
    padding: 10px 0px 0px 5px;
}

.item-imoblarge-info3 {
    border-top: 1px rgba(0, 0, 0, .5);
    margin: 10px 0px;
    position: relative;
    top: 30%;
    transform: translateY(-30%);
    padding: 0px 0px 0px 5px;
}

.grid-container-agent {
    display: grid;
    grid-template-columns: calc(50vw - 140px) 180px calc(50vw - 190px);
    grid-gap: 15px;
    margin: 10px 50px;
}

.grid-item  {
    padding: 10px 40px;
}

.controlador  {
    width: 100vw; 
    height: 100px
}

.control_imob {
    height: auto;
    overflow: auto;
    padding-top: 100px;            
}

.grid-container-similar {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
}

.pesq {
    display: none
}

.sidebar_search {
    position: absolute;
    top: initial;
    padding-top: 10px;
}

.orderby {
    padding-left: 20px;
    float: right;
}

.cellnum {
    padding: 15px 60px;
    font-size: 16px
}

.contactmail {
    padding: 15px 60px;
    font-size: 16px
}

.grid-item1 {
    text-align: center;
    font-size: 20px;
}

.grid-item3 {
    font-size: 14px;
    text-align: center;
    grid-row: span 20;
}

.grid-item4 {
    font-size: 20px;
    text-align: center;
    grid-column: span 2;
}

.grid-container-imobsmall {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .5), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.item1small {
    max-height: 250px;
    height: 250px;
    box-shadow: 8px 0 10px -6px black;
    background-color: rgb(16, 92, 108);
}

.item1small img {
    max-height: 250px;
    height: 250px;
}

.item2small {
    padding: 0px 20px 0px 20px;
    color: #333;
}

.item3small {
    display: none;
}

.item-imobsmall-info {
    border-top: 1px rgba(0, 0, 0, .5);
    margin: 10px 0px;
    position: relative;
    top: 30%;
    transform: translateY(-30%);
}

.item-imobsmall-info2 {
    border-top: 1px rgba(0, 0, 0, .5);
    margin: 10px 0px;
    position: relative;
    top: 30%;
    transform: translateY(-30%);
    padding: 10px 0px 0px 5px;
}

.item-imobsmall-info3 {
    border-top: 1px rgba(0, 0, 0, .5);
    margin: 10px 0px;
    position: relative;
    top: 30%;
    transform: translateY(-30%);
    padding: 0px 0px 0px 5px;
}

@media (max-width: 1800px) {
    .grid-container-similar {
        grid-template-columns: auto auto;
    }    
}

@media (max-width: 1720px) {
    .grid-container1 {                
        grid-template-columns: 70vw 350px;
        grid-column-gap: 30px;
    }
}

@media (max-width: 1650px) {
    .grid-container1 {                
        grid-template-columns: 68vw 350px;
    }
}

@media (max-width: 1540px) {
    .grid-container1 {                
        grid-template-columns: 66vw 350px;
    }
}

@media (max-width: 1450px) {
    .grid-container1 {                
        grid-template-columns: 63vw 350px;
    }
}

@media (max-width: 1350px) {
    .grid-container1 {                
        grid-template-columns: 61vw 350px;
    }

    .grid-container {
        grid-template-columns: auto auto;
    }

    .grid-container-imoblarge {
        max-height: 487px;
        height: 487px;
        width: 444px;
        grid-template-columns: auto;
    }

    .item2 {
        padding: 0px 20px 0px 20px;
    }

    .item3 {
        display: none;
    }

    .grid-item  {
        padding: 10px 0px 30px 40px;
    }

    .grid-container-imoblarge-info {
        width: 100%;
        display: grid;
        grid-template-columns: 40px 75px 65px 145px;
        grid-gap: 15px;
    }

    .item-imoblarge-info {
        border-top: 1px rgba(0, 0, 0, .5);
        margin: 10px 0px;
        position: relative;
        top: 30%;
        transform: translateY(-30%);
    }

    .item-imoblarge-info2 {
        border-top: 1px rgba(0, 0, 0, .5);
        margin: 10px 0px;
        position: relative;
        top: 30%;
        transform: translateY(-30%);
        padding: 10px 0px 0px 5px;
    }

    .item-imoblarge-info3 {
        border-top: 1px rgba(0, 0, 0, .5);
        margin: 10px 0px;
        position: relative;
        top: 30%;
        transform: translateY(-30%);
        padding: 0px 0px 0px 5px;
    }

    .grid-container-agent {
        display: grid;
        grid-template-columns: calc(50vw - 140px) 180px calc(50vw - 190px);
        grid-gap: 15px;
        margin: 10px 50px;
    }
}

@media (max-width: 1280px) {
    .grid-container1 {                
        grid-template-columns: 58vw 350px;
    }

    .grid-item  {
        padding: 10px 0px 30px 20px;
    }
}

@media (min-width: 1210px) {
    .contactagentsmall {
        display: none;
    }
}

@media (max-width: 1210px) {
    .grid-container {
        grid-template-columns: auto;
    }

    .grid-container-imoblarge {
        max-height: 250px;
        height: 250px;
        width: 842px;
        grid-template-columns: 442px 400px;
    }

    .item2 {
        padding: 20px 20px 20px 20px;
    }

    .grid-container1 {
        grid-template-columns: 75% 25%;
        margin-left: 50px;
        margin-right: 50px;
        grid-column-gap: 0px;
    }

    .top_title {
        grid-column: span 1 !important;
    }

    .grid-item1 {
        grid-column: span 2;
    }

    .grid-item3 {
        grid-column: span 2;
    }

    .grid-item4 {
        grid-column: span 2;
    }

    .grid-container-similar {
        grid-template-columns: auto auto;
    }

    .contactagentbig {
        display: none;
    }

    .zoom {
        margin-left: 80px;    
    }

    .tab {
        width: 100%;
        height: auto;
    }

    .pull-right {
        float: unset !important;
    }

    .md-textarea2 {
        height: 70px;
    }

    .tab5agent {
        height: 270px !important;
    }
}

@media (min-width: 1130px) {
    .close_tab {
        display: none
    }
}

@media (max-width: 1130px) {
    .order {
        width: 90vw !important;
        margin: 0 10px 10px 30px !important;
    }

    .item2 {
        padding: 20px 20px 20px 20px;
    }

    .grid-container {
        margin: 80px 0 0 40px;
    }

    .sidebar_search {
        left: -260px;
        z-index: 1000;
        background-color: white;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        padding-top: 0px;
    }

    .sidebar_search:hover, .sidebar_search:active {
        left: 0px;
    }

    .pesq {
        display: block;
        width: 40px;
        height: 40px;
        background-color: #16a085;
        position: absolute;
        z-index: 1;
        top: 80px;
        left: 260px;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .close_tab {
        color: #105C6C;
        position: absolute;
        top: -5px;
        right: 10px;
        font-size: 40px;
        font-weight: bold;
        opacity: 1 !important;
        z-index: 100000;
        float: right;
        text-shadow: 0 1px 0 #fff;
    }
}

@media (max-width: 995px) {
    .controlador  {
        height: 50px;
    }

    .imob-title {
        font-size: 22px;
    }

    .imob-text {
        font-size: 16px;
    }

    .grid-container-similar {
        grid-template-columns: auto;
        grid-gap: 10px;
    }

    .control_imob {
        padding-top: 60px;
    }

    #mapid {
        height: 300px;
    }

    .panel-heading {
        height: 120px !important;
        padding: 0px 15px !important;
    }

    .panel-body {
        margin-top: 0px;
        padding: 0px 15px 0px 15px !important;
    }
}

@media (max-width: 915px) {
    .grid-container-imoblarge {
        max-height: 487px;
        height: 487px;
        width: 444px;
        grid-template-columns: auto;
    }

    .item2 {
        padding: 0px 20px 20px 20px;
    }

    .item2 p {
        margin-top: 2px;
        margin-bottom: 2px;
    }
    
    .item2small {
        padding: 0px 20px 20px 20px;
    }

    .item2small p {
        margin-top: 2px;
        margin-bottom: 2px;
    }
}

@media (max-width: 650px) {
    .grid-container1 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .imob-title {
        margin: 5px 10px;
    }

    .imob-text {
        font-size: 14px;
        margin: 0px 10px;
    }

    #mapid {
        height: 200px;
    }

    .top_title {
        grid-column: span 2 !important;
    }

    .zoom {
        margin-left: 60px;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 2px 2px;
    }

    .item img {
        max-width: 100vw;
        max-height: -moz-calc(100vh - (120px));
        max-height: -webkit-calc(100vh - (120px));
        max-height: calc(100vh - (120px));
    }

    .item-modal img {
        max-height: -moz-calc(100vh - (90px));
        max-height: -webkit-calc(100vh - (90px));
        max-height: calc(100vh - (90px));
    }

    .zoom {
        width: 40px;
        height: 40px;
        padding-top: 13px;
    }

    .zoom i {
        font-size: 18px;
    }

    .grid-container-int-1 {
        grid-template-columns: auto;
    }
    
    .divisioncss {
        grid-template-columns: auto !important;
    }

    .grid-container-int-2 {
        grid-template-columns: auto auto;
    }
    
    .grid-container-imobsmall {
        width: 95vw;
    }
        
    .item-imobsmall-info2 {
        font-size: 14px
    }
    
    .grid-container-imoblarge-info {
        grid-template-columns: 40px 75px 65px 120px;
        grid-gap: 5px;
    }
}

@media (max-width: 525px) {
    .grid-container {
        margin: 100px 0 0 0px;
    }

    .grid-item {
        padding: 10px 0px 30px 0px;
    }

    .grid-container-imoblarge {
        max-height: none;
        height: auto;
        width: 100vw;
    }

    .orderby {
        padding-left: 0px;
        float: none;
    }

    .item1 {
        max-height: none;
        height: auto;
        width: 100vw;
    }
    
    .item1small {
        max-height: none !important;
        height: auto !important;
        width: 95vw;
    }
    
    .item2small {
        width: 95vw;
    }

    p {
        margin: 0 0 5px;
    }

    .item-imoblarge-info {
        margin: 2px 0px;
    }

    .item-imoblarge-info2 {
        margin: 2px 0px;
    }

    .item-imoblarge-info3 {
        margin: 2px 0px;
    }

    .item2 {
        padding: 0px 20px 2px 20px;
    }
    
    .item2small {
        padding: 0px 20px 2px 20px;
    }
}

@media (max-width: 500px) {
    .tab6agent {
        height: 300px !important;
    }

    .tab5agent {
        height: 310px !important;
    }

    .cellnum {
        padding: 6px 0px 20px 0px;
    }

    .cellnum {
        padding: 6px 0px 20px 0px;
    }

    .contactmail {
        padding: 5px 0px 60px 45px;
    }

    .grid-container-int-2 {
        grid-template-columns: auto;
    }
}

.imob-title {
    color: #333;
    font-weight: 700;
    margin: 10px;
}

.imob-text {
    color: #333;
    font-weight: 400;
    margin: 10px;
    text-align: justify;
}

.container-concelhos {
    height: auto;
    overflow: auto;
    padding-top: 80px;
    padding-bottom: 30px;
}

.btn {
    text-transform: none;
    font-size: 12px;
}