@import url('https://fonts.googleapis.com/css?family=Oswald:200,400,600');
@import url('https://fonts.googleapis.com/css?family=OpenSans');
@media screen and (min-width: 1100px) {
	.container {
	    max-width: 1100px;
	}
}

.tooltip-text{padding: 20px !important;}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #464646;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility!important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-color: #fff;
    
}
.navbar-nav > li > .dropdown-menu {
	left: 0;
}
.nav-fisio .navbar-nav > li.open > a {
	background-color: #005451;
	color: #fefefe !important;
}
.nav-fisio .navbar-nav > li > .dropdown-menu a:hover {
	background-color: #00847F;
	color: #fefefe;
}
.nav-fisio .navbar-nav > li > .dropdown-menu {
	background-color: #005451;
	color: #fefefe !important;
}
.nav-fisio .navbar-nav > li > .dropdown-menu a {
		color: #fefefe !important;
			margin-top: 10px;
			margin-bottom: 10px;
}
.nav-fisio {
	background: #00847F;
	height: 55px;
	-webkit-transition: all 0.3s;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.51);
}
.nav-fisio .logo {
	height: 100px;
	
	vertical-align: middle;
	display: table-cell;
	padding: 0 20px;
	-webkit-transition: all 0.3s;
	}
.nav-fisio .logo {
	position: relative;
}
.nav-fisio .logo .logo-rolar {
	opacity: 0;
	display: none;
	-webkit-transition: all 0.3s;
}
.nav-fisio .logo .logo-topo {
	opacity: 1;
	margin-top: 10px;
	margin-left: -20px;
	-webkit-transition: all 0.3s;
}
.nav-fisio-aumentar .nav-fisio-aumentar-espaco .navbar-nav > li > a {

}
.sec-credenciada {
	background-color: #FBDB00;
	padding: 30px 0;
	margin-bottom: 30px;
}

.nav-fisio .navbar-nav > li > a {
  padding: 15px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-bottom: 1px solid transparent;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Oswald', sans-serif;
}
.nav-fisio .navbar-nav .open a:focus {
	color: #111;
}
@media screen and (max-width: 1200px) {
	.nav-fisio .navbar-nav > li > a {
	  padding: 17px 22px;
	 }
	.nav-fisio-aumentar .nav-fisio-aumentar-espaco .navbar-nav > li > a {
	 	padding: 17px 22px;
	}
}	 

.nav-fisio .navbar-nav > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 2px solid #fefefe;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color: #fefefe;
  transition: ease 0.5s;
}
.nav-fisio .navbar-nav > li > a:hover, .nav-fisio .navbar-nav > li > a:focus, .nav-fisio .navbar-nav > li > a:active {
  	color: #fefefe;
    transition: ease 0.5s;
}
.nav-fisio .navbar-nav > li > a:hover:before, .nav-fisio .navbar-nav > li > a:focus:before, .nav-fisio .navbar-nav > li > a:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
    transition: ease 0.5s;
}
.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration:.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration:.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration:.2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.texto-video {
	margin-top:20%;
	position: relative;
}
.texto-video h2 {
	color: #4CD7CF;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	margin-top: 50px;
}
.texto-video h1 {
	color: #fefefe;
	font-family: 'Oswald', sans-serif;
	line-height: 140%;
	font-size: 60px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.btn-encontre {
	font-family: 'Oswald', sans-serif;
	background-color: #17948D;
	color: #fefefe;
	text-transform: uppercase;
	border-radius: 0;
	-webkit-transition: all 0.1s;
}
.btn-encontre i {
	color: #0B4E4A;
}
.btn-encontre:hover {
	background-color: #0B4E4A;
	color: #fefefe;
}
.btn-encontre:hover i {
	color: #fefefe;
}
.sec-video {
	background: #313131;
	min-height: 690px;
	padding-top: 150px;
}
.sec-video h1 {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	margin-top: 8px;
}
.fixo .nav-fisio {
	height: 55px;
}
.fixo .nav-fisio .logo {
	height: 55px;
	background-color:#fff;
}
.fixo .nav-fisio .btn-encontre {
	display: none;
}

.fixo .nav-fisio .logo .logo-rolar {
	opacity: 1;
	display: block;
}
.fixo .nav-fisio .logo .logo-topo {
	opacity: 0;
	display: none;
}

.carousel {
    margin-bottom: 0;
/* 	padding: 0 40px 30px 40px; */
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -30px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}

.animHeight {
    -webkit-transition: height .6s ease-in-out;
    -moz-transition: height .6s ease-in-out;
	-ms-transition: height .6s ease-in-out;
	-o-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
}
.tt_upcoming_events li {
	width: 100% !important;
}
.sec-prox-aulas {
	background-color: #383838;
	padding: 30px 0;
}
.sec-prox-aulas2 {
	background-color: #383838;
}
.sec-prox-aulas2 hr {
	margin-top: 10px;
	border-top: 4px solid #00847F;
}
.sec-prox-aulas h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 32px;
	color: #FFFFFF;
	letter-spacing: -0.32px;
}
.sec-prox-aulas p {
	color: #fff;
}
.detalhe-hr hr {
	border-top: 6px solid #53708F;
	margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.sec-noticias {
	min-height: 300px;
	background-color: #00847F;
	padding: 40px 0;
}
.sec-prox-aulas hr {
	margin-top: 50px;
	border-top: 4px solid #00847F;
}
.sec-noticias .carousel {
	position: relative;
}
.sec-noticias .carousel .box-not {
	height: 460px;
	background-color: #313131;
	text-align: center;
	margin-bottom: 20px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.21);
}
.sec-noticias .carousel .box-not h2 {
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	color:#fff;
}
.sec-noticias .carousel .box-not p {
	font-size: 14px;
	line-height: 160%;
	color:#fff;
}
.sec-noticias .carousel .box-not h2, .sec-noticias .carousel .box-not p {
	padding: 5px 15px;
	color: #fff;
}
.sec-noticias .carousel .carousel-indicators li {
	border: 1px solid #53708F;
	background-color: #fefefe;
}
.sec-noticias .carousel .carousel-indicators .active {
	border: 1px solid #53708F;
	background-color: #025F5C;
}
.btn-venha {
	position: absolute; 
	bottom: -50px; 
	left: 43%; 
	background-color: #F6A623; 
	color: #fefefe; 
	font-family: 'Oswald', sans-serif; 
	font-weight: 600; 
	font-size: 22px; 
	letter-spacing: -0.86px; 
	border:4px solid #E89712;
}
.menu-download {
	margin-top: 30px;
	list-style: none;
	margin-left: -40px;
	width: 100%;
}
.menu-download li {
	width: 49%;
	float: left;
	margin-bottom: 15px;
}
.menu-download li img {
	float: left;
	margin-right: 5px;
}
.menu-download li h3 {
	margin-top: 0;
	margin-bottom: 0;
	color: #ffffff;
	font-size: 16px;
	font-family: 'Oswald';
}
.menu-download li h5 {
	font-size: 14px;
	font-family: 'Oswald';
	margin-top: 0;
	color: #fff;
}
.sec-noticias h3 {
	font-family: 'Oswald';
	font-size: 30px;
	color: #FFFFFF;
	letter-spacing: 0.11px;
	line-height: 60px;
	margin-top: 0 !important
}

.sec-blog {
	padding: 1em 0 3em 0;
}
.sec-blog .fique {
	padding: 0 4em;
	font-size: 20px;
	margin: 20px 0;
}
.sec-blog h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	color: #2F518D;
	letter-spacing: -0.41px;
}
.sec-blog .box-blog {
	height: 250px;
	position: relative;
	padding: 20px;
}
.sec-blog .box-blog:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(49, 49, 49, 0.71);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	-webkit-transition: all 0.3s;
}
.sec-blog .box-blog h4, .sec-blog .box-blog h5 {
	color: #fefefe;
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.91);
	position: absolute;
	z-index: 3;
	letter-spacing: -1px;
	text-transform: uppercase;
	padding-right: 4em;
	line-height: 160%;
}
.sec-blog .box-blog h4 {
	bottom: 70px;
}
.sec-blog .box-blog h5 {
	bottom:110px;
	font-size: 15px;
}
@media screen and (max-width: 480px) {
	
	.show-on-hover .dropdown-toggle, .navbar-collapse .nav > li {
		width: 100%;
	}
	.navbar-collapse {
		background-color: #53708F;
	}
	.show-on-hover .dropdown-menu > li > a {
		color: #fefefe;
	}
	.nav-fisio .navbar-nav > li > a {
		-webkit-transform: none;
		-webkit-transition-property: none;
		-webkit-transition-duration: none;
	}
	.navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.sec-blog .fique {
		padding: 0;
	}
	.sec-aulas-eventos .prox-eventos{
		min-height: 500px;
	}
	.sec-blog .box-blog p {
		padding-right: 0 !important;
	}
	.sec-video {
		min-height: 770px;
	}
	.sumir {
		display: none;
	}
	.texto-video h1 {
		font-size: 50px;
	}
	.texto-video h2 {
		margin-top: 130px;
	}
	.sec-blog .box-blog h5 {
	 	bottom:100px;
	}
	.unidade {
		left: 20% !important;
	}
	a .academia-cap:before {
		width: 109% !important;
	}	
	.sec-saude h2 {
		margin-top: 15px !important; 
	}
	.sec-academias h1 {
		font-size: 16px !important;
	}
	.sec-academias .bread h1 spam {
		font-size:20px !important;
	}
	.btn-venha {
		left: 18%;
	}
}
.sec-blog .box-blog p {
	color: #fefefe;
	position: absolute;
	bottom: 20px;
	z-index: 3;
	padding-right: 10em;
}
.sec-blog .box-blog p a {
	color: #fefefe;
}
.sec-blog a:hover .box-blog:after{
	background-color: rgba(0, 0, 0, 0);
}
.sec-blog .box-blog .leia-mais, .sec-blog .box-blog .leia-mais2 {
	color: #fefefe !important;
	border-radius: 6px !important;
	padding: 8px 10px !important;
	max-width: 90px !important;
	position: absolute !important;
	bottom: 20px !important;
	z-index: 3 !important;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.51) !important;
}
.sec-blog .box-blog .leia-mais {
	background-color: #53708F !important;
}
.sec-blog .box-blog .leia-mais2 {
	background-color: #17948D !important;
}

.sec-aulas-eventos {
	padding: 1em 0 3em 0;
	background: url('img/img-grade.png') center center;
}
.sec-aulas-eventos h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	color: #313131;
	letter-spacing: -0.41px;
}
.sec-aulas-eventos h5 {
	font-family: 'OpenSans';
	font-size: 14px;
	color: #313131;
	letter-spacing: 0.87px;
}
.box-parceiros {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	padding: 15px 0;
	margin-bottom: 70px;
}

footer {
	padding: 1.5em 0 1em 0;
	background-color: #383838;
}
footer h5 {
	color: #fff;
}
footer .menu {
	list-style: none;
	padding-left: 0;
	display: inline-block;
	margin-top: 10px;
}
footer .menu li {
	float: left;
	width: 100%;
	display: table;
	margin: 10px 0 14px 0;
}
footer .menu li a {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0.2px;
	line-height: 17px;
	font-family: 'Oswald', sans-serif;
}
footer .redes-sociais {
	margin-top: 80px;
	list-style: none;
	padding-left: 0;
	display: inline-block;
	float: right;
}
footer .redes-sociais h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0.22px;
	line-height: 17px;
	float: left;
	padding-top: 4px;
	margin-right: 5px;
}
footer .redes-sociais li {
	float: left;
	width: 40px;
	height: 40px;
	margin: 3px;
}
footer .logo2 img {
	margin-top: 10px;
}
footer .logo2 {
	border-right: 1px solid #808080;
	padding-bottom: 45px;
}
footer .menu2 {
	list-style: none;
	margin-left: 30px;
	margin-bottom: 20px;
}
footer .menu2 li {
	color: #fefefe;
	font-size: 13px;
}
footer .menu2 li img {
	margin-top: 5px;
}
footer hr {
	border-top: 5px solid #00847F;
	margin-bottom: 30px;
}
.sec-diferenciais {
	padding: 30px 0 60px 0;
	background-color: #FBDB00;
}
.sec-diferenciais h2 {
	font-size: 28px;
	letter-spacing: -1px;
}
.sec-diferenciais p {
	padding: 10px 0 20px 0;
	font-size: 16px;
	letter-spacing: -0.5px;
}
@media screen and (max-width: 480px) {
	.sec-banner .box-banner {
		height: 275px !important;
	}
	footer .redes-sociais {
		float: none;
		margin-top: 30px;
		margin-left: 20px;
	}
	footer .menu2 {
		margin-left: -30px !important;
	}	
}
#carousel-example-generic {
	overflow: hidden;
}
.sec-banner {
	min-height: 480px;
	background: #383838;
	padding-bottom: 3em;
}
.sec-banner .box-banner {
	height: 475px;
	margin-top: 50px;
}
.sec-academias .bread h1 {
	border-bottom: 5px solid #00847F; 
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.sec-academias .bread h1 spam {
	font-size: 30px;
}
.sec-academias .bread h1 img {
	border-bottom: 5px solid #00847F;
	padding-bottom: 7px;
	margin-top: 7px;
}
.sec-academias h3 {
	color: #fff;
	font-size: 16px;
	margin-top: 0;
	font-family: 'Oswald';
}
.tabela-horarios {
	color: #fff;
}
.tabela-horarios thead {
	font-weight: 700;
}
.tabela-horarios tbody{
	font-weight: 200;
}
.sec-academias .table > tbody > tr > td {
	  border: none;
	  line-height: 10px;
	   font-family: 'Oswald';
}
.sec-academias .table > thead > tr > th {
	    border: none;
	    line-height: 0;
	        font-family: 'Oswald';
}
.sec-venha-para {
	background-color: #384F6F;
	padding: 30px 0;
}
.sec-venha-para img {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.sec-venha-para h1 {
	font-family: 'Oswald';
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: -0.09px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 0;
}
.sec-venha-para p {
	font-family: 'Oswald';
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: -0.7px;
	line-height: 28px;
}
.sec-academias {
	background: #ececec;
	min-height: 540px;
	padding-top: 120px;
	padding-bottom: 40px;
}
.sec-academias p {
	font-family: 'Oswald';
	font-size: 18px;
	color: #313131;
	letter-spacing: -0.18px;
	padding-bottom: 20px;
}
.sec-academias h1 {
	font-family: 'Oswald';
	font-size: 24px;
	color: #313131;
	letter-spacing: -0.5px;
	font-weight: 600;
	margin-top: 30px;
}
.sec-academias h1 img {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
} 
.sec-academias h4 {
	font-family: 'Oswald';
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: -0.18px;
	margin-top: 20px;
}
.sec-academias h4 img{
	float: left;
	margin-right: 5px;	
}
.sec-academias h4 a {
	font-size: 14px;
}
.pox-aulas {
	margin-top: 30px;	
}
.pox-aulas li a {
	color: #fefefe;
	font-size: 28px;
	letter-spacing: -1px;
	font-family: Oswald;
}
.box-conteudo {
	margin-top: -60px;
	z-index: 5;
	position: relative;
	padding: 20px;
	background-color: #fefefe;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.21)
}
.box-conteudo2 {
	z-index: 5;
	position: relative;
	padding: 20px;
	background-color: #111;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.21)
}
.box-conteudo h2 {
	font-size: 16px;
	color: #313131;
	letter-spacing: -0.09px;
	line-height: 23px;
	font-family: 'OpenSans';
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.box-conteudo2 h2 {
	color: #fefefe;
	letter-spacing: -0.09px;
	line-height: 150%;
	font-family: 'OpenSans';
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.titulo-interno {
	background-color: #00847F;
	font-size: 18px;
	color: #fefefe;
	padding: 10px;
	margin-bottom: 0;
	margin-top: 0;
}
.box-conteudo2 .author-info, .box-conteudo2 article {
	color: #fefefe;
}
.box-conteudo p {
	font-family: 'OpenSans';
	font-size: 14px;
	color: #313131;
	letter-spacing: -0.08px;
	line-height: 28px;
	padding-bottom: 15px;
}
.box-relacionado {
	background-color: #111;
	padding-bottom: 10px;
}
.box-relacionado h6, .box-relacionado a {
	color: #fefefe;
	padding: 0 10px;
}

.box-missao {
	background-color: #53708F;
	padding: 20px;
	margin-top: -20px;
	margin-left: -30px;
	height:420px;
} 
.box-missao h2 {
	font-size: 16px;
	color: #fefefe;
	letter-spacing: -0.09px;
	line-height: 23px;
	font-family: 'OpenSans';
	margin-top: 5px;
	margin-bottom: 20px;
}
.box-missao p {
	font-family: 'OpenSans';
	font-size: 14px;
	color: #fefefe;
	letter-spacing: -0.08px;
	line-height: 28px;
	padding-bottom: 15px;
}
.box-missao .politica {
	padding-left: 0;
	display: inline-block;
	list-style: none;
	margin-top: -12px;
}
.box-missao .politica li {
	width: 100%;
	float: left;
	margin: 5px 0;
	font-size: 12px;
	color: #fefefe;
}
.panel-group h4 {
	margin-top: 0;
}
.panel-group h4 a {
	font-size: 18px !important;
}
.panel-default > .panel-heading {
	background-color:#292929;
}
.panel-group .panel {
	border:none !important;
}
.panel-heading {
	border-radius: 0;
}

.sec-conheca {
	padding: 1em 0 3em 0;
	background-color: #fefefe;
}
.sec-conheca h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	color: #2F518D;
	letter-spacing: -0.41px;
}
.sec-conheca p {
	font-size: 20px;
	color: #313131;
}

.btn-reserva {
	background-color: #17948D;
	color: #fefefe;
	max-width: 220px;
	font-weight: 700;
	margin-top: 30px;
	padding: 10px 20px;
}
.dicas-planos h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	color: #515151;
	letter-spacing: -1px;
	line-height: 26px;
	margin-top: 0;
}
.dicas-planos p {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #515151;
	letter-spacing: -0.63px;
	line-height: 28px;
}
.box-unidades {
	height: 460px; 
	background-color: #17948D;
}
.box-academia {
	height: 460px; 
}

.box-unidades .icon-2 {
	color: #fff;
	padding: 0;
	font-size: 26px;
	margin-top: 5px;
}
.box-unidades h2 {
	padding: 0;
	margin: 15px 0 30px 20px;
	font-size: 26px;
	color: #FFF;
	letter-spacing: -0.17px;
	position: relative;
}
.box-unidades h2:after {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 4px;
	background-color: #fff;
	margin-top: 5px;
}
.box-unidades p {
	color: #fff;
	font-size: 14px;
}
.box-equipe h4 {
	color: #fff;
	padding: 0;
	margin: 0 0 20px 15px;
	font-size: 14px;
}
.box-equipe p {
	color: #fff;
	font-size: 14px;
	line-height: 110%;
}

.gallery {
	margin: auto -6px;
	padding: 6px 0px;
	line-height: 1;
	overflow-x: hidden;
}
.gallery .gallery-item {
	float: left;
	margin: 0px;
	text-align: center;
	padding: 6px;
	box-sizing: border-box;
}
.gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.lightbox {
	/** Default lightbox to hidden */
	display: none;
	
	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	}
	
	.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
	}
	
	.lightbox:target {
	/** Remove default browser outline */
	outline: none;
	
	/** Unhide lightbox **/
	display: block;
}
.categorias {
	padding: 20px 0;
	margin-top: 100px;
}
.box-relacionado {
	width: 100%;
}
.box-relacionado a {
	text-transform: uppercase;
	letter-spacing: -0.5px;
	font-weight: 700;
	color: #111;
}
.categorias h1 {
	letter-spacing: -1px;
	color: #fefefe;
}
.categorias ul {
 	list-style: none;
 	margin-top: 25px;
}
.categorias ul li {
	float: left;
	display: inline-block;	
}
.categorias ul li a {
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: -1px;
	color: #fff;
	font-family: 'Oswald', sans-serif
}
.categoria-eventos h1 {
	letter-spacing: -1px;
	font-family: 'Oswald', sans-serif;
	color: #fefefe;
	font-weight: 700;
}
.evento-container {
	background-color: #17948D; 
	position: absolute;
	bottom: 0;
	padding: 15px 15px;
}
.evento-container h4 {
	color: #FFFFFF;
	font-weight: 700;
}
.ver-evento {
    position: absolute;
    right: 30px;
    margin-top: 20px;
    color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.51);
    border-radius: 4px;
    padding: 4px 8px;
}
.post-evento {
	height: 305px;
	overflow: hidden;
	position: relative;
}
.portfolio-item {
	height: 270px;
	overflow: hidden;
	position: relative;
}
.portfolio-item .portfolio-container {
	padding: 10px 15px;
	margin-left: -30px;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.portfolio-item .portfolio-container h5, .portfolio-item .portfolio-container h4 a, .portfolio-item .portfolio-container p {
	color: #fefefe;
}
.portfolio-item .portfolio-container p a {
	color: #53708F;
}
.fnd-portfolio {
	position: absolute; 
	top: 145px;
}
.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
@media screen and (max-width: 480px) {	
	.portfolio-item {
		height: 165px;
	}
	.portfolio-item img {
		z-index: 1;
	}
	.portfolio-item .portfolio-container {
		z-index: 100;
	}
	.fnd-portfolio {
		top: 5px;
	}
	.fnd-escuro {
		background-color: #111;
	}
	.sec-banner {
		padding-bottom: 0;
	}
}

.wpcf7-form .form-control {

}
.widget h2 {
	margin: 0;
	padding: 10px;
	color: #fefefe !important;
	background-color: #0C9A52;
	font-size: 18px !important;
}
.widget-area aside {
	background-color: #f5f5f5;
	padding-bottom: 5px;
}
.widget .widget-title {
	font-weight: 700;
	font-size: 24px;
	color: #262628;
	letter-spacing: -0.5px;
}
.widget ul {
	width: 100%; 
	padding-left: 0px;
}
.widget-area ul li {
	padding: 10px;
    margin: 10px;
    background-color: #EFEFEF;
    border:1px solid #DEDEDE;
}
.widget ul li {
	list-style: none;
	display: table;
	width: 93.5%;
}
.widget ul li a {
	color: #464646;
	font-weight: 400;
}
.widget_recent_entries ul li:before {
	display: none !important;
}
.widget ul li .post-date {
	width: 100%;
    min-height: 20px;
    font-weight: 100;
    font-size: 13px;
    float: left;
}
.widget_text .textwidget {
	padding: 20px;
}

.sec-saude {
	background-color: #008581;
	padding: 20px 0;
	position: relative
}
.sec-saude h2 {
	color: #fff;
	font-family: 'Oswald';
	font-size: 40px;
	color: #FFFFFF;
	letter-spacing: 0.86px;
	margin-top: 75px;
}
a .academia-rib:before {
	content: ' ';
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 110%;
	height: 100%;
	margin-left: -15px;	
	-webkit-transition: all 0.3s;
}
a .academia-cap:before {
	content: ' ';
	display: block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 106%;
	height: 100%;
	margin-left: -15px;
	-webkit-transition: all 0.3s;	
}
a:hover .academia-rib:before, a:hover .academia-cap:before  {
	opacity: 0;
}
.academia-rib {
	background: url('./img/academia-rib.png') center center;
	 height: 500px;
	position: relative;
	 background-size: cover;
}

.academia-cap {
	background: url('./img/academia-cap.png')center center;
	height: 365px;
	position: relative;
	margin-top: 20px;
}
.unidade {
	background-color: #385071;
	padding: 10px;
	max-width: 250px;
	text-align: center;
	position: absolute;
	bottom: -20px;
	left: 40%;
}
.unidade p {
	color: #fefefe;
	padding: 0;
	margin: 0;
}


.sec-academias ul li {
	color: #313131;
	font-family: 'Oswald';
	letter-spacing: -0.18px;
}

/**
 * 12.0 Content
 */

.secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.site-footer {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 3.84615% 7.6923%;
}


/**
 * 12.1 Posts and pages
 */

.hentry {
	position: relative;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	padding: 0 7.6923%;
}

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h1   {
	font-family: 'Oswald', sans-serif
}

.entry-content p {
	letter-spacing: 0px;
	line-height: 150%;
    padding-bottom: 20px;
    font-weight: 400;
    font-family: 'Roboto';
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

#pagination { 
	margin: 15px 0 20px 0;
	text-align: center; 
	} 
#pagination { 
	margin: 0 auto; 
	} 
#pagination a, #pagination .dots, #pagination .next, #pagination .prev { 
    padding: 5px 5px;
    margin: 0 2px;
    color: #fff;
    background-color: #17948F;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
	} 
#pagination a:hover, #pagination .next:hover, #pagination .prev:hover { 
    padding: 5px 15px;
    margin: 0 2px;
    color: #fff;
    background-color: #53708F;
} 
#pagination .current { 
    padding: 5px 15px;
    margin: 0 2px;
    color: #fff;
    background-color: #17948F;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
	} 
#pagination .next { 
	float: right; 
	margin-top: -5px;
	} 
#pagination .prev { 
	float: left; 
	margin-top: -5px;
	}

.nav-pills > .noround a {
  border-radius: 0px;
  background-color: #eee
}

.aulas .tab-content > .tab-pane {
	padding: 0;
}
.aulas .nav-pills > li.active > a, .aulas .nav-pills > li.active > a:hover, .aulas .nav-pills > li.active > a:focus {
	background-color: #53708F;
}

.nav.nav-pills>li+li {
  margin-left: 2px;
  /*orig: 2px*/
}

.tab-pane {
  background-color: rgba(125, 125, 125, 0.1);
  padding: 1.5rem;
  margin-top: 0.3rem;
}

.tab-pane h3 {
  margin-top: 1rem;
}

li.active .btn-group .btn {
  background-color: #337ab7;
  color: #fff;
}

table.table {
  width: 80%;
  font-size: 1.5rem;
}

thead .table-head {
  box-sizing: border-box;
  color: rgb(125, 125, 125, 0.7);
  height: 50%;
}

.ajuste-modalidades{margin-top: -1px !important;}

.ajuste-ginastica{    width: 350px;
    margin-top: -1px !important;}
    
    
    
    .row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000000b5;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.fechar {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 20px;
  letter-spacing: -0.5px;
  cursor: pointer;
 
}


/* Hide the slides by default */
.mySlides {
  display: none;
  background-color: #1f1f1f;
  text-align: -webkit-center;
  text-align: -moz-center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.informativo{
    font-family: 'Oswald' !important;
    font-size: 18px !important;
    color: #313131 !important;
    letter-spacing: -0.18px !important;
    padding-bottom: 20px !important;
    }