* { margin: 0; padding: 0; font-size: 100%; border: none; outline: none; font-weight: 400; box-sizing: border-box; }

body, html { width: 100%; height: 100%; min-width: 320px; font-family: 'Open Sans', sans-serif; color: #666666; }

img { max-width: 100%; border: none; }

a { text-decoration: none; color: #666666; cursor: pointer; }

b { font-weight: 700; }

.clear { clear: both; }

.header {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 100%;
	background-color: #a4b0c9;
	background-image: url("imagem/fundo-home.jpg");
	background-position: right;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
}

.menu {
	overflow: hidden;
}

.menu-logo {
	float: left;
	padding-top: 3%;
	padding-left: 10.5%;
}

.menu-logo img {
    width: 100%;
    height: auto;
}

.menunav {
	float: right;
	padding-top: 3.8%;
	padding-right: 6%;
}

.menunav a {
	float: left;
	color: #fff;
	margin: 0 15px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 1.55em;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: 2px 2px 1px #000;
}

.menunav a:hover {
	border-bottom: 2px solid #dadfe9;
	color: #dadfe9;
	transition: 0.3s;
}

.menuativo {
	border-bottom: 2px solid #222F5B;
}

a.famenu {
	font-style: normal;
	font-weight: 300;
	font-size: 1.955em;
	padding-top: 0.2%;
}

.msgvertop {
	margin: 0;
	position: absolute;
	width: 100%;
	top: 56%;
	-ms-transform: translateY(-56%);
	transform: translateY(-56%);
}

.msgvert {
	margin: 0;
	position: absolute;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header h2 {
	padding-left: 10%;
	color: #fff;
	font-size: 6em;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #000;
}

.header p {
	padding-left: 10%;
	color: #fff;
	font-size: 3em;
	font-weight: 400;
	font-style: italic;
	text-shadow: 2px 2px 2px #000;
}

.pular, .pularmercadoresp, .pularoda, .pularchamada {
	display: block;
}

.button {
	margin-top: 1.5%;
	margin-left: 10%;
	background-color: #222F5B;
	background-image: linear-gradient(to right, #222F5B, #17203f);
	border-radius: 2px;
    color: #fff;
    padding: 10px 35px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.4em;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
    cursor: pointer;
	text-shadow: 1px 1px 1px #666666;
}

.button:hover {
	background-color: #17203f;
	background-image: linear-gradient(to right, #17203f, #17203f);
	transition: 0.3s;
}

.descer {
	position: absolute;
	font-size: 2.8em;
	left: 50%;
	bottom: 0.5%;
	animation-name: aparecer;
	animation-duration: 10s;
	text-shadow: 1px 1px 1px #666666;
}

.descer a {
	color: #fff;
}

.descer a:hover {
	color: #dadfe9;
	transition: 0.3s;
}

h1, h3 {
	color: #4A659F;
	font-size: 2.9em;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	padding: 6% 0 0.5% 0;
}

h1::after { content: ''; display: block; width: 8%; border-top: 2px solid #a4b2cf; margin: 7px auto; }
h3::after { content: ''; display: block; width: 8%; border-top: 2px solid #a4b2cf; margin: 7px auto; }

h1 {
	margin-bottom: 4%;
}

.pularmercadoresp {
	font-size: 0.85em;
	color: #d1d1d1;
	font-weight: 300;
}

.conteudo, .produtos {
	width: 100%;
    height: auto;
	overflow: auto;
	padding-bottom: 8%;
}

.mercado {
	padding: 0 5% 5% 5%;
    height: auto;
	overflow: auto;
}

.mercado p {
	text-align: center;
	font-weight: 300;
	padding-bottom: 4%;
	font-size: 1.6em;
	font-weight: 400;
}

.apresentacao {
	padding-left: 7%;
	padding-right: 7%;
	font-size: 1.6em;
	text-align: justify;
}

.mercadoresp {
    float: left;
    width: 33.33%;
    height: auto;
	text-align: center;
	padding: 0 2%;
}

.mercadoitem {
    position: relative;
    color: #fff;
}

.mercadoitem a {
	color: #fff;
	font-weight: 600;
}

.mercadotext {
    position: absolute;
    bottom: 8%;
    left: 4%;
	font-size: 2.5em;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 600;
	text-shadow: 3px 3px 3px #000;
	text-align: left;
	padding: 1% 2%;
}

.mercadotextmenor {
	font-size: 0.65em;
	padding: 3%;
	background-color: #222F5B;
	background-image: linear-gradient(to right, #222F5B, #17203f);
}

.chamadaum {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 100%;
	background-color: #a4b0c9;
	background-image: url("imagem/piscina.jpg");
	background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url("imagem/piscina.jpg");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    background-size: cover;
	background-attachment: fixed;
}

.chamadaum h2 {
	color: #fff;
	font-size: 3.5em;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: 3px 3px 3px #000;
	text-align: center;
	padding-bottom: 0.4%;
}

.chamadaum p {
	text-align: center;
}

.carmais {
	margin-top: 1.5%;
    padding: 1% 3%;
	background-color: #395084;
	background-image: linear-gradient(to right, #395084, #1F2B55);
    color: #fff;
	font-size: 1.7em;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	border-bottom: 5px solid #192244;
	border-radius: 40px;
    display: inline-block;
    cursor: pointer;
	text-shadow: 1px 1px 1px #666666;
}

.carmais:hover {
	background-color: #1F2B55;
	background-image: linear-gradient(to right, #1F2B55, #1F2B55);
	border-bottom: 5px solid #192244;
	color: #fff;
	transition: 0.3s;
}

.produtos {
	background-color: #f2f3f7;
}

.produtos p {
	text-align: center;
}

.produto {
	margin-top: 4%;
	margin-left: 7%;
	margin-right: 1.4%;
}

.prod {
	font-size: 1.55em;
	color: #848484;
}

.produtostexto {
	width: 45%;
	float: left;
	margin-right: 3.5%;
	margin-bottom: 3.5%;
	background-color: #fff;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
	overflow: hidden;
	cursor: pointer;
}

.produtostexto img {
	float: left;
	width: 100%;
	max-width: 200px;
	margin-right: 3%;
}

.produtostexto h2 {
	font-size: 2.1em;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
	color: #222F5B;
	padding-top: 2.3%;
}

.produtostexto p {
	padding: 1% 4% 2% 0;
	text-align: left;
	font-size: 1.45em;
}

.saibamais {
	font-size: 1.4em;
	font-style: italic;
	text-transform: uppercase; 
	font-weight: 700; 
	letter-spacing: -1px; 
	color: #a4b2cf; 
}

.saibamais:hover {
	color: #d1d8e7;
	transition: 0.3s;
}

/*===========  abrir o modal ==========*/
.modal { display: none; position: fixed; z-index: 1; padding-top: 100px; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.8); }
.modal-content { margin: auto; width: 70%; padding: 2% 3% 3% 3%; background-color: #fefefe; font-family: 'Roboto Condensed', sans-serif; text-align: left; color: #909090; border: 1px solid #888; }
.produtostexto .imgmodal { float: left; margin: 0; padding: 0; margin-right: 2%; border-radius: 50%; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1), 0 4px 20px 0 rgba(0,0,0,0.1); }
.modal h4 { float: left; margin-top: 4.2%; margin-bottom: 6%; font-size: 2.8em; font-style: italic; text-transform: uppercase; font-weight: 700; color: #4A659F; }
.modalmenor { display: block; font-size: 0.65em; font-weight: 400; letter-spacing: -1px; color: #b0b0b0; border-bottom: 2px solid #c8d0e2; padding-bottom: 13px; }
.modal p { padding-bottom: 3.2%; font-size: 2em; font-weight: 400; }
.modal p.atencao { padding-top: 8%; font-size: 1.8em; font-weight: 300; font-style: italic; color: #bcbcbc; }
.modal ul { padding-bottom: 3.2%; text-align: left; list-style: none; }
.modal li { padding-bottom: 3.2%; font-size: 2em; font-weight: 400; }
.checkpag { color: #4A659F; padding-right: 1%; }
.close { float: right; margin-top: 3.5%; font-size: 3.5em; font-weight: bold; color: #3d568c; }
.close:hover, .close:focus { color: #4A659F; text-decoration: none; cursor: pointer; }

.buttonorcamentowhats {
	display: inline-block;
	padding: 2.4% 2.9%;
	background-color: #01B75C;
	background-image: linear-gradient(to right, #01B75C, #009249);
	font-size: 1.4em;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.3);
	border-bottom-width: 3px;
    cursor: pointer;
}

.buttonorcamentowhats:hover {
	background-color: #009249;
	background-image: linear-gradient(to bottom, #009249, #009249);
	transition: 0.3s;
}

.estampas {
	width: 100%;
	height: 78vh;
	margin-bottom: 8%;
}

.estampas img {
    width: 100%;
    height: auto;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color: #fff;
}

.estampas p {
	font-size: 1.6em;
	padding-top: 2%;
	padding-bottom: 5%;
	text-align: justify;
}

.estampadestaque {
    float: left;
	padding-top: 2%;
	padding-left: 7%;
    width: 58%;
    height: auto;
}

.todasestampa {
	float: left;
	width: 40%;
	padding: 2.2% 7% 1% 3%;
	overflow: auto;
}

.todasestampa b {
	font-size: 1.8em;
	font-weight: 700;
	color: #4A659F;
}

.cadaestampa {
    float: left;
    width: 22%;
	margin: 1.5%;
}

.cadaestampa img {
	opacity: 1.0;
    filter: alpha(opacity=100);
}

.cadaestampa img:hover {
	opacity: 0.7;
    filter: alpha(opacity=70);
	transition: 0.3s;
}

.mySlides {
	display: none;
	position: relative;
	font-size: 1.8em;
	text-align: center;
}

.piscinatexto {
	position: absolute;
	bottom: 2%;
	left: 1%;
	font-weight: 600;
	color: #fff;
	text-shadow: 3px 3px 4px #000;
}

.demo {
	cursor: pointer;
}

.orcamento {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 100%;
	background-color:#F2F3F7;
	background-image: url("imagem/map-image.jpg");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    background-size: cover;
}

.orcamentomsg {
	color: #848484;
	text-align: center;
	text-shadow: 1px 1px 6px #ccc;
}

.orcamentomsg p {
	font-size: 3.3em;
	font-weight: 500;
	color: #848484;
}

.orcamentomsg p.orcadesconto {
	text-transform: uppercase;
	font-size: 4.9em;
	font-weight: 700;
	color: #3b507f;
}

.buttonorcamento {
	display: inline-block;
	margin-top: 2%;
	color: #fff;
	background-color: #3D568C;
	background-image: linear-gradient(to right, #3D568C, #304470);
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 1.2em;
	padding: 20px 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid rgba(0,0,0,0.3);
	border-bottom-width: 3px;
    cursor: pointer;
}

.buttonorcamento:hover {
	background-color: #304470;
	background-image: linear-gradient(to right, #304470, #304470);
	transition: 0.3s;
}

.rodape {
	width: 100%;
    height: 51vh;
	max-height: 51%;
	background-color: #222f5b;
	background-image: linear-gradient(to right, #222f5b, #08102C);
	overflow: hidden;
}

.contato {
	margin-left: 8%;
	margin-right: 10%;
	padding-top: 3%;
	border-bottom: 1px solid #2c3555;
	overflow: auto;
}

.contatoresp {
    float: left;
    width: 33.33%;
    height: auto;
	line-height: 19px;
	padding-bottom: 4%;
}

.contatoresp img {
	margin-bottom: 3%;
	padding-top: 3%;
}

.contatoresp h5 {
	font-size: 1.25em;
	font-weight: 700;
	color: #e4e4e4;
	text-transform: none;
	font-style: normal;
	margin-bottom: 0;
	line-height: 1.6em;
}

.contatoresp h6 {
	font-weight: 600;
	font-size: 0.82em;
	padding-top: 1%;
}

.contatoresp p {
	color: #e4e4e4;
	font-size: 1.2em;
	text-align: left;
	padding-left: 0;
	line-height: 1.6em;
}

.contatoresp a {
	text-decoration: none;
	font-weight: 600;
	color: #687CA6;
	font-size: 1.2em;
}

.contatoresp a:hover {
	color: #fff;
	transition: 0.3s;
}

.tituloroda {
	display: block;
	font-size: 1.6em;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 600;
	color: #e4e4e4;
	padding-top: 4%;
	margin-bottom: 8%;
}

.horarios {
	margin-top: 2%;
	margin-right: 2%;
	border-bottom: 1px dotted #2c3555;
	padding-bottom: 3%;
}

.ctcdir, .ctcdirfechado {
	float: right;
	padding: 0.9% 3%;
	background-color: #304470;
}

.ctcdirfechado {
	background-color: #59698c;
}

.redesociais {
	float: right;
}

.redesociais .fa {
	width: 115px;
	padding: 36px;
	font-size: 2.2em;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	margin: 5px 2px;
	background-color: #304470;
	color: #fff;
	text-shadow: 1px 1px 6px #323232;
}

.redesociais .fa:hover {
	background-color: #687CA6;
	transition: 0.3s;
}

.creditos p {
	text-align: right;
	padding-right: 10%;
	padding-top: 1.2%;
	font-weight: 600;
	color: #3e4a63;
	font-size: 1em;
}

.creditos a {
	font-weight: 600;
	color: #3e4a63;
}

.incodestudio {
	color: #fff;
}

#botoes {
    height: 180px;
    position: fixed;
    bottom: 13%;
    right: 2%;
	display: block;
}

#botoes a {
	display: block;
    width: 80px;
	height: 80px;
	margin-bottom: 13px;
	padding-top: 15px;
	text-align: center;
	background-color: #3D568C;
	background-image: linear-gradient(to bottom, #3D568C, #304470);
	color: #fff;
	text-decoration: none;
	font-size: 3em;
	border-radius: 50%;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
	text-shadow: 1px 1px 1px #666666;
}

#botoes a:hover {
	background-color: #304470;
	background-image: linear-gradient(to bottom, #304470, #304470);
	transition: 0.3s;
}

#botoes a.whatsfundo {
	background-color: #01B75C;
	background-image: linear-gradient(to bottom, #01B75C, #009249);
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-webkit-animation-name: aniwhats;
	-moz-animation-name: aniwhats;
	-o-animation-name: aniwhats;
	-ms-animation-name: aniwhats;
	animation-name: aniwhats;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	-ms-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	animation-timing-function: linear;
}

#botoes a.whatsfundo:hover {
	background-color: #009249;
	background-image: linear-gradient(to bottom, #009249, #009249);
	transition: 0.3s;
}

#botoes a.msgmenor {
	font-size: 2.6em;
	padding-top: 22px;
}

#botoes a.setacima {
	font-size: 3.2em;
	padding-top: 10px;
	background-color: #222F5B;
	background-image: linear-gradient(to bottom, #222F5B, #17203f);
}

#botoes a.setacima:hover {
	background-color: #17203f;
	background-image: linear-gradient(to bottom, #17203f, #17203f);
	transition: 0.3s;
}

/*===========  menu resp ==========*/
.overlay { height: 0%; width: 100%; position: fixed; z-index: 1; top: 0; left: 0; background-color: #222f5b; overflow-y: hidden; transition: 0.5s; }
.overlay-content { position: relative; top: 12%; width: 100%; text-align: center; margin-top: 1%; }
.overlay a { padding: 2%; text-decoration: none; font-size: 1.8em; color:#fff; font-weight: 600; font-style: italic; text-transform: uppercase; display: block; transition: 0.3s; }
.overlay a:hover, .overlay a:focus { color: #a4b0c9; }
.closebtn { position: absolute; top: 20px; right: 45px; font-size: 2.5em !important; }
.botaomenuresp { display: none; text-shadow: 2px 2px 2px #000; }

/*===========  media queri ==========*/
@media screen and (max-width: 1920px){
	.header { max-height: 1080px; }
	.chamadaum { max-height: 1080px; }
	.orcamento { max-height: 1080px; }
}

@media screen and (max-width: 1870px){
	.header h2 { font-size: 5.8em; }
	.header p { font-size: 2.9em; }
	.produtostexto img { max-width: 185px; }
	.produtostexto h2 { font-size: 2em; }
	.produtostexto p { font-size: 1.3em; }
	.saibamais { font-size: 1.3em; }
	.modal { padding-top: 5.5%; }
	.modal h4 { font-size: 2.75em; }
	.modal p { font-size: 1.95em; }
	.modal p.atencao { font-size: 1.85em; }
	.modal li { font-size: 1.95em; }
	.buttonorcamentowhats { font-size: 1.4em; }
	.close { font-size: 3.45em; }
	.tituloroda { font-size: 1.55em; }
}

@media screen and (max-width: 1820px){
	.menu-logo img { width: 96%; }
	.menunav a { font-size: 1.45em; }
	a.famenu { font-size: 1.8em; }
	.header h2 { font-size: 5.5em; }
	.header p { font-size: 2.6em; }
	.button { font-size: 1.35em; }
	h1, h3 { font-size: 2.5em; }
	.mercadotext { font-size: 2.2em; }
	.mercado p { font-size: 1.5em; }
	.apresentacao { font-size: 1.5em; }
	.chamadaum h2 { font-size: 3.3em; }
	.prod { font-size: 1.45em; }
	.carmais { font-size: 1.65em; }
	.estampas p { font-size: 1.5em; }
	.todasestampa b { font-size: 1.7em; }
	.mySlides { font-size: 1.7em; }
	.orcamentomsg p { font-size: 3.1em; }
	.orcamentomsg p.orcadesconto { font-size: 4.61em; }
	.buttonorcamento { font-size: 1.19em; }
}

@media screen and (max-width: 1780px){
	.menu-logo img { width: 92%; }
	.menunav a { font-size: 1.35em; }
	a.famenu { font-size: 1.7em; }
	.header h2 { font-size: 4.95em; }
	.header p { font-size: 2.5em; }
	.button { font-size: 1.25em; }
	h1, h3 { font-size: 2.4em; }
	.mercadotext { font-size: 2.18em; }
	.mercado p { font-size: 1.45em; }
	.apresentacao { font-size: 1.45em; }
	.chamadaum h2 { font-size: 3.2em; }
	.carmais { font-size: 1.6em; }
	.prod { font-size: 1.4em; }
	.produtostexto img { max-width: 175px; }
	.produtostexto h2 { font-size: 1.9em; }
	.produtostexto p { font-size: 1.27em; }
	.saibamais { font-size: 1.27em; }
	.modal { padding-top: 5.7%; }
	.modal h4 { font-size: 2.7em; }
	.modal p { font-size: 1.85em; }
	.modal p.atencao { font-size: 1.75em; }
	.modal li { font-size: 1.85em; }
	.close { font-size: 3.4em; }
	.estampas p { font-size: 1.45em; }
	.todasestampa b { font-size: 1.6em; }
	.mySlides { font-size: 1.6em; }
	.buttonorcamentowhats { font-size: 1.38em; }
	.orcamentomsg p { font-size: 2.95em; }
	.orcamentomsg p.orcadesconto { font-size: 4.4em; }
	.buttonorcamento { font-size: 1.18em; }
	.tituloroda { font-size: 1.5em; }
}

@media screen and (max-width: 1680px){
	.header { max-height: 1050px; }
	.menu-logo img { width: 89%; }
	.header h2 { font-size: 4.85em; }
	.header p { font-size: 2.45em; }
	.button { font-size: 1.195em; }
	.chamadaum { max-height: 1050px; }
	.produtostexto img { max-width: 165px; }
	.produtostexto h2 { font-size: 1.75em; }
	.produtostexto p { font-size: 1.2em; }
	.saibamais { font-size: 1.2em; }
	.modal { padding-top: 6%; }
	.modal h4 { font-size: 2.65em; margin-top: 3%; margin-bottom: 6.5%; }
	.modal p { font-size: 1.8em; }
	.modal p.atencao { font-size: 1.7em; }
	.modal ul { padding-top: 0.8%; }
	.modal li { font-size: 1.8em; }
	.close { font-size: 3.35em; margin-top: 2%; }
	.buttonorcamentowhats { font-size: 1.38em; }
	.orcamento { max-height: 1050px; }
	.contatoresp img { width: 50%; }
	#botoes { height: 180px; bottom: 9.5%; right: 2%; }
	#botoes a { width: 70px; height: 70px; margin-bottom: 8px; padding-top: 14.5px; font-size: 2.6em; }
	#botoes a.msgmenor { font-size: 2.3em; padding-top: 14.5px; }
	#botoes a.setacima { font-size: 3.2em; padding-top: 5px; }
}

@media screen and (max-width: 1600px){
	.header { max-height: 960px; }
	.menu-logo img { width: 86%; }
	.menunav a { font-size: 1.3em; }
	a.famenu { font-size: 1.6em; }
	.header h2 { font-size: 4.7em; }
	.header p { font-size: 2.3em; }
	.button { font-size: 1.19em; }
	h1, h3 { font-size: 2.2em; }
	.mercadotext { font-size: 2em; }
	.mercado p { font-size: 1.35em; }
	.apresentacao { font-size: 1.35em; }
	.chamadaum { max-height: 960px; }
	.chamadaum h2 { font-size: 3.1em; }
	.carmais { font-size: 1.45em; }
	.prod { font-size: 1.3em; }
	.produtostexto img { max-width: 160px; margin-right: 2%; }
	.produtostexto h2 { font-size: 1.65em; }
	.produtostexto p { font-size: 1.15em; padding: 1% 3% 1.5% 0; }
	.saibamais { font-size: 1.15em; }
	.modal { padding-top: 6.2%; }
	.modal h4 { font-size: 2.6em; margin-top: 3%; }
	.modal p { font-size: 1.75em; }
	.modal p.atencao { font-size: 1.65em; }
	.modal li { font-size: 1.75em; }
	.close { font-size: 3.3em; }
	.buttonorcamentowhats { font-size: 1.36em; }
	.estampas p { font-size: 1.35em; }
	.todasestampa b { font-size: 1.5em; }
	.mySlides { font-size: 1.5em; }
	.orcamento { max-height: 960px; }
	.orcamentomsg p { font-size: 2.69em; }
	.orcamentomsg p.orcadesconto { font-size: 4em; }
	.buttonorcamento { font-size: 1.1em; }
	.contato { margin-left: 10%; }
	.contatoresp img { width: 48%; }
	.contatoresp h5 { font-size: 1.085em; }
	.contatoresp h6 { font-size: 0.73em; }
	.contatoresp p { font-size: 1.05em; }
	p.rodaparagrafomenor { font-size: 0.93em; }
	.contatoresp a { font-size: 1.2em; }
	.tituloroda { font-size: 1.4em;	}
	.redesociais .fa { padding: 25px; font-size: 2.2em; font-size: 1.5em; width: 80px; margin: 5px 2px; }
	.creditos p { font-size: 0.8em; }
}

@media screen and (max-width: 1536px){
	.menu-logo img { width: 80%; }
	.menunav a { font-size: 1.2em; }
	a.famenu { font-size: 1.5em; }
	.header h2 { font-size: 4.5em; }
	.header p { font-size: 2.2em; }
	.button { font-size: 1.175em; }
	h1, h3 { font-size: 2.1em; }
	.mercadotext { font-size: 1.8em; }
	.mercado p { font-size: 1.255em; }
	.apresentacao { font-size: 1.255em; }
	.chamadaum h2 { font-size: 3em; }
	.carmais { font-size: 1.35em; }
	.prod { font-size: 1.2em; }
	.produtostexto img { max-width: 155px; }
	.produtostexto h2 { font-size: 1.55em; }
	.produtostexto p { font-size: 1.1em; }
	.saibamais { font-size: 1.1em; }
	.modal { padding-top: 6.6%; }
	.modal h4 { font-size: 2.45em; margin-top: 3.5%; }
	.modal p { font-size: 1.7em; }
	.modal p.atencao { font-size: 1.6em; }
	.modal li { font-size: 1.7em; }
	.close { font-size: 3.2em; }
	.buttonorcamentowhats { font-size: 1.35em; }
	.orcamentomsg p { font-size: 2.62em; }
	.orcamentomsg p.orcadesconto { font-size: 3.9em; }
	.buttonorcamento { font-size: 1.05em; }
	.contatoresp h5 { font-size: 1.04em; }
	.contatoresp h6 { font-size: 0.72em; }
	.contatoresp p { font-size: 1.05em; line-height: 1.4em; }
	p.rodaparagrafomenor { font-size: 0.93em; }
	.contatoresp a { font-size: 1.2em; }
	.tituloroda { font-size: 1.3em;	}
	.ctcdir, .ctcdirfechado { padding: 0.5% 3%;	}
	.redesociais .fa { padding: 25px; font-size: 2.2em; font-size: 1.5em; width: 80px; margin: 5px 2px; }
	.creditos p { font-size: 0.75em; }
	#botoes { height: 180px; bottom: 5%; right: 2%; }
	#botoes a { width: 55px; height: 55px; margin-bottom: 8px; padding-top: 11px; font-size: 2em; }
	#botoes a.msgmenor { font-size: 1.7em; padding-top: 15px; }
	#botoes a.setacima { font-size: 2.4em; padding-top: 5px; }
}

@media screen and (max-width: 1440px){
	.menu-logo { padding-top: 2.6%; }
	.menu-logo img { width: 100%; max-width: 245px; }
	.menunav a { font-size: 1.15em; }
	a.famenu { font-size: 1.45em; padding-top: 0; }
	.header h2 { font-size: 4.2em; }
	.header p { font-size: 2em; }
	.button { font-size: 1.1em; }
	h1, h3 { font-size: 2em; }
	.mercado p { font-size: 1.25em; }
	.apresentacao {	font-size: 1.25em; }
	.mercadotext { font-size: 1.7em; }
	.chamadaum h2 { font-size: 2.9em; }
	.carmais { font-size: 1.3em; }
	.prod { font-size: 1.2em; }
	.produtostexto img { max-width: 150px; }
	.produtostexto h2 { font-size: 1.5em; }
	.produtostexto p { font-size: 1em; }
	.saibamais { font-size: 1em; }
	.modal { padding-top: 6%; }
	.produtostexto img.imgmodal { max-width: 150px; margin-top: 0; margin-right: 1.5%; }
	.modal h4 { font-size: 2.4em; }
	.modal p { font-size: 1.65em; padding-bottom: 3.8%; }
	.modal p.atencao { font-size: 1.55em; }
	.modal ul { padding-top: 0.5%; padding-bottom: 3.8%; }
	.modal li { font-size: 1.65em; }
	.close { font-size: 3.1em; }
	.buttonorcamentowhats { font-size: 1.15em; }
	.estampas p { font-size: 1.2em; }
	.todasestampa b { font-size: 1.3em; }
	.mySlides { font-size: 1.3em; }
	.orcamentomsg p { font-size: 2.41em; }
	.orcamentomsg p.orcadesconto { font-size: 3.6em; }
	.buttonorcamento { font-size: 0.85em; }
	.rodape { height: 48vh; max-height: 48%; }
	.contatoresp img { margin-bottom: 1%; }
	.contatoresp p { font-size: 0.8em; padding-left: 0; line-height: 1.4em; }
	p.rodaparagrafomenor { font-size: 0.715em; }
	.contatoresp a { font-size: 1em; }
	.contatoresp h5 { font-size: 0.89em; padding-bottom: 0; }
	.contatoresp h6 { font-size: 0.7em; padding-top: 0; }
	.tituloroda { font-size: 1.2em; }
	.redesociais .fa { padding: 25px; font-size: 1.5em; width: 80px; margin: 5px 2px; }
	.creditos p { font-size: 0.7em; }
}

@media screen and (max-width: 1380px){
	.menu-logo { padding-left: 7%; }
	.menunav { padding-right: 4.5%; }
	.header h2 { font-size: 4em; padding-left: 7%; }
	.header p { font-size: 2em; padding-left: 7%; }
	.button { margin-left: 7%; }
	.chamadaum h2 { font-size: 2.8em; }
	.produtostexto p { padding: 1% 4% 1% 0; }
	.modal h4 { font-size: 2.35em; margin-top: 3.8%; }
	.modal p { font-size: 1.6em; padding-bottom: 3.8%; }
	.modal p.atencao { font-size: 1.5em; }
	.modal ul { padding-top: 0.5%; padding-bottom: 3.8%; }
	.modal li { font-size: 1.6em; padding-bottom: 3.8%; }
	.close { font-size: 3em; margin-top: 2.5%; }
	.buttonorcamentowhats { font-size: 1.14em; }
	.estampas p { font-size: 1.15em; }
	.todasestampa b { font-size: 1.25em; }
	.mySlides { font-size: 1.25em; }
	#botoes { right: 1%; }
}

@media screen and (max-width: 1330px){
	.produtostexto h2 { font-size: 1.3em; }
	.cadaestampa img { width: 90%; }
}

@media screen and (max-width: 1280px){
	.menu-logo img { width: 100%; max-width: 235px; }
	.menunav a { font-size: 1.1em; }
	a.famenu { font-size: 1.4em; padding-top: 0.2%; }
	.header h2 { font-size: 3.8em; }
	.header p { font-size: 1.9em; }
	.button { font-size: 1.05em; }
	h1, h3 { font-size: 1.9em; }
	.mercado p { font-size: 1.2em; }
	.apresentacao {	font-size: 1.2em; }
	.mercadotext { font-size: 1.6em; }
	.chamadaum h2 { font-size: 2.5em; }
	.carmais { font-size: 1.25em; }
	.prod {font-size: 1.15em; }
	.produtostexto h2 { font-size: 1.26em; }
	.modal { padding-top: 7%; }
	.modal-content { width: 75%; }
	.modal h4 { font-size: 2.2em; margin-bottom: 7%; }
	.modal p { font-size: 1.55em; padding-bottom: 3.4%; }
	.modal p.atencao { font-size: 1.45em; }
	.modal ul { padding-top: 0.5%; padding-bottom: 3.4%; }
	.modal li { font-size: 1.55em; padding-bottom: 3.4%; }
	.close { font-size: 2.9em; }
	.buttonorcamentowhats { font-size: 1.12em; }
	.estampas p { font-size: 1.05em; padding-bottom: 2%; }
	.todasestampa { padding: 1.5% 7% 1.5% 3%; }
	.todasestampa b { font-size: 1.3em; }
	.orcamentomsg p { font-size: 2.08em; }
	.orcamentomsg p.orcadesconto { font-size: 3.1em; }
	.buttonorcamento { font-size: 0.845em; }
	.rodape { height: 50vh; max-height: 50%; }
	.contato { margin-left: 7%; margin-right: 7%; }
	.tituloroda { font-size: 1.1em; }
	.creditos p { padding-right: 7%; }
}

@media screen and (max-width: 1220px){
	.produtostexto img.imgmodal { margin-right: 1%; }
	.modal h4 { font-size: 2.15em; margin-top: 4.4%; }
	.modal p { font-size: 1.5em; }
	.modal p.atencao { font-size: 1.4em; }
	.modal ul { padding-top: 0.7%; }
	.modal li { font-size: 1.5em; }
	.close { font-size: 2.8em; margin-top: 3%; }
	.buttonorcamentowhats { font-size: 1.11em; }
}

@media screen and (max-width: 1180px){
	.menu-logo { padding-left: 6%; }
	.menu-logo img { width: 100%; max-width: 225px; }
	.header h2 { font-size: 3.7em; padding-left: 6%; }
	.header p { font-size: 1.8em; padding-left: 6%; }
	.button { margin-left: 6%; }
	h1, h3 { font-size: 1.85em; }
	.chamadaum h2 { font-size: 2.3em; }
	.carmais { font-size: 1.2em; }
	.pulaprod { display: block; }
	.produtostexto h2 { font-size: 1.2em; }
	.modal-content { width: 80%; }
	.modal h4 { font-size: 2.1em; margin-top: 4.6%; }
	.modal p { font-size: 1.48em; }
	.modal p.atencao { font-size: 1.38em; }
	.modal li { font-size: 1.48em; }
	.close { font-size: 2.7em; margin-top: 3.5%; }
	.buttonorcamentowhats { font-size: 1.10em; }
	.estampas { height: 80vh; margin-bottom: 3%; }
	.estampas p { font-size: 1em; }
	.todasestampa { padding: 1.5% 6% 1.5% 3%; }
	.todasestampatexto { padding-bottom: 4%; }
	.cadaestampa { width: 20%; margin: 1% 2.5% 1% 0; }
	.orcamentomsg p { font-size: 2.162em; }
	.orcamentomsg p.orcadesconto { font-size: 3.2em; }
	.buttonorcamento { font-size: 0.845em; }
	.rodape { height: 46vh; max-height: 46%; }
	.contato { margin-left: 5%; margin-right: 7%; }
	.contatoresp .fa { padding: 25px; font-size: 1.3em; }
	.tituloroda { font-size: 1.05em; }
}

@media screen and (max-width: 1100px){
	.menunav a { font-size: 0.9em; }
	a.famenu { font-size: 1.1em; }
	.header h2 { font-size: 3.6em; }
	.header p { font-size: 1.7em; }
	.button { font-size: 1em; }
	h1, h3 { font-size: 1.7em; }
	.chamadaum h2 { font-size: 2.2em; }
	.carmais { padding: 1.5% 3%; font-size: 1em; }
	.mercado p { font-size: 1.1em; }
	.apresentacao {	font-size: 1.1em; }
	.mercadotext { font-size: 1.4em; }
	.prod { font-size: 1.05em; }
	.produtostexto h2 { font-size: 1.1em; }
	.modal { padding-top: 7.5%; }
	.produtostexto img.imgmodal { max-width: 135px; }
	.modal h4 { font-size: 2em; margin-top: 4.2%; }
	.modalmenor { letter-spacing: 0; }
	.modal p { font-size: 1.45em; }
	.modal p.atencao { font-size: 1.35em; }
	.modal li { font-size: 1.45em; }
	.close { font-size: 2.6em; margin-top: 3%; }
	.buttonorcamentowhats { font-size: 1.09em; }
	.estampas { height: 70vh; max-height: 600px; }
}

@media screen and (max-width: 1099px){
	.header { background-attachment: scroll; }
	.chamadaum { background-attachment: scroll; }
}

@media screen and (max-width: 1068px){
	.menu-logo { padding-left: 4%; }
	.menunav { display: none; }
	.botaomenuresp { display: block; font-size: 2em; cursor: pointer; color:#fff; float: right; padding-top: 3%; padding-right: 4%; }
	.header h2 { padding-left: 4%; }
	.header p { padding-left: 4%; }
	.button { margin-left: 4%; }
	.chamadaum h2 { font-size: 2.1em; }
	.chamadaum p { font-size: 1.05em; }
	.produtostexto img { margin-right: 2%; }
	.produtostexto p { padding: 1% 4% 1% 0; }
	.modal { padding-top: 8%; }
	.modal h4 { font-size: 1.85em; }
	.modal p { font-size: 1.4em; padding-bottom: 3.8%; }
	.modal p.atencao { font-size: 1.3em; }
	.modal ul { padding-bottom: 3.8%; }
	.modal li { font-size: 1.4em; }
	.close { font-size: 2.5em; }
	.buttonorcamentowhats { font-size: 1.08em; }
	.estampas p { font-size: 1em; }
	.todasestampa b { font-size: 1.1em; }
	.mySlides { font-size: 1.1em; }
	.orcamentomsg p { font-size: 1.88em; }
	.orcamentomsg p.orcadesconto { font-size: 2.8em; }
	.rodape { height: 48vh; max-height: 48%; }
	.contato { margin-left: 10%; }
	.contatoresp { width: 46%; }
	.semhorario { display: none; }
}

@media screen and (max-width: 1024px){
	.mercado { padding: 0 3% 5% 2%; }
	.apresentacao { padding-left: 4%; padding-right: 5%; }
	.produto { margin-left: 4%; margin-right: 0; }
	.produtostexto { margin-right: 5%; }
	.carmais { padding: 1.7% 4%; }
	.estampadestaque { padding-left: 4%; }
	.todasestampa { padding: 1.5% 4% 1.5% 3%; }
	#botoes { bottom: 3%; }
}

@media screen and (max-width: 980px){
	.header { background-image: url("imagem/resp/fundo-home-980.jpg"); background-position: center; }
	.header h2 { font-size: 3.5em; }
	.header p { font-size: 1.6em; }
	.menunav a { font-size: 0.85em; }
	a.famenu { font-size: 1.05em; }
	.apresentacao { font-size: 1em; }
	.prod { font-size: 1.4em; padding-bottom: 3%; }
	.carmais { padding: 1.2% 3%; }
	.produtostexto { width: 90%; margin-left: 3%; }
	.produtostexto h2 { padding-top: 1.8%; font-size: 1.5em; }
	.modal { padding-top: 8.5%; }
	.modal-content { width: 90%; padding: 2% 3% 7% 3%; }
	.modal h4 { font-size: 1.8em; margin-bottom: 6.5%; margin-top: 4%; }
	.modalmenor { padding-bottom: 8px; }
	.close { font-size: 2.45em; }
	.buttonorcamentowhats { font-size: 1.05em; }
	.rodape { height: 46vh; max-height: 46%; }
}

@media screen and (max-width: 930px){
	.todasestampa b { font-size: 1.05em; }
}

@media screen and (max-width: 900px){
	.mercadotext { left: 3%; font-size: 1.3em; }
	.produtostexto h2 { font-size: 1.4em; }
}

@media screen and (max-width: 860px){
	.menu-logo img { width: 100%; max-width: 220px; }
	.msgvertop { top: 55%; }
	.header h2 { font-size: 3.4em; }
	.header p { font-size: 1.55em; }
	.button { font-size: 0.95em; }
	h1 { font-size: 1.5em; }
	h3 { font-size: 1.5em; }
	.mercado p { font-size: 1em; }
	.chamadaum h2 { font-size: 2em; }
	.chamadaum p { font-size: 1.05em; }
	.carmais { font-size: 1.1em; padding: 1.5% 3.8%; }
	.prod { font-size: 1.2em; }
	.produtostexto h2 { font-size: 1.25em; }
	.produtostexto p { font-size: 1.1em; padding: 1% 4%; }
	.saibamais { font-size: 1.1em; }
	.modal { padding-top: 9%; }
	.modal h4 { font-size: 1.75em; margin-top: 5.5%; margin-bottom: 6.5%; }
	.modal p { font-size: 1.35em; padding-left: 0; padding-right: 0; padding-bottom: 3%; }
	.modal p.atencao { font-size: 1.25em; }
	.modal ul { padding-top: 0.8%; }
	.modal li { font-size: 1.35em; }
	.close { font-size: 2.35em; margin-top: 4.1%; }
	.buttonorcamentowhats { font-size: 1.04em; }
	.estampas { margin-bottom: 32%; max-height: 700px; }
	.estampas p { font-size: 1.1em; }
	.estampadestaque { width: 93%; padding-left: 7%; }
	.todasestampa { width: 90%; padding: 4% 5% 1.5% 7%; }
	.todasestampatexto { width: 48%; float: left; padding-right: 4%; }
	.cadaestampa { width: 11%; margin: 1%}
	.orcamentomsg p { font-size: 1.68em; }
	.orcamentomsg p.orcadesconto { font-size: 2.5em; }
	.buttonorcamento { font-size: 0.85em; padding: 15px 25px; }
	.contatoresp .fa { width: 50px; margin: 5px 0; padding: 15px; font-size: 1.2em; }
	.redesociais { margin-right: 10%; }
	.tituloroda { padding-top: 8%; margin-bottom: 12%; }
	#botoes { bottom: 1%; }
	#botoes a { width: 46px; height: 46px; font-size: 1.5em; padding-left: 0; }
	#botoes a.msgmenor { font-size: 1.2em; }
	#botoes a.setacima { font-size: 2em; }
}

@media screen and (max-width: 780px){
	.mercadotext { left: 1.5%; font-size: 1.2em; }
}

@media screen and (max-width: 768px){
	.header { background-image: url("imagem/resp/fundo-home-768.jpg"); background-position: left; }
	.chamadaum { background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),url("imagem/resp/piscina.jpg"); }
	.chamadaum h2 { font-size: 2em; }
	.produtostexto h2 { padding-top: 2%; }
	.produtostexto p { padding: 1% 4% 1.5% 4%; }
	.modal { padding-top: 9.5%; }
	.modal-content { width: 90%; padding: 2% 3% 9% 3%; }
	.modal h4 { font-size: 1.7em; margin-top: 5.5%; margin-bottom: 8%; }
	.modal p { font-size: 1.3em; padding-bottom: 3.4%; padding-left: 0; padding-right: 0; }
	.modal p.atencao { font-size: 1.2em; }
	.modal li { font-size: 1.3em; }
	.close { font-size: 2.3em; }
	.buttonorcamentowhats { font-size: 1.02em; }
	.estampas { height: 90vh; margin-bottom: 40%; }
	.todasestampa { width: 92.5%; padding: 4% 0 3.6% 7%; }
	.todasestampatexto { width: 100%; padding: 2% 0; }
	.cadaestampa { width: 19%; margin: 1% }
	.contato { margin-left: 7%; margin-right: 0; }
	.redesociais { margin-right: 10%; }
	.creditos p { padding-right: 10%; }
}

@media screen and (max-width: 720px){
	.header h2 { font-size: 3.3em; }
	.header p { font-size: 1.45em; }
	.button { font-size: 0.93em; }
	.chamadaum h2 { font-size: 1.8em; }
	.chamadaum p { font-size: 1em; }
	.carmais { font-size: 1em; padding: 1.2% 3.6%; }
	.produtostexto h2 { font-size: 1.195em; }
	.produtostexto p { font-size: 1.095em; padding: 1.5% 4%; }
	.saibamais { font-size: 1em; }
	.modal { padding-top: 10%; }
	.modal h4 { font-size: 1.65em; }
	.modal p { font-size: 1.25em; padding-bottom: 3.4%; padding-left: 0; padding-right: 0; }
	.modal p.atencao { font-size: 1.15em; }
	.modal li { font-size: 1.25em; }
	.close { font-size: 2.25em; }
	.buttonorcamentowhats { font-size: 1.01em; }
	.orcamentomsg p { font-size: 1.59em; }
	.orcamentomsg p.orcadesconto { font-size: 2.36em; }
	.rodape { height: 58vh; max-height: 58%; }
	.contato { margin: 0; padding-top: 8%; }
	.contatoresp { width: 100%; margin: 0; padding: 0; }
	.resp { display: none; }
	.contatoresp img { width: 35%; display: block; margin-left: auto; margin-right: auto; }
	.contatoresp h5 { text-align: center; font-size: 1.1em; }
	.contatoresp h6 { text-align: center; font-size: 0.7em; }
	.contatoresp p { text-align: center; font-size: 0.8em; }
	.creditos p { text-align: center; padding: 3% 16% 0 16%; }
	.redesociais { float: left; padding: 4% 0 4% 39%; }
	.pularoda { display: none; }
}

@media screen and (max-width: 700px){
	.trabalho { padding: 0 10%; }
	.mercadotext { left: 1%; font-size: 1.1em; }
	.modal { padding-top: 10.4%; }
	.produtostexto img.imgmodal { max-width: 120px; }
	.modal h4 { font-size: 1.65em; margin-top: 5%; margin-bottom: 7%; }
	.modal p { font-size: 1.2em; padding-bottom: 3.6%; line-height: 1.4em }
	.modal p.atencao { font-size: 1.1em; }
	.modal ul { padding-top: 1%; }
	.modal li { font-size: 1.2em; }
	.modal li.titu { font-size: 1.2em; }
	.close { font-size: 2.2em; }
	.buttonorcamentowhats { font-size: 1em; }
}

@media screen and (max-width: 660px){
	.redesociais { float: left; padding: 4% 0 4% 38%; }
}

@media screen and (max-width: 640px){
	.menu-logo { padding-left: 3%; }
	.header { background-position: center; }
	.header h2 { font-size: 3em; padding-left: 3%; }
	.header p { font-size: 1.85em; padding-left: 3%; padding-right: 30%; }
	.pular { display: inline; }
	.button { margin-left: 3%; font-size: 0.9em; }
	.mercadoresp { width: 100%; padding: 2%; }
	.mercadotext { left: 5%; font-size: 1.8em; }
	.chamadaum h2 { font-size: 1.7em; }
	.produtostexto h2 { padding-top: 2.8%; }
	.produtostexto p { font-size: 1.09em; padding: 1% 4% 1.2% 4%; }
	.modal { padding-top: 10.8%; }
	.produtostexto img.imgmodal { max-width: 115px; }
	.modal h4 { font-size: 1.6em; margin-top: 5.8%; margin-bottom: 7.2%; }
	.modal p { font-size: 1.16em; padding-bottom: 6%; padding-left: 0; padding-right: 0; }
	.modal p.atencao { padding-top: 10%; font-size: 1.06em; }
	.modal ul { padding-bottom: 6%; }
	.modal li { font-size: 1.16em; }
	.close { font-size: 2.1em; }
	.buttonorcamentowhats { font-size: 0.99em; }
	.trabalho { padding: 0 8%; }
	.formatexto h4 { font-size: 1.6em; }
	.formatexto p { font-size: 1.18em; }
	.redesociais { float: left; padding: 4% 0 4% 37%; }
}

@media screen and (max-width: 590px){
	.prod { font-size: 1.2em; padding: 0 10% 3% 10% }
	.pulaprod { display: inline; }
	.produtostexto p { padding: 0 4% 1.2% 4%; }
	.modal p { padding-bottom: 6%; padding-left: 0; padding-right: 0; }
}

@media screen and (max-width: 580px){
	.header h2 { font-size: 2.8em; }
	.header p { font-size: 1.65em; padding-right: 28%; }
	.modal { padding-top: 11%; }
	.produtostexto img.imgmodal { max-width: 105px; margin-top: 2%; }
	.modal h4 { margin-top: 6.5%; margin-bottom: 10%; }
	.modalmenor { padding-bottom: 6px; }
	.close { font-size: 2em; margin-top: 5%; }
	.todasestampa p { font-size: 1em; padding-right: 15%; }
	.contatoresp img { width: 40%; }
	.redesociais { float: left; padding: 4% 0 4% 36%; }
}

@media screen and (max-width: 540px){
	.header h2 { font-size: 2.3em; }
	.header p { font-size: 1.5em; }
	.chamadaum h2 { font-size: 1.5em; }
	.mercadotext { left: 3%; font-size: 1.6em; }
	.produtostexto { margin-bottom: 6%; }
	.produtostexto { width: 96%; margin-left: 0; margin-right: 1%; }
	.produtostexto img { width: 25%; margin-right: 2%; }
	.produtostexto h2 { padding-top: 2%; font-size: 1.1em; }
	.produtostexto p { padding: 1.2% 2%; font-size: 1em; }
	.modal { padding-top: 11.5%; }
	.modal-content { padding: 3%; padding: 2% 3% 12% 3%; }
	.produtostexto img.imgmodal { max-width: 100px; margin-top: 2%; }
	.modal h4 { font-size: 1.4em; margin-top: 6.5%; margin-bottom: 10%; }
	.modal p { font-size: 1em; padding-left: 0; padding-right: 0; padding-bottom: 6%; }
	.modal p.atencao { padding-top: 12%; font-size: 0.85em; }
	.modal ul { padding-bottom: 6%; }
	.modal li { font-size: 1em; }
	.close { margin-top: 5.2%; }
	.buttonorcamentowhats { font-size: 0.95em; }
	.mySlides { font-size: 1em; }
	.orcamentomsg p { font-size: 1.39em; }
	.orcamentomsg p.orcadesconto { font-size: 2.08em; }
	.buttonorcamento { font-size: 0.65em; padding: 8px 16px; }
	.contatoresp h5 { font-size: 1.05em; }
	.redesociais { float: left; padding: 4% 0 4% 36.5%; }
}

@media screen and (max-width: 520px){
	.prod { font-size: 1.1em; padding: 0 8% 3% 8% }
	.produtostexto img { width: 30%; }
	.contatoresp img { width: 43%; }
	.redesociais { float: left; padding: 4% 0 4% 35%; }
}

@media screen and (max-width: 490px){
	.button { font-size: 0.88em; }
	.chamadaum h2 { font-size: 1.4em; }
	.chamadaum p { font-size: 0.96em; }
	.carmais { font-size: 0.98em; padding: 1.8% 3.8%; }
	.produtostexto p { padding: 0.6% 1.8%; }
	.modal { padding-top: 11.8%; }
	.produtostexto img.imgmodal { max-width: 90px; margin-right: 1%; }
	.modal h4 { font-size: 1.3em; margin-bottom: 10.5%; }
	.modal p { font-size: 1.15em; padding-left: 0; padding-right: 0; padding-bottom: 5.5%; }
	.modal p.atencao { font-size: 0.89em; }
	.modal ul { padding-bottom: 5.5%; }
	.modal li { font-size: 1.15em; }
	.modal li.titu { font-size: 1.15em; }
	.close { margin-top: 4.8%; }
	.buttonorcamentowhats { font-size: 0.92em; }
}

@media screen and (max-width: 480px){
	.header p { padding-right: 26%; }
	.redesociais { padding: 4% 0 4% 33%; }
}

@media screen and (max-width: 460px){
	.menu-logo img { width: 100%; max-width: 210px; }
	.header p { padding-right: 23%; }
	.chamadaum h2 { font-size: 1.3em; }
	.chamadaum p { font-size: 0.95em; }
	.carmais { font-size: 0.97em; padding: 1.9% 3.9%; }
	.prod { font-size: 1.1em; padding: 0 6% 5% 6% }
	.produtostexto h2 { padding-top: 1.5%; font-size: 1.09em; }
	.produtostexto p { padding: 1% 1.5%; font-size: 0.95em; }
	.modal h4 { font-size: 1.25em; margin-bottom: 10.8%; }
	.modal p { font-size: 1.1em; padding-left: 0; padding-right: 0; padding-bottom: 5.5%; }
	.modal p.atencao { font-size: 0.88em; }
	.modal ul { padding-bottom: 5.5%; }
	.modal li { font-size: 1.1em; padding-bottom: 7%; }
	.close { margin-top: 4.8%; }
	.buttonorcamentowhats { font-size: 0.91em; }
	.contatoresp img { width: 40%; }
}

@media screen and (max-width: 440px){
	.menu-logo img { width: 100%; max-width: 200px; }
	.header { background-image: url("imagem/resp/fundo-home-440.jpg"); }
	h1 { font-size: 1.35em; }
	h3 { font-size: 1.35em; }
	.mercadotext { font-size: 1.35em; }
	.chamadaum h2 { font-size: 1.3em; padding: 0 5%; }
	.pularchamada { display: inline; }
	.carmais { font-size: 0.96em; }
	.produtostexto { width: 98%; margin-left: 0; margin-right: 1%; margin-bottom: 6%; }
	.produtostexto img { max-width: 125px; }
	.produtostexto h2 { padding-top: 1.5%; font-size: 1.05em; }
	.produtostexto p { padding: 1.5% 1.5% 1% 0.5%; font-size: 0.9em; }
	.modal h4 { font-size: 1.2em; }
	.modal p { font-size: 1.1em; padding-left: 0; padding-right: 0; padding-bottom: 5.5%; }
	.modal p.atencao { padding-top: 14%; font-size: 0.87em; }
	.modal ul { padding-bottom: 5.5%; }
	.modal li { font-size: 1.1em; }
	.saibamais { display: inline; font-size: 0.9em; }
	.estampas { height: 70vh; margin-bottom: 25%; }
	.todasestampa p { padding-right: 10%; }
	.orcamentomsg p { font-size: 1.19em; }
	.orcamentomsg p.orcadesconto { font-size: 1.77em; }
}

@media screen and (max-width: 430px){
	.produtostexto p { padding: 0.2% 1.5% 1% 0.5%; }
	.modal p { padding-left: 0; padding-right: 0; padding-bottom: 5.5%; }
}

@media screen and (max-width: 420px){
	.menu-logo img { width: 100%; max-width: 195px; }
	.header h2 { font-size: 2.1em; }
	.header p { font-size: 1.4em; }
	h1 { padding: 12% 0 3% 0; }
	h3 { padding: 12% 0 3% 0; }
	.produtostexto h2 { padding-top: 1.1%; }
	.produtostexto p { padding: 0.2% 1.5% 0.8% 0; font-size: 0.9em; }
	.modal { padding-top: 12%; }
	.modal h4 { font-size: 1.1em; margin-top: 8%; margin-bottom: 11%; }
	.modal p { font-size: 1.08em; padding-left: 0; padding-right: 0; padding-bottom: 5.8%; }
	.modal p.atencao { font-size: 0.85em; }
	.modal ul { padding-bottom: 5.8%; }
	.modal li { font-size: 1.08em; }
	.close { margin-top: 5.5%; }
	.buttonorcamentowhats { font-size: 0.88em; }
	.redesociais { padding: 4% 0 4% 31%; }
}

@media screen and (max-width: 400px){
	.menu-logo img { width: 100%; max-width: 190px; }
	.header h2 { font-size: 2em; }
	.header p { font-size: 1.3em; }
	.button { margin-left: 2%; }
	h1 { font-size: 1.25em; }
	h3 { font-size: 1.25em; }
	.mercado p { font-size: 0.9em; }
	.apresentacao { padding-left: 4%; padding-right: 5%; }
	.mercadotext { left: 2%; }
	.chamadaum h2 { font-size: 1.2em; }
	.carmais { font-size: 0.95em; }
	.produto { margin-left: 2%; }
	.produtostexto { width: 99%; margin-left: 0; margin-right: 1%; margin-bottom: 6%; }
	.produtostexto h2 { padding-top: 1%; font-size: 1.04em; }
	.produtostexto p { padding: 1% 1.5% 0.5% 0; font-size: 0.9em; }
	.modal { padding-top: 12.4%; }
	.produtostexto img.imgmodal { max-width: 80px; margin-right: 1%; }
	.modal h4 { font-size: 1.08em; margin-top: 8%; margin-bottom: 11%; }
	.modal p { font-size: 1.05em; padding-left: 0; padding-right: 0; padding-bottom: 6.6%; }
	.modal p.atencao { font-size: 0.84em; }
	.modal ul { padding-bottom: 6.6%; }
	.modal li { font-size: 1.05em; }
	.close { font-size: 1.7em; margin-top: 5.5%; }
	.buttonorcamentowhats { font-size: 0.85em; }
	.estampas { margin-bottom: 40%; }
}

@media screen and (max-width: 380px){
	.menu-logo img { width: 100%; max-width: 185px; }
	.header h2 { font-size: 1.9em; }
	.header p { font-size: 1.25em; }
	.chamadaum h2 { font-size: 1.1em; }
	.carmais { font-size: 0.94em; padding: 2.2% 6%; }
	.produtostexto h2 { padding-top: 1%; font-size: 1em; }
	.produtostexto p { padding: 0 1% 0 0; font-size: 0.88em; }
	.saibamais { display: inline; font-size: 0.85em; }
	.modal { padding-top: 12.8%; }
	.produtostexto img.imgmodal { max-width: 78px; margin-right: 0.8%; }
	.modal h4 { font-size: 1.05em; margin-top: 7%; margin-bottom: 11.5%; }
	.modal p { font-size: 1.03em; padding-left: 0; padding-right: 0; padding-bottom: 6.8%; }
	.modal p.atencao { font-size: 0.83em; }
	.modal ul { padding-bottom: 6.8%; }
	.modal li { font-size: 1.015em; }
	.close { font-size: 1.6em; margin-top: 5.5%; }
	.buttonorcamentowhats { font-size: 0.83em; }
	.redesociais { padding: 4% 0 4% 30%; }
	.creditos p { font-size: 0.65em; }
}

@media screen and (max-width: 370px){
	.prodtxtresp { display: none; }
	.produtostexto h2 { padding-top: 2%; }
	.produtostexto p { padding: 1% 1%; font-size: 0.88em; }
	.modal p { font-size: 1.02em; padding-left: 0; padding-right: 0; padding-bottom: 7.5%; }
	.modal p.atencao { font-size: 0.82em; }
	.modal ul { padding-bottom: 7.5%; }
	.modal li { font-size: 1.01em; }
}

@media screen and (max-width: 360px){
	.menu-logo { padding-top: 4%; }
	.menu-logo img { width: 100%; max-width: 175px; }
	.header h2 { font-size: 1.8em; }
	.header p { font-size: 1.2em; }
	.modal { padding-top: 13%; }
	.produtostexto img.imgmodal { max-width: 74px; margin-right: 1%; }
	.modal h4 { font-size: 1.01em; margin-top: 7%; margin-bottom: 12%; }
	.modal p { font-size: 1.01em; padding-left: 0; padding-right: 0; padding-bottom: 8%; }
	.modal p.atencao { font-size: 0.81em; }
	.modal ul { padding-bottom: 8%; }
	.modal li { font-size: 1em; }
	.checkpag { padding-right: 0.3%; }
	.close { font-size: 1.5em; margin-top: 5.5%; }
	.buttonorcamentowhats { font-size: 0.8em; }
	.orcamentomsg p { font-size: 1.08em; }
	.orcamentomsg p.orcadesconto { font-size: 1.6em; }
	.redesociais { padding: 4% 0 4% 29%; }
}

@media screen and (max-width: 350px){
	.produtostexto img.imgmodal { max-width: 70px; }
}

@media screen and (max-width: 340px){
	.menu-logo img { width: 100%; max-width: 170px; }
	.header h2 { font-size: 1.65em; }
	.header p { font-size: 1.18em; }
	h1 { font-size: 1.15em; }
	h3 { font-size: 1.15em; }
	.mercadotext { font-size: 1.1em; }
	.chamadaum h2 { font-size: 1em; }
	.produtostexto h2 { font-size: 0.97em; }
	.produtostexto p { padding: 1% 1% 0 0; font-size: 0.86em; }
	.modal { padding-top: 13.2%; }
	.produtostexto img.imgmodal { max-width: 60px; margin-top: 2.8%; }
	.modal h4 { font-size: 1em; margin-top: 7%; margin-bottom: 12.5%; }
	.modal p { font-size: 1em; padding-left: 0; padding-right: 0; padding-bottom: 8.5%; }
	.modal p.atencao { font-size: 0.8em; }
	.modal ul { padding-bottom: 8.5%; }
	.modal li { font-size: 0.98em; }
	.checkpag { padding-right: 0.2%; }
	.close { font-size: 1.4em; margin-top: 5.2%; }
	.buttonorcamentowhats { font-size: 0.8em; }
	.redesociais { padding: 4% 0 4% 27%; }
}

@media screen and (max-width: 330px){
	.produtostexto img.imgmodal { max-width: 55px; margin-top: 3%; }
	.modal li { font-size: 0.96em; }
}

@media screen and (max-width: 320px){
	.rodape { height: 65vh; max-height: 65%; }
}

@keyframes aparecer{
	0% {opacity: 0;}
	100% {opacity: 1;}
}

@keyframes aniwhats {
  0% { transform: scale(1); }
  65% { transform: scale(1.13); }
  100% { transform: scale(1); }
}