/* CSS-RESET */



* {
	margin:0;
	padding:0;
	border:0;
	text-decoration:none;
	font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	color: #060809;
	font-size: 14px;
	letter-spacing: 0.5px;
}

*:focus, *:active {
	outline: none !important;
}

input[type='submit'], input[type='button']{
	-webkit-appearance:none;
	cursor: pointer;
}

ul {
	list-style:none;
}

a {
	text-decoration:none;
}

input[type='submit']:hover{
	opacity: 0.9;
}

body {
	
background: #FBFAF9;
}

header {
	z-index: 999;
	width:100%;
	padding: 30px 0;
}


section {
	float: left;
	width: 100%;
	padding:80px 0;
}


/*TOPO */

header #logo {
	width: 250px;
	height: 125px;
	background:url(../images/logo.png) no-repeat;
	background-size: 250px;
}

header #logo-mobile {
	display: none;
}

header .content-align {
	display: none;
}

header .content-align.desktop {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

header .menus {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
	margin-left: 5%;
}

header .menu-1 {
	/* margin-bottom: 15px; */
	width: 555px;
	float: right;
}

header .menu-1 ul {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

header .menu-1 ul li {
	font-size: 18px;
	text-align:right;
	line-height: 21px;
	margin: 5px 0;
	cursor: pointer;
}

header .menu-1 ul li:last-child {
}

.separador {
	height: 50px;
	width: 50%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	
}

.separador div:first-child {
	height: 50px;
	width: calc(100% - 100px);
	background:#F1E148;
	border-radius: 0 50px 50px 0;
}

.separador div:last-child {
	height: 50px;
	width: 50px;
	background:#F1E148;
	border-radius: 100%;
}

.full-w {
	display: none;
	background: rgba(60,60,60,0.6%);
}



.content-align {
	width: 1260px;
	margin: auto;
}

body.home .content-align {
	width: 70%;
}

/*
header .content-align {
	position: relative;
}*/

/*TABLET*/

@media only screen and (max-width: 1100px){
.content-align {
	width: 960px;
}

}

#banners {
	overflow: hidden;
	float: left;
	width: 100%;
	z-index: 2;
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
}

#banners img {
	max-width: 100%;
	height: auto;
}

#banners .owl-theme .owl-controls .owl-page {
	display:block !important;
	float: left;
}

#banners .owl-theme .owl-controls {
	width: 100%;
	margin: -10px 0 0 0;
	padding-top: 30px;
}

#banners .owl-theme .owl-controls .owl-pagination {
	margin:auto;
	display: flex;
	justify-content: center;
	/* margin-top:30px; */
}



#banners .owl-theme .owl-controls .owl-page span, #fotos-produto .owl-theme .owl-controls .owl-page span {
	width: 20px;
	height: 20px;
	color: #fff;
	background-color: #F1E148;
	opacity:0.5;
	/* border: 1px solid #694839; */
	border-radius: 35px;
	float: left;
	display: block;
	margin: 0px 8px 0 8px;
}

#banners .owl-theme .owl-controls .owl-page.active span, #fotos-produto .owl-theme .owl-controls .owl-page.active span, #banners .owl-theme .owl-controls.clickable .owl-page:hover span, #fotos-produto .owl-theme .owl-controls.clickable .owl-page:hover span {
	color: #F1E148;
	background-color: #F1E148;
	border: #F1E148;
	opacity:1
}

#menu-mobile {
	display: none;
}

.fixed {
	position: fixed !important;
	left: 0;
	z-index: 999;

}

.fixed + .produtos {
  padding-top: 0;
}

.menus nav {
	display: block;
	float: left;
}


.menus nav ul li {
	float: left;
	font-weight: lighter;
	position: relative;
}


.menus nav > ul li {
	text-align: center;
	display: flex;
	height: 75px;
	align-items: center;
}

.menus nav > ul li ul li {
	height: 29px;
}

.menus nav > ul li ul li {
	text-align: left;
}

.menus nav ul li a[title="Black Friday"] {
	font-weight: bold;
	width: 50px;
}

.menus nav ul li a[title="Eletros Gourmet"], .menus nav ul li a[title="Design Assinado"] {
width: 62px;
}

.menus nav > ul li a[title='Banheiras de Imersão'], .menus nav ul li a[title="Iluminação Decorativa"]{
	width:82px !important;
}

.menus nav > ul li a[title='Pronta Entrega']{
	width:57px !important;
}

.menus nav ul {
	background-color: #fff;
}

.menus  nav > ul li:first-child a {
	padding-left: 0;
}

.menus nav > ul li a {
	font-size:16px;
	text-transform: lowercase;
	transition: 0.5s;
	padding: 27px 15px;
}

.menus nav ul li ul a {
	padding: 10px 0;
}

.menus nav ul li a:hover {
	transition: 0.5s;
	color: #F39F8B;
}

.menus #logo-menu {
	float: right;
	margin: 21px 0 0 0;
	display: none;
	max-width: 195px;
	height: auto;
}

body .fixed #logo-menu {
	display: block !important;
}

.menus .display-block {
	display: block !important;
}

nav ul li > ul {
	top: 70px;
	display: none;
	background-color: #fff;
	width: 700px;
	padding: 20px;
	box-shadow: 9px #000;
	-webkit-box-shadow: 9px 7px 9px rgba(50, 50, 50, 0.27);
  -moz-box-shadow:    9px 7px 9px rgba(50, 50, 50, 0.27);
  box-shadow:         0px 7px 9px rgba(50, 50, 50, 0.27);

	
}

nav ul li:nth-last-child(1) > ul, nav ul li:nth-last-child(2) > ul, nav ul li:nth-last-child(3) > ul {
	right: 0
}

nav ul li:hover > ul {
	display: block;
	position: absolute;
}

nav ul li li {
	width: 190px;
	height: 29px;
	padding: 15px 7px;
}

.menus nav ul li li a {
	font-size: 16px;
}


.menus form {

	display: block;

}

.menus form {
	position: relative;
    transition: all 1s;
    margin-left: 45px;
    height: 38px;
    
}

.menus #open {
	display: none;
}

.bt-results {
	width: 100%;
	padding: 15px 0;
	background-color: #232323;
	color: #fff !important;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 15px 0;
	cursor: pointer;
	border-radius: 8px;
}

.bt-results:hover {
	background-color: #232323 !important;
	color: #fff !important;
}

.menus input {
    position: absolute;
    top:0;
    right: 0;
    width: 100%;
    height: 45px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    padding: 0 50px 0 20px;
    border-bottom:1px solid #333;
    z-index: 90;
    background:transparent;
}

header:hover .menus input {
	border-bottom-color: #fff;
}

.menus #open:checked ~ input {
    width: 220px;
    cursor: pointer;
}

.menus #open:checked ~ input{
    display: block;
}


/* HOME */

#sobre {padding-bottom: 0;}

#sobre p {
	color: #060809;
	text-align: justify;
	line-height: 37px;
}


#sobre p {
	font-size:16px;
	margin-bottom:20px;
}

#sobre p strong {
	color:#F1E148;
	font-size:16px;
	font-weight:bold
}

#video {
	padding-bottom:0
}

#video iframe {
	width:100%;
	height:500px;
}

/* FOOTER */

footer {float: left;width: 100%;padding: 100px 0 50px 0;}

.footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 60px;
}



.instagram {
	height: 190px;
	width: 190px;
	margin-left:15%;
	background:#F1E148;
	border-radius: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.instagram a {
	width: 50px;
	height: 50px;
	display:block;
	background: url(../images/icones/instagram.svg) no-repeat;
	background-size: 50px;
}

.footer-top {
	display: flex;
	justify-content: flex-end;
	width: calc(65% - 150px);
	padding: 30px 15% 30px 0;
	background:#F1E148;
	border-radius: 100px 0 0 100px;
	flex-direction: column;
	height: 130px;
}

.footer-top .visitas {
}

.footer-top .visitas p, .footer-top .newsletter > p {
	font-size: 12px;
	/* padding-bottom: 15px; */
	/* margin-bottom: 15px; */
	/* border-bottom: 1px solid #eee; */
	text-align: right;
	font-weight: bold;
}

.footer-top .visitas ul li {
	font-size: 14px;
	line-height: 30px;
	margin: 0 10%;
	

}

.footer-top .visitas address, .footer-top .visitas a {
	font-size: 12px;
	line-height: 19px;
	font-style: normal;
	text-align: right;
	font-weight: bold;
}

.footer-top .visitas address {
	/* margin: 0 10% 0 10%; */
}

.footer-top .redes-sociais {
	display: flex;
	margin: 0 0 20px;
	flex-direction:column;
	align-content: flex-end;
	align-items: flex-end;
}

.footer-top .redes-sociais li {
	/* margin: 0 10px; */
	text-align:center;
	line-height: 19px;
	font-size: 12px;
	font-weight: bold;
}

.footer-top .redes-sociais li a {
	font-size: 12px;
	font-weight: bold;
}

.footer-top .newsletter label {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 18px;
	width: 100%;
	display: block;
	position: relative;
}

.footer-top .newsletter input {
	font-size: 18px;
	position: absolute;
	left: 100px;
}

.footer-top .newsletter input[type='submit']{
	position: relative;
	left: inherit;
	display: block;
	margin: auto;
	background: #fff;
	padding: 10px;
	border:1px solid #B26A4D;
	border-radius:30px;
	transition: 0.3s;
}

.footer-top .newsletter input[type='submit']:hover {
	transition: 0.3s;
	background: #B26A4D;
	color: #fff;
}

.footer-top .newsletter {
	width: 28%;
}



#resposta_news {
	float: left;
	width: 100%;
	margin-top: 10px
}


.whats-float {
  position: fixed;
  bottom: 35px;
  right: 55px;
  z-index: 9998;
}

.whats-float > img {
	cursor: pointer;
}

#popup-whatsapp  {
	padding-top: 20vh;
}

#popup-whatsapp .modal-content {
	padding: 35px;
	border-radius: 15px;
	width: 350px;
}

#popup-whatsapp img {
	width: 200px;
	display: block;
	margin: auto;
}

#popup-whatsapp p, #popup-whatsapp a {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

footer #resposta_news p {
	width: 100%;
	font-size: 12px;
	text-align: center;
}

::-webkit-input-placeholder {
   color: #060809;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #060809;  
}


.web-designer {
	width: 28px;
	height: 27px;
	display: block;
	margin: auto;
	margin-top: 30px;
	background: url(../images/logo-web-designer.png?v=1) no-repeat left top;
	background-size: 146px;
	transition: 0.5s;
}
.web-designer:hover {
	width: 146px;
	transition: 0.5s;
}

#popup-ficha p {
	text-align:center;
	line-height:30px;
}

#popup-produto .modal-content #content-form-prod > div, #popup-ficha .modal-content #content-form-ficha > div, #popup-login-cadastro .modal-content #content-form-ficha > div {
	width: 90%;
	margin:auto;
}
#popup-produto .modal-content, #popup-ficha .modal-content, #popup-login-cadastro .modal-content, #myModal .modal-content {
	padding: 30px 20px;
	background: url(../images/logo.png) no-repeat top 55px center #FAFAFA;
	background-size:170px;
	padding-top:145px;
}

#popup-produto .modal-content p:first-child, #popup-ficha .modal-content p:first-child, #popup-login-cadastro .modal-content .title_cadastro {
	text-align: center;
	font-size: 24px;
	margin-bottom: 20px;
}

#popup-produto .modal-content p.text_form, #popup-ficha .modal-content p.text_form, #popup-login-cadastro .modal-content p.text_form {
	text-align: center;
	font-size: 13px;
	margin:0 0 20px 0;
	color: #060809;
}



#popup-produto .modal-content textarea, #popup-produto .modal-content input, #popup-ficha .modal-content input, #popup-login-cadastro .modal-content input, #myModal .modal-content input {
	background:transparent;
	border-bottom:1px solid #E2E2E2;
	padding: 10px 1.5%;
	font-size: 14px;
	width: 97%;
	margin:0 0 20px 0;
	color: #060809;
}

#popup-ficha input::placeholder, #popup-produto input::placeholder{
	color:#060809;
	text-transform:uppercase
}

#popup-produto .modal-content .checkbox-form, #popup-ficha .modal-content .checkbox-form, #popup-login-cadastro .modal-content .checkbox-form {
	margin-bottom:15px;
	float:left;
	width:100%;
}

#popup-produto .modal-content .checkbox-form label, #popup-ficha .modal-content .checkbox-form label, #popup-login-cadastro .modal-content .checkbox-form label {
	position:relative;
	width: 100%;
	float: left;
	margin: 10px 0;
	display: flex;
}

#popup-produto .modal-content .checkbox-form label:first-child, #popup-ficha .modal-content .checkbox-form label:first-child, #popup-login-cadastro .modal-content .checkbox-form label:first-child {
	margin-bottom: 15px;
}

#popup-produto .modal-content .checkbox-form span, #popup-ficha .modal-content .checkbox-form span, #popup-login-cadastro .modal-content .checkbox-form span {
	position:absolute;
	width:20px;
	height:20px;
	border: 1px solid #F0E347 !important;
	border-radius:5px;
	left: 0;
	cursor: pointer;
}

#popup-login-cadastro .bt_login {
	text-decoration: underline;
	cursor: pointer;
	color: #7A7A7A;
}

#popup-login-cadastro .bt_login:hover {
	text-decoration: none;
}

.checkbox-form input:checked ~ .checkmark:after {
	display:block;
}

.checkbox-form label input:checked ~ .checkmark {
	background-color: #F0E347;
}

.checkbox-form span:after {
	left: 5px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkmark:after {
	position:absolute;
	content:"";
}

#popup-produto .modal-content .checkbox-form input, #popup-ficha .modal-content .checkbox-form input, #popup-login-cadastro .modal-content .checkbox-form input {
	width: inherit;
	display: block;
	float: left;
	margin: 2px 5px 0 0;
	border: 1px solid #F0E347 !important;
	opacity:0;
	position:absolute;
}

#popup-produto .modal-content .checkbox-form p, #popup-ficha .modal-content .checkbox-form p, #popup-login-cadastro .modal-content .checkbox-form p {
	display: block;
	float: left;
	margin-left:30px;
	color: #060809;
}

#popup-produto .modal-content  input[type='submit'], #popup-ficha .modal-content  input[type='submit'], #popup-login-cadastro .modal-content  input[type='submit'], #myModal .modal-content  input[type='submit']{
	width: auto;
	text-align: center;
	background-color: #F0E347;
	border-radius: 30px;
	margin: auto;
	display: block;
	cursor: pointer;
	font-size: 14px;
	padding: 15px 25px;
	transition: 0.3s;
	text-transform: uppercase;
	font-weight: bold;
}

#popup-produto .modal-content input[type='submit']:hover, #popup-ficha .modal-content input[type='submit']:hover, #popup-login-cadastro .modal-content  input[type='submit']:hover, #myModal .modal-content  input[type='submit']:hover{
	transition: 0.3s;
	background: #000;
	color: #F0E347;
}

.popup-whatsapp {
	display: none;
}

.popup-chat  {
  background: url(../images/icones/whatsapp-popup.png) no-repeat;
  padding: 8px 0 10px 35px;
  color: #333;
  text-decoration: underline;
  font-size:11px;
  display: block;
  margin: 15px 0;

}

.return-form {
	text-align: center;
	width: 100%;
	display: none;
	
}

.return-ok {
	background-color: #008C69;
	padding: 15px 0;
	color: #fff;
	font-size: 14px !important;
	margin-bottom: 20px;
	border-radius: 10px;
	text-align: center;
}

.return-ok a {
	color: #fff;
	font-size: 14px !important;
	text-decoration: underline;
}

.return-ok span {
  font-size: 14px !important;
  color: #fff;
}


.return-erro {
	padding: 15px 0;
	background-color: #FF4D4D;
	font-size: 14px !important;
	color: #fff;
	margin-bottom: 20px;
	border-radius: 10px;
	text-align: center;
}

#msg_erro_ficha {
	background:#fff;
	padding:10px;
	color: #f00;
	display:none;
	float: left;
	width: 100%;
	border-radius:20px;
}

#popup-login-cadastro .return-form {
	font-size: 12px !important;
	width: 50%;
	margin: 20px auto;
}

/* PAGINAÇÃO */

.paginacao {
  width: 100%;
  display:flex;
  justify-content: center;
  margin-bottom: 50px;
}

.paginacao a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: .3s;
  margin: 0 5px;
  text-align: center;
  border-radius: 100%;
}

.paginacao a.str, .paginacao a:hover {
  background: #B1A7A6;
  border-radius: 100%;
  transition: .3s;
}

/* CATEGORIA BUSCA */


#categoria .return-0r {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 200px
}

#categoria .content-categoria {
	display: flex;
	justify-content: space-between;
	float: left;
}

#categoria .imagem-categoria, #categoria .texto-categoria {
	width: 48.5%;
	height: 370px;
	overflow: hidden;
}

#categoria .texto-categoria {
	background-color: #f5f5f5;
	overflow: auto;
}

#categoria .texto-categoria h2 {
	text-align: center;
	font-size: 18px;
	margin-top: 30px;
}

#categoria .content-categoria img {
	width: 100%;
	max-width: 100%;
}

#categoria .texto-categoria p {
	text-align: center;
	margin-top: 20px;
	line-height: 30px;
	padding: 0 25px 35px 25px;
}

/* DESIGNERS */

.box-designer {
	width: 31.5%;
	margin-right: 2.5%;
	float: left;
	margin-bottom: 40px;
	display: block;
	height: 450px;
	overflow: hidden;
}

.box-designer .img-designer img {
	width: 200px;
	margin: 0 auto 15px auto;
	display: block;
	border-radius: 100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}

.box-designer:nth-child(3n){
	margin-right: 0;
}

.box-designer > a {
	text-align: center;
	width: 100%;
	color: #222;
	display:block;
	font-size:18px;
	margin-bottom: 25px;
}

.box-designer > p {
	text-align: center;
	margin-top: 25px;
}

/* DESIGNER */

#pg-designer .foto-designer {
	width: 31%;
	float: left;
	margin-right: 4%;
}

#pg-designer .foto-designer img {
	width: 100%;
	border-radius: 100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}

#pg-designer .texto-designer {
	text-align: justify;
	float: left;
	width: 65%;
}

#pg-designer .texto-designer p {
	line-height: 30px;
}

#pg-designer .texto-designer h1 {
	margin-bottom: 30px;
	text-align: left;
}

#pg-designer h2 {
	font-weight: normal;
	font-size: 23px;
	margin: 40px 0 35px 0;
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}

#pg-designer .produtos-designer {
	float: left;

}

/* BLOG */

.box-post {
	width: 31.5%;
	margin-right: 2.5%;
	float: left;
	margin-bottom: 60px;
	display: block;
	height: 300px;
}


.box-post:nth-child(3n+2) {
	margin-right: 0
}

.post-1, .post-2 {
	width: 48.5% !important;
	margin-right: 3%;
	height: 380px;
}

.post-2 {
	margin-right: 0;
}

.box-post .img-post {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 220px;
}

.pg-produto .box-post .img-post a {
	height: 350px;
}


.post-1 .img-post, .post-2 .img-post {
	height: 300px !important;
}


.box-post .img-post img {
	max-width: 100%;
	height: auto;
}

.box-post p {
	margin: 10px 0;
}

.box-post > a {
	font-size: 16px;
}


#pg-post h1 {
	text-align: left;
}



#pg-post > img {
	width: 100%;
	margin-bottom: 20px;
}


#pg-post .cabecalho-post {
	width: 100%;
}

#pg-post .cabecalho-post h2 {
	text-align: left;
	font-weight: normal;
	margin-top: -15px;
	margin-bottom: 30px;
}

#pg-post .cabecalho-post p {
	margin:15px 0 15px 0;
	font-size: 14px;
	text-align: left;
}

#pg-post .newsletter-blog {
	padding: 20px 2%;
	background-color: #f4f4f4;
	overflow: hidden;
	margin-bottom: 30px;

}

#pg-post .texto-post {
	padding-bottom: 30px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 30px
}

#pg-post .texto-post h2, #pg-post .texto-post h2 a  {
	font-size: 21px;
}

#pg-post .texto-post h3, #pg-post .texto-post h3 a  {
	font-size: 17px;
}

#pg-post .texto-post p {
	line-height: 30px;
	color: #323133;
}

#pg-post .texto-post a {
	text-decoration: underline;
}

#pg-post ul  {
  list-style: circle;
  margin-left: 30px;
}

#pg-post .newsletter-blog p {
	color: #7A7A7A;
	font-size: 16px;
	width: 33%;
	display: block;
	float: left;
	margin-top:9px;
}



#pg-post .newsletter-blog form {
	width: 67%;
	float: left;

}


#pg-post .newsletter-blog input {
	background:transparent;
	border-bottom:1px solid #E2E2E2;
	padding: 10px 1.5%;
	width: 87%;
	color: #7A7A7A;
}

#pg-post .newsletter-blog input[type='submit']{
	width: 8%;
	border-radius: 5px;
	background-color: transparent;
	text-transform: lowercase;
	    border: 1px solid #E2E2E2;
    color: #232323;
    background: #f4f4f4;
	transition: 0.3s;
}

#pg-post .newsletter-blog input[type='submit']:hover {
	color: #fff;
	border:1px solid #232323;
	background: #232323;
	transition: 0.3s;
}

#pg-post p.autor {
	width: 100%;
	margin: 15px 0;
	display: block;
}

#pg-post .box-produtos-quadrado, #pg-post .box-produtos-vertical {
 	width:760px;
 	margin:auto;
 	overflow: hidden;
 }

#pg-post .box-produtos-vertical {
 	width:800px;
 }


#pg-post.box-produtos-vertical img,#pg-post .box-produtos-quadrado img {
 	float:left;
 	
 }

.posts-relacionados h3 {
	text-align: left;
	font-size: 22px;
	width: 100%;
	margin-bottom: 30px;
	font-weight: normal;
}


.posts-relacionados {
	float: left;
	width: 100%;
}

#resposta_news_blog p {
	text-align: center;
	width: 100% !important;
}

/* NOSSA CASA */

.new-nossa-casa-1 {
	display: flex;
	justify-content: space-between;
}

.new-nossa-casa-1 .left {
	width: 35%;
}

.new-nossa-casa-1 .left img {
	width: 100%
}

.new-nossa-casa-1 .right {
	width: 60%;
}

.new-nossa-casa-1 .right img {
	width: 100%;
	margin-bottom: 20px;
}

.new-nossa-casa-1 .right p {
	font-size: 14px;
	line-height: 26px;
}

.new-nossa-casa-2 {
	display: flex;
	justify-content: space-between;
	margin: 150px 0;
}

.new-nossa-casa-2 h2 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 15px;
}

.new-nossa-casa-2 p, .new-nossa-casa-3 p {
	font-size: 14px;
	line-height: 26px;
	text-align: center;
}

.new-nossa-casa-2 .box {
	width: 32%;
}

.new-nossa-casa-3 h2, .new-nossa-casa-4 h2 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.new-nossa-casa-3 a {
	display: block;
	float: right;
	font-size: 18px;
	background: url(../images/icones/seta.svg) no-repeat center right;
	padding-right: 50px;
	background-size: 30px;
	margin-top: 40px;
}

.new-nossa-casa-4 {
	margin-top: 150px;
}

.new-nossa-casa-4 h2 {
	text-align: left;
}

.new-nossa-casa-4 .boxes-moradores {
	margin-bottom: 50px;
}

.new-nossa-casa-4 .boxes-moradores .box-morador {
	display: flex;
	justify-content: space-between;
	align-content: center;
}

.new-nossa-casa-4 .boxes-moradores .box-morador img {
	width: 175px;
	margin-right: 100px;
}

.new-nossa-casa-4 .boxes-moradores .box-morador .content {
	width: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.new-nossa-casa-4 .boxes-moradores .box-morador .content p {
	width: 90%;
	line-height: 32px;
	text-align: justify;
}

.new-nossa-casa-4 .boxes-moradores .box-morador .content a {
	padding: 10px;
	height: 11.56px;
	width: 39.18px;
	background:url(../images/icones/seta.svg) no-repeat center;
	background-size:39.18px;
	display: block;
}

#nossos-moradores .owl-controls {
  display: none !important;
}

/* SISTEMA ORÇAMENTO */

.orcamento-form {
	width: 100%;
	display: flex;
	margin: auto;
	flex-wrap: wrap;
	justify-content: space-between;
}

.orcamento-form label {
	width: 47%;
	display: block;
}

.orcamento-form input, .orcamento-form textarea, .orcamento-form select {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px 2.3%;
	color: #333;
	width: 95%;
	font-size: 16px;
	display: block;
	margin-bottom: 25px;
}

.orcamento-form input[type='checkbox']{
	width: inherit;
	margin-left: 100px;
	margin-top: -15px;
}

.orcamento-form select {
	width: 100%
}

.orcamento-form input[type='submit']{
	background-color: #00B259;
	color: #fff;
	width: 100%;
}

#cabecalho-pg-lista {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	width: 100%;
}

#pg-imprimir #cabecalho-pg-lista {
	display: block;
}

#cabecalho-pg-lista .bt-lista-orcamento {
	display: flex;
	align-items: center;
}

#cabecalho-pg-lista .bt-lista-orcamento p {
	font-size: 22px;
	display: block;
	margin-right:15px;
}

#cabecalho-pg-lista .bt-lista-orcamento a {
	border-radius: 100%;
	text-align: center;
	background-color: #232323;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	height: 41px;
	width:41px;
	font-size: 30px;
}

#cabecalho-pg-lista .bt-exibir label {
	display: flex;
	align-items: center;
}

#cabecalho-pg-lista .bt-exibir select {
	border: 1px solid #232323;
	margin-left: 5px;
	padding:5px;
	border-radius: 5px;
}

#cabecalho-pg-lista h1 {
	display: block;
	float: left;
	width: 33%;
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform: capitalize !important;
	text-align: left;
}

#cabecalho-pg-lista .campos {
	float: left;
	width: 29%;
	
}


#cabecalho-pg-lista .campos .desconto, #cabecalho-pg-lista .frete {
	visibility:hidden;
}


#cabecalho-pg-lista .campos .eye {
	display: block;
	margin: 5px 35px 0 0;
	float: left;
	cursor: pointer;
}

#cabecalho-pg-lista .campos input {
	width: 40px;
	border: 1px solid #ddd;
	padding: 10px 40px 10px 10px;
	border-radius: 10px;
	display: block;
	float: left;
	margin-right: 35px;
}

#cabecalho-pg-lista .campos input[name='imposto']{
	background: url(../images/icone-desconto.png) no-repeat center right 5px;
}

#cabecalho-pg-lista .campos input[name='frete']{
	background: url(../images/icone-frete.png) no-repeat center right 5px;
}

#cabecalho-pg-lista .botoes {
	float: right;
	width: 38%;
}

#cabecalho-pg-lista .botoes a, #cabecalho-pg-lista .botoes input[type='submit'] {
	color: #232323;
	background-color: #EBE7E7;
	font-size: 12px;
	border-radius: 5px;
	padding: 10px 10px;
	display: block;
	float: right;
	margin-left: 10px;
	transition: 0.5s;
}

#cabecalho-pg-lista .botoes a:hover, #cabecalho-pg-lista .botoes input[type='submit']:hover {
	opacity: 0.8;
	transition: 0.5s;
}

#listar-lista-clientes, #lista-produtos table {
	width: 100%;
	border-collapse: collapse;
}

#listar-lista-clientes thead, #lista-produtos thead{
	background-color: #EEEEEE;
	
	width: 100%;
}

#listar-lista-clientes thead th, #listar-lista-clientes tbody td, #lista-produtos thead th, #lista-produtos tbody td {
	text-align: center;
	font-size: 14px;
	color: #222;
	padding: 10px;
}



#pg-imprimir thead th, #pg-imprimir tbody td, #pg-imprimir tbody span {
	font-size: 10px !important;
}

#pg-imprimir #lista-produtos thead th {
	padding:0px !important;
}

#listar-lista-clientes .excluir-item, #lista-produtos .excluir-item {
	width: 20px;
	height: 20px;
	background: url(../images/icones/excluir.png?v=2) no-repeat center;
	background-size: 20px;
	display: block;
}

#lista-produtos table tr {
	border:1px solid #ddd;
}
#lista-produtos table tr.orcamento-final, #lista-produtos table tr.obs {
	border:0;
}

#lista-produtos tbody {
	margin-bottom: 100px;
}

#lista-produtos tbody .orcamento-final td {
	padding: 0;
}	

#lista-produtos tbody td textarea {
	padding: 3px;
	border:1px solid #ccc;
	width: 98%;
	border-radius: 5px;
	height: 50px;
}

#listar-lista-clientes thead input {
	width: 80%;
	display: block;
	margin: auto;
	margin-top: 10px;
	padding: 3px;
	border-radius: 5px;
}

#listar-lista-clientes tbody tr, #lista-produtos tbody tr {
	padding: 10px 0;
	transition: 0.3s;
}

#listar-lista-clientes tbody tr:hover, #lista-produtos tbody tr:hover{
	background-color: #f5f5f5;
	transition: 0.3s;
}

#lista-produtos tbody tr:hover {
	cursor: move;
}


#listar-lista-clientes tbody .lista-ativa {
	background-color: #232323;
	color: #fff;
	padding: 8px 15px;
	border-radius: 10px;
	cursor:default;
}

#listar-lista-clientes tbody .lista-inativa {
	color: #222;
	padding: 8px 15px;
	border-radius: 10px;
	border:1px solid #ddd;
	transition: 0.5s;
}

#listar-lista-clientes tbody .lista-inativa:hover {
	background-color: #232323;
	color: #fff;
	transition: 0.5s;
}

#listar-lista-clientes .bt-abrir {
	text-decoration: underline;
}

#lista-produtos .img-list {
	max-width: 80px;
}

#lista-produtos td, #lista-produtos th {
	text-align: center;
}

#lista-produtos td input {
	border-radius: 5px;
	border:1px solid #ddd;
	padding: 5px;
	text-align: center;
}

#lista-produtos td {
	width: 150px;
}

#lista-produtos tfoot td {
	width: 100% !important;
	display: block;
	font-size: 12px;
}

#lista-produtos .coluna-oculta {
	display: none;
}

#lista-produtos .preco-oculto {
	display: none;
	color: #F39F8B;
}

#lista-produtos .orcamento-final th, #lista-produtos tbody strong {
	text-align: right;
	line-height: 22px;
	font-size:14px;
}


#pg-imprimir #lista-produtos .orcamento-final th, #pg-imprimir #lista-produtos tbody strong {
	font-size: 10px;
}

#pg-imprimir #cabecalho-pg-lista h1 {
	text-align: center;
	font-weight: normal;
	width: 100%;
	font-size: 18px;
}

#pg-imprimir #cabecalho-pg-lista p {
	width: 100%;
	text-align: center;
}

#pg-imprimir #cabecalho-pg-lista .info-topo-orcamento p {
	font-size: 12px;
	color: #aaa;
	margin-top: 18px;
}


#pg-imprimir tfoot {
	 bottom: 0; width: 100%;
	background-color: #fff;
	padding-top:10px;
	position: fixed;
	z-index: 0;
	border-top:1px solid #ddd !important;
	display: none;

}

#pg-imprimir table {
	margin-top: 10px
}

#pg-imprimir tfoot:before {
	content: '';
	height: 20px;
}

#pg-imprimir td {
	color: #000 !important;
	font-weight: normal !important;
}


.content-lista-right {
	float: right; width: 35%;
}

#pg-imprimir .content-lista-right p {
	text-align: right !important;
	font-size: 12px;
	margin-bottom: 5px;
}

.content-lista-left {
	float: left; width: 65%;
}

#pg-imprimir .content-lista-left p {
	text-align: left !important;
	font-size: 12px;
	margin-bottom: 5px;
}

#pg-pagina-orcamento input[name='enviar_lista'] {
	width: 15%;
	padding: 15px;
	display: block;
	margin: 30px auto 0 auto;
	font-size: 16px;
	border-radius: 15px;

}

/* CONTATO */

#contato {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#contato h1 {
	width: 100%;
	display: none;
}

#contato h2 {
	font-size: 20px;
	margin-bottom: 15px;
}

#contato address, #contato a {
	font-style: normal;
	font-size: 16px;
	line-height: 30px;
}

#contato .box-contato {
	margin-bottom: 30px;
}

#contato .box-contato p {
	font-size: 12px;
}

#contato .content-left {
	width: 48%;
}

#contato iframe {
	width: 48%;
}

/* ÁREA DO ARQUITETO */

#arquiteto > p {
	font-size: 18px;
	text-align: center;
	padding: 60px 10%;
	line-height: 28px;
}

#arquiteto img {
	width: 400px;
	margin: 15px auto 0 auto;
	display: block;
}

#arquiteto h2 {
	font-size: 20px;
	margin-bottom: 25px;
	text-align: center;
}

#arquiteto .box-pinterest h2 {
	margin: auto;
	padding-right: 40px;
	background: url(../images/icones/pinterest.svg) no-repeat center right;
	background-size: 30px;
	height: 30px;
	display: table;
}

#arquiteto .boxes{
	display: flex;
	justify-content: center;
}
#arquiteto .box-lista {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-right: 150px;
}

#arquiteto .box-lista a {
	background-color: #fff;
  color: #232323;
  border:1px solid #232323;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	margin:30px auto 0 auto;
	cursor: pointer;
	transition: 0.3s;
}

#arquiteto .box-lista a:hover {
	transition: 0.3s;
	background-color: #232323;
    color: #fff;
}

/* POLÍTICA */

#politica h1 {
	font-size: 22px;
	margin: 20px 0;
}

#politica h2 {
	font-size: 18px;
	margin: 30px 0
}

#politica h3 {
	font-size: 16px;
	margin: 30px 0;
}

#politica p {
	text-align: justify;
	line-height: 30px;
	font-size: 14px;
}

#politica p span, #politica p a {
	text-decoration: underline;
	font-size: 14px;
}

.popup-politica {
	position: fixed;
	bottom: 10vh;
	width: 70%;
	background-color: #fff;
	margin:auto;
	padding: 15px;
	display: flex;
	align-content: center;
	box-shadow: 0 0 0.625rem #aaa;
	z-index: 99999
}

.popup-politica p  {
	width: 83%;
	float: left;
	display: block;
	font-size: 14px;
	line-height: 28px;
	margin-right: 2%;
}

.popup-politica p strong {
	color: #232323;
	font-size: 14px;
}

.popup-politica p a {
	color: #232323;
	text-decoration: underline;
	font-size: 14px;
}

.popup-politica button {
	width: 15%;
	border-radius: 0;
	text-align: center;
	float: right;
	display: block;
	padding: 15px;
	font-size: 14px;
	cursor: pointer;
	border:1px solid #232323;
	background: #fff;
}

.popup-politica button:hover {
	text-decoration: underline;
}

.content-align-politica {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative
	
}

/* POPUP */

.popup-newsletter {
	width: 100%;
	overflow: hidden;
}

.popup-newsletter .img-popup {
	width: 50%;
	height: 350px;
	float: left;
	overflow: hidden;
}

.popup-newsletter .content-popup {
	width: 40%;
	float: left;
	height: 350px;
	padding: 0 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.popup-newsletter .content-popup .titulo {
	text-align: center;
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
}

.popup-newsletter .content-popup .descricao {
	text-align: center;
	color: #555;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 24px;
}

.popup-newsletter .content-popup form {
	width: 100%;
	margin-bottom:20px;
}


.popup-newsletter .content-popup .info {
	font-size: 10px;
	color: #777;
	text-align: center;
}

.popup-newsletter .response-popup {
	text-align: center;
	margin-bottom: 20px;
}

/* FLUTUANTE */

#bt-whatsapp {
	bottom: 0;
	right: 0;
	position: fixed;
	margin:30px;
	z-index: 90;
	display: none;
}

/* START TOOLTIP STYLES */
[tooltip] {
  position: relative; /* opinion 1 */

}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: .9em; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: block;
  opacity: .9;
  margin:-25px 0 0 0;
  transition-duration:1s;
}
[tooltip]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
    
}
[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
  
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
  padding-right:20px;
}
[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}




@keyframes tooltips-horz {
  to {
    opacity: .0;
   
  }
}

@keyframes tooltips-horz2 {
  from {
    opacity:0
  }
  to {
    opacity: .9;

   
  }
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after {
  animation: tooltips-horz2 300ms ease-out forwards;

}

[tooltip][flow^="left"]:before,
[tooltip][flow^="left"]:after {
  animation: tooltips-horz ease-out forwards;
  animation-duration:2s;
  animation-delay:5s;

}

/* AUTOCOMPLETE */

.menus span[role='status']{
	display: none;
}

.ui-autocomplete {
	background-color: #fff;
	border-radius: 5px;
	border:1px solid #eee;
	padding: 3px;

}

.ui-autocomplete-row {
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.ui-autocomplete-row:nth-child(5), .ui-autocomplete-row:nth-child(6) {
  border:0;
}

.ui-autocomplete-row a {
    overflow: hidden;
}

.ui-autocomplete-row img {
    display: block;
    float: left;
    height: 50px;
    margin:5px 0 5px 2%;
}

.ui-autocomplete-row span {
    display: block;
    float: left;
    margin: 0 10px;
    width: 60%;
    font-size: 12px;
    line-height: 60px;
    height: 60px;
    text-overflow: ellipsis;
	overflow-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
}


.ui-autocomplete { position: absolute; cursor: default;z-index:9999 !important;}  

@media screen and (max-width: 1500px) {

	.content-align {
		width: 1260px;
	}

	#instagram {
		height:300px;
	}
}