@charset "utf-8";
/**/

.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}
/**/
@font-face {
 font-family: font1;
 src: url(Lato-Regular.ttf);
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#F8F8F8;
}
.root {
	max-width: 1200px;
	margin: auto;
	padding: 0px 20px;
}
.box {
	float: left;
	width: 100%;
}
h1, h2, h3 {
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fontMed {
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 30px;
}
#pg-sup {
	float: left;
	width: 100%;
	background-color:#F2503B;
}
.hoverzoom {
	position: relative;
	width: 20%;
	overflow: hidden;
	float:left;
}
.hoverzoom img{ width: 375px; height: 320px;}
.hoverzoom > img {
	width: 100%;
	border-radius: 2px;
-webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom:hover > img {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}
.hoverzoom .retina {
	position: absolute;
	width: 90%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	text-align: center;
	padding: 5%;
-webkit-transition:	 all .8s cubic-bezier(.190, 1.000, .220, 1.000);
-moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
-ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
-o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.hoverzoom:hover .retina {
	opacity: 1;
	box-shadow: inset 0 0 100px 50px rgba(0, 0, 0, .5);
}
#unidade a{
	color:#FFF;
}
.hoverzoom h3{
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size:40px;
}
#unidade {
	float: left;
	width: 90%;
	padding: 5%;
	background-color: #F2503B;
}
#unidade-slide {
	float: left;
	width: 100%;
}
#unidade-t {
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size: 35px;
	margin-top: 10px;
	color: #F2503B;
	text-align: center;
	background-color: #FFF;
	float:left;
	width:100%;
	padding-top:5%;
	padding-bottom:2%;
}
.pg-acesso {
	float: left;
	width: 100%;
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 30px 0px;
	margin-top: -5%;
	color: #000;
	z-index: 9;
	position: relative;
}
#pg-acesso2 {
	float: left;
	width: 100%;
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 30px 0px;
	color: #000;
}
#pg-acesso2 h1 {
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #2C4B5F;
}
#pg-acesso2 h2 {
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #8DBF26;
}
#pg-acesso-int {
	float: left;
	width: 100%;
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-bottom: 2%;
	text-align: justify;
	color: #000;
	line-height:25px;
	padding-top:20px;
}
#pg-acesso-int .titulo-int {
	border-top: #CCC solid 1px;
	padding: 3% 0px;
	margin-bottom: 20px;
	text-align: center;
}
#pg-acesso-int h1 {
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #F2503B;
	border-bottom: 1px solid #CCC; /* Borda a esquerda*/
	padding-left:10px;
	line-height: 100%;
	margin:20px 0px;
	text-align:left;
}
#pg-acesso-int h2 {
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333;
}
#pg-acesso-int h3 {
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #333;
	text-align: left;
}
#pg-acesso-int a {
	color: #F2503B;
	text-decoration: none;
}
#pg-acesso-int .divImg {
	float: right;
	width: 45%;
	margin-left: 2%;
}
#pg-acesso-int img {
	/*border: 10px solid #fff;*/
	transition: all 0.3s ease;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
	margin: 10px 0px;
}
#pg-acesso-int img:hover {
	transition: all 0.3s ease;
	-webkit-filter: contrast(1.2);
	filter: contrast(1.2);
}
#pg-acesso-int .acesso {
	width: 260px;
	height: 250px;
	float: left;
	font-family: "font1", Arial, Helvetica, sans-serif;
	color: #F2503B;
	margin: 20px;
}
#pg-acesso-int .acesso h3 {
	font-family: "font1", Arial, Helvetica, sans-serif;
	color: #F2503B;
	font-size: 20px;
	text-align: center;
	float:left;
	width:100%;
	margin-top: 10px;
	font-weight:none;
}
#pg-acesso-int .acesso img {
	float: left;
	width: 100%;
	height: 200px;
	margin: 0px;
	padding: 0px;
	border: none;
}
#pg-acesso-int .acesso img:hover, .jcarousel img:hover {
	transition: all 0.3s ease;
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}
#pg-acesso-int .menu-lat {
	width: 38%;
	float: right;
	margin-left: 2%;
	font-family: "font1", Arial, Helvetica, sans-serif;
}
#pg-acesso-int .menu-lat h4 {
	font-family: "font1", Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	font-size: 20px;
	color: #0095E5;
	font-weight: normal;
	margin: 0px;
	text-align: center;
}
#pg-acesso-int .menu-lat ul {
	float: left;
	width: 100%;
	list-style: none;
}
#pg-acesso-int .menu-lat ul li a {
	color: #F2503B;
	text-decoration: none;
	width: 94%;
	padding: 3%;
	float: left;
	margin-left: -40px;
	line-height: 15px;
	font-size: 14px;
	text-align: left;
	border-bottom:#CCC solid 1px;
	border-left:#F2503B solid 1px;
}
#pg-acesso-int .menu-lat ul li:last-child a {
    border-bottom:none;
}
#pg-acesso-int .menu-lat ul li a:hover {
	transition: all 0.3s ease;
 	background-color: #EBEBEB;
}
.telefones-lat {
	padding:5%;
	width:40%;
	float:left;
}
#pg-acesso-int .telefones-lat img {
	box-shadow: 0 0 0px #FFF;
	float: left;
	margin-top:-1px;
	margin-right:2px;
}
.telefones-lat span {
	float:left;
	width:100%;
	margin-bottom:10px;
}
#logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
#anima {
	float: left;
	width: 100%;
}
#animaBt1 {
	position: absolute;
	position: absolute;
	font-size: 30px;
	color: #FFF;
	right: 50%;
	left: 50%;
	bottom: 10%;
	width: 114px;
	z-index: 99999999;
	margin-left: 475px;
}
/*swiper*/
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;

}
.swiper-slide {
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 0px;
		
}
/**/
	
.swiper-slide span {
	position: absolute;
	width: 90%;
	right: 0;
	left: 0;
	bottom: 5%;
	margin: auto;
	text-align:center;
}
.swiper-slide h2 {
	color: #FFF;
	font-size: 280%;
	padding:1%;
	font-family:font1, Arial;
	text-shadow: 4px 3px 12px rgba(0, 0, 0, 1);
}
.swiper-slide h3 {
	color: #FFF;
	font-size: 150%;
	padding:1%;
	text-shadow: 4px 3px 12px rgba(0, 0, 0, 1);
}
 @media screen and (max-width : 1024px) {
.swiper-slide h2, .swiper-slide h3 {
 font-size: 100%;
}
}
#contentMenu {
	float: left;
	width: 100%;
}
#menu {
	width: 100%;
	float: left;
	margin-top:10px;
	background-color:#F2503B;
}
/*#menu-ho {
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 60px;
}*/
/* menu horizontal-vertical by micox */
.menu-hv * {
	margin: 0;
	padding: 0;
}
.menu-hv ul {
	list-style-type: none;
	padding: 0;
	/*position: absolute;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	z-index: 999999999999999999;
}
/*Create a horizontal list with spacing*/
.menu-hv li {
	display: inline-block;
	float: left;
}
.menu-hv li {
	list-style: none;
	float: left;
	height: 1%;
}
.menu-hv li a {
	display: block;
	color: #FFFFFF;
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 60px;
	line-height: 60px;
	text-decoration: none;
	margin-left: 10px;/*background-color:#FFF;
			-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;*/
}
.menu-hv li ul {
	position: absolute;
	visibility: hidden;
	transition: all 0.3s ease;
}
.menu-hv li ul li {
	float: none;
	white-space: nowrap;
	display: inline; /* o inline é pro IE */
}
.menu-hv li ul li ul {
	position: absolute;
	left: 100%;
	top: 0;
}
.menu-hv li:hover ul, .menu-hv li.over ul {
	visibility: visible;
}
.menu-hv li:hover ul ul, .menu-hv li.over ul ul {
	visibility: hidden;
}
.menu-hv ul ul li:hover ul, .menu-hv ul ul li.over ul {
	visibility: visible;
}
/* visual */
.menu-hv ul li a:hover {
	text-decoration: none;
	transition: all 0.3s ease;
	color:#FFFF4C;
}
.menu-hv li ul li a {
	font-size: 13px;
	height: 35px;
	background-color:#F2503B;
	line-height: 35px;
	color: #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin:0px;
} /**SUBMENU */
.menu-hv ul li ul li a:hover {
	background-color:#FFFF4C;
	color: #F2503B;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
} /**SUBMENU */
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	display: none;
}
/*Hide checkbox*/
input[type=checkbox] {
	display: none;
	-webkit-appearance: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ .menu-hv {
 display: block;
}
/*menu fim*/

.bt {
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	display: inline-block;
	padding: 10px 25px;
	margin: 5px;
	background-color: #F2503B;
	color: #FFF;
}
.bt:hover {
	background-color: #F2503B;
	color: #FFF;
}
.btLg {
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	display: inline-block;
	padding: 20px 40px;
	margin: 5px;
	background-color: #F2503B;
	color: #FFF;
}
.btLg:hover {
	background-color: #F2503B;
	color: #FFF;
}
#tel {
	float: left;
	width: 100%;
	padding: 10px 0px;
	font-size: 18px;
	font-family: font1, Arial;
	color: #000;
	line-height: 20px;
	margin-bottom: 20px;/*background-color:#FFF;*/
	text-align:center;
}
#tel span {
	padding-right: 10px;
}
/*importante estrutura colunas*/
.separa {
	margin: 0px 2%;
	width: 28%;
}
.col25 {
	float: left;
	width: 25%;
}
.col30 {
	float: left;
	width: 30%;
}
.col40 {
	float: left;
	width: 40%;
}
.col50 {
	float: left;
	width: 50%;
}
.col60 {
	float: left;
	width: 60%;
}
.col50C {
	width: 46%;
	float: left;
	margin: 0 2%;
}
.col50R {
	width: 48%;
	float: left;
	margin-right: 2%;
}
.col70 {
	float: left;
	width: 70%;
}
/*importante estrutura colunas*/
.colLeft {
	font-family: font1, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 15px;
	float: left;
	width: 96%;
	max-width: 535px;
	padding: 2%;
}
.colLeft h1 {
	color: #333;
	font-size: 27px;
}
.colRight {
	font-family: font1, Arial, Helvetica, sans-serif;
	color: #F8B0B1;
	font-size: 13px;
	float: right;
	width: 96%;
	max-width: 535px;
	padding: 2%;
}
.colRight h1 {
	color: #FFF;
	font-size: 27px;
}
#pg-cen {
	float: left;
	width: 100%;
	padding: 3% 0px;
	font-family: "font1", Arial, Helvetica, sans-serif;
	line-height: 25px;
	background-color:#E8E8E8;
	color: #333;
}
#pg-cen h1 {
	float: left;
	width: 100%;
	padding-top: 40px;
	font-size:40px;
	font-family: "font1", Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
	line-height: 40px;
	color:#F2503B;

}
#pg-cen2 {
	float: left;
	width: 100%;
	padding: 3% 0px;
	font-family: "font1", Arial, Helvetica, sans-serif;
	line-height: 25px;
	color: #333;
}
#pg-cen2 .col30 {
	float: left;
	width: 26%;
	padding: 2%;
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size:14px;
		
}
.boxPreto{ color:#FFFFFF; background-color:#333333; min-height:272px;}
.boxPreto a{ color:#FFFFFF; text-decoration:none;}
.boxCinza{ color:#333333; background-color:#E8E8E8;min-height:272px;}
.boxCinza a{ color:#333333; text-decoration:none;}
.pg-tratamentos {
	float: left;
	width: 90%;
	padding: 5%;
	background-color:#F2503B;
}
#pg2 {
	float: left;
	width: 100%;
}
#pg2 .col30 {
	float: left;
	width: 13%;
	font-size: 15px;
	font-family: font1, Arial, Helvetica, sans-serif;
	color: #FFF;
	padding: 2%;
	margin-right:2%;
	margin-bottom:2%;
	line-height: 25px;
	border:#FFFFFF solid 1px;
}
#pg2 .col30 h2 {
	font-size: 25px;
	font-family: font1, Arial, Helvetica, sans-serif;
	color: #FFF;
}
#pg2 h2.titulo {
	font-size: 45px;
	font-family: font1, Arial, Helvetica, sans-serif;
	color: #FFF;
	width: 100%;
	text-align: center;
	float: left;
	margin-bottom: 40px;
}
#rodape {
	float: left;
	width: 100%;
	padding: 20px 0px;
	background-color: #406F2D;
}
.rodape-acesso {
	float: left;
	color: #BFF2AB;
	font-family: font1, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 30%;
	margin-right: 3%;
}
.rodape-acesso h3 {
	color: #68D557;
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
	font-family: font1, Arial, Helvetica, sans-serif;
}
.rodape-acesso a {
	color: #BFF2AB;
	font-family: "font1", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.rodape-acesso a:hover {
	color: #BFF2AB;
}
#direitos {
	float: left;
	width: 100%;
	font-family: font1, Arial, Helvetica, sans-serif;
	color: #F2503B;
	font-size: 12px;
	line-height: 25px;
	background-color: #FFF;
	padding: 10px 0px;
}
#direitos h3 {
	font-size: 10px;
	color: #BFF2AB;
	margin: 0px;
	font-weight: normal;
	line-height: 10px;
	text-align: center;
}
.input-class {
	border: 1px solid #CCC;
	height: 35px;
	width: 95%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
	padding-right: 1%;
	padding-left: 1%;
	color: #666;
	font-family: "font1", Arial, Helvetica, sans-serif;
}
.input-class2 {
	border: 1px solid #CCC;
	width: 95%;
	color: #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 120px;
	padding: 1%;
	font-family: "font1", Arial, Helvetica, sans-serif;
}
.enviaForm {
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	color: #F2503B;
	text-shadow: none;
	font: 600 16px/1.2em 'font1', sans-serif;
	text-transform: none;
	padding: 10px 15px;
	letter-spacing: 0;
	height: auto;
	box-shadow: none;
	background: none;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.3s ease 0s;
	background-color: #fbfbfb;
	background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f4f4f4));
	background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
	background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
	background-repeat: repeat-x;
	cursor: pointer;
}
.enviaForm:hover {
	background-color: #FFF;
}
input.error {
	border: thin solid #F00;
}
select.error {
	border: thin solid #F00;
}
textarea.error {
	border: thin solid #F00;
}
label.error {
	color: #F00;
	font-size: 10px;
	padding: 2px;
}
/*redes sociais*/
.social {
	font-family: "font1", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	padding: 2px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 5px;
}
.social a {
	color: #FFF;
}
.social a:hover {
	color: #FFF;
}
.facebook {
	background-color: #3b5998;
	color: #f8f8f8;
}
.google {
	background-color: #dc4e41;
	color: #f8f8f8;
}
.twitter {
	background-color: #55acee;
	color: #f8f8f8;
}
/*redes sociais fim*/

/*blog*/
/**BLOG*/
#blog .div-info {
	float: left;
	width: 23%;
	margin-right:2%;
}
#blog {
	color: #333;
	font-size: 12px;
	padding: 20px 0;
	float: left;
	width: 100%;
	background: #F5F5F5;
		font-family: 'font1', serif, Arial, Helvetica, sans-serif
}
#blog .infoNot{
	color: #333;
	padding: 5%;
	background: #FFFFFF
}
#blog h2 {
	color: #333333;
	font-size: 35px;
	margin-bottom: 30px
}
#blog .infoNot h3, #pg-acesso-int .infoNot h2 {
	font-size: 14px;
	margin: 10px 0;
	color: #155094
}
#pg-acesso-int .infoNot {
	font-family: 'font1', serif, Arial, Helvetica, sans-serif
}
@media screen and (max-width : 760px) {
#blog .div-info {
	float: left;
	width: 100%;
	text-align:center;
	margin-bottom:20px;

}
#blog .infoNot{
		background:none;
	padding:0px;
}
#blog .div-info img {
	max-width:270px;
}
}
/*blog fim*/

@media screen and (max-width : 760px) {
 html, body {
 max-width: 100%;
 overflow-x: hidden;
}

/*Display 'show menu' link*/
.show-menu {
 display: block;
 float: right;
 color: #F2503B;
 font-family:font1, arial;
 padding:0px;
}
#contentMenu {
 width: 100%;
}
#menu {
width:90%;
background:none;
}
#menu-ho {
 width: 90%;
 margin-left: auto;
 margin-right: auto;
}
.menu-hv li ul {
 float: left;
 position: relative;
 visibility: visible;
 width: 90%;
 margin-left: 5%;
 display: block;
}
.menu-hv li ul li {
 float: none;
 white-space: nowrap;
 display: inline; /* o inline é pro IE */
}
.menu-hv li a {
 height: 40px;
 line-height: 40px;
 color:#F2503B;
}
.menu-hv li a:hover {
 color:#FFF;
}
.menu-hv li ul li a {
 width: 100%;
 float: left;
 font-size: 90%;
 background-color: transparent;
 border-bottom: #FFFFFF 1px solid;
  color:#FFFFFF;
} /**SUBMENU */
/*Make dropdown links appear inline*/
.menu-hv ul {
 position: static;
 display: none;
}
/*Create vertical spacing*/
.menu-hv li {
 margin-bottom: 1px;
}
/*Make all menu links full width*/
.menu-hv ul li, .menu-hv li a {
 width: 95%;
 font-size: 90%;
}
.menu-hv li a {
 border-bottom: #FFFFFF 1px solid;
  color:#FFFFFF;
}
 .pgAcesso {
 width: 94%;
 margin-bottom: 5%;
 height: auto;
}
#pg1, #pg-sup, #pg2, #pg-dep, #pg-dep span, #pg-acesso, .col50, .col60, .col40, #pg-acesso-int .col60 {
 width: 94%;
 padding: 3%;
}
#pg-acesso-int .col60 {
 margin-left: 0px;
}
#pg1 img {
 width: 100%;
 height: auto;
}
#logo, #frase {
 width: 100%;
 text-align: center;
 position: relative;
}
.col30 {
 height: auto;
 margin-bottom: 20px;
}
#pg-sup .col30 {
 height: auto;
 margin-bottom: 0px;
}
#tel {
 width: 100%;
 padding: 0px;
 text-align: center;
 font-size: 100%;
}
 .rodape-acesso {
 margin: 0px;
 width: 94%;
 padding: 3%;
}
#menu {
 -webkit-border-top-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-radius-topright: 30px;
-moz-border-radius-bottomright: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
#rodape, #pg21, #pg22, .col30, .col25, .col50, .col60, .col70, .colAzul, .col50C, .menu-lat-dir, .col50R, #pg-sup .col70, .animaTxt .col25, #pg-acesso-int .divImg{
 width: 100%;
}
#pg-cen2 .col30 {
  width: 94%;
 padding: 3%;
 min-height:auto;
}
.separa {
 margin: 20px 0px;
}
#pg2 .col30 {
 width: 100%;
 height: auto;
}
.arred-menu {
 border-radius: 0px;
}
h1, h2, h3, h4, #pg2 h2.titulo,#unidade-t,#pg-cen h1, .hoverzoom h3,  #pg-acesso-int h1, .animaTxt h2, #unidade h2 {
 font-size: 150%;
}
#pg-acesso-int .acesso {
 width: 100%;
 margin: 0px;
 margin-bottom: 10px;
 height: auto;
}
#pg-acesso-int .acesso img {
 height: auto;
 max-height: auto;
}
#pg-acesso-int .acesso h2 {
 height: auto;
 font-size: 100%;
}
.box #tel {
 padding: 1%;
 width: 98%;
 position: relative;
 margin-top: 20px;
 bottom: 0px;
}
.relativo {
margin-bottom:0px;
}
.pg-fixar .col30, .pg-fixar #logo, .pg-fixar #tel, .pg-fixar #menu {
opacity: 1;
filter: alpha(opacity=100);
position: relative;
 transition: all 0.3s ease;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
.pg-fixar {
 position: relative;
 top: 0;
 z-index: 99999999;
 background-color:#FFF;
 transition: all 0.3s ease;
 height: auto;
 padding:0px;
}
.bt, .btLg {
padding:5px;
font-size:80%;
}
.swiper-slide span, .menu-lat {
display:none;
}
.hoverzoom img{ width: 100%; height: auto;}
#unidade a{ width: 100%; float: left;}
.hoverzoom{ width: 100%;}
}
