/*---------------------------------------------*/

input {
	outline: none;
	border: none;
}

select {
	outline: none;
	border: none;
}

input[type="number"] {
	-moz-appearance: textfield;
	appearance: none;
	-webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

textarea {
	outline: none;
	border: none;
}

textarea:focus, input:focus, select:focus {
	border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder {
	color: transparent;
}

textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input::-webkit-input-placeholder {
	color: #adadad;
}

input:-moz-placeholder {
	color: #adadad;
}

input::-moz-placeholder {
	color: #adadad;
}

input:-ms-input-placeholder {
	color: #adadad;
}

textarea::-webkit-input-placeholder {
	color: #adadad;
}

textarea:-moz-placeholder {
	color: #adadad;
}

textarea::-moz-placeholder {
	color: #adadad;
}

textarea:-ms-input-placeholder {
	color: #adadad;
}

/*---------------------------------------------*/

body {
	font-family: "Unimed";
}

body {
	color: rgb(68, 68, 68);
	font-size: 16px;
	background-color: rgb(243, 241, 245);
}

h1 {
	font-family: "Unimed Slab";
	font-weight: bold;
}

h2 {
	font-family: "Unimed Slab";
	font-weight: bold;
}

h3 {
	font-family: "Unimed Slab";
	font-weight: bold;
}

h4 {
	font-family: "Unimed Slab";
	font-weight: bold;
}

h5 {
	font-family: "Unimed Slab";
	font-weight: bold;
}

h6 {
	font-family: "Unimed Slab";
	font-weight: bold;
}

img {
	max-width: 100%;
}

ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a {
	color: rgb(68, 68, 68);
}

a {
	transition: all, 0.2s;
	-webkit-transition: all, 0.2s;
	-o-transition: all, 0.2s;
	-moz-transition: all, 0.2s;
}

img {
	transition: all, 0.2s;
	-webkit-transition: all, 0.2s;
	-o-transition: all, 0.2s;
	-moz-transition: all, 0.2s;
}

li {
	transition: all, 0.2s;
	-webkit-transition: all, 0.2s;
	-o-transition: all, 0.2s;
	-moz-transition: all, 0.2s;
}

button {
	transition: all, 0.2s;
	-webkit-transition: all, 0.2s;
	-o-transition: all, 0.2s;
	-moz-transition: all, 0.2s;
}

i {
	transition: all, 0.2s;
	-webkit-transition: all, 0.2s;
	-o-transition: all, 0.2s;
	-moz-transition: all, 0.2s;
}

address {
	transition: all, 0.2s;
	-webkit-transition: all, 0.2s;
	-o-transition: all, 0.2s;
	-moz-transition: all, 0.2s;
}

p {
	transition: all, 0.2s;
	-webkit-transition: all, 0.2s;
	-o-transition: all, 0.2s;
	-moz-transition: all, 0.2s;
}

a:active {
	outline: 0px;
	color: rgb(0, 138, 88);
	text-decoration: none;
}

a:hover {
	outline: 0px;
	color: rgb(0, 138, 88);
	text-decoration: none;
}

a:focus {
	outline: rgb(51, 51, 51) dotted thin;
	text-decoration: none;
	outline-offset: -2px;
}

address {
	margin: 0px;
}

.navbar {
	margin: 0px;
}

.shrink .navbar-brand {
	padding: 5px;
	z-index: 9999;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.shrink .navbar-brand img {
	z-index: 9999;
	max-height: 59px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}

.navbar {
	height: auto;
	min-height: auto;
}

.navbar-brand {
	height: auto;
	min-height: auto;
}

.search-box .form-control {
	border: currentColor;
	border-image: none;
	height: auto;
	box-shadow: none;
}

.btn {
	border: currentColor;
	border-image: none;
	height: auto;
	box-shadow: none;
}

.form-managed-file .form-control {
	width: auto !important;
	display: inline-block !important;
}

.btn-primary {
	border-radius: 25px !important;
	border: currentColor;
	border-image: none;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	background-color: rgb(0, 138, 88);
}

.btn-primary:hover {
	background-color: rgb(0, 98, 64);
}

.btn {
	border-radius: 0px;
}

.form-control {
	border-radius: 0px;
}

.input-group-addon {
	border-radius: 0px;
}

.input-group-addon {
	border: currentColor;
	border-image: none;
	background-color: rgb(255, 255, 255);
}

.panel-primary {
	border-color: rgb(0, 138, 88);
}

.panel-primary .panel-heading {
	border-color: rgb(0, 138, 88);
	color: rgb(255, 255, 255);
	background-color: rgb(0, 138, 88);
}

.page-header {
	margin: 0px;
	padding: 0px;
	border: currentColor;
	border-image: none;
}

.list-inline {
	margin: 0px;
	padding: 0px;
}

.list-inline-table {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: table;
}

.list-inline-table li {
	vertical-align: middle;
	display: table-cell;
}

.btn-box {}

.btn-fixed {
	left: 15px;
	bottom: 15px;
	position: absolute;
}

.medium-icon {
	padding: 10px;
}

.box-icon-pdg {
	padding: 15px 0px;
}

.box-pdg {
	padding: 15px;
}

.list-inline-table.list-iconed li:first-child {
	width: 42px;
}

.row-table {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
}

.row-table .col-cel {
	height: 100%;
	float: none;
	display: table-cell;
}

.grid-paginator {
	text-align: center;
}

.pagination li a {
	color: rgb(0, 138, 88);
}

.pagination li.active a {
	border-color: rgb(0, 138, 88);
	color: rgb(255, 255, 255);
	background-color: rgb(0, 138, 88);
}

.pagination li.active:hover a {
	border-color: rgb(46, 92, 82);
	background-color: rgb(46, 92, 82);
}

.input-box .form-control {
	border-radius: 25px;
}

.input-box .input-group-addon {
	border-radius: 0px 25px 25px 0px;
}

.row-ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.row-pb-30 {
	padding-bottom: 30px;
}

.max-line {
	line-height: 1.1;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.col-xs-5ths {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-sm-5ths {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-md-5ths {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-lg-5ths {
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	min-height: 1px;
}

.col-xs-5ths {
	width: 20%;
	float: left;
}

@media all and (min-width:768px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media all and (min-width:992px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media all and (min-width:1200px) {
	.col-lg-5ths {
		width: 20%;
		float: left;
	}
}

.flex-container {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	-webkit-flex-flow: row wrap;
}

.flex-container.fixed-container {
	justify-content: space-between;
	align-items: center;
}

.flex-container .flex-item {
	position: relative;
}

.flex-container.fixed-container :nth-child(1).flex-item {
	width: 98px;
}

.flex-container.fixed-container :nth-child(2).flex-item {
	width: calc(60% - 98px);
	padding-left: 25px;
}

.flex-container.fixed-container :nth-child(3).flex-item {
	width: 40%;
	padding-right: 15px;
}

.table-min h2 {
	margin: 0px;
}

.table-min p {
	margin: 0px;
}

.nav-tabs {
	border-bottom-color: currentColor;
	border-bottom-width: medium;
	border-bottom-style: none;
}

.nav-tabs>li {
	max-width: 33%;
}

.nav-tabs>li>a {
	padding: 0px;
	display: block;
	position: relative;
}

.nav-tabs>li.active>a {
	border-color: currentColor currentColor transparent;
	border-image: none;
	color: rgb(0, 153, 93) !important;
	cursor: default;
	background-color: transparent;
}

.nav-tabs>li.active>a:focus {
	border-color: currentColor currentColor transparent;
	border-image: none;
	color: rgb(0, 153, 93) !important;
	cursor: default;
	background-color: transparent;
}

.nav-tabs>li.active>a:hover {
	border-color: currentColor currentColor transparent;
	border-image: none;
	color: rgb(0, 153, 93) !important;
	cursor: default;
	background-color: transparent;
}

.nav-tabs>li>a:hover {}

.nav-tabs>li>a:focus {
	color: rgb(0, 153, 93) !important;
	text-decoration: none;
	background-color: transparent;
}

.nav-tabs>li>a:hover {
	color: rgb(0, 153, 93) !important;
	text-decoration: none;
	background-color: transparent;
}

#success_message {
	display: none;
}

.form-default .input-group-addon {
	border: 1px solid rgb(204, 204, 204);
	border-image: none;
	background-color: rgb(238, 238, 238);
}

.green {
	color: rgb(0, 153, 93);
}

.light-green {
	color: rgb(177, 211, 75);
}

.dark-green {
	color: rgb(12, 94, 82);
}

.purple {
	color: rgb(65, 21, 100);
}

.light-purple {
	color: rgb(163, 35, 142);
}

.dark-purple {
	color: rgb(51, 17, 79);
}

.orange {
	color: rgb(244, 121, 32);
}

.pink {
	color: rgb(237, 22, 81);
}

.dark-pink {
	color: rgb(193, 15, 64);
}

.red {
	color: rgb(218, 40, 40);
}

.brown {
	color: rgb(104, 45, 0);
}

.blue {
	color: rgb(0, 175, 240);
}

.white {
	color: rgb(255, 255, 255);
}

.yellow {
	color: rgb(255, 203, 8);
}

.bg-white {
	background-color: rgb(255, 255, 255);
}

.bg-green {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 153, 93) !important;
}

.bg-light-green {
	color: rgb(255, 255, 255);
	background-color: rgb(177, 211, 75) !important;
}

.bg-dark-green {
	color: rgb(255, 255, 255);
	background-color: rgb(12, 94, 82);
}

.navbar-toggle .icon-bar {
	color: rgb(255, 255, 255);
	background-color: rgb(12, 94, 82);
}

.bg-purple {
	color: rgb(255, 255, 255);
	background-color: rgb(65, 21, 100);
}

.bg-light-purple {
	color: rgb(255, 255, 255);
	background-color: rgb(163, 35, 142);
}

.bg-dark-purple {
	color: rgb(255, 255, 255);
	background-color: rgb(51, 17, 79);
}

.bg-orange {
	color: rgb(255, 255, 255);
	background-color: rgb(244, 121, 32);
}

.bg-pink {
	color: rgb(255, 255, 255);
	background-color: rgb(237, 22, 81);
}

.bg-dark-pink {
	color: rgb(255, 255, 255);
	background-color: rgb(193, 15, 64);
}

.bg-red {
	color: rgb(255, 255, 255);
	background-color: rgb(218, 40, 40);
}

.bg-brown {
	color: rgb(255, 255, 255);
	background-color: rgb(104, 45, 0);
}

.bg-blue {
	color: rgb(255, 255, 255);
	background-color: rgb(0, 175, 240);
}

.bg-gray {
	color: rgb(50, 50, 50);
	background-color: rgb(238, 238, 238);
}

.bg-yellow {
	color: rgb(255, 255, 255);
	background-color: rgb(255, 203, 8);
}

.bg-green a {
	color: rgb(255, 255, 255);
}

.bg-light-green a {
	color: rgb(255, 255, 255);
}

.bg-dark-green a {
	color: rgb(255, 255, 255);
}

.bg-purple a {
	color: rgb(255, 255, 255);
}

.bg-light-purple a {
	color: rgb(255, 255, 255);
}

.bg-dark-purple a {
	color: rgb(255, 255, 255);
}

.bg-orange a {
	color: rgb(255, 255, 255);
}

.bg-pink a {
	color: rgb(255, 255, 255);
}

.bg-dark-pink a {
	color: rgb(255, 255, 255);
}

.bg-red a {
	color: rgb(255, 255, 255);
}

.bg-brown a {
	color: rgb(255, 255, 255);
}

.bg-blue a {
	color: rgb(255, 255, 255);
}

.bg-yellow a {
	color: rgb(255, 255, 255);
}

.bg-purple .btn-primary {
	color: rgb(65, 21, 100);
	background-color: rgb(255, 255, 255);
}

.bg-purple .btn-primary:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(51, 17, 79);
}

.bg-light-purple .btn-primary {
	color: rgb(163, 35, 142);
	background-color: rgb(255, 255, 255);
}

.bg-light-purple .btn-primary:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(51, 17, 79);
}

.bg-orange .btn-primary {
	color: rgb(244, 121, 32);
	background-color: rgb(255, 255, 255);
}

.bg-orange .btn-primary:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(213, 97, 11);
}

.bg-pink .btn-primary {
	color: rgb(237, 22, 81);
	background-color: rgb(255, 255, 255);
}

.bg-pink .btn-primary:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(198, 15, 65);
}

.bg-red .btn-primary {
	color: rgb(218, 40, 40);
	background-color: rgb(255, 255, 255);
}

.bg-red .btn-primary:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(197, 33, 33);
}

.bg-brown .btn-primary {
	color: rgb(104, 45, 0);
	background-color: rgb(255, 255, 255);
}

.bg-brown .btn-primary:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(104, 45, 0);
}

.bg-yellow .btn-primary {
	color: rgb(255, 203, 8);
	background-color: rgb(255, 255, 255);
}

.bg-yellow .btn-primary:hover {
	color: rgb(255, 255, 255);
	background-color: rgb(255, 203, 8);
}

.navbar-toggle {
	margin-top: 30px;
	margin-right: 0px;
	z-index: 999;
}

.site-shortcode {
	padding: 5px;
	font-size: small;
}

.site-shortcode .icon i {
	color: rgb(177, 211, 75);
	font-size: 18px;
	font-weight: bold;
}

.site-shortcode .top-phone {
	top: -2px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
}

.shrink .site-nav {
	background-color: rgba(0, 153, 93, 0.9);
}

.site-nav {
	background-color: rgba(91, 92, 101, 0.25);
}

.navbar-nav li a {
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 100;
}

.navbar-nav li a:hover {
	text-decoration: none;
	background-color: rgba(0, 153, 93, 0.9);
}

.navbar-nav .open a {
	background-color: transparent;
}

.navbar-nav .open a:focus {
	color: rgb(177, 211, 75);
	border-top-color: currentColor;
	border-top-width: medium;
	border-top-style: none;
	background-color: rgba(0, 153, 93, 0.9);
}

.navbar-nav .open a:hover {
	color: rgb(177, 211, 75);
	border-top-color: currentColor;
	border-top-width: medium;
	border-top-style: none;
	background-color: rgba(0, 153, 93, 0.9);
}

.navbar-nav .open .dropdown-menu {
	color: rgb(177, 211, 75);
	border-top-color: currentColor;
	border-top-width: medium;
	border-top-style: none;
	background-color: rgba(0, 153, 93, 0.9);
}

.navbar-nav li.open {
	color: rgb(177, 211, 75);
	border-top-color: currentColor;
	border-top-width: medium;
	border-top-style: none;
	background-color: rgba(0, 153, 93, 0.9);
}

.navbar-nav .open .dropdown-menu .divider {
	background-color: rgb(9, 119, 63);
}

.navbar-nav .open .dropdown-menu {
	list-style: none;
	border: currentColor;
	border-image: none;
	text-align: left;
	font-size: 13px;
	box-shadow: none;
	background-clip: padding-box;
	background-color: rgba(0, 153, 93, 0.9);
	-webkit-box-shadow: none;
	-webkit-background-clip: padding-box;
}

.navbar-nav li a:active {
	background-color: transparent;
}

.navbar-nav li a:focus {
	background-color: transparent;
}

.homepage-slider {
	position: relative;
}

.homepage-slider .slick-prev {
	left: 25px;
	z-index: 99;
}

.homepage-slider .slick-next {
	right: 25px;
}

.homepage-slider .slider-item {
	position: relative;
	min-height: 525px;
}

.homepage-slider .slider-item.min-item {
	position: relative;
	min-height: 425px;
}

.homepage-slider .slider-item::before {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	position: absolute;
	z-index: 1;
	content: "";
	opacity: 0.25;
	background-color: rgb(17, 17, 17);
}

.homepage-slider .slick-dots {
	bottom: 15px !important;
}

.homepage-slider.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.homepage-shortcut {
	padding: 30px 0px;
	background-color: rgb(238, 238, 238);
}

.homepage-shortcut .box .icon {
	padding: 0px 5px;
}

.homepage-shortcut .box h2 {
	font-weight: 600;
}

.homepage-shortcut .box li:last-child {
	padding: 5px;
}

.homepage-node-slider .list-inline-table {
	margin-bottom: 30px;
	table-layout: fixed;
}

.homepage-node-slider :last-of-type.list-inline-table {
	margin-bottom: 0px;
}

.homepage-node-slider .list-inline-table li {
	vertical-align: top;
	position: relative;
}

.homepage-node-slider .box {
	padding: 0px 15px;
}

.homepage-node-slider .box h2 {
	margin-bottom: 25px;
}

.homepage-node-slider .date {
	left: 15px;
	top: 15px;
	width: 56px;
	height: 56px;
	text-align: center;
	position: absolute;
}

.homepage-node-slider .image-right .date {
	left: auto;
	text-align: center;
	right: 15px;
}

.homepage-node-slider .date .date-day {
	height: 36px;
	text-transform: uppercase;
	line-height: 36px;
	font-size: 26px;
	font-weight: 700;
}

.homepage-node-slider .date .date-month {
	height: 20px;
	text-transform: uppercase;
	line-height: 20px;
	font-size: small;
	font-weight: 200;
}

.homepage-agendamento {
	margin-bottom: 30px;
}

.homepage-agendamento h2 {
	margin-bottom: 25px;
}

.homepage-agendamento .box-content p:last-of-type {
	margin-bottom: 25px;
}

.homepage-agendamento .box-content {
	padding: 15px;
}

.homepage-newsletter .icon {
	padding: 0px 15px;
}

.homepage-newsletter .box-content {
	padding: 0px 15px 15px 0px;
}

.homepage-category .box li:first-child {
	min-width: 137px;
}

.homepage-category .box li:last-child {
	padding: 15px;
}

.homepage-category .box li h3 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.homepage-dptos .box-content {
	padding: 15px;
}

.homepage-dptos .box-content h2 {
	margin-top: 0px;
}

.homepage-dptos .box-content h2 span {
	font-size: 18px;
}

.homepage-dptos .box-content p {
	margin: 25px 0px;
}

.homepage-contacts {
	padding: 30px 0px;
	background-color: rgb(238, 238, 238);
}

.homepage-contacts .box .icon {
	padding: 0px 15px;
}

.homepage-contacts .box h2 {
	font-weight: 600;
}

.homepage-contacts .box li:last-child {
	padding: 5px;
}

.bg-dark-green-flat-pattern {
	background-image: url("../images/bg_flatpattern.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-saude-empresa {
	background-position: center;
	background-image: url("../images/bg-saude-empresas.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-planos {
	background-position: center;
	background-image: url("../images/bg-planos.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.homepage-planos .box {
	margin-bottom: 30px;
	position: relative;
}

.homepage-planos :last-of-type.box {
	margin-bottom: 0px;
}

.homepage-planos .box-content {
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: rgb(255, 255, 255);
	position: absolute;
	background-color: rgba(0, 153, 93, 0.9);
}

.homepage-planos .box-content .icon {
	padding: 0px 15px;
}

.homepage-planos .box-content .btn-box {
	padding-bottom: 15px;
}

.homepage-planos .box-block .icon {
	padding: 0px 15px;
}

.homepage-planos .box-block li:last-child {
	padding: 15px;
}

.homepage-planos .box-block p {
	margin-bottom: 14px;
}

.filter-title {
	position: relative;
}

.filter-title::after {
	left: 0px;
	top: 50%;
	height: 1px;
	right: 0px;
	display: block;
	position: absolute;
	content: "";
	background-color: rgb(221, 221, 221);
}

.filter-title span {
	padding: 0px 1em 0px 0px;
	position: relative;
	z-index: 1;
	background-color: rgb(255, 255, 255);
}

.hideable {
	display: none;
}

.node-default .homepage-slider .box {
	padding: 15px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	color: rgb(255, 255, 255);
	font-style: italic;
	position: absolute;
	z-index: 99;
	background-color: rgba(0, 153, 93, 0.9);
}

.node-default .node-box .node-box-image {
	margin: 25px 0px;
}

.node-default .box .icon {
	padding: 0px 15px;
}

.node-default .box.box-autorizador .icon {
	padding: 0px 5px;
}

.node-default .sidebar-info .box-icon-left li:first-child {
	width: 25%;
}

.node-default .lab-box-table .box-icon-left li:first-child {
	width: 98px;
}

.node-default .lab-box-table .box {
	margin-bottom: 30px;
}

.node-default .mini-box.box-image li:first-child {
	width: 46%;
}

.form-signin {
	margin: 0px auto;
	padding: 15px 35px 45px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-image: none;
	max-width: 380px;
	background-color: rgb(255, 255, 255);
}

.form-signin-heading {
	margin-bottom: 30px;
}

.checkbox {
	margin-bottom: 30px;
}

.checkbox {
	font-weight: normal;
}

.form-control {
	padding: 10px;
	height: auto;
	font-size: 16px;
	position: relative;
}

input[type='text'] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

input[type='password'] {
	margin-bottom: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.error-template {
	padding: 40px 15px;
	text-align: center;
}

.error-actions {
	margin-top: 15px;
	margin-bottom: 15px;
}

.error-actions .btn {
	margin-right: 10px;
}

.organigrama h3 {
	margin-top: 10px;
}

.organigrama h4 {
	margin: 0px 10px 10px;
}

.organigrama ul {
	padding-top: 20px;
	position: relative;
}

.organigrama li {
	padding: 20px 5px 0px;
	text-align: center;
	float: left;
	list-style-type: none;
	position: relative;
}

.organigrama li::before {
	top: 0px;
	width: 50%;
	height: 20px;
	right: 50%;
	border-top-color: rgb(0, 153, 93);
	border-top-width: 1px;
	border-top-style: solid;
	position: absolute;
	content: "";
}

.organigrama li::after {
	top: 0px;
	width: 50%;
	height: 20px;
	right: 50%;
	border-top-color: rgb(0, 153, 93);
	border-top-width: 1px;
	border-top-style: solid;
	position: absolute;
	content: "";
}

.organigrama li::after {
	left: 50%;
	right: auto;
	border-left-color: rgb(0, 153, 93);
	border-left-width: 1px;
	border-left-style: solid;
}

.organigrama li:only-child::before {
	display: none;
}

.organigrama li:only-child::after {
	display: none;
}

.organigrama li:only-child {
	padding-top: 0px;
}

.organigrama li:first-child::before {
	border: 0px currentColor;
	border-image: none;
}

.organigrama li:last-child::after {
	border: 0px currentColor;
	border-image: none;
}

.organigrama li:last-child::before {
	border-radius: 0px 5px 0px 0px;
	border-right-color: rgb(0, 153, 93);
	border-right-width: 1px;
	border-right-style: solid;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}

.organigrama li:first-child::after {
	border-radius: 5px 0px 0px;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.organigrama ul ul::before {
	left: 50%;
	top: 0px;
	width: 0px;
	height: 20px;
	border-left-color: rgb(0, 153, 93);
	border-left-width: 1px;
	border-left-style: solid;
	position: absolute;
	content: "";
}

.organigrama li a {
	padding: 0px;
	border-radius: 5px;
	border: 1px solid rgb(0, 153, 93);
	transition: 500ms;
	border-image: none;
	color: rgb(0, 153, 93);
	text-decoration: none;
	display: inline-block;
	background-color: rgb(255, 255, 255);
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.organigrama li a:hover {
	border: 1px solid rgb(255, 255, 255);
	border-image: none;
	color: rgb(255, 255, 255);
	display: inline-block;
	background-color: rgb(0, 153, 93);
}

.organigrama>ul>li>a {
	font-size: 1em;
	font-weight: bold;
}

.organigrama>ul>li>ul>li>a {
	width: 16em;
}

.organigrama li a img {
	margin: 15px;
}

.homepage-footer .box-content {
	padding: 15px;
}

.homepage-footer .box-content h2 {
	text-transform: uppercase;
	font-stretch: condensed;
}

.homepage-footer .box-content p {
	margin: 25px 0px;
}

.gallery-green .gallery-title {
	text-align: center;
	color: rgb(66, 179, 47);
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 70px;
}

.gallery-green .gallery-title::after {
	left: 46.5%;
	width: 7.5%;
	height: 45px;
	border-bottom-color: rgb(94, 94, 94);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	position: absolute;
	content: "";
}

.gallery-green .filter-button {
	border-radius: 5px;
	border: 1px solid rgb(66, 179, 47);
	border-image: none;
	text-align: center;
	color: rgb(66, 179, 47);
	font-size: 18px;
	margin-bottom: 30px;
}

.gallery-green .filter-button:hover {
	border-radius: 5px;
	border: 1px solid rgb(66, 179, 47);
	border-image: none;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 18px;
	background-color: rgb(66, 179, 47);
}

.gallery-green .btn-default:active .filter-button:active {
	color: white;
	background-color: rgb(66, 179, 47);
}

.gallery-green .port-image {
	width: 100%;
}

.gallery-green .gallery_product {
	margin-bottom: 30px;
}

.gallery-green .box {
	padding: 15px;
}

.gallery-green .box h1 {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
}

.faq-list .panel-default>.panel-heading {
	border-color: rgb(228, 229, 231);
	padding: 0px;
	color: rgb(51, 51, 51);
	-ms-user-select: none;
	background-color: rgb(255, 255, 255);
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.faq-list .panel-default>.panel-heading a {
	padding: 10px 15px;
	display: block;
}

.faq-list .panel-default>.panel-heading a::after {
	transition: transform 0.25s linear;
	top: 1px;
	line-height: 1;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	float: right;
	display: inline-block;
	position: relative;
	content: "";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: -webkit-transform .25s linear;
}

.faq-list .panel-default>.panel-heading a[aria-expanded='true'] {
	background-color: rgb(238, 238, 238);
}

.faq-list .panel-default>.panel-heading a[aria-expanded='true']::after {
	content: "\2212";
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.faq-list .panel-default>.panel-heading a[aria-expanded='false']::after {
	content: "\002b";
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.faq-list .accordion-option {
	margin: 15px 0px;
	width: 100%;
	clear: both;
	float: left;
}

.faq-list .accordion-option .title {
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	float: left;
}

.faq-list .accordion-option .toggle-accordion {
	color: rgb(106, 108, 111);
	font-size: 16px;
	float: right;
}

.faq-list .accordion-option .toggle-accordion::before {
	content: "Expandir todos";
}

.faq-list .accordion-option .toggle-accordion.active::before {
	content: "Recolher todos";
}

.category-list h3 {
	margin: 0px;
}

.category-list li {
	padding: 15px 0px;
}

.category-list li:first-child {
	width: 55px;
}

.date-node {
	margin: 2em 0px;
	padding: 15px 0px;
	font-size: 13px;
	border-top-color: rgb(221, 221, 221);
	border-bottom-color: rgb(221, 221, 221);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
}

.homepage-node-article-area ul li {
	list-style: circle;
	margin-left: 20px;
}

.node-diretoria .box-avatar li:first-child {
	padding: 0px 15px;
	width: 50%;
}

.sidebar-diretoria .box {
	padding: 15px 0px;
	margin-left: -60px;
}

.node-io .right-col {
	width: 25%;
}

.node-io :nth-child(1).flex-item {
	width: 25%;
	text-align: right;
}

.node-io :nth-child(2).flex-item {
	width: 15%;
	text-align: center;
}

.node-io :nth-child(3).flex-item {
	width: 60%;
}

.inaugura-site {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	z-index: 99998;
	background-color: rgba(91, 92, 101, 0.75);
}

.faixa-1 {
	left: 0px;
	top: 0px;
	height: 444px;
	right: 0px;
	position: fixed;
	z-index: 999999;
	background-image: url("../images/faixa-1.png");
}

.faixa-2 {
	left: 250px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	z-index: 999999;
	background-image: url("../images/faixa-2.png");
	background-repeat: no-repeat;
}

.laco {
	left: 100px;
	top: 100px;
	bottom: 0px;
	position: fixed;
	z-index: 999999;
}

body {
	overflow: hidden;
}

#preloader {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	position: fixed;
	z-index: 999999;
	background-color: rgb(255, 255, 255);
}

#status {
	background-position: center;
	margin: -100px 0px 0px -100px;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 200px;
	position: absolute;
	/*background-image: url("../images/status.gif");*/
	background-repeat: no-repeat;
}

.site-menu-footer .box h2 {
	font-size: 26px;
	margin-bottom: 30px;
}

.site-footer {
	color: rgb(119, 119, 119);
	background-color: rgb(255, 255, 255);
}

.site-footer .box h2 {
	font-family: "Unimed";
	font-weight: 100;
	margin-bottom: 30px;
}

.site-footer .box h3 {
	font-family: "Unimed";
	font-weight: 100;
	margin-bottom: 30px;
}

.site-footer .text-end p span {
	font-size: small;
}

.site-footer .ans-bottom .container {
	position: relative;
}

.site-footer .ans-bottom a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

.site-footer .ans-bottom .ans {
	top: 0px;
	right: 0px;
	position: absolute;
}

.title {
	margin: 0px auto;
	width: 100%;
	max-width: 854px;
}

.caption {
	margin: 0px auto;
	padding: 20px 0px;
	width: 100%;
	max-width: 854px;
}

.vid-main-wrapper {
	background: rgb(255, 255, 255);
	margin: 0px auto;
	width: 100%;
	min-width: 640px;
	max-width: 1100px;
}

.vid-container {
	width: 70%;
	height: 0px;
	padding-top: 30px;
	padding-bottom: 0px;
	float: left;
	position: relative;
}

.vid-container iframe {
	left: 0px;
	top: 0px;
	width: 100%;
	position: absolute;
	min-height: 420px;
}

.vid-container object {
	left: 0px;
	top: 0px;
	width: 100%;
	position: absolute;
	min-height: 420px;
}

.vid-container embed {
	left: 0px;
	top: 0px;
	width: 100%;
	position: absolute;
	min-height: 420px;
}

.vid-list-container {
	width: 30%;
	height: 420px;
	overflow: hidden;
	float: right;
}

.vid-list-container:hover {
	-ms-overflow-y: auto;
}

.vid-list-container:focus {
	-ms-overflow-y: auto;
}

ol#vid-list {
	background: rgb(34, 34, 34);
	margin: 0px;
	padding: 0px;
}

ol#vid-list li {
	list-style: none;
}

ol#vid-list li a {
	padding: 10px;
	text-decoration: none;
	border-bottom-color: rgb(68, 68, 68);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	background-color: rgb(34, 34, 34);
}

ol#vid-list li a:hover {
	background-color: rgb(102, 102, 102);
}

.vid-thumb {
	margin-right: 8px;
	float: left;
}

.active-vid {
	background: rgb(58, 58, 58);
}

#vid-list .desc {
	color: rgb(202, 202, 202);
	font-size: 13px;
	margin-top: 5px;
}

@media all and (max-width:624px) {
	.caption {
		margin-top: 40px;
	}
	.vid-list-container {
		padding-bottom: 20px;
	}
}

.navbar .search-form {
	margin: 0px;
	padding: 0px 30px;
	float: right;
}

.navbar .search-form .input-group {
	transition: 0.2s ease-in-out;
	width: 30px;
	overflow: hidden;
	padding-right: 30px;
	border-left-color: transparent;
	border-left-width: 2px;
	border-left-style: solid;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
}

.navbar .search-form.open .input-group {
	transition: 0.2s ease-in-out;
	border-left-color: rgb(177, 211, 75);
	border-left-width: 2px;
	border-left-style: solid;
	-webkit-transition: all 0.2s ease-in-out;
}

.navbar .search-form .form-control {
	border-color: transparent;
	padding: 6px 12px 0px;
	border-radius: 0px;
	height: 30px;
	font-size: 14px;
	box-shadow: none;
	background-color: transparent;
}

.navbar .search-form .form-control:focus {
	border-color: transparent;
	padding: 6px 12px 0px;
	border-radius: 0px;
	height: 30px;
	font-size: 14px;
	box-shadow: none;
	background-color: transparent;
}

.navbar .search-form .form-control:focus {
	background-color: rgb(255, 255, 255);
}

.navbar .search-form .input-group-btn {
	top: 0px;
	width: 30px;
	height: 30px;
	right: 0px;
	display: block;
	position: absolute;
	z-index: 2;
}

.navbar .search-form .input-group-btn .icon {
	left: -1px;
	bottom: -3px;
	font-size: 18px;
	position: relative;
}

.navbar .search-form .btn {
	padding: 5px 8px;
	border-radius: 0px;
	border: 1px solid transparent;
	transition: 0.2s ease-in-out;
	border-image: none;
	color: rgb(255, 255, 255);
	background-color: transparent;
	-webkit-transition: all 0.2s ease-in-out;
}

.navbar .search-form .btn:active {
	border: 1px solid rgb(177, 211, 75);
	transition: 0.2s ease-in-out;
	border-image: none;
	color: rgb(255, 255, 255);
	background-color: rgb(177, 211, 75);
	outline-offset: 0;
	-webkit-transition: all 0.2s ease-in-out;
}

.navbar .search-form .btn:hover {
	border: 1px solid rgb(177, 211, 75);
	transition: 0.2s ease-in-out;
	border-image: none;
	color: rgb(255, 255, 255);
	background-color: rgb(177, 211, 75);
	outline-offset: 0;
	-webkit-transition: all 0.2s ease-in-out;
}

.navbar .search-form .btn:focus {
	border: 1px solid rgb(177, 211, 75);
	transition: 0.2s ease-in-out;
	border-image: none;
	color: rgb(255, 255, 255);
	background-color: rgb(177, 211, 75);
	outline-offset: 0;
	-webkit-transition: all 0.2s ease-in-out;
}

.navbar .search-form.open .btn {
	border: 1px solid rgb(177, 211, 75);
	transition: 0.2s ease-in-out;
	border-image: none;
	color: rgb(255, 255, 255);
	background-color: rgb(177, 211, 75);
	outline-offset: 0;
	-webkit-transition: all 0.2s ease-in-out;
}

.navbar .search-form.open .input-group {
	transition: width 0.3s ease-in-out;
	width: 145px;
	-webkit-transition: width 0.3s ease-in-out;
}

:-ms-input-placeholder {
	color: rgb(85, 85, 85) !important;
}

@media all and (max-width:767px) {
	.navbar .search-form {
		padding: 14px 0px;
		margin-top: 0px;
		float: none;
	}
	.navbar .search-form .input-group {
		transition: none;
		width: auto;
		border-left-color: rgb(95, 95, 95);
		border-left-width: 2px;
		border-left-style: solid;
		-webkit-transition: none;
	}
	.navbar .search-form.open .input-group {
		transition: none;
		width: auto;
		border-left-color: rgb(95, 95, 95);
		border-left-width: 2px;
		border-left-style: solid;
		-webkit-transition: none;
	}
	.navbar .search-form .btn {
		border: 1px solid rgb(95, 95, 95);
		transition: none;
		border-image: none;
		background-color: rgb(95, 95, 95);
		-webkit-transition: none;
	}
	:-ms-input-placeholder {
		color: rgb(85, 85, 85) !important;
		text-transform: uppercase;
	}
}

@media all and (max-width:780px) and (min-width:768px) {
	.navbar .search-form.open .input-group {
		width: 135px;
	}
}

@media all and (min-width:980px) {
	.navbar .search-form.open .input-group {
		width: 230px;
	}
}

@media all and (min-width:1300px) {
	.navbar .search-form .input-group-btn {
		width: 32px;
		height: 32px;
	}
	.navbar .search-form .input-group-btn .icon {
		font-size: 18px;
	}
	.navbar .search-form .form-control {
		height: 32px;
	}
	.navbar .search-form .form-control:focus {
		height: 32px;
	}
	.navbar .search-form .input-group {
		width: 32px;
		padding-right: 32px;
	}
}

#controls {
	background: rgb(12, 94, 82);
	padding: 0px;
	transition: 0.25s ease-out;
	text-align: center;
}

#controls a {
	padding: 0px 5px;
	color: rgb(170, 170, 170);
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}

#controls a:hover {
	background: rgb(177, 211, 75);
	transition: 0.25s ease-out;
	color: rgb(255, 255, 255);
}

#controls a.selected {
	background: rgb(177, 211, 75);
	color: rgb(255, 255, 255) !important;
}

#small {
	font-size: 10px !important;
}

#medium {
	font-size: 14px !important;
}

#large {
	font-size: 16px !important;
}

.small {
	font-size: 75%;
}

.mu-page .section-heading {
	margin-bottom: 25px;
}

#mainNav {
	background: rgb(177, 211, 75);
	transition: 1s;
	left: -100px;
	top: 50%;
	width: 125px;
	position: fixed;
	z-index: 9999;
}

#mainNav:hover {
	left: 0px;
}

#mainNav::after {
	background: rgb(177, 211, 75);
	border-radius: 0px 5px 5px 0px;
	top: 45%;
	width: 25px;
	height: 25px;
	right: -25px;
	color: rgb(12, 94, 82);
	line-height: 25px;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	display: block;
	position: absolute;
	content: "\e131";
}

#mainNav li {
	padding: 5px 10px;
	border-bottom-color: rgb(147, 177, 56);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#mainNav li a {
	color: rgb(12, 94, 82);
}

.card {
	border-radius: 0.25rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-image: none;
	display: flex;
	position: relative;
	-ms-word-wrap: break-word;
	min-width: 0px;
	flex-direction: column;
	background-clip: border-box;
	background-color: rgb(255, 255, 255);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.card-header {
	margin: 0px;
	padding: 1.25rem;
	border-bottom-color: rgba(0, 0, 0, 0.125);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: rgba(0, 0, 0, 0.03);
}

.card-body {
	padding: 1.25rem;
	flex: 1 1 auto;
	-webkit-box-flex: 1;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	border-top-color: rgba(0, 0, 0, 0.125);
	border-top-width: 1px;
	border-top-style: solid;
	background-color: rgba(0, 0, 0, 0.03);
}

.h-100 {
	height: 100% !important;
}

:first-child.card-header {
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0px 0px;
}

:last-child.card-footer {
	border-radius: 0px 0px calc(.25rem - 1px) calc(.25rem - 1px);
}

.countdown-wrapper #clock {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.countdown-wrapper #clock li {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#treine {
	color: rgb(255, 255, 255);
	background-image: url("../movimentounimed/home1_bg1.jpg");
	background-size: cover;
}

#treine .treinos .list-inline-table {
	table-layout: auto;
}

#treine .treinos .list-inline-table li:first-child {
	width: 25%;
}

#treine .treinos .list-inline-table li:last-child {
	width: 25%;
}

#treine .treinos .col-md-12 {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top-color: rgb(255, 255, 255);
	border-top-width: 1px;
	border-top-style: solid;
}

#treine .treinos :last-child.col-md-12 {
	border-bottom-color: currentColor;
	border-bottom-width: medium;
	border-bottom-style: none;
}

#kits .bg-orange .list-inline-table li:first-child {
	width: 60%;
}

#kits .bg-dark-green .list-inline-table li:last-child {
	width: 60%;
}

#gallery .gallery li {
	text-align: center;
}

#patrocinadores .patrocinador {
	padding: 20px 10px;
	border-radius: 10px;
	text-align: center;
	color: rgb(119, 119, 119);
	text-transform: uppercase;
	background-color: rgb(255, 255, 255);
}

#frame-spec {
	overflow-y: hidden;
}

.select-estiloso {
	/* <div> */
	width: 100% !important;
	overflow: hidden;
	/* novo ícone para o <select> */
	border: none;
}

.select-estiloso select {
	/* <select> */
	font-family: Unimed-Regular;
	font-size: 26px;
	color: #555555;
	background: transparent;
	/* importante para exibir o novo ícone */
	width: 100%;
	font-size: 16px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

.select-estiloso select::open{
	background-color: #000;
}

.select-estiloso select:disabled {
	background-color: #efefef;
}

.setaPersonalizada::after {
	z-index: 10;
	position: absolute;
	top: 30px;
	right: 20px;
	cursor: default;
	font-family: "Material-Design-Iconic-Font";
	content: '\f2f9';
	font-size: 24px;
	color: #999;
}

@media (min-width: 576px) {
	.setaPersonalizada::after {
		right: 30px;
	}
}

.botaoCentraliza {
	width: 100%;
}

.botaoCentralizado {
	position: relative;
}

/*animacação Banner */

.caixa {
	padding: 10px 10px 10px 10px;
}

#slider {
	background: transparent;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
	height: auto;
	width: 100%;
	overflow: visible;
	position: relative;
}

#mascara {
	overflow: hidden;
	height: 265px;
}

#slider ul {
	margin: 0;
	padding: 0;
	position: relative;
}

#slider li {
	width: 100%;
	height: auto;
	position: absolute;
	top: -325px;
	list-style: none;
}

#slider li.primeira-anima {
	animation: cycle 25s linear infinite;
	-moz-animation: cycle 25s linear infinite;
	-webkit-animation: cycle 25s linear infinite;
	-ms-animation: cycle 25s linear infinite;
	-o-animation: cycle 25s linear infinite;
}

#slider li.segunda-anima {
	animation: cycletwo 25s linear infinite;
	-moz-animation: cycletwo 25s linear infinite;
	-webkit-animation: cycletwo 25s linear infinite;
	-ms-animation: cycletwo 25s linear infinite;
	-o-animation: cycletwo 25s linear infinite;
}

#slider li.terceira-anima {
	animation: cyclethree 25s linear infinite;
	-moz-animation: cyclethree 25s linear infinite;
	-webkit-animation: cyclethree 25s linear infinite;
	-ms-animation: cyclethree 25s linear infinite;
	-o-animation: cyclethree 25s linear infinite;
}

#slider li.quarta-anima {
	animation: cyclefour 25s linear infinite;
	-moz-animation: cyclefour 25s linear infinite;
	-webkit-animation: cyclefour 25s linear infinite;
	-ms-animation: cyclefour 25s linear infinite;
	-o-animation: cyclefour 25s linear infinite;
}

#slider li.quinta-anima {
	animation: cyclefive 25s linear infinite;
	-moz-animation: cyclefive 25s linear infinite;
	-webkit-animation: cyclefive 25s linear infinite;
	-ms-animation: cyclefive 25s linear infinite;
	-o-animation: cyclefive 25s linear infinite;
}

@keyframes cycle {
	0% {
		top: 0px;
	}
	4% {
		top: 0px;
	}
	16% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	20% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	21% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	92% {
		top: -325px;
		opacity: 0;
		z-index: 0;
	}
	96% {
		top: -325px;
		opacity: 0;
	}
	100% {
		top: 0px;
		opacity: 1;
	}
}

@keyframes cycletwo {
	0% {
		top: -325px;
		opacity: 0;
	}
	16% {
		top: -325px;
		opacity: 0;
	}
	20% {
		top: 0px;
		opacity: 1;
	}
	24% {
		top: 0px;
		opacity: 1;
	}
	36% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	40% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	41% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@keyframes cyclethree {
	0% {
		top: -325px;
		opacity: 0;
	}
	36% {
		top: -325px;
		opacity: 0;
	}
	40% {
		top: 0px;
		opacity: 1;
	}
	44% {
		top: 0px;
		opacity: 1;
	}
	56% {
		top: 0px;
		opacity: 1;
	}
	60% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	61% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@keyframes cyclefour {
	0% {
		top: -325px;
		opacity: 0;
	}
	56% {
		top: -325px;
		opacity: 0;
	}
	60% {
		top: 0px;
		opacity: 1;
	}
	64% {
		top: 0px;
		opacity: 1;
	}
	76% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	80% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	81% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@keyframes cyclefive {
	0% {
		top: -325px;
		opacity: 0;
	}
	76% {
		top: -325px;
		opacity: 0;
	}
	80% {
		top: 0px;
		opacity: 1;
	}
	84% {
		top: 0px;
		opacity: 1;
	}
	96% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	100% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
}

@-moz-keyframes cycle {
	0% {
		top: 0px;
	}
	4% {
		top: 0px;
	}
	16% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	20% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	21% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	92% {
		top: -325px;
		opacity: 0;
		z-index: 0;
	}
	96% {
		top: -325px;
		opacity: 0;
	}
	100% {
		top: 0px;
		opacity: 1;
	}
}

@-moz-keyframes cycletwo {
	0% {
		top: -325px;
		opacity: 0;
	}
	16% {
		top: -325px;
		opacity: 0;
	}
	20% {
		top: 0px;
		opacity: 1;
	}
	24% {
		top: 0px;
		opacity: 1;
	}
	36% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	40% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	41% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@-moz-keyframes cyclethree {
	0% {
		top: -325px;
		opacity: 0;
	}
	36% {
		top: -325px;
		opacity: 0;
	}
	40% {
		top: 0px;
		opacity: 1;
	}
	44% {
		top: 0px;
		opacity: 1;
	}
	56% {
		top: 0px;
		opacity: 1;
	}
	60% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	61% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@-moz-keyframes cyclefour {
	0% {
		top: -325px;
		opacity: 0;
	}
	56% {
		top: -325px;
		opacity: 0;
	}
	60% {
		top: 0px;
		opacity: 1;
	}
	64% {
		top: 0px;
		opacity: 1;
	}
	76% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	80% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	81% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@-moz-keyframes cyclefive {
	0% {
		top: -325px;
		opacity: 0;
	}
	76% {
		top: -325px;
		opacity: 0;
	}
	80% {
		top: 0px;
		opacity: 1;
	}
	84% {
		top: 0px;
		opacity: 1;
	}
	96% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	100% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
}

/*@-webkit-keyframes cycle {
   0%  { top: 0px; }
   4%  { top: 0px; }
   16% { top: 0px; opacity:1; z-index:0; }
   20% { top: 325px; opacity: 0; z-index: 0; }
   21% { top: -325px; opacity: 0; z-index: -1; }
   92% { top: -325px; opacity: 0; z-index: 0; }
   96% { top: -325px; opacity: 0; }
   100%{ top: 0px; opacity: 1; }
}

@-webkit-keyframes cycletwo {
   0%  { top: -325px; opacity: 0; }
   16% { top: -325px; opacity: 0; }
   20% { top: 0px; opacity: 1; }
   24% { top: 0px; opacity: 1; }
   36% { top: 0px; opacity: 1; z-index: 0; }
   40% { top: 325px; opacity: 0; z-index: 0; }
   41% { top: -325px; opacity: 0; z-index: -1; }
   100%{ top: -325px; opacity: 0; z-index: -1; }
}

@-webkit-keyframes cyclethree {
   0%  { top: -325px; opacity: 0; }
   36% { top: -325px; opacity: 0; }
   40% { top: 0px; opacity: 1; }
   44% { top: 0px; opacity: 1; } 
   56% { top: 0px; opacity: 1; } 
   60% { top: 325px; opacity: 0; z-index: 0; }
   61% { top: -325px; opacity: 0; z-index: -1; } 
   100%{ top: -325px; opacity: 0; z-index: -1; }
}

@-webkit-keyframes cyclefour {
   0%  { top: -325px; opacity: 0; }
   56% { top: -325px; opacity: 0; }
   60% { top: 0px; opacity: 1; }
   64% { top: 0px; opacity: 1; }
   76% { top: 0px; opacity: 1; z-index: 0; }
   80% { top: 325px; opacity: 0; z-index: 0; }
   81% { top: -325px; opacity: 0; z-index: -1; }
   100%{ top: -325px; opacity: 0; z-index: -1; }
}
@-webkit-keyframes cyclefive {
   0%  { top: -325px; opacity: 0; }
   76% { top: -325px; opacity: 0; }
   80% { top: 0px; opacity: 1; }
   84% { top: 0px; opacity: 1; }
   96% { top: 0px; opacity: 1; z-index: 0; }
   100%{ top: 325px; opacity: 0; z-index: 0; }
}*/

@-webkit-keyframes cycle {
	0% {
		top: 0px;
	}
	4% {
		top: 0px;
	}
	16% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	20% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	21% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	50% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	92% {
		top: -325px;
		opacity: 0;
		z-index: 0;
	}
	96% {
		top: -325px;
		opacity: 0;
	}
	100% {
		top: 0px;
		opacity: 1;
	}
}

@-webkit-keyframes cycletwo {
	0% {
		top: -325px;
		opacity: 0;
	}
	16% {
		top: -325px;
		opacity: 0;
	}
	20% {
		top: 0px;
		opacity: 1;
	}
	24% {
		top: 0px;
		opacity: 1;
	}
	36% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	40% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	41% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@-webkit-keyframes cyclethree {
	0% {
		top: -325px;
		opacity: 0;
	}
	36% {
		top: -325px;
		opacity: 0;
	}
	40% {
		top: 0px;
		opacity: 1;
	}
	44% {
		top: 0px;
		opacity: 1;
	}
	56% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	60% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	61% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@-webkit-keyframes cyclefour {
	0% {
		top: -325px;
		opacity: 0;
	}
	56% {
		top: -325px;
		opacity: 0;
	}
	60% {
		top: 0px;
		opacity: 1;
	}
	64% {
		top: 0px;
		opacity: 1;
	}
	76% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	80% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	81% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@-webkit-keyframes cyclefive {
	0% {
		top: -325px;
		opacity: 0;
	}
	76% {
		top: -325px;
		opacity: 0;
	}
	80% {
		top: 0px;
		opacity: 1;
	}
	84% {
		top: 0px;
		opacity: 1;
	}
	96% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	100% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
}

@-ms-keyframes cycle {
	0% {
		top: 0px;
	}
	4% {
		top: 0px;
	}
	16% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	20% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	21% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	92% {
		top: -325px;
		opacity: 0;
		z-index: 0;
	}
	96% {
		top: -325px;
		opacity: 0;
	}
	100% {
		top: 0px;
		opacity: 1;
	}
}

@-ms-keyframes cycletwo {
	0% {
		top: -325px;
		opacity: 0;
	}
	16% {
		top: -325px;
		opacity: 0;
	}
	20% {
		top: 0px;
		opacity: 1;
	}
	24% {
		top: 0px;
		opacity: 1;
	}
	36% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	40% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	41% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@-ms-keyframes cyclethree {
	0% {
		top: -325px;
		opacity: 0;
	}
	36% {
		top: -325px;
		opacity: 0;
	}
	40% {
		top: 0px;
		opacity: 1;
	}
	44% {
		top: 0px;
		opacity: 1;
	}
	56% {
		top: 0px;
		opacity: 1;
	}
	60% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	61% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@-ms-keyframes cyclefour {
	0% {
		top: -325px;
		opacity: 0;
	}
	56% {
		top: -325px;
		opacity: 0;
	}
	60% {
		top: 0px;
		opacity: 1;
	}
	64% {
		top: 0px;
		opacity: 1;
	}
	76% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	80% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	81% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@-ms-keyframes cyclefive {
	0% {
		top: -325px;
		opacity: 0;
	}
	76% {
		top: -325px;
		opacity: 0;
	}
	80% {
		top: 0px;
		opacity: 1;
	}
	84% {
		top: 0px;
		opacity: 1;
	}
	96% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	100% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
}

@-o-keyframes cycle {
	0% {
		top: 0px;
	}
	4% {
		top: 0px;
	}
	16% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	20% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	21% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	92% {
		top: -325px;
		opacity: 0;
		z-index: 0;
	}
	96% {
		top: -325px;
		opacity: 0;
	}
	100% {
		top: 0px;
		opacity: 1;
	}
}

@-o-keyframes cycletwo {
	0% {
		top: -325px;
		opacity: 0;
	}
	16% {
		top: -325px;
		opacity: 0;
	}
	20% {
		top: 0px;
		opacity: 1;
	}
	24% {
		top: 0px;
		opacity: 1;
	}
	36% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	40% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	41% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@-o-keyframes cyclethree {
	0% {
		top: -325px;
		opacity: 0;
	}
	36% {
		top: -325px;
		opacity: 0;
	}
	40% {
		top: 0px;
		opacity: 1;
	}
	44% {
		top: 0px;
		opacity: 1;
	}
	56% {
		top: 0px;
		opacity: 1;
	}
	60% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	61% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@-o-keyframes cyclefour {
	0% {
		top: -325px;
		opacity: 0;
	}
	56% {
		top: -325px;
		opacity: 0;
	}
	60% {
		top: 0px;
		opacity: 1;
	}
	64% {
		top: 0px;
		opacity: 1;
	}
	76% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	80% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
	81% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
	100% {
		top: -325px;
		opacity: 0;
		z-index: -1;
	}
}

@-o-keyframes cyclefive {
	0% {
		top: -325px;
		opacity: 0;
	}
	76% {
		top: -325px;
		opacity: 0;
	}
	80% {
		top: 0px;
		opacity: 1;
	}
	84% {
		top: 0px;
		opacity: 1;
	}
	96% {
		top: 0px;
		opacity: 1;
		z-index: 0;
	}
	100% {
		top: 325px;
		opacity: 0;
		z-index: 0;
	}
}

.barra-progresso {
	position: relative;
	top: -5px;
	width: 680px;
	height: 5px;
	background: #000;
	animation: fullexpand 25s ease-out infinite;
}

@keyframes fullexpand {
	0%, 20%, 40%, 60%, 80%, 100% {
		width: 0%;
		opacity: 0;
	}
	4%, 24%, 44%, 64%, 84% {
		width: 0%;
		opacity: 0.3;
	}
	16%, 36%, 56%, 76%, 96% {
		width: 100%;
		opacity: 0.7;
	}
	17%, 37%, 57%, 77%, 97% {
		width: 100%;
		opacity: 0.3;
	}
	18%, 38%, 58%, 78%, 98% {
		width: 100%;
		opacity: 0;
	}
}

@-moz-keyframes fullexpand {
	0%, 20%, 40%, 60%, 80%, 100% {
		width: 0%;
		opacity: 0;
	}
	4%, 24%, 44%, 64%, 84% {
		width: 0%;
		opacity: 0.3;
	}
	16%, 36%, 56%, 76%, 96% {
		width: 100%;
		opacity: 0.7;
	}
	17%, 37%, 57%, 77%, 97% {
		width: 100%;
		opacity: 0.3;
	}
	18%, 38%, 58%, 78%, 98% {
		width: 100%;
		opacity: 0;
	}
}

@-webkit-keyframes fullexpand {
	0%, 20%, 40%, 60%, 80%, 100% {
		width: 0%;
		opacity: 0;
	}
	4%, 24%, 44%, 64%, 84% {
		width: 0%;
		opacity: 0.3;
	}
	16%, 36%, 56%, 76%, 96% {
		width: 100%;
		opacity: 0.7;
	}
	17%, 37%, 57%, 77%, 97% {
		width: 100%;
		opacity: 0.3;
	}
	18%, 38%, 58%, 78%, 98% {
		width: 100%;
		opacity: 0;
	}
}

@-ms-keyframes fullexpand {
	0%, 20%, 40%, 60%, 80%, 100% {
		width: 0%;
		opacity: 0;
	}
	4%, 24%, 44%, 64%, 84% {
		width: 0%;
		opacity: 0.3;
	}
	16%, 36%, 56%, 76%, 96% {
		width: 100%;
		opacity: 0.7;
	}
	17%, 37%, 57%, 77%, 97% {
		width: 100%;
		opacity: 0.3;
	}
	18%, 38%, 58%, 78%, 98% {
		width: 100%;
		opacity: 0;
	}
}

@-o-keyframes fullexpand {
	0%, 20%, 40%, 60%, 80%, 100% {
		width: 0%;
		opacity: 0;
	}
	4%, 24%, 44%, 64%, 84% {
		width: 0%;
		opacity: 0.3;
	}
	16%, 36%, 56%, 76%, 96% {
		width: 100%;
		opacity: 0.7;
	}
	17%, 37%, 57%, 77%, 97% {
		width: 100%;
		opacity: 0.3;
	}
	18%, 38%, 58%, 78%, 98% {
		width: 100%;
		opacity: 0;
	}
}

#slider:hover li, #slider:hover .barra-progresso {
	animation-play-state: paused;
}