@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Kanit:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

body {
	margin: 0px;
	font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    font-family: Roboto, sans-serif;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
}
.header {
	text-align: center;
	display: block;
	padding: 5px;
	color: #FFF;
	background-color: #264193;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
.header i {
	color: #C00;
	font-size: 20px;
	display: inline-block;
	margin-right: 10px;
}
.topo {
	text-align: center;
	display: block;
	padding: 10px;
}
.topo img {
	width: 70%;
	max-width: 264px;
	height: auto;
}
.menu-topo {
	display: block;
	background-color: #264193;
	height: 60px;
}
.menu-topo ul {
	text-align: center;
	display: block;
	width: 98%;
	max-width: 1200px;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.menu-topo ul .bt-menu {
	display: none;
}
.menu-topo ul li {
	display: inline-block;
	position:relative;
}
.menu-topo ul li a {
	position: relative;
	font-size: 18px;
	line-height: 60px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	z-index: 5;
	background-color: rgba(9,174,194,0);
	-webkit-transition: all 0.2s ease 0.3s;
	-moz-transition: all 0.2s ease 0.3s;
	-o-transition: all 0.2s ease 0.3s;
	transition: all 0.2s ease 0.3s;
	font-weight: bold;
}
.menu-topo ul li a:hover {
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-topo ul li a:after {
	display: block;
	position: absolute;
	content: " ";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0%;
	background-color: rgba(9,174,194,0.5);
	z-index: -2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-topo ul li a:before {
	display: block;
	position: absolute;
	content: " ";
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 0%;
	z-index: -1;
	background-color: rgba(9,174,194,0.7);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-topo ul li:hover a:after, .menu-topo ul li a:hover:before {
	height:100%;
	background-color: rgba(9,174,194,1);
}

.banner {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
}
.banner2 {
	display: none;
	width: 100%;
	height:auto;
	position: relative;
}




.caixa-branca {
	display: block;
	margin: auto;
	width: 100%;
	background-color: #fff;
	color: #666;
	padding-top: 50px;
	padding-bottom: 50px;
}
.caixa-in {
	display: block;
	width: 98%;
	max-width: 1100px;
	height:auto;
	margin: auto;
}

.tens {
	display: table;
	margin: auto;
	width: 100%;
	background-color: #00B4BF;
}
.tens1-in {
	display: block;
	width: 100%);
	max-width: 1100px;
	margin: auto;

	padding-top: 60px;
	padding-bottom: 60px;
}
.tens2-in {
	display: block;
	width: 100%);
	max-width: 1100px;
	margin: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}
.beneficios {
	display: table;
	margin: auto;
	width: 100%;
	background-color: #00B4BF;
}
.beneficios-in {
	display: block;
	width: calc(100% - 400px);
	max-width: 700px;
	margin: auto;
	padding-right:400px;
	background-image: url(imagens/abs1.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 95%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.beneficios-in2 {
	display: block;
	width: calc(100% - 400px);
	max-width: 700px;
	margin: auto;
	padding-right:400px;
	background-image: url(imagens/esteira-termoterapeutica.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 95%;
	padding-top: 60px;
	padding-bottom: 60px;
}

.beneficios ul li {
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: lighter;
}

.reduz {
	display: table;
	margin: auto;
	width: 100%;
	background-color: #fff;
}
.reduz-in {
	display: block;
	width: calc(100% - 400px);
	max-width: 700px;
	margin: auto;
	padding-left:400px;
	background-image: url(imagens/abs2.png);
	background-repeat: no-repeat;
	background-position: 10% bottom;
	background-size: auto 95%;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom:30px;
}
.reduz-in2 {
	display: block;
	width: calc(100% - 600px);
	max-width: 700px;
	padding-left:600px;
	background-image: url(imagens/esteira-termoterapeutica-02.jpg);
	background-repeat: no-repeat;
	background-position: 10% bottom;
	background-size: auto 95%;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom:30px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}
.reduz ul li {
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #666;
	font-weight: lighter;
}

.compre {
	display: table;
	width: 100%;
	background-color: #264193;
	text-decoration: none;
	margin: auto;
}
.compre-in {
	display: block;
	width: 50%;
	margin: auto;
	padding-left:50%;
	background-image: url(imagens/phone.png);
	background-repeat: no-repeat;
	background-position: 10% top;
	background-size: auto 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.compre-in {
	display: block;
	width: 50%;
	margin: auto;
	padding-left:50%;
	background-image: url(imagens/phone.png);
	background-repeat: no-repeat;
	background-position: 10% top;
	background-size: auto 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.destaques-home {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F3F3F3;
}
.caracteristicas {
	background-image: url(imagens/bg6.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.caracterist {
	display: table;
	width: calc(98% - 20px);
	max-width: 1100px;
	height: auto;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #FFF;
	padding: 10px;
}
.caract {
	display: inline-block;
	width: calc(32% - 10px);
	min-width: 250px;
}
.caract a {
	text-decoration: none;
	display: block;
}
.caract:nth-child(2) {
	margin-left: 15px;
	margin-right: 15px;
}
.caract-img {
	display: block;
	position: relative;
	background-color: #264193;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.caract-img img {
	display: block;
	width: 100%;
	height: auto;
	transform:scale(1,1);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.caract-img:hover img {
	transform:scale(1.1,1.1);
}
.caract-img:before {
	display: block;
	position:absolute;
	top: 0px;
	left: 0px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	content: " ";
	border: solid 2px rgba(255,255,255,0);
	transform:scale(1.1,1.1);
	z-index: 999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.caract-img:hover:before {
	border: solid 2px rgba(255,255,255,0.4);
	transform:scale(0.9,0.9);
}
.caract-titulo {
    display: grid;
    color: #2E3E53;
    font-weight: 300;
    line-height: 30px;
    font-size: 24px;
    font-family: Kanit, sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 60px;
}
.caract:hover .caract-titulo {
	color: #02B4BE;
}
.caract-text {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	font-family: Roboto, sans-serif;
	letter-spacing: 0px;
	text-align: center;
	color: #b2b1b1;
	padding: 10px;
	height: 230px;
}

.indicacao {
	display:block;
	padding:10px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    font-family: Roboto, sans-serif;
    letter-spacing: 0px;
    text-align: left;
    color: #fff;
    background-color: #b2b1b1;
	margin-top: 20px;
	height: 100px;
}
.indicacao strong {
    font-size: 14px;
}


.titulo1 {
	display: block;
	font-size: 50px;
	margin-bottom: 20px;
	color: #264193;
	font-weight: bold;
	font-family: 'Kaushan Script', cursive;
	line-height: 50px;
}
.titulo2 {
	display: block;
	font-size: 50px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: bold;
	font-family: 'Kaushan Script', cursive;
	line-height: 50px;
}
.titulo3 {
	display: block;
	font-size: 100px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Kaushan Script', cursive;
	line-height: 120px;
}
.titulo4 {
	font-style: normal;
	font-weight: 300;
	font-size: 40px;
	font-family: 'Kanit', sans-serif;
	text-align: inherit;
	color: #2e3e53;
	line-height: 40px;
	margin-bottom: 5px;

}
.titulo-page {
	display: block;
	font-size: 60px;
	margin-bottom: 20px;
	color: #264193;
	font-weight: bold;
	font-family: 'Kaushan Script', cursive;
	line-height: 60px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #02B4BE;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.tag {
	display: table;
	width: 98%;
	max-width: 1100px;
	height:auto;
	margin: auto;
	text-align:center;
}
.tag .titulo4 {
	text-align: left;

}
.tag a {
	display: inline-block;
	margin: auto;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #00B4BF;
	text-decoration: none;
	padding: 10px;
	background-color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tag a:hover {
	color: #FFF;
	background-color: #264193;
}



.rodape-titulo {
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
	font-family: 'Kaushan Script', cursive;
	line-height: 20px;
}
.titulo-section {
    font-family: 'Kanit', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    color: #02b4be !important;
    letter-spacing: 7px;
    text-transform: uppercase;
}

.subtitulo1 {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #9CE4ED;
	text-transform: uppercase;
}
.subtitulo2 {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	color: #fff;
	text-transform: uppercase;
}
.subtitulo3 {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    font-family: Roboto, sans-serif;
    letter-spacing: 0px;
    text-align: left;
    color: #000;
}
.centro {	
    text-align: center;
}


.imagem-direita {
	display: block;
	float: right;
	width: calc(33.33% - 14px);
	height: auto;
	margin-left: 10px;
	margin-bottom: 15px;
	border: 2px solid #00B4BF;
}

.imagens {
	display: block;
	float:left;
	width: calc(33.33% - 14px);
	height: auto;
	margin: 0px;
	margin-bottom: 15px;
	border: 2px solid #00B4BF;
}
.imagens:nth-child(2) {
	margin-left: 15px;
	margin-right: 15px;
}
.imagens img {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: auto;
	height: auto;
}

/***  RODAPÉ  ***/

.rodape {
	display: block;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #00B4BF;
	color: #FFF;
	margin: auto;
	background-image: url(imagens/bg_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.rodape-in {
	display: table;
	width: 98%;
	max-width: 1000px;
	margin: auto;
	font-size: 14px;
	height: auto;
	color: #000;
	min-height: 200px;
}

.rdps {
	float: left;
	height: auto;
	width: 30%;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
.rdp-contato {
	width: 30%;
}
.rdp-facebook {
	float: right;
	width: 40%;
}

.rdps ul{
	margin: 0px;
	padding: 20px;
	list-style-type: none;

}

.rdps ul li {

}

.rdps a {
	text-decoration: none;
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: normal;
}

.rdps a:hover {
	color: rgba(255,255,255,1);
}

.rdps ul li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rdps ul li a:hover {
	display: block;
	padding: 5px;
	text-decoration: none;
	font-size: 12px;
	color: rgba(38,65,147,1);
}


.rdps p    {
	padding: 10px;
	margin: 0px;
	font-size: 13px;
	line-height: 14px;
	color: #FFF;
	font-weight: normal;
}

.rdps p i{
	padding-right: 10px;
	font-size: 22px;
	line-height: 26px;
	float: left;
	display: block;
	height: 24px;
	width: 24px;
	text-align: center;
}

.rdps i {
	padding-right: 10px;
}

.footer {
	display: block;
	width: 100%;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #264193;
	color: #FFF;
}
.footer-in {
	display: block;
	width: calc(98% - 100px);
	height: auto;
	min-height: 40px;
	max-width: 1100px;
	margin: auto;
	padding-right: 100px;
	background-image: url(imagens/logo-2.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	line-height: 40px;
}
.footer h1{
	display: block;
	text-align: left;
	line-height: 20px;
	margin: 0px;
}
.footer a {
	color: #00AA53;
	text-decoration: none;
	line-height: 20px;
}
.empresa {
	font-size: 16px;
}
.link-footer a{
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 860px) {
	
.menu-topo ul li a {
	padding-right: 5px;
	padding-left: 5px;
}
.caract-titulo {
    line-height: 20px;
    font-size: 18px;
    height: 40px;
}
.compre-in {
    width: 70%;
    padding-left: 30%;
    padding-top: 40px;
    padding-bottom: 40px;
	background-position: -100px top;
}
.titulo1 {
	font-size: 30px;
	margin-bottom: 20px;
	line-height: 30px;
}
.titulo2 {
    font-size: 30px;
    line-height: 30px;
}
.titulo3 {
    font-size: 60px;
    line-height: 70px;
}
.titulo4 {
	font-size: 20px;
	line-height: 20px;

}
.titulo-page {
	font-size: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 40px;
}
.subtitulo2 {
    font-size: 18px;
}
.destaques-home {
    padding-top: 0px;
    padding-bottom: 0px;
}
.caixa-branca {
    padding-top: 0px;
    padding-bottom: 0px;
}



}


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

.menu-topo {
	height: auto;
}
.menu-topo ul {
	position:relative;
	text-align: left;
	display: block;
	width: calc(100% - 20px);
	height: 0px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow:hidden;
}
.menu-topo ul .bt-menu {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	background-color: rgba(255,255,255,0);
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-topo ul .bt-menu:hover {
	color: #264193;
	background-color: rgba(255,255,255,1);
}
.menu-topo ul li {
	display: block;
	position:relative;
	text-align:left;
}
.menu-topo ul li a {
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
}
.menu-topo ul li a:hover {
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-topo ul li a:after {
	display: block;
	position: absolute;
	content: " ";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0%;
	background-color: rgba(9,174,194,0.5);
	z-index: -2;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-topo ul li a:before {
	display: block;
	position: absolute;
	content: " ";
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 0%;
	z-index: -1;
	background-color: rgba(9,174,194,0.7);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.menu-topo ul li:hover a:after, .menu-topo ul li a:hover:before {
	height:100%;
	background-color: rgba(9,174,194,1);
}


.beneficios-in, .beneficios-in2, .reduz-in, .reduz-in2 .tens1-in, .tens2-in {
	display: block;
	width: 98%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 150px;
	padding-top: 160px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.compre-in {
    width: 90%;
    padding-left: 0%;
    padding-top: 40px;
    padding-bottom: 40px;
	background-image:none;
	margin:auto;
	text-align:center;
}
.titulo1 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 20px;
}
.titulo2 {
    font-size: 20px;
    line-height: 30px;
}
.titulo3 {
    font-size: 30px;
    line-height: 40px;
}
.titulo4 {
	font-size: 16px;
	line-height: 16px;

}
.titulo-page {
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 30px;
}
.subtitulo2 {
    font-size: 14px;
}
.rdps {
	display: block;
	float: none;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}
.rdp-contato {
	display: block;
	float: none;
	width: 100%;
}
.rdp-facebook {
	display: block;
	float: none;
	width: 100%;
}
.footer-in {
	height: 20px;
	line-height: 20px;
	font-size:10px;
}

}

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

.imagem-direita {
	display: block;
	float: none;
	width: 98%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 2px solid #00B4BF;
}

.banner {
	display: none;
}
.banner2 {
	display: block;
}
.caract:nth-child(2) {
    margin-left: 0px;
    margin-right: 0px;
}

.footer-in {
	display: block;
	width: calc(98% - 110px);
	height: auto;
	min-height: 40px;
	max-width: 1100px;
	margin: auto;
	padding-right: 110px;
	background-image: url(imagens/logo-2.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 80%;
	line-height: normal;
}
.empresa {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}	
}
