@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


html{
    height: 100%;
}
body{
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.4em;
    color: #2A3D59;
    font-weight: 400;
    background-color: #EFEFEF;
}
a, a:hover{
    color: #2A3D59;
    text-decoration: none;
}


.max-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.max-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
    /* padding-bottom: 1px;*/
}

.max-line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.btn{
    font-weight: 700;
}

header{
    background-color: #fff;
}

header .menuPrincipal a.nav-link{
    font-size: 1.13rem;
    color: #2A3D59;
}

header .btn-link{
    color: #2D2D2D;
    font-weight: 700;
}
header .btn-minha-conta{

}

header .navbar-brand img{
    height: 60px;
}

header .navbar-light .navbar-toggler{
    border: 0px !important ;
}

section{
    padding-top: 40px;
    padding-bottom: 40px;
}

section.sliderSection{
    background: url("/assets/img/slider-fundo.png") center center no-repeat;
    background-size: cover;
    min-height: 520px;
    height: auto;
}

.sliderSection .prefixo{
    font-weight: 300;
}

.sliderSection h2{
    font-size: 2.8rem;
    font-weight: 700;
    margin-top: 4px;
}
.sliderSection h3{
    font-size: 1.6rem;    
    font-weight: 300;
}
.sliderSection h3 u{
    font-weight: 400;
}
.sliderSection h3 strong{
    font-weight: 700;
}

.cardFiltro{
    max-width: 770px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}
.cardFiltro .card-body{
    padding: 10px;
}
.cardFiltro .card-body .btn-encontrar{
    height: 57px !important;
    padding-left: 1rem;
    padding-right: 1rem;
}
.cardFiltro .icon1{
    font-size: 1.73rem;
    color: #7F92B1;
    margin-top: 18px;
    margin-left: 4px;
}

.cardFiltro .lblFiltro label{
    font-size: 0.87rem;
    color: #7F92B1;
    margin-bottom: 0px;
}
.cardFiltro .bootstrap-select .btn{
    background: transparent;
    border: transparent;
}

.cardFiltro .list-group{
    text-align: left;
}


.titleSection span{
    color: #7F92B1;
}

.titleSection h2{
    font-weight: 300; 
    font-size: 1.6rem;
}
.titleSection h2 strong{
    font-weight: 700;
}

.sliderImoveis .slick-dots {
    bottom: 6px !important;

}
.sliderImoveis .slick-dots li button:before {
    font-size: 10px !important;
}
.sliderImoveis .slick-dots li button:before {
color: #fff;
    opacity: .75;
}
.sliderImoveis .slick-dots li.slick-active button:before{
    color: #fff;
    opacity: 1;
}
.sliderImoveis .slick-dotted.slick-slider{
    margin-bottom: 0px;
}

.sliderImoveis .card{
    position: relative;
}
.cardImovel {
    border:0px;
}
.cardImovel .btn-favorite{
    position: absolute;
    top: 6px;
    right: 6px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    padding: 0px !important;
}
.cardImovel .card-body small{
    font-size: 0.87rem;
}
.cardImovel .card-body .prefixo{
    color: #8C99A9;
}
.cardImovel .card-title{
    font-size: 1.13rem;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 0px;
}
.cardImovel .cidade{
   font-size: 0.93rem; 
}
.cardImovel .valor{
    font-size: 1.27rem;
}
/*imoveis Section*/

/*imoveis Section*/


.chamadaSection{
    background: #2A3D59;
    color: #fff;
}
.chamadaSection h2{
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0px;
}
.chamadaSection h3{
    margin-bottom: 0px;
    font-size: 1.27rem;
    font-weight: 300;
}


.cardFavoritosTotal{
    border: 0px;
}
.cardFavoritosTotal h4{
    font-size: 1.27rem;
    color: #7F92B1;
    font-weight: 700;
}
.cardFavoritosTotal h3{
    font-size: 1.6rem;
    font-weight: 700;
}
.cardFavoritosTotal strong{
    font-size: 3.2rem;
    font-weight: 700;
}
.cardFavoritosTotal ul{
    list-style: none;
    margin: 0px;
}
.cardFavoritosTotal ul li{
    display: inline-block;
    width: 48%;
    padding-top: 4px;
    padding-bottom: 4px;
}
.cardFavoritosTotal ul li a{
     font-size: 1.20rem;
     font-weight: 700;
}



.cardDepoimento{
    border: 0px;
}
.cardDepoimento .avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.cardDepoimento .card-body{
    padding: 1.5rem;
}
.cardDepoimento .card-body h5{
    font-size: 1.1rem;
    font-weight: 800;
}



.footer1{
    background: #fff;
    font-weight: 300
}

.footer1 .icones{
    font-size: 1.3rem;
}

.footer1 .fa-twitter{
    color: #56AAEB;
}
.footer1 .fa-facebook{
    color: #3A5696;
}
.footer1 .fa-linkedin-in{
    color: #0574B2;
}
.footer1 .fa-youtube{
    color: #B20817;
}

.footer1 h3{
    font-size: 1.27rem;
}
.footer1 ul{
    margin-left: 0px;
}
.footer1 ul li{
    display: inline-block;
    width: 49%;
    padding-top: 4px;
    padding-bottom: 4px;
}
.footer1 ul li a{
    font-weight: 400;
    display: flex;
    align-items: center;
}
.footer1 ul li a i{
    font-size: 0.4rem;
    margin-right: 4px;
}



.footer2{
    font-size: 1rem;
    color: #2A3D59;
    font-weight: 300;
    padding-top: 18px;
    padding-bottom: 18px;
}
.footer2 a{
    font-size: 0.93rem;
    color: #6577F1;
    font-weight: 700;
}