/*********************  Default-CSS  *********************/
:root {
    scroll-behavior: unset;
}
@font-face {
    font-family: Avenir_Medium;
    src: url(../fonts/Avenir_Medium.ttf);
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #303030;
    background-color: #F1F1F1;
    font-size: 20px;
    line-height: 2;
}
a, span, a:hover, a:active, button {
    text-decoration: none;
}
a, div a:hover, div a:active, div a:focus, button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
p {
    margin: 0;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    margin: 0;
}
ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
.cm-overflow, .cm-overflow body, .modal-open {
    overflow: hidden;
    touch-action: none;
}
.modal-open {
    height: 100%;
    width: 100%;
}
.row {
    margin: 0 -15px;
}
.container {
    padding: 0 15px;
}
.col, [class*=col-] {
    /* padding: 0 0px;  */
}
::selection{
    background-color: #e30613;
    color: #fff;
}
/*********************  Default-CSS close  *********************/

/********************  Header Css Start  *********************/
.megamenu {
    display: none;
    background-color: rgb(255 255 255);
    box-shadow: 1px 0px 20px -7px rgb(0 0 0 / 62%);
    text-align: left;
    text-decoration: none;
    position: absolute;
    padding: 15px 10px;
    border-radius: 4px;
    line-height: 1.8;
    margin-top: 0;
}
.cm_megamenu_list {
    padding: 0 10px;
    text-align: center;
}
.megamenu .sub_mega_list .cm_megamenu_list .sub_menu {
    color: #000;
    font-size: 16px;
}
.cm_megamenu_list {
    display: block;
    line-height: 1;
}
.cm_megamenu_list {
    padding: 10px 10px;
}
.cm_megamenu_list:hover {
    background-color: rgb(255 255 255 / 80%);
}
.cm_megamenu_list:not(:last-child) {
    display: block;
}
.megamenu .sub_mega_list > .cm_megamenu_list a:hover{
    color: #e30613;
}
.super_menu1{
    position: relative;
}
.megamenu.sub_magamenu{
    display: none;
    background-color: rgb(255 255 255);
    box-shadow: 1px 0px 20px -7px rgb(0 0 0 / 62%);
    text-align: left;
    text-decoration: none;
    position: absolute;
    padding: 15px 10px;
    border-radius: 4px;
    line-height: 1.8;
    margin-top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 111px;
}

.main-wrapper {
    overflow: hidden;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0px 0px 22px;
    z-index: 999;
    background-color: #fff;
}
header.fixed {
    padding: 22px 0  20px;
    box-shadow: 0px 3px 27px rgb(0 0 0 / 14%);
}

header.fixed .header_info{
    display: none;
}
.in_header_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo_hold{
    margin-top: 20px;
}
.logo_hold a {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #C300E2;
    display: inline-block;
}
.menu_block ul li {
    display: inline-block;
}
.menu_block ul li:not(:last-child) {
    margin-right: 50px;
}
.menu_block ul li a {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.1;
    color: #616161;    
}
.menu_block ul li.active a,
.menu_block ul li a:hover{
    color: #e30613;
}
.menu_toggle_btn {
    display: none;
}
/********************  Mobile Menu Css Start *********************/
.menu_toggle_btn span, .menu_toggle_btn_desk span {
    width: 100%;
    height: 3px;
    background-color: #b1b1b1;
    transition: all 0.5s ease 0s;
    border-radius: 10px;
}
.open_menu .menu_toggle_btn span {
    background-color: #2B2A35;
}
.menu_toggle_btn_desk {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    width: 30px;
    height: 25px;
    margin-left: 15px;
    cursor: pointer;
}
.menu_block {
    margin-left: auto;
}
/********************  Mobile Menu Css Close *********************/
.desk_menu_block {
	position: fixed;
    top: 0;
    right:  -360px;
    height: 100%;
    width: 350px;
    background: #979797;
    transition: 0.5s ease all;
    z-index: 100;
    padding: 70px 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    /* opacity: 0;
    visibility: hidden; */
}
.desk_menu_block .navbar_nav{
    margin: 0;
    text-align: center;
}
.desk_menu_block .navbar_nav li a {
    color: #fff;
}
.desk_menu_block .navbar_nav li a:hover {
    color: #e30613;
}
.desk_close_trriger {
    position: absolute;
    left: 20px;
    top: 20px;
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}
.desk_overflow {
    overflow: hidden;
    touch-action: none;
}
.desk_overflow .desk_menu_block{
    right: 0;
}
.cm_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    opacity: 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
}
.desk_overflow .cm_overlay {
    opacity: 1;
    visibility: visible;
}

/* -------------- Header Css Start --------------- */
.logo_text{
    font-family: Roboto;
    font-weight: bold;
    font-size: 60px;
    line-height: 1.1;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);
}
.menu_list{
    display: flex;
    align-items: center;
}
.navbar_nav{
    margin-right: 57px;
}
.hd_input{
    margin-right: 41px;
    background-color: transparent;
    position: relative;
    border-radius: 18px;
    background: #fff;
    border: 1px dashed #707070;
    width: 361px;
    display: flex;
    align-items: center;
    padding: 9px 20px;
}
.hd_input input{
    padding-left: 6px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    border: 0;
    outline: none;
    color: #000;
}
.hd_input input::placeholder{
    color: #303030;
}
.hd_input span{
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hd_btn a{
    border-radius: 14px;
    background: #b1b1b1;
    border: 2px solid #b1b1b1;
    font-family: 'Montserrat', sans-serif; 
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #fff;
    padding: 7px 56px;
    display: inline-block;
    text-transform: uppercase;
}
.cm_hover:hover{
    transform: translateY(-3px);
    background-color: transparent;
    color: #FD3238;
    box-shadow: 0px 6px 14px 2px rgb(0 0 0 / 21%);
}





/* -------------- Header Css Close --------------- */

.dummy_div{
    height: 135px;
}

/* -------------- Index Page Css Start --------------- */
/* ----- Section 1 Css Start ----- */
.index_page{
    background-color: #fff;
}
.hero_sec{
    position: relative;
    margin-top: 70px;
}
.hero_img{
    overflow: hidden;
    border-radius: 48px;
    width: 1406px;
    margin-left: auto;
}
.hero_title{
    padding: 58px 83px 45px 120px;
    display: inline-block;
    border-radius: 0 76px 76px 0;
    background: #fff;
    box-shadow: 0px 3px 27px rgba(0, 0, 0, 0.14);
    position: absolute;
    top: 95px;
    left: 0;
}
.hero_title h1{
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 84px;
    line-height: 1.3;
    color: #e30613;
    margin-bottom: 38px;
}
.hero_title h1 span{
    color: #f4989c;
    text-shadow: 0px 3px 6px rgba(255, 255, 255, 0.16);
}
.hero_title p{
    max-width: 451px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    line-height: 1.3;
    color: #303030;
}
.hero_content{
    position: relative;
}
.hero_house_detail {
    width: 1478px;
    position: absolute;
    bottom: 155px;
    left: 0;
}
.tab_btn > div{
    border-bottom: 0;
}
.tab_btn .nav-link{
    outline: none;
    border: 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 1;
    color: #fd3238;
    opacity: 0.79;
    padding: 11px 24px;
    background: #fff !important;
    opacity: 1 !important;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border-radius: 50px !important;
}
.tab_btn .nav-link + .nav-link{
    margin-left: 41px;
}
.tab_btn .nav-link.active{
    border: 0;
    background: #fd3238 !important;
    color: #fff !important;
}
.tab_btn{
    margin-bottom: 22px;
}

/* ----- House Information Css Start ----- */
.cm_house_information{
    background: #fff;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    padding: 27px 20px 27px 20px;
    border-radius: 7px;
    align-items: center;
    justify-content: space-between;
}
.cm_house_content{
    display: flex;
}
.cm_hc_item + .cm_hc_item{
    margin-left: 80px;
}
.hc_item_title{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.1;
    color: #8d9598;
    opacity: 0.79;
    margin-bottom: 16px;
}

.search_more_options{
    display: flex;
}
.search_more_options .cm_hc_item{
    width: 150px;
}
.cm_house_information .nice-select{
    float: none;
    display: inline-block;
    border: 0;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
    color: #fd3238;
    padding: 0 81px 0 0;
    height: auto;
}
.cm_house_information  .nice-select:after{
    width: 7px;
    height: 17px;
    background-image: url(../images/up_and_down.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 30%;
}
.cm_house_button{
    display: flex;
    align-items: center;
}
.pesquisar_btn{
    border-radius: 10px;
    background: #fd3238;
    padding: 20px 54px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1;
    color: #fff;
    border: 1px solid #fd3238;
}
.nice-select .current{
    opacity: 0.79;
}
.filters_btn{
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    font-size: 21px;
    line-height: 1;
    color: #fd3238;
    opacity: 0.79;
    margin-right: 35px;
}
.filters_btn span{
    margin-right: 10px;
}
.filters_btn:hover{
    color:#616161;
}
.nice-select .list{
    background-color: #fff;
}
.nice-select .list li{
    padding: 3px 15px;
    background-color: #fff;  
}
.nice-select .option {
    font-size: 12px;
}
.nice-select .list {
    background-color: #fff;
    height: 150px;
    overflow-y: scroll;
    width: 100%;
}

.nice-select .list::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px #fd3238;
	border-radius: 10px;
	background-color: #F5F5F5;
}

.nice-select .list::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}

.nice-select .list::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px #fd3238;
	background-color: #fd3238;
}
.nice-select .option:hover {
    background-color: #fd3238;
    color: #fff;
}
.nice-select .option.focus{
    color: #fd3238;
}
/* ----- House Information Css Close ----- */
.mobile_display{
    display: none;
}
/* ----- Section 1 Css Close ----- */









.inner_o_que_sec{
    padding: 20px 0;
}
.cm_o_que_box {
    background: #f8f8f8;
    padding: 30px 15px;
    box-shadow: 0 0 15px rgba(121, 115, 115, 0.25);
    transition: all 0.5s ease;
    height: 100%;
}
.cm_o_que_box:hover{
    background: #fff;

}
.o_que_heading::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin:  0 auto;
    width: 150px;
    height: 5px;
    background: #fd3238;
}
.o_que_heading{
    font-weight: 400;
    font-size: 38px;
    line-height: 1.1;
    padding-bottom: 5px;
    position: relative;
    color: rgba(0, 0, 0, 0.87);
    text-align: center;
    
}
.o_que_title{
    padding-bottom: 70px;
}
.o_que_cm_discri{
    color: #fd3238;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    font-weight: 400;
    font-family: 'Nunito Sans', sans-serif;
}
.o_que_cm_title{
    color: #fd3238;
    font-size: 24px;
    text-align: center;
    line-height: 1;
    padding-bottom: 20px;
    padding-top: 30px;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
}
.o_que_cm_title a{
    color: #fd3238;
}
.o_que_box{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #ffd5d5;
    text-align: center;
    margin: 0 auto;
    position: relative;
    transition: all 0.5s ease;
}
.o_que_box:hover{
    background: #fd3238;
    cursor: pointer;
}
.o_que_box svg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
}
.o_que_box:hover.o_que_box svg path{
  stroke: #fff;
}


.inner_conheca_canada_imoveis{
    margin-top:0px;
}



.perto_de_voice_section{
    padding-bottom: 50px;
}
.perto_de_voice_title{
    padding-left: 130px;
    padding-bottom: 100px;
}
.perto_de_voice_img img{
    width: 800px;
    height: 440px;
    border-radius: 30px;
}
.perto_de_voice_silder{
    position: relative;
}
.perto_de_voice_content{
    max-width: 635px;
    background-color: #fff;
    border-radius: 20px;
    padding: 30px;
    position: absolute;
    top: 76%;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: '';
    box-shadow: 0 0 15px rgba(121, 115, 115, 0.25);
}
.perto_de_voice_sub_title{
    color: #000;
    text-align: center;
    padding-bottom: 30px;
    font-size: 30px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
}
.perto_de_voice_discri{
    color: #000;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}
.perto_de_voice_silder.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: unset;
    -webkit-transform: translate3d(0,0,0);
}
.perto_de_voice_silder.owl-theme .owl-nav {
    margin-top: 121px;
}

.perto_de_voice_silder.owl-item{
    width: 800px;
}
.perto_de_voice_silder .owl-item.active.center .item {
    opacity: 1;
}
.perto_de_voice_silder .owl-item.active.center .perto_de_voice_sub_title {
    color: #fd3238;
}
.perto_de_voice_silder .owl-item.active.center .perto_de_voice_discri {
    color: #fd3238;
}
.perto_de_voice_silder .item {
    opacity: .4;
}
.perto_de_voice_silder.owl-carousel .owl-nav button.owl-next {
    color: #faf6f6;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 45%;
    right: 100px;
    border-radius: 50%;
    padding: 10px !important;
    text-align: center;
}
.perto_de_voice_silder.owl-carousel .owl-nav button.owl-prev {
    color: #faf6f6;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 45%;
    left: 100px;
    border-radius: 50%;
    padding: 10px !important;
    text-align: center;
}
.perto_de_voice_silder.owl-carousel .owl-nav button.owl-next img {
    width: 25px;
    position: relative;
    left: 4px;
}
.perto_de_voice_silder.owl-carousel .owl-nav button.owl-prev img {
    width: 25px;
    position: relative;
    right: 4px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fd3238;;
    text-decoration: none;
}



.owl .owl-item ul li img{
    width:20px !important;
}



/* ----- Section 2 Css Start ----- */
.only_house_sec{
    padding: 150px 0;
}
.only_house_wrap{
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    height: 450px;
}
.only_house_wrap a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.only_house_wrap a img{
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.only_house_wrap a:hover img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
/* ----- Section 2 Css Close ----- */

/* ----- Section 3 Css Start ----- */
.map_sec{
    padding-bottom: 145px;
    position: relative;
}

.map_bg{
    position: relative;
}
.map_bg_shape{
    position: absolute;
    top: 41%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.cm_cont {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 99;
}
.map_content{
    width: 398px;
    background: rgba(51, 51, 51, 0.86);
    padding: 50px;
    text-align: center;
}
.map_content h3{
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1;
    color: rgba(255, 255, 255, 0.87);
    margin-bottom: 24px;
    text-align: left;
}
.map_content p{
    max-width: 274px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.87);
    margin-bottom: 42px;
    text-align: left;
}
.inner_btn{
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.09em;
    line-height: 1.1;
    color: #fff;
    border-radius: 4px;
    background: #fd3238;
    padding: 6px 16px;
    text-transform: uppercase;
    border: 1px solid #fd3238;
}
.inner_btn:hover{
    color: #fff;
    border-color: #fff;
}
/* ----- Section 3 Css Close ----- */

/* ----- Section 4 Css Start ----- */
.emdestaque_sec{
    padding-bottom: 52px;
}
.sec_title_text{
    font-weight: 400;
    font-size: 38px;
    line-height: 1.1;
    padding-bottom: 5px;
    position: relative;
}
.sec_title_text::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 5px;
    background: #fd3238;
}
.black_text{
    color: rgba(0, 0, 0, 0.87);
}
.emdestaque_slider_wrap{
    margin-top: 95px;
}
.emdestaque_card{
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px;
    margin: 10px;
    cursor: pointer;
}
.card_img{
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 14px;
    background: #b7adad;
    overflow: hidden;
    margin-bottom: 15px;
}
.card_img_wrap,
.card_img_wrap img{
    height: 100%;
    transition: all 0.3s ease-in-out 0s;
}
.emdestaque_card:hover .card_img_wrap img{
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
}
.card_label{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card_label p{
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    background-color: rgb(0 0 0 / 40%);
    padding: 9px 14px;
    border-radius: 15px;
}
.card_label span{
    border-radius: 3px;
    background: #fd3238;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 1;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
}
.card_location{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.location_icon{
    margin-right: 8px;
}
.location_text{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1;
    color: #000;
    opacity: 0.5;
}
.card_title{
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    color: #fd3238;
    margin-bottom: 12px;
}
.card_sub_title{
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #000;
    margin-bottom: 11px;
}
.card_text{
    max-width: 332px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    color: #000;
    opacity: 0.5;
}
.card_service{
    margin-top: 16px;
    padding: 13px 20px 13px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    background: rgb(224 231 242 / 32%);
}
.card_service_wrap h5{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    line-height: 1;
    font-size: 16px;
    color: #fd3238;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.card_service_wrap h5 span{
    margin-left: 6px;
}
.card_service_wrap p{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: #000;
    opacity: 0.5;
}
.card_service_wrap p sup{
    font-size: 10px;
}

.owl_emdestaque_slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
    line-height: 0;
}
.owl-theme .owl-dots .owl-dot span{
    width: 20px;
    height: 20px;
    background: rgba(253, 50, 56, 0.31);
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.16));
    margin: 0;
}
.imoveis_semelhantes_slider .owl-theme .owl-dots .owl-dot span{
    filter: unset;
}
.owl-theme .owl-dots .owl-dot {
    margin: 0 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fd3238;
}
/* ----- Section 4 Css Close ----- */

/* ----- Section 5 Css Start ----- */
.anuncie_seu{
    padding: 150px 0 116px;
    position: relative;
}
.white_text{
    color: #fff;
}
.anuncie_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.anuncie_bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.testimonial_wrap{
    padding-top: 125px;
    width: 845px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}
.testimonial_details h6{
    max-width: 733px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);
    margin: 0 auto 20px;
}
.testimonial_details p{
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.4;
    text-align: center;
    color: rgba(255, 255, 255, 0.87);

}
.testimonial_btn{
    padding-top: 95px;
    width: 100%;
    text-align: center;
}
.owl_testimonial.owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 13%;
    transform: translateY(-50%);
    line-height: 0;
    width: 100%;
    margin-top: 0;
}
.owl_testimonial.owl-theme .owl-nav button{
    position: absolute;
    top: 0;
}
.owl_testimonial.owl-theme .owl-nav button:hover{
    background-color: transparent;
    opacity: 0.5;
}
.owl_testimonial.owl-theme .owl-nav button.owl-prev{
    left: 0;
}
.owl_testimonial.owl-theme .owl-nav button.owl-next{
    right: 0;
}
/* ----- Section 5 Css Close ----- */

/* ----- Section 6 Css Start ----- */
.imob_mais_sec{
    padding: 96px 0;
}
.center_title{
    text-align: center;
}
.center_title .sec_title_text::before{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.center_title .sec_title_text{
    color: #636363;
}
.imob_mais_details{
    text-align: center;
    margin-top: 57px;
}
.imob_mais_title{
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 27px;
}
.imob_mais_sub{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.87);
}
.imob_mais_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 558px;
    margin: 30px auto 0;
}
.imob_mais_content li p{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-align: left;
    color: rgba(0, 0, 0, 0.87);

}
/* ----- Section 6 Css Close ----- */

/* -------------- Index Page Css Close --------------- */


/* -------------- Footer Css Start --------------- */
.footer_wrapper{
    background: #636363;
    padding-top: 66px;
    padding-bottom: 38px;
}
.f_row{
    display: flex;
    align-items: center;
    justify-content: space-between
}
.f_logo a .logo_text{
    color: #fff;
}
.f_logo{
    width: 595px;
    margin-top: 0;
}
.social_wrap{
    width: 398px;
    align-self: flex-start;
}
.foo_menu{
    display: flex;
    justify-content: space-between;
    width: calc(95% - 993px);
}
.foo_title{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    margin-bottom: 32px;
}
.foo_menu_wrap > li{
    margin-bottom: 25px;  
    line-height: 0;  
}
.foo_menu_wrap > li a{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
.foo_menu_wrap > li a:hover{
    color: #e30613;
}
.social_wrap{
    margin:20px;
}
.social_wrap ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px;
}
.social_wrap ul li + li{
    margin-left: 30px;
}
.social_wrap ul li a{
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
}
.social_wrap ul li a:hover{
    transform: translateY(-3px);
}

.social_wrap ul li img{
    max-width: 25px
}

.copy_right{
    background: #2a2a2a;
    padding: 33px 0 22px;
}
.copy_right_text{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
/* -------------- Footer Css Close --------------- */


/*--------------- Mobile Screen Filter Css Start ---------------*/
.filter_btn{
    display: none;
    position: relative;
    z-index: 110;
}
.mobile_filter{
    background: #f9fbfc;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 106px;
    z-index: 100;
    padding: 5px 15px 20px;
    clip-path: circle(0px at 100% 0px);
    transition: 0.5s ease all;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.mobile_filter.open_filter{
    clip-path: circle(100%);
    -webkit-clip-path: circle(100%);
    opacity: 1;
    visibility: visible;
    pointer-events: visible;
    overflow: scroll;
    padding-bottom: 250px;
    z-index:121;
    margin-top:100px;
}
.cm_filter header{
    background-color: transparent;
}
.filter_btn a svg{
    transition: 0.5s ease all;
}
.cm_filter .filter_btn a svg{
    transform: rotate(179deg);
}
.filter_wrap{
    border-radius: 10px;
    background: #fff;
    padding: 20px 23px 16px;
}
.filter_title{
    font-family: Avenir_Medium;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #000;
}
.filter_item{
    margin-top: 20px;
}
.filter_item_label{
    font-family: Avenir_Medium;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #000;
    opacity: 0.5;
    margin-bottom: 12px;
}
.radio_container{
    display: flex;
    align-items: center;
}
.redio_wrap + .redio_wrap{
    margin-left: 10px;
}

/* Redia Button */
.redio_wrap input[type="radio"] {
    appearance: none;
    display: none;
}
.redio_wrap label {
    font-family: Avenir_Medium;
    font-weight: 500;
    font-size: 9px;
    line-height: 1;
    color: #7f7f7f;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: auto;
    text-align: center;
    border-radius: 9999px;
    border: 1px solid #fd3238;
    overflow: hidden;
    transition: linear 0.3s;
    padding: 5px 10px;
}
.redio_wrap input[type="radio"]:checked + label {
    background-color: #fd3238;
    color: #f1f3f5;
    transition: 0.3s;
}


/* Checkbox */
.redio_wrap input[type="checkbox"] {
    appearance: none;
    display: none;
}
.redio_wrap label,
.redio_wrap_plus a{
    font-family: Avenir_Medium;
    font-weight: 500;
    font-size: 9px;
    line-height: 1;
    color: #7f7f7f;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    width: auto;
    text-align: center;
    border-radius: 9999px;
    border: 1px solid #fd3238;
    overflow: hidden;
    transition: linear 0.3s;
    padding: 5px 10px;
}
.redio_wrap input[type="checkbox"]:checked + label {
    background-color: #fd3238;
    color: #f1f3f5;
    transition: 0.3s;
}
.filter_select .nice-select{
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #FD3238;
    font-family: Avenir_Medium;
    font-weight: 500;
    font-size: 9px;
    line-height: 1;
    text-align: left;
    color: #7f7f7f;
    border-radius: 0;
    height: auto;
    padding: 12px 0 10px;
    float: none;
}
.filter_select .nice-select .option {
    font-size: 11px;
    height: 20px;
}
.filter_select .nice-select:after{
    width: 5px;
    height: 11px;
    background-image: url(../images/up_and_down.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 48%;
    right: 0;
}
.irs-with-grid .irs-grid,
.irs--flat .irs-min, .irs--flat .irs-max{
    display: none;
}
.irs--flat .irs-line {
    top: 0;
    height: 3px;
    background-color: #FFC4C5;
    border-radius: 0;
}
.irs--flat .irs-bar {
    top: 0;
    height: 3px;
    background-color: #FD3238;
}
.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin-left: 0;
    width: 14px;
    height: 14px;
    background: #fd3238;
    border-radius: 50px;
}
.irs-from, .irs-to, .irs-single {
    top: auto;
    bottom: -20px;
}
.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single{
    background-color: transparent;
    border: 0;
    font-family: Avenir_Medium;
    font-weight: 500;
    font-size: 9px;
    line-height: 1;
    text-align: left;
    color: #7f7f7f;
}
.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before{
    display: none;
}
.irs--flat .irs-from::after{
    content: 'De R';
    position: absolute;
    top: 1px;
    left: -16px;
    font-family: Avenir_Medium;
    font-weight: 500;
    font-size: 9px;
    line-height: 1;
    text-align: left;
    color: #7f7f7f;
}
.irs--flat .irs-to::after{
    content: 'Até R';
    position: absolute;
    top: 1px;
    left: -20px;
    font-family: Avenir_Medium;
    font-weight: 500;
    font-size: 9px;
    line-height: 1;
    text-align: left;
    color: #7f7f7f;
}
.irs--flat.irs-with-grid {
    height: auto;
    line-height: 0;
}
.dual-range{
    position: relative;
}
.irs--flat .irs-handle{
    top: -6.4px;
}
.filter_submit{
    padding-top: 72px;
}
.filter_btn_wrap{
    width: 202px;
    height: 53px;
    border: 1px solid #FD3238;
    border-radius: 26.5px;
    background: #fd3238;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Avenir_Medium;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    margin: 0 auto;
}
/*--------------- Mobile Screen Filter Css Close ---------------*/


/* -------------- Busca Detalhada Page Css Start --------------- */
.busca_sec{
    padding: 50px 0 180px;
}
.busca_sec .row > div{
    padding: 9px 0;
}
.busca_sec_filter{
    margin-top: 70px;
}
.resultados_wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 38px 0 40px;
}
.resultados_box h6{
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.01em;
    line-height: 1;
    color: rgba(0, 0, 0, 0.87);
}
.resultados_box h6 span {
    font-weight: 100;
}
.resultados_drop{
    display: flex;
    align-items: center;
}
.resultados_drop .nice-select .list {
    min-width: 170px;
}
.resultados_drop p{
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: left;
    color: #000000;
    margin-right: 20px;
}
.resultados_drop .nice-select{
    border: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 0 34px 0 0;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 1;
    color: #000000;
    height: auto;
}
.resultados_drop .nice-select .current{
    opacity: 1;
}
.resultados_drop .nice-select:after{
    width: 12px;
    height: 9px;    
    background-image: url(../images/down_arrow.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 50%;
    right: 0;
}
.resultados_drop .nice-select.open:after{
    -webkit-transform: rotate(-179deg);
    -ms-transform: rotate(-179deg);
    transform: rotate(-179deg);
}
/* -------------- Busca Detalhada Page Css Close --------------- */

/* -------------- DETALHES DO  Page Css Start --------------- */

.detalhes_do_section {
    padding: 50px 0;
}

.detalhes_do_section .section_title_wrap p{
    font-size: 24px;
    font-weight: 400;
    margin: 40px 0 15px;
    line-height: 1.2;
}
.detalhes_do_section .section_title_wrap span {
    font-size: 16px;
}
.detalhes_owl_slider {
    padding: 50px 0 30px;
}
.detalhes_owl .cm_item a img{
    border-radius: 14px;
}
.fancybox-content{
    padding: 0;
}
.detalhes_owl.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    margin: 0;
    height: 100%;
}
.detalhes_owl.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}
.detalhes_owl.owl-carousel .owl-nav button.owl-next{
    right: 20px;
}
.detalhes_owl.owl-carousel .owl-nav button.owl-next::before {
    content: '';
    position: absolute;
    right: -20px;
    width: 100px;
    height: 100%;
    top: 0;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(26,26,26,0) 0%, rgba(26,26,26,0.7) 100%, rgba(26,26,26,0.7) 100%);
    border-radius: 14px;
    z-index: -1;
}
.detalhes_owl.owl-carousel .owl-nav button.owl-prev::before {
    content: '';
    position: absolute;
    left: -20px;
    width: 100px;
    height: 100%;
    top: 0;
    background: rgb(2,0,36);
    background: linear-gradient(-90deg, rgba(2,0,36,1) 0%, rgba(26,26,26,0) 0%, rgba(26,26,26,0.7) 100%, rgba(26,26,26,0.7) 100%);
    border-radius: 14px;
    z-index: -1;
}
.detalhes_owl.owl-carousel .owl-nav button.owl-prev{
    left: 20px;
}
.detalhes_owl.owl-carousel .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.detalhes_owl.owl-theme .owl-nav .disabled {
    opacity: 0;
    visibility: hidden;
}
.coomon_btn {
    border-radius: 10px;
    background: #fd3238;
    padding: 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1;
    color: #fff;
    border: 1px solid #fd3238;
    max-width: 204px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.coomon_btn:hover {
    transform: translateY(-3px);
    background-color: transparent;
    color: #FFF;
    box-shadow: 0px 6px 14px 2px rgb(0 0 0 / 21%);
}
.detalhes_do_section .section_btn {
    margin-top: 50px;
}
.rua_professor_section {
    padding-bottom: 100px;
}
.rua_simple_title p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}
.rua_bg_icon_block {
    background-color: rgb(224 231 242 / 50%);
    padding: 10px 80px;
    border-radius: 4px;
}
.rua_bg_icon_block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rua_icon_box p{
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: #FD3238;
    line-height: 1;
}
.rua_icon_box p img {
    margin-left: 8px;
}
.rua_icon_box span {
    display: inline-block;
    font-size: 14px;
    color: #77787A;
    line-height: 1;
    margin-top: 10px;
}
.rua_icon_box {
    display: flex;
    flex-direction: column;
}
.rua_desc {
    margin: 50px 0;
}
.rua_desc p{
    font-size: 16px;
    line-height: 1.6;
}
.rua_video_hold video{
    width: 100%;
    height: 100%;
}
.rua_O_que_info {
    padding-top: 50px;
}
.rua_O_que_info ul {
    padding-left: 50px;
}
.rua_O_que_info ul li + li {
    margin-top: 40px;
}
.O_que_li {
    display: flex;
}
.O_que_li img{
    min-width: 40px;
    margin-right: 40px;
}
.O_que_li p{
    color: #6B6B6B;
    font-size: 16px;
    line-height: 1.6;
}
.rua_common_box {
    border-radius: 14px;
    background-color: #fff;
    padding: 30px 40px;
    box-shadow: 10px 10px 0 #FD3238;
}
.rua_user_box {
    display: flex;
}
.rua_user_ic img {
    min-width: 60px;
    border-radius: 50%;
    margin-right: 30px;
    max-width: 60px;
}
.rua_user_details h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}
.rua_user_details ul li {
    display: flex;
    align-items: center;
}
.rua_user_details ul li span{
    line-height: 1;
    display: inline-block;
}
.rua_user_details ul li img {
    min-width: 20px;
    margin-right: 15px;
}
.rua_user_details ul li p{
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
}
.rua_user_details ul li + li {
    margin-top: 15px;
}
.rua_professor_right {
    padding-top: 80px;
    padding-left: 60px;
}
.rua_common_box + .rua_common_box {
    margin-top: 60px;
}
.rua_price_label {
    display: flex;
    justify-content: space-between;
}
.rua_price_label p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.3;
}
.rua_price_label h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 400;
}
.rua_price_label + .rua_price_label {
    margin-top: 20px;
}
.left_price {
    min-width: 120px;
    text-align: left;
}
.rua_btn {
    text-align: center;
    padding-top: 20px;
}
.rua_btn .coomon_btn {
    max-width: 280px;
}
.rua_caracter {
    padding: 50px 0 0 30px;
}
.rua_caracter h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.3;
}
.rua_caracter ul li span {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 15px;
    line-height: 1;
    background-color: #FD5D62;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.rua_caracter ul {
    display: flex;
    flex-wrap: wrap;
}
.rua_caracter ul li {
    margin: 0 10px 10px 0;
}
.duvidas_frequentes {
    padding-top: 80px;
}
.duvidas_frequentes h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
}
.duvidas_frequentes ul{
    padding: 50px 0 0 0px;
    max-width: 90%;
    margin: 0 auto;
}
.duvidas_box {
    padding: 30px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 5px 5px 0 #FD3238;
}
.duvidas_box h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 15px;
}
.duvidas_box p{
    font-size: 16px;
    line-height: 1.2;
    color: #6B6B6B;
}
.duvidas_frequentes ul li + li{
    margin-top: 30px;
}

.imoveis_semelhantes_section {
    padding: 65px 0 70px;
    background-color: #fff;
}
.imoveis_semelhantes_section .section_title_wrap {
    text-align: center;
}
.imoveis_semelhantes_section .sec_title_text::before {
    margin: 0 auto;
    right: 0;
}
.imoveis_semelhantes_section .section_title_wrap h2 {
    text-transform: uppercase;
    color: #636363;
}
.imoveis_semelhantes_slider {
    padding-top: 70px;
}

/* -------------- DETALHES DO  Page Css Close --------------- */

/* -------------- Quem Somos  Page Css Start --------------- */

.quem_somos_section{
    padding: 50px 0 140px;
}
.quem_somos_block{
    padding-top: 100px;
}
.quem_somos_image {
    position: relative;
}
.quem_dots_shape {
    position: absolute;
    left: 0;
    top: -40px;
    max-width: 250px;
    z-index: -1;
}
.quem_line_shape {
    position: absolute;
    right: -25px;
    bottom: -30px;
    max-width: 200px;
    z-index: -1;
}
.quem_somos_content {
    padding-left: 40px;
}
.quem_somos_content h2 {
    font-size: 28px;
    color: #202020;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 30px;
}
.quem_somos_content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.quem_somos_content p + p {
    margin-top: 15px;
}
.nossa_historia_section {
    padding-bottom: 140px;
}
.nossa_historia_section .sec_title_text::before {
    margin: 0 auto;
    right: 0;
}
.nossa_historia_section .section_title_wrap p{
    line-height: 1.5;
    font-size: 16px;
    margin-top: 50px;
}
.nossa_historia_block {
    padding: 70px 0 150px;

}
.nossa_historia_roadmap {
    position: relative;
}
.nossa_historia_roadmap .row {
    justify-content: center;
    align-items: flex-end;
}
.common_roadmap {
    padding: 0 15px;
    width: 33.333%;
}
.common_roadmap_box {
    background-color: #fff;
    border-radius: 14px;
    padding: 15px 20px 40px;
    box-shadow: 5px 5px 0 #FD5D62;
    position: relative;
}
.common_roadmap_box h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 10px;
}
.common_roadmap_box p {
    font-size: 14px;
    line-height: 1.5;
    color: #6B6B6B;
}
.common_roadmap_box:after {
    content: '';
    position: absolute;
    bottom: -48px;
    right: 0;
    left: 0;
    background-image: url(../images/down_arrow_shape.svg);
    background-repeat: no-repeat;
    background-size: 50px;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}
.nosa_road_2 .common_roadmap_box, .nosa_road_4 .common_roadmap_box {
    padding-bottom: 15px;
}
.nosa_road_4{
    padding-top: 270px;
}
.nossa_historia_roadmap::before {
    content: '';
    width: 100%;
    height: 505px;
    position: absolute;
    left: 0;
    top: 210px;
    background-image: url(../images/road_line.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.circle_shape {
    line-height: 1.3;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    bottom: -140px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.circle_shape  span{
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 8px solid #E30613;
    border-radius: 100px;
    margin-bottom: 15px;
}
/* -------------- Quem Somos  Page Css Close --------------- */

/* -------------- Inner More Pages  Page Css Start --------------- */

.fale_page{
    background-color: #f6f6f6;
}

.form_sec {
    padding: 60px 0 200px;
}

.form_sec .form{
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 27px 10px;

}

.form_sec form{
    width: 100%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 27px 49px;

}
 .formbold-mb-5 {
    margin-bottom: 21px;
  }
 input{
    outline: none;
 } 
  .formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .formbold-form-label {
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: rgb(141 149 152 / 79%);
   line-height: 1;
   margin-bottom: 8px;
  }

 .formbold-form-input {
    width: 100%;
    border-bottom: 1px ;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #FD5D62;
    border-style: solid;
    /* border: none; */
    outline: none;
    resize: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 1;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
  } 
 
  .formbold-form-input1 {
    width: 100%;
    height:146px;
    border: 1px dashed #FD5D62;
    border-radius: 18px;
    resize: none;
    outline: none;
    font-size: 16px;
    padding: 15px;
    line-height: 1;
    margin-top: 10px;
  }
  .formbold-form-input1::-webkit-input-placeholder, .formbold-form-input::placeholder{
  
    color: rgb(253 93 98 / 70%);
  } 
  .toggle_select .nice-select .current{
    margin-bottom: -12px;
    display: inline-block;
    vertical-align: middle;
  }

 
  .formbold-btn {
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    font-size: 21px;
    border-radius: 10px;
    padding: 10px 70px;
    font-weight: 400;
    background-color: #FD3238;
    color: white;
    cursor: pointer;
    border: 1px solid #FD3238;
    margin-top: 10px;
  } 
  .form-btn{
    text-align: center;
  }
   .formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    color: #FD3238;
    border: 1px solid #FD3238;
    transform: translateY(-3px);
  }
.nice-select::after {
    width: 7px;
    height: 17px;
    background-image: url(../images/up_and_down.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 60%;
}
.nice-select.open:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nice-select{
    float: none;
    border: none;
    padding-left: 0px;
}
.venda_sec{
    width: 100%;
background-color: transparent;
border-bottom: 1px solid #FD5D62;
    border-radius: 0;
}
.imovel_fale_form_wrap .nice-select .current, .fale_form_wrap .nice-select .current {
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: #FD5D62;
    line-height: 1;
    opacity: 0.7;
}
.toggle_select .nice-select.open, .nice-select:active, .nice-select:focus {
    border-color: #FD5D62;
}

.toggle_select .nice-select:hover {
    border-color: #FD5D62;
}
.repeat_img{
    width: 100%;
}

.form_bg_shape{
    position: absolute;
    bottom: -94px;
    right: -140px;
    z-index: -1;
}
.form_wrapper {
    width: 100%;
    position: relative;
    padding-top: 100px;
}
.d-f{
    display: flex;
}
.matriz_box{
    width:608px ;
    height:168px ;
    background-color: #FD5D62;
    border-radius: 5px;
}


/* ========================= */
.cm_row{
    display: flex;
    justify-content: space-between;
    margin: 0 -4px;
}
.fale_form_wrap {
    width: 515px;
    position: relative;
    padding: 0 15px;
}

.location_and_contact{
    width: 510px;
    padding: 0 15px;
}
.mff_wrap{
    background-color: #fff;
    border-radius: 14px;
    padding: 27px 30px 2px;
    box-shadow: 10px 10px 1px #fd3238;
    margin-top: 42px;
}
.mff_wrap:first-child{
    margin-top: 0;
}
.matriz_icon{
    display: flex;
}
.matriz_icon img{
    height: 19px;
}
.map_icon{
    margin-top: 7px;
    margin-right: 20px;
}
.phone_icon{
    margin-top: 5px;
    margin-right: 14px;
}
.matriz_sec h2{
    font-size: 24px;
    color: #000000;
    font-weight: 400;
}
.matriz_icon{
    padding-top: 5px;
}
.matriz_icon.icn{
    padding-bottom: 25px;
}
.matriz_icon p a{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    display: block;
}
.matriz_icon p a:hover {
    color: #fd3238;
}
.servies_sec {
    padding: 60px 0 208px;
}
.locacao_sec{
    padding-top: 106px;
}
.locacao_flex{
    display: flex;
}
.locacao_icon{
    padding-right: 40px;
    padding-bottom: 85px;
}
.locacao_icon img{
    min-width: 62px;
}
.locacao_icon1 img{
    min-width: 62px;
}
.locacao_icon1
{
    padding-right: 40px;
}
.locacao_title h2{
    font-size: 24px;
    color: #FD5D62;
    font-weight: 400;
    padding-bottom: 8px;
}
.locacao_title p{
    max-width: 370px;
    line-height: 1.4;
    font-size: 16px;
    color: rgb(0 0 0 / 87%);
    font-weight: 400;
}
.servies_img_sec{
    display: flex;
}
.servies_img_sec1 img{
 max-width: 350px;
 height: 100%;
 padding-right: 15px;

}
.lococao-wrapper {
    position: relative;
}
.servies_img_2 {
    width: 219px;
    height: 314px;
padding-bottom: 15px;
}
.servies_img_3 img {
    width: 219px;
    height: 290px;
}
.locacao_shape {
    position: absolute;
    bottom: -64px;
    left: -103px;
    z-index: -1;
}
.locacao_shape img{
    width: 260px;
}

.cadastre_title{
    padding: 60px 0 165px;
}
.cadastre_title1{
    padding-top: 105px;
}
.cadastre_title1 p {
    max-width: 492px;
    font-size: 28px;
    font-weight: 400;
    color: rgb(0 0 0 / 87%);
    line-height: 1.1;
    text-align: center;
    padding-bottom: 100px;
}
.cada_btn{
    padding: 15px 35px;
    background-color: #FD3238;
    color: #FFFFFF;
    border: none;
    outline: none;
    border-radius: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 21px;
    font-weight: 400;
    margin-left: 103px;
    border: 1px solid #FD3238;
    margin-bottom: 272px;
    display: inline-block;
}
.cada_btn:hover{
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);    
    background-color: #ffffff;
    color: #FD3238;
    border: 1px solid #FD3238;
}
.Cadastre_sec{
    position: relative;
    
}
/* .Consectetur_sec {
    margin-top: -105px;
} */
.Consectetur_sec {
    margin-top: -20px;
}
.cadastre_img img{
    position: absolute;
    right: -54px;
    top: -57px;
}
.cadastre_img::after{
 content: '';
 position: absolute;
 background-image: url(../images/form_bg.png);
 background-repeat: no-repeat;
 background-position: right;
 width: 100%;
 height: 307px;
 top: 246px;
right: 685px;
z-index: -1;
}
.cadastre_img::before{
    content: '';
    position: absolute;
    background-image: url(../images/Rectangle\ 169.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 285px;
    top: 184px;
    right: 738px;
   z-index: -1;
   }
   .escolher_img{
    position: relative;
   
   }
   .escolher_img::before{
    position: absolute;
    content: '';
    background-image: url(../images/AdobeStock_271956342.png);
    background-repeat: no-repeat;
    width: 100%;
    min-height: 662px;
    top: 0;
    right: 0;
   }
   .escolher_img::after{
    position: absolute;
    content: '';
    background-image: url(../images/Rectangle\ 170.png);
    background-repeat: no-repeat;
    width: 100%;
    min-height: 662px;
    top: 0;
    right: 0;
   }
   .escolher_sec{
    position: relative;
   }

   .center_title .sec_title_text::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 5px;
    background: #fd3238;
    margin: 0 auto;
}
.escolher_sec .container {
    position: relative;
    z-index: 7;
    padding-top: 100px;
    max-width: 86.3%;
}
.escolher_sec .center_title h2{
    color: #FFFFFF;
    z-index: 9;
}
body .center_title .sec_title_text::before {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.center_title p{
    max-width: 712px;
    color: #FFFFFF;
    font-size: 16px;
    padding-top: 76px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.6;
   }
.consectetur_img {
    width: 100%;
    height: auto;
    margin: 0 auto;

}
.consectetur_img_white {
    position: absolute;
    left: 0;
}
.escolher_title {
    padding-bottom: 50px;
}
.consectetur_box_title {
    position: relative;
    max-width: 175px;
    text-align: center;
    margin: auto;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
}
.cm_row_wrap{
    margin: 0 -38.5px;
}
.cm_6{
    padding: 0 38.5px;
}
.consectetur_box_title h2{
font-size: 24px;
color: rgb(0 0 0 / 87%);
font-weight: 500;

}
.consectetur_box_title p{
    font-size: 16px;
    color: rgb(115 115 115 / 87%);
    font-weight: 400;
    line-height: 1.3;
    }
.consectetur_box_title img{
    padding: 22px 0;

}
.consectetur_box{
    position: relative;
    z-index: 5;
}

.consectetur_bg{
   padding-bottom: 135px;   
}
.nossos_bg{
    background-color: #ffffff;
    padding-top: 100px;
}
.nossos_bg .center_title .sec_title_text {
    color: #1d1d1d;
}
.nossos_sec{
    padding-top: 101px;
    padding-bottom: 110px;
    padding-right: 14px;
}
.nossos_card {
    background-color: #f6f6f6;
    border-radius: 14px;
    padding: 27px 30px 2px;
    box-shadow: 10px 10px 1px #fd3238;
}
.nossos_img{
    text-align: center;
    padding-bottom: 29px;
}
.nossos_txt{
    text-align: center;
}
.nossos_txt h3{
    font-size: 24px;
    font-weight:400 ;
    color:rgb(0 0 0 / 87%) ;
}
.nossos_txt p{
    font-size: 16px;
    font-weight: 400;
    color:rgb(0 0 0 / 87%) ;
    line-height: 1.4;
    padding-top: 5px;
    padding-bottom: 36px;
}
.imovel_title{
    padding-top: 100px;
    padding-bottom: 105px;
}
.imovel_title .center_title .sec_title_text {
    color: rgb(0 0 0 / 87%);
}
.imovel_fale_form_wrap{
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    padding: 6px 24px;
}
.imovel_form1{
    width: 240px;
}
.form-form-label {
    display: block;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 21px;
    color: rgb(141 149 152 / 79%);
    line-height: 1;
    padding-bottom: 8px;
}
.form-form-input{
    width: 100%;
    border-bottom: 1px;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #FD5D62;
    border-style: solid;
    outline: none;
    resize: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 0.5;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
}
 .form-form-input::placeholder{
    color: rgb(253 93 98 / 70%);
  } 
  .form-form-input1::-webkit-input-placeholder{
    color: #FFAEB0;
  }
 
  .form-mb-5{
    width: 400px;
  }
  .form-mb-7{
    width: calc(100% - 400px);
    padding-left: 30px;
  }
 .nice-sel .nice-select {
    padding-left: 0px;
    height: 33px;
}
.venda_sec1 {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #FD5D62;
    border-radius: 0;
}
.nice-sel .nice-select::after, .cidade .nice-select::after{
    top: 45%;
}
.nice-sel .nice-select.open, .nice-select:active, .nice-select:focus {
    border-color: #FD5D62;
}

.nice-sel .nice-select:hover {
    border-color: #FD5D62;
}
.ns_row{
  display: flex;
}
.imovel_form2{
    width: 232px;
  padding-left: 15px;
}
.form-form-input1 {
    width: 100%;
    height: 117px;
    border: 1px dashed #FD5D62;
    border-radius: 18px;
    resize: none;
    font-size: 16px;
    padding: 17px;
    line-height: 1;
    outline: none;
    margin-top: 10px;
}
.imovel_form3{
  padding-left: 15px;
  width: 454px;
}
.mb-flex{
    display: flex;
}
 .cidade{
    padding-left: 15px;
}

.imovel-form-btn {
    text-align: center;
    padding: 60px 0 55px;
}
.form-btn {
    font-family: 'Noto Sans', sans-serif;
    text-align: center;
    font-size: 21px;
    border-radius: 10px;
    padding: 11px 35px;
    border: none;
    font-weight: 400;
    background-color: #FD3238;
    color: white;
    cursor: pointer;
    border: 1px solid #FD3238;
}
.form-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    color: #FD3238;
    border: 1px solid #FD3238;
    transform: translateY(-3px);
  }
  .cidade_sec1 {
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #FD3238;
    border-radius: 0;
}
.cidade .nice-select {
    padding-left: 0px;
    height: 33px;
}
.cidade .nice-select.open, .nice-select:active, .nice-select:focus {
    border-color: #FD5D62;
}

.cidade .nice-select:hover {
    border-color: #FD5D62;
}

.mt_21px{
    margin-top: 21px;
}
input::-webkit-inner-spin-button, 
input::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* -------------- Inner More Pages  Page Css Close --------------- */




/* Font Family */
/* 
    font-family: 'Roboto', sans-serif;
    font-family: 'Montserrat', sans-serif; 
    font-family: 'Playfair Display', serif;
    font-family: 'Noto Sans', sans-serif;
    font-family: 'Sen', sans-serif;
    font-family: Avenir_Medium;
        font-family: 'Nunito Sans', sans-serif;
*/






.logo_text img{
    max-width: 150px
}


.footer_locations .foo_menu_wrap{
    color:#FFF !important;
}

.footer_locations .foo_menu_wrap > li {
    margin-bottom: 10px !important;
}

.menu_block ul li{
    text-align: left;
}

/* --- */


#loading{
    display: none;
}


/** NICE SELECT **/


#nav-condominio .cm_house_information .nice-select{
    padding: 0 120px 0 0 !important;
}

/*** NAV BAR HOME **/

.pb_input{
    margin-right: 41px;
    background-color: transparent;
    position: relative;
    border-radius: 18px;
    background: #fff;
    border: 1px dashed #707070;
    display: flex;
    align-items: center;
    padding: 9px 20px;
}
.pb_input input{
   padding-left: 6px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 1;
    border: 0;
    outline: none;
    width:90%;
    color: #000;
}

.pb_input button{
     background: transparent;
    border: none;
    float: right;
}
.pb_input span{
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.select_cidade{
     min-width: 150px !important;
}


.select_bairro{
    min-width: 200px !important;
}

.select_tipo{
    min-width: 200px !important;
}

.select_faixa{
    min-width: 200px !important;
}


.select_condominio{
    min-width: 300px !important;
}


/** HEADER BANNER  **/

#carroselCanada{
    margin-top:190px;
}

.header_info{
    background: #e30613;
    padding: 15px 15px;
    margin-bottom: 20px
}
.header_info_text{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-align: right
}

.header_info_text  a{
    color:#FFF;
}


.form_select{
    padding-top:15px !important;
    padding-bottom: 15px !important;
}


/*search box css start here*/
.search-sec{
    padding: 2rem;
    z-index: 99;
}
.search-slt{
    display: block;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /*height: calc(3rem + 2px) !important; */
    border-radius:0;
}
.wrn-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    height: calc(3rem + 2px) !important;
    border-radius:0;
}
@media (min-width: 992px){
    .search-sec{
        position: relative;
        top: 250px;
        /*background: rgba(26, 70, 104, 0.51); */
    }

    .o_que_title {

        padding-top: 70px; 
    }
}

@media (max-width: 992px){
    .search-sec{
        /*background: #1A4668; */
    }
}



/*** FORM **/


.filter-search-form .icons{
    position:absolute;
    top:48%;
    transform:translateY(-50%);
    left:12px;
    z-index:1;
    color:#fd3238;
    font-size:20px
    z-index: 1 !important; 
}

.choices__list--dropdown, .choices__list[aria-expanded]{
    z-index: 9999 !important;
}
.registration-form{
    position:relative
}
.registration-form .submit-btn{
    border-radius:8px
}
.registration-form .form-control,.registration-form .choices[data-type*=select-one] .choices__inner{
    border-radius:8px
}
@media (min-width: 992px){
    .filter-border:before{
        content:"";
        border-right:1px solid #dee2e6;
        position:absolute;
        right:0px;
        height:40px;
        top:10px;
        z-index:1
    }
    .registration-form{
        position:relative
    }
    .registration-form .submit-btn{
        border-radius:0px 6px 6px 0px
    }
    .registration-form .form-control{
        border-radius:6px 0px 0px 6px
    }
    .registration-form .choices[data-type*=select-one] .choices__inner{
        border-radius:0
    }
}
.filter-input-box,.filter-input-box.form-select,.filter-search-form .choices__inner{
    box-shadow:none !important;
    border:0;
    font-size:15px;
    height:60px;
    padding:13px 6px 15px 45px;
    border-radius:0
}
.choices__inner{
    background:#f8f9fc !important
}
.choices__list--dropdown,.choices[data-type*=select-one] .choices__input{
    background:#fff;
    border:none;
    border-radius:5px;
    box-shadow:0 0 3px rgba(30,41,59,0.15);
    z-index:11111
}
.choices__list--dropdown .choices__item--selectable.is-highlighted{
    background:#f8f9fc;
    color:#1e293b
}
.choices__list--dropdown .choices__item--selectable{
    color:#94a3b8
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color:#fd3238;
    border-color: #fd3238;
}

.btn-primary{
    background-color:#fd3238;
    border-color: #fd3238;
}

.nav-link{
    color:#303030;
}


/* */

.registration-form .row{
    padding:20px;
}


.choices__list--multiple .choices__item {

    font-size: 8px !important;
    background-color: #fd3238 !important;
    border: 1px solid #fd3238 !important;

}


#bgImage{
    min-height: 500px;
    margin-top:30px;
    width: 100%;
    height: 100vh; 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-image:url('/assets/images/banner-principal-canada.png');
}

.search-block{
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}


.search-block.visible {
    visibility: visible;
    opacity: 1;
}

.search-sec {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search-sec.visible {
    visibility: visible;
    opacity: 1;
}

/** CHOICES **/

.choices__list--dropdown .choices__item {
    white-space: nowrap;
}
.choices__list--dropdown {
    width: auto;
}