@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, b, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif !important;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    max-width: 100%;
}
a:hover {
    text-decoration: none;
    color: inherit;
}

.container-fluid {
	padding: 0;
}

/* BASE */
p {
    font-size: 14px;
    line-height: 25px;
    color: #6A6A6A;
    margin-bottom: 1.5rem;
    letter-spacing: 0.06px;
}
p span {
    font-weight: 600;
}
div, h1, h2, h3, h4, h5, h6, p, span, li, button, a,
input, label, select, td, th, strong {
    font-family: 'Montserrat', sans-serif !important;
}

/* Header */

#header-sticky {
	background-color: #1D1D1D;
	padding-top: 18px;
	padding-bottom: 18px;
	position: fixed;
	top: 0;
	z-index: 2;
}

.logo-revesto img {
	max-width: 171px;
}

.wrapper-header {
	display: flex; 
	justify-content: space-between;
	align-items: center;
}

.ctas-header {
	display: flex;
	align-items: center;
	gap: 16px;
}

.button-main {
	text-transform: uppercase;
	padding: 12px 16px;
	color: #fff;
	background-color: #1D1D1D;
	border: 1px solid #fff;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 600;
	transition: all .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}

.button-main:hover {
	background-color: #50361e;
	color: #fff;
}

.button-second {
	text-transform: uppercase;
	padding: 12px 16px;
	color: #1D1D1D;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #1D1D1D;
	font-size: 12px;
	font-weight: 600;
	transition: all .3s;
	display: flex;
	align-items: center;
}


.button-second:hover {
	background-color: #e2a900;
}

#topo {
	height: 680px;
	display: flex;
	align-items: center;
}

.title-lp h1 {
	color: #323232;
	font-size: 29px;
	font-weight: 300;
	line-height: 46px;
	margin-bottom: 22px;
	max-width: 100%;
}

.title-lp h1 strong {
	font-weight: 600;
}

.text-main-lp p {
	color: #525252;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 28px;
	max-width: 55%;
}

.buttons-main {
	display: flex;
    gap: 16px;
}

.img-topo {
	 position: absolute;
    left: 0;
    top: 80px;
	width: 35%;
}

.img-topo img:first-child {
	width: 100%;
	height: 600px;
	object-fit: cover;
	object-position: bottom;
}

.piso-hero {
	position: absolute;
    top: 21%;
    right: -8rem;
}

.detalhe-pisos-top {
	display: none;
}

#vantagens-revesto {
	padding-top: 72px;
	padding-bottom: 96px;
	background-color: #F9F9F9;
}

.title-vantagens {
	display: flex;
	align-items: center;
	gap: 12px;
}

.title-vantagens h2 {
	color: #1D1D1D;
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	line-height: 46px;
}

.cards-vantagens {
	margin-top: 72px;
	display: flex;
	justify-content: space-between;
}

.card-vantagem {
	background-color: #fff;
	padding: 36px;
	border-radius: 20px;
	max-width: 377px;
}

.icon-card {
	margin-bottom: 32px;
}

.title-card h3 {
	font-size: 20px;
	color: #1D1D1D;
	font-weight: 600;
	margin-bottom: 24px;
	line-height: 46px;
}

.text-card p {
	margin-bottom: 0;
	font-size: 13px; 
	color: #525252; 
	line-height: 20px;
}

#produto {
	background-color: #1D1D1D;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}

#produto h3 {
	color: #fff;
	line-height: 46px;
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 12px;
	max-width: 70%;
}

#produto h4 {
	color: #e2a900;
    margin-bottom: 22px;
    font-weight: 500;
}

#produto h3 strong {
	font-weight: 700;
}

#produto p {
	color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
    max-width: 75%;
}

.button-footer a {
	text-transform: uppercase;
    padding: 16px;
    color: #1D1D1D;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #1D1D1D;
    font-size: 12px;
    font-weight: 600;
	transition: all .3s;
}


.button-footer a:hover {
	background-color: #e2a900;
}

.lista-beneficios {
	margin-bottom: 3rem;
}

.lista-beneficios li {
	color: #fff;
	font-size: 14px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
	gap: 12px;
	line-height: 18px;
	max-width: 80%;
}

.img-acabamento {
	position: absolute;
    right: 0;
    top: 0;
}

#faixa-full {
	background-color: #E2A900;
	padding: 16px 0;
}

.text-faixa {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.text-faixa p {
	color: #1D1D1D;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 46px;
	font-size: 12px;
	letter-spacing: 3px;
}


#aplicacoes-revesto {
	padding-top: 72px;
	padding-bottom: 96px;
	background-color: #F9F9F9;
}

#aplicacoes-revesto .card-vantagem {
	padding: 0;
	margin-top: 62px;
}

.owl-nav {
	display: none !important;
}

.owl-stage-outer {
	overflow: visible !important;
}

.img-card img {
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#aplicacoes-revesto .title-card,
#aplicacoes-revesto .text-card{
	padding-top: 24px;
	padding-left: 36px;
	padding-right: 36px;
}

#aplicacoes-revesto .title-card h4 {
	color: #E2A900;
	font-weight: 500;
	margin-bottom: 12px;
	line-height: 18px;
	font-size: 15px;
}

#aplicacoes-revesto .text-card {
	padding-bottom: 24px;
	padding-top: 0;
}

#aplicacoes-revesto .text-card p {
	min-height: 120px;
}

#aplicacoes-revesto .title-card h3 {
	line-height: 1;
	margin-bottom: 10px;
}

#depoimentos {
	background-color: #E2A900;
	padding-top: 72px;
	padding-bottom: 96px;
	position: relative;
}

.detail-logo {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
}

.title-depoimentos h3 {
	color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    line-height: 46px;
}

.depoimentos-wrapper {
	margin-top: 72px;
}

.card-depoimento {
	background-color: #fff;
	padding: 36px; 
	border-radius: 20px;
}

.card-depoimento p {
	font-size: 16px;
	font-weight: 500;
	color: #1D1D1D;
	margin-bottom: 24px;
}

.card-depoimento  span {
	font-size: 13px; 
	color: #525252;
	font-weight: 400;
}

.card-depoimento  span strong {
	font-weight: 700;
}

.owl-item {
  opacity: 0; 
  transition: opacity 0.3s ease; 
}

.owl-item.active {
  opacity: 1; 
}

.owl-item:not(.active):has(~ .owl-item.active) {
  opacity: 0;
}

.owl-item.active ~ .owl-item {
  opacity: 1;
}

.wrapper-fotos {
	display: flex;
	justify-content: center;
}

#contato {
	background: linear-gradient(to left, #fff 50%, #F9F9F9 50%);
	padding-top: 96px; 
	padding-bottom: 72px;
	position: relative;
}

.detail-logo-contato {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.form form {
	max-width: 476px;
}

.form label {
	width: 100%;
}

.row-form p {
	margin: 0 !important;
}

.form input,
.form textarea,
.form select {
	background-color: #fff; 
	border-radius: 5px;
	margin-bottom: 12px;
	width: 100%;
	border: 1px solid #D9D9D9;
	height: 39px;
	display: flex;
	padding-left: 14px;
	font-size: 14px;
}

.form input:placeholder
.form textarea:placeholder {
	color: #9D9D9D;
}

.text-form h3,
.form-cliente h3{
	color: #1D1D1D;
	font-size: 20px; 
	line-height: 29px;
	font-weight: 700;
	margin-bottom: 24px;
	max-width: 476px;
}

.form textarea {
	padding-top: 10px;
}

.text-form p,
.form-parceiro .form-cliente p {
	color: #525252;
	max-width: 377px;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 32px;
}

.row-form p br {
	display: none;
}

.form-cliente input.wpcf7-submit {
	text-transform: uppercase;
    padding: 16px;
    color: #fff;
    background-color: #1D1D1D;
    border: 1px solid #fff;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    height: 45px;
	cursor: pointer;
	transition: all .3s;
}

.form-cliente input.wpcf7-submit:hover {
	background-color: #50361e;
	color: #fff;
}

.form-parceiro input.wpcf7-submit {
	text-transform: uppercase;
    padding: 16px;
    color: #1D1D1D;
    background-color: #fff;
    border: 1px solid #1D1D1D;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    height: 45px;
	cursor: pointer;
	transition: all .3s;
}


.form-parceiro input.wpcf7-submit:hover {
	background-color: #e2a900;
}


.form-cliente textarea {
	height: 211px;
}

.form-parceiro textarea {
	height: 111px;
}

.form-parceiro {
	padding-left: 6rem;
}

#footer {
	padding: 18px 0;
}

.wrapper-copy {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-footer img {
	max-width: 171px;
}

.copy-text p {
	margin-bottom: 0;
	font-size: 14px; 
	color: #1D1D1D;
}

#encerramento {
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #F9F9F9 ;
}

.encerramento-title h3 {
	color: #1D1D1D;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    line-height: 46px;
	text-align: center;
}

.encerramento-text p {
	text-align: center; 
	max-width: 60%;
	margin: auto;
	margin-bottom: 20px;
}

.encerramento-cta {
	max-width: 280px;
    margin: auto;
	width: 100%;
}

.title-mobile-form {
	display: none;
}

.floating-wpp {
	position: fixed;
	right: 30px;
	background: transparent linear-gradient(273deg, #128C7E 0%, #25D366 100%) 0% 0% no-repeat padding-box;
	bottom: 30px;
	z-index: 10000000000;
	font-size: 42px;
	color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}

.floating-wpp svg {
	position: relative;
	left: 1px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    background-color: #fefefe;
    padding: 0;
    border: 1px solid #888;
    width: 490px;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 1rem;
    bottom: 5rem;
    border: unset;
}

.close {
    color: #fff;
    float: right;
    font-size: 24px;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: 1;
    text-shadow: unset;
}

.close:hover,
.close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.chat-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    background-color: #0b6156;
    color: #fff;
    padding: 20px;
    padding-bottom: 10px;
    gap: 10px;
}

.chat-header img {
    border-radius: 50%;
    margin-right: 10px;
	width: 40px;
    height: 40px;
    padding: 5px;
    background-color: #fff;
}

.chat-header-info {
    display: flex;
    flex-direction: column;
}

.chat-header-info p {
	color: #fff;
}

.chat-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 20px;
/*     background-image: url('/wp-content/uploads/2024/09/bg-wpp.png'); */
    background-color: #e9e0d7;
    align-items: end;
}

.message {
    padding: 10px;
    border-radius: 10px;
    margin: 5px 0;
    max-width: 70%;
}

.message.received {
    background-color: #fff;
    align-self: flex-start;
}

.message.received span {
	font-size: 13px;
    color: #df3069;
    font-weight: 600;
}

.message.message-sended {
	background-color: #e1ffc7;
	display: flex;
	width: 100%;
}

.chat-footer {
    display: flex;
    padding: 0 20px;
    padding-bottom: 20px;
}

.chat-footer input {
    flex-grow: 1;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-right: 10px;
}

.chat-footer button {
    background-color: #25D366;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.chat-footer button:hover {
    background-color: #20b359;
}

.chat-header-info h2 {
	font-size: 20px;
    margin-bottom: 0;
}

.chat-header-info p {
	margin-bottom: 0;
	font-size: 14px;
}

.chat-body input,
.chat-body select {
	background: #F3F3F3E0 0% 0% no-repeat padding-box;
	border-radius: 10px;
	background-color: #F3F3F3E0;
	width: 100%;
	border: unset;
	height: 38px;
	mar;
	margin-top: 0;
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 15px;
}

.chat-body input.wpcf7-submit {
	color: #fff;
	font-weight: 500;
	background-color: #0b6156;
	margin-top: 0px;
	margin-bottom: 10px;
	cursor: pointer;
}

.chat-body p {
	margin-bottom: 0;
}

.chat-body .wpcf7-spinner {
	display: none;
}

.wpcf7 form.invalid .wpcf7-response-output {
	    font-size: 14px;
    border: unset;
    line-height: 1.3;
    margin: 0;
}

.button-wpp-form a {
	width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-weight: 600;
    background-color: #1bae72;
    height: 45px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
    bottom: 2rem;
    font-size: 12px;
}

/* Responsivo */
@media (max-width: 768px) {

	.cards-vantagens {
		flex-direction: column;
		gap: 30px;
	}
	
	.wrapper-copy {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	
	.copy-text p {
		text-align: center;
	}
	
	.form-parceiro {
		padding-left: 0;
	}
	
	#contato {
    	background: #f9f9f9; 
		padding-top: 66px;
    	padding-bottom: 52px;
	}
	
	.owl-stage-outer {
		overflow: hidden !important;
	}
	
	.ctas-header {
		display: none;
	}
	
	    #topo {
        height: auto;
        display: flex;
        align-items: center;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        height: 630px;
    }
	
	.img-topo {
		position: absolute;
		left: 0;
		top: 80px;
		width: 100%;
	}
	
	.title-lp h1 {
		color: #ffffff;
		font-size: 25px;
		font-weight: 300;
		line-height: 46px;
		margin-bottom: 22px;
		max-width: 100%;
	}
	
	.text-main-lp p {
		color: #ffffff;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 28px;
		max-width: 100%;
	}
	
	.detalhe-pisos-top {
		display: none;
	}
	
	.piso-hero {
		display: none;
	}
	
	.wrapper-fotos {
		flex-wrap: wrap;
	}
	
	.wrapper-fotos li {
		width: 33.3%;
	}
	
	.encerramento-text p {
		text-align: center;
		max-width: 90%; 
	}
	
	.encerramento-title h3 {
		color: #1D1D1D;
		font-size: 24px;
		font-weight: 600;
		margin: 0;
		line-height: 37px;
		text-align: center;
		margin-bottom: 20px;
	}
	
	.form-contato > .form-cliente {
		    margin-bottom: 6rem;
	}
	
	.text-faixa p {
		color: #1D1D1D;
		margin-bottom: 0;
		font-weight: 600;
		line-height: 46px;
		font-size: 12px;
		letter-spacing: 1px;
	}
	
	#produto img {
		margin-top: 4rem;
	}
	
	.img-acabamento {
		position: absolute;
		right: 0;
		bottom: 0;
		top: unset;
	}
	
	#produto p,
	#produto h3 {
		max-width: 100%;
	}
	
	.cards-vantagens {
    	margin-top: 32px; 
	}
	
	.img-topo img:first-child {
		height: 550px; 
	}
	
	.title-mobile-form {
		display: block;
	}
	
	.title-mobile-form h3 {
		color: #1D1D1D;
		font-size: 30px;
		line-height: 29px;
		font-weight: 700;
		margin-bottom: 34px;
	}
	
	.detail-logo-contato {
		top: 51.5%;
	}
	
	.modal-content {
		width: 90%;
		display: flex;
		flex-direction: column;
		position: absolute;
		right: 1rem;
		bottom: 5rem;
		border: unset;
	}
	
	.message {
		max-width: 85%;
	}
	
	.chat-header-info h2 {
    	font-size: 19px; 
	}
	
	
}

