* { 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: 70vh;
	max-height: 70%;
	background-color: #42604D;
	background-image: url("imagem/fundo-paginas.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    background-size: cover;
}

.menu {
	overflow: hidden;
}

.menu-logo {
	float: left;
	padding-top: 1.4%;
	padding-left: 10.5%;
}

.menu-logo img {
    width: 100%;
    height: auto;
}

.menunav {
	float: right;
	padding-top: 3%;
	padding-right: 8%;
}

.menunav a {
	float: left;
	color: #fff;
	margin: 0 15px;
	padding-bottom: 5px;
	text-decoration: none;
	font-size: 1.45em;
	font-weight: 600;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: 1px 1px 6px #323232;
}

.menunav a:hover {
	border-bottom: 2px solid #84eba9;
	color: #84eba9;
	transition: 0.3s;
}

.menuativo {
	border-bottom: 2px solid #84eba9;
}

a.famenu {
	font-style: normal;
	font-weight: 300;
	font-size: 1.9em;
}

/*=========== Dropdown ==========*/
.dropdown { float: left; display: inline-block; }
.dropdown-content { display: none; top: 11.5%; position: absolute; padding: 1% 0; background-color: #42604D; background-image: linear-gradient(to right, #42604D, #233329); min-width: 450px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }
.dropdown-content a { width: 100%; color: black; padding: 3% 10% 3% 1%; text-decoration: none; display: block; color: #fff;  }
.dropdown:hover .dropdown-content { display: block; }
.dropdown-content a:hover { border-bottom: none; }
.dropdown-content i { padding-right: 2%;  }

.msgvertop {
	margin: 0;
	position: absolute;
	width: 100%;
	top: 55%;
	-ms-transform: translateY(-56%);
	transform: translateY(-56%);
}

.msgvert {
	margin: 0;
	position: absolute;
	width: 100%;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header h1 {
	color: #84eba9;
	font-size: 3.6em;
	text-align: center;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	text-shadow: 1px 1px 6px #000;
}

h1.bemmenor {
	font-size: 3.2em;
}

h1.bemmenorainda {
	font-size: 3.1em;
}

.header p {
	color: #fff;
	font-size: 2.1em;
	text-align: center;
	font-weight: 400;
	font-style: italic;
	text-shadow: 1px 1px 6px #000;
}

.paginas {
	position: relative;
	width: 100%;
    height: auto;
	overflow: auto;
	background-color: #FCFAFB;
	background-image: url("imagem/fundo-abstrato.jpg");
	background-position: left;
	background-repeat: repeat-y;
	padding-top: 1%;
	padding-bottom: 7%;
	padding-left: 7%;
	padding-right: 9%;
}

.paginas h2 {
	font-size: 2.5em;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	color: #85C09A;
	padding-top: 7%;
}

.paginas h2::after { content: ''; display: block; width: 5%; border-top: 2px solid #daece0; }

.paginas h3 {
	font-size: 2.35em;
	font-weight: 700;
	font-style: italic;
	text-transform: uppercase;
	color: #85C09A;
	padding-top: 7%;
}

.paginas p {
	font-size: 1.9em;
	font-style: italic;
	padding-top: 3%;
}

p.soparagrafo {
	padding-top: 5%;
}

p.pmaisespaco {
	padding-top: 8%;
}

.paginas a {
	color: #85C09A;
	text-decoration: none;
	font-weight: 700;
}

.paginas ul {
	padding-top: 3%;
	padding-bottom: 2%;
	list-style: none;
}

.paginas li {
	font-size: 1.9em;
	font-style: italic;
}

.paginas i {
	margin-right: 1%;
	color: #daece0;
}

a.amesmacor {
	text-decoration: none;
	color: #666666;
	cursor: pointer;
	font-weight: 400;
}

.callaction {
	padding-top: 3.5%;
	padding-bottom: 6%;
}

.callaction a {
	display: inline-block;
	color: #fff;
	background-color: #85C09A;
	background-image: linear-gradient(to right, #85C09A, #398554);
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 0.8em;
	padding: 1.5% 2%;
	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;
	margin-bottom: 2%;
}

.callaction a:hover {
	background-color: #398554;
	background-image: linear-gradient(to right, #398554, #398554);
	transition: 0.3s;
}

.espacofimpag {
	width: 100%;
	min-height: 100px;
	padding-bottom: 4%;
}

.orcamento {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: 100%;
	background-color:#f2f3f7;
	background-image: url("imagem/fundo-pagina.jpg");
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    background-size: cover;
}

.orcamentomsg {
	color: #9c9c9c;
	text-align: center;
	text-shadow: 1px 1px 6px #ccc;
}

.orcamentomsg p {
	font-size: 2.54em;
	font-weight: 400;
	color: #9c9c9c;
}

.orcamentomsg p.orcadesconto {
	text-transform: uppercase;
	font-size: 4.8em;
	font-weight: 700;
	color: #546f5e;
}

.maiusculo {
	text-transform: uppercase;
}

.buttonorcamento {
	display: inline-block;
	margin-top: 2%;
	color: #fff;
	background-color: #398554;
	background-image: linear-gradient(to right, #398554, #42604D);
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 1.2em;
	font-weight: 600;
	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: #398554;
	background-image: linear-gradient(to right, #398554, #398554);
	transition: 0.3s;
}

.rodape {
	width: 100%;
    height: 51vh;
	max-height: 51%;
	background-color: #42604D;
	background-image: linear-gradient(to right, #42604D, #233329);
	overflow: auto;
}

.contato {
	margin-left: 8%;
	margin-right: 10%;
	padding-top: 3%;
	border-bottom: 1px solid #42604D;
	overflow: auto;
}

.contatoresp {
    float: left;
    width: 33.33%;
    height: auto;
	line-height: 19px;
	padding-bottom: 4%;
}

.contatoresp img {
	padding-top: 1.3%;
	padding-bottom: 2%;
}

.contatoresp h5 {
	font-size: 1.4em;
	font-weight: 700;
	color: #fff;
	text-transform: none;
	font-style: normal;
	margin-bottom: 0;
	line-height: 1.6em;
}

.contatoresp h6 {
	font-weight: 600;
	font-size: 0.95em;
	padding-top: 1%;
}

.contatoresp p {
	color: #fff;
	font-size: 1.2em;
	text-align: left;
	padding-left: 0;
	line-height: 1.7em;
}

.contatoresp a {
	text-decoration: none;
	font-weight: 600;
	color: #a0afa6;
	font-size: 1.2em;
}

.contatoresp a:hover {
	color: #d9dfdb;
	transition: 0.3s;
}

.tituloroda {
	display: block;
	font-size: 1.6em;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 600;
	color: #fff;
	margin-bottom: 8%;
	padding-top: 3%;
}

.horarios {
	margin-top: 2%;
	margin-right: 2%;
	border-bottom: 1px dotted #42604D;
	padding-bottom: 3%;
}

.ctcdir, .ctcdirfechado {
	float: right;
	padding: 0.9% 3%;
	background-color: #42604D;
}

.ctcdirfechado {
	background-color: #7a8f82;
}

.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: #42604D;
	color: #fff;
	text-shadow: 1px 1px 6px #323232;
}

.redesociais .fa:hover {
	background-color: #7a8f82;
	color: #fff;
	transition: 0.3s;
}

.creditos p {
	text-align: right;
	padding-right: 10%;
	padding-top: 1.2%;
	color: #7a8f82;
	font-size: 0.99em;
}

.creditos a {
	color: #7a8f82;
	font-weight: 600;
}

.incodestudio {
	color: #fff;
	font-weight: 600;
}

#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: #85C09A;
	background-image: linear-gradient(to bottom, #b5d9c2, #85C09A);
	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: #85C09A;
	background-image: linear-gradient(to bottom, #85C09A, #85C09A);
	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.setacima {
	font-size: 3.2em;
	padding-top: 10px;
	background-color: #42604D;
	background-image: linear-gradient(to bottom, #42604D, #233329);
}

#botoes a.setacima:hover {
	background-color: #233329;
	background-image: linear-gradient(to bottom, #233329, #233329);
	transition: 0.3s;
}

/*===========  menu resp ==========*/
.overlay { height: 0%; width: 100%; position: fixed; z-index: 1; top: 0; left: 0; 	background-color: #42604D; background-image: linear-gradient(to right, #42604D, #233329); 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: #85C09A; }
.closebtn { position: absolute; top: 20px; right: 45px; font-size: 2.5em !important; }
.botaomenuresp { display: none; }

/*===========  menu ==========*/
#overlaymostrarmais { position: fixed; display: none; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: #42604D; background-image: linear-gradient(to right, #42604D, #233329); z-index: 2; cursor: pointer; }
#menumostrarmais { position: absolute; top: 50%; left: 50%; font-size: 0.75em; color: #fff; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); }
#menumostrarmais a { width: 100%; padding-bottom: 8%; }
#menumostrarmais i { margin-right: 4%; color: #85C09A; font-size: 0.6em; }

/*===========  media queri ==========*/
@media screen and (max-width: 1920px){
	.header { max-height: 1080px; }
	.orcamento { max-height: 1080px; }
}

@media screen and (max-width: 1820px){
	.menunav a { font-size: 1.35em; }
	a.famenu { font-size: 1.8em; }
	.orcamentomsg p { font-size: 2.42em; }
	.orcamentomsg p.orcadesconto { font-size: 4.6em; }
	.buttonorcamento { font-size: 1.195em; }
}

@media screen and (max-width: 1780px){
	.menu-logo img { width: 90%; }
	.menunav a { font-size: 1.25em; }
	a.famenu { font-size: 1.7em; }
	.header h1 { font-size: 3.5em; }
	h1.bemmenor { font-size: 3.1em; }
	h1.bemmenorainda { font-size: 3em; }
	.header p { font-size: 2em; }
	.paginas h2 { font-size: 2.3em; }
	.paginas h3 { font-size: 2.15em; }
	.paginas p { font-size: 1.75em; }
	.paginas li { font-size: 1.75em; }
	.callaction a { font-size: 0.78em; }
	.tituloroda { font-size: 1.5em; }
	.orcamentomsg p { font-size: 2.21em; }
	.orcamentomsg p.orcadesconto { font-size: 4.2em; }
	.buttonorcamento { font-size: 1.18em; }
}

@media screen and (max-width: 1680px){
	.header { max-height: 960px; }
	.orcamento { max-height: 960px; }
	#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){
	.menu-logo img { width: 85%; }
	.menunav a { font-size: 1.15em; }
	a.famenu { font-size: 1.6em; }
	.dropdown-content { top: 9.5%; }
	.header h1 { font-size: 3.4em; }
	h1.bemmenor { font-size: 3em; }
	h1.bemmenorainda { font-size: 2.9em; }
	.header p { font-size: 1.9em; }
	.paginas h2 { font-size: 2.2em; }
	.paginas h3 { font-size: 2.05em; }
	.paginas p { font-size: 1.65em; }
	.paginas li { font-size: 1.65em; }
	.callaction a { font-size: 0.77em; }
	.orcamento { max-height: 960px; }
	.orcamentomsg p { font-size: 2.1em; }
	.orcamentomsg p.orcadesconto { font-size: 4em; }
	.buttonorcamento { font-size: 1.1em; }
	.contato { margin-left: 10%; }
	.contatoresp img { width: 70%; }
	.contatoresp h5 { font-size: 1.085em; }
	.contatoresp h6 { font-size: 0.79em; }
	.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){
	.menunav a { font-size: 1.05em; }
	a.famenu { font-size: 1.5em; }
	.header h1 { font-size: 3.3em; }
	h1.bemmenor { font-size: 2.9em; }
	h1.bemmenorainda { font-size: 2.8em; }
	.header p { font-size: 1.8em; }
	.paginas h2 { font-size: 2.1em; }
	.paginas h3 { font-size: 2em; }
	.paginas p { font-size: 1.55em; }
	.paginas li { font-size: 1.55em; }
	.callaction a { font-size: 0.76em; }
	.orcamentomsg p { font-size: 2.05em; }
	.orcamentomsg p.orcadesconto { font-size: 3.9em; }
	.buttonorcamento { font-size: 1.05em; }
	.contatoresp h5 { font-size: 1.04em; }
	.contatoresp h6 { font-size: 0.78em; }
	.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: 1.2%; }
	.menu-logo img { width: 100%; max-width: 260px; }
	.menunav a { font-size: 1em; }
	a.famenu { font-size: 1.45em; }
	.dropdown-content { top: 11.5%; min-width: 360px; }
	.header h1 { font-size: 3.5em; }
	h1.bemmenor { font-size: 2.5em; }
	h1.bemmenorainda { font-size: 2.1em; }
	.header p { font-size: 1.65em; }
	.paginas h2 { font-size: 2.1em; }
	.paginas h3 { font-size: 1.8em; }
	.paginas p { font-size: 1.5em; }
	.paginas li { font-size: 1.5em; }
	.callaction a { font-size: 0.6em; }
	.orcamentomsg p { font-size: 1.95em; }
	.orcamentomsg p.orcadesconto { font-size: 3.7em; }
	.buttonorcamento { font-size: 0.85em; }
	.rodape { height: 48vh; max-height: 48%; }
	.contatoresp img { width: 65%; }
	.contatoresp p { font-size: 0.8em; padding-left: 0; line-height: 1.5em; }
	p.rodaparagrafomenor { font-size: 0.715em; }
	.contatoresp a { font-size: 1em; }
	.contatoresp h5 { font-size: 1em; padding-bottom: 0; }
	.contatoresp h6 { font-size: 0.77em; 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-top: 1%; padding-left: 7%; }
	.menunav { padding-right: 4.5%; }
	#botoes { right: 1%; }
}

@media screen and (max-width: 1280px){
	.orcamentomsg p { font-size: 1.7em; }
	.orcamentomsg p.orcadesconto { font-size: 3.2em; }
	.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: 1180px){
	.menu-logo img { width: 90%; }
	.header h1 { font-size: 3em; }
	h1.bemmenor { font-size: 2em; }
	h1.bemmenorainda { font-size: 2em; }
	.header p { font-size: 1.2em; }
	.paginas { padding-left: 5%; padding-right: 7%; }
	.buttonorcamento { font-size: 0.845em; }
	.rodape { height: 46vh; max-height: 46%; }
	.contatoresp h5 { font-size: 0.95em; }
	.contatoresp h6 { font-size: 0.73em; }
	.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){
	.header p { font-size: 1.16em; }
	.menunav a { font-size: 0.9em; }
	a.famenu { font-size: 1.1em; }
	.paginas h2 { font-size: 2em; }
	.paginas h3 { font-size: 1.7em; }
	.paginas p { font-size: 1.3em; }
	.paginas li { font-size: 1.3em; }
	.orcamentomsg p { font-size: 1.47em; }
	.orcamentomsg p.orcadesconto { font-size: 2.8em; }
}

@media screen and (max-width: 1068px){
	.rodape { height: 48vh; max-height: 48%; }
	.contato { margin-left: 10%; }
	.contatoresp img { width: 60%; }
	.contatoresp { width: 46%; }
	.semhorario { display: none; }
}

@media screen and (max-width: 1024px){
	.menu-logo { padding-top: 1.8%; padding-left: 4%; }
	.menunav { display: none; }
	.botaomenuresp { display: block; font-size: 1.8em; cursor: pointer; color:#fff; float: right; padding-top: 3.5%; padding-right: 4%; }
	.carmais { padding: 2.5% 6%; }
	#botoes { bottom: 3%; }
}

@media screen and (max-width: 980px){
	.menu-logo { padding-top: 2%; }
	.menu-logo img { width: 80%; }
	.paginas h2 { font-size: 1.7em; }
	.paginas h3 { font-size: 1.45em; }
	.paginas p { font-size: 1.2em; }
	.paginas li { font-size: 1.2em; }
	.rodape { height: 46vh; max-height: 46%; }
}

@media screen and (max-width: 890px){
	h1.bemmenorainda { font-size: 1.8em; }
}

@media screen and (max-width: 860px){
	.paginas h2 { font-size: 1.5em; }
	.paginas h3 { font-size: 1.25em; }
	.paginas p { font-size: 1.1em; }
	.paginas li { font-size: 1.1em; }
	.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: 768px){
	.header { background-image: url("imagem/resp/fundo-pagina.jpg"); background-position: center center; }
	.orcamentomsg p { font-size: 1.17em; }
	.orcamentomsg p.orcadesconto { font-size: 2.2em; }
	.contato { margin-left: 7%; margin-right: 0; }
	.redesociais { margin-right: 10%; }
	.creditos p { padding-right: 10%; }
}

@media screen and (max-width: 720px){
	.header h1 { font-size: 2.9em; }
	h1.bemmenor { font-size: 1.8em; }
	h1.bemmenorainda { font-size: 1.5em; }
	.header p { font-size: 1em; }
	.carmais { font-size: 0.8em; padding: 8px 28px; }
	.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: 40%; display: block; margin-left: auto; margin-right: auto; padding-top: 0; }
	.contatoresp h5 { text-align: center; font-size: 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){
	.menu-logo { padding-top: 1.5%; }
	.header h1 { font-size: 2.75em; }
	h1.bemmenor { font-size: 1.75em; }
	h1.bemmenorainda { font-size: 1.45em; padding: 0 5%; }
	.paginas h2 { font-size: 1.3em; padding-top: 8%; }
	.paginas h3 { font-size: 1.2em; padding-top: 8%; }
	p.soparagrafo { padding-top: 8%; }
	p.paragrafo { padding-top: 4.5%; }
	.paginas p { font-size: 1em; padding-top: 5%; }
	.paginas li { font-size: 1em; padding-top: 2%; }
	p.pmaisespaco { padding-top: 11%; }
}

@media screen and (max-width: 660px){
	.redesociais { padding: 4% 0 4% 38%; }
}

@media screen and (max-width: 640px){
	.header h1 { font-size: 2.4em; }
	h1.bemmenor { font-size: 1.7em; }
	h1.bemmenorainda { font-size: 1.45em; }
	.buttonorcamento { font-size: 0.7em; padding: 12px 22px; }
	.contatoresp h5 { font-size: 0.9em; }
	.redesociais { float: left; padding: 4% 0 4% 37%; }
}

@media screen and (max-width: 580px){
	.header h4 { padding-left: 14%; padding-right: 14%; }
	.header p { padding-left: 22%; padding-right: 22%; }
	.contatoresp img { width: 40%; }
	.redesociais { float: left; padding: 4% 0 4% 36%; }
}

@media screen and (max-width: 540px){
	.header h1 { font-size: 2em; }
	h1.bemmenor { font-size: 1.7em; }
	h1.bemmenorainda { font-size: 1.45em; padding-left: 18%; padding-right: 18%; }
	.header p { padding-left: 16%; padding-right: 16%; }
	.orcamentomsg p { font-size: 1em; }
	.orcamentomsg p.orcadesconto { font-size: 1.9em; }
	.buttonorcamento { font-size: 0.6em; padding: 10px 20px; }
	.redesociais { float: left; padding: 4% 0 4% 36.5%; }
}

@media screen and (max-width: 520px){
	.header { background-image: url("imagem/respsmall/fundo-home.jpg"); background-position: right center; }
	.contatoresp img { width: 45%; }
	.redesociais { float: left; padding: 4% 0 4% 35%; }
}

@media screen and (max-width: 500px){
	.creditos p { padding: 3% 28% 0 28%; }
}

@media screen and (max-width: 490px){
	.callaction { padding-bottom: 12%; }
	th, td { font-size: 0.9em; }
	p.pmaisespaco { padding-top: 13%; }
}

@media screen and (max-width: 480px){
	.menu-logo img { width: 60%; padding-top: 0; }
	.header h1 { font-size: 1.9em; }
	h1.bemmenor { font-size: 1.4em; }
	h1.bemmenorainda { font-size: 1.4em; }	
	.header p { padding-left: 10%; padding-right: 10%; }
	.botaomenuresp { font-size: 1.4em; padding-top: 3%; }
	.overlay a { font-size: 1.5em; }
	#menuviagens { font-size: 0.8em; }
	.carmais { font-size: 0.7em; padding: 5px 20px; }
	.redesociais { padding: 4% 0 4% 33%; }
}

@media screen and (max-width: 460px){
	.contatoresp img { width: 50%; }
}

@media screen and (max-width: 440px){
	.menu-logo img { width: 60%; }
	.paginas { padding-left: 6%; padding-right: 7%; }
	.paginas li { font-size: 1em; padding-top: 3%; }
}

@media screen and (max-width: 420px){
	.redesociais { padding: 4% 0 4% 31%; }
	.creditos p { padding: 3% 25% 0 25%; }
}

@media screen and (max-width: 400px){
	.header h1 { font-size: 1.7em; }
	h1.bemmenor { font-size: 1.3em; }
	h1.bemmenorainda { font-size: 1.3em; }
	.paginas { padding-left: 4%; padding-right: 5%; }
	.paginas h2 { font-size: 1.1em; }
	.paginas h3 { font-size: 1em; }
}

@media screen and (max-width: 380px){
	.orcamentomsg p { font-size: 0.85em; }
	.orcamentomsg p.orcadesconto { font-size: 1.6em; }
	.redesociais { padding: 4% 0 4% 30%; }
	.creditos p { font-size: 0.65em; }
}

@media screen and (max-width: 360px){
	.contatoresp img { width: 55%; }
	.redesociais { padding: 4% 0 4% 29%; }
}

@media screen and (max-width: 350px){
	.creditos p { padding: 3% 22% 0 22%; }
}

@media screen and (max-width: 340px){
	.menu-logo img { width: 55%; }
	.header h1 { font-size: 1.5em; }
	h1.bemmenor { font-size: 1.1em; }
	h1.bemmenorainda { font-size: 1.25em; }
	.redesociais { padding: 4% 0 4% 27%; }
}

@media screen and (max-width: 320px){
	.rodape { height: 65vh; max-height: 65%; }
}

/*=========== Animacoes CSS3  ==========*/
@keyframes aniwhats {
  0% { transform: scale(1); }
  65% { transform: scale(1.13); }
  100% { transform: scale(1); }
}