@font-face {
    font-family: 'Varela-Regular';
    src: url('../fonts/Varela-Regular.eot');
    src: url('../fonts/Varela-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Varela-Regular.woff') format('woff'),
        url('../fonts/Varela-Regular.ttf') format('truetype'),
        url('../fonts/Varela-Regular.svg#Varela-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'VarelaRound-Regular';
    src: url('../fonts/VarelaRound-Regular.eot');
    src: url('../fonts/VarelaRound-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/VarelaRound-Regular.woff') format('woff'),
        url('../fonts/VarelaRound-Regular.ttf') format('truetype'),
        url('../fonts/VarelaRound-Regular.svg#VarelaRound-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
    box-sizing: border-box;
}
html, body {
    width: 100%;
    height: 100%;
    margin:0;
    padding: 0;
    font-family: 'Varela-Regular', Arial;
    font-size: 16px;
    color: #565656;
}
/* FONTES - PADR O */
.font_round {
    font-family: 'VarelaRound-Regular', Arial;
}
.font_regu {
    font-family: 'Varela-Regular', Arial;
}
.pd-none {
    padding: 0 !important;
}
.pdl-none {
    padding-left: 0 !important;
}
.pdr-none {
    padding-right: 0 !important;
}
.text_brnc {
    color: #ffffff;
}
.text_azul {
    color: #2e5342;
}
.text_gold {
    color: #e9ce86;
}
.text_cinz {
    color: #565656;
}
/* FONTES - PADR O */
/*TOPO*/
.info_topo {
    background: #2e5342;
    padding: 0 !important;
}
.esqd_info_topo p {
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: 1px
}
.info_topo i {
    font-size: 20px !important;
    margin-right: 5px;
}
.dirt_info_topo i {
    font-size: 20px;
    float: right;
    margin: 8px 15px 0 0;
}
.topo {
    background: #fff;
    border-radius: 0px;
    border-bottom: 1px solid #f7f7f7;
    padding: 5px 0 !important
}
.text_menu li a {
    margin: 25px 0 0 20px;
    color: #2e5342 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'VarelaRound-Regular', Arial;
}
.text_menu li a:hover {
    color: #363636 !important;
}
.logo_topo img {
    width: 100%;
    padding: 10px 0px;
}
.menu {
    float: right;
}
/*TOPO*/
/*SUBMENU*/
.dropdown-menu {
    background: #2e5342;
    border-radius: 0;
    min-width: 200px;
    left: 7%;
    min-width: 150px;
}
.dropdown-menu li a {
    color: #fff !important;
    padding: 7px 7px !important;
    margin: 0px !important;
    font-size: 16px;
    text-transform: none;
    text-align: center;
}
.dropdown-menu li a:hover {
    color: #e9ce86 !important;
    background: none;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background: none !important;
}
/*SUBMENU*/
/*BANNER*/
.fund_pesq {
    height: auto;
    background: url(../imagens/fundo-pesquisa.png);
    background-repeat: repeat-x;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    padding: 30px;
    border-radius: 3px;
    margin-top: 50px;
}
/*.fund_pesq_intr {
    height: auto;
    background: url(../imagens/fundo-pesquisa.png);
    background-repeat: repeat-x;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.12);
    padding: 30px;
    border-radius: 3px;
    margin-top: 40px;
}*/
.input-pesquisa {
    height: 50px !important;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.26) !important;
    border-radius: 3px;
    margin-bottom: 16px;
}

.bann {
    padding-top: 100px !important;
}

.text_bann {
    margin-bottom: 40px;
}

.btn_pesq {
    background: #2e5342;
    height: 50px;
    padding: 0 30px !important;
    color: white !important;
    font-size: 18px !important;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.26);
    font-weight: bold;
}

.esqd_info_topo a, .esqd_info_topo a:hover {
    color: #fff;
}
#text_filt_expn {
    cursor: pointer;
}

#icon_mini_pesq {
    cursor: pointer;
}
.teste button {
    background: #fff;
    color: #2e5342;
    border: 0px;
    padding: 15px 35px;
    letter-spacing: -2px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
    border-radius: 2px;
    margin-top: 290px;
}
.teste_intr button {
    background: #fff;
    color: #2e5342;
    border: 0px;
    padding: 15px 35px;
    letter-spacing: -2px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.2);
    border-radius: 2px;
    margin-top: 140px;
}
.navbar {
    margin-bottom: 0px;
}
.bann {
    width: 100%;
    height: 600px;
    background: url(../img_bann/bann02.jpg) center;
    background-repeat: no-repeat;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    background-size: 130%;
    -webkit-animation: backgroundScroll 40s linear infinite;
    animation: backgroundScroll 40s linear infinite;
}

@-webkit-keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -400px 0;}
}

@keyframes backgroundScroll {
    from {background-position: 0 0;}
    to {background-position: -400px 0;}
}

.bann_intr {
    width: 100%;
    height: 350px;
    background: url(../img_bann/bann-interno-imoveisdeinverno2.jpg) center;
    background-repeat: no-repeat;
    margin: 0px !important;
    padding: 0px !important;
}
.bann img {
    width: 100%;
}

/*BANNER*/

/*T TULO PRINCIPAL*/
.titl_prin {
    text-align: center;
}
.titl_prin h1, .titl_prin h2 {
    font-size: 40px;
    letter-spacing: -2px;
    margin: 50px 0 0 0 !important;
}
.titl_prin_intr {
    text-align: center;
}
.titl_prin_intr h1 {
    font-size: 26px;
    margin: 50px 0 0 0 !important;
}
.titl_prin i {
    font-size: 30px;
}
.sepr_titl_prin1, .sepr_titl_prin2 {
    text-align: center;
    margin: 0 auto;
    opacity: 0.7;
    margin-top: 5px;
}
.sepr_titl_prin1 {
    width: 55px;
    height: 2px;
    background: #565656;
}
.sepr_titl_prin2 {
    width: 30px;
    height: 2px;
    background: #2e5342;
    margin-top: 5px;
}
/*T TULO PRINCIPAL*/
/*IM VEL DESTAQUE PRINCIPAL*/
.dest_prin {
    margin: 10px 0;
    text-align: center;
}
.grid_dest_prin_paii {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.grid_dest_prin {
    float: left;
    margin: 1%;
    -webkit-flex: 0 0 31.33%;  /* Safari 6.1+ */
    -ms-flex: 0 0 31.33%;  /* IE 10 */
    flex: 0 0 31.33%;
}
.info_imag_dest {
    position: absolute;
    top: 4%;
    left: 4%;
    background: #2e5342;
    color: #e9ce86;
    text-align: center;
    padding: 12px 25px 8px 25px;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'VarelaRound-Regular', Arial;
    /*border-radius: 10px 0px;*/
}
.info_imag_dest:hover {
    background: #565656;
}
.tudo_dest_prin {
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
}
.dest_prin_cinz {
    background: #fff;
    text-align: center;
    padding-top: 10px !important;
}
.dest_prin_cinz p {
    font-size: 20px;
    min-height: 60px;
    padding: 0 5px;
}
.dest_prin_azul {
    background-color: #e6e6e6;
    font-size: 14px;
    padding: 15px 0 5px 0!important;
}
.dest_prin_azul ul {
    text-align: center;
    padding: 0px !important;
}
.dest_prin_azul li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}
.dest_prin_azul i {
    color: #2e5342;
    margin-right: 5px;
}
.dest_prin a button {
    background: #2e5342;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 30px;
    margin: 35px 0;
    border: 0px;
    /*border-radius: 10px 0px;*/
}
.dest_prin a button:hover {
    background: #565656;
}
/*IM VEL DESTAQUE PRINCIPAL*/
/*O QUE VOC  EST  PROCURANDO?*/
.proc_prin {
    background: #f7f7f7;
    padding: 50px 0 !important;
    margin-top: 50px;
    text-align: center;
}
.proc_prin h3 {
    font-size: 24px;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin: 20px 0;
}
.proc_prin p {
}
.fund_proc_prin {
    width: 50%;
    margin: 0 auto;
    background: #2e5342;
    /*border-radius: 25px 0 25px 0;*/
    padding: 30px !important;
}
.fund_proc_prin:hover {
    background: #565656;
    /*border-radius: 0 25px 0 25px;*/
}
.fund_proc_prin i {
    font-size: 80px;
}
/*O QUE VOC  EST  PROCURANDO?*/

/*LOCAIS MAIS PROCURADOS*/
.locl_prin {
    margin-top: 50px;
}
.locl_prin p {
    text-align: center;
    font-size: 20px;
}
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
.carousel-control {
    left: -12px;
    border: 4px solid #2e5342;
    border-radius: 23px 23px 23px 23px;
    /*margin-top: 90px !important;*/
    opacity: 0.9;
    color: #fff !important;
}
.carousel-control.right {
    right: -12px;
}
.thumbnail {
    width: 100%;
    display: block;
    margin-top: 20px;
    line-height: 0;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
}
/*LOCAIS MAIS PROCURADOS*/

/*LIGAMOS PARA VOC  / NEWSLETTER*/
.news_liga_prin {
    background: #f7f7f7;
    margin-top: 50px;
    padding: 50px 0 !important;
    text-align: center;
}
.liga_prin i {
    font-size: 70px;
}
.liga_prin p {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-top: 10px;
}
.news_prin i {
    font-size: 70px;
}
.news_prin p {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-top: 10px;
}
.liga_prin, .news_prin {
    background: #2e5342;
    padding: 20px 40px !important;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}
.liga_prin a button, .news_prin a button {
    background: #fff;
    font-size: 20px;
    color: #2e5342;
    letter-spacing: 2px;
    padding: 5px 10px;
    margin: 15px 0 0 0;
    border: 0px;
    /*border-radius: 10px 0px;*/
}
.text_news_prin p {
    font-size: 17px;
    letter-spacing: 0px;
    text-transform: none;
}
.news_rodp {
    margin-top: 15px;
}
.news_rodp a button {
    background: #fff;
    font-size: 20px;
    color: #2e5342;
    letter-spacing: 2px;
    padding: 5px 10px;
    margin: 5px 0 0 0;
    border: 0px;
    /*border-radius: 10px 0px;*/
}
/*LIGAMOS PARA VOC  / NEWSLETTER*/

/*RODAP */
.tudo_rodp {
    background: #2e5342;
    padding: 20px 0 !important;
    text-align: center;
    margin: 0 auto;
}
.tudo_rodp2 {
    background: #e9ce86;
    padding: 10px 0 0 0 !important;
}
.tudo_rodp img {
    width: 32%;
    margin: 0 auto;
    margin-top: 5px;
}
.esqd_rodp2 p {
    font-size: 14px;
    text-align: left;
}
.dirt_rodp2 {
    padding: 0px;
}
.dirt_rodp2 a img {
    width: 30%;
    float: right;
}
.menu_rodp ul {
    /*margin-left: 27%;*/
}
.text_menu_rodp li a {
    margin: 15px 10px 0 0;
    color: #ffffff !important;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'VarelaRound-Regular', Arial;
    background: transparent !important;
}
.text_menu_rodp li a:hover {
    color: #e9ce86 !important;
}
/*RODAP */

/*INTERNAS*/
.info_empr {
    margin-top: 50px;
    text-align: center;
}
.info_empr i {
    font-size: 150px;
    margin-top: 70px;
}
.info_empr p {
    text-align: justify;
    line-height: 30px;
}
.finc_intr {
    margin-top: 50px;
}
.finc_intr p {
    text-align: center;
    line-height: 30px;
    margin: 0 0 75px 0;
}
.finc_intr img {
    margin-bottom: 30px;
}
.info_empr_icon {
    text-align: center;
}
.info_empr_icon i {
    font-size: 65px;
}
.info_empr_icon p {
    margin: 15px;
}
.info_empr_icon h2 {
    font-size: 30px;
}
.info_empr_fund {
    background: #f7f7f7;
    padding: 50px 0 !important;
    margin: 25px 0 !important;
    text-align: center;
}
.info_empr_fund h2 {
    font-weight: bold;
}
.info_empr_fund p {
    text-align: justify;
    margin-top: 25px;
}
.info_empr_perf {
    margin-top: 25px;
}
.info_empr_perf i {
    background: #f7f7f7;
    padding: 50px !important;
    font-size: 120px;
}
.dirt_info_empr_perf i {
    background: transparent;
    padding: 0px !important;
    font-size: 24px;
}
#form_intr i {
    background: none;
}
#form_intr .input-pesquisa {
    margin-bottom: 0;
}
#form_intr button {
    background: #2e5342;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 30px;
    margin: 20px 0;
    border: 0px;
}
/*INTERNAS*/
/*CONTATO*/
.cont_intr {
    margin-top: 50px;
}
.subt_cont {
    font-size: 30px;
    letter-spacing: -2px;
    margin: 50px 0 30px 0 !important;
    text-align: center;
}
.tudo_anun p {
    text-align: center;
    margin-bottom: 25px;
}
.cont_intr p {
    font-size: 16px;
}
.info_cont {
    margin-top: 50px;
}
.info_cont i {
    font-size: 50px;
}
.info_cont p {
    margin-top: 15px;
}
.erros_cont {
    display: none;
    font-size: 14px;
    text-align: left;
    color: #B01712;
}
.msg_cont_sucs {
    display: none;
    font-size: 20px;
    text-align: center;
    color: #2e5342;
    margin-bottom: 30px;
}
.msg_loading_cont {
    display: none;
    color: #2e5342;
}
.form_cont {
    text-align: center;
}
.form_cont input {
    height: 50px !important;
}
.form_cont button {
    background: #2e5342;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 30px;
    margin: 35px 0;
    border: 0px;
    /*border-radius: 10px 0px;*/
}
#map-canvas {
    width: 100%;
    height: 450px;
}
.titl-mapa-imov {
    margin-bottom: 20px;
}
.fund_mapa {
    width: 30%;
    position: absolute;
    background: url(../imagens/fund_mapa.png);
    height: 450px;
    z-index: 9999;
    float: right;
}
.fund_mapa p {
    font-size: 42px;
    line-height: 65px;
    text-align: center;
    margin-top: 160px;
    text-transform: uppercase;
    letter-spacing: -2px;
    color: #fff;
    font-family: Arial;
    font-weight: bold;
}
/*CONTATO*/
/*PESQUISAR IM VEIS*/
.busc_list_imotv {
    background: #f7f7f7;
    border-top: 1px solid #e3e3e3;
    padding-bottom: 30px !important;
}
.inpt_ordn {
    /*margin-top: 75px;*/
    margin-top: 25px;
}
.rest_list_imov {
    background: #f7f7f7;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.3);
    margin-top: 25px;
    margin-bottom: 10px;
}
.rest_list_imov2 {
    padding: 20px !important;
}
.rest_list_imov2 p {
    margin: 0px !important;
    padding: 0px !important;
}
.rest_list_imov3 {
    background-color: #fff;
    font-size: 18px;
    padding: 15px 0 5px 0!important;
}
.rest_list_imov3 ul {
    text-align: center;
    padding: 10px !important;
}
.rest_list_imov3 li {
    display: inline-block;
    list-style: none;
    margin: 0 20px;
}
.rest_list_imov3 i {
    color: #2e5342;
    margin-right: 5px;
}
.rest_list_imov3 a button {
    background: #2e5342;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 30px;
    margin: 35px 0;
    border: 0px;
    /*border-radius: 10px 0px;*/
}
.rest_list_imov4 {
    padding: 20px !important;
    text-align: right;
}
.rest_list_imov4 p {
    text-align: left;
    margin: 0px;
    margin-top: 15px;
    padding: 0px !important;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -1px;
}
.rest_list_imov4 a button {
    background: transparent;
    font-size: 20px;
    color: #2e5342;
    letter-spacing: -1px;
    padding: 5px 15px;
    border: 2px solid #2e5342;
    /*border-radius: 10px 0px;*/
    margin-top: 20px;
}
.rest_list_imov4 a button:hover {
    background: #2e5342;
    color: #fff;
}
/*PESQUISAR IM VEIS*/

/*RESULTADO DA PESQUISA DE IM VEIS*/
.rest_info_cima {
    margin: 75px 0 25px 0;
}
.rest_info_cima span a {
    font-size: 18px;
    color: #2e5342;
}
.rest_info_cima span a:hover {
    color: #565656;
}
.rest_info_cima a button {
    background: #2e5342;
    color: #fff;
    border: 0px;
    text-align: center;
    font-size: 30px;
    padding: 20px 20px !important;
    /*border-radius: 5px;*/
}
.rest_info_cima a button:hover {
    background: #e3e3e3;
    color: #2e5342;
}
.titl_rest_info_cima {
    font-size: 30px;
    margin: 0px;
}
.rest_info_cima p {
    font-size: 22px;
}
.dirt_rest_info_cima p {
    font-size: 34px;
    letter-spacing: -2px;
    text-align: right;
    margin-top: 20px;
}

.rest_foto {
    margin: 0 auto;
    text-align: center;
}
.rest_foto img {
    margin: 0 auto;
}
.carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
    right: -12px;
}
.carousel-control2 {
    margin-top: 300px !important;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}
.dirt_rest_info_baix {
    background: #fff;
    border: 1px solid #f7f7f7;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    padding: 20px !important;
}
.dirt_rest_info_baix p {
    font-size: 16px;
}
.dirt_rest_info_baix i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-right: 5px;
    background: #e3e3e3;
    border-radius: 23px;
    text-align: center;
    padding-top: 10px !important;
}
.dirt_rest_info_baix_form {
    text-align: center;
}
.dirt_rest_info_baix_form a button {
    background: #2e5342;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    padding: 7px 15px;
    border: 0px;
    /*border-radius: 10px 0px;*/
}
.sepr_rest_info_baix {
    height: 2px;
    background: #e9ce86;
    opacity: 0.5;
    margin: 40px 0;
}
.copt_rest {
    margin: 25px 0;
    letter-spacing: -1px;
}
.copt_rest p {
    font-size: 16px;
}
.titl_rest_info_baix {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: #2e5342;
    letter-spacing: -1px;
    font-size: 20px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    padding: 10px 0 0 10px !important;
}
.esqd_rest_info_baix1 {
    margin-bottom: 35px;
}
.esqd_rest_info_baix1 ul {
    list-style-type: none;
    columns: 3;
    -webkit-columns:3;
    -moz-columns: 3;
}
.text_rest_info_baix2 p {
    padding-top: 20px;
    font-size: 16px;
    text-align: justify;
}
.text_rest_info_baix {
    padding-top: 20px;
    font-size: 16px;
}
.text_rest_info_baix li {
    margin-bottom: 10px;
}
.iframe_imov iframe {
    width: 100%;
    height: 500px;
    margin-top: 20px;
}
.copt_rest_meio {
    font-size: 16px;
    margin-top: 45px;
}
.copt_rest_meio ul {
    text-align: center;
    padding: 0px !important;
}
.copt_rest_meio li {
    display: inline-block;
    list-style: none;
    margin: 0 10px;
}
.copt_rest_meio i {
    color: #2e5342;
    margin-right: 5px;
}
.copt_rest_dirt {
    text-align: center;
}
.copt_rest_dirt a button {
    background: #2e5342;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 30px;
    margin: 35px 0 0 0;
    border: 0px;
    /*border-radius: 10px 0px;*/
}
.modal-dialog {
    width: 70% !important;
}

/*RESULTADO DA PESQUISA DE IM VEIS*/

/*NEWSLETTER*/
.erros_cont_news {
    display: none;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
}
.msg_cont_sucs_news {
    display: none;
    font-size: 14px;
    color: #ffffff;
}
.msg_loading_cont {
    display: none;
}
/*NEWSLETTER*/
/*LIGAMOS FORMUL RIO*/
.erros_cont_liga {
    display: none;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
}
.erros_cont_liga i {
    font-size: 14px;
}
.msg_cont_sucs_liga {
    display: none;
    font-size: 14px;
    color: #ffffff;
}
/*LIGAMOS FORMUL RIO*/
/*LIGAMOS FORMUL RIO*/
/*NOT CIAS*/
.notc_prin {
    padding: 75px 100px;
    text-align: center;
    background: #2e5342;
    margin-top: 50px;
}
.notc_prin i {
    font-size: 75px;
    margin-bottom: 20px;
}
.notc_prin p {
    font-size: 20px;
    padding: 10px 50px;
    text-transform: uppercase;
}
.tudo_notc_prin1 {
    border-right: 2px solid #fff;
    height: 220px;
}
.tudo_notc_prin2 {
    border-left: 2px solid #fff;
    height: 220px;
}
.notc_prin a button {
    background: #fff;
    font-size: 20px;
    color: #2e5342;
    letter-spacing: 2px;
    padding: 5px 10px;
    margin: 15px 0 0 0;
    border: 0px;
}
.notc_intr img {
    margin: 0 auto;
}
.notc_intr {
    padding: 20px 100px;
    text-align: center;
}
.notc_intr p {
    margin-top: 30px;
}
.notc_intr a button {
    background: #2e5342;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px 30px;
    margin: 35px 0;
    border: 0px;
}
.list_notc {
    padding: 50px 200px;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tudo_list_notc {
    float: left;
    margin: 1.5%;
    -webkit-flex: 0 0 30.33%;  /* Safari 6.1+ */
    -ms-flex: 0 0 30.33%;  /* IE 10 */
    flex: 0 0 30.33%;
    background: #2e5342;
    text-align: center;
}
.tudo_list_notc p {
    font-size: 20px;
    margin-top: 10px;
}
.tudo_list_notc a p {
    color: #fff;
}
.tudo_list_notc a button {
    background: #fff;
    font-size: 15px;
    color: #2e5342;
    letter-spacing: 2px;
    padding: 10px 30px;
    margin: 10px 0;
    border: 0px;
}
#conteudoNoticia iframe {
    max-width: 100% !important;
    display: block !important;
}
/*NOT CIAS*/
/*FUNDO H1 - HOME*/
.fund_titl_h1 {
    background: #2e5342;
    padding: 10px 0 15px 0;
}
.fund_titl_h1 h1 {
    text-align: center;
    font-size: 44px;
}

.btn-carrega-mais {
    display: flex;
    margin-bottom: 30px;
    margin-top: 20px;
}

.btn-carrega-mais a {
    margin: 0 auto;
}
/*FUNDO H1 - HOME*/


/* ALTERA  O WHATS VER IM VEL 27.06.2022 */
.icon_form_imov {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: table;
}
.icon_form_imov a {
    background-color: #25D366;
    padding: 10px 20px 10px 20px;
    text-align: center;
    border-radius: 0px;
    color: #fff !important;
    font-size: 13px !important;
    letter-spacing: 1px;
}
.icon_form_imov a:hover {
    background-color: #0c8137;
}
.espc_icon_form_imov {
    margin-top: 55px;
}
/* ALTERA  O WHATS VER IM VEL 27.06.2022 */

/* ALTERA  O WHATS HOME 28.06.2022 */
.icon_what_home {
    position: fixed;
    right: 0.5%;
    bottom: 2%;
}
.icon_what_home img {
    width: 85%;
}
/* ALTERA  O WHATS HOME 28.06.2022 */


@media screen and (max-width: 1600px) {
    .bann {
        height: 520px;
    }
    /*HOME*/
    .text_menu li a {
        margin: 18px 0 0 20px;
    }
    .text_menu_rodp li a {
        margin: 15px -4px 0 0;
    }
    .text_news_prin p {
        font-size: 15px;
        line-height: 16px;
    }
    .esqd_rodp2 p {
        font-size: 11px;
    }
    /*HOME*/
    /*INTERNAS*/
    .rest_list_imov4 {
        padding: 15px !important;
    }
    .rest_list_imov4 a button {
        margin-top: 0px;
    }
    .rest_list_imov4 p {
        margin-top: 0px;
    }
    .carousel-control {
        margin-top: 75px;
    }
    .carousel-control2 {
        margin-top: 250px !important;
    }
    .fund_mapa p {
        font-size: 39px;
        margin-top: 140px;
    }
    /*INTERNAS*/
    /*NOT CIAS 13.07.2017*/
    .notc_prin p {
        font-size: 18px;
        padding: 10px 30px;
    }
    .list_notc {
        padding: 50px 150px;
    }
    .tudo_list_notc p {
        font-size: 18px;
    }
    /*NOT CIAS 13.07.2017*/
    .dest_prin_cinz p {
        min-height: 84px;
    }
    .fund_titl_h1 h1 {
        font-size: 40px;
    }
    .dirt_rest_info_baix p {
        font-size: 15px;
    }
}
@media screen and (max-width: 1440px) {
    /*HOME*/
    .esqd_info_topo p {
        font-size: 13px;
    }
    .text_menu li a {
        margin: 15px 0 0 3px;
    }
    .dest_prin_cinz p {
        font-size: 18px;
    }
    .fund_proc_prin i {
        font-size: 70px;
    }
    .text_menu_rodp li a {
        font-size: 12px;
    }
    .dirt_rodp2 a img {
        margin-top: 10px;
    }
    /*HOME*/
    /*INTERNAS*/
    .rest_list_imov4 p {
        font-size: 27px;
    }
    .rest_list_imov4 a button {
        padding: 3px 10px;
    }
    .copt_rest_dirt a button {
        font-size: 17px;
    }
    .titl_rest_info_cima {
        font-size: 24px;
    }
    .rest_info_cima p {
        font-size: 18px;
    }
    .dirt_rest_info_cima p {
        font-size: 30px;
    }
    .carousel-control {
        margin-top: 65px;
    }
    .dirt_rest_info_baix p {
        font-size: 12px;
    }
    .text_rest_info_baix {
        font-size: 14px;
    }
    /*INTERNAS*/
    /*NOT CIAS 13.07.2017*/
    .notc_prin {
        padding: 75px 20px;
    }
    /*NOT CIAS 13.07.2017*/
    .fund_titl_h1 h1 {
        font-size: 38px;
    }
    .icon_form_imov a {
        padding: 10px 13px 10px 13px;
    }
}
@media screen and (max-width: 1366px) {
    .text_menu li a {
        font-size: 15px;
    }
    /*HOME*/
    .esqd_info_topo p {
        font-size: 12px;
    }
    .dest_prin_cinz p {
        font-size: 18px;
    }
    .dest_prin a button {
        font-size: 18px;
    }
    .input-pesquisa {
        height: 46px !important;
    }
    .text_menu_rodp li a {
        font-size: 11px;
    }
    .titl_prin h2 {
        font-size: 36px;
    }
    .liga_prin a button, .news_prin a button {
        font-size: 18px;
    }
    .news_rodp a button {
        font-size: 18px;
    }
    .bann {
        height: 420px;
    }
    /*HOME*/
    /*INTERNAS*/
    .form_cont input {
        height: 45px !important;
    }
    .form_cont button {
        font-size: 18px;
    }
    .rest_list_imov3 {
        padding: 5px 0 0px 0!important;
    }
    .rest_list_imov4 p {
        font-size: 24px;
    }
    .rest_list_imov4 {
        padding: 9px !important;
    }
    .rest_list_imov4 a button {
        padding: 0px 5px;
    }
    .titl_rest_info_cima {
        font-size: 20px;
        margin-top: 15px;
    }
    .rest_info_cima p {
        font-size: 16px;
    }
    .dirt_rest_info_cima p {
        font-size: 28px;
    }
    .carousel-control {
        margin-top: 62px;
    }
    .carousel-control2 {
        margin-top: 80px !important;
    }
    .copt_rest_dirt a button {
        font-size: 16px;
        padding: 10px 20px;
    }
    .copt_rest_meio {
        margin-top: 33px;
    }
    .dirt_rest_info_baix_form a button {
        font-size: 16px;
    }
    .iframe_imov iframe {
        width: 75%;
        margin-left: 12.5%;
        height: 300px;
    }
    .form_cont button {
        font-size: 16px;
    }
    #map-canvas {
        height: 330px;
    }
    .fund_mapa {
        height: 330px;
    }
    .fund_mapa p {
        font-size: 32px;
        margin-top: 120px;
        line-height: 50px;
    }
    /*INTERNAS*/
    /*NOT CIAS 13.07.2017*/
    .notc_prin {
        padding: 75px 10px;
    }
    .notc_prin p {
        font-size: 17px;
        padding: 10px 15px;
    }
    .tudo_list_notc a button {
        padding: 6px 20px;
    }
    .list_notc {
        padding: 50px 100px;
    }
    /*NOT CIAS 13.07.2017*/
    .icon_form_imov a {
        padding: 10px 10px 10px 10px;
        font-size: 12px;
    }
}
@media screen and (max-width: 1280px) {
    /*HOME*/
    .text_menu li a {
        margin: 8px 0 0 3px;
    }
    .text_menu li a {
        font-size: 14px;
    }
    .esqd_info_topo p {
        font-size: 11px;
    }
    .info_topo i {
        font-size: 16px !important;
    }
    .bann {
        height: 440px;
    }
    .fund_proc_prin {
        padding: 23px !important;
    }
    .proc_prin h3 {
        font-size: 20px;
    }
    .fund_proc_prin i {
        font-size: 60px;
    }
    .liga_prin, .news_prin {
        padding: 10px 0px !important;
    }
    .liga_prin i {
        font-size: 60px;
    }
    .news_prin i {
        font-size: 60px;
    }
    .input-pesquisa {
        height: 44px !important;
    }
    .text_menu_rodp li a {
        font-size: 9px;
    }
    .tudo_rodp img {
        width: 40%;
        margin-top: 8px;
    }
    .text_news_prin p {
        font-size: 13px;
        line-height: 14px;
    }
    .info_empr p {
        line-height: 21px;
    }
    .info_empr_perf i {
        padding: 45px !important;
        font-size: 90px;
    }
    .dirt_info_empr_perf i {
        padding: 0px !important;
        font-size: 24px;
    }
    /*HOME*/
    /*INTERNAS*/
    .rest_list_imov2 {
        padding: 10px !important;
    }
    .rest_list_imov2 p {
        font-size: 14px;
    }
    .rest_list_imov3 li {
        font-size: 14px;
    }
    .rest_list_imov4 p {
        font-size: 20px;
        margin-top: 10px;
    }
    .rest_list_imov4 a button {
        padding: 5px 10px;
        font-size: 16px;
        margin-top: 10px;
    }
    .copt_rest_dirt a button {
        letter-spacing: 0px;
    }
    /*INTERNAS*/
    /*NOT CIAS 13.07.2017*/
    .notc_prin p {
        font-size: 15px;
        padding: 10px 0px;
    }
    .notc_prin i {
        font-size: 60px;
    }
    .notc_prin a button {
        font-size: 17px;
    }
    .tudo_list_notc p {
        font-size: 16px;
    }
    .notc_intr a button {
        font-size: 16px;
        padding: 10px 20px;
    }
    /*NOT CIAS 13.07.2017*/
    .erros_cont_liga i {
        font-size: 14px;
    }
    .icon_form_imov a {
        padding: 10px;
        font-size: 11px !important;
    }
}
@media screen and (max-width: 1024px) {
    /*HOME*/
    .bann {
        height: 400px;
    }
    .logo_topo img {
        width: 100%;
    }
    /*HOME*/
    /*INTERNAS*/
    .rest_list_imov2 {
        padding: 20px !important;
    }
    #map-canvas {
        height: 230px;
    }
    .fund_mapa {
        height: 230px;
    }
    .fund_mapa p {
        font-size: 24px;
        margin-top: 90px;
        line-height: 30px;
    }
    /*INTERNAS*/
    /*NOT CIAS 13.07.2017*/
    .notc_prin p {
        font-size: 14px;
    }
    .notc_prin {
        padding: 40px 10px;
    }
    .list_notc {
        padding: 20px 0px;
    }
    .notc_intr {
        padding: 20px 20px;
    }
    /*NOT CIAS 13.07.2017*/
    .fund_titl_h1 h1 {
        font-size: 33px;
    }
}
@media screen and (max-width: 769px) {
    /*HOME*/
    .bann {
        height: 248px;
        background-size: 100%;
        -webkit-animation: 0;
        animation: normal;
    }
    .bann_intr {
        height: 248px;
    }
    .teste_intr button {
        margin-top: 70px;
        font-size: 20px;
    }
    .logo_topo img {
        margin-top: 10px;
    }
    .esqd_info_topo p {
        font-size: 9px;
    }
    .info_topo i {
        font-size: 12px !important;
        margin-bottom: 5px;
    }
    .teste button {
        padding: 15px 31px;
        letter-spacing: -1px;
        margin-top: 52px;
        font-size: 19px;
    }
    .fund_pesq {
        background: url(../imagens/sem-foto.png);
        background: #fff;
        z-index: 999;
        margin-top: 0px;
    }
    .grid_dest_prin {
        /*width: 48%;*/
        margin: 1%;
        -webkit-flex: 0 0 48%;  /* Safari 6.1+ */
        -ms-flex: 0 0 48%;  /* IE 10 */
        flex: 0 0 48%;
    }
    .esqd_rodp2 p {
        font-size: 14px;
        text-align: center;
    }
    .dirt_rodp2 a img {
        width: 7%;
    }
    /*HOME*/
    /*NOT CIAS 13.07.2017*/
    .tudo_notc_prin1 {
        border-right: 0px solid #fff;
    }
    .tudo_notc_prin2 {
        border-left: 0px solid #fff;
    }
    .tudo_list_notc {
        -webkit-flex: 0 0 47%;
        -ms-flex: 0 0 47%;
        flex: 0 0 47%;
    }
    /*NOT CIAS 13.07.2017*/
    .input-pesquisa {
        margin-bottom: 5px;
    }
    .rest_info_cima {
        margin: 15px 0 15px 0;
    }
    .fund_titl_h1 h1 {
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    .disp_mobl a {
        display: block;
    }
    .logo_topo img {
        width: 75%;
        margin: 0 auto;
    }
    .navbar-collapse {
        width: 100%;
        overflow-y: hidden;
        overflow-x: hidden;
    }
    .grid_dest_prin {
        /*width: 96%;*/
        margin: 0% 2% 10% 2%;
        -webkit-flex: 0 0 96%;  /* Safari 6.1+ */
        -ms-flex: 0 0 96%;  /* IE 10 */
        flex: 0 0 96%;
    }
    .info_empr_perf {
        margin-top: 0px;
        font-size: 10px;
    }
    .esqd_info_empr_perf {
        text-align: center;
    }
    .esqd_rest_info_baix1 ul {
        list-style-type: none;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .iframe_imov iframe {
        width: 90%;
        margin-left: 5%;
        height: 199px;
    }
    .rest_info_cima p {
        font-size: 12px;
    }
    .dirt_rest_info_cima p {
        font-size: 28px;
    }
    /*NOT CIAS 13.07.2017*/
    .tudo_list_notc {
        -webkit-flex: 0 0 97%;
        -ms-flex: 0 0 97%;
        flex: 0 0 97%;
    }
    /*NOT CIAS 13.07.2017*/
    .fund_titl_h1 {
        padding: 5px 0;
    }
    .fund_titl_h1 h1 {
        font-size: 28px;
    }
    .titl_prin h2 {
        font-size: 30px;
    }
    .espc_icon_form_imov {
        margin-top: 20px;
    }
}

@media screen and (min-width: 1023px) {
    .dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

a:link{color:#000000; text-decoration: none;}
a:visited {color:#000000; text-decoration: none;}
a:hover {color:#666666; text-decoration: none}

.topoazul:link{color:#ffffff; text-decoration: none;}
.topoazul:visited {color:#ffffff; text-decoration: none;}
.topoazul:hover {color:#ffffff; text-decoration: none}

.linkfonecont:link{color:#565656; text-decoration: none;}
.linkfonecont:visited {color:#565656; text-decoration: none;}
.linkfonecont:hover {color:#2e5342; text-decoration: none;}

.linknotc:link{color:#2e5342; text-decoration: none;}
.linknotc:visited {color:#2e5342; text-decoration: none;}
.linknotc:hover {color:#565656; text-decoration: none;}