@charset "utf-8";
html, body{
	min-height: 100%;
	min-width: 100%;
	-ms-text-size-adjust: none;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	position: relative;
}

img, embed, object,video, form{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	max-width: 100%;
}
p, h1, h2, h3, h4, h5 , h6{
    margin-bottom: 10px;
    margin-top: 1px;
}
.share_sociais {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto Slab";
    color: #0465B2;
    font-size: 16px;
}
.img_esquerda {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}
.img_direita {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}
.arredonda {
    border-radius: 20px;
}

.bt_envios {
    margin-top: 20px;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    text-decoration: none;
    color: #002e00;
    vertical-align: middle;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 40px;
    display: table;
    background-color: #a6dde9;
    min-height: 46px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
    background-repeat: no-repeat;
    background-position: right center;
    margin-bottom: 30px;
    background-image: url(../imgs/seta_verde.png);
    border: 2px solid #a6dde9;
    text-transform: uppercase;
}
.bt_envios:hover {
    background-image: url(../imgs/seta_branca.png);
}


::selection {
    background-color: #0d9abe;
    color: #fff;
}
.textoAzul {
    color: #236A7E;
}
.textoBranco {
    color: #FFFFFF;
}

.textoGreen {
    color: #002e00;
}


.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

::-moz-selection {
 background: #8a9aa6;
color: #fff;
}
.acerta_flex {
    margin-left: auto;
    margin-right: auto;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    vertical-align: top;
    width: 100%;
    min-height: 200px;
}
#seta_anterior {
    width: 48px;
    height: 48px;
    background-image: url(../imgs/seta_esq_branca.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    z-index: 999;
    cursor: pointer;
    display: none;
    left: 60px;
}
#seta_proximo {
    width: 48px;
    height: 48px;
    background-image: url(../imgs/seta_dir_branca.png);
    background-repeat: no-repeat;
    z-index: 999;
    position: absolute;
    top: 45%;
    right: 60px;
    cursor: pointer;
    display: none;
}
#seta_anterior:hover, #seta_proximo:hover {
    opacity: 0.5;
}
#seta_anterior_menor {
    width: 35px;
    height: 35px;
    background-image: url(../imgs/seta_esq.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 25%;
    z-index: 999;
    cursor: pointer;
    display: none;
    left: -50px;
}

#seta_proximo_menor {
    width: 35px;
    height: 35px;
    background-image: url(../imgs/seta_dir.png);
    background-repeat: no-repeat;
    z-index: 999;
    position: absolute;
    top: 25%;
    right: -50px;
    cursor: pointer;
    display: none;
}

#seta_anterior_menor:hover, #seta_proximo_menor:hover {
	opacity: 0.8;
}

.contato_mapa {
    width: 100%;
    padding: 0px;
    margin-top: 30px;
    line-height: 0px;
    position: relative;
    height: 450px;
}

input, textarea, select {
	outline: none;
	resize: none;
}

.campoerro {
    color: #F15A53;
    font-size: 18px;
    font-family: Poppins;
    resize: none;
    border-color: #F15A53;
    border-width: 1px;
    border-style: solid;
    padding-right: 4px;
    padding-left: 4px;
    outline: none;
    width: 100%;
    height: 38px;
    border-radius: 10px;
}
.campoerro_select {
    color: #F15A53;
    font-size: 18px;
    font-family: Poppins;
    resize: none;
    border-color: #F15A53;
    border-width: 1px;
    border-style: solid;
    padding-right: 4px;
    padding-left: 4px;
    outline: none;
    width: 103%;
    height: 40px;
    border-radius: 10px;
}
.campoerro_textarea {
    color: #F15A53;
    font-family: Poppins;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    outline: none;
    resize: none;
    height: 120px;
    width: 100%;
    border: 1px solid #F15A53;
    font-size: 18px;
    border-radius: 10px;
}

.floatinputs {
    float: left;
    /* [disabled]max-width: 300px; */
    margin-right: 20px;
    width: 440px;
    margin-bottom: 10px;
}
.floatinputs_menores {
    float: left;
    /* [disabled]max-width: 300px; */
    margin-right: 20px;
    width: 300px;
    margin-bottom: 10px;
}
.floatinputs_busca {
	float: left;
	/* [disabled]max-width: 300px; */
	margin-right: 20px;
	width: 340px;
	margin-bottom: 10px;
}
.floattextarea {
    float: left;
    min-width: 350px;
    max-width: 900px;
    clear: both;
    width: 900px;
    margin-bottom: 20px;
}

.inputs {
    color: #767676;
    font-family: Poppins;
    font-size: 18px;
    padding: 0px 4px;
    outline: none;
    resize: none;
    width: 100%;
    height: 38px;
    border: 1px solid #8ecbdc;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.textareas {
    color: #767676;
    font-family: Poppins;
    font-size: 18px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    outline: none;
    resize: none;
    height: 120px;
    width: 100%;
    border: 1px solid #8ecbdc;
    border-radius: 10px;
}
.selects {
    color: #767676;
    font-family: Poppins;
    font-size: 18px;
    padding-right: 4px;
    padding-left: 4px;
    outline: none;
    resize: none;
    width: 103%;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border-width: 0px;
    border-style: none;
}
.selects_interno {
    color: #767676;
    font-family: Poppins;
    font-size: 18px;
    padding-right: 4px;
    padding-left: 4px;
    outline: none;
    resize: none;
    width: 103%;
    height: 40px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #8ecbdc;
}

#base_formcontrato {
    margin-right: auto;
    clear: left;
    margin-bottom: 40px;
    max-width: 960px;
    margin-left: auto;
}
#loading {
	width: 101px;
	height: 36px;
	background-image: url(../imgs/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	clear: both;
}

#menuabrefecha {
	display: none;
}


.bt_menuabre {
	height: 40px;
	background-color: #FFFFFF;
	display: none;
	text-align: center;
}
.bt_menufecha {
	height: 40px;
	background-color: #FFFFFF;
	display: none;
	text-align: center;
}

.avisos {
	font-size: 14px;
	color: #DF6608;
	line-height: 16px;
}

a.linkgeral:link, a.linkgeral:visited {
    text-decoration: none;
    color: #2E3192;
    font-weight: bold;
}
a.linkprivacidade:link, a.linkprivacidade:visited {
    text-decoration: none;
    color: #d5d5d5;
}
a.linksembarra:link, a.linksembarra:visited {
    text-decoration: none;
    color: #555555;
}

#rodape_base a:link, #rodape_base a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
h1 {
    font-size: 36px;
    font-family: Poppins;
    margin-bottom: 6px;
    line-height: 32px;
    font-weight: normal;
}
h2 {
    font-size: 28px;
    font-family: Poppins;
    font-weight: 500;
    line-height: 30px;
    margin-top: 5px;
}

h3 {
    color: #509DB1;
    margin-bottom: 3px;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 500;
}
h4 {
    color: #002e00;
    margin-bottom: 10px;
    font-size: 22px;
    font-family: Poppins;
    font-weight: 500;
    margin-top: 5px;
}
h5 {
	color: #4b4b4b;
	font-size: 16px;
	font-family: Roboto;
	line-height: 19px;
}
h6 {
    color: #F58B00;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: "Roboto Slab";
    margin-top: 5px;
    font-weight: normal;
}
.divclear {
	clear: both;
}
.texto_dinamico {
	margin-top: 20px;
	margin-bottom: 20px;
}

.texto_dinamico p{
	margin-bottom: 15px;
}
.texto_dinamico a{
    margin-bottom: 15px;
    text-decoration: none;
    color: #162E17;
    font-weight: bold;
}

.bt_topo {
	width: 60px;
	height: 41px;
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 300px;
	display: none;
}
#topo_base {
    margin-left: auto;
    margin-right: auto;
    min-height: 140px;
    width: auto;
    -webkit-box-shadow: 0px 0;
    box-shadow: 0px 0;
}
#topo_conteudo {
    margin-left: auto;
    margin-right: auto;
    min-height: 130px;
    max-width: 1220px;
}
#topo_logo {
    width: 130px;
    height: 90px;
    margin-top: 25px;
    float: left;
    margin-left: 10px;
}
#topo_base_sociais {
    /* [disabled]width: 290px; */
    height: 40px;
    float: right;
    margin-top: 60px;
}

.topo_sociais {
    width: 32px;
    height: 32px;
    margin-right: 5px;
    float: left;
    margin-left: 5px;
    background-color: #a4a4a4;
    border-radius: 6px;
    padding-top: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.topo_zap {
    /* [disabled]width: 32px; */
    height: 32px;
    margin-right: 5px;
    float: left;
    margin-left: 5px;
    background-color: #25d366;
    border-radius: 6px;
    padding-top: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    text-decoration: none;
    font-family: Poppins;
    font-size: 14px;
    font-weight: bold;
    background-image: url(../imgs/topo_zap.png);
    background-repeat: no-repeat;
    background-position: 6px center;
    padding-left: 34px;
    padding-right: 10px;
    line-height: 29px;
}
.topo_zap a {
    color: #FFFFFF;
    text-decoration: none;
}

#menu_base {
    min-height: 89px;
    background-repeat: repeat-x;
    padding-top: 1px;
}

#menu_nav {
    height: 50px;
    -webkit-display: -webkit-box;
    -webkit-display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 55px;
    color: #002e00;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    float: left;
    margin-left: 30px;
    /* [disabled]width: 710px; */
}

.bt_menu {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    float: left;
    min-height: 40px;
    position: relative;
    cursor: pointer;
}

.bt_menu a {
    text-decoration: none;
    color: #002e00;
}
.comseta {
    cursor: pointer;
    background-image: url(../imgs/bg_submenu.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.comseta:hover {
    background-image: url(../imgs/bg_submenu_hover.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.submenus {
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
    z-index: 2000;
    width: 220px;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    background-color: #FFFFFF;
    text-align: left;
    font-size: 15px;
    border-bottom: 1px dashed #0465b2;
    border-top: 2px solid #FFFFFF;
    max-width: 220px;
}
.submenus ul {
	list-style: url(../imgs/bullet.png);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -20px;
	position: relative;
}
.submenus ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	position: relative;
	margin-bottom: 10px;
}

.submenus ul li a:link, .submenus ul li a:visited {
    color: #002e00;
    text-decoration: none;
}

.submenus ul li a:hover, .submenus ul li a:active {
    color: #2E3192;
    text-decoration: none;
}
#destaques_base {
    min-height: 375px;
    max-height: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    /* [disabled]height: 450px; */
    margin-bottom: 30px;
}
.box_destaques_cont {
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 1px;
    position: relative;
    z-index: 2;
    background-position: center top;
    /* [disabled]max-height: 540px; */
    /* [disabled]height: 540px; */
}
.box_destaques_cont img {
}



#destaques_base_menor {
	max-height: 425px;
	max-width: 425px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}
#busca_base {
    min-height: 84px;
    background-color: #8ecbdc;
    border-radius: 10px;
    margin-bottom: 50px;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
}
#busca_icone {
    width: 49px;
    height: 55px;
    float: left;
    margin-left: 20px;
}
#busca_texto {
    width: 160px;
    float: left;
    margin-left: 15px;
    color: #002e00;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    margin-top: 10px;
}
.busca_selects {
    width: 230px;
    height: 50px;
    float: left;
    margin-left: 15px;
    margin-top: 10px;
    margin-right: 10px;
}
#busca_botao {
    height: 42px;
    background-color: #002e00;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    border-radius: 10px;
    padding-top: 6px;
    /* [disabled]padding-left: 10px; */
    padding-right: 30px;
    padding-bottom: 5px;
    font-weight: 500;
    margin-top: 10px;
    background-image: url(../imgs/icon_lupa.png);
    background-repeat: no-repeat;
    background-position: 190px center;
    display: block;
    margin-left: 15px;
    float: left;
    width: 230px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




.filtro {
 -webkit-filter: sepia(1);   
}

#conteudo_base {
    margin-bottom: 50px;
    margin-top: 20px;
    font-family: Poppins;
    color: #393939;
    font-size: 16px;
    line-height: 24px;
    margin-left: 15px;
    margin-right: 15px;
}
#novidades_titulo {
    /* [disabled]width: 320px; */
    min-width: 40px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.box_home_emp {
    width: 380px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 19px;
    /* [disabled]display: inline-block; */
    position: relative;
    vertical-align: top;
    font-family: Poppins;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    border: 1px solid #a4a4a4;
    border-radius: 15px;
    color: #757575;
    margin-left: 8px;
    margin-right: 8px;
}
.box_estagio {
    background-color: #ff666c;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* [disabled]min-width: 150px; */
    min-height: 34px;
    padding-top: 6px;
    text-align: center;
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 20px;
    position: absolute;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -110px;
    left: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
}

.box_emp_foto {
    margin-right: auto;
    width: 380px;
    line-height: 0px;
    margin-left: auto;
    margin-bottom: 30px;
    height: 313px;
    text-align: center;
    vertical-align: top;
    background-color: #FFFFFF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.box_emp_foto img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

}
#bt_empreendimentos {
    height: 50px;
    background-repeat: no-repeat;
    background-color: #a6dde9;
    background-position: 10px center;
    padding-left: 55px;
    color: #002e00;
    text-decoration: none;
    font-family: Poppins;
    text-transform: uppercase;
    font-size: 18px;
    display: table;
    border-radius: 10px;
    line-height: 36px;
    background-image: url(../imgs/icon_maisempre.png);
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
    padding-right: 15px;
}






#bt_enviar {
    /* [disabled]width: 120px; */
    height: 38px;
    background-repeat: no-repeat;
    background-color: #a6dde9;
    background-image: url(../imgs/seta_branca.png);
    background-position: right center;
    padding-left: 10px;
    color: #002e00;
    text-decoration: none;
    font-family: Poppins;
    text-transform: uppercase;
    font-size: 18px;
    display: table;
    border-radius: 10px;
    line-height: 36px;
    margin-right: auto;
    padding-right: 35px;
    margin-left: auto;
    font-weight: bold;
}

#bt_voltar {
    width: 70px;
    height: 26px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: url(../imgs/bg_voltar.png);
    background-repeat: no-repeat;
    background-color: #0465b2;
    text-align: center;
    font-family: "Roboto Slab";
    font-size: 20px;
    display: table;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    border-radius: 15px;
    padding-top: 4px;
    clear: both;
    padding-left: 35px;
    padding-right: 20px;
    padding-bottom: 5px;
    background-position: 5px center;
    font-weight: 500;
}
.bt_leiamais {
    height: 22px;
    background-color: #002e00;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    border-radius: 10px;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 25px;
    padding-bottom: 5px;
    font-weight: 500;
    margin-top: 15px;
    background-image: url(../imgs/seta_branca.png);
    background-repeat: no-repeat;
    background-position: 270px center;
    text-transform: uppercase;
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.bt_leiamais:hover {

}
.bt_casa {
    /* [disabled]width: 95px; */
    height: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #1971b8;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    border-radius: 10px;
    padding-top: 3px;
    clear: both;
    padding-left: 10px;
    padding-right: 35px;
    padding-bottom: 5px;
    font-weight: 400;
    background-image: url(../imgs/seta_branca.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.divisas_geral {
    width: 80%;
    height: 1px;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    background-color: #00acac;
    margin-top: 30px;
    margin-bottom: 30px;
}
.bt_ampliar {
	width: 250px;
	height: 29px;
	background-image: url(../imgs/bt_ampliar_bg.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.header_interno {
    height: 200px;
    padding-top: 1px;
    background-image: url(../imgs/bg_header.jpg);
    background-position: center center;
    margin-bottom: 40px;
}
.header_interno_titulo {
    min-height: 40px;
    margin-top: 80px;
    text-align: center;
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
}
.conteudo_interno {
    max-width: 1220px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: Poppins;
    color: #393939;
    font-size: 16px;
    line-height: 28px;
    min-height: 350px;
    margin-left: 15px;
    margin-right: 15px;
}

.conteudo_interno ul {
	margin-top: 10px;
	margin-left: -15px;
	list-style-image: url(../imgs/bullet_internas01.png);
}
.conteudo_interno ul li{
    margin-top: 5px;
    list-style: url(../imgs/bullet.png);
    text-align: left;
}




#simulador_box {
    height: 125px;
    margin-bottom: 50px;
    background-image: url(../imgs/bg_simulador.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 15px;
    margin-right: 15px;
}
#simulador_icone {
    width: 78px;
    height: 78px;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    float: left;
}
#simulador_texto {
    width: 480px;
    height: 78px;
    margin-left: 20px;
    margin-top: 20px;
    margin-right: 20px;
    float: left;
    font-family: Poppins;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
}
#simulador_botao {
    width: 258px;
    height: 40px;
    text-align: center;
    color: #FFFFFF;
    font-family: Poppins;
    font-size: 18px;
    background-color: #ff666c;
    float: left;
    margin-top: 40px;
    padding-top: 10px;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
}
#simulador_destaque {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    min-height: 280px;
}
#simulador_texto_interno {
    width: 300px;
    float: left;
    margin-top: 80px;
    margin-left: 60px;
    margin-right: 40px;
}
#simulador_imagem {
    width: 477px;
    float: left;
}
.simluador_esq {
    width: 45%;
    float: left;
    border-right: 2px dotted #B9B9B9;
    margin-right: 20px;
    padding-right: 40px;
}
.simluador_dir {
    width: 46%;
    float: left;
    margin-left: 20px;
}




#minhacasa_base {
    height: 390px;
    background-image: url(../imgs/minhacasa_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 80px;
    padding-top: 1px;
    background-size: cover;
}
#minhacasa_logo {
    width: 216px;
    height: 216px;
    float: right;
    margin-right: 35%;
    margin-top: 40px;
}

#minhacasa_conteudo {
    margin-top: 30px;
    min-height: 320px;
    color: #5c5c5c;
    font-size: 17px;
    font-family: Poppins;
    margin-left: 15px;
    margin-right: 15px;
}
#minhacasa_conteudo ul li {
    list-style: none;
    margin-left: -40px;
    margin-bottom: 8px;
}
#minhacasa_beneficios_int {
    width: 500px;
    min-height: 200px;
    float: right;
    border-radius: 20px;
    background-color: #1E53A5;
    color: #FFFFFF;
    margin-left: 30px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.minhacasa_renda_int {
    width: 250px;
    border-radius: 20px;
    background-color: #002E00;
    color: #FFFFFF;
    margin-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    float: left;
    min-height: 130px;
}


#home_faq_conteudo {
    min-height: 350px;
    font-family: Poppins;
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
}
#faq_icone {
    width: 85px;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#home_faq_textos {
    margin-top: 20px;
    min-height: 360px;
}
.home_faq_boxes {
    background-color: #eeeeee;
    border-radius: 20px;
    color: #002e00;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    margin-bottom: 25px;
    cursor: pointer;
}
.home_faq_resposta {
    margin-top: 20px;
    display: none;
    border-top: 1px dashed #A3A3A3;
    font-size: 14px;
    color: #5c5c5c;
    padding-top: 15px;
}

.faq_setabaixo {
    width: 34px;
    height: 34px;
    float: right;
}
.faq_setacima {
    width: 34px;
    height: 34px;
    float: right;
    display: none;
}

.conteudo_projetos {
    max-width: 1180px;
    margin-top: 20px;
    margin-bottom: 40px;
    /* [disabled]min-height: 600px; */
    font-family: Poppins;
    font-size: 15px;
    line-height: 26px;
    color: #353535;
    padding-top: 1px;
    margin-left: 15px;
    margin-right: 15px;
}
.conteudo_diferenciais {
    max-width: 1220px;
    margin-top: 20px;
    margin-bottom: 40px;
    /* [disabled]min-height: 600px; */
    font-family: Poppins;
    font-size: 15px;
    line-height: 26px;
    color: #353535;
    padding-top: 30px;
    border-radius: 20px;
    background-color: #002E00;
    background-image: url(../imgs/bg_diferenciais.jpg);
    background-position: center center;
    background-size: cover;
    margin-left: 15px;
    margin-right: 15px;
}
.conteudo_galerias {
    max-width: 1500px;
    margin-top: 40px;
    margin-bottom: 60px;
    /* [disabled]min-height: 600px; */
    padding-top: 1px;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}
.conteudo_projetos p {
	margin-bottom: 15px;
}
.projetos_ficha {
    min-height: 160px;
    /* [disabled]width: 31%; */
    margin-right: 10px;
    float: left;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 10px;
    min-width: 45%;
    max-width: 45%;
    font-size: 18px;
    color: #8ECBDC;
    line-height: 32px;
}
#base_plantas {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#base_andamento {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#base_galeria_fotos {
	line-height: 0px;
}
.base_fotos {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 5px;
}
.base_thumbs {
	display: inline-block;
	line-height: 0px;
	margin-left: -4px;
}

.galerias_fotos {
    background-color: #4c4c4c;
    background-image: url(../imgs/icon_lupa.png);
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 0px;
    margin-bottom: 20px;
    border: 1px solid #CCCCCC;
}
.galerias_thumbs {
    background-color: #4c4c4c;
    background-image: url(../imgs/icon_lupa.png);
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 0px;
}


.projetos_ficha ul {
    list-style: url(../imgs/bullet.png);
    margin-left: -20px;
}
.estagio_box {
	font-size: 18px;
}
.projetos_base_estagios {
    height: 28px;
    width: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: rgba(223,223,223,1.00);
    border-radius: 6px;
}
.projetos_img {
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
}
.projetos_agende {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    /* [disabled]min-height: 600px; */
    font-family: Poppins;
    font-size: 15px;
    line-height: 26px;
    color: #353535;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #F5F5F5;
    margin-top: 60px;
}
.icones_esquerda {
    vertical-align: middle;
    margin-right: 10px;
}


.divestagio {
    background-color: #A6DDE9;
    height: 28px;
    text-align: right;
    font-weight: 600;
    padding-right: 10px;
    color: #002E00;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 30px;
    padding-left: 5px;
    border-radius: 6px;
}
.conteudo_interno hr {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 1px;
    border-top: 1px dotted #8ECBDC;
    display: block;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}

#mapa_localiza {
    position: relative;
    height: 450px;
    margin-top: 50px;
}

#rodape {
    max-width: 1190px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    font-family: "Open Sans";
    font-size: 14px;
    color: #FFFFFF;
    min-height: 150px;
    font-weight: normal;
    line-height: 18px;
}
#rodape_base {
    background-image: url(../imgs/rdp_bg.png);
    background-color: #002E00;
    min-height: 260px;
    padding-top: 1px;
    background-position: center center;
}

#rodape_logo {
    width: 130px;
    height: 104px;
    text-align: center;
    float: left;
    margin-right: 20px;
    margin-left: 10px;
}
#rodape_sociais {
    float: right;
    width: 180px;
    margin-top: 25px;
    text-align: center;
    font-size: 18px;
}
#rodape_telefone {
    background-image: url(../imgs/rdp_ico_telefone.png);
    height: 55px;
    background-repeat: no-repeat;
    padding-left: 45px;
    font-weight: normal;
    font-size: 13px;
    background-position: 5px center;
    background-color: #25d366;
    border-radius: 20px;
    width: 160px;
    padding-top: 10px;
    margin-right: 10px;
}
.emp_telefone {
    background-image: url(../imgs/rdp_ico_telefone.png);
    height: 55px;
    background-repeat: no-repeat;
    padding-left: 45px;
    font-weight: bold;
    font-size: 16px;
    margin-top: 20px;
    background-position: 5px center;
    background-color: #25d366;
    border-radius: 20px;
    width: 180px;
    padding-top: 6px;
    margin-right: auto;
    margin-left: auto;
    font-family: Poppins;
    color: #FFFFFF;
    line-height: 26px;
    margin-bottom: 20px;
}
.emp_telefone a {
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
}
#rodape_telefone a {
    font-size: 22px;
    font-weight: bold;
}

.rodape_box_sociais {
    width: 34px;
    height: 30px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: #a6dde9;
    border-radius: 5px;
    vertical-align: middle;
    float: left;
    padding-top: 5px;
}
.rodape_blocos {
    float: left;
    line-height: 22px;
    min-width: 90px;
    margin-right: 20px;
    margin-top: 20px;
}
#rodape_conteudo_copy {
    margin-top: 19px;
    margin-left: 15px;
    margin-right: 15px;
}
#rodape_copyrights {
    /* [disabled]width: 360px; */
    color: #FFFFFF;
    font-size: 12px;
    clear: left;
    font-family: Poppins;
    text-align: center;
}
#assinatura_an {
    width: 120px;
    height: 32px;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
}
