html,body {
	padding:0;
	height:100%;
	margin:0px auto 0px auto;
	min-width:980px;
	font-family: 'News Cycle', sans-serif;
	font-size: 14px;
}

html {
	overflow-y: scroll;
}

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a:active,
a:link,
a:visited {
	color: #6b66a4;
	text-decoration: none;
}

h2 {
	font-size: 40px;
	font-weight: 300;
	color: #6b66a4;
}

h3 {
	font-size: 22px !important;
	font-weight: 300;
	color: #000000 !important;
	margin-bottom: 10px;
}

h4 {
	font-size: 25px;
	color: #FFFFFF;
	margin-bottom: 5px;
	font-weight: 300;
}

form textarea,
form input {
	width: 100%;
	box-sizing: border-box;
	padding: 4px 10px;
	background: #FFFFFF;
	border: none;
	margin-bottom: 5px;
}

form select {
	border: none;
	padding: 4px 10px;
}

form textarea {
	resize: none;
	height: 90px;
	padding: 10px !important;
}

form input[type="reset"],
form input[type="submit"] {
	cursor: pointer;
    font-size: 15px;
}

form input[type="reset"]:hover,
form input[type="submit"]:hover {
	opacity: .8;
}

.text-right {
	text-align: right !important;
}

.btn {
	display: block;
	padding: 5px;
	color: #FFFFFF !important;
	background: #6d68a6;
	border: 1px solid #9c97c9;
	border-radius: 3px;
	width: 10% !important;
	text-align: center;
	font-family: 'News Cycle', sans-serif;
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
	    -ms-transition: all .2s linear;
	        transition: all .2s linear;
}
.box-footer .btn.right {
    width: auto !important;
}
.btn:hover {
    background-color: #3d3968 !important;
    opacity: 1 !important;
}
.eff {
	display: block;
}

.eff:hover {
	opacity: .8;
}

#container {
	min-height:100%;
	position:relative;
}
#content {
	margin:0;
	width:100%;
	padding:0 0px 258px 0px;
}
#content:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
}

.centralizar {
	margin: 0 auto;
	width: 980px;
}

.clear {
	clear:both;
	display:block;
}
.right {
	float:right !important;
}
.left {
	float:left !important;
}

.img-right {
	float: right !important;
	margin-left: 20px !important;
}

.img-left {
	float: left !important;
	margin-right: 20px !important;
}

.clearfix {
	zoom: 1;
	overflow: auto;
}

.line {
	width: 100%;
	box-sizing: border-box;
	height: 1px;
	background: #B8B5D9;
	margin: 10px 0;
}


#continterno {
	width: 980px;
	margin: 0 auto 50px auto;
	border-top: 6px solid #b8b5d9;
	padding-top: 50px;
	overflow: auto;
}
#continterno p {
	font-size: 16px;
	font-family: Arial, sans-serif;
	line-height: 23px;
	text-align: justify;
	color: #000000;
	padding-bottom: 15px;
}

/**
* Header
*/
.wrap-header {
	width: 100%;
	height: 100px;
	background: url(../img/bg-header.png) repeat-x;
	position: relative;
	z-index: 20;
}

.wrap-header .area-logo {
	width: 215px;
	height: 92px;
	float: left;
}

.wrap-header .area-logo img {
	margin: 6px 0;
}

.wrap-header .area-menu {
	width: 760px;
	height: 92px;
	float: right;
}

.wrap-header .area-menu .telefone {
	float: right;
}

.wrap-header .area-menu .language {
	float: right;
	padding: 9px 10px 3px;
	display: none;
}

.wrap-header .area-menu .language ul {
	list-style: none;
}

.wrap-header .area-menu .language ul li {
	float: left;
	font-size: 12px;
	margin-right: 20px;
}

.wrap-header .area-menu .telefone p {
	font-size: 17px;
	color: #6d68a6;
	margin-top: 5px;
	font-family: 'News Cycle', sans-serif;
}

.wrap-header .area-menu .menu {
	float: right;
	margin-top: 15px; 
}

.wrap-header .area-menu .menu ul {
	list-style: none;
}

.wrap-header .area-menu .menu ul li {
	float: left;
	margin: 0 1px 0 0;
	font-size: 16px;
	position: relative;
	box-sizing: border-box;
	padding: 5px 0 8px 20px;
}

.wrap-header .area-menu .menu ul li a {
	display: block;
	color: #657984;
    font-weight: bold;
}

.wrap-header .area-menu .menu ul li a:hover {
	color: #6b66a4;
}

.wrap-header .area-menu .menu ul li:hover {
	/*border: 1px solid #6d68a6;*/
	color: #6d68a6;
}

.wrap-header .area-menu .menu ul li.ativo a {
	color: #6d68a6 !important;
    border-bottom: solid 2px #6d68a6;
}

.wrap-header .area-menu .menu ul li .submenu {
	background: #8781bd;
	float: left;
	width: 116px;
	position: absolute;
	top: 30px;
	left: 15px;
	display: none;
    padding: 10px 0 15px 0;
}
.wrap-header .area-menu .menu ul li .submenu.submenumaior {
    width: 155px;
}

.wrap-header .area-menu .menu ul li:hover .submenu {
	display: block;
}

.wrap-header .area-menu .menu ul li .submenu li {
	float: none;
    padding: 0;
}

.wrap-header .area-menu .menu ul li .submenu li a {
	color: #FFFFFF;
    display: block;
    padding: 5px 20px 11px;
    line-height: 18px;
}

.wrap-header .area-menu .menu ul .ativo .submenu li a {
	color: #FFFFFF !important;
    border-bottom: none 0px;
}

.wrap-header .area-menu .menu ul li .submenu li:hover {
	background: #7873ae;
	border: none;
}

/**
* Banner
*/
#selo{
    position: absolute;
    right: 105px;
    bottom: -17px;
    z-index: 30;
}
.wrap-banner {
	width: 100%;
	height: 450px;
	background: #FFFFFF;
	margin-top: -8px;
	overflow: hidden;
}

#banner {
	height: 430px;
	width: 1195px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
	
.frame {
	position:absolute;
	height: 430px;
	width: 1195px;
	top:0;	
	z-index:1;
	opacity:0;
	left: 50%;
	margin-left: -598px;
	
	}
.frame .texto {
	position:absolute;
	width:100%;
	height:51px;
	top: 20%;
	left: 15%;
	z-index:50;
	}

.frame .texto p {
	font-size: 40px;
}

.frame img {
	position:absolute;
	z-index:20;
	top:0;
	left:0;
	}
#nav-banner {
	position:absolute;
	z-index:50;
	top: 407px;
	left: 110px;
	}
#nav-banner a {
	background-image:url(../img/nav-banner.png);
	background-position:left top;
	width:18px;
	height:18px;
	float:left;
	color: transparent;
	text-decoration: none;
	display:block;
	margin-right:5px;
						}
#nav-banner a:hover {
	background-position: right top;
	opacity:0.5;
	}
#nav-banner a.ativo {
	background-position: right top;
	}

.detalhe {
	width: 980px;
	background: #b8b5d9;
	height: 6px;
}

.wrap-banner-interna {
	width: 100%;
	height: 90px;
	background: url(../img/bg-banner-interna.jpg) no-repeat center;
	margin-top: -8px;
	padding-top: 20px;
}

/**
* Footer
*/
#footer {
	position:absolute;
	height: 258px;
	clear:both;
	margin:0px;
	padding:0px;
	bottom:0px;
	width:100%;
	z-index:50;
	background: url(../img/bg-footer.png) repeat-x;
    color: #FFF;
    font-size: 13px;
}
#footer a {
    color: #FFF;
    text-decoration: underline;
}
#footer a:hover {
    text-decoration: none;
}
.box-footer.mid {
	margin: 35px 10px !important;
	width: 305px;
}

.box-footer.right {
	width: 305px;
}

.box-footer {
	width: 320px;
	height: 161px;
	float: left;
	margin: 35px 0;
}

.box-footer p {
	font-size: 16px !important;
	color: #FFFFFF !important;
	font-family: 'News Cycle', sans-serif !important;
	text-align: left !important;
	line-height: 21px !important;
	padding: 0 !important;
}

.box-footer p.tel {
	font-size: 24px !important;
	margin: 6px 0;
}

.box-footer .right {
	width: 180px;
}

.icn {
	display: block;
	float: left;
	margin-top: 12px;
	margin-right: 5px;
}

.icn.mail {
	width: 25px;
	height: 19px;
	background: url(../img/mail-icn.png) no-repeat center;
}

.icn.lock {
	width: 17px;
	height: 21px;
	background: url(../img/lock-icn.png) no-repeat center;
}

.options {
	color: #FFFFFF !important;
}

.options:hover {
	text-decoration: underline;
}

.box-assinatura {
	width: 100%;
	height: 25px;
	margin-top: 1px;
}

.box-assinatura p {
	text-align: center !important;
	color: #FFFFFF !important;
	line-height: 24px !important;
	font-size: 10px !important;
	padding: 0 !important;
}

.box-assinatura p a {
	color: #FFFFFF;
}

.box-assinatura p a:hover {
	text-decoration: underline;
}

/**
* HOME
*/
.home .centralizar p {
	font-size: 15px;
	font-family: Arial, sans-serif;
	line-height: 21px;
	text-align: justify;
	color: #000000;
	padding-bottom: 5px;
}

.wrap-chamada {
	width: 100%;
	background: #e3e1f0;
	margin: 30px 0 20px;
	box-sizing: border-box;
}

.wrap-conteudo .secao-2,
.wrap-chamada .secao-2 {
	width: 650px;
	float: left;
	box-sizing: border-box;
	padding-right: 10px;
}

.wrap-conteudo .secao-1,
.wrap-chamada .secao-1 {
	width: 310px;
	box-sizing: border-box;
}

.wrap-chamada .secao-1 img {
	max-width: 303px;
	border: 2px solid #a09acc;
	border-radius: 3px;
}

.wrap-conteudo {
	width: 100%;
	margin-bottom: 40px;
}

.wrap-conteudo .box-destaques {
	width: 303px;
	margin-top: 15px;
	margin-bottom: 30px;
	float: left;
	box-sizing: border-box;
	padding-bottom: 8px;
	background: #ebebeb url(../img/bg-detalhe.jpg) no-repeat center bottom;
	overflow: hidden;
    border: solid 1px #efefef;
}

.box-footer.mid,
.wrap-conteudo .box-destaques.mid {
	margin: 15px 34px 30px 35px;
}

.wrap-conteudo .box-destaques img {
	max-width: 303px;
	box-shadow: 0 2px 10px #999999;
}

.wrap-conteudo .box-destaques .info {
	padding: 10px;
	height: 50px;
    overflow: hidden;
}

.wrap-conteudo .box-destaques .info strong {
	float: left;
	font-size: 16px;
	color: #a09acc;
	margin-right: 5px;
	font-weight: 300;
	text-transform: uppercase;
}

.wrap-conteudo .box-destaques .info p {
	padding: 5px 0;
}

.wrap-conteudo .secao-2 ul {
	list-style: none;
	width: 320px;
	float: left;
}

.wrap-conteudo .secao-2 ul li {
	width: 90%;
	float: left;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	margin-right: 10px;
	background: url(../img/roxo.png) no-repeat 1px 8px;
	padding-left: 21px;
}

.wrap-conteudo .parceiros {
	width: 100% !important;
	padding: 5px 0;
	margin: 30px 0;
    height: 210px;
    overflow: hidden;
}

.wrap-conteudo .parceiros ul {
	list-style: none;
	float: left;
}

.wrap-conteudo .parceiros ul li {
	width: 230px;
	height: 130px;
	float: left;
	margin: 0 15px 0 0;
}

.wrap-conteudo .parceiros ul li a {
	display: block;
	height: 130px;
}

/**
* Clínica
*/
.wrap-clinica,
.wrap-equipe,
.wrap-servicos,
.wrap-artigos,
.wrap-noticias,
.wrap-convenios,
.wrap-depoimentos,
.wrap-links,
.wrap-noticia,
.wrap-contato,
.wrap-orientacao,
.wrap-artigos-interna,
.wrap-logar,
.wrap-evento,
.wrap-restrita {
	width: 100%;
}

.wrap-orientacao {
	overflow: hidden;
}

.wrap-clinica img {
	border: 2px solid #a09acc;
}

.wrap-clinica .area-img {
	width: 307px;
	float: left;
	margin-top: 35px;
}

.wrap-clinica .area-info {
	width: 650px;
	float: right;
	margin-top: -18px;
}

.wrap-clinica .coluna-half {
	width: 49%;
	margin-top: 30px;
}

.wrap-clinica .coluna-half.right ul {
	list-style: none;
	float: right;
	margin: 20px 0 20px 24px;
}

.wrap-clinica .coluna-half.right ul li {
	width: 106px;
	height: 76px;
	float: left;
	margin: 5px 5px 0 0;
	border: 2px solid #a09acc;
}

.wrap-clinica .coluna-half.right ul li.last {
	margin-right: 0;
}

.wrap-clinica .coluna-half.right ul li img {
	max-width: 106px;
	border: none !important;
}

/**
* Equipe
*/
.wrap-equipe ul {
	list-style: none;
	float: left;
	margin: 15px 0;
}

.wrap-equipe ul li {
	width: 460px;
	margin: 0 59px 30px 0;
	float: left;
	border-top: 3px solid #a09acc;
    padding-top: 15px;
}

.wrap-equipe ul li.last {
	margin-right: 0;
}

.wrap-equipe ul li:hover {
	border-top: 3px solid #657984;
}

.wrap-equipe ul li img {
	max-width: 124px;
}

/**
* Serviços
*/
.wrap-orientacao ul,
.wrap-servicos ul {
	list-style: none;
	width: 480px;
	float: left;
    
}
.wrap-servicos ul li {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	line-height: 20px;
}

.wrap-orientacao ul.lista-2 li {
	width: 90%;
	float: left;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 22px;
    margin-right: 2%;
    margin-bottom: 5px;
    background: url(../img/roxo.png) no-repeat 1px 8px;
    padding-left: 15px;
}

.wrap-conteudo .secao-2 ul li a,
.wrap-orientacao ul.lista-2 li a {
	padding: 5px;
	display: block;
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
	    -ms-transition: all .2s linear;
	        transition: all .2s linear;
}

.wrap-conteudo .secao-2 ul li a:hover,
.wrap-orientacao ul.lista-2 li a:hover {
	background: #6b66a4;
	color: #FFFFFF;
}
/**
* Artigos
*/
.wrap-artigos ul {
	list-style: none;
	float: left;
	margin: 20px 0;
}

.wrap-artigos ul li {
	float: left;
	width: 310px;
	border-bottom: 5px solid #a09acc;
	margin: 0 25px 25px 0;
	padding-bottom: 15px;
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
	    -ms-transition: all .2s linear;
	        transition: all .2s linear;
}
.wrap-artigos ul li p {
    min-height: 165px;
}
.wrap-artigos ul li span {
	width: 20% !important;
	text-align: center;	
}

.wrap-eventos ul li:hover,
.wrap-noticias ul li:hover,
.wrap-artigos ul li:hover {
	border-bottom: 5px solid #657984;
}

.wrap-eventos ul li a:hover span,
.wrap-noticias ul li a:hover span,
.wrap-artigos ul li a:hover span {
	background: #657984;
}

.wrap-artigos ul li.last {
	margin-right: 0;
}
/**
* Noticias
*/
.wrap-eventos ul,
.wrap-noticias ul {
	list-style: none;
}

.wrap-eventos ul li,
.wrap-noticias ul li {
	width: 100%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-bottom: 5px solid #a09acc;
	padding-bottom: 10px;
	webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
	    -ms-transition: all .2s linear;
	        transition: all .2s linear;	        
}

.wrap-eventos ul li img,
.wrap-noticias ul li img {
	max-width: 235px;
}

/**
* Convenios
*/
.wrap-convenios ul {
	list-style: none;
	float: left;
	margin: 20px 0;
}

.wrap-convenios li {
	width: 230px;
	height: 100px;
	float: left;
	margin: 0 20px 20px 0;
	border-bottom: 3px solid #a09acc;
	webkit-transition: all .2s linear;
	  -moz-transition: all .2s linear;
	   -ms-transition: all .2s linear;
	       transition: all .2s linear;
	-webkit-transform: scale(.8);
	   -moz-transform: scale(.8);
	    -ms-transform: scale(.8);
	        transform: scale(.8);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);	
}

.wrap-convenios li.last {
	margin-right: 0;
}

.wrap-convenios li:hover {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.wrap-convenios li a {
	display: block;
	height: 100px;
}

/**
*Depoimentos
*/
.wrap-depoimentos ul {
	list-style: none;
	float: left;
	margin: 15px 0;
}

.wrap-depoimentos ul li {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 3px solid #a09acc;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.wrap-depoimentos ul li img {
	max-width: 150px;
}

.wrap-depoimentos ul li .area-depoimentos {
	width: 810px;
	box-sizing: border-box;
	padding: 15px 0px 15px 45px;
	background: transparent url(../img/blockquote.png) no-repeat;
}

.wrap-depoimentos ul li .area-depoimentos span {
	display: block;
	font-size: 18px;
	color: #6b66a4;
}

.wrap-depoimentos .btn {
	color: #FFFFFF;
	width: 20% !important;
	line-height: 28px;
	font-size: 18px;
}

.wrap-formulario,
.wrap-popup-depoimentos {
	width: 600px;
	background: #e3e1f0;
	box-sizing: border-box;
	padding: 10px;
}

.wrap-formulario label,
.wrap-popup-depoimentos label {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.wrap-formulario input[type="submit"],
.wrap-formulario input[type="reset"],
.wrap-popup-depoimentos input[type="submit"],
.wrap-popup-depoimentos input[type="reset"] {
	width: 25% !important;
	margin-left: 10px;
	margin-top: 10px;
}

/**
* Links
*/
.wrap-links ul {
	list-style-image: url(../img/roxo.png);
	list-style-position: inside;
	float: left;
	margin-bottom: 20px;
	width: 100%;
}

.wrap-links ul li {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 22px;
	float: left;
	width: 33%;
	box-sizing: border-box;
	margin: 5px 0;
	width: 33%;
}

.wrap-links ul li a {
	padding: 5px;
	width: 90%;
	webkit-transition: all .2s linear;
	  -moz-transition: all .2s linear;
	   -ms-transition: all .2s linear;
	       transition: all .2s linear;
}

.wrap-links ul li a:hover {
	background: #6b66a4;
	color: #FFFFFF;
}

.half {
	width: 48%;
}
/**
* Noticia Interna
*/
.wrap-orientacao-interna .coluna-1 {
	width: 700px;
}

.wrap-orientacao-interna .coluna-2 {
	width: 230px;
	background: #ebe9f4;
	padding: 15px;
	border-radius: 3px;
}
.servicos .wrap-orientacao-interna .coluna-2 {
    background-color: #ebe9f4;
    padding: 15px;
    width: 220px;
    border-radius: 3px;
}
.wrap-orientacao-interna .coluna-2 a {
	padding: 5px;
	display: block;
	-webkit-transition: all .2s linear;
	   -moz-transition: all .2s linear;
	    -ms-transition: all .2s linear;
	        transition: all .2s linear;
}

.wrap-orientacao-interna .coluna-2 a:hover {
	background: #6b66a4;
	color: #FFFFFF;
}

.wrap-orientacao-interna img {
	max-width: 700px;
}

.wrap-evento img,
.wrap-noticia img {
	max-width: 980px;
	border-bottom: 3px solid #a09acc;
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
}

.wrap-evento ul,
.wrap-orientacao-interna ul,
.wrap-noticia ul {
	margin: 0 0 20px 23px;
	list-style-image: url(../img/roxo.png);
}

.wrap-evento ul li,
.wrap-orientacao-interna ul li,
.wrap-noticia ul li {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.galeria {
	list-style: none !important;
	margin: 0 !important;
}

.wrap-orientacao-interna .galeria li {
	margin: 0 20px 20px 0 !important;
	width: 160px;
	height: 120px;
	overflow: hidden;
}

.wrap-orientacao-interna .galeria li img {
	max-width: 160px;
}

.galeria li {
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 16px 16px 0;
	border-bottom: 3px solid #a09acc;
}

.galeria li.last {
	margin-right: 0 !important;
}

.galeria li a {
	display: block;
}

.galeria li img {
	max-width: 150px;
}

.videos {
	list-style: none;
	margin: 0 !important;
	float: left;
}

.videos li {
	float: left;
	width: 480px;
	margin: 0 20px 20px 0;
}

.videos li.last {
	margin-right: 0;
}

.videos li iframe {
	max-width: 480px;
}
/**
* Contato
*/
.wrap-contato .coluna-1 {
	width: 33%;
	box-sizing: border-box;
}

.wrap-contato .coluna-1 p {
	font-size: 19px !important;
	font-weight: 300;
	color: #000000 !important;
	font-family: 'News Cycle', sans-serif !important;
}

.wrap-contato .coluna-2 {
	width: 64%;
	box-sizing: border-box;
	overflow: hidden;
}

.wrap-contato .frms {
	width: 30% !important;
	float: left;
	font-size: 16px;
}

.wrap-contato .frms.mid {
	margin: 0 30px;
}

.wrap-artigos-interna ul {
	list-style: disc;
	margin: 10px 0 10px 18px;
	float: left;
}

.wrap-artigos-interna ul li {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	line-height: 20px;
}

/**
* Logar
*/
.wrap-logar .box-logar label {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.wrap-logar .box-logar {
	width: 48%;
	box-sizing: border-box;
	background: #e3e1f0;
	padding: 10px;
}

/**
* Area Restrita
*/
.wrap-restrita .coluna-menu {
	width: 25%;
	box-sizing: border-box;
	background: #ebe9f4;
	padding: 15px;
}

.wrap-restrita .coluna-menu ul {
	list-style-image: url(../img/roxo.png);
	list-style-position: inside;
}

.wrap-restrita .coluna-menu ul li {
	font-size: 16px;
	line-height: 20px;
	margin: 5px 0;
}

.wrap-restrita .coluna-menu ul li a {
	padding: 0 5px;
	webkit-transition: all .2s linear;
	  -moz-transition: all .2s linear;
	   -ms-transition: all .2s linear;
	       transition: all .2s linear;
}

.wrap-restrita .coluna-menu ul li a:hover {
	background: #6b66a4;
	color: #FFFFFF;
}

.wrap-restrita .coluna-menu ul li .sub-item {
	list-style: disc;
	margin: 10px 0 10px 47px;
	list-style-position: outside;
}

.wrap-restrita .coluna-menu ul li .sub-item li a {
	color: #000000 !important;
}

.wrap-restrita .coluna-conteudo {
	width: 71%;
	box-sizing: border-box;
}

.wrap-restrita .coluna-conteudo ul {
	margin: 0 0 20px 0;
	list-style: none;
    background: url("../img/roxo.png") no-repeat scroll 1px 4px;
    padding-left: 18px;

}

.wrap-restrita .coluna-conteudo ul li {
	font-family: 'Arial', sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.wrap-restrita .coluna-conteudo .meus-videos,
.wrap-restrita .coluna-conteudo .arquivos {
	list-style: none;
	margin: 0 !important;
}

.wrap-restrita .coluna-conteudo .meus-videos li,
.wrap-restrita .coluna-conteudo .arquivos li {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 3px solid #a09acc;
	padding-bottom: 35px;
	margin-bottom: 30px;
}

.wrap-restrita .coluna-conteudo .meus-videos li {
	width: 48%;
	padding-bottom: 0;
}

.wrap-restrita .coluna-conteudo .meus-videos li h6 {
	margin: 5px 0;
	font-weight: normal;
	font-size: 16px;
	text-align: center;
}

.wrap-restrita .coluna-conteudo .meus-videos li iframe {
	width: 100%;
	height: 230px;
}

.treinamento li {
	float: left;
	width: 49%;
}

.treinamento li a {
	display: block;
	padding: 2px 5px;
}

.treinamento li a:hover {
	text-decoration: underline;
}

.menu-restrita .ativo a {
	background: #6b66a4;
	color: #FFFFFF;
}

.fb-like {
	margin-top: 6px;
}
.btn-show-video {
	display:block;
	width:480px;
	height:315px;
	background-size: cover!important;
}
.btn-show-video-restrita {
	background-size: cover!important;
	display:block;
	width:100%;
	height:230px;
}
.btn-show-video .play-button {
	width: 480px;
	height: 315px;
	background: center center no-repeat url(../img/play.png);
	-webkit-opacity: 0.0;
	-moz-opacity: 0.0;
	-ms-opacity: 0.0;
	-o-opacity: 0.0;
	opacity: 0.0;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-show-video-restrita .play-button {
	background: center center no-repeat url(../img/play.png);
	-webkit-opacity: 0.0;
	-moz-opacity: 0.0;
	-ms-opacity: 0.0;
	-o-opacity: 0.0;
	opacity: 0.0;

	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	width:100%;
	height:230px;
}
.btn-show-video:hover .play-button, .btn-show-video-restrita:hover .play-button {
	-webkit-opacity: 1.0;
	-moz-opacity: 1.0;
	-ms-opacity: 1.0;
	-o-opacity: 1.0;
	opacity: 1.0;
}

.video-fancy {
	width: 60vw;
}

.video-fancy video {
	width: 100%;
}