body {}
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital@1&display=swap");
ul {
list-style: none;
}
button {
outline: none;
}
p,
a,
span {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 300;
color: #30343d;
}
a:hover,
a:focus {
text-decoration: none;
}
img.alignright {
float: right;
margin: 0 0 1em 1em
}
img.alignleft {
float: left;
margin: 0 1em 1em 0
}
img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
a img.alignright {
float: right;
margin: 0 0 1em 1em
}
a img.alignleft {
float: left;
margin: 0 1em 1em 0
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
} .navbar-header {
position: relative;
width: 100%;
background: #fff;
height: 73px;
}
.navbar-brand {
position: relative;
z-index: 9999;
padding: 10px;
} .box-menu-hamburger {
position: relative;
display: table;
width: 120px;
float: left;
}
.menu-hamburger {
float: left;
cursor: pointer;
height: 50px;
overflow-x: hidden;
position: relative;
z-index: 9998;
margin-top: 25px;
width: 100px;
}
.menu-hamburger span {
height: 3px;
width: 25px;
display: table;
background: #00a1e6;
margin-top: 14px;
}
.name-menu {
position: absolute;
right: 35px;
margin: 42px 0 15px 15px;
z-index: 9996;
}
.menu-hamburger p {
float: right;
color: #797979;
font-size: 13px;
font-weight: 700;
}
#menu-open span:first-child {
-webkit-transform: rotate(-45deg);
position: absolute;
bottom: 24px;
}
#menu-open span:nth-child(2) {
-webkit-transform: translateX(-500px);
}
#menu-open span:last-child {
-webkit-transform: rotate(45deg);
position: absolute;
bottom: 24px;
}
#menu-closed span:first-child {
-webkit-transform: rotate(0deg);
position: absolute;
bottom: 14px;
}
#menu-closed span:nth-child(2) {
-webkit-transform: translateX(0px);
}
#menu-closed span:last-child {
-webkit-transform: rotate(0deg);
position: absolute;
bottom: 24px;
}
#menu-open span,
#menu-closed span {
transition: all 0.2s ease-in-out;
}
.menu-mobile {
display: none;
width: 100%;
top: 0px;
left: 0;
z-index: 9995;
position: fixed;
background: #fff;
overflow-x: scroll;
padding: 0;
} .menu_horizontal {
position: relative;
display: table;
margin-top: 33px;
}
.menu_horizontal ul {
position: relative;
display: table;
padding: 0;
margin: 0;
}
.menu_horizontal ul li {
float: left;
padding: 0 10px;
}
.menu_horizontal ul li a {
font-size: 19px;
color: #6b6b6b;
}
.menu_horizontal ul li a:hover {
color: #69bdea !important;
}
.menu_horizontal ul li:first-child a {
font-size: 20px;
color: #0088d7;
font-weight: 700;
}
.menu_dropdown {
position: relative;
display: table;
margin-top: 31px;
}
.menu_dropdown .menu-contato-drop {
position: relative;
display: table;
padding: 0;
margin: 0;
}
.menu_dropdown .menu-contato-drop>li {
z-index: 999;
position: relative;
border: 1px solid #fff;
padding: 5px 15px;
background: #fff;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.menu_dropdown .menu-contato-drop>li:hover,
.hover-drop {
border: 1px solid #dcdcdc !important;
border-bottom: 0 !important;
}
.menu_dropdown .menu-contato-drop>li:active,
.menu_dropdown .menu-contato-drop>li:focus {
border: 1px solid #dcdcdc;
border-bottom: 0;
}
.menu_dropdown .menu-contato-drop ul {
display: none;
position: absolute;
top: 0px;
right: 0px;
z-index: 99;
background: #fff;
border: 1px solid #dcdcdc;
padding: 0;
-webkit-border-radius: 5px;
-webkit-border-top-right-radius: 0;
-moz-border-radius: 5px;
-moz-border-radius-topright: 0;
border-radius: 5px;
border-top-right-radius: 0;
}
.menu_dropdown .menu-contato-drop span {
font-size: 14px;
color: #6b6b6b;
}
.menu_dropdown .menu-contato-drop span:after {
content: "";
display: inline-block;
vertical-align: middle;
margin-left: 5px;
margin-top: -2px;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #767676;
}
.menu_dropdown .menu-contato-drop:hover #menu-menu-dropdown {
display: inline-block;
}
.menu-contato-drop .menu li a {
white-space: nowrap;
font-size: 15px;
color: #0076bb;
padding: 5px 15px;
display: block;
}
.menu-contato-drop .menu li a:hover {
color: #69bdea;
}
.menu-contato-drop .menu li:last-child a {
font-weight: 700;
}
.menu-mobile {
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.menu-mobile .box-menu-branco {
position: relative;
display: block;
width: 25%;
background: #fff;
float: left;
}
.menu-mobile .box-menu-azul {
position: relative;
display: block;
width: 75%;
background: #0078cd;
float: right;
z-index: 9999;
}
.menu-mobile li a {
color: #fff;
font-size: 20px;
padding: 1px 0;
display: block;
}
.menu-mobile li a:hover {
color: #69bdea;
}
.menu-mobile .box-menu-azul:before {
content: "";
display: inline-block;
vertical-align: middle;
margin-right: 10px;
width: 0;
height: 0;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 10px solid #fff;
position: absolute;
top: 20px;
}
.menu-menu-hamburger-container {
margin: 20px 0 30px 0;
}
.box-menu-azul span {
font-weight: 700;
font-size: 25px;
text-transform: uppercase;
color: #fff;
padding-left: 40px;
}  footer {
position: relative;
width: 100%;
height: 324px;
margin-bottom: 60px;
display: table;
}
.box_redes_sociais {
position: relative;
width: 100%;
height: 50px;
border-top: 1px solid #c3c3c3;
border-bottom: 1px solid #c3c3c3;
}
.box_geral_social {
position: relative;
display: table;
margin: 6px auto;
}
.box_geral_social .box_icone_social {
position: relative;
float: left;
margin-right: 50px;
display: block;
}
.box_geral_social .box_icone_social:last-child {
margin-right: 0;
}
.box_geral_social .icon_social {
position: relative;
display: block;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) center no-repeat;
width: 37px;
height: 37px;
}
.box_geral_social .facebook_rodape {
background-position: 1px -751px;
}
.box_geral_social .instagram_rodape {
background-position: 1px -837px;
}
.box_geral_social .youtube_rodape {
background-position: 0px -923px;
}
.box_geral_social .google_plus_rodape {
background-position: 0px -1008px;
}
.box_geral_social .facebook_rodape:hover {
background-position: 1px -793px;
}
.box_geral_social .instagram_rodape:hover {
background-position: 1px -880px;
}
.box_geral_social .youtube_rodape:hover {
background-position: 0px -964px;
}
.box_geral_social .google_plus_rodape:hover {
background-position: 0px -1050px;
}
.box-geral-identidade {
position: relative;
display: block;
margin: 35px 0;
}
.marca_rodape {
margin-bottom: 12px;
}
.box-endereco-rodape {
margin-bottom: 15px;
}
.box-endereco-rodape p {
font-size: 14px;
color: #30343d;
}
.box-contato-rodape p,
.box-contato-rodape a {
margin-bottom: 0;
font-size: 17px;
color: #097eb8;
font-weight: 700;
line-height: 22px;
}
.box-parceiros-rodape {
position: relative;
display: block;
float: left;
margin-top: 20px;
}
.box-parceiros-rodape a img {
margin-right: 20px;
}
.box-parceiros-rodape a:last-child img {
margin-right: 0px;
}
.box-parceiros-rodape img:nth-child(1),
.box-parceiros-rodape img:nth-child(2) {
margin-right: 20px;
}
.box-parceiros-rodape img:last-child {
margin-right: 0px;
}
.box-certificacoes {
position: relative;
display: block;
margin: 35px 0;
text-align: center;
}
.box-certificacoes span {
font-size: 14px;
color: #30343d;
text-transform: uppercase;
margin-bottom: 20px;
text-align: center;
display: block;
}
.box_img_certificacoes {
position: relative;
display: table;
margin: auto;
}
.box_img_certificacoes img {
float;
left;
margin-right: 20px;
}
.box_img_certificacoes a:last-child img {
margin-right: 0;
}
.mapa-do-site-rodape {
position: relative;
display: block;
margin: 35px 0;
}
.coluna_mapa {
position: relative;
display: block;
margin-right: 35px;
}
.coluna_mapa:last-child {
margin-right: 0;
}
.coluna_mapa span {
display: block;
font-size: 14px;
color: #30343d;
text-transform: uppercase;
margin-bottom: 15px;
}
.coluna_mapa ul {
padding: 0;
}
.coluna_mapa ul li {
margin-bottom: 10px;
}
.marca-capiba {
position: relative;
float: right;
margin-top: 20px;
}
#hcrmAlertBox {
left: 20px !important;
bottom: 65px !important;
}  .barraFixa {
position: fixed;
bottom: 0;
width: 100%;
height: 60px;
display: block;
background: #00a2e7;
z-index: 9998;
}
.box_geral_barra {
position: relative;
display: table;
margin: auto;
}
.boxBarra {
position: relative;
display: block;
float: left;
margin-right: 50px;
}
.boxBarra:last-child {
margin-right: 0;
}
.boxBarra p {
font-size: 16px;
color: #fff;
margin: 0;
}
.boxBarra span {
font-size: 19px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
}
.boxBarra a {
display: block;
float: right;
}
.boxBarra .iconeBarra {
float: left;
margin: 15px 15px 15px 0;
}
.boxBarra .textoBarra {
float: left;
margin: 7px 0 0 0;
}
.boxBarra.barraligueAgora a .iconeBarra {
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) -1px -31px no-repeat;
width: 31px;
height: 31px;
}
.boxBarra.barraChat a .iconeBarra {
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -71px no-repeat;
width: 42px;
height: 31px;
}
.boxBarra.barraEmail a .iconeBarra {
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -113px no-repeat;
width: 31px;
height: 23px;
}
.boxBarra.barraLigamos a .iconeBarra {
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -146px no-repeat;
width: 21px;
height: 31px;
}
.boxBarra.barraWhats a .iconeBarra {
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -185px no-repeat;
width: 31px;
height: 31px;
}
#lhc_container {
z-index: 9999 !important;
bottom: 65px !important;
right: 134px !important;
}
div.barraFixaAtualizacao {
position: fixed;
bottom: 0;
width: 100%;
height: 89px;
display: block;
background: #FFF;
z-index: 999;
}
div.barraFixaAtualizacao .container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
height: 100%;
}
div.barraFixaAtualizacao .container .box_geral_barra {
position: relative;
display: table;
margin: auto;
height: 100%;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra {
position: relative;
display: block;
float: left;
margin-right: 50px;
display: flex;
align-items: center;
height: 100%;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraWhats {
margin-right: 0;
padding-right: 25px;
padding-left: 25px;
background: #57DD8A;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraWhats  * {
color: #FFF !important;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraCorretor {
margin-right: 0 !important;
padding-right: 25px;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraCorretor a:before {
content: none !important;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra  a {
position: relative;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra:not(:last-of-type) a:before {
content: '';
position: absolute;
right: -25px;
top: 30%;
height: 27px;
width: 1px;
background: #CCCCCC;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra .textoBarra {
float: left;
margin: 7px 0 0 0;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra .textoBarra p {
font-size: 17px;
font-weight: lighter;
font-family: 'Roboto', sans-serif;
color: #30343D;
margin: 0;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra .textoBarra span {
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
font-size: 20px;
font-weight: bold;
color: #30343D;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra .iconeBarra { height: 31px;
position: relative;
display: flex;
align-items: center;
background: none;
}
@media (min-width: 768px) {
div.barraFixaAtualizacao .container {
width: 750px;
}
}
@media (min-width: 992px) {
div.barraFixaAtualizacao .container {
width: 100%;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra {
margin-right: 50px;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraWhats {
margin-right: 0;
padding-right: 25px;
padding-left: 25px;
background: #57DD8A;
}
}
@media (min-width: 1200px) { }
@media (max-width: 1000px) {
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra .textoBarra {
display: none;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra .iconeBarra {
margin: 0;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra  a:before {
right: -25px;
}
}
@media (max-width: 768px) {
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra {
margin-right: 25px;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraCorretor { padding-right: 12.5px !important;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra  a:before {
right: -12.5px !important;
}
}
@media (max-width: 500px) {
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra {
margin-right: 14px;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraWhats {
padding-right: 7px;
padding-left: 7px;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra a:before {
content: none !important;
}
}
@media (max-width: 340px) {
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra {
margin-right: 7px;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraWhats {
padding-right: 3.5px;
padding-left: 3.5px;
}
}  .modal {
position: relative;
}
.modal_vl {
right: 10%;
bottom: 10%;
position: fixed;
z-index: 9999;
}
.modal_vl .modal-content {
background: #2c96c0;
display: table;
padding: 20px;
}
.modal_vl .title_modal {
color: #ffffff;
font-size: 26px;
display: block;
font-weight: 700;
line-height: normal;
margin-bottom: 10px;
}
.modal_vl p {
color: #ffffff;
font-size: 15px;
display: block;
line-height: normal;
margin-bottom: 15px;
}
.modal_vl a {
position: relative;
display: table;
margin: auto;
padding: 10px 20px;
background: #e82139;
color: #fff;
font-weight: 700;
border-radius: 20px;
min-width: 185px;
text-align: center;
}
.modal_vl a:hover {
background: #4eb331;
}
.modal_vl .modal-header {
padding: 0;
border-bottom: none;
}
.modal_vl .close {
font-size: 30px;
font-weight: 400;
line-height: 0;
color: #fff;
opacity: 1;
}
.modal-open {
overflow: auto;
}
.modal-backdrop {
background: none;
position: relative;
}
.modal-open {
padding: 0 !important;
}
.modal-body {
padding: 0;
}  .headerForms {
position: relative;
display: block;
min-height: 70px;
background: #fff;
}
.headerForms h1 {
font-size: 25px;
color: #0099da;
}
.headerForms p {
color: #676767;
font-size: 15px;
}  .formularioBarra {
position: relative;
background: #f3f1ee;
padding: 15px 15px 108px 15px;
}
.formularioBarra p {
color: #676767;
font-size: 13px;
margin-bottom: 0;
}
.formularioBarra .form-group {
padding: 0;
margin-bottom: 20px;
}
.formularioBarra small {
position: absolute;
bottom: -10px;
}
.formularioBarra textarea {
height: 100px;
resize: none;
}
.formularioBarra .form-control {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.formularioBarra #button-enviar input {
position: relative;
background: #0088d7;
color: #fff;
border: none;
margin: auto;
display: table;
padding: 10px 40px;
font-size: 18px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.formularioBarra #button-enviar input:hover,
.formularioBarra #button-enviar input:focus {
background: #009c00;
}
.legendaForm p {
text-align: center;
}
.formularioBarra h1 {
color: #0099da;
font-size: 30px;
text-align: center;
}
.formularioBarra .iconeResposta {
position: relative;
display: table;
margin: 20px auto;
}
.formularioBarra .descricaoResposta {
position: relative;
display: block;
margin-bottom: 100px;
}
.formularioBarra .descricaoResposta h2 {
color: #676767;
font-size: 18px;
text-transform: uppercase;
font-weight: 700;
text-align: center;
margin: 25px 0 20px 0;
}
.formularioBarra .descricaoResposta p {
color: #676767;
font-size: 16px;
text-align: center;
width: 50%;
display: table;
margin: auto;
}
.legendaForm {
margin-top: 20px;
}  .footerForms {
position: fixed;
bottom: 0;
display: table;
width: 100%;
background: #999999;
}
.footerForms .container-fluid {
height: 60px;
display: table;
}
.boxRodapeForms {
position: relative;
display: table-cell;
vertical-align: middle;
}
.descRodapeForms {
position: relative;
display: block;
float: left;
margin-top: 5px;
}
.descRodapeForms p,
.descRodapeForms span {
position: relative;
float: left;
color: #ffffff;
margin-bottom: 0;
line-height: 19px;
}
.descRodapeForms span {
font-size: 19px;
margin-left: 10px;
}
.footerForms .iconeRodapeForms {
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) -1px -31px no-repeat;
width: 31px;
height: 31px;
float: left;
margin-right: 10px;
} .no-padding-left {
padding-left: 0px !important;
}
.form100 {
padding: 0;
}
.form50 {
padding: 0;
}
.form50.pull-right {
padding-left: 15px;
} .carouselHome {
position: relative;
display: block;
margin-bottom: 13px;
}
.carouselHome .owl-item img {
width: 100%;
height: auto;
}
.carouselHome .owl-dots {
position: relative;
margin: auto;
display: table;
margin-top: -35px;
}
.carouselHome .owl-dot {
display: inline-block;
width: 12px;
height: 12px;
border-radius: 50%;
margin: 5px;
background: #ffffff;
}
.carouselHome .owl-dots .active {
background: #3ac53a !important;
}
.carouselHome .owl-nav {
position: absolute;
top: 45%;
width: 100%;
}
.carouselHome .owl-nav .owl-prev {
position: absolute;
text-indent: -9999px;
opacity: 0.5;
left: 9%;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) -1px -347px no-repeat;
width: 51px;
height: 51px;
}
.carouselHome .owl-nav .owl-next {
position: absolute;
text-indent: -9999px;
opacity: 0.5;
right: 9%;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -409px no-repeat;
width: 51px;
height: 51px;
}
.carouselHome .owl-nav .owl-next:hover,
.carouselHome .owl-nav .owl-prev:hover {
opacity: 1;
}
.carouselHome .imagemCarouselBottom {
position: relative;
display: block;
width: 100%;
height: 450px;
padding: 30px 0;
background-size: cover;
}
.boxInformacoesEmpBanner {
position: relative;
display: table;
margin: auto;
width: 330px;
height: 370px;
background: #fff;
opacity: 0.9;
padding: 10px 50px;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;
}
.imagemCarouselBottom a {
position: relative;
display: table;
margin: auto;
}
.carouselHome2 .owl-nav .owl-prev {
left: 20%;
}
.carouselHome2 .owl-nav .owl-next {
right: 20%;
}
.marcaEmpBannerHome {
position: relative;
width: 100%;
height: 82px;
margin-bottom: 15px;
}
.marcaEmpBannerHome img {
position: relative;
margin: auto;
display: table;
max-height: 82px !important;
width: auto !important;
}
.tituloChamadaCarousel {
position: relative;
display: table;
width: 100%;
text-align: center;
margin-bottom: 10px;
line-height: 18px;
font-size: 16px;
text-transform: uppercase;
color: #0088d7;
font-weight: 700;
}
.legendaPrecoCarousel {
position: relative;
display: table;
width: 100%;
text-align: center;
font-size: 16px;
color: #4b4b4b;
margin-bottom: 10px;
}
.precoChamadaCarousel {
position: relative;
display: table;
width: 100%;
text-align: center;
font-size: 45px;
line-height: 33px;
margin-bottom: 5px;
font-weight: 700;
color: #0088d7;
font-style: italic;
}
.complementoPrecoCarousel {
position: relative;
display: table;
width: 100%;
text-align: center;
font-size: 20px;
font-weight: 700;
margin-bottom: 7px;
color: #0088d7;
font-style: italic;
}
.statusEmpCarousel {
position: relative;
display: table;
width: 100%;
text-align: center;
font-size: 18px;
text-transform: uppercase;
margin-bottom: 4px;
color: #30343d;
font-weight: 700;
}
.cidadeEstadoCarousel {
position: relative;
display: table;
width: 100%;
text-align: center;
font-size: 15px;
color: #4b4b4b;
margin-bottom: 8px;
}
.btSaibamaisBanner {
position: relative;
display: table;
text-align: center;
font-size: 13px;
color: #fff;
background: #3ac53a;
padding: 10px 40px;
border-radius: 20px;
display: table;
margin: auto;
}
.box_titulo_home {
position: relative;
margin: 30px auto;
}
.box_titulo_home h1 {
color: #30343d;
font-size: 40px;
text-align: center;
margin: 0;
}
.box_titulo_home p {
color: #7f8184;
font-size: 18px;
text-align: center;
margin: 0;
}
.containerEmpreendimentos {
position: relative;
display: table;
width: 100%;
}
section.simule-pelo-whatsapp-container, section.depoimentos-dos-clientes-container, section.dicas-e-noticias-container {
display: flex;
justify-content: center;
}
section.simule-pelo-whatsapp-container {
margin-top: 77px;
margin-bottom: 77px;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box {
box-sizing: border-box;
border: 6px solid #57DD8A;
position: relative;
display: flex;
flex-wrap: nowrap;
max-width: 974px;
width: 100%; padding-left: 124px;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box > * {
flex: 1;
padding: 20px;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box > img{
position: absolute;
left: -115px;
top: -29px;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .texto {
display: flex;
flex-direction: column;
align-items: center;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .texto > * {
flex: 1;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .texto .img {
display: flex;
align-items: center;
justify-content: center;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .texto h2 { }
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .texto h2 span {
font-family: 'Roboto', sans-serif;
color: #30343D;
font-size: 34px;
font-weight: bold;
min-width: 202px;
text-align: center;
display: block;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .texto h2 div {
width: 100%;
padding: 0 20px;
display: flex;
justify-content: flex-start;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .texto .descricao p {
font-family: 'Roboto', sans-serif;
font-size: 14px;
color: #30343D;
display: block;
max-width: 216px;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .whatsapp_form {
display: flex;
flex-direction: column;
flex: 2;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .whatsapp_form > div {
width: 100%;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .whatsapp_form .input-area {
display: flex;
flex-direction: column;
justify-content: flex-start;
margin: 10px 0;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .whatsapp_form .input-area input {
padding: 8px;
border: 1px solid #CCC;
font-family: 'Roboto', sans-serif;
font-size: 14px;
margin: 5px;
border-radius: 20px;
font-weight: normal;
outline: none;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .whatsapp_form .input-area label {
letter-spacing: 0px;
color: #30343D;
font-size: 13px;
font-family: 'Roboto', sans-serif;
margin-left: 5px;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .whatsapp_form .input-area input::placeholder {
color: #CCC;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: lighter;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .whatsapp_form .input-group {
display: flex;
flex-wrap: nowrap;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .whatsapp_form .input-group > div {
flex: 1;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .whatsapp_form button {
padding: 8px 10px;
width: 100%;
max-width: 185px;
background: #57DD8A;
border-radius: 20px;
height: 40px;
font-size: 14px;
font-weight: bold;
color: #FFF;
border: 1px solid #57DD8A;
margin-top: 10px;
margin-left: 5px;
transition: all .2s linear;
outline: none;
}
section.simule-pelo-whatsapp-container .simule-pelo-whatsapp-box .whatsapp_form button:hover {
cursor: pointer;
background: #FFF;
color: #57DD8A;
} section.dicas-e-noticias-container > div, section.depoimentos-dos-clientes-container > div {
width: 100%;
max-width: 1010px;
}
section.dicas-e-noticias-container > div h2, section.depoimentos-dos-clientes-container > div > h2 {
font-family: 'Roboto Condensed', sans-serif;
font-size: 34px;
letter-spacing: 0px;
color: #30343D;
text-align: center;
}
section.dicas-e-noticias-container > div .dicas-e-noticias, section.depoimentos-dos-clientes-container > div .depoimentos {
display: flex;
justify-content: flex-start;
position: relative;
margin-top: 70px;
flex-wrap: wrap;
} section.dicas-e-noticias-container {
margin-top: 100px;
}
section.dicas-e-noticias-container > div {
max-width: 1180px
}
section.dicas-e-noticias-container > div > a {
display: flex;
align-items: center;
justify-content: center;
border-radius: 20px;
border: 1px solid #0088D7;
margin: 50px auto;
width: 185px;
height: 40px;
text-align: center;
background: #0088D7;
font-weight: bold;
font-size: 14px;
font-family: 'Roboto', sans-serif;
color: #FFF;
transition: all .2s linear;
}
section.dicas-e-noticias-container > div > a:hover {
color: #0088D7;
background: #FFF;
}
section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia {
width: 100%;
max-width: 350px;
height: 280px;
position: relative;
display: flex;
flex-direction: column;
margin: 10px;
}
section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia > div {
width: 100%;
flex: 1;
overflow: hidden;
position: relative;
}
section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia .img img {
width: 100%;
}
section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia .descricao {
background: #f5f5f5;
padding: 4px 0;
position: relative;
}
section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia .descricao > div {
padding: 9px 5px 9px 20px;
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
overflow-y: scroll;
}
section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia .descricao:before,
section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia .descricao:after {
content: '';
position: absolute;
left: 0;
right: 0;
height: 18px;
z-index: 1;
}
section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia .descricao:before {
top: 4px;
background: linear-gradient(to bottom, #F5F5F5, transparent);
}
section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia .descricao:after {
bottom: 4px;
background: linear-gradient(to top, #F5F5F5, transparent);
}
section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia .descricao > div::-webkit-scrollbar {
width: 4px;
} section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia .descricao > div::-webkit-scrollbar-track {
background: transparent;
} section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia .descricao > div::-webkit-scrollbar-thumb {
background: #0088d7c5;
} section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia .descricao > div::-webkit-scrollbar-thumb:hover {
background: #0088d7;
}
section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia .descricao > div p {
color: #555555;
font-size: 16px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
width: 100%;
margin: 0;
margin-bottom: 10px;
}
section.dicas-e-noticias-container > div .dicas-e-noticias .dica-ou-noticia .descricao > div .data {
align-self: flex-start;
color: #555555;
font-size: 13px;
font-weight: 100;
font-family: 'Roboto', sans-serif;
} section.depoimentos-dos-clientes-container {
margin: 40px 0 70px 0;
}
section.depoimentos-dos-clientes-container > div .depoimentos {
margin-top: 0px;
}
section.depoimentos-dos-clientes-container > div .depoimentos .depoimento-area {
flex: 1;
display: flex;
justify-content: center;
width: 250px;
min-width: 25%;
margin-top: 40px;
margin-bottom: 40px;
}
section.depoimentos-dos-clientes-container > div .depoimentos .depoimento-area .depoimento {
display: flex;
flex-direction: column;
align-items: center;
max-width: 184px;
}
section.depoimentos-dos-clientes-container > div .depoimentos .depoimento-area .depoimento .img {
border-radius: 50%;
width: 168px;
height: 168px;
overflow: hidden;
position: relative;
}
section.depoimentos-dos-clientes-container > div .depoimentos .depoimento-area .depoimento .img img {
width: 100%;
}
section.depoimentos-dos-clientes-container > div .depoimentos .depoimento-area .depoimento .paragrafos {
margin: 25px 0 10px 0;
}
section.depoimentos-dos-clientes-container > div .depoimentos .depoimento-area .depoimento .paragrafos p {
color: #676767;
font-size: 14px;
font-family: 'Roboto', sans-serif;
line-height: 16px;
}
section.depoimentos-dos-clientes-container > div .depoimentos .depoimento-area .depoimento .nome {
color: #555555;
font-size: 16px;
font-family: 'Roboto', sans-serif;
font-weight: bold;
max-width: 90%;
align-self: flex-start;
}
@media (max-width: 768px) {
section.simule-pelo-whatsapp-container, section.dicas-e-noticias-container {
display: none;
}
section.depoimentos-dos-clientes-container > div .depoimentos {
flex-direction: column;
}
section.depoimentos-dos-clientes-container > div .depoimentos .depoimento-area {
max-width: inherit;
width: 100%;
padding: 0 20px;
margin: 29px 0;
}
section.depoimentos-dos-clientes-container > div .depoimentos .depoimento-area:first-of-type {
margin-top: 0;
}
section.depoimentos-dos-clientes-container > div .depoimentos .depoimento-area .depoimento {
max-width: inherit;
}
section.depoimentos-dos-clientes-container > div .depoimentos .depoimento-area .depoimento .paragrafos p {
text-align: center;
}
section.depoimentos-dos-clientes-container > div .depoimentos .depoimento-area .depoimento .nome {
display: block;
text-align: center;
max-width: inherit;
margin: 0 auto;
}
}
.boxEmpreendimentoHome {
position: relative;
margin-bottom: 35px;
display: inline-flex;
float: none !important;
}
.boxImgEmpHome {
position: relative;
}
.statusEmpHome {
position: relative;
z-index: 9;
margin-bottom: -40px;
top: 15px;
background: #4eb331;
color: #fff;
font-weight: 700;
font-size: 15px;
padding: 6px 15px 4px 15px;
min-width: 170px;
text-align: center;
border-radius: 20px;
display: table;
margin: auto;
text-transform: uppercase;
}
.boxImgEmpHome img {
position: relative;
width: 100%;
margin-top: -31px;
height: auto;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.boxEmpreendimentoHome a:hover .hoverImgEmpHome {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
background: #0097db url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/hover-emp-home.png) center no-repeat;
opacity: 0.6;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.BoxDescEmpHome {
position: relative;
display: block;
}
.BoxDescEmpHome h2 {
color: #30343d;
font-size: 19px;
font-weight: 700;
margin: 15px 0 8px 0;
}
.BoxDescEmpHome h3 {
color: #30343d;
font-size: 17px;
margin: 0 0 8px 0;
}
.BoxDescEmpHome .descEmpHome {
color: #7f8184;
font-size: 16px;
margin-bottom: 2px;
}
.boxPrecoHome {
height: 20px;
margin-bottom: 10px;
}
.BoxDescEmpHome .boxPrecoHome span {
color: #ff0000;
font-size: 15px;
text-decoration: line-through;
word-wrap:
}
.BoxDescEmpHome .boxPrecoHome span:last-child {
color: #00c700;
text-decoration: none;
}
.quartosEmpHome,
.metrosEmpHome {
position: relative;
display: table;
width: 100%;
margin-bottom: 3px;
}
.iconeQuartosHome {
float: left;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -293px no-repeat;
width: 18px;
height: 16px;
}
.iconeMetrosHome {
float: left;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -317px no-repeat;
width: 17px;
height: 18px;
}
.quartosEmpHome span,
.metrosEmpHome span {
float: left;
margin-left: 10px;
}
.boxEmpreendimentoHome button {
position: relative;
margin-top: 13px;
border: none;
padding: 10px 30px;
background: #d8d8d8;
font-size: 13px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.boxEmpreendimentoHome a:hover button {
background: #00a2e7;
color: #fff;
}
.boxGeralChamada {
position: relative;
display: table;
width: 100%;
background: #f3f1ee;
padding-top: 70px;
padding-bottom: 45px;
}
.chamadasInferiorHome {
position: relative;
margin-bottom: 25px;
}
.boxChamadaInferior {
width: 100%;
background: #fff;
height: 215px;
padding: 15px;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.boxChamadaInferior h2 {
color: #30343d;
font-size: 22px;
text-align: center;
margin-top: 15px;
}
.boxChamadaDesc p {
color: #30343d;
font-size: 14px;
line-height: 18px;
text-align: center;
}
.boxChamadaInferior button {
position: relative;
margin: auto;
display: table;
border: none;
color: #6d7077;
padding: 8px 30px;
background: #e6e6e6;
font-size: 13px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.chamadasInferiorHome a:hover button {
background: #00a2e7;
color: #fff;
}
.chamadaBoleto .iconeChamadasHome {
position: relative;
display: table;
margin: auto;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -494px no-repeat;
width: 43px;
height: 54px;
}
.chamadaIndicadores .iconeChamadasHome {
position: relative;
display: table;
margin: auto;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -560px no-repeat;
width: 54px;
height: 54px;
}
.chamadaSac .iconeChamadasHome {
position: relative;
display: table;
margin: auto;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -626px no-repeat;
width: 68px;
height: 52px;
}
.chamadaSac .boxChamadaDesc {
text-align: center;
}
.chamadaFinanciamento .iconeChamadasHome {
position: relative;
display: table;
margin: auto;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -688px no-repeat;
width: 39px;
height: 53px;
}
.boxChamadaInferior .boxChamadaDesc span {
font-weight: 700;
}
.boxChamadaInferior .tarjaMesChamada {
position: relative;
color: #6d7077;
margin: auto;
margin-bottom: 13px;
display: table;
padding: 8px 30px;
background: #e6e6e6;
font-size: 13px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.chamadaIndicadores .boxChamadaDesc p {
margin-bottom: 0;
}
.bt-promocional-emp-home {
position: relative;
margin-top: 13px;
border: none;
padding: 10px 30px;
background: #d8d8d8;
font-size: 13px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #2b2b2b;
color: #f9cf00;
margin-top: 20px;
display: table;
clear: both;
}
.bt-promocional-emp-home:hover,
.bt-promocional-emp-home:focus {
background: #00a2e7;
color: #fff;
}  .bannerTopo {
position: relative;
display: block;
width: 100%;
}
.boxInformacoesTopo {
position: absolute;
bottom: 0;
display: table;
float: left;
max-height: 322px;
}
.marcaEmpreendimento {
position: relative;
display: table;
margin: 20px auto;
}
.btPropostaEmp {
position: relative;
margin: 20px auto;
display: table;
color: #fff;
font-size: 22px;
font-weight: 700;
background: #e82139;
padding: 10px 30px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.btPropostaEmp:hover,
.btPropostaEmp:focus {
color: #fff;
background: #0097db;
}
.btFolderEmp {
position: relative;
margin: 20px auto;
display: table;
color: #fff;
font-size: 15px;
font-weight: 700;
background: #0097db;
padding: 10px 30px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
max-width: 240px;
width: 100%;
text-align: center;
padding: 10px 0;
z-index: 100;
}
.btFolderEmp:hover,
.btFolderEmp:focus {
color: #fff;
background: #e82139;
} .btFolderEmp .ac {
margin-top: 0;
background-color: transparent;
border: none;
}
.btFolderEmp .ac .ac-q::after {
content: none;
}
.btFolderEmp .ac .ac-q, .btFolderEmp > a {
color: #fff;
font-size: 15px;
font-weight: 700;
outline: none;
padding: 0;
}
.btFolderEmp .ac .ac-a {
display: flex;
flex-direction: column;
align-items: flex-start;
position: relative;
overflow: visible !important;
}
.btFolderEmp .ac .ac-a > a, .btFolderEmp .ac .ac-a > button {
background: none;
outline: none;
display: flex;
align-items: center;
flex-wrap: nowrap;
text-decoration: underline;
color: #FFF;
border: none;
margin: 5px 0;
padding: 0;
font-size: 14px;
font-weight: 500;
margin-left: 20%;
}
.btFolderEmp .ac .compartilhamentos-h {
opacity: 0; overflow: hidden;
}
.btFolderEmp .ac .compartilhamentos-s { overflow: visible;
opacity: 1;
}
.btFolderEmp .ac .compartilhamentos {
position: absolute;
width: 100%;
top: 114%;
background: #FFF;
padding: 15px 20px;
border-radius: 20px;
box-shadow: 0 0 10px #00000026;
transition: all .2s linear;
}
.btFolderEmp .ac .compartilhamentos .titulo {
font-size: 12px;
font-family: 'Roboto', sans-serif;
color: #676767;
text-align: left;
padding: 3px 1px;
margin: 0;
}
.btFolderEmp .ac .compartilhamentos .links {
display: flex;
justify-content: space-between;
}
.btFolderEmp .ac .compartilhamentos .links a {
display: flex;
justify-content: center;
}
.btFolderEmp .ac .ac-a > a {
margin-top: 10px;
}
.btFolderEmp .ac .ac-a > * img {
margin-right: 10px;
} .boxApresentacaoEmp {
position: relative;
display: table;
margin: auto;
margin-bottom: 20px;
float: none;
}
.boxApresentacaoEmp h1 {
text-align: center;
font-size: 35px;
}
.boxApresentacaoEmp p {
text-align: center;
font-size: 16px;
margin-bottom: 20px;
}
.dadosFullEmp {
position: relative;
border-top: 1px solid #adadad;
border-bottom: 1px solid #adadad;
}
.dadosEmpGeral {
position: relative;
height: 179px;
overflow: hidden;
}
.boxPrecosEmp {
position: relative;
padding: 20px 50px 15px 0;
}
.boxPrecosEmp .chapeuPreco {
position: relative;
display: block;
font-size: 16px;
}
.boxPrecosEmp .PrecoEmp {
position: relative;
display: block;
font-size: 25px;
font-weight: 700;
line-height: normal;
}
.boxPrecosEmp .tabelaPreco {
position: relative;
display: block;
color: #919191;
font-size: 13px;
}
.boxPrecosEmp .tabelaPreco:hover {
color: #00a2e7;
}
.boxPrecosEmp p {
position: relative;
display: block;
font-size: 16px;
font-weight: normal;
margin-top: 10px;
}
.boxDadosApt {
position: relative;
display: block;
border-left: 1px solid #adadad;
height: 179px;
padding: 30px 20px 25px 30px;
}
.boxSobreEmp {
position: relative;
display: block;
border-left: 1px solid #adadad;
height: 179px;
padding: 0px 0px 15px 50px;
}
.boxQuartos {
position: relative;
display: table;
width: 100%;
margin-bottom: 20px;
}
.boxQuartos .iconeDadosApt {
position: relative;
float: left;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -1096px no-repeat;
width: 33px;
height: 24px;
}
.boxQuartos .iconeAreaApt {
position: relative;
float: left;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -1126px no-repeat;
width: 33px;
height: 26px;
}
.boxQuartos .iconeGaragemApt {
position: relative;
float: left;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -1160px no-repeat;
width: 33px;
height: 29px;
}
.boxQuartos span {
float: left;
font-size: 16px;
font-weight: 700;
margin-left: 15px;
}
.boxSobreEmp h2 {
position: relative;
text-transform: uppercase;
font-size: 20px;
}
.boxSobreEmp p {
font-size: 16px;
}
.galeriaFullEmp {
position: relative;
display: table;
width: 100%;
background: #f3f1ee;
}
.boxGeralGaleria {
position: relative;
padding: 25px 15px 10px 15px;
}
.boxGeralGaleria h2 {
font-size: 35px;
text-align: center;
padding: 10px 0;
}
.boxImgGaleria, .boxImgGaleria-maior {
position: relative;
overflow: hidden;
height: 235px;
padding: 0;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
min-width: 25%;
}
.boxImgGaleria-maior {
max-height: 400px;
width: 100%;
} .boxImgGaleria img, .boxImgGaleria-maior img {
position: relative;
max-width: none;
height: auto;
}
.boxImgGaleria img {
left: -25%;
float: left;
width: 200%;
}
.boxImgGaleria a:hover img,
.boxImgGaleria-maior a:hover img {
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-webkit-transition: 1s all ease; -moz-transition: 1s all ease; -o-transition: 1s all ease; } .boxImgGaleria:last-child .hoverImgGaleriaEmp,
.boxImgGaleria-maior:last-child .hoverImgGaleriaEmp
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
background: #0097db url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/hover-emp-home.png) center 60px no-repeat;
opacity: 0.9;
} .boxImgGaleria:last-child p,
.boxImgGaleria-maior:last-child p
{
position: absolute;
font-size: 20px;
font-weight: 700;
line-height: 24px;
color: #fff;
top: 3px;
top: 130px;
text-align: center;
padding: 0 50px;
}
.boxImgGaleria a:hover .demo-gallery-poster,
.boxImgGaleria-maior a:hover .demo-gallery-poster
{
background-color: rgba(0, 0, 0, 0.5);
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transition: background-color 0.15s ease 0s;
-o-transition: background-color 0.15s ease 0s;
transition: background-color 0.15s ease 0s;
}
.boxImgGaleria .demo-gallery-poster img,
.boxImgGaleria-maior .demo-gallery-poster img
{
height: 20px;
left: 47%; margin-top: 165px;
opacity: 0.8;
width: 20px;
}
.lg-outer.lg-visible {
z-index: 9999;
}
.lg-sub-html p {
color: #fff;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
border-color: #0097db !important;
}
.boxGaleria {
position: relative;
display: table;
margin-bottom: 15px;
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.boxGeralGaleria .observacaoGaleria {
text-align: center;
margin-top: 20px;
color: #676767;
font-size: 12px;
}
.boxgeralCarouselPlanta {
position: relative;
display: block;
margin: 40px 0;
}
.boxgeralCarouselPlanta h2 {
margin-top: 0;
text-align: center;
font-size: 35px;
color: #30343d;
margin-bottom: 25px;
} .carouselInternaEmp .owl-dots {
display: none;
} .owl-nav {
position: absolute;
top: 45%;
width: 100%;
} .owl-nav .owl-prev {
position: absolute;
text-indent: -9999px;
opacity: 1;
left: 1%;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -1198px no-repeat;
width: 51px;
height: 51px;
} .owl-nav .owl-next {
position: absolute;
text-indent: -9999px;
opacity: 1;
right: 1%;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -1259px no-repeat;
width: 51px;
height: 51px;
} .owl-nav .owl-next:hover,
.carouselHome .owl-nav .owl-prev:hover {
opacity: 0.5;
}
.carouselInternaEmp .owl-carousel .owl-item img {
width: auto;
max-width: 100%;
max-height: 495px;
margin: auto;
}
.carouselInternaEmp .legendaCarouselPlanta {
position: relative;
font-family: 'Roboto', sans-serif;
display: table;
color: #676767;
text-align: center;
width: 100%;
margin-top: 5px;
font-size: 16px;
}
.carouselInternaEmp .numeroImgCarouselPlanta {
position: relative;
font-family: 'Roboto', sans-serif;
font-weight: 700;
display: table;
color: #007bcf;
text-align: center;
width: 100%;
margin-top: 3px;
font-size: 16px;
}
.boxFullLocalizacao {
position: relative;
display: table;
width: 100%;
background: #f3f1ee;
}
.boxDescricaoLocalizacao {
position: relative;
display: block;
margin: auto;
margin-top: 20px;
}
.boxDescricaoLocalizacao h2 {
font-size: 35px;
text-align: center;
}
.boxDescricaoLocalizacao p {
position: relative;
color: #676767;
font-size: 16px;
margin: auto;
margin-bottom: 10px;
padding: 10px 0;
text-align: center;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
display: table;
}
#map {
width: 100%;
height: 400px;
}
.boxGeralEstagioObra {
position: relative;
padding-top: 50px;
padding-bottom: 40px;
}
.boxGeralEstagioObra h2 {
font-size: 35px;
text-align: center;
margin-bottom: 25px;
}
.boxGeralEvolucaoObra {
position: relative;
display: table;
width: 100%;
background: #f3f1ee;
padding: 10px 100px;
border-radius: 60px;
}
.boxEstagio {
position: relative;
display: table;
margin: auto;
height: 132px;
}
.boxEstagio .itemObra:last-child {
padding-right: 0;
}
.itemObra {
position: relative;
display: table-cell;
vertical-align: middle;
padding-right: 60px;
}
.itemObra .legendaEstagio {
position: relative;
clear: both;
width: 100%;
display: table;
text-align: center;
color: #676767;
font-size: 16px;
}
.itemObra .porcentagemEstagio {
position: relative;
clear: both;
display: table;
text-align: center;
width: 100%;
color: #30343d;
font-size: 18px;
}
.itemObra .iconeTerraplanagem {
position: relative;
display: table;
margin: auto;
width: 79px;
height: 58px;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/velo.png) no-repeat;
}
.itemObra .iconeVelo {
background-position: center;
position: relative;
display: table;
margin: auto;
width: 54px;
height: 63px;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/velo.png) no-repeat;
margin-top: -.7em;
}
.itemObra .iconeFundacao {
position: relative;
display: table;
margin: auto;
width: 48px;
height: 56px;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite-marcas.png) 0px -70px no-repeat;
}
.itemObra .iconeInfraestrutura {
position: relative;
display: table;
margin: auto;
width: 54px;
height: 54px;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite-marcas.png) 0px -135px no-repeat;
}
.itemObra .iconeAlvenaria {
position: relative;
display: table;
margin: auto;
width: 70px;
height: 52px;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite-marcas.png) 0px -200px no-repeat;
}
.itemObra .iconeAcabamento {
position: relative;
display: table;
margin: auto;
width: 46px;
height: 55px;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite-marcas.png) 0px -261px no-repeat;
}
.boxSelectFotoObraGeral {
position: relative;
display: table;
margin: 15px auto 5px auto;
}
.legendaDataFotoObra {
position: relative;
margin-top: 25px;
}
.legendaDataFotoObra span {
font-size: 16px;
font-weight: 700;
color: #676767;
}
.boxSelectObra {
position: relative;
display: table;
margin-left: 10px;
}
.boxSelectObra span {
font-size: 13px;
color: #676767;
}
.boxSelectObra select {
width: 200px;
font-size: 16px;
color: #676767;
border-radius: 20px;
}
.boxFotoObra {
position: relative;
margin-bottom: 25px;
}
.contentFotoObra {
position: relative;
height: 200px;
overflow: hidden;
}
.boxFotoObra img {
position: relative;
top: -25%;
left: -25%;
float: left;
width: 200%;
max-width: none;
height: auto;
}
.boxGeralGaleriavideo {
position: relative;
margin-bottom: 20px;
}
#boxPropostaAncora {
padding-top: 20px;
}
#ytvideo2 {
display: flex;
justify-content: center;
margin-bottom: 5px;
}
.boxGaleriaVideo {
position: relative;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
}
.boxGaleriaVideo .videos {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.boxGaleriaVideo .videos iframe {
margin: 5px;
}
.boxGaleriaVideo embed {
width: 100%;
height: 445px;
}
.boxGaleriaVideo li {
margin-bottom: 15px;
}
.boxGaleriaVideo li:last-child {
margin-bottom: 0px;
}
.boxGaleriaVideo a {
display: table;
width: 100%;
}
.boxGaleriaVideo img {
width: 100%;
height: 138px;
}
.boxEnviePropostaEmp {
position: relative;
float: none;
display: table;
margin: auto;
margin-bottom: 50px;
}
.boxDescricaoPropostaEmp {
position: relative;
float: none;
display: table;
margin: auto;
}
.boxDescricaoPropostaEmp h2 {
text-align: center;
font-size: 35px;
color: #30343d;
margin-bottom: 15px;
margin-top: 0;
}
.boxDescricaoPropostaEmp p {
text-align: center;
font-size: 16px;
color: #676767;
}
.resposta_formulario_interna {
position: relative;
float: none;
margin: auto;
}
.resposta_formulario_interna .descricaoResposta {
margin-bottom: 30px;
}
.botao_voltar_imovel {
position: relative;
min-width: 230px;
background: #0088d7;
color: #fff;
border: none;
margin: 30px auto;
display: table;
padding: 10px 40px;
font-size: 18px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.botao_voltar_imovel:hover,
.botao_voltar_imovel:focus {
background: #009c00;
}
.box_titulo_resposta {
position: relative;
display: block;
margin: 20px auto;
}
.box_titulo_resposta h2 {
font-size: 40px;
color: #30343d;
font-weight: 700;
text-align: center;
}
.box_titulo_resposta p {
font-size: 18px;
color: #7f8184;
text-align: center;
} .formularioProposta {
position: relative;
}
.formularioProposta p {
color: #676767;
font-size: 13px;
margin-bottom: 0;
}
.formularioProposta .form-group {
padding: 0;
margin-bottom: 20px;
}
.formularioProposta small {
position: absolute;
bottom: -10px;
}
.formularioProposta textarea {
height: 100px;
resize: none;
}
.formularioProposta .form-control {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.formularioProposta #button-enviar input {
position: relative;
background: #0088d7;
color: #fff;
border: none;
margin: auto;
display: table;
padding: 10px 40px;
font-size: 18px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.legendaForm p {
text-align: center;
}
.formularioProposta .iconeResposta {
position: relative;
display: table;
margin: 20px auto;
}
.formularioProposta .descricaoResposta {
position: relative;
display: block;
margin-bottom: 100px;
}
.formularioProposta .descricaoResposta h2 {
color: #676767;
font-size: 18px;
text-transform: uppercase;
font-weight: 700;
text-align: center;
margin: 25px 0 20px 0;
}
.formularioProposta .descricaoResposta p {
color: #676767;
font-size: 16px;
text-align: center;
width: 50%;
display: table;
margin: auto;
}
.legendaForm {
margin-top: 20px;
} .boxTextoLegalEmp {
position: relative;
display: table;
width: 100%;
background: #f3f1ee;
border-radius: 20px;
padding: 25px 35px;
margin-bottom: 50px;
}
.boxTextoLegalEmp p,
.boxTextoLegalEmp h2 {
font-size: 12px;
color: #676767;
margin: 0;
}
.boxTextoLegalEmp h2 {
text-transform: uppercase;
margin: 0;
}
.statusEmp {
background: #4eb331;
color: #fff;
font-weight: 700;
font-size: 17px;
padding: 8px 35px;
border-radius: 20px;
display: table;
margin: auto;
text-transform: uppercase;
}
.boxTracarRota {
position: relative;
float: none;
display: table;
margin: auto;
}
.boxTracarRota .form-control {
display: table;
margin-bottom: 20px;
border-radius: 20px;
}
.boxTracarRota label {
float: left;
margin-right: 15px;
margin-top: 5px;
color: #676767;
font-size: 16px;
}
.boxTracarRota input {
float: left;
width: 350px;
}
.boxTracarRota span {
margin-left: 100px;
color: #676767;
font-size: 13px;
}
.boxTracarRota button[type='submit'] {
background: #0088d7;
border-radius: 20px;
display: table;
float: left;
width: auto;
border: none;
margin-left: 5px;
}
.botao-promocional-imoveis {
position: relative;
display: table;
font-weight: 700;
font-size: 17px;
padding: 8px 35px;
border-radius: 20px;
margin: 35px auto 5px auto;
background: #2b2b2b;
color: #f9cf00;
text-transform: uppercase;
}
.botao-promocional-imoveis:hover {
background: #4eb331;
color: #fff;
}  .cabecalhoInternas {
position: relative;
background: #f3f1ee;
}
.cabecalhoInternas h1,
.cabecalhoInternas h2 {
position: relative;
margin: 26px 0px 20px 0px;
font-size: 35px;
line-height: 26px;
font-weight: 400;
color: #30343d;
}
.breadcrumbs {
position: relative;
display: table;
float: left;
margin-bottom: 20px;
}
.breadcrumbs a {
font-size: 11px;
color: #007ace;
font-weight: 700;
}
.breadcrumbs span {
color: #007ace;
}
.breadcrumbs .breadcrumb_last {
font-size: 11px;
color: #676767;
}
.boxGeralListaImoveis {
position: relative;
display: block;
margin-top: 30px;
}
.boxFiltroListaImoveis .tituloFiltro {
position: relative;
display: block;
margin-bottom: 15px;
float: left;
color: #006ebc;
font-size: 20px;
}
.boxFiltroListaImoveis {
position: relative;
background: #e4e4e4;
padding: 15px 20px;
}
.boxFiltroListaImoveis .boxItemFiltro {
position: relative;
display: table;
width: 100%;
background: #fff;
padding: 15px 20px;
margin-bottom: 20px;
}
.boxItemFiltro .tituloBoxItemFiltro {
margin-bottom: 10px;
position: relative;
display: block;
font-size: 16px;
color: #30343d;
font-weight: 700;
}
.checkboxFiltro {
float: left;
width: 20px;
height: 20px;
}
.boxItemFiltro label {
float: left;
line-height: 26px;
font-size: 14px;
font-weight: 400;
color: #30343d;
margin-left: 10px;
}
.boxItemFiltro .form-group {
position: relative;
display: table;
width: 100%;
margin-bottom: 5px;
}
.BoxListaImoveis {
position: relative;
display: block;
padding-right: 0;
}
.boxEmpreendimentoLista {
position: relative;
display: table;
width: 100%;
border: 1px solid #d8d8d8;
padding: 0px;
padding-left: 15px;
margin-bottom: 20px;
}
.boxEmpreendimentoLista:last-child {
margin-bottom: 60px;
}
.boxImgEmplista {
position: relative;
width: 33%;
float: left;
margin: 15px 0;
}
.BoxDescEmpLista {
position: relative;
display: block;
width: 34%;
float: left;
padding-left: 3%;
padding-top: 10px;
}
.boxDescBotoes {
position: relative;
display: block;
width: 32%;
float: right;
background: #f3f1ee;
padding: 15px 20px;
}
.BoxDescEmpLista h2 {
color: #30343d;
font-size: 17px;
font-weight: 700;
margin: 15px 0 8px 0;
}
.BoxDescEmpLista h3 {
color: #30343d;
font-size: 15px;
margin: 0 0 8px 0;
}
.BoxDescEmpLista .descEmpHome {
color: #7f8184;
font-size: 14px;
margin-bottom: 6px;
}
.boxPrecoHome {
height: 20px;
margin-bottom: 10px;
}
.BoxDescEmpLista .boxPrecoHome span {
color: #ff0000;
font-size: 14px;
text-decoration: line-through;
word-wrap:
}
.BoxDescEmpLista .boxPrecoHome span:last-child {
color: #00c700;
text-decoration: none;
}
.quartosEmpHome,
.metrosEmpHome {
position: relative;
display: table;
width: 100%;
margin-bottom: 3px;
}
.iconeQuartosHome {
float: left;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -293px no-repeat;
width: 18px;
height: 16px;
}
.iconeMetrosHome {
float: left;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -317px no-repeat;
width: 17px;
height: 18px;
}
.quartosEmpHome span,
.metrosEmpHome span {
float: left;
margin-left: 10px;
}
.boxEmpreendimentoLista button {
position: relative;
margin-top: 9px;
border: none;
padding: 10px 30px;
background: #d8d8d8;
font-size: 13px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.boxEmpreendimentoLista a:hover button {
background: #00a2e7;
color: #fff;
}
.boxImgEmplista img {
position: relative;
width: 100%;
margin-top: -31px;
height: auto;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.boxEmpreendimentoLista a:hover .hoverImgEmpHome {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
background: #0097db url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/hover-emp-home.png) center no-repeat;
opacity: 0.6;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.descricaolistaImoveis p {
font-size: 14px;
color: #676767;
height: 100px;
overflow: hidden;
}
.descricaolistaImoveis .atendimentoEmailLista {
position: relative;
display: table;
margin: auto;
padding: 10px 20px;
background: #e82139;
color: #fff;
font-weight: 700;
border-radius: 20px;
min-width: 185px;
text-align: center;
margin-bottom: 20px;
}
.descricaolistaImoveis .atendimentoOnlineLista {
position: relative;
display: table;
margin: auto;
padding: 10px 20px;
background: #00a2e7;
color: #fff;
font-weight: 700;
border-radius: 20px;
min-width: 185px;
text-align: center;
margin-bottom: 10px;
}
.descricaolistaImoveis .atendimentoEmailLista:hover,
.descricaolistaImoveis .atendimentoOnlineLista:hover {
background: #4eb331;
}  .bannerTop {
position: relative;
}
.btConsultor {
position: absolute;
bottom: 0;
margin: 20px auto;
display: table;
color: #fff;
font-size: 20px;
font-weight: 700;
background: #e82139;
padding: 10px 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.btConsultor:hover,
.btConsultor:focus {
color: #fff;
background: #0097db;
}
.boxDescFinanciamento {
position: relative;
display: table;
margin: auto;
margin-bottom: 30px;
float: none;
}
.boxDescFinanciamento h2 {
position: relative;
text-align: center;
font-size: 19px;
font-weight: 700;
}
.boxDescFinanciamento p {
text-align: center;
font-size: 16px;
margin-bottom: 30px;
}
.boxDescFinanciamento a,
.boxDescFinanciamento button {
font-size: 16px;
font-weight: 700;
border: none;
color: #fff;
display: table;
margin: 0px auto 10px auto;
background: #0097db;
border-radius: 20px;
padding: 10px 30px;
}
.boxDescFinanciamento a:hover,
.boxDescFinanciamento button:hover {
background: #e82139
}
.boxDescFinanciamento a:focus,
.boxDescFinanciamento button:focus {
border: none;
box-shadow: none;
}
.boxGeralGaleriavideo h2 {
font-size: 35px;
color: #30343d;
text-align: center;
margin-bottom: 25px;
}
.boxCinza {
position: relative;
display: table;
width: 100%;
background: #f3f1ee;
padding-top: 15px;
}
.box_perguntas_frequentes h2 {
font-size: 35px;
color: #30343d;
text-align: center;
margin-bottom: 25px;
margin-top: 35px;
}
.galeria_video_mcmv {
margin-bottom: 0;
}
.galeria_video_mcmv .demo2 {
margin-bottom: 0;
}
.box_perguntas_frequentes h3 a {
font-size: 18px;
color: #676767;
font-weight: 700;
display: block;
width: 100%;
}
.box_perguntas_frequentes h3 span {
font-size: 18px;
color: #007ed1;
font-weight: 700;
margin-left: 10px;
}
.box_perguntas_frequentes .panel-default>.panel-heading {
background: none;
}
.box_perguntas_frequentes {
margin-bottom: 30px;
}
.carrossel_inferior_mcmv {
margin-bottom: 70px;
}
.box_apartamentos_relacionados {
margin-bottom: 30px;
}
.box_apartamentos_relacionados .titulo_box_relacionados {
font-size: 35px;
color: #30343d;
text-align: center;
margin-top: 0px;
}
.box_apartamentos_relacionados .descricao_relacionados {
text-align: center;
font-size: 16px;
margin-bottom: 25px;
color: #7f8184;
}
.box-geral-simulador {
position: relative;
margin-bottom: 20px;
border-top: 1px solid #d0d0d0;
}
.box-geral-simulador .box-simulador {
padding: 20px 0;
}
.box-geral-simulador h2 {
position: relative;
text-align: center;
font-size: 35px;
color: #30343d;
font-weight: 700;
}
.box-geral-simulador p {
text-align: center;
font-size: 16px;
margin-bottom: 20px;
color: #7f8184;
}
.box-form-simulador form {
position: relative;
margin-top: 40px;
}
.box-form-simulador form label {
position: relative;
float: left;
width: 35% !important;
color: #0097db;
font-size: 20px;
padding-right: 10px;
font-weight: 700;
text-align: right;
}
.box-form-simulador form input,
.box-form-simulador form select {
position: relative;
float: left;
width: 65% !important;
border-radius: 15px;
}
.box-form-simulador form .form-group {
display: table;
width: 100%;
}
.box-imagem-simulador {
position: relative;
}
.box-imagem-simulador img {
width: 100%;
height: auto;
}
.box-form-simulador form button {
font-size: 16px;
font-weight: 700;
border: none;
color: #fff;
display: table;
margin: auto;
background: #0097db;
border-radius: 20px;
padding: 10px 30px;
margin-top: 10px;
margin-right: 15%;
}
.box-form-simulador form button:hover {
background: #e82139
}
.box-form-simulador form button:focus {
border: none;
box-shadow: none;
}
.box-geral-simulador-resposta h2 {
position: relative;
text-align: center;
font-size: 30px;
color: #30343d;
}
.box-geral-simulador-resposta p {
text-align: center;
font-size: 20px;
margin-bottom: 20px;
color: #009600;
}
.box-geral-simulador-resposta h2 b {
text-decoration: underline;
}
.box-resposta-simulador {
position: relative;
display: block;
margin: 10px auto 40px auto;
}
.box-resposta-subsidio,
.box-resposta-financiamento,
.box-resposta-total {
position: relative;
height: 150px;
border-radius: 10px;
padding: 5px;
}
.box-resposta-subsidio {
background: #20c944;
}
.box-resposta-financiamento {
background: #d6d6d6;
}
.box-resposta-total {
background: #0097db;
}
.box-resposta-subsidio .box-conteudo,
.box-resposta-financiamento .box-conteudo,
.box-resposta-total .box-conteudo {
border: 1px solid #fff;
border-radius: 10px;
text-align: center;
height: 100%;
display: block;
padding: 34px 0 0 0;
}
.mais-resposta {
position: relative;
margin-top: 45px;
}
.mais-resposta .icone-calculo-resposta {
position: relative;
height: 40px;
width: 57px;
background: #afafaf;
border-radius: 45px;
display: table;
margin: auto;
}
.icone-calculo-resposta span {
font-size: 40px;
font-weight: 700;
color: #fff;
display: table;
margin: auto;
}
.igual-resposta {
position: relative;
margin-top: 45px;
}
.igual-resposta .icone-calculo-resposta {
position: relative;
height: 40px;
width: 57px;
background: #afafaf;
border-radius: 45px;
display: table;
margin: auto;
}
.icone-calculo-resposta span {
font-size: 40px;
font-weight: 700;
color: #fff;
display: table;
margin: auto;
}
.legenda-box-resposta {
display: block;
font-size: 19px;
text-align: center;
color: #fff;
}
.legenda-box-valor {
display: block;
font-size: 31px;
text-align: center;
color: #fff;
font-weight: 700;
}
.legenda-box-total {
display: block;
font-size: 28px;
text-align: center;
color: #fff;
font-weight: 700;
text-transform: uppercase;
}
.box-resposta-financiamento .legenda-box-resposta,
.box-resposta-financiamento .legenda-box-valor {
color: #30343d;
}
.box-resposta-total .box-conteudo {
padding-top: 15px;
}
.legenda-resposta-simulador {
position: relative;
margin: 10px 0;
}
.legenda-resposta-simulador p {
font-size: 11px;
color: #afafaf;
text-align: left;
}
.texto-destaque-resposta {
position: relative;
display: table;
margin: 0px auto 30px auto;
border-radius: 10px;
padding: 10px 50px;
background: #009ce1;
background: -moz-linear-gradient(left, #009ce1 0%, #00aa89 40%, #00af63 59%, #00bd04 100%);
background: -webkit-linear-gradient(left, #009ce1 0%, #00aa89 40%, #00af63 59%, #00bd04 100%);
background: linear-gradient(to right, #009ce1 0%, #00aa89 40%, #00af63 59%, #00bd04 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ce1', endColorstr='#00bd04', GradientType=1);
}
.texto-destaque-resposta p {
font-size: 27px;
font-weight: 700;
color: #fff;
margin: 0;
}
.ofertas-resposta-simulador {
position: relative;
display: table;
margin: auto;
}
.box-simulador-resposta .bt-simulador-acao {
font-size: 16px;
font-weight: 700;
border: none;
color: #fff;
display: block;
margin: 0 auto;
background: #0097db;
border-radius: 20px;
padding: 10px 30px;
margin-top: 10px;
}
.item-oferta-resposta {
position: relative;
float: left;
margin-right: 80px;
}
.box-item-imagem {
position: relative;
float: left;
margin-right: 10px;
}
.box-item-imagem img {
max-width: 100%;
height: auto;
}
.box-texto-oferta {
position: relative;
float: left;
}
.box-texto-oferta p {
font-size: 24px;
color: #30343d;
text-align: left;
line-height: normal;
margin: 0;
padding-top: 5px;
}
.box-texto-oferta p b {
font-size: 27px;
}
.entrada-oferta-resposta .box-texto-oferta p {
line-height: 22px;
padding-top: 0px;
}
.entrada-oferta-resposta .box-texto-oferta p b {
font-size: 40px;
line-height: 40px;
}
.ofertas-resposta-simulador .item-oferta-resposta:last-child {
margin-right: 0;
}
.botao-consultor-simulador {
position: relative;
margin: 30px auto;
text-align: center;
display: table;
color: #fff;
font-size: 18px;
line-height: normal;
background: #0097db;
padding: 10px 30px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.botao-consultor-simulador:hover,
.botao-consultor-simulador:focus {
color: #fff;
background: #e82139;
}
.box-simulador .form-horizontal .has-feedback .form-control-feedback {
top: 0;
}  .box_geral_formularios {
position: relative;
display: block;
margin-top: 30px;
}
.base_formularios {
position: relative;
margin-bottom: 80px;
}
.base_formularios h1 {
position: relative;
margin: 0;
color: #30343d;
font-size: 35px;
line-height: 27px;
margin-bottom: 15px;
}
.base_formularios p {
color: #676767;
}
.box_navegacao_lateral {
position: relative;
margin-bottom: 30px;
}
.box_navegacao_lateral li {
width: 100%;
margin: 0;
border-bottom: 1px solid #fff;
}
.box_navegacao_lateral li:last-child {
border-bottom: none;
}
.box_navegacao_lateral>li>a {
padding: 15px 15px 15px 30px;
font-size: 16px;
font-weight: 700;
color: #006ebc;
background: #e4e4e4;
}
.box_navegacao_lateral>li>a:hover,
.box_navegacao_lateral>li>a.active,
.box_navegacao_lateral>li>a:active,
.box_navegacao_lateral>li.active>a,
.box_navegacao_lateral>li>a:focus {
background: #538bb1;
color: #fff;
}
.base_formularios form {
position: relative;
margin-top: 20px;
}
.base_formularios form p {
color: #676767;
font-size: 13px;
margin-bottom: 0;
}
.base_formularios form .form-group {
padding: 0;
margin-bottom: 20px;
width: 100%;
}
.base_formularios form small {
position: absolute;
bottom: -10px;
}
.base_formularios form textarea {
height: 100px;
resize: none;
}
.base_formularios form .form-control {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.base_formularios form .bt_enviar_contato input {
position: relative;
min-width: 230px;
background: #0088d7;
color: #fff;
border: none;
margin: auto;
display: table;
padding: 10px 40px;
font-size: 18px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.base_formularios form .bt_enviar_contato input:hover,
.base_formularios form .bt_enviar_contato input:focus {
background: #009c00;
}
#trabalhe_conosco .input-group-btn {
width: 28.6%;
float: right;
z-index: 3;
border-top-right-radius: 20px;
}
#trabalhe_conosco .input-group-btn .btn-primary {
position: absolute;
font-size: 13px !important;
color: #676767 !important;
border-color: #ccc;
width: 100%;
height: 34px;
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
background: #fff;
border-left: none;
}
#trabalhe_conosco .input-group-btn .btn-primary:active:focus,
.base_formularios form .input-group-btn .btn-primary:active:hover {
color: #fff;
background-color: #FFFFFF;
border-color: #C7C7C7;
}
.upload_fake {
background-color: white !important;
float: left;
cursor: pointer !important;
width: 72% !important;
height: 34px;
border-top-left-radius: 15px !important;
border-bottom-left-radius: 15px !important;
}
input[type='file'] {
position: relative;
margin-top: -34px;
z-index: 5;
top: 34px;
height: 34px;
width: 100%;
opacity: 0;
cursor: pointer !important
}  .resposta_contato {
position: relative;
display: table;
margin-top: 10px;
}
.resposta_contato p {
color: #676767;
font-size: 13px;
margin-bottom: 0;
}
.resposta_contato .iconeResposta {
position: relative;
display: table;
margin: 20px 0;
}
.resposta_contato .descricaoResposta {
position: relative;
display: block;
margin-bottom: 30px;
}
.resposta_contato .descricaoResposta h2 {
color: #676767;
font-size: 18px;
text-transform: uppercase;
font-weight: 700;
margin: 25px 0 20px 0;
}
.resposta_contato .descricaoResposta p {
color: #676767;
font-size: 16px;
width: 60%;
display: table;
}
.resposta_contato .legendaForm p {
text-align: left;
}  .apresentacao_portfolio {
position: relative;
display: table;
margin: 25px auto;
float: none;
}
.apresentacao_portfolio h2 {
font-size: 35px;
font-weight: 400;
text-align: center;
margin-top: 10px;
}
.apresentacao_portfolio p {
color: #676767;
font-size: 16px;
text-align: center;
}
.box_imovel_portfolio {
position: relative;
margin-bottom: 35px;
min-height: 340px;
}
.box_imovel_portfolio .box_imovel_portfolio_span {
width: 142px;
height: 38px;
background: #D8D8D8 0% 0% no-repeat padding-box;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
z-index: 1;
top: 6px;
font-family: 'Roboto', sans-serif;
font-size: 13px;
color: #30343D;
}
.box_imagem_imovel_port img {
position: relative;
width: 100%;
height: auto;
-moz-border-radius-topright: 20px;
-webkit-border-top-right-radius: 20px;
border-top-right-radius: 20px;
-moz-border-radius-bottomright: 20px;
-webkit-border-bottom-right-radius: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
-webkit-border-bottom-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.box_descricao_imovel_port h3 {
font-size: 17px;
color: #30343d;
font-weight: 700;
}
.box_descricao_imovel_port span {
font-size: 16px;
color: #30343d;
width: 100%;
display: block;
margin-bottom: 5px;
display: block;
float: left;
}
.box_descricao_imovel_port span:last-child {
margin-bottom: 0px;
margin-top: 5px;
}  main[interna-de-portfolio] section.banner {
position: relative;
height: 379px;
max-height: 50vw;
overflow: hidden;
background-position: contain;
background-size: cover;
background-repeat: no-repeat;
}
main[interna-de-portfolio] section {
display: flex;
justify-content: center;
padding-left: 20px;
padding-right: 20px;
}
main[interna-de-portfolio] section.descricao {
padding: 45px 20px;
}
main[interna-de-portfolio] section.descricao .limite {
flex: 1;
max-width: 1170px;
}
main[interna-de-portfolio] section.descricao .limite p { font-family: 'Roboto', sans-serif;
font-weight: lighter;
color: #555;
font-size: 16px;
text-align: center;
max-width: 967px;
margin: 0 auto;
}
main[interna-de-portfolio] section.sobre .limite .caracteristicas .icon-bed .icon {
background: url(https://www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -1095px no-repeat;
}
main[interna-de-portfolio] section.sobre .limite .caracteristicas .icon-diagonal .icon {
background: url(https://www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite.png) 0px -1126px no-repeat;
}
main[interna-de-portfolio] section.sobre .limite .caracteristicas .icon-key .icon {
background: url(http://vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/key-icon.svg) no-repeat;
}
main[interna-de-portfolio] section.sobre .limite .caracteristicas .icon-capacete .icon {
background: url(http://vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/capacete-icon.svg) no-repeat;
}
main[interna-de-portfolio] section.sobre {
padding: 0 20px;
border-top: 1px solid #707070;
}
main[interna-de-portfolio] section.sobre .limite {
flex: 1;
display: flex;
flex-wrap: nowrap;
max-width: 1170px;
}
main[interna-de-portfolio] section.sobre .limite  > div {
padding: 20px 30px;
}
main[interna-de-portfolio] section.sobre .limite .caracteristicas {
flex: 1;
display: flex;
flex-direction: column;
align-items: flex-end;
}
main[interna-de-portfolio] section.sobre .limite .caracteristicas > div {
display: flex;
flex-wrap: nowrap;
align-items: center;
margin: 10px 0;
width: 100%;
max-width: 248px;
}
main[interna-de-portfolio] section.sobre .limite .caracteristicas .icon {
display: block;
height: 26px;
width: 30px;
margin-right: 10px;
}
main[interna-de-portfolio] section.sobre .limite .caracteristicas .texto {
font-size: 16px;
font-weight: 700;
margin-left: 15px;
}
main[interna-de-portfolio] section.sobre .limite div.texto {
flex: 2;
border-left: 1.5px solid #adadad;
}
main[interna-de-portfolio] section.sobre .limite .texto .titulo {
position: relative;
text-transform: uppercase;
font-size: 20px;
font-weight: lighter;
display: block;
}
main[interna-de-portfolio] section.sobre .limite .texto .textos {
margin-top: 15px;
max-width: 460px;
}
main[interna-de-portfolio] section.sobre .limite .texto .textos p {
position: relative;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
line-height: 1.42857143;
color: #333;
}
@media (max-width: 768px) {
main[interna-de-portfolio] section.sobre {
padding: 0;
}
main[interna-de-portfolio] section.sobre .limite {
flex-direction: column;
}
main[interna-de-portfolio] section.sobre .limite > div {
width: 100%;
border-bottom: 1px solid #707070;
}
main[interna-de-portfolio] section.sobre .limite .caracteristicas {
align-items: flex-start;
}
main[interna-de-portfolio] section.sobre .limite .caracteristicas > * {
width: 100%;
}
main[interna-de-portfolio] section.sobre .limite div.texto {
border-left: none;
}
}  .apresentacao_quem_somos {
position: relative;
display: table;
margin: 25px auto;
float: none;
}
.apresentacao_quem_somos h2 {
font-size: 35px;
font-weight: 400;
text-align: center;
margin-top: 10px;
}
.apresentacao_quem_somos p {
color: #676767;
font-size: 16px;
text-align: center;
}
.container_quem_somos {
position: relative;
margin-bottom: 10px;
}
div.premios-container {
background: #F3F1EE;
padding: 50px 20px;
}
div.premios-container > p {
font-family: 'Roboto Condensed', sans-serif;
font-size: 34px;
text-align: center;
color: #30343D
}
div.premios-container div.premios {
display: flex;
flex-wrap: wrap;
max-width: 1070px;
margin: 0 auto;
padding: 0 0;
justify-content: space-around;
}
div.premios-container div.premios div.premio-item {
display: flex;
min-width: 500px;
margin: 40px 0;
}
div.premios-container div.premios div.premio-item div.premio-item-img {
display: flex;
align-items: center;
position: relative;
}
div.premios-container div.premios div.premio-item div.premio-item-img img {
max-width: 100%;
}
div.premios-container div.premios div.premio-item div.premio-item-textos {
display: flex;
flex-direction: column;
max-width: 287px;
padding: 25px 0 20px 15px;
}
div.premios-container div.premios div.premio-item div.premio-item-textos span.premio-item-texto-titulo {
font-family: 'Roboto', sans-serif;
font-weight: bold;
font-size: 26px;
color: #30343D;
line-height: 27px;
}
div.premios-container div.premios div.premio-item div.premio-item-textos span.premio-item-texto-descricao {
color: #676767;
font-size: 18px;
font-family: 'Roboto', sans-serif;
margin-top: 10px;
line-height: 19px;
}
@media (max-width: 1000px) {
div.premios-container div.premios {
flex-direction: column;
align-items: center;
}
div.premios-container div.premios div.premio-item {
flex-direction: column;
min-width: 0px;
}
div.premios-container div.premios div.premio-item div.premio-item-img {
justify-content: center;
}
div.premios-container div.premios div.premio-item div.premio-item-textos span.premio-item-texto-titulo,
div.premios-container div.premios div.premio-item div.premio-item-textos span.premio-item-texto-descricao {
text-align: center;
}
}
.box_imagem_quem_somos {
position: relative;
display: table;
margin-bottom: 50px;
width: 100%;
}
.box_imagem_quem_somos img {
width: 100%;
height: auto;
}
.blocos_textos {
position: relative;
display: table;
margin: 25px auto;
float: none;
}
.blocos_textos h3 {
font-size: 19px;
font-weight: 700;
text-align: center;
margin: 0;
margin-bottom: 5px;
}
.blocos_textos p {
color: #676767;
font-size: 16px;
text-align: center;
}  .box-ultimas-noticias {
position: relative;
margin-top: 50px;
}
.ultimas-noticias {
position: relative;
margin-bottom: 30px;
}
.ultimas-noticias img {
position: relative;
width: 100%;
height: auto;
}
.noticias-content {
position: relative;
float: left;
padding: 10px 22px;
background: #f5f5f5;
width: 100%;
}
.noticias-content h2 {
font-size: 19px;
color: #30343d;
margin-bottom: 30px;
}
.data-lista {
position: relative;
margin-bottom: 10px;
}
.ultimas-noticias a {
position: relative;
width: 100%;
display: table;
}
.ultimas-noticias a:hover .hover_post_noticia {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: #0097db;
opacity: 0.6;
}
.ultimas-noticias a button {
display: none;
}
.ultimas-noticias a:hover button {
position: absolute;
left: 13%;
top: 46%;
display: table;
margin: auto;
color: #fff;
border: none;
padding: 10px 30px;
background: #00a2e7;
text-transform: uppercase;
font-size: 18px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.paginacao {
margin: 25px 0;
padding: 0;
float: left;
}
.wp_pagination {
position: relative;
display: table;
margin: auto;
}
.wp_pagination a {
font-size: 16px;
padding: 5px 10px;
margin-left: 10px;
background: #fff;
color: #2567BB;
border: 1px solid #2567BB;
}
.wp_pagination span {
font-size: 16px;
padding: 5px 10px;
margin-left: 10px;
background: #2567BB;
color: #fff;
border: 1px solid #2567BB;
}
.box_geral_videos_noticias {
position: relative;
display: block;
background: #f3f1ee;
padding: 30px 0 50px 0;
}
.titulo_video_lista_noticia {
position: relative;
}
.titulo_video_lista_noticia h2 {
position: relative;
margin: 0;
color: #30343d;
font-size: 25px;
padding-right: 15px;
float: left;
display: block;
line-height: 27px;
border-right: 2px solid #30343d;
margin-top: 5px;
}
.titulo_video_lista_noticia a {
color: #019c00;
font-size: 14px;
float: left;
display: block;
margin: 10px;
}
.titulo_video_lista_noticia .icone_video_noticia_lista {
position: relative;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/icone-video.png) no-repeat center;
width: 51px;
height: 38px;
float: left;
margin-right: 20px;
}
.box_videos_lista_noticias {
position: relative;
display: block;
margin-top: 20px;
}
.box_videos_lista_noticias iframe {
position: relative;
width: 100%;
}   .conteudo_noticias_internas {
position: relative;
display: block;
margin-top: 50px;
}
.bloco-noticia {
position: relative;
}
.bloco-noticia h1 {
margin: 0;
}
.box_geral_mais_noticias {
position: relative;
display: block;
padding: 40px 30px;
background: #f3f1ee;
margin-top: 50px;
}
.box_geral_mais_noticias h3 {
font-size: 25px;
color: #006ebc;
margin: 0 0 30px 0;
}
.lista_noticias {
position: relative;
float: left;
width: 100%;
display: block;
margin-bottom: 30px;
}
.lista_noticias:last-child {
margin-bottom: 0px;
}
.lista_noticias a {
position: relative;
color: #6b7282;
display: block;
font-size: 14px;
}
.lista_noticias a span {
font-size: 16px;
color: #30343d;
float: left;
width: 100%;
display: block;
}
.data_noticia {
color: #30343d;
font-size: 15px;
}
.bloco_noticia h1 {
position: relative;
display: block;
font-size: 40px;
color: #007dd1;
margin-top: 5px;
}
.bloco_noticia .gravata_noticia {
position: relative;
color: #30343d;
font-size: 20px;
margin-bottom: 20px;
display: block;
}
.bloco-noticia-conteudo {
position: relative;
border: none;
padding: 0;
font-size: 16px;
color: #676767;
margin-bottom: 50px;
}
.bloco-noticia-conteudo img {
width: 100%;
height: auto;
margin-bottom: 20px;
}
.addtoany_header {
float: left;
margin-top: 7px !important;
margin-right: 10px !important;
color: #868686;
font-size: 12px;
}
.addtoany_content_bottom {
margin-top: 30px !important;
}  .box-geral-404 {
position: relative;
display: block;
width: 100%;
min-height: 900px;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/bg-404.jpg) center top no-repeat;
}
.box-geral-404 h1 {
font-family: 'Roboto', sans-serif;
color: #0066a1;
font-size: 50px;
text-align: center;
margin-bottom: 30px;
margin-top: 40px;
}
.box-geral-404 p {
text-align: center;
font-size: 20px;
}
.box-texto-404 {
float: none;
margin: auto;
display: table;
} @media (min-width: 992px) and (max-width: 1200px) {
.boxBarra {
margin-right: 30px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.boxBarra {
margin-right: 25px;
}
.textoBarra p {
font-size: 11px;
}
.textoBarra span {
font-size: 13px;
}
.boxBarra .textoBarra {
margin-top: 13px;
}
.itemObra {
padding-right: 30px;
}
.boxGeralEvolucaoObra {
padding: 10px 35px
}
.botao_filtro_mobile {
position: relative;
display: table;
width: 100%;
padding: 15px 25px;
line-height: normal;
background: #e4e4e4;
color: #006ebc;
font-size: 20px;
}
.botao_filtro_mobile.active:after {
transform: rotate(0deg);
transition: all 0.5s;
}
.botao_filtro_mobile:after {
content: '\e316';
font-size: 24px;
position: absolute;
font-family: 'Material Icons';
right: 20px;
top: 15px;
transform: rotate(180deg);
transition: all 0.5s;
color: #00a1b1;
}
.filtro_lista_mobile {
position: relative;
display: block;
margin-bottom: 30px;
}
.box_select_filtros_imoveis {
position: relative;
display: table;
width: 100%;
padding: 15px 25px;
line-height: normal;
background: #e4e4e4;
margin-top: -1px;
}
.BoxListaImoveis {
padding-left: 0;
}
.box-geral-404 h1 {
font-size: 5.5vw;
}
} @media (max-width: 767px) {
.box-geral-404 h1 {
font-size: 6.6vw;
}
.box-geral-404 p {
font-size: 4vw;
}
.container>.navbar-header {
margin: 0;
}
.navbar-brand {
display: table;
float: none;
margin-left: 34%;
z-index: 9;
}
.imagemCarouselBottom {
background: none !important;
}
.boxInformacoesEmpBanner {
background: #e4e3e3;
}
.carouselHome .owl-dot {
background: #e4e3e3;
}
.carouselHome .owl-nav {
display: none;
}
.carouselHome2 .owl-dots {
margin-top: -42px;
}
.boxGeralChamada {
padding-bottom: 15px;
padding-top: 20px;
}
.carouselHome .imagemCarouselBottom {
padding-top: 0;
height: 420px;
}
.marca_rodape {
position: relative;
display: table;
margin: auto;
margin-bottom: 10px;
}
.box-endereco-rodape p {
text-align: center;
}
.box-contato-rodape p,
.box-contato-rodape a {
text-align: center;
}
.box-parceiros-rodape {
float: none;
margin: auto;
margin-top: 30px;
display: table;
}
.box-certificacoes {
margin-top: 0;
}
.box-geral-identidade {
margin-bottom: 20px;
}
.box-endereco-rodape {
margin-bottom: 25px;
}
.coluna_mapa {
width: 100%;
margin: 0;
text-align: center;
margin-bottom: 20px;
}
.coluna_mapa span {
font-weight: 700;
}
.mapa-do-site-rodape {
margin-top: 0px;
margin-bottom: 0;
}
.box-certificacoes span {
font-weight: 700;
}
.boxBarra {
margin-right: 20px;
}
.BoxListaImoveis {
padding: 0;
}
.boxEmpreendimentoLista {
padding: 0;
}
.boxImgEmplista {
width: 100%;
padding: 15px;
padding-top: 0;
margin-bottom: 0;
padding-bottom: 0;
}
.BoxDescEmpLista {
width: 100%;
}
.boxDescBotoes {
width: 100%;
}
.boxEmpreendimentoLista button {
display: table;
margin: 20px auto;
}
.descricaolistaImoveis p {
height: auto;
margin-bottom: 20px;
}
.boxEmpreendimentoHome button {
display: table;
margin: auto;
margin-top: 15px;
}
.BoxDescEmpLista h2 {
margin-top: 5px;
}
.botao_filtro_mobile {
position: relative;
display: table;
width: 100%;
padding: 15px 25px;
line-height: normal;
background: #e4e4e4;
color: #006ebc;
font-size: 20px;
}
.botao_filtro_mobile.active:after {
transform: rotate(0deg);
transition: all 0.5s;
}
.botao_filtro_mobile:after {
content: '\e316';
font-size: 24px;
position: absolute;
font-family: 'Material Icons';
right: 20px;
top: 15px;
transform: rotate(180deg);
transition: all 0.5s;
color: #00a1b1;
}
.filtro_lista_mobile {
position: relative;
display: block;
margin-bottom: 30px;
}
.box_select_filtros_imoveis {
position: relative;
display: table;
width: 100%;
padding: 15px 25px;
line-height: normal;
background: #e4e4e4;
margin-top: -1px;
}
.cabecalhoInternas h1,
.cabecalhoInternas h2 {
font-size: 22px;
}
.box_select_filtros_imoveis .form-control {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.BoxDescEmpLista {
padding-left: 15px;
}
.boxInformacoesTopo {
margin: auto;
margin-top: 20px;
float: none;
position: relative;
margin: -275px auto 0 auto;
max-height: 322px;
} .marcaEmpreendimento {
margin-bottom: 20px;
}
.marcaEmpreendimento img {
width: 75%;
height: auto;
display: table;
margin: auto;
}
.btPropostaEmp {
font-size: 21px;
margin: 0 auto 20px auto;
}
.boxApresentacaoEmp {
padding: 0;
}
.boxApresentacaoEmp h1 {
font-size: 29px;
}
.statusEmp {
margin-top: 25px;
}
.boxPrecosEmp {
padding: 20px 30px 15px 30px;
border-bottom: 1px solid #adadad;
}
.dadosEmpGeral {
padding: 0;
height: auto;
}
.boxDadosApt {
border-left: none;
border-bottom: 1px solid #adadad;
}
.boxSobreEmp {
border-left: none;
height: auto;
padding: 0px 30px 15px 30px;
}
.galeriaFullEmp_mobile h2 {
margin-top: 0;
text-align: center;
font-size: 29px;
color: #30343d;
margin-bottom: 15px;
margin-top: 15px;
}
.galeriaFullEmp_mobile {
background: #f3f1ee;
}
.galeriaFullEmp_mobile p {
text-align: center;
margin-bottom: 20px;
}
.galeriaFullEmp_mobile .owl-carousel {
margin-bottom: 10px;
}
.boxgeralCarouselPlanta h2 {
margin-top: 0;
text-align: center;
font-size: 29px;
color: #30343d;
margin-bottom: 15px;
margin-top: 15px;
}
.boxTracarRota input {
width: 100%;
margin-bottom: 10px !important;
}
.boxTracarRota button[type='submit'] {
margin-bottom: 20px;
float: right;
}
.boxDescricaoLocalizacao h2 {
font-size: 29px;
}
.boxgeralCarouselPlanta {
margin: 15px 0;
}
.boxDescricaoLocalizacao {
margin-top: 0px;
}
.boxGeralEstagioObra h2 {
font-size: 29px;
}
.boxGeralEstagioObra {
padding-top: 10px;
}
.boxGeralEvolucaoObra {
padding: 10px 20px;
border-radius: 15px;
}
.boxEstagio {
width: 250px;
height: auto;
}
.itemObra {
float: left;
display: table;
padding: 17px;
}
.legendaDataFotoObra {
float: none !important;
text-align: center;
}
.boxSelectObra span {
text-align: center;
display: table;
margin: auto;
margin-bottom: 5px;
}
.boxFotoObra {
margin-bottom: 10px;
}
.boxGaleriaVideo iframe {
width: 100%;
min-width: auto;
padding: 15px;
display: none;
} .boxGaleriaVideo iframe {
display: block;
}
.boxGeralGaleriavideo {
margin-bottom: 25px;
padding-top: 0;
}
.boxGeralEstagioObra {
padding-bottom: 25px;
}
.boxDescricaoPropostaEmp h2 {
font-size: 29px;
}
.boxTextoLegalEmp {
padding: 25px 25px;
}
.btConsultor {
font-size: 16px;
}
.formularioBarra .descricaoResposta p {
width: 100%;
}
div.formulario-barra-fixa-imagens {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
max-width: 80%;
margin: 50px auto 30px auto;
}
.box_imovel_portfolio:first-child {
margin-top: 20px;
}
.box_imagem_quem_somos {
padding-left: 15px;
padding-right: 15px;
}
.container_quem_somos {
margin-bottom: 20px;
}
.box_videos_lista_noticias iframe {
height: 150px;
}
.base_formularios h1 {
font-size: 25px;
text-align: center;
}
.base_formularios p {
text-align: center;
}
#trabalhe_conosco .input-group-btn .btn-primary {
font-size: 10px !important;
padding-top: 10px;
}
.box_geral_mais_noticias {
padding: 40px 15px;
margin-top: 10px;
}
.bloco_noticia h1 {
font-size: 28px;
}
.conteudo_noticias_internas {
margin-top: 30px;
}
.menu-mobile .box-menu-azul {
width: 100%;
padding-bottom: 61px;
}
.menu-mobile .box-menu-azul:before {
display: none;
}
.menu-mobile .box-menu-branco {
width: 100%;
height: 96px;
}
.menu-hamburger {
width: 90px;
margin-top: 23px;
}
.box-menu-hamburger {
width: 90px;
z-index: 9999;
}
.box-menu-azul .menu {
padding: 0 15px;
}
.menu-mobile li {
border-bottom: 1px solid #00a3e8;
}
.menu-mobile li a {
padding: 10px 0;
text-align: center;
}
.box-menu-azul span {
width: 100%;
text-align: center;
margin: auto;
display: table;
padding: 0;
margin-top: 35px;
border-bottom: 1px solid #00a3e8;
padding-bottom: 10px;
}
.menu-menu-hamburger-container {
margin: 20px 0 30px 0;
}
.brand_mobile {
margin-left: 35.5%;
margin-top: 1px;
}
.resposta_contato .iconeResposta {
margin: 20px auto;
}
.resposta_contato .descricaoResposta h2 {
text-align: center;
}
.resposta_contato .descricaoResposta p {
margin: auto;
}
.resposta_contato .legendaForm p {
text-align: center;
}
.ultimas-noticias {
margin-bottom: 20px;
}
.titulo_video_lista_noticia h2 {
font-size: 22px;
padding-right: 0;
border-right: none;
}
.titulo_video_lista_noticia a {
margin: 10px auto;
display: table;
float: none;
font-size: 17px;
}
.ultimas-noticias a:hover button {
left: 4%;
}
.marca-capiba {
float: none;
display: table;
margin: auto;
margin-bottom: 20px;
}
.bt-promocional-emp-home {
margin: auto;
margin-top: 20px;
}
}
@media (max-width: 350px) {
.boxBarra {
margin-right: 13px;
}
}
.box-ultimas-noticias .row {
display: flex;
flex-wrap: wrap;
}
.iconTerraplanagem {
background-position: center;
position: relative;
display: table;
margin: auto;
width: 81px;
height: 63px;
background: url(//www.vlconstrutora.com.br/wp-content/themes/vlconstrutora/imagens/sprite-marcas.png) 0px 2px no-repeat;
margin-top: -.7em;
}
.formContato
{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.formIndiqueumamigo {
flex-direction: column;
align-items: center;
margin: 40px 20px 30px 20px;
}
.formIndiqueumamigo > p {
max-width: 536px;
text-align: center;
}
form.formIndiqueumamigo .form {
max-width: 613px;
margin: 20px auto;
}
form.formIndiqueumamigo .form .grupo {
display: flex;
flex-wrap: nowrap;
justify-content: flex-start;
}
form.formIndiqueumamigo .form .checkboxes span input[type='radio'] {
border-radius: 20px;
width: 20px;
height: 20px;
margin: 0 10px;
}
form.formIndiqueumamigo .form .checkboxes,
form.formIndiqueumamigo .form .checkboxes span {
display: flex;
flex-direction: row;
align-items: center;
}
form.formIndiqueumamigo .form .checkboxes span label {
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 300;
color: #30343d;
}
form.formIndiqueumamigo .form .grupo > * {
flex: 1;
margin: 0 6px;
width: inherit !important;
}
@media (max-width: 768px) {
form.formIndiqueumamigo .form .grupo {
flex-direction: column;
margin-top: 0 !important;
}
form.formIndiqueumamigo .form .grupo > * {
margin: 5px 0;
}
}
form.formIndiqueumamigo .form h2 {
font-family: 'Roboto Condensed', sans-serif;
color: #30343D;
text-align: center;
font-size: 34px;
text-transform: uppercase;
}
.formContato span
{
width: 31%;
}
.formContato input,
.formContato select
{
margin-top: .5em
}
.formContato label
{
color: #676767;
font-size: 13px;
margin-bottom: 0;
font-family: 'Roboto', 'sans-serif';
}
.formContato input, .formContato textarea, .formContato select
{
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 12px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.formContato div,
.formContato > span {
margin-top: 1.3em;
width: 100%;
}
.formContato > span {
max-width: 50%;
padding: 5px;
}
.formContato div.grupo {
display: flex;
}
.formContato div.grupo span {
flex: 1;
padding: 5px;
width: inherit;
}
@media (max-width: 650px) {
.formContato div.grupo {
flex-direction: column;
margin-top: 0;
}
.formContato > span {
max-width: inherit;
margin-top: 0;
}
}
.formContato div p
{
margin-bottom: .5em;
}
.formContato button
{
position: relative;
min-width: 230px;
background: #0088d7;
color: #fff;
border: none;
margin: auto;
display: table;
padding: 10px 40px;
font-size: 18px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
transition: .3s ease-out;
margin-top: 1.5em;
}
.formContato button:focus
{
background: #009c00;
}
.formContato button:hover
{
background: #009c00;
}
.formContato .half
{
width: 48%;
margin-top: 1em;
}
.EstagiodaObra
{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding-top: 4em;
min-height: 51em;
}
.EstagiodaObra button
{
background: #f9f9f9;
width: 49%;
border-radius: 38px;
cursor: pointer;
transition: .3s ease-out;
margin: 0 auto;
}
.EstagiodaObra button:hover
{
background: #f1f1f1
}
.EstagiodaObra button:focus
{
outline: none;
}
.EstagiodaObra button img
{
margin-left: 1em
}
.ButtonsEstagio
{
width: 40%;
justify-content: space-between;
display: flex;
align-items: center;
margin-top: 2em;
}
[data-state="Good"] {
--duration: 400ms;
--delay: 220ms;
--color: #e8e8e8;
--darker-color: #6690D6;
--faded-color: rgba(152, 182, 225, 0.5);
} .dummy-list {
margin: 0;
padding: 0;
list-style-type: none;
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-column-gap: 1vw;
grid-row-gap: 1vw;
}
.dummy {
background: var(--color);
}
.dummy {
-webkit-animation: enter 0.4s cubic-bezier(0.5, 0, 0.5, 1) backwards;
animation: enter 0.4s cubic-bezier(0.5, 0, 0.5, 1) backwards;
}
@-webkit-keyframes enter {
from {
opacity: 0;
-webkit-transform: translateY(2rem) scale(0.6);
transform: translateY(2rem) scale(0.6);
}
}
@keyframes enter {
from {
opacity: 0;
-webkit-transform: translateY(2rem) scale(0.6);
transform: translateY(2rem) scale(0.6);
}
} [data-state="Good"] .dummy {
-webkit-animation-delay: calc(  var(--col-index) * (var(--delay)) + var(--row-index) * (var(--delay)/2)  );
animation-delay: calc(  var(--col-index) * (var(--delay)) + var(--row-index) * (var(--delay)/2)  );
} *, *:before, *:after {
box-sizing: border-box;
position: relative;
}
@-webkit-keyframes ghost {
from, to {
-webkit-transform: translateX(-25%) scale(2) skewX(-30deg);
transform: translateX(-25%) scale(2) skewX(-30deg);
}
50% {
-webkit-transform: translateX(25%) scale(2.2) skewX(30deg);
transform: translateX(25%) scale(2.2) skewX(30deg);
}
}
@keyframes ghost {
from, to {
-webkit-transform: translateX(-25%) scale(2) skewX(-30deg);
transform: translateX(-25%) scale(2) skewX(-30deg);
}
50% {
-webkit-transform: translateX(25%) scale(2.2) skewX(30deg);
transform: translateX(25%) scale(2.2) skewX(30deg);
}
}
.FollowContainer {
width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin-top: 2em;
margin-left: .5em
}
.FollowContainer .FollowBox {
width: 22.3%;
height: 14em;
margin-right: 0.5em;
margin-bottom: 0.5em;
display: flex;
align-items: center;
justify-content: center;
transition: 0.3s ease-out;
overflow: hidden;
}
.FollowContainer .FollowBox img {
height: 100%;
transition: 0.3s ease-out;
}
.FollowContainer .FollowBox img:hover {
transform: scale(1.1);
}
.loadGallery {
max-width: 9em;
position: absolute;
transition: 0.3s ease-out;
opacity: 0;
}
.imgGallery {
width: 100%;
transition: 0.3s ease-out;
opacity: 0;
display: none;
}
.EstagioContent
{ max-width: 1000px;
display: none;
}
.EstagioContent select
{
margin: 0 auto;
display: flex;
margin-top: 2em;
height: 4em;
width: 21%;
background: #00a2e7;
color: #fff;
border: 0;
}
.EstagioButtonActive
{
background: #00a2e7 !important;
color: #fff !important;
border: 0px !important;
}
.EstagioActive
{
display: flex !important;
flex-direction: column;
}
@media(max-width: 1440px)
{
.ButtonsEstagio
{
width: 52%;
}
.EstagioContent select
{
width: 29%
}
.FollowContainer .FollowBox
{ width: 22%;
}
}
@media(max-width: 1280px)
{
.ButtonsEstagio
{
}
}
@media(max-width: 1024px)
{
.FollowContainer .FollowBox
{
width: 100%;
height: 22em
}
}
@media(max-width: 768px)
{
.ButtonsEstagio
{
width: 78%
}
.EstagioContent select
{
width: 100%
}
}
@media(max-width: 500px)
{
.EstagiodaObra button
{
margin-bottom: 1em;
width: 100%;
}
.ButtonsEstagio
{
width: 78%;
flex-direction: column
}
.EstagioContent {
width: 96%;
}
}
form#ligamos_para_voce, form#atendimento_email {
display: flex;
flex-direction: column;
} div.quem-somos-caracteristicas {
width: 100%;
display: flex;
max-width: 1300px;
margin: 50px auto;
flex-wrap: wrap;
justify-content: center;
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item {
display: flex;
flex-wrap: nowrap;
margin: 20px 50px;
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item div.quem-somos-caracteristicas-item-img {
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item div.quem-somos-caracteristicas-item-texto {
display: flex;
flex-direction: column;
padding-left: 20px;
padding-top: 10px;
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item div.quem-somos-caracteristicas-item-texto-1 {
max-width: 140px;
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item div.quem-somos-caracteristicas-item-texto-2 {
max-width: 170px;
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item div.quem-somos-caracteristicas-item-texto-3 {
max-width: 250px;
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item div.quem-somos-caracteristicas-item-texto-4 {
max-width: 330px;
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item div.quem-somos-caracteristicas-item-texto .letras,
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item div.quem-somos-caracteristicas-item-texto .numeros {
color: #30343D;
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item div.bold .letras {
font-weight: bold;
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item div.quem-somos-caracteristicas-item-texto .letras {
font-size: 22px;
line-height: 22px;
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item div.quem-somos-caracteristicas-item-texto .numeros {
font-size: 68px;
line-height: 56px;
margin-bottom: 8px;;
}
@media (max-width: 768px) {
div.quem-somos-caracteristicas {
flex-direction: column;
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item {
margin: 20px 20px;
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item div.quem-somos-caracteristicas-item-texto  {
flex-wrap: wrap;
max-width: inherit;
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item div.quem-somos-caracteristicas-item-texto .letras {
font-size: 20px;
line-height: 20px;
}
div.quem-somos-caracteristicas div.quem-somos-caracteristicas-item div.quem-somos-caracteristicas-item-texto .numeros {
font-size: 50px;
}
} div.barraFixaAtualizacao {
position: fixed;
bottom: 0;
width: 100%;
height: 89px;
display: block;
background: #FFF;
z-index: 999;
}
div.barraFixaAtualizacao .container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
height: 100%;
}
div.barraFixaAtualizacao .container .box_geral_barra {
position: relative;
display: table;
margin: auto;
height: 100%;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra {
position: relative;
display: block;
float: left;
margin-right: 50px;
display: flex;
align-items: center;
height: 100%;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraWhats {
margin-right: 0;
padding-right: 25px;
padding-left: 25px;
background: #57DD8A;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraWhats  * {
color: #FFF !important;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraCorretor {
margin-right: 0 !important;
padding-right: 25px;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraCorretor a:before {
content: none !important;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra  a {
position: relative;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra:not(:last-of-type) a:before {
content: '';
position: absolute;
right: -25px;
top: 30%;
height: 27px;
width: 1px;
background: #CCCCCC;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra .textoBarra {
float: left;
margin: 7px 0 0 0;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra .textoBarra p {
font-size: 17px;
font-weight: lighter;
font-family: 'Roboto', sans-serif;
color: #30343D;
margin: 0;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra .textoBarra span {
text-transform: uppercase;
font-family: 'Roboto', sans-serif;
font-size: 20px;
font-weight: bold;
color: #30343D;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra .iconeBarra { height: 31px;
position: relative;
display: flex;
align-items: center;
background: none;
}
@media (min-width: 768px) {
div.barraFixaAtualizacao .container {
width: 750px;
}
}
@media (min-width: 992px) {
div.barraFixaAtualizacao .container {
width: 100%;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra {
margin-right: 50px;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraWhats {
margin-right: 0;
padding-right: 25px;
padding-left: 25px;
background: #57DD8A;
}
}
@media (min-width: 1200px) { }
@media (max-width: 1000px) {
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra .textoBarra {
display: none;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra .iconeBarra {
margin: 0;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra  a:before {
right: -25px;
}
}
@media (max-width: 768px) {
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra {
margin-right: 25px;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraCorretor { padding-right: 12.5px !important;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra  a:before {
right: -12.5px !important;
}
}
@media (max-width: 500px) {
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra {
margin-right: 14px;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraWhats {
padding-right: 7px;
padding-left: 7px;
}
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra a:before {
content: none !important;
}
}
@media (max-width: 340px) {
div.barraFixaAtualizacao .container .box_geral_barra .boxBarra {
margin-right: 7px;
}
div.barraFixaAtualizacao .container .box_geral_barra .barraWhats {
padding-right: 3.5px;
padding-left: 3.5px;
}
} main[area-do-cliente] [display] {
padding: 40px 20px;
}
main[area-do-cliente] [display] h2 {
font-family: 'Roboto Condensed', sans-serif !important;
}
main[area-do-cliente] [display] [d] {
display: flex;
justify-content: space-between;
flex-direction: row;
flex-wrap: nowrap;
max-width: 1141px;
margin: 0 auto;
background: #CCCCCC;
}
main[area-do-cliente] [display] .limite form {
flex: 1;
background: #FFF;
display: flex;
flex-direction: column;
align-items: center;
}
main[area-do-cliente] [display] [d] > *:first-of-type {
margin-right: .5px;
margin-left: -1px;
}
main[area-do-cliente] [display] [d] > *:last-of-type {
margin-left: .5px;
margin-right: -1px;
}
main[area-do-cliente] [display] [d] form {
margin-top: -1px;
margin-bottom: -1px;
}
main[area-do-cliente] [display] [d] form > * {
width: 100%;
}
main[area-do-cliente] [display] form h2 {
margin-top: 0px;
margin-bottom: 20px;
font-size: 34px;
text-align: center;
}
main[area-do-cliente] [display] .limite form .group-input {
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 1000px) {
main[area-do-cliente] [display] .limite form .group-input {
flex-direction: column;
width: 100%;
}
main[area-do-cliente] [display] .limite form .group-input .area-input {
max-width: 100%;
}
}
main[area-do-cliente] [display] .limite form .group-input > * {
flex: 1;
margin: 10px 15px;
}
main[area-do-cliente] [display] .limite form .area-input {
display: flex;
flex-direction: column;
position: relative;
width: 100%; }
main[area-do-cliente] [display] .limite form .area-input:not(:first-of-type) {
margin-top: 20px;
}
main[area-do-cliente] [display] .limite form .area-input label,
main[area-do-cliente] [display] .limite form .area-input input,
main[area-do-cliente] [display] .limite form > p {
font-size: 13px;
font-family: 'Roboto', sans-serif;
letter-spacing: 0px;
color: #555555;
}
main[area-do-cliente] [display] .limite form > p {
text-align: center;
padding-bottom: 0;
padding: 8px 1px;
}
main[area-do-cliente] [display] .limite form .area-input input {
border-radius: 20px;
padding: 7px 10px;
border: 1px solid #CCCCCC;
outline: none;
}
main[area-do-cliente] [display] .limite form .area-input input::placeholder {
font-size: 14px;
font-family: 'Roboto', sans-serif;
letter-spacing: 0px;
color: #CCCCCC;
}
main[area-do-cliente] [display]  button,
main[area-do-cliente] [display] form > a {
background: #0088D7;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
width: 185px !important;
height: 40px;
font-size: 14px;
font-weight: bold;
font-family: 'Roboto', sans-serif;
color: #FFFFFF;
border: none;
margin-top: 20px;
transition: all .3s linear;
}
main[area-do-cliente] [display]  button:hover,
main[area-do-cliente] [display] form > a:hover {
background: #009c00;
}
main[area-do-cliente] [display] [m] {
display: none;
padding-bottom: 50px;
}
main[area-do-cliente] [display] [m] .accordion-container {
border-bottom: 1px solid #7070707d;
}
main[area-do-cliente] [display] [m] .accordion-container .ac {
margin-top: 0;
border: none;
}
main[area-do-cliente] [display] [m] .accordion-container .ac .ac-q {
font-family: 'Roboto Condensed', sans-serif;
font-size: 25px;
text-align: center;
border-top: .5px solid #707070;
outline: none;
font-weight: 500;
padding: 17px 0;
}
main[area-do-cliente] [display] [m] .accordion-container .ac .ac-q::after {
width: 25px;
right: 30px;
font-size: 45px;
color: #afafaf;
}
main[area-do-cliente] [display] [m] .accordion-container .ac .ac-a  form {
padding: 30px 20px;
}
@media (max-width: 768px) {
main[area-do-cliente] [display] {
padding: 0;
}
main[area-do-cliente] [display] [d] {
display: none;
}
main[area-do-cliente] [display] [m] {
display: block;
}
}
main[area-do-cliente] [display] form[name='area-do-cliente-primeiro-acesso'] p {
font-size: 14px;
text-align: center;
max-width: 262px;
padding: 10px 0;
line-height: 16px;
color: #676767;
} main[area-do-cliente] [display] [dashboard] [d] h2 {
margin-top: 0;
}
main[area-do-cliente] [display] [dashboard] [d] {
background: none;
}
main[area-do-cliente] [display] [dashboard] [d] {
display: flex;
flex-wrap: nowrap;
}
main[area-do-cliente] [display] [dashboard] [d] .conteudo {
flex: 4;
position: relative;
padding-left: 20px;
}
main[area-do-cliente] [display] [dashboard] [d] .conteudo > * {
width: 100%;
}
form.formulario-popup iframe {
border: none;
height: 60px;
width: 100%;
}.ggskin img {
margin: none !important; 
border: none !important; 
padding: none !important; 
box-shadow: none !important;
background: none !important;
}
.ggskin {
font-family: Helvetica, Arial, Sans-Serif; 
font-size: 14px;
line-height: normal;
box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
}