<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #E5E5E5 ;
	font-family: arial, helvetica, tahoma, sans-serif;
	min-width: 320px;
	overflow-x: hidden;
}

* {
	outline: none !important;
}

li {
	display: inline-block;
}

input[type="submit"] {
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

.img-responsive {
	max-width: 100%;
	height: auto !important;
}

.img-full {
	width: 100%;
	height: 100%;
	display: block;
}

.left {
	float:left;
}

.right {
	float:right;
}

.relative {
	position: relative;
}

.z10 {
	position: relative;
	z-index: 10;
}

.full-hidden {
	width: 100%;
	overflow: hidden;
}

.container {
	width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

#topo {
	box-shadow: 0 0 7px 3px #aaa;
    background: linear-gradient(to bottom, #282828, #0e0e0e);
}

.masc-barra {
	background: url(../img/masc1.png) repeat left top;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	opacity: .4;
}

#busca-tags .masc-barra {
	background: url(../img/masc2.png) repeat left top;
}

#logo {
	width: 275px;
	height: 70px;
	float: left;
	display: block;
	margin: 6px 0 0;
	position: relative;
	z-index: 10;
}

#logo a {
	background: url(../img/logo.png) no-repeat left top;
	width: 275pxpx;
	height: 70px;
	text-indent: -99999px;
	display: block;
	margin: 0 auto;
}

.menu1 li {
	float: left;
}

.menu1 a {
	font: 20px 'gothicBold';
	border-left: 1px solid;
	padding: 33px 30px;
	display: inline-block;
}

.menu1 li:last-child a {
	border-right: 1px solid #000000;
}

.menu1 a:hover {
	background-color: #000;
	text-decoration: none;
	box-shadow: 0 0 10px 3px #111 inset;
}

.menu2 li {
	float: left;
	margin: 20px 0 0 30px;
}

.menu2 a {
	font: 20px/20px 'gothicBold';
	display: inline-block;
	height: 47px;
	float: left;
	border-bottom: 3px solid;
	padding: 13px 25px;
	border-radius: 17px;
	box-shadow: 2px 2px 3px -2px rgba(0, 0, 0, 0.5);
}

.menu2 a:hover {
	height: 45px;
	margin-top: 2px;
	border-bottom: 0;
	text-decoration: none;
}

.menu2 li:nth-child(1) a {
	background: linear-gradient(to bottom, #1db224, #0c9216);
	color: #fff000;
	border-color: #1caf24;
	text-shadow: -1px -1px 0 #16981d;
}

.menu2 li:nth-child(2) a {
	background: linear-gradient(to bottom, #5e5e5e, #272727);
	color: #fff;
	border-color: #313131;
	text-shadow: -1px -1px 0 #434343;
}

#content-site {
	margin: 22px 0 0;
}

#slider,
#slider ul,
#slider li {
	width: 100%;
	height: 450px;
	position: relative;
	display: block;
	overflow: hidden;
}

#slider img {
	box-shadow: 2px 2px 7px -1px #aaa;
}

#slider li img {
	display: block;
}

#slider .nav {
	display: block;
	width: 34px;
	height: 39px;
	position: absolute;
	top: 48%;
	z-index: 10;
}

#slider .nav a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: -99999px;
}

#slider .nav:hover {
	background-position: left bottom !important;
}

#slider .nav.prev {
	background: url(../img/ico1.png) no-repeat left top;
	left: 25px;
}

#slider .nav.next {
	background: url(../img/ico2.png) no-repeat left top;
	right: 25px;
}

#pgn-slider {
	width: auto;
	position: absolute;
	right: 25px;
	top: 20px;
}

#player-destaque {
	margin: 20px 0 0;
	padding: 0 0 5px;
}

.video-destaque {
	width: 720px;
	height: 405px;
	float: left;
	overflow: hidden;
	box-shadow: 2px 2px 7px -1px #aaa;
}

.video-destaque iframe,
#busca-tags .player-video iframe {
	width: 100%;
	height: 100%;
}

.tema-destaque {
	width: 430px;
	height: 405px;
	float: right;
	overflow: hidden;
	box-shadow: 2px 2px 7px -1px #aaa;
}

.tema-destaque a {
	display: block;
}

#videos-destaque {
	margin: 30px 0 0;
}

#videos-destaque .top {
	height: 58px;
	padding: 19px 20px;
	box-shadow: 0 0 7px 2px #aaa;
}

.masc-final {
	background: url(../img/top-galeria.png) no-repeat left top;
	width: 92px;
	height: 64px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.tt-padrao {
	font: 24px/24px 'gothicBold';
}

.galeria-videos {
	margin: 27px -13px 0;
	overflow: hidden;
}

.box-video {
	width: 25%;
	padding: 0 13px;
	float: left;
	margin: 0 0 30px;
}

.box-video .content {
	background-color: #fff;
	padding: 10px;
	box-shadow: 3px 3px 3px -3px #aaa;
}

.box-video .thumb {
	display: block;
	height: 188px;
	overflow: hidden;
	position: relative;
}

.box-video .ico-play {
	background: url(../img/ico3.png) no-repeat left top;
	width: 64px;
	height: 51px;
	display: block;
	position: absolute;
	left: 38%;
	top: 39%;
}

.box-video .thumb:hover .ico-play {
	background-position: left bottom;
}

.box-video .tempo {
	background-color: rgba(0, 0, 0, 0.5);
	display: inline-block;
	padding: 5px 8px;
	font-size: 12px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 1px;
}

.box-video .tt-video {
	display: block;
	border-top: 1px dotted #969696;
	margin: 10px 0 0;
	padding: 10px 0 0;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.box-video p {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#paginacao {
	text-align: center;
	margin: 0 0 10px;
}

#paginacao a {
	display: inline-block;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	font-weight: bold;
	font-size: 16px;
	color: #878787;
	padding: 5px 10px;
	margin: 5px;
	box-shadow: 3px 3px 3px -3px #aaa;
}

#paginacao li.current {
	border: 3px solid #000000;
	color: #000000;
	text-decoration: none;
	display: inline-block;
	background-color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 2px 8px;
	margin: 5px;
	box-shadow: 3px 3px 3px -3px #aaa;
}

#paginacao a:hover,
#paginacao a.active {
	border: 3px solid #000000;
	color: #000000;
	text-decoration: none;
	padding: 2px 8px;
}

.row-btn {
	text-align: center;
}

.btn-cadastro {
	background: linear-gradient(to bottom, #1db224, #0c9216);
	border-bottom: 5px solid #1caf24;
	height: 77px;
	font: 32px/32px 'gothicBold';
	display: inline-block;
	color: #fff000;
	padding: 23px 25px;
	margin: 10px auto 30px;
	border-radius: 17px;
	box-shadow: 2px 2px 7px -2px rgba(0, 0, 0, 0.5);
	text-shadow: -1px -1px 0 #16981d;
}

.btn-cadastro:hover {
	height: 72px;
	border: 0;
	margin-top: 15px;
	text-decoration: none;
}

#rodape1 {
	padding: 25px 0;
	box-shadow: 0 2px 5px 1px #aaa;
}

#rodape1 p {
	font: 20px/27px 'gothicRoman';
	color: #fff;
	float: left;
	margin: 0 43px 0 29px;
	padding: 10px 0 10px 112px;
	text-shadow: -1px -1px 0 #262626;
}

#rodape1 p b {
	font: 24px 'gothicBold';
	display: block;
}

#rodape1 p:nth-child(1) {
	background: url(../img/ico4.png) no-repeat left center;
	width: 323px;
}

#rodape1 p:nth-child(2) {
	background: url(../img/ico5.png) no-repeat left center;
	width: 350px;
}

#rodape1 p:nth-child(3) {
	background: url(../img/ico6.png) no-repeat left center;
	width: 320px;
	margin-right: 0;
}

#rodape2 {
	padding: 25px 0;
}

#rodape2 .ads {
	text-align: center;
	margin: 0 0 20px;
}

#rodape2 .ads img {
	display: inline-block;
}

#rodape2 p {
	font-size: 14px;
	color: #666;
}

#rodape2 p b {
	font-weight: bold;
	color: #000000;
	display: block;
}

/* ===== ESTILOS DO MENU NO MOBILE ===== */
.menu2 li:nth-child(3) a,
.menu2 li:nth-child(4) a,
.menu3 li:nth-child(4) a {
	width: 30px;
	height: 37px;
	padding: 0;
	border-bottom: 3px solid #313131;
	border-radius: 45%;
	box-shadow: 2px 2px 7px -2px rgba(0, 0, 0, 0.5);
}

.menu2 li:nth-child(3) a {
	background: url(../img/ico7.png) no-repeat center, linear-gradient(to bottom, #5e5e5e, #272727);
}

.menu2 li:nth-child(4) a,
.menu3 li:nth-child(4) a {
	background: url(../img/ico8.png) no-repeat center, linear-gradient(to bottom, #5e5e5e, #272727);
}

.menu2 li:nth-child(3) a:hover,
.menu2 li:nth-child(4) a:hover,
.menu3 li:nth-child(4) a:hover {
	height: 34px;
	margin-top: 3px;
	border: 0;
}

#menu-mobile {
	border-bottom: 3px solid;
	text-align: center;
	position: relative;
	z-index: 10;
	display: none;
    background: linear-gradient(to bottom, #2e2e2e, #0f0f0f); border-color: #000;
}

#menu-mobile a {
	font: 18px 'gothicBold';
	color: #fff;
	display: inline-block;
	padding: 15px;
	border-right: 1px solid #2d2d2d;
	text-shadow: -1px -1px 0 #0f0f0f;
}

#menu-mobile li:last-child a {
	border: 0;
}

/* ===== PÃGINA INTERNA INICIAL ===== */
.menu3 li {
	float: left;
	margin: 20px 0 0 15px;
}

.menu3 a {
    font: 20px 'gothicBold';
    display: inline-block;
    height: 47px;
    float: left;
    border-bottom: 3px solid;
    padding: 13px 25px;
    border-radius: 17px;
    box-shadow: 2px 2px 7px -2px rgba(0, 0, 0, 0.5);
}

.menu3 a:hover {
	height: 44px;
	margin-top: 3px;
	border: 0;
	text-decoration: none;
}

.saudacao {
	background-color: #fff;
	padding: 20px;
	margin: 30px 0 0;
	font: 19px 'gothicBold';
	color: #737373;
	text-align: center;	
    box-shadow: 2px 2px 7px -1px #aaa;
}

.saudacao b {
	font-size: 24px;
	color: #000000;
	display: block;
}

#busca-tags {
	margin: 30px 0;
}

#busca-tags.pgn1 {
	margin: 25px 0;
}

.bloco-descricao {
	background: #fff;
	width: 720px;
	padding: 20px;
	color: #666;
	margin: -10px 0 20px;
	box-shadow: 3px 3px 3px -3px #aaa;
}

.bloco-descricao.mobile {
	display: none;
}

.box-busca {
	width: 49%;
	overflow: hidden;
	padding: 0 0 5px;
}

.box-busca:first-child {
	padding-right: 5px;
}

.box-busca .topo {
	height: 58px;
	padding: 18px 20px;
}

.masc-busca {
	background: url(../img/masc-busca.png) no-repeat left top;
	width: 30px;
	height: 58px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}

.box-busca .btn-todos {
	background: url(../img/btn1.png) no-repeat left top;
	display: block;
	width: 91px;
	height: 29px;
	float: right;
	text-indent: -99999px;
}

.box-busca .btn-todos:hover {
	background-position: left bottom;
}

.box-busca .content {
	background-color: #fff;
	padding: 20px;
    box-shadow: 3px 3px 3px -3px #aaa;
}

.bg-busca {
	background: url(../img/ico9.png) no-repeat 15px center;
	border: 1px solid #c0c0c0;
	width: 100%;
	height: 45px;
	font-size: 14px;
	color: #666;
	padding: 13px 13px 13px 40px;
	border-radius: 5px;
}

.btn-busca {
	background: linear-gradient(to bottom, #adadad, #898989);
	border: 0;
	border-bottom: 3px solid #9e9e9e;
	width: 86px;
	height: 32px;
	margin: 14px 0 0;
	font: 18px 'gothicBold';
	color: #fff;
	border-radius: 11px;
	text-shadow: -1px -1px 0 #929292;
    box-shadow: 2px 2px 7px -2px rgba(0, 0, 0, 0.5);
}

.btn-busca:hover {
	height: 29px;
	margin-top: 17px;
	border: 0;
}

.box-busca:nth-child(2) .content {
	padding: 20px 10px 10px 20px;
}

#tags a {
	display: inline-block;
	background-color: #313131;
	font-size: 14px;
	color: #fff;
	padding: 10px 12px;
	margin: 0 10px 10px 0;
	border-radius: 7px;
	box-shadow: 2px 2px 5px -2px #eee;
}

#tags a:hover {
	background-color: #111;
	text-decoration: none;
}

.galeria-pgns-internas .top {
	padding: 18px 20px 12px;
	height: 58px;
	box-shadow: 0 0 7px 2px #aaa;
}

.galeria-pgns-internas .top.t2 {
	padding: 12px 20px;
}

.galeria-pgns-internas .btn-todos {
	background: url(../img/btn2.png) no-repeat left top;
	width: 91px;
	height: 29px;
	float: right;
	display: block;
	margin: -5px 70px 0 0;
	text-indent: -99999px;
}

.galeria-pgns-internas .btn-todos:hover {
	background-position: left bottom;
}

/* ===== PÃGINA DE FOTOS ===== */
#busca-tags.pgn-fotos .box-busca {
	padding: 0 0 5px;
}

.box-busca.full {
	width: 100%;
}

.box-busca.full .content {
	height: auto;
	min-height: auto;
	padding: 10px 20px;
	box-shadow: 3px 3px 3px -3px #aaa;
}

#breadcrumb li,
#breadcrumb li:last-child,
#breadcrumb a {
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

#breadcrumb li {
	color: #666;
}

.galeria-videos.no-margin-top {
	margin-top: 0;
}

.box-video .ico-foto {
	background: url(../img/ico10.png) no-repeat left top;
	width: 65px;
	height: 52px;
	display: block;
	position: absolute;
	left: 35%;
	top: 38%;
}

.box-video:hover .ico-foto {
	background-position: left bottom;
}

.row-btn.pgn-interna {
	background: url(../img/reapat1.jpg) repeat-x left bottom;
	padding: 0 0 25px;
}

.row-btn .btn-voltar {
	background: linear-gradient(to bottom, #b1b1b1, #898989);
	display: inline-block;
	border-bottom: 3px solid #9e9e9e;
	height: 32px;
	font: 18px 'gothicBold';
	color: #fff;
	float: right;
	padding: 5px 15px;
	text-shadow: -1px -1px 0 #969696;
	border-radius: 15px;
}

.row-btn .btn-voltar:hover {
	margin-top: 3px;
	height: 29px;
	border: 0;
	text-decoration: none;
}

/* ===== PÃGINA INTERNA DE VÃDEOS ===== */
#busca-tags .player-video {
	border: 3px solid #000;
	width: 720px;
	height: 405px;
	overflow: hidden;
	box-shadow: 2px 2px 7px -1px #aaa;
}

#myElement {
	height: 100% !important;
}

#busca-tags .player-video img {
	width: 100%;
	height: 100%;
	display: block;
}

.box-busca.pgn-video {
	width: 430px;
}

.box-busca.pgn-video .content {
	min-height: 347px;
}

p.visu {
	font-size: 14px;
	color: #666;
	margin: 5px 0 10px;
}

.btn-down {
	background: url(../img/btn3.png) no-repeat left top;
	width: 170px;
	height: 51px;
	display: block;
	float: right;
	margin: 10px 0 0;
	text-indent: -99999px;
}

.btn-down:hover {
	background-position: left bottom;
}

#videos-relacionados {
	background: url(../img/reapat1.jpg) repeat-x left bottom;
}

/* ===== PÃGINA EXTERNA ASSINE ===== */
#busca-tags.box-busca {
	width: 100%;
	padding: 0 0 5px;
}

#busca-tags.box-busca &gt; .topo {
	margin: 0 0 15px;
}

.masc-acesso {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 60%;
	text-align: center;
	padding: 10px 0 0;
	position: absolute;
	left: 0;
	top: 20%;
	bottom: 20%;
	
}

.masc-acesso .ico {
	background: url(../img/ico11.png) no-repeat left top;
	width: 95px;
	height: 89px;
	display: inline-block;
	margin: 0 20px 15px;
}

.masc-acesso strong {
	font: 48px 'gothicBold';
	color: #b3b3b3;
	display: inline-block;	
	vertical-align: -50px;	
	text-transform: uppercase;
}

.masc-acesso p {
	font: 24px 'gothicBold';
	color: #fff;
	margin: 10px 0 20px;
}

.masc-acesso .btn {
	background: url(../img/btn4.png) no-repeat left top;
	width: 296px;
	height: 43px;
	display: block;
	margin: 0 auto;
	font-size: 0;
}

.masc-acesso .btn:hover {
	background-position: left bottom;
}

.box-busca.login {
	width: 430px;
	padding: 0 0 5px;
}

.box-busca.login .topo {
	background: url(../img/bg-topo-assine.png) no-repeat left top;
	height: 72px;
}

.tt-login {
	font: 22px/22px 'gothicBold';
	color: #17a61f;
	display: block;
	text-transform: uppercase;
	width: 160px;
}

form#frmCadastroLogin {
	height: 201px;
}

.row-form {
	margin: 0 0 10px;
}

.row-form label {
	font-size: 14px;
	color: #666;
	display: block;
	margin: 0 0 5px;
}

.bg-form {
	border: 1px solid #c0c0c0;
	width: 100%;
	height: 45px;
	font-size: 14px;
	color: #666;
	padding: 10px 10px 10px 35px;
	border-radius: 7px;
}

#txtLogin.bg-form {
	background: url(../img/ico12.png) no-repeat 10px center;
}

#txtSenha.bg-form {
	background: url(../img/ico13.png) no-repeat 10px center;
}

.btn-login {
	background: linear-gradient(to bottom, #1db224, #0c9216);
	border: none;
	border-bottom: 3px solid #1caf24;
	color: #fff000;
	font: 20px 'gothicBold';
	display: block;
	height: 47px;
	margin: 0 auto;
	padding: 13px 25px;
	border-radius: 17px;
	text-shadow: -1px -1px 0 #16981d;
	box-shadow: 2px 2px 7px -2px rgba(0, 0, 0, 0.5);
}

.btn-login:hover {
	background: linear-gradient(to bottom, #0c9216, #1db224);
}

.tt-acesso {
	background: linear-gradient(to bottom, #21b327, #0d9417);
	color: #fff;
	padding: 11px 15px;
	height: 53px;
	font: 30px 'gothicBold';
	text-transform: uppercase;
	text-align: center;
	box-shadow: 2px 2px 7px -1px #aaa;
}

.tt-padrao.vantagens {
	background: url(../img/ico14.png) no-repeat left center;
	padding: 6px 0 6px 40px;
}

.galeria-beneficios {
	margin: 15px -6px -10px;
	overflow: hidden;
}

.galeria-beneficios .beneficio {
	 width: calc(100%/3);
	 float: left;
	 padding: 0 6px;
	 margin: 0 0 10px;
}

.galeria-beneficios p {
	background-color: #fff !important;
	padding: 20px 20px 20px 70px;
	font-weight: bold;
	font-size: 18px;
	color: #757575;
	box-shadow: 3px 3px 3px -3px #aaa;
}

.galeria-beneficios .beneficio:nth-child(1) p {
	background: url(../img/ico15.png) no-repeat 22px center;
}

.galeria-beneficios .beneficio:nth-child(2) p {
	background: url(../img/ico16.png) no-repeat 21px center;
}

.galeria-beneficios .beneficio:nth-child(3) p {
	background: url(../img/ico17.png) no-repeat 22px center;
}

.galeria-beneficios .beneficio:nth-child(4) p {
	background: url(../img/ico18.png) no-repeat 16px center;
}

.galeria-beneficios .beneficio:nth-child(5) p {
	background: url(../img/ico19.png) no-repeat 25px center;
}

.galeria-beneficios .beneficio:nth-child(6) p {
	background: url(../img/ico20.png) no-repeat 22px center;
}

.visible-xs {
	display: none !important;
}

/* ===== ESTILOS DO BX-SLIDER ===== */
.bx-wrapper {
	margin: 0 !important;
}

.bx-wrapper .bx-viewport {
    box-shadow: none !important;
    border: 0 !important;
    left: 0 !important;
    background: transparent !important;
}

#pgn-slider * {
	display: inline-block;
}

#pgn-slider a {
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	margin: 0 0 0 10px;
	text-indent: -99999px;
}

#pgn-slider a:hover,
#pgn-slider a.active {
	background-color: #353535;
	border-color: #353535;
}

#paginacao.borda-bottom {
	background: url(../img/reapat1.jpg) repeat-x left bottom;
	margin: 0;
	padding: 0 0 25px;
}

#paginacao.pgn-top {
	margin: 0;
}

/* ===== PÃGINA DE CONTATO ===== */
.bg-contato {
	border: 1px solid #c0c0c0;
	width: 45%;
	height: 45px;
	display: block;
	margin: 0 0 15px;
	font-size: 14px;
	color: #666;
	padding: 10px 20px;
	border-radius: 7px;
}

textarea#txtComentarios {
	width: 100%;
	height: 180px;
	resize: none;
}

.btn-contato {
	background: linear-gradient(to bottom, #acacac, #898989);
	border: 0;
	border-top: 3px solid #9e9e9e;
	width: 82px;
	height: 32px;
	font: 18px 'gothicBold';
	color: #fff;
	border-radius: 17px;
	box-shadow: 3px 3px 2px -1px #e5e5e5;
}

.btn-contato:hover {
	background: linear-gradient(to bottom, #898989, #acacac);
}

/* ===== MEDIAS QUERIES ===== */
@media only screen and (min-width: 1201px) {
	
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.container {
		width: 992px;
	}

	.menu1 a {
	    padding: 33px 10px;
	}

	.menu1.internas a {
	    font: 18px 'gothicBold';
	}

	.menu2 li {
	    margin: 20px 0 0 10px;
	}

	.menu3 li {
	    margin: 20px 0 0 5px;
	}

	#slider,
	#slider ul,
	#slider li {
	    height: 260px;
	}

	.video-destaque {
	    width: 550px;
	    height: 280px;
	}

	.tema-destaque {
	    width: 390px;
	    height: 280px;
	}

	.box-video .thumb {
	    height: 150px;
	}

	#rodape1 p {
	    font: 16px/23px 'gothicRoman';
	    margin: 0 25px 0 15px;
	}

	#rodape1 p b {
	    font: 20px 'gothicBold';
	}

	#rodape1 p:nth-child(1) {
	    width: 285px;
	}

	#rodape1 p:nth-child(2) {
	    width: 300px;
	}

	#rodape1 p:nth-child(3) {
	    width: 280px;
	}

	/* ===== PÃGINA INTERNA DE VÃDEOS ===== */
	#busca-tags .player-video,
	.box-busca.pgn-video,
	.box-busca.login {
	    width: 470px;
	}

	/* ===== PÃGINA EXTERNA ASSINE ===== */
	.galeria-beneficios .beneficio {
		width: 50%;
	}
    .bloco-descricao {
		/*width: 590px;*/
		width: 470px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 768px;
	}

	#logo {
	    width: 175px;
	    height: 44px;
	    margin: 10px 0 0;
	}

	#logo a {
	    background: url(../img/logo-md.png) no-repeat left top;
	    width: 175px;
	    height: 44px;
	}

	.menu1 a {
	    padding: 25px 10px;
	}

	.menu1.internas a {
	    font: 16px 'gothicBold';
	}

	.menu2 li {
	    margin: 14px 0 0 10px;
	}

	.menu2 a,
	.menu3 a {
	    height: 40px;
	    padding: 10px 15px;
	}

	.menu2 a:hover,
	.menu3 a:hover {
		height: 37px;
	}

	#slider,
	#slider ul,
	#slider li {
	    height: 200px;
	}

	.video-destaque {
	    width: 390px;
	    height: 237px;
	}

	.tema-destaque {
	    width: 330px;
	    height: 237px;
	}

	.box-video .content {
	    padding: 5px;
	}

	.box-video .thumb {
	    height: 107px;
	}

	.box-video .ico-play {
		background-size: 40px 60px;
		width: 40px;
		height: 30px;
	    left: 35%;
	    top: 35%;
	}

	.box-video .tt-video {
	    margin: 5px 0 0;
	    padding: 5px 0 0;
	    font-size: 12px;
	}

	.box-video p {
	    font-size: 12px;
	}

	#rodape1 p {
	    font: 12px/18px 'gothicRoman';
	    margin: 0 25px 0 0;
	    padding: 10px 0 10px 75px;
	}

	#rodape1 p b {
	    font: 16px 'gothicBold';
	}

	#rodape1 p:nth-child(1) {
		background-size: 61px 63px;
	    width: 225px;
	}

	#rodape1 p:nth-child(2) {
		background-size: 70px 58px;
	    width: 230px;
	    padding-left: 85px;
	}

	#rodape1 p:nth-child(3) {
		background-size: 56px 63px;
	    width: 220px;
	}

	/* ===== PÃGINA INTERNA INICIAL ===== */
	.menu3 li {
	    margin: 12px 0 0 15px;
	}

	.box-busca {
		width: 100%;
		float: none;
		min-height: auto;
	}

	.box-busca:nth-child(2) {
		margin: 20px 0 0;
	}

	.galeria-pgns-internas .btn-todos {
	    margin: -4px 60px 0 0;
	}

	/* ===== PÃGINA DE FOTOS ===== */
	.box-video .ico-foto {
	    left: 31%;
	    top: 32%;
	}

	/* ===== PÃGINA INTERNA DE VÃDEOS ===== */
	#busca-tags .player-video,
	.box-busca.pgn-video {
	    width: 100%;
	    float: none;
	}

	.box-busca.pgn-video .content {
		height: auto;
	    min-height: auto;
	}

	/* ===== PÃGINA EXTERNA ASSINE ===== */
	.box-busca.login {
		width: 100%;
		margin: 20px 0 0;
	}

	.box-busca.login .topo {
	    background: url(../img/bg-topo-assine-sm.jpg) no-repeat left top;
	    height: 56px;
	}

	.masc-acesso .btn {
	    background: url(../img/btn5.png) no-repeat left top;
	    width: 265px;
	    height: 54px;
	}

	.tt-login {
		width: 100%;
	}

	form#login {
	    height: 70px;
	}

	.row-form {
		width: 263px;
		float: left;
		margin: 0 14px 0 0;
	}

	.btn-login {
		float: right;
		margin: 20px 0 0;
	}

	.box-busca.login .content {
		height: auto;
	}

	.galeria-beneficios .beneficio {
		width: 50%;
	}

	.galeria-beneficios p {
	    padding: 20px 10px 20px 70px;
	    font-size: 16px;
	}

	.bloco-descricao {
		width: auto;
	}

	.bloco-descricao.mobile {
		display: block;
		margin-top: 20px;
	}

	.bloco-descricao.desktop {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		width: 100%;
	}

	#content-site .container{
		padding: 0;
	}

	#player-destaque{
		padding: 0 15px 5px 15px;
	}
	#videos-destaque,
	#busca-tags.box-busca,
	#videos-relacionados,
	.galeria-pgns-internas{
		padding: 0 15px;
	}

	.box-busca,
	.box-busca:first-child{
		padding: 0 15px;
	}

	.box-busca:first-child,
	#busca-tags.pgn-fotos .box-busca:first-child{
		padding-top: 15px;
	}

	.pgn-fotos{
		padding-left: 15px;
		padding-right: 15px;
	}

	#busca-tags.pgn-fotos .box-busca{
		padding: 0 0 15px 0;
	}

	#busca-tags.box-busca &gt; .topo{
		margin-top: 15px;
	}

	#busca-tags.full-hidden{
		margin-top: 0;
	}

	#busca-tags.full-hidden .player-video {
    /* margin-top: 15px; */
    margin-top: 15px;
    margin-left: 15px;
    width: calc(100% - 30px);
	}

	#busca-tags.full-hidden .player-video.relative{
		width: 100%;
		margin-left: 0;
	}

	#topo {
		background: url(../img/bg-topo-xs.jpg) repeat left top !important;
	}

	#logo {
	    width: 100%;
	    height: 51px;
	    margin: 5px 0 20px;
	    float: none;
	}

	#logo a {
	    background: url(../img/logo-xs.png) no-repeat left top;
	    width: 200px;
	    height: 51px;
	}

	#menu {
		float: none !important;
		text-align: center;
		margin: 0 auto;
		overflow: hidden;
	}

	.menu2 {
		padding-bottom: 10px;
	}

	.menu2 li {
	    margin: 0;
	}

	.menu2 a {
		font: 16px/16px 'gothicBold';
	    height: 37px;
	    padding: 11px 10px;
	    float: none;
	    margin: 0 2px;
	}

	.menu2 a:hover {
		height: 34px;
	}

	#content-site {
		margin: 0;
	}

	#slider,
	#slider ul,
	#slider li {
	    height: auto;
	}

	#slider{
		height: 0;
	}

	.video-destaque,
	.player-video,
	#busca-tags .player-video {
	    width: 100%;
	    float: none;
	    position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
		overflow: hidden;
	}

	.video-destaque iframe,
	.video-destaque &gt; div,
	.player-video #myElement,
	#busca-tags .player-video #myElement,
	#busca-tags .player-video img {
		position: absolute;
		top: 0;
		left: 0;
	}

	.galeria-pgns-internas .top {
		height: auto;
	}

	.tema-destaque {
	    width: 100%;
	    float: none;
	    height: auto;
	    margin: 20px 0 0;
	}

	#videos-destaque {
	    margin: 15px 0 0;
	}

	#videos-destaque .top {
		height: 50px;
	    padding: 16px 10px;
	}

	.tt-padrao {
	    font: 18px/18px 'gothicBold';
	}

	.box-video {
	    width: 100%;
	    margin: 0 0 15px;
	}

	.box-video .thumb {
	    height: auto;
	}

	.box-video .thumb img {
		width: 100%;
		height: 100%;
		display: block;
	}

	.box-video .ico-play {
		left: 35%;
	    top: 35%;
	}

	.box-video .tt-video {
	    margin: 5px 0 0;
	    padding: 5px 0 0;
	    font-size: 12px;
	}

	.box-video p {
	    font-size: 12px;
	}

	.btn-cadastro {
	    font: 26px/26px 'gothicBold';
	    padding: 13px 15px;
	    margin: 5px auto 15px;
	}

	.btn-cadastro:hover {
		margin-top: 10px;
	}

	#rodape1 p {
	    font: 12px/18px 'gothicRoman';
	    margin: 0 25px 0 0 !important;
	    padding: 20px 0 20px 45px;
	    width: 100% !important;
	    float: none;
	}

	#rodape1 p b {
	    font: 16px 'gothicBold';
	}

	#rodape1 p:nth-child(1) {
		background-size: 35px 45px;
	}

	#rodape1 p:nth-child(2) {
		background-size: 30px 35px;
	    padding-left: 35px;
	}

	#rodape1 p:nth-child(3) {
		background-size: 40px 40px;
	}

	#rodape2 p {
	    font-size: 11px;
	    text-align: center;
	}

	.galeria-videos {
	    margin: 15px -13px 0;
	}

	/* ===== PÃGINA INTERNA INICIAL ===== */
	.menu3 li {
	    float: left;
	    margin: 0 5px 10px 0;
	}

	.menu3 a {
	    font: 12px 'gothicBold';
	    height: 38px;
	    padding: 12px;
	}

	.menu3 a:hover {
		height: 35px;
	}

	.saudacao {
	    padding: 10px;
	    margin: 20px 15px 0 15px;
	    font: 15px 'gothicBold';
	}

	.saudacao b {
	    font-size: 18px;
	}

	#busca-tags {
		margin: 20px 0 0;
	}

	.box-busca {
		width: 100%;
		float: none;
		min-height: auto;
	}

	.box-busca:nth-child(2) {
		margin: 20px 0;
	}

	.box-busca .topo {
	    padding: 18px;
	    height: auto;
	}

	.box-busca .tt-padrao {
		margin: 3px 0 0;
	}

	.box-busca .btn-todos {
		float: right;
		margin: -5px auto 0;
	}

	.galeria-pgns-internas .top .tt-padrao {
		float: none;
	}

	.galeria-pgns-internas .top .btn-todos {
		float: none;
		margin: 10px auto 0;
	}

	/* ===== PÃGINA INTERNA DE VÃDEOS ===== */
	.box-busca.pgn-video {
	    width: 100%;
	    float: none;
	}

	.box-busca.pgn-video .content {
		height: auto;
	    min-height: auto;
	}

	/* ===== PÃGINA EXTERNA ASSINE ===== */
	.masc-acesso {
	    padding: 10px 0 0;
	}

	.masc-acesso .ico {
	    background: url(../img/ico21.png) no-repeat left top;
	    width: 30px;
	    height: 28px;
		margin: 0 5px 5px;
	}

	.masc-acesso strong {
	    font: 20px 'gothicBold';
		vertical-align: -5px;
	}

	.masc-acesso p {
	    font: 18px 'gothicBold';
	    margin: 10px 0;
	}

	.masc-acesso .btn {
	    background: url(../img/btn6.png) no-repeat left top;
	    width: 172px;
	    height: 35px;
	}

	.tt-acesso {
	    font: 25px 'gothicBold';
	}

	.box-busca.login {
		width: 100%;
		margin: 20px 0;
	}

	.box-busca.login .topo {
	    background: url(../img/bg-topo-assine-sm.jpg) no-repeat left top;
	    height: 56px;
	}

	.tt-login {
		width: 100%;
		font: 18px/18px 'gothicBold';
	}

	.box-busca.login .topo {
	    padding: 21px 10px;
	}

	.box-busca .content {
		height: auto;
	}

	.tt-padrao.vantagens {
	    padding: 8px 0 8px 40px;
	}

	.galeria-beneficios .beneficio {
		width: 100%;
	}

	.galeria-beneficios p {
	    padding: 20px 10px 20px 70px;
	    font-size: 16px;
	}

	.visible-xs {
		display: inline-block !important;
	}

	/* ===== PÃGINA DE CONTATO ===== */
	.bg-contato {
		width: 100%;
	}

	textarea#mensagem {
		height: 120px;
	}

	.hidden-xs,
	.masc-final {
		display: none !important;
	}

	.g-recaptcha {
	    -webkit-transform: scale(.75);
	    -moz-transform: scale(.75);
	    -ms-transform: scale(.75);
	    -o-transform: scale(.75);
	    transform: scale(.75);

	    -webkit-transform-origin: 0 0;
	    -moz-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	    -o-transform-origin: 0 0;
	    transform-origin: 0 0;
	}
    
	.bloco-descricao {
		width: auto;
		font-size: 12px;
	}

	.bloco-descricao.mobile {
		display: block;
		margin-top: 20px;
	}

	.bloco-descricao.desktop {
		display: none;
	}
}

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

.masc-acesso p {
	    font: 16px 'gothicBold';
	    margin: 8px 0;		
	}	
	
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
	.box-video {
	    width: 50%;
	}
}


@media only screen and (max-width: 767px) and (orientation: landscape) {
	.box-video {
	    width: 50%;
	}

	.bloco-descricao {
		width: auto;
	}

	.bloco-descricao.mobile {
		display: block;
		margin-top: 20px;
	}

	.bloco-descricao.desktop {
		display: none;
	}
}</pre></body></html>