/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@keyframes empty {
  0% {opacity: 1}
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
@font-face{font-family:'Milho Cozido';src:url("../fonts/MilhoCozido.eot");src:url("../fonts/MilhoCozido.eot?#iefix") format("embedded-opentype"),url("../fonts/MilhoCozido.woff2") format("woff2"),url("../fonts/MilhoCozido.woff") format("woff"),url("../fonts/MilhoCozido.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'Montserrat';src:url("../fonts/Montserrat-Regular.eot");src:url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),url("../fonts/Montserrat-Regular.woff2") format("woff2"),url("../fonts/Montserrat-Regular.woff") format("woff"),url("../fonts/Montserrat-Regular.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'Montserrat';src:url("../fonts/Montserrat-Bold.eot");src:url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),url("../fonts/Montserrat-Bold.woff2") format("woff2"),url("../fonts/Montserrat-Bold.woff") format("woff"),url("../fonts/Montserrat-Bold.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:'Montserrat';src:url("../fonts/Montserrat-Light.eot");src:url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),url("../fonts/Montserrat-Light.woff2") format("woff2"),url("../fonts/Montserrat-Light.woff") format("woff"),url("../fonts/Montserrat-Light.ttf") format("truetype");font-weight:300;font-style:normal}@font-face{font-family:'Holtwood One SC';src:url("../fonts/HoltwoodOneSC.eot");src:url("../fonts/HoltwoodOneSC.eot?#iefix") format("embedded-opentype"),url("../fonts/HoltwoodOneSC.woff2") format("woff2"),url("../fonts/HoltwoodOneSC.woff") format("woff"),url("../fonts/HoltwoodOneSC.ttf") format("truetype");font-weight:normal;font-style:normal}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}:active{-webkit-tap-highlight-color:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html,body{overflow-x:hidden;width:100%}body{background:#fff;color:#fff;font-family:"Montserrat";font-size:14px;font-weight:400}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}a:hover,a:visited,a:focus{color:none;text-decoration:none;outline:none}a{color:#fff;text-decoration:none}svg{width:auto;height:auto;fill:currentColor}@keyframes pingRight{0%{transform:translateX(100%) translateY(-50%) rotate(360deg)}25%{opacity:0.5;transform:translateX(75%) translateY(-25%) rotate(280deg)}50%{opacity:1;transform:translateX(50%) translateY(0%) rotate(200deg)}75%{opacity:1;transform:translateX(25%) translateY(-25%) rotate(120deg)}100%{opacity:1;transform:translateX(0%) translateY(0%) rotate(40deg)}}@keyframes pingRightLong{0%{transform:translateX(400%) translateY(-50%) rotate(360deg)}20%{opacity:0.5;transform:translateX(300%) translateY(-25%) rotate(280deg)}40%{opacity:1;transform:translateX(200%) translateY(0%) rotate(200deg)}60%{opacity:1;transform:translateX(100%) translateY(-25%) rotate(120deg)}80%{opacity:1;transform:translateX(50%) translateY(-25%) rotate(40deg)}100%{opacity:1;transform:translateX(0%) translateY(0%) rotate(0deg)}}@keyframes scaleGoleiro{0%{transform:translateY(5%);opacity:0}25%{transform:translateY(5%) scale(0.9);opacity:1}100%{opacity:1;transform:translateY(20%) scale(1.3)}}@keyframes pulse{0%{transform:scale(1.02)}50%{transform:scale(1)}100%{transform:scale(1.02)}}@keyframes pulseIn{0%{transform:scale(1.1)}50%{transform:scale(1)}100%{transform:scale(1.1)}}@keyframes gif{0%{opacity:0}33%{opacity:1}66%{opacity:0}}@keyframes gif_02{0%{opacity:0}66%{opacity:1}100%{opacity:0}}@keyframes bounce{0%,100%,20%,53%,80%{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -10px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -7px, 0)}90%{transform:translate3d(0, -4px, 0)}}@keyframes flash{0%{transform:rotate(0deg)}50%, 100%{transform:rotate(360deg)}50%,75%,100%{opacity:1}63%,87%{opacity:0}}@keyframes slideInUp{0%{opacity:0;transform:translateY(50%)}100%{opacity:1;transform:none}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-50%)}100%{opacity:1;transform:none}}@keyframes slideInleft{0%{opacity:0;transform:translateX(50%)}100%{opacity:1;transform:none}}@keyframes slideInRight{0%{opacity:0;transform:translateX(-50%)}100%{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale(0.5)}100%{opacity:1;transform:none}}@keyframes flipInY{0%{opacity:0;transform:rotateY(90deg)}100%{opacity:1;transform:none}}[data-animation]{opacity:0;will-change:opacity, transform;transform:translate3d(0, 0, 0);animation-timing-function:cubic-bezier(0.4, 0, 0.2, 1);animation-fill-mode:both;animation-duration:800ms}.animations-disabled,.animations-disabled [data-animation]{animation:none !important;opacity:1 !important}.slideInUp{animation-name:slideInUp}.slideInDown{animation-name:slideInDown}.slideInLeft{animation-name:slideInleft}.slideInRight{animation-name:slideInRight}.fadeIn{animation-name:fadeIn}.fadeOut{animation-name:fadeIn;animation-direction:reverse}.zoomIn{animation-name:zoomIn}.zoomOut{animation-name:zoomIn;animation-direction:reverse}.flipInY{animation-name:flipInY}.flipOutY{animation-name:flipInY;animation-direction:reverse}.pingRight{animation-name:pingRight}.pingRightLong{animation-name:pingRightLong}.scaleGoleiro{animation-duration:2500ms;animation-name:scaleGoleiro}.pulseIn{animation-duration:1500ms;animation-name:pulseIn;animation-iteration-count:infinite;opacity:1}.header{background:url("../img/bg_header.jpg") no-repeat center 178px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;overflow-x:hidden}.header .top{background:url("../img/bg_header_top.jpg") no-repeat center 23px;display:-ms-flexbox;display:flex;height:178px;width:100%;border-bottom:5px solid #fff}.header .top:before{background:url("../img/tarja_header.jpg") no-repeat center top;content:"";width:100%;height:23px;position:absolute;z-index:1;left:0;top:0}.header .top .container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative}@media only screen and (max-width: 767px){.header .top .container{-ms-flex-pack:justify;justify-content:space-between}}.header .top .coracao{position:absolute;right:-680px;top:-8px;pointer-events:none;animation-name:pulse;animation-duration:1.5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media only screen and (max-width: 991px){.header .top .coracao{display:none}}.header .top .logo{margin-top:30px;-ms-flex-negative:0;flex-shrink:0}@media only screen and (min-width: 768px) and (max-width: 991px){.header .top .logo{width:120px}}@media only screen and (max-width: 480px){.header .top .logo{width:115px}}@media only screen and (min-width: 768px){.header .top .botao_menu_mobile{display:none}}@media only screen and (max-width: 767px){.header .top{height:120px}.header .top .redes_sociais{display:none}}.header .botao_menu_mobile{background:#000;border:2px solid #fff;width:135px;height:50px;margin-top:-25px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.header .botao_menu_mobile span{font-size:18px;font-family:"Holtwood One SC",sans-serif;text-transform:uppercase;padding-right:7px}.header .botao_menu_mobile .icon{width:26px;height:22px}@media only screen and (max-width: 480px){.header .botao_menu_mobile{margin-top:0}}.header .links{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;-ms-flex-wrap:wrap;flex-wrap:wrap;width:200px;-ms-flex-pack:center;justify-content:center;margin-top:25px}.header .links a{transition:all 350ms ease-in-out}@media only screen and (min-width: 992px) and (max-width: 1199px){.header .links{margin-left:40px}}@media only screen and (min-width: 768px) and (max-width: 991px){.header .links{margin-left:0;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1}}@media only screen and (max-width: 767px){.header .links{display:none}}.header .santa_forte{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin:20px 90px 0 220px;-ms-flex-direction:column;flex-direction:column}.header .santa_forte a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:10px}.header .santa_forte span{font-weight:bold;font-size:18px;margin-right:10px}@media only screen and (min-width: 768px) and (max-width: 991px){.header .santa_forte span{font-size:16px}}.header .santa_forte small{background:#cf1715;padding:0px 5px}@media only screen and (min-width: 992px) and (max-width: 1199px){.header .santa_forte{margin:20px 30px 0 90px}}@media only screen and (min-width: 768px) and (max-width: 991px){.header .santa_forte{margin:20px 45px 0}}@media only screen and (max-width: 767px){.header .santa_forte{display:none}}.header .quero_ser_socio .icon{color:#fff;width:14px;height:17px}.header .quero_ser_socio{font-size:21px;font-family:"Milho Cozido",sans-serif;letter-spacing:-1px;padding:5px 10px;margin-right:20px}@media only screen and (min-width: 992px){.header .quero_ser_socio:hover{background:#fff;color:#333}.header .quero_ser_socio:hover .icon{color:#333}}@media only screen and (min-width: 768px) and (max-width: 991px){.header .quero_ser_socio{margin-right:0;margin-bottom:10px}}.header .ingressos .icon{width:18px;height:12px;margin-right:5px;transform:rotate(-15deg);transition:all 350ms ease-in-out}.header .ingressos{font-size:13px;font-weight:bold;text-transform:uppercase;margin-bottom:12px}@media only screen and (min-width: 992px){.header .ingressos:hover{color:rgba(255,255,255,0.5)}}@media only screen and (min-width: 768px) and (max-width: 991px){.header .ingressos{margin-right:0}}@media only screen and (max-width: 767px){.header{background-position:center 120px}}#header_internas{min-height:530px}.nav_desk .container{position:relative}.nav_desk .container:before{content:"";background:#fff;height:5px;width:100px;position:absolute;top:-5px;right:125px;z-index:2}.nav_desk .menu{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;height:74px}.nav_desk .menu>li{padding:0 15px;position:relative;z-index:25;display:-ms-flexbox;display:flex;height:100%}.nav_desk .menu>li>a{cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:19px;font-family:"Holtwood One SC",sans-serif;text-transform:uppercase;transition:color 350ms ease-in-out}@media only screen and (min-width: 992px) and (max-width: 1199px){.nav_desk .menu>li>a{font-size:16px}}@media only screen and (min-width: 768px) and (max-width: 991px){.nav_desk .menu>li>a{font-size:13px}}@media only screen and (min-width: 1025px){.nav_desk .menu>li:hover>a{color:rgba(255,255,255,0.6)}.nav_desk .menu>li.menu-hover:hover>a:after{transform:rotateX(180deg);border-top-color:rgba(255,255,255,0.6)}.nav_desk .menu>li.menu-hover:hover .sub-menu{max-height:275px;padding:20px}.nav_desk .menu>li.menu-hover .sub-menu a:hover{color:#9d111d}}@media only screen and (max-width: 1024px){.nav_desk .menu>li.menu-open>a{color:rgba(255,255,255,0.6)}.nav_desk .menu>li.menu-open>a:after{transform:rotateX(180deg);border-top-color:rgba(255,255,255,0.6)}.nav_desk .menu>li.menu-open .sub-menu{max-height:300px;padding:20px}.nav_desk .menu>li.menu-open .sub-menu a:hover{color:#9d111d}}@media only screen and (min-width: 992px) and (max-width: 1199px){.nav_desk .menu>li{padding:0 25px 0 0}.nav_desk .menu>li:last-child{padding:0}}@media only screen and (min-width: 768px) and (max-width: 991px){.nav_desk .menu>li{padding:0}.nav_desk .menu>li.menu-item-has-children{padding:0 15px 0 0}}.nav_desk .menu .menu-item-has-children>a:after{content:"";width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:13px solid #fff;margin-left:5px;transition:all 350ms ease-in-out}@media only screen and (min-width: 768px) and (max-width: 991px){.nav_desk .menu .menu-item-has-children>a:after{border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #fff}}.nav_desk .menu .sub-menu{max-height:0px;position:absolute;z-index:25;background:#fff;padding:0 20px;left:20px;top:74px;white-space:nowrap;box-shadow:inset 0 10px 10px -2px rgba(0,0,0,0.5);transition:all 350ms ease-in-out;overflow:hidden}.nav_desk .menu .sub-menu a{color:#666666;font-size:15px;font-weight:bold;line-height:1.2em;display:block;padding:6px 0;transition:all 350ms ease-in-out}@media only screen and (max-width: 1199px){.nav_desk .menu .sub-menu{left:0}}@media only screen and (min-width: 992px) and (max-width: 1199px){.nav_desk .menu{-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (max-width: 767px){.nav_desk{display:none}}.nav_mobile{position:fixed;background:url("../img/tarja_header.jpg") no-repeat center top rgba(34,34,34,0.97);display:none;opacity:0;left:0;top:0;right:0;bottom:0;padding-top:23px;z-index:99;transition:opacity 350ms ease-in-out}.nav_mobile .container{padding:30px 15px;transition:all 350ms ease-in-out;right:-100%;position:relative;height:100%;overflow:auto}.nav_mobile .redes_sociais{margin:20px 0;-ms-flex-pack:center;justify-content:center}.nav_mobile .redes_sociais a{margin:0 15px}.nav_mobile .redes_sociais .icon{color:#fff}.nav_mobile .botao_fechar_menu{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;margin-right:7px}.nav_mobile .botao_fechar_menu span{font-size:18px;font-family:"Holtwood One SC",sans-serif;text-transform:uppercase;padding-right:8px}.nav_mobile .botao_fechar_menu .icon{width:20px;height:20px}.nav_mobile .links{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:0;margin-top:15px;margin-bottom:22px;width:100%}.nav_mobile .links a{margin:7px 0}.nav_mobile .santa_forte{display:-ms-flexbox;display:flex}.nav_mobile .santa_forte span{margin-top:10px;margin-right:0;text-align:center}.nav_mobile .menu_mobile>li.menu-hover>a:after{content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:13px solid #fff;transition:all 350ms ease-in-out}.nav_mobile .menu_mobile>li.active>a{color:rgba(255,255,255,0.5);border-color:#fff}.nav_mobile .menu_mobile>li.active>a:after{border-top-color:rgba(255,255,255,0.5);transform:rotateX(180deg)}.nav_mobile .menu_mobile>li>a{font-size:19px;font-family:"Holtwood One SC",sans-serif;text-transform:uppercase;padding:12px;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;border-bottom:2px solid rgba(255,255,255,0.5)}.nav_mobile .menu_mobile>li>a:last-child{border:none}.nav_mobile .menu_mobile .sub-menu{background:#000;display:none;padding:10px}.nav_mobile .menu_mobile .sub-menu a{display:block;padding:8px 0;font-size:17px}.nav_mobile.active{opacity:1}.nav_mobile.active .container{right:0}.menu_active{overflow:hidden;height:100vh}.footer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.footer .top{background:url("../img/bg_footer_top.jpg") no-repeat center top;padding:30px 0;width:100%}.footer .top .container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 768px) and (max-width: 991px){.footer .top .container{-ms-flex-direction:column;flex-direction:column;text-align:center}}@media only screen and (max-width: 480px){.footer .top .container{-ms-flex-direction:column;flex-direction:column}}.footer .top .titulo{color:#000;display:block;font-size:15px;font-weight:bold;text-transform:uppercase}@media only screen and (max-width: 767px){.footer .top .titulo{text-align:center}}.footer .top .patrocinadores{width:850px}@media only screen and (min-width: 992px) and (max-width: 1199px){.footer .top .patrocinadores{width:740px}}@media only screen and (min-width: 768px){.footer .top .patrocinadores .owl-item{width:auto !important}}@media only screen and (min-width: 768px) and (max-width: 991px){.footer .top .patrocinadores{width:100%}}@media only screen and (max-width: 767px){.footer .top .patrocinadores{width:200px}.footer .top .patrocinadores .owl-pagination{position:absolute;left:35px;bottom:-25px}.footer .top .patrocinadores .owl-page{background:#000;border:2px solid #000;width:12px;height:12px;display:inline-block;margin:0 6px;border-radius:15px}.footer .top .patrocinadores .owl-page.active{background:transparent}}.footer .top .apoio{margin-top:20px}@media only screen and (max-width: 480px){.footer .top .apoio{margin-top:50px}}.footer .top .logos{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.footer .top .logos a{display:block;margin-right:35px;padding-top:10px}.footer .top .logos a img:hover{animation-duration:1s;animation-fill-mode:both;animation-name:bounce;transform-origin:center bottom}@media only screen and (min-width: 992px) and (max-width: 1199px){.footer .top .logos a{margin-right:20px;max-width:140px}}@media only screen and (min-width: 768px) and (max-width: 991px){.footer .top .logos a{margin-right:0;max-width:155px;padding:10px 15px 0}}@media only screen and (max-width: 767px){.footer .top .logos a{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-right:0;padding-top:0}}@media only screen and (min-width: 768px) and (max-width: 991px){.footer .top{background-size:cover;padding:17px 0}}@media only screen and (max-width: 767px){.footer .top{padding:10px 0 30px}}@media only screen and (max-width: 480px){.footer .top{background-size:cover;padding:15px 0 0 0}}.footer .menu_footer{background:#9d111d;padding:35px 0 55px;margin-bottom:8px}.footer .menu_footer .container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;position:relative}@media only screen and (max-width: 767px){.footer .menu_footer .container{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}}.footer .menu_footer .menu{display:-ms-flexbox;display:flex}.footer .menu_footer .menu>li{width:16.6%;margin-right:38px}.footer .menu_footer .menu>li>a{font-size:18px;font-family:"Holtwood One SC",sans-serif;text-transform:uppercase;line-height:1.3em}@media only screen and (min-width: 768px) and (max-width: 991px){.footer .menu_footer .menu>li>a{font-size:15px}}.footer .menu_footer .menu>li:last-child{display:none}@media only screen and (min-width: 768px) and (max-width: 991px){.footer .menu_footer .menu>li{margin-right:20px}.footer .menu_footer .menu>li:nth-child(6){margin-right:0}}@media only screen and (max-width: 767px){.footer .menu_footer .menu{display:none}}.footer .menu_footer .sub-menu li a{color:rgba(255,255,255,0.5);font-size:15px;font-weight:bold;line-height:1.5em;transition:color 350ms ease-in-out}@media only screen and (min-width: 992px){.footer .menu_footer .sub-menu li a:hover{color:#fff}}@media only screen and (min-width: 992px) and (max-width: 1199px){.footer .menu_footer{padding:35px 0 80px}.footer .menu_footer .redes_sociais{position:absolute;right:33px;bottom:0}}@media only screen and (min-width: 768px) and (max-width: 991px){.footer .menu_footer{padding:35px 0}.footer .menu_footer .redes_sociais{position:absolute;right:0;bottom:50px}}@media only screen and (max-width: 767px){.footer .menu_footer .redes_sociais{margin-top:20px}.footer .menu_footer .icon{color:#fff}}.footer .menu_footer .menu_mobile{width:100%}.footer .menu_footer .menu_mobile>li.menu-hover>a:after{content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:13px solid #fff;transition:all 350ms ease-in-out}.footer .menu_footer .menu_mobile>li.active>a{color:rgba(255,255,255,0.5)}.footer .menu_footer .menu_mobile>li.active>a:after{border-top-color:rgba(255,255,255,0.5);transform:rotateX(180deg)}.footer .menu_footer .menu_mobile>li>a{font-size:18px;font-family:"Holtwood One SC",sans-serif;text-transform:uppercase;padding:12px 0;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;border-bottom:2px solid rgba(255,255,255,0.5)}.footer .menu_footer .menu_mobile>li>a:last-child{border:none}.footer .menu_footer .menu_mobile .sub-menu{display:none;padding:10px}.footer .menu_footer .menu_mobile .sub-menu a{display:block;padding:6px 0;font-size:16px}@media only screen and (min-width: 768px){.footer .menu_footer .menu_mobile{display:none}}@media only screen and (max-width: 767px){.footer .menu_footer{padding:20px 0 60px}}.footer .bottom{background:url("../img/bg_footer_bottom.jpg") no-repeat center top;padding:28px 0}.footer .bottom .container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;position:relative}@media only screen and (max-width: 480px){.footer .bottom .logo{width:60px}}.footer .bottom .direitos{color:rgba(255,255,255,0.5);font-size:10px;text-transform:uppercase;margin-left:30px}@media only screen and (max-width: 991px){.footer .bottom .direitos{font-size:12px;position:absolute;left:15px;bottom:-77px;margin-left:0}}@media only screen and (max-width: 767px){.footer .bottom .direitos{bottom:-67px}}@media only screen and (max-width: 480px){.footer .bottom .direitos{bottom:-55px;font-size:10px}}.footer .bottom .voltar_topo{color:rgba(255,255,255,0.5);-ms-flex-align:center;align-items:center;cursor:pointer;display:-ms-flexbox;display:flex;font-size:10px;text-transform:uppercase;margin-left:185px;transition:color 350ms ease-in-out}.footer .bottom .voltar_topo:after{content:"";background:url("../img/arrow_voltar_topo.png") no-repeat center right;width:11px;height:6px;margin-left:4px;opacity:0.5;transition:opacity 350ms ease-in-out}.footer .bottom .voltar_topo:hover{color:#fff}.footer .bottom .voltar_topo:hover:after{opacity:1}@media only screen and (min-width: 992px) and (max-width: 1199px){.footer .bottom .voltar_topo{margin-left:75px}}@media only screen and (max-width: 991px){.footer .bottom .voltar_topo{position:absolute;bottom:-77px;left:50%;margin-left:-20px}}@media only screen and (max-width: 767px){.footer .bottom .voltar_topo{display:none}}.footer .bottom .image img{position:absolute;bottom:-26px;right:120px;pointer-events:none}.footer .bottom .image img.torcida_02{animation-name:gif_02;animation-duration:1.5s;animation-iteration-count:infinite;opacity:0}.footer .bottom .image img.torcida_03{animation-name:gif;animation-duration:1.5s;animation-iteration-count:infinite;opacity:0}@media only screen and (max-width: 991px){.footer .bottom .image img{right:0}}@media only screen and (max-width: 767px){.footer .bottom .image img{width:351px;bottom:-14px}}@media only screen and (max-width: 480px){.footer .bottom .image img{width:270px;bottom:-14px}}.footer .bottom .logo_iwwa{margin-left:auto}@media only screen and (max-width: 991px){.footer .bottom .logo_iwwa{position:absolute;right:0;bottom:-87px}}@media only screen and (max-width: 767px){.footer .bottom .logo_iwwa{bottom:-77px}}@media only screen and (max-width: 480px){.footer .bottom .logo_iwwa{bottom:-65px}}@media only screen and (max-width: 991px){.footer .bottom{border-bottom:80px solid #000;position:relative}.footer .bottom:before{background:#fff;content:"";height:5px;width:100%;position:absolute;left:0;bottom:-3px}}@media only screen and (max-width: 767px){.footer .bottom{padding:16px 0}}@media only screen and (max-width: 480px){.footer .bottom{border-width:60px}}.slider_principal,.slider_principal .item{height:620px;overflow:hidden}@media only screen and (min-width: 992px) and (max-width: 1199px){.slider_principal,.slider_principal .item{height:583px}}@media only screen and (min-width: 768px) and (max-width: 991px){.slider_principal,.slider_principal .item{height:500px}}@media only screen and (max-width: 767px){.slider_principal,.slider_principal .item{height:400px}}@media only screen and (max-width: 480px){.slider_principal,.slider_principal .item{height:270px}}.slider_principal .container{position:relative}.slider_principal .veia{position:absolute;bottom:0;left:-480px;z-index:0;pointer-events:none;animation-name:pulse;animation-duration:1.5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media only screen and (max-width: 991px){.slider_principal .veia{display:none}}.slider_principal .item{background-repeat:no-repeat;background-position:center top;background-size:cover;width:100%;position:relative}.slider_principal .item:after{background:url("../img/shadow_slider.png") no-repeat center top;content:"";position:absolute;left:0;right:0;top:0;bottom:0;opacity:1;z-index:1}.slider_principal .item a{display:-ms-flexbox;display:flex;height:100%;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;padding-bottom:35px;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;text-align:center}@media only screen and (max-width: 767px){.slider_principal .item a{padding-bottom:20px}}.slider_principal .item .titulo{font-size:55px;font-weight:bold;line-height:1em;width:80%}@media only screen and (min-width: 768px) and (max-width: 991px){.slider_principal .item .titulo{font-size:45px}}@media only screen and (max-width: 767px){.slider_principal .item .titulo{font-size:30px}}@media only screen and (max-width: 480px){.slider_principal .item .titulo{font-size:22px;width:90%}}.slider_principal .customNavigation{position:absolute;z-index:2;top:50%;left:0;right:0;margin-top:-35px}.slider_principal .customNavigation a{background:#000;width:70px;height:70px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;position:absolute;transition:background 350ms ease-in-out}.slider_principal .customNavigation a .icon{transition:color 350ms ease-in-out;width:28px;height:28px}@media only screen and (max-width: 767px){.slider_principal .customNavigation a .icon{width:20px;height:20px}}@media only screen and (min-width: 992px){.slider_principal .customNavigation a:hover{background:#fff}.slider_principal .customNavigation a:hover svg{color:#000}}@media only screen and (max-width: 767px){.slider_principal .customNavigation a{width:50px;height:50px}}.slider_principal .customNavigation .prev{left:15px}.slider_principal .customNavigation .next{right:15px}@media only screen and (max-width: 767px){.slider_principal{margin-top:40px}}.slider_top{margin-bottom:30px}.jogos{background:url("../img/bg_jogos.jpg") no-repeat center top;display:-ms-flexbox;display:flex;width:100%;height:416px}.jogos .container{height:100%;position:relative}.jogos .titulo{color:#000;position:absolute;left:0;top:-20px}.jogos .titulo:before{background:url("../img/sombras/titulo_jogos.png") no-repeat center;content:"";width:389px;height:78px;right:0;position:absolute;bottom:40px;pointer-events:none}@media only screen and (max-width: 767px){.jogos .titulo{left:15px}}@media only screen and (max-width: 480px){.jogos .titulo{width:auto;right:15px;text-align:center}}.jogos .cordel img{position:absolute;z-index:2}.jogos .cordel img.jogador{pointer-events:none;right:290px;top:60px}@media only screen and (min-width: 992px) and (max-width: 1199px){.jogos .cordel img.jogador{right:237px;top:115px;width:166px}}@media only screen and (min-width: 768px) and (max-width: 991px){.jogos .cordel img.jogador{right:0px;top:30px}}.jogos .cordel img.bola{right:400px;top:385px;opacity:0}@media only screen and (min-width: 992px) and (max-width: 1199px){.jogos .cordel img.bola{right:320px;width:50px}}@media only screen and (min-width: 768px) and (max-width: 991px){.jogos .cordel img.bola{right:100px;top:355px}}@media only screen and (max-width: 767px){.jogos .cordel{display:none}}.jogos .box{display:-ms-flexbox;display:flex;padding-top:130px}@media only screen and (max-width: 767px){.jogos .box{padding-top:100px}}@media only screen and (max-width: 480px){.jogos .box{padding-top:10px}}.jogos .campo{position:absolute;top:240px;left:70px;z-index:0}@media only screen and (min-width: 992px) and (max-width: 1199px){.jogos .campo{left:0}}@media only screen and (min-width: 768px) and (max-width: 991px){.jogos .campo{width:550px;top:215px;left:15px}}@media only screen and (max-width: 767px){.jogos .campo{width:100%;left:0;top:210px}}@media only screen and (max-width: 480px){.jogos .campo{top:120px}}.jogos .destaque{display:-ms-flexbox;display:flex;width:744px;-ms-flex-direction:column;flex-direction:column;margin-left:50px;position:relative;z-index:1}.jogos .destaque .confronto{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;min-height:159px}.jogos .destaque .confronto .data_jogo{color:#000;font-size:45px;padding:0 10px;letter-spacing:-1px}@media only screen and (min-width: 768px) and (max-width: 991px){.jogos .destaque .confronto .data_jogo{font-size:35px}}@media only screen and (max-width: 767px){.jogos .destaque .confronto .data_jogo{font-size:30px}}@media only screen and (max-width: 991px){.jogos .destaque .confronto img{width:90px}}@media only screen and (max-width: 480px){.jogos .destaque .confronto img{width:60px}}.jogos .destaque .info{display:-ms-flexbox;display:flex;margin-top:42px;margin-left:25px;-ms-flex-align:center;align-items:center;max-width:650px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}.jogos .destaque .info div{background:#fff;padding:7px}.jogos .destaque .info span{color:#000;font-size:13px;font-weight:bold;text-transform:uppercase;padding-right:2px}.jogos .destaque .info .ingressos_online{background:#232323;color:#fff;font-size:13px;font-weight:bold;text-transform:uppercase;padding:7px 12px 8px 12px;transition:background 350ms ease-in-out}@media only screen and (min-width: 992px){.jogos .destaque .info .ingressos_online:hover{background:#DC1319}}@media only screen and (min-width: 992px) and (max-width: 1199px){.jogos .destaque .info{max-width:460px}}@media only screen and (min-width: 768px) and (max-width: 991px){.jogos .destaque .info{max-width:550px;margin-top:20px;margin-left:0}}@media only screen and (max-width: 767px){.jogos .destaque .info{margin-left:0;max-width:100%;margin-top:18px}}@media only screen and (max-width: 480px){.jogos .destaque .info{margin-top:0;margin-bottom:20px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.jogos .destaque{margin-left:0;width:700px}}@media only screen and (min-width: 768px) and (max-width: 991px){.jogos .destaque{width:550px;margin-left:0}}@media only screen and (max-width: 767px){.jogos .destaque{margin-left:0;width:100%}}.jogos .proximos{display:-ms-flexbox;display:flex;width:260px;margin-left:auto;padding-right:40px;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify;justify-content:space-between}.jogos .proximos .confronto{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin-bottom:12px;position:relative}.jogos .proximos .confronto:after{background:url("../img/sombras/escudo.png") no-repeat center;content:"";width:220px;height:36px;position:absolute;left:0;bottom:-22px}.jogos .proximos .confronto img{width:43px}.jogos .proximos .confronto .data_jogo{color:#000;font-size:18px;letter-spacing:-1px;padding:0 10px}.jogos .proximos .info{text-align:center}.jogos .proximos .info span{color:#000;font-size:11px;font-weight:bold;text-transform:uppercase}.jogos .proximos .info .campeonato{display:block;line-height:1.5em}@media only screen and (min-width: 992px) and (max-width: 1199px){.jogos .proximos{width:220px;padding-right:0;-ms-flex-pack:distribute;justify-content:space-around}}@media only screen and (max-width: 991px){.jogos .proximos{display:none}}@media only screen and (min-width: 768px) and (max-width: 991px){.jogos{height:385px}}@media only screen and (max-width: 767px){.jogos{height:366px}}@media only screen and (max-width: 480px){.jogos{background:#fff;height:auto;margin-top:50px}}.noticias{background:url("../img/bg_noticias.jpg") no-repeat center top;width:100%}.noticias .top{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding-top:25px}@media only screen and (max-width: 767px){.noticias .botao_ver_mais{display:none}}.slider_noticias{margin-top:-50px}.slider_noticias .owl-carousel-03{height:400px;width:100%;overflow:hidden}@media only screen and (min-width: 992px) and (max-width: 1199px){.slider_noticias .owl-carousel-03{height:420px}}@media only screen and (max-width: 767px){.slider_noticias .owl-carousel-03{height:auto}}.slider_noticias .owl-wrapper-outer{padding-bottom:5px}.slider_noticias .item{display:block;overflow:hidden;margin:0 2px;box-shadow:0px 3px 3px 0px rgba(0,0,0,0.1);width:281px;float:left}.slider_noticias .item img{transition:all 350ms ease-in-out}@media only screen and (max-width: 480px){.slider_noticias .item img{width:100%}}.slider_noticias .item .texto{background:#fff;position:relative;padding:10px 30px 30px 30px;height:185px;transition:background 350ms ease-in-out}.slider_noticias .item .texto:after{content:"";position:absolute;background:#fff;top:-15px;height:30px;width:auto;transform:rotate(175deg);z-index:1;left:-10px;right:-10px;transition:all 350ms ease-in-out}@media only screen and (max-width: 480px){.slider_noticias .item .texto:after{transform:rotate(177deg)}}.slider_noticias .item .texto .data{background:none;position:relative;z-index:2;padding:0;transition:color 400ms ease-in-out}.slider_noticias .item .texto h4{color:#000;font-size:22px;font-weight:bold;position:relative;z-index:2;line-height:1.2em;padding-top:5px;transition:color 400ms ease-in-out}@media only screen and (min-width: 768px) and (max-width: 991px){.slider_noticias .item .texto h4{font-size:20px}}@media only screen and (max-width: 767px){.slider_noticias .item .texto h4{font-size:21px}}@media only screen and (min-width: 768px) and (max-width: 991px){.slider_noticias .item .texto{padding:10px 18px 18px 18px;height:150px}}@media only screen and (max-width: 767px){.slider_noticias .item .texto{padding:10px 20px 20px 20px;height:155px}}@media only screen and (max-width: 480px){.slider_noticias .item .texto{height:120px}}@media only screen and (min-width: 992px){.slider_noticias .item:hover img{transform:scale(1.1)}.slider_noticias .item:hover .texto{background:#272727}.slider_noticias .item:hover .texto:after{background:#272727}.slider_noticias .item:hover .texto span{color:#fff}.slider_noticias .item:hover .texto h4{color:#fff}}@media only screen and (min-width: 992px) and (max-width: 1199px){.slider_noticias .item{width:310px}}@media only screen and (min-width: 768px) and (max-width: 991px){.slider_noticias .item{width:238px}}@media only screen and (max-width: 767px){.slider_noticias .item{width:99%}}.slider_noticias .customNavigation{display:-ms-flexbox;display:flex;margin:25px 0;-ms-flex-pack:center;justify-content:center}.slider_noticias .customNavigation a{background:url("../img/arrow_noticias.png") no-repeat;width:66px;height:77px;transition:opacity 350ms ease-in-out;position:relative;z-index:0}.slider_noticias .customNavigation a:before{background:url("../img/arrow_noticias.png") no-repeat;content:"";width:66px;height:77px;position:absolute;left:0;top:0;opacity:0;z-index:1;transition:opacity 350ms ease-in-out}.slider_noticias .customNavigation a.prev{background-position:left top}.slider_noticias .customNavigation a.prev:before{background-position:left bottom}.slider_noticias .customNavigation a.next{background-position:right top}.slider_noticias .customNavigation a.next:before{background-position:right bottom}@media only screen and (min-width: 992px){.slider_noticias .customNavigation a:hover:before{opacity:1}}@media only screen and (min-width: 768px) and (max-width: 991px){.slider_noticias .customNavigation{margin:0}}@media only screen and (max-width: 480px){.slider_noticias .customNavigation{margin:37px 0 0 0}}@media only screen and (min-width: 768px) and (max-width: 991px){.slider_noticias{margin-top:-40px}}@media only screen and (max-width: 767px){.slider_noticias{margin-top:0}}.tv{background:#9d111d;height:410px;margin-bottom:260px}.tv .container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.tv .container .icone_play{position:absolute;left:70px;top:100px;z-index:0}@media only screen and (max-width: 767px){.tv .container .icone_play{top:50px;width:100px}}.tv .top .titulo{display:-ms-flexbox;display:flex;position:relative;z-index:3;line-height:1.5em}.tv .top .titulo:before{background:url("../img/sombras/titulo_tv.png") no-repeat center;content:"";width:150px;height:96px;left:0;position:absolute;top:30px;pointer-events:none;z-index:1}.tv .top .titulo small{color:#000;display:-ms-flexbox;display:flex;font-family:"Milho Cozido",sans-serif;font-size:120px;text-shadow:2px 2px 0px #fff,-2px -2px 0px #fff,-2px 2px 0px #fff,2px -2px 0px #fff}@media only screen and (min-width: 992px) and (max-width: 1199px){.tv .top .titulo small{font-size:110px}}@media only screen and (min-width: 768px) and (max-width: 991px){.tv .top .titulo small{font-size:100px}}@media only screen and (max-width: 767px){.tv .top .titulo small{font-size:90px}}@media only screen and (max-width: 480px){.tv .top .titulo small{font-size:55px}}.tv .top .titulo span{display:-ms-flexbox;display:flex}@media only screen and (max-width: 480px){.tv .top .titulo{-ms-flex-pack:center;justify-content:center}}.tv .inscreva-se{background:#bd1414;border-style:solid;border-width:1px;border-color:#bd1414;position:absolute;z-index:3;top:43px;left:553px;padding:2px 9px;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;box-shadow:0px 30px 30px rgba(0,0,0,0.3);transition:all 350ms ease-in-out}.tv .inscreva-se small{color:rgba(255,255,255,0.5);font-size:15px;font-weight:bold;text-transform:uppercase;transition:color 350ms ease-in-out}.tv .inscreva-se svg{width:18px;height:18px;margin:0 5px 0 7px}.tv .inscreva-se span{font-size:15px;font-family:"Holtwood One SC",sans-serif;text-transform:uppercase;margin-left:5px}@media only screen and (min-width: 992px){.tv .inscreva-se:hover{border-color:#ef0201;background:#ef0201}.tv .inscreva-se:hover small{color:#fff}}@media only screen and (min-width: 992px) and (max-width: 1199px){.tv .inscreva-se{left:515px}}@media only screen and (max-width: 991px){.tv .inscreva-se{display:none}}.tv .botao_ver_mais{display:none;position:absolute;right:15px;top:50px;z-index:4}.tv .sombra{background:url("../img/sombras/tv.png");content:"";width:429px;height:410px;position:absolute;top:0;left:0;z-index:0;transform-origin:bottom left}@media only screen and (max-width: 767px){.tv .sombra{display:none}}@media only screen and (min-width: 768px) and (max-width: 991px){.tv{margin-bottom:150px}}@media only screen and (max-width: 767px){.tv{height:auto;margin-bottom:40px;padding-bottom:20px}}@media only screen and (max-width: 480px){.tv{margin-bottom:20px}}.banner{margin-bottom:50px}.banner .container{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 480px){.banner .container{-ms-flex-direction:column;flex-direction:column}}.banner .item{box-shadow:0 5px 10px rgba(0,0,0,0.5)}@media only screen and (max-width: 1199px){.banner .item{max-width:48.5%}}@media only screen and (max-width: 480px){.banner .item{max-width:100%;margin:10px 0}}@media only screen and (max-width: 480px){.banner{margin-bottom:30px}}.destaque{width:658px;position:relative}.destaque .image{cursor:pointer;position:relative;margin-bottom:5px;z-index:1;box-shadow:0px 2px 5px rgba(0,0,0,0.7);transition:opacity 350ms ease-in-out;overflow:hidden}.destaque .image img{transition:all 350ms ease-in-out}@media only screen and (max-width: 767px){.destaque .image img{width:100%}}.destaque .icone{background:#9d111d;border-radius:50px;box-shadow:10px 10px 38px rgba(0,0,0,0.7);cursor:pointer;position:absolute;width:80px;height:80px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;left:50%;margin-left:-40px;top:50%;margin-top:-40px;transition:background 350ms ease-in-out;z-index:1}.destaque .icone svg{width:22px}@media only screen and (max-width: 480px){.destaque .icone{height:50px;width:50px;margin-left:-25px;margin-top:-25px}.destaque .icone svg{width:15px}}.destaque .texto{cursor:pointer}.destaque .texto .data{background:none;color:rgba(0,0,0,0.5);padding:5px 0;display:block}@media only screen and (max-width: 767px){.destaque .texto .data{color:#fff}}.destaque .texto .titulo{color:#000;font-size:18px;font-weight:bold}@media only screen and (max-width: 767px){.destaque .texto .titulo{color:#fff}}.destaque .box_video{position:absolute;left:0;top:0;width:100%;z-index:0}@media only screen and (min-width: 992px){.destaque:hover .icone{background:#ef0201}.destaque:hover .image img{transform:scale(1.1)}}@media only screen and (min-width: 768px) and (max-width: 991px){.destaque{width:70%}}@media only screen and (max-width: 767px){.destaque{width:100%}}.destaque.active .image{pointer-events:none;opacity:0}.destaque.active .texto{pointer-events:none}.mini{width:200px}.mini .item{margin-bottom:50px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.mini .item:nth-child(2) .titulo{color:#000}@media only screen and (min-width: 992px){.mini .item:hover img{transform:scale(1.1)}}@media only screen and (min-width: 768px) and (max-width: 991px){.mini .item{margin-bottom:25px}}.mini .image{position:relative;margin-bottom:10px;overflow:hidden}.mini .image img{transition:all 350ms ease-in-out}.mini .data{position:absolute;bottom:0px;left:0}.mini .titulo{font-weight:bold;line-height:1.3em}@media only screen and (min-width: 768px) and (max-width: 991px){.mini{width:28%}}@media only screen and (max-width: 767px){.mini{display:none}}.posts{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:4;width:890px;margin-left:auto;margin-right:30px}@media only screen and (min-width: 992px) and (max-width: 1199px){.posts{margin-right:25px}}@media only screen and (max-width: 991px){.posts{width:100%;margin-right:0}}.radio{background:url("../img/bg_radio.jpg") no-repeat center top;background-size:cover;width:100%;height:550px}.radio .container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.radio .container:before{background:url("../img/sombras/radio.png") no-repeat center top;pointer-events:none;content:"";width:280px;height:482px;position:absolute;z-index:0;left:-7px;top:0}.radio .top{position:relative;z-index:1}.radio .top .titulo{display:-ms-flexbox;display:flex}.radio .top .titulo:before{background:url("../img/sombras/titulo_radio.png") no-repeat center;content:"";width:197px;height:87px;left:424px;position:absolute;top:37px;pointer-events:none;z-index:0}.radio .top .titulo .coral-font{color:#000;display:-ms-flexbox;display:flex;font-family:"Milho Cozido",sans-serif;font-size:120px;text-shadow:2px 2px 0px #fff,-2px -2px 0px #fff,-2px 2px 0px #fff,2px -2px 0px #fff;position:relative}.radio .top .titulo .coral-font:first-child{margin-left:20px}@media only screen and (min-width: 768px) and (max-width: 991px){.radio .top .titulo .coral-font{font-size:90px}}@media only screen and (max-width: 767px){.radio .top .titulo .coral-font{font-size:75px}}@media only screen and (max-width: 480px){.radio .top .titulo .coral-font{font-size:50px}}.radio .top .titulo .margin{margin-left:20px}.radio .top .titulo span{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 768px) and (max-width: 991px){.radio .top .titulo{font-size:70px}}.radio .top .botao_ver_mais{position:absolute;right:0;top:50px}@media only screen and (max-width: 767px){.radio .top .botao_ver_mais{display:none}}@media only screen and (max-width: 767px){.radio{height:auto}}.radio .audios{background:#fff;box-shadow:0 5px 5px rgba(0,0,0,0.3);height:360px;width:960px;margin-left:auto;top:-50px}.radio .audios:after{background:url("../img/sombras/audios.png") no-repeat center top;content:"";width:9px;height:361px;position:absolute;top:0;left:49%}@media only screen and (max-width: 767px){.radio .audios:after{display:none}}.radio .audios .item_audios{width:50%;height:90px}@media only screen and (max-width: 767px){.radio .audios .item_audios{width:100%}.radio .audios .item_audios:nth-child(n+5){display:none}}@media only screen and (max-width: 480px){.radio .audios .item_audios h4{font-size:16px}.radio .audios .item_audios .tempo{display:none}}@media only screen and (min-width: 768px) and (max-width: 991px){.radio .audios{width:100%;top:-10px}}@media only screen and (max-width: 767px){.radio .audios{width:100%;top:0;margin-bottom:30px}}@media only screen and (min-width: 768px) and (max-width: 991px){.radio{height:500px}}.fotos{background:url("../img/bg_fotos.jpg") no-repeat center top;border-top:6px solid #fff;margin-bottom:50px}.fotos .container{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative}.fotos .top .lente{position:absolute;z-index:0;left:110px;top:40px;animation-name:flash;animation-duration:1.5s;animation-fill-mode:both}@media only screen and (max-width: 480px){.fotos .top .lente{display:none}}.fotos .top .titulo{position:relative;left:0;top:-55px;z-index:4;line-height:1.5em}@media only screen and (max-width: 991px){.fotos .top .titulo{top:0}}.fotos .botao_ver_mais{position:absolute;right:15px;top:50px;z-index:4}@media only screen and (max-width: 767px){.fotos .botao_ver_mais{display:none}}.fotos .sombra{background:url("../img/sombras/fotos.png");content:"";width:420px;height:343px;position:absolute;top:0;left:0;z-index:1}@media only screen and (max-width: 480px){.fotos .sombra{display:none}}@media only screen and (max-width: 767px){.fotos{padding-bottom:20px;margin-bottom:0;background-size:cover}}.nossa_historia{background:url("../img/bg_nossa_historia.jpg") center top #e9e8e0;position:relative;margin-bottom:130px}.nossa_historia:after{background:url("../img/sombras/nossa_historia.png") no-repeat center top;content:"";pointer-events:none;width:100%;height:370px;position:absolute;bottom:0;left:0;z-index:2}@media only screen and (max-width: 767px){.nossa_historia:after{height:300px}}.nossa_historia .container{width:770px;height:100%;position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}@media only screen and (max-width: 991px){.nossa_historia .container{width:100%}}.nossa_historia .top{display:-ms-flexbox;display:flex;width:100%;height:560px}.nossa_historia .top img{position:absolute}.nossa_historia .top img.selo{right:100px;top:18px;z-index:0}@media only screen and (max-width: 480px){.nossa_historia .top img.selo{max-width:90%;right:inherit;left:15px}}.nossa_historia .top img.titulo{top:70px;left:60px;z-index:1}@media only screen and (max-width: 767px){.nossa_historia .top img.titulo{left:25px;max-width:90%}}@media only screen and (max-width: 480px){.nossa_historia .top img.titulo{top:50px}}.nossa_historia .top img.aspas{top:38px;left:-50px;z-index:2}@media only screen and (max-width: 480px){.nossa_historia .top img.aspas{display:none}}.nossa_historia .top img.grama{right:100px;top:350px;z-index:3}@media only screen and (max-width: 767px){.nossa_historia .top img.grama{display:none}}.nossa_historia .top img.jogador_02{left:315px;top:185px;z-index:5}@media only screen and (max-width: 767px){.nossa_historia .top img.jogador_02{display:none}}.nossa_historia .top img.jogador_03{right:179px;top:205px;z-index:4}@media only screen and (max-width: 767px){.nossa_historia .top img.jogador_03{display:none}}.nossa_historia .top img.bola{right:295px;top:485px;width:55px;z-index:6}@media only screen and (max-width: 767px){.nossa_historia .top img.bola{display:none}}@media only screen and (max-width: 767px){.nossa_historia .top{height:370px}}@media only screen and (max-width: 480px){.nossa_historia .top{height:170px}}.nossa_historia .fundacao{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-bottom:10px}.nossa_historia .fundacao small{color:#000;font-size:16px;font-weight:bold}.nossa_historia .fundacao span{background:#000;font-size:15px;font-family:"Holtwood One SC",sans-serif;text-transform:uppercase;padding:0 5px}.nossa_historia .historia{position:relative;width:685px;min-height:600px;padding-top:100px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;opacity:0}.nossa_historia .historia:before{background:#000;content:"";width:5px;height:100%;position:absolute;top:0;left:50%;margin-left:-2px}.nossa_historia .historia:after{background:#000;content:"";width:30px;height:30px;border-radius:30px;position:absolute;top:0;left:50%;margin-left:-15px}.nossa_historia .historia .item{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:start;justify-content:flex-start;width:100%;position:relative;margin-bottom:75px;-ms-flex-direction:column;flex-direction:column;padding-right:20px}.nossa_historia .historia .item small{background:#000;font-size:15px;font-family:"Holtwood One SC",sans-serif;text-transform:uppercase;padding:0 7px;line-height:1.4em}.nossa_historia .historia .item small.titulo_historia_destaque{background:#9d111d;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.nossa_historia .historia .item small.titulo_historia_destaque:before{background:url("../img/trofeu.png") no-repeat;content:"";width:10px;height:13px;margin-right:5px}.nossa_historia .historia .item span{color:#000;font-size:15px;text-transform:uppercase}@media only screen and (max-width: 480px){.nossa_historia .historia .item span{display:none}}.nossa_historia .historia .item img{margin-top:10px}.nossa_historia .historia .item .info{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.nossa_historia .historia .item .info:after{background:#e9e8e0;border:3px solid #000;content:"";width:10px;height:10px;border-radius:15px;margin-right:-28px;margin-left:10px;-ms-flex-negative:0;flex-shrink:0}.nossa_historia .historia .item .image{width:258px;height:266px;overflow:hidden}.nossa_historia .historia .item .image img{width:212px;margin:23px 0 0 23px;z-index:0;height:200px}@media only screen and (max-width: 767px){.nossa_historia .historia .item .image{background-size:cover !important;width:188px;height:194px}.nossa_historia .historia .item .image img{width:150px;margin:18px 0 0 18px;height:130px}}@media only screen and (max-width: 480px){.nossa_historia .historia .item .image{width:130px;height:134px}.nossa_historia .historia .item .image img{width:105px;margin:12px 0 0 12px;height:100px}}.nossa_historia .historia .item.item_01{-ms-flex-align:end;align-items:flex-end}.nossa_historia .historia .item.item_01 span{margin:0 8px}.nossa_historia .historia .item.item_01 .image{background:url("../img/mascara_historia_left.png") no-repeat}.nossa_historia .historia .item.item_01 .image img{transform:rotate(2deg)}.nossa_historia .historia .item.item_01.has_image .botao{position:absolute;right:18px;top:65px;z-index:2}@media only screen and (max-width: 480px){.nossa_historia .historia .item.item_01 .botao{margin-right:10px}}.nossa_historia .historia .item.item_02{-ms-flex-align:start;align-items:flex-start;padding-left:20px}.nossa_historia .historia .item.item_02 .info{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.nossa_historia .historia .item.item_02 .info:after{margin-right:10px;margin-left:-28px}.nossa_historia .historia .item.item_02 .image{background:url("../img/mascara_historia_right.png") no-repeat}.nossa_historia .historia .item.item_02 .image img{transform:rotate(-5deg)}.nossa_historia .historia .item.item_02.has_image .botao{position:absolute;right:55px;top:180px;z-index:2}@media only screen and (max-width: 767px){.nossa_historia .historia .item.item_02.has_image .botao{top:140px;right:inherit;left:170px}}@media only screen and (max-width: 480px){.nossa_historia .historia .item.item_02.has_image .botao{top:80px;left:10px}}.nossa_historia .historia .item.item_02 small{margin-right:8px}.nossa_historia .historia .item.has_image{margin-bottom:30px}@media only screen and (max-width: 480px){.nossa_historia .historia .item{margin-bottom:25px}}@media only screen and (max-width: 991px){.nossa_historia .historia{width:100%;min-height:inherit}}.nossa_historia .historia_left,.nossa_historia .historia_right{width:50%}.nossa_historia .historia_left{margin-top:55px}.nossa_historia .botao_historia_completa{border:4px solid #000;outline:4px solid #fff;color:#000;font-weight:bold;font-size:15px;text-transform:uppercase;position:relative;z-index:5;padding:14px 28px;transition:all 350ms ease-in-out;opacity:0}@media only screen and (min-width: 992px){.nossa_historia .botao_historia_completa:hover{background:#000;color:#fff}}@media only screen and (max-width: 480px){.nossa_historia .botao_historia_completa{padding:14px}}@media only screen and (max-width: 767px){.nossa_historia{margin-bottom:80px}}.elenco{background:#9d111d;height:520px;margin-bottom:100px}.elenco .container{display:-ms-flexbox;display:flex;position:relative}@media only screen and (min-width: 1500px){.elenco .container:before{background:url("../img/sombras/elenco_02.png") no-repeat center top;content:"";pointer-events:none;position:absolute;width:100px;height:181px;right:-100px;top:0px;opacity:0.7}}@media only screen and (max-width: 767px){.elenco .container{padding:0}}.elenco .titulo{color:#000;text-shadow:2px 2px 0px #fff,-2px -2px 0px #fff,-2px 2px 0px #fff,2px -2px 0px #fff;position:absolute;left:15px;top:-100px;z-index:4}.elenco .titulo:before{background:url("../img/sombras/titulo_elenco.png") no-repeat center top;content:"";pointer-events:none;position:absolute;width:453px;height:82px;right:0px;top:35px}@media only screen and (max-width: 767px){.elenco .titulo{top:-65px}}@media only screen and (max-width: 480px){.elenco .titulo{top:-37px;right:15px;width:auto}}.elenco .boneco img{position:absolute;z-index:2}.elenco .boneco img.trave{top:-102px;right:35px}.elenco .boneco img.grama_01{top:-20px;right:260px}.elenco .boneco img.grama_02{top:-15px;right:55px}.elenco .boneco img.goleiro{top:-91px;right:130px}.elenco .boneco img.bola{top:60px;right:161px}@media only screen and (max-width: 991px){.elenco .boneco{display:none}}.elenco nav{width:217px;-ms-flex-negative:0;flex-shrink:0}@media only screen and (min-width: 768px) and (max-width: 991px){.elenco nav{width:25%}}@media only screen and (max-width: 767px){.elenco nav{display:none}}.elenco .nav_posicao_mobile{position:absolute;z-index:9;top:45px;width:auto;left:15px;right:15px;text-align:center;-ms-flex-pack:center;justify-content:center;display:none}.elenco .nav_posicao_mobile .select{color:#000;font-size:15px;font-weight:bold;text-transform:uppercase}.elenco .nav_posicao_mobile .select:after{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid #000;transition:all 350ms ease-in-out}@media only screen and (max-width: 767px){.elenco .nav_posicao_mobile .select{background:#fff;width:208px;display:-ms-flexbox;display:flex;padding:7px;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}}.elenco .nav_posicao_mobile .list{display:none;position:absolute;background:#fff;left:50%;top:33px;width:208px;margin-left:-104px}.elenco .nav_posicao_mobile .list li{padding:10px;text-align:left;border-top:1px solid #000}.elenco .nav_posicao_mobile .list span{color:#000}@media only screen and (max-width: 767px){.elenco .nav_posicao_mobile{display:-ms-flexbox;display:flex}}.elenco .jogadores{width:940px;position:relative}.elenco .jogadores .group_slides{display:none;position:absolute;left:0;top:0;width:100%;height:520px;overflow:hidden}.elenco .jogadores .group_slides:first-child{display:block}.elenco .jogadores .slider_elenco{width:100%}.elenco .jogadores .owl-buttons div{background:url("../img/arrow_elenco.png") no-repeat left top;position:absolute;bottom:50px;height:30px;width:37px;transition:opacity 350ms ease-in-out}.elenco .jogadores .owl-buttons div.owl-prev{left:30px}@media only screen and (max-width: 767px){.elenco .jogadores .owl-buttons div.owl-prev{left:15px}}.elenco .jogadores .owl-buttons div.owl-next{background-position:right top;right:30px}@media only screen and (max-width: 767px){.elenco .jogadores .owl-buttons div.owl-next{right:15px}}@media only screen and (min-width: 992px){.elenco .jogadores .owl-buttons div{opacity:0.5}.elenco .jogadores .owl-buttons div:hover{opacity:1}}@media only screen and (min-width: 768px) and (max-width: 991px){.elenco .jogadores .owl-buttons div{bottom:20px}}@media only screen and (max-width: 480px){.elenco .jogadores .owl-buttons div{bottom:15px}}.elenco .jogadores .item{background-repeat:no-repeat;background-position:left top;min-width:500px;height:519px;position:relative;overflow:hidden}@media only screen and (min-width: 768px) and (max-width: 991px){.elenco .jogadores .item{background-size:cover}}@media only screen and (max-width: 767px){.elenco .jogadores .item{min-width:100%;background-size:cover}}.elenco .jogadores .texto{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:53%;-ms-flex-align:end;align-items:flex-end;text-align:right;padding:90px 75px 0 0;position:absolute;left:0;top:0}.elenco .jogadores .texto small{color:rgba(255,255,255,0.8);font-size:15px;font-weight:bold;text-transform:uppercase}@media only screen and (max-width: 480px){.elenco .jogadores .texto small{display:none}}.elenco .jogadores .texto span{font-size:40px;font-family:"Holtwood One SC",sans-serif;line-height:1em;max-width:80%;margin-top:7px}@media only screen and (min-width: 768px) and (max-width: 991px){.elenco .jogadores .texto span{font-size:35px}}@media only screen and (max-width: 767px){.elenco .jogadores .texto span{font-size:30px;max-width:100%;margin-top:60px}}.elenco .jogadores .texto .perfil{text-transform:uppercase;font-size:15px;font-weight:300;margin-top:20px}.elenco .jogadores .texto .perfil b{font-family:"Holtwood One SC",sans-serif}@media only screen and (min-width: 768px) and (max-width: 991px){.elenco .jogadores .texto{padding:40px 15px 0 15px;text-align:center;-ms-flex-align:center;align-items:center}}@media only screen and (max-width: 767px){.elenco .jogadores .texto{position:relative;width:100%;-ms-flex-align:center;align-items:center;text-align:center;padding:40px 20px}}.elenco .jogadores .image{position:absolute;bottom:0;left:50%;margin-left:-95px;z-index:1;width:276px}.elenco .jogadores .image img{transition:all 350ms ease-in-out}@media only screen and (min-width: 992px){.elenco .jogadores .image img:hover{transform:scale(1.05)}}@media only screen and (min-width: 992px) and (max-width: 1199px){.elenco .jogadores .image img{width:250px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.elenco .jogadores .image{margin-left:-80px}}@media only screen and (min-width: 768px) and (max-width: 991px){.elenco .jogadores .image{right:0;margin-left:0;left:inherit;width:250px}}@media only screen and (max-width: 767px){.elenco .jogadores .image{width:200px;margin-left:-100px}}.elenco .jogadores .info{display:-ms-flexbox;display:flex;margin-left:auto;width:47%;-ms-flex-direction:column;flex-direction:column;position:absolute;right:0;top:0;padding:110px 0 0 170px}.elenco .jogadores .info div{margin-bottom:15px}.elenco .jogadores .info small{color:rgba(0,0,0,0.6);display:block;font-size:15px;font-weight:bold;text-transform:uppercase}.elenco .jogadores .info span{font-size:19px;font-weight:bold}@media only screen and (min-width: 992px) and (max-width: 1199px){.elenco .jogadores .info{padding:150px 0 0 170px}}@media only screen and (min-width: 768px) and (max-width: 991px){.elenco .jogadores .info{padding:0 15px;left:0;bottom:40px;width:53%;right:inherit;top:inherit;text-align:center}}@media only screen and (max-width: 767px){.elenco .jogadores .info{display:none}}@media only screen and (min-width: 992px) and (max-width: 1199px){.elenco .jogadores{width:740px}}@media only screen and (min-width: 768px) and (max-width: 991px){.elenco .jogadores{width:75%}}@media only screen and (max-width: 767px){.elenco .jogadores{width:100%}}@media only screen and (max-width: 480px){.elenco{margin-bottom:70px}}.instagram .top .container{position:relative;display:-ms-flexbox;display:flex}.instagram .logo{position:absolute;z-index:2;left:70px;top:-25px}@media only screen and (min-width: 992px) and (max-width: 1199px){.instagram .logo{left:0;width:150px}}@media only screen and (min-width: 768px) and (max-width: 991px){.instagram .logo{left:0;width:120px}}@media only screen and (max-width: 767px){.instagram .logo{display:none}}.instagram .titulo{color:rgba(0,0,0,0.1);font-size:72px;font-family:"Holtwood One SC",sans-serif;position:absolute;top:-49px;left:228px}@media only screen and (min-width: 992px) and (max-width: 1199px){.instagram .titulo{font-size:62px;top:-42px;left:142px}}@media only screen and (min-width: 768px) and (max-width: 991px){.instagram .titulo{font-size:42px;left:115px;top:-20px}}@media only screen and (max-width: 767px){.instagram .titulo{left:15px;font-size:47px;top:-90px;right:15px;text-align:center}}@media only screen and (max-width: 480px){.instagram .titulo{font-size:31px;top:-60px}}.instagram .coracoes{position:absolute;z-index:2;width:100%}.instagram .coracoes img{position:absolute;z-index:2}.instagram .coracoes img.coracao_01{left:295px;top:-30px}@media only screen and (max-width: 767px){.instagram .coracoes img.coracao_01{left:15%}}.instagram .coracoes img.coracao_02{left:368px;top:-47px}@media only screen and (max-width: 767px){.instagram .coracoes img.coracao_02{left:30%}}.instagram .coracoes img.coracao_03{left:415px;top:-5px}@media only screen and (max-width: 767px){.instagram .coracoes img.coracao_03{left:45%}}.instagram .coracoes img.coracao_04{left:460px;top:-52px}@media only screen and (max-width: 767px){.instagram .coracoes img.coracao_04{left:60%}}.instagram .coracoes img.coracao_05{left:545px;top:-18px}@media only screen and (max-width: 767px){.instagram .coracoes img.coracao_05{left:75%}}.instagram .coracoes img.coracao_06{left:605px;top:-50px}@media only screen and (max-width: 767px){.instagram .coracoes img.coracao_06{left:90%}}.instagram .coracoes img.coracao_07{left:615px;top:5px}.instagram .coracoes img.coracao_08{right:435px;top:-52px}.instagram .coracoes img.coracao_09{right:395px;top:-5px}.instagram .coracoes img.coracao_10{right:310px;top:-40px}.instagram .coracoes img.coracao_11{right:220px;top:-65px}.instagram .coracoes img.coracao_12{right:170px;top:-50px}@media only screen and (min-width: 992px) and (max-width: 1199px){.instagram .coracoes img.coracao_08{right:inherit;left:120px}.instagram .coracoes img.coracao_09{right:inherit;left:165px}.instagram .coracoes img.coracao_10{right:inherit;left:210px}}@media only screen and (min-width: 768px) and (max-width: 991px){.instagram .coracoes img.coracao_01{left:15%}.instagram .coracoes img.coracao_02{left:25%}.instagram .coracoes img.coracao_03{left:30%}.instagram .coracoes img.coracao_04{left:33%}.instagram .coracoes img.coracao_05{left:40%}.instagram .coracoes img.coracao_06{left:44%}.instagram .coracoes img.coracao_07{left:50%;top:-50px}.instagram .coracoes img.coracao_08{right:35%}.instagram .coracoes img.coracao_09{right:30%;top:-20px}.instagram .coracoes img.coracao_10{right:20%}.instagram .coracoes img.coracao_11{right:17%}.instagram .coracoes img.coracao_12{right:10%}}@media only screen and (max-width: 767px){.instagram .coracoes img.coracao_06,.instagram .coracoes img.coracao_07,.instagram .coracoes img.coracao_08,.instagram .coracoes img.coracao_09,.instagram .coracoes img.coracao_10,.instagram .coracoes img.coracao_11,.instagram .coracoes img.coracao_12{display:none}}.instagram .siga_instagram{background:#bd1414;margin-left:auto;width:217px;height:30px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 10px;-ms-flex-pack:justify;justify-content:space-between;transition:background 350ms ease-in-out}.instagram .siga_instagram small{color:rgba(255,255,255,0.5);font-size:15px;font-weight:bold;text-transform:uppercase}.instagram .siga_instagram svg{width:15px;height:15px}.instagram .siga_instagram span{color:#fff;font-size:15px;font-family:"Holtwood One SC",sans-serif;text-transform:uppercase}@media only screen and (min-width: 992px){.instagram .siga_instagram:hover{background:#333}}@media only screen and (max-width: 767px){.instagram .siga_instagram{display:none}}.instagram .slider_instagram{max-height:272px}.instagram .slider_instagram .item{height:238px}@media only screen and (min-width: 768px) and (max-width: 991px){.instagram .slider_instagram .item{height:200px}}@media only screen and (max-width: 767px){.instagram .slider_instagram .item{height:160px}}@media only screen and (max-width: 480px){.instagram .slider_instagram .item{height:120px}}.instagram .bottom .container{display:-ms-flexbox;display:flex}.instagram .bottom .item{height:100px;width:25%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.instagram .bottom .item span{margin-left:15px}@media only screen and (min-width: 768px) and (max-width: 991px){.instagram .bottom .item span{margin-left:10px;font-size:12px}}@media only screen and (max-width: 767px){.instagram .bottom .item span{display:none}}.instagram .bottom .item:hover img{animation-duration:1s;animation-fill-mode:both;animation-name:bounce;transform-origin:center bottom}@media only screen and (min-width: 992px) and (max-width: 1199px){.instagram .bottom .item{height:82px}.instagram .bottom .item.facebook img{width:30px}.instagram .bottom .item.twitter img{width:60px}.instagram .bottom .item.youtube img{width:85px}.instagram .bottom .item.sound img{width:80px}}@media only screen and (min-width: 768px) and (max-width: 991px){.instagram .bottom .item{height:60px}.instagram .bottom .item.facebook img{width:20px}.instagram .bottom .item.twitter img{width:45px}.instagram .bottom .item.youtube img{width:70px}.instagram .bottom .item.sound img{width:65px}}@media only screen and (max-width: 480px){.instagram .bottom .item{height:72px}}.instagram .bottom .facebook{background:#4267b2}@media only screen and (max-width: 767px){.instagram .bottom .facebook img{width:30px}}@media only screen and (max-width: 480px){.instagram .bottom .facebook img{width:20px}}.instagram .bottom .twitter{background:#1b95e0}@media only screen and (max-width: 767px){.instagram .bottom .twitter img{width:50px}}@media only screen and (max-width: 480px){.instagram .bottom .twitter img{width:40px}}.instagram .bottom .youtube{background:#e62117}@media only screen and (max-width: 767px){.instagram .bottom .youtube img{width:70px}}@media only screen and (max-width: 480px){.instagram .bottom .youtube img{width:55px}}.instagram .bottom .sound{background:#ff8503;background:linear-gradient(to bottom, #ff8503 0%, #ff5c01 50%, #ff3400 100%)}@media only screen and (max-width: 767px){.instagram .bottom .sound img{width:60px}}@media only screen and (max-width: 480px){.instagram .bottom .sound img{width:50px}}.lightbox{position:fixed;z-index:99;top:0;bottom:0;left:0;right:0;opacity:0;transition:opacity 350ms ease-in-out;pointer-events:none}.lightbox .align_lightbox{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.lightbox .sombra{background:rgba(0,0,0,0.7);z-index:1;position:absolute;left:0;right:0;top:0;bottom:0;transition:opacity 350ms ease-in-out;opacity:0}.lightbox .container_lightbox{width:calc(100vw - 30px);max-width:870px;background:#fff;position:relative;z-index:2;transform:translateY(-100%);transition:all 500ms ease-in-out;opacity:0}@media only screen and (min-width: 768px) and (max-width: 991px){.lightbox .container_lightbox{max-width:720px}}@media only screen and (max-width: 767px){.lightbox .container_lightbox{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:calc(100vh - 30px)}}.lightbox .botao_fechar_lightbox{position:absolute;right:15px;top:15px;cursor:pointer}.lightbox .botao_fechar_lightbox .icon{color:#000;width:18px}@media only screen and (max-width: 480px){.lightbox .botao_fechar_lightbox{right:0px;top:-24px}.lightbox .botao_fechar_lightbox .icon{color:#fff}}.lightbox .imagem{-ms-flex-negative:0;flex-shrink:0}.lightbox.active{opacity:1;pointer-events:auto}.lightbox.active .sombra{opacity:1}.lightbox.active .container_lightbox{transform:translateY(0);opacity:1}@media only screen and (max-width: 767px){.lightbox{display:none}}.form_contato p{color:#000;font-size:20px;margin-bottom:40px}@media only screen and (max-width: 767px){.form_contato p{font-size:17px;margin-bottom:25px}}.form_contato .mensagem_enviada{display:none}.form_contato .item{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (max-width: 480px){.form_contato .item{-ms-flex-direction:column;flex-direction:column}}.form_contato input:focus,.form_contato textarea:focus{outline:none}.form_contato input[type="text"],.form_contato textarea{border:1px solid #000;box-sizing:border-box;font-weight:bold;font-family:"Montserrat",sans-serif;font-size:17px}.form_contato input[type="text"]{height:45px;width:48.5%;margin-bottom:30px;padding:0 15px}@media only screen and (max-width: 480px){.form_contato input[type="text"]{width:100%;margin-bottom:20px}}.form_contato textarea{border:1px solid #000;height:100px;width:100%;resize:none;margin-bottom:20px;padding:12px 20px}.form_contato input[type="submit"]{box-sizing:border-box;border:4px solid #fff;background:url("../img/botao_enviar.png") no-repeat left top;box-shadow:0px 7px 10px rgba(0,0,0,0.3);color:#fff;cursor:pointer;font-size:15px;font-family:"Montserrat",sans-serif;font-weight:bold;text-transform:uppercase;width:270px;height:63px;margin-left:auto;transition:background 350ms ease-in-out}@media only screen and (min-width: 992px){.form_contato input[type="submit"]:hover{background-position:left bottom}}@media only screen and (max-width: 480px){.form_contato input[type="submit"]{margin:0 auto 15px}}.form_contato ::-webkit-input-placeholder{color:#000;opacity:1}.form_contato :-moz-placeholder{color:#000;opacity:1}.form_contato ::-moz-placeholder{color:#000;opacity:1}.form_contato :-ms-input-placeholder{color:#000;opacity:1}.form_contato.active .mensagem_enviada{display:block;text-align:center;margin-top:20px}.form_contato.active p,.form_contato.active .item{display:none}.conteudo_diretoria{background:#fff;padding:40px 0;position:relative;z-index:20}@media only screen and (max-width: 767px){.conteudo_diretoria{padding:20px 0}}.box_categoria{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 25px}.box_categoria h3{color:#000;font-size:30px;font-weight:bold;width:100%;padding:0 50px 30px}@media only screen and (min-width: 992px) and (max-width: 1199px){.box_categoria h3{padding:0 20px 30px}}@media only screen and (min-width: 768px) and (max-width: 991px){.box_categoria h3{padding:0 0 30px}}@media only screen and (max-width: 767px){.box_categoria h3{padding:0 0 30px;font-size:25px;text-align:center}}.box_categoria .item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center;width:25%;margin-bottom:60px}.box_categoria .item .imagem{background:#C0C0C0;border:5px solid #fff;border-radius:50%;width:180px;height:180px;overflow:hidden;box-shadow:1px 7px 10px rgba(0,0,0,0.1);margin-bottom:15px;transition:all 350ms ease-in-out}.box_categoria .item .imagem img{max-height:100%;width:auto;max-width:inherit}@media only screen and (max-width: 767px){.box_categoria .item .imagem{width:150px;height:150px}}.box_categoria .item .texto{padding:0 20px}.box_categoria .item .texto h4{color:#000;font-size:20px;font-weight:bold;line-height:1.2em}.box_categoria .item .texto span{color:#000;display:block;font-size:17px;font-weight:300;padding-top:5px}@media only screen and (min-width: 768px) and (max-width: 991px){.box_categoria .item{width:33.33%}}@media only screen and (max-width: 767px){.box_categoria .item{width:50%;margin-bottom:40px}}@media only screen and (max-width: 480px){.box_categoria .item{width:100%}}.box_categoria .item_lightbox{cursor:pointer}@media only screen and (min-width: 992px){.box_categoria .item_lightbox:hover .imagem{border-color:#f00}}@media only screen and (max-width: 767px){.box_categoria{padding:0 15px;-ms-flex-pack:distribute;justify-content:space-around}}.box_categoria.box_torcedores_simbolos{margin-top:45px}.box_categoria.box_torcedores_simbolos h3{text-align:center}.post-type-archive-elenco .conteudo_elenco{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:20}@media only screen and (max-width: 991px){.post-type-archive-elenco .conteudo_elenco{-ms-flex-direction:column;flex-direction:column}}.post-type-archive-elenco .nav_elenco{background:url("../img/bg_nav_elenco.jpg");width:200px;-ms-flex-negative:0;flex-shrink:0}@media only screen and (min-width: 992px) and (max-width: 1199px){.post-type-archive-elenco .nav_elenco{width:160px}}@media only screen and (max-width: 991px){.post-type-archive-elenco .nav_elenco{width:100%}}.post-type-archive-elenco .nav_posicao{margin-top:0}.post-type-archive-elenco .nav_posicao:before{top:0}@media only screen and (min-width: 768px) and (max-width: 991px){.post-type-archive-elenco .nav_posicao{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width: 767px){.post-type-archive-elenco .nav_posicao{display:none}}.post-type-archive-elenco .jogadores{background:url("../img/bg_nav_elenco.jpg");width:100%}.post-type-archive-elenco .jogadores .box{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width: 992px){.post-type-archive-elenco .jogadores .box:hover .item{opacity:0.6}}.post-type-archive-elenco .jogadores .box h3{width:100%;padding:25px 15px;font-size:30px;font-family:"Holtwood One SC",sans-serif;text-transform:uppercase}@media only screen and (max-width: 767px){.post-type-archive-elenco .jogadores .box h3{padding:15px;font-size:24px;text-align:center}}@media only screen and (max-width: 480px){.post-type-archive-elenco .jogadores .box h3{font-size:20px}}.post-type-archive-elenco .jogadores .box .item{width:33.33%;height:315px;display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:center;justify-content:center;position:relative;overflow:hidden;transition:all 350ms ease-in-out}@media only screen and (min-width: 992px){.post-type-archive-elenco .jogadores .box .item:hover{opacity:1}.post-type-archive-elenco .jogadores .box .item:hover .image_jogador{opacity:1;width:100%}.post-type-archive-elenco .jogadores .box .item:hover .sombra_texto{opacity:1}.post-type-archive-elenco .jogadores .box .item:hover .coracao_jogador{opacity:1;animation-name:pulse;animation-delay:500m;animation-duration:1.5s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.post-type-archive-elenco .jogadores .box .item:hover .nome_jogador{font-size:22px}.post-type-archive-elenco .jogadores .box .item:hover .cargo{opacity:1}}@media only screen and (min-width: 992px) and (max-width: 1199px){.post-type-archive-elenco .jogadores .box .item{height:260px}}@media only screen and (min-width: 768px) and (max-width: 991px){.post-type-archive-elenco .jogadores .box .item{height:240px}}@media only screen and (max-width: 767px){.post-type-archive-elenco .jogadores .box .item{width:50%;height:auto}}@media only screen and (max-width: 480px){.post-type-archive-elenco .jogadores .box .item{width:100%}}.post-type-archive-elenco .jogadores .box .item:nth-child(even){background:rgba(0,0,0,0.1)}.post-type-archive-elenco .jogadores .box .image_jogador{width:85%;transition:all 350ms ease-in-out}.post-type-archive-elenco .jogadores .box .image_jogador img{position:relative;z-index:2}@media only screen and (max-width: 991px){.post-type-archive-elenco .jogadores .box .image_jogador{width:100%}}@media only screen and (max-width: 767px){.post-type-archive-elenco .jogadores .box .image_jogador{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}}.post-type-archive-elenco .jogadores .box .sombra_texto{background:url("../img/sombras/jogador_texto.png") no-repeat center top;position:absolute;z-index:2;bottom:0;height:165px;width:100%;left:0;right:0;opacity:0;transition:opacity 350ms ease-in-out}@media only screen and (max-width: 991px){.post-type-archive-elenco .jogadores .box .sombra_texto{opacity:1;background-size:cover}}.post-type-archive-elenco .jogadores .box .coracao_jogador{background:url("../img/sombras/coracao_jogador.jpg") no-repeat center top;position:absolute;z-index:1;bottom:0;top:0;height:100%;width:100%;left:0;right:0;opacity:0;transition:opacity 350ms ease-in-out}@media only screen and (min-width: 768px) and (max-width: 991px){.post-type-archive-elenco .jogadores .box .coracao_jogador{display:none}}.post-type-archive-elenco .jogadores .box .nome_jogador{font-family:"Holtwood One SC",sans-serif;font-size:19px;text-transform:uppercase;position:absolute;bottom:10px;left:0;right:0;padding:0 15px;text-align:center;transition:all 350ms ease-in-out;line-height:1.2em;z-index:3}@media only screen and (max-width: 767px){.post-type-archive-elenco .jogadores .box .nome_jogador{font-size:17px}}.post-type-archive-elenco .jogadores .box .cargo{font-size:15px;text-transform:uppercase;position:absolute;bottom:5px;left:0;right:0;padding:0 15px;text-align:center;transition:opacity 350ms ease-in-out;line-height:1.2em;z-index:3;opacity:0}@media only screen and (max-width: 767px){.post-type-archive-elenco .jogadores .box{-ms-flex-pack:center;justify-content:center}}.post-type-archive-elenco .jogadores .box+.box{border-top:2px solid #fff}@media only screen and (min-width: 992px){.post-type-archive-elenco .jogadores #comissao-tecnica .item:hover .nome_jogador{bottom:25px}}.single-elenco .box_internas{margin-bottom:90px}@media only screen and (max-width: 767px){.single-elenco .box_internas{margin-bottom:50px}}.single-elenco .conteudo_elenco{background-color:#9d111d;background-position:center top;background-repeat:no-repeat;background-size:cover;padding:40px 70px 60px;min-height:750px;position:relative;z-index:20}@media only screen and (min-width: 992px) and (max-width: 1199px){.single-elenco .conteudo_elenco{min-height:600px}}.single-elenco .conteudo_elenco .titulo{-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;margin-bottom:70px;text-align:center}@media only screen and (min-width: 992px) and (max-width: 1199px){.single-elenco .conteudo_elenco .titulo{margin-bottom:50px}}.single-elenco .conteudo_elenco .titulo h3{color:#fff;font-family:"Holtwood One SC",sans-serif;font-size:60px;text-transform:uppercase;max-width:100%}@media only screen and (min-width: 992px) and (max-width: 1199px){.single-elenco .conteudo_elenco .titulo h3{font-size:45px}}@media only screen and (min-width: 768px) and (max-width: 991px){.single-elenco .conteudo_elenco .titulo h3{font-size:40px}}@media only screen and (max-width: 767px){.single-elenco .conteudo_elenco .titulo h3{font-size:28px}}@media only screen and (max-width: 480px){.single-elenco .conteudo_elenco .titulo h3{font-size:20px;line-height:1.2em}}@media only screen and (max-width: 991px){.single-elenco .conteudo_elenco .titulo{margin-bottom:30px}}.single-elenco .conteudo_elenco .posicao{color:rgba(255,255,255,0.8);font-size:15px;font-weight:bold;text-transform:uppercase;margin-bottom:7px}@media only screen and (max-width: 767px){.single-elenco .conteudo_elenco .posicao{font-size:13px}}.single-elenco .conteudo_elenco .texto{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.single-elenco .conteudo_elenco .texto .item{margin-bottom:12px}.single-elenco .conteudo_elenco .texto small{color:rgba(0,0,0,0.6);display:block;font-size:15px;font-weight:bold;text-transform:uppercase}.single-elenco .conteudo_elenco .texto span{display:block;font-size:19px;font-weight:bold}@media only screen and (min-width: 768px) and (max-width: 991px){.single-elenco .conteudo_elenco .texto{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (max-width: 767px){.single-elenco .conteudo_elenco .texto{-ms-flex-direction:column;flex-direction:column;text-align:center}}.single-elenco .conteudo_elenco .left{width:280px}@media only screen and (min-width: 992px) and (max-width: 1199px){.single-elenco .conteudo_elenco .left{width:250px}}@media only screen and (max-width: 767px){.single-elenco .conteudo_elenco .left{width:100%;-ms-flex-order:2;order:2}}.single-elenco .conteudo_elenco .redes_sociais_jogador a{margin:5px 10px 0 0;display:inline-block}.single-elenco .conteudo_elenco .redes_sociais_jogador .icon{color:rgba(255,255,255,0.5);opacity:color 350ms ease-in-out}@media only screen and (min-width: 992px){.single-elenco .conteudo_elenco .redes_sociais_jogador .icon:hover{color:#fff}}.single-elenco .conteudo_elenco .redes_sociais_jogador .insta .icon{width:13px;height:13px}.single-elenco .conteudo_elenco .redes_sociais_jogador .face .icon{width:13px;height:13px}.single-elenco .conteudo_elenco .redes_sociais_jogador .twitter .icon{width:16px;height:15px}.single-elenco .conteudo_elenco .info_jogador{margin-top:30px}.single-elenco .conteudo_elenco .info_jogador p{color:#fff;font-weight:300;margin-bottom:20px;line-height:1.3em}.single-elenco .conteudo_elenco .jogador_destacado{position:absolute;bottom:0;left:50%;margin-left:-180px;max-width:390px}@media only screen and (min-width: 992px) and (max-width: 1199px){.single-elenco .conteudo_elenco .jogador_destacado{margin-left:-130px;max-width:290px}}@media only screen and (max-width: 991px){.single-elenco .conteudo_elenco .jogador_destacado{position:relative;-ms-flex-order:3;order:3}}@media only screen and (max-width: 767px){.single-elenco .conteudo_elenco .jogador_destacado{max-width:300px;margin-left:-150px}}@media only screen and (max-width: 480px){.single-elenco .conteudo_elenco .jogador_destacado{max-width:none;left:inherit;margin-left:0}}.single-elenco .conteudo_elenco .right{width:250px}@media only screen and (min-width: 992px) and (max-width: 1199px){.single-elenco .conteudo_elenco .right{width:200px}}@media only screen and (max-width: 767px){.single-elenco .conteudo_elenco .right{width:100%;-ms-flex-order:1;order:1}}@media only screen and (max-width: 991px){.single-elenco .conteudo_elenco{padding:40px 25px 0px;min-height:auto}}.single-elenco .slider_elenco_single{max-height:165px;box-shadow:0px 5px 15px 0px rgba(0,0,0,0.5)}.lightbox_historia{position:fixed;z-index:99;top:0;bottom:0;left:0;right:0;opacity:0;transition:opacity 350ms ease-in-out;pointer-events:none}.lightbox_historia .align_lightbox{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.lightbox_historia .sombra{background:rgba(0,0,0,0.7);z-index:1;position:absolute;left:0;right:0;top:0;bottom:0;transition:opacity 350ms ease-in-out;opacity:0}.lightbox_historia .container_lightbox{width:calc(100vw - 30px);max-width:970px;background:#fff;position:relative;z-index:2;transform:translateY(-100%);transition:all 500ms ease-in-out;opacity:0}.lightbox_historia .container_lightbox.active{transform:translateY(0);opacity:1}@media only screen and (min-width: 992px) and (max-width: 1199px){.lightbox_historia .container_lightbox{max-width:940px}}@media only screen and (min-width: 768px) and (max-width: 991px){.lightbox_historia .container_lightbox{max-width:720px}}@media only screen and (max-width: 767px){.lightbox_historia .container_lightbox{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-height:calc(100vh - 30px)}}.lightbox_historia .botao_fechar_lightbox{position:absolute;right:15px;top:15px;cursor:pointer}.lightbox_historia .botao_fechar_lightbox .icon{color:#000;width:18px}@media only screen and (max-width: 480px){.lightbox_historia .botao_fechar_lightbox{right:10px;top:21px}}.lightbox_historia .titulo_lightbox{padding:30px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.lightbox_historia .titulo_lightbox h3{color:#000;font-size:24px;font-family:"Holtwood One SC",sans-serif;text-transform:uppercase}@media only screen and (max-width: 767px){.lightbox_historia .titulo_lightbox h3{font-size:18px;line-height:1.2em}}.lightbox_historia .titulo_lightbox h4{color:#ff0000;font-size:24px;text-transform:uppercase;padding-left:15px}@media only screen and (max-width: 767px){.lightbox_historia .titulo_lightbox h4{font-size:21px;padding-left:10px}}@media only screen and (max-width: 991px){.lightbox_historia .titulo_lightbox{padding:20px}}@media only screen and (max-width: 767px){.lightbox_historia .titulo_lightbox{padding:15px 35px 15px 15px}}.lightbox_historia .texto_lightbox{background:url("../img/sombras/lightbox_historia.png") no-repeat center top;display:-ms-flexbox;display:flex;padding:40px 65px}.lightbox_historia .texto_lightbox .imagem{max-width:300px;-ms-flex-negative:0;flex-shrink:0;margin-right:25px}.lightbox_historia .texto_lightbox .imagem .embed-responsive{width:300px}@media only screen and (max-width: 767px){.lightbox_historia .texto_lightbox .imagem .embed-responsive{display:none !important}}@media only screen and (max-width: 767px){.lightbox_historia .texto_lightbox .imagem{max-width:150px}}@media only screen and (max-width: 480px){.lightbox_historia .texto_lightbox .imagem{display:none}}.lightbox_historia .texto_lightbox .descricao p{color:#000;font-size:17px;line-height:1.3em}.lightbox_historia .texto_lightbox .descricao p+p{margin-top:20px}@media only screen and (max-width: 1199px){.lightbox_historia .texto_lightbox .descricao{height:170px;overflow:auto;padding-right:15px}}@media only screen and (max-width: 767px){.lightbox_historia .texto_lightbox .descricao{height:auto}.lightbox_historia .texto_lightbox .descricao p{font-size:15px}}@media only screen and (min-width: 768px) and (max-width: 991px){.lightbox_historia .texto_lightbox{padding:40px}}@media only screen and (max-width: 767px){.lightbox_historia .texto_lightbox{padding:20px;overflow:auto}}.lightbox_historia.active{opacity:1;pointer-events:auto}.lightbox_historia.active .sombra{opacity:1}.conteudo_historia{background:#fff;padding:40px 0;position:relative;z-index:20}.term-linha-do-tempo .box_internas{margin-bottom:7px}@media only screen and (max-width: 480px){.term-linha-do-tempo .box_internas .container{padding:0}}.term-linha-do-tempo .nossa_historia{margin-bottom:0;padding:0 0 100px}.term-linha-do-tempo .nossa_historia:after{display:none}.term-linha-do-tempo .nossa_historia .container:before,.term-linha-do-tempo .nossa_historia .container:after{display:none}.term-linha-do-tempo .nossa_historia .decoracao_bottom{background:#000;display:none;width:30px;height:30px;border-radius:30px}@media only screen and (max-width: 767px){.term-linha-do-tempo .nossa_historia{padding:0 0 40px 0}}.post-type-archive-jogos .conteudo_pagina .titulo{-ms-flex-align:center;align-items:center}.post-type-archive-jogos .link_ingresso_online{background:#232323;font-size:13px;font-weight:bold;text-transform:uppercase;padding:8px 16px;transition:background 350ms ease-in-out}@media only screen and (min-width: 992px){.post-type-archive-jogos .link_ingresso_online:hover{background:#DC1319}}.slider_jogos{padding:0 55px;position:relative}.slider_jogos .owl-wrapper-outer{padding-bottom:10px}@media only screen and (max-width: 480px){.slider_jogos .owl-wrapper-outer{padding-bottom:0}}.slider_jogos .item{height:215px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;text-align:center;-ms-flex-align:center;align-items:center;border:1px solid #dcdcdc;border-top:2px solid #000;padding:15px;margin:0 15px;-ms-flex-pack:distribute;justify-content:space-around;box-shadow:1px 2px 8px rgba(0,0,0,0.2)}.slider_jogos .item span{color:#000;line-height:1.2em;display:-ms-inline-flexbox;display:inline-flex;font-size:13px;font-weight:bold;text-transform:uppercase;line-height:1.2em}@media only screen and (max-width: 1199px){.slider_jogos .item{margin:0;padding:10px}}@media only screen and (max-width: 480px){.slider_jogos .item{box-shadow:none}}.slider_jogos .campeonato{padding-bottom:15px}.slider_jogos .confronto{display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding:0 10px 15px}.slider_jogos .confronto img{max-width:52px;height:auto}@media only screen and (max-width: 767px){.slider_jogos .confronto img{width:42px}}.slider_jogos .confronto small{color:#ff0000;font-size:35px;text-transform:uppercase}@media only screen and (max-width: 767px){.slider_jogos .confronto{width:160px;padding:0 15px 15px}}.slider_jogos .horario{color:#000;font-size:20px;font-weight:bold;text-transform:uppercase;line-height:1.2em}@media only screen and (max-width: 767px){.slider_jogos .horario{font-size:16px}}.slider_jogos .customNavigation a{background:#ededed;position:absolute;top:0;width:45px;height:215px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;transition:background 350ms ease-in-out}.slider_jogos .customNavigation a.prev{left:0}.slider_jogos .customNavigation a.next{right:0}@media only screen and (min-width: 992px){.slider_jogos .customNavigation a:hover{background:#232323}.slider_jogos .customNavigation a:hover .icon{color:#fff}}.slider_jogos .customNavigation .icon{color:#000;width:25px;height:20px;transition:color 350ms ease-in-out}@media only screen and (max-width: 480px){.slider_jogos{padding:0 47px}}.conteudo_multimidia{min-height:320px}.form_busca{border:1px solid #fff;width:118px;position:relative;transition:all 350ms ease-in-out}.form_busca input[type="text"]{color:#000;border:none;font-size:15px;font-family:"Montserrat";font-weight:bold;text-transform:uppercase;width:100%;line-height:31px;background:none;transition:all 350ms ease-in-out}.form_busca input[type="text"]:focus{padding:0 20px 0 12px;width:auto;font-weight:400;text-transform:inherit}.form_busca input[type="text"]::-webkit-input-placeholder{color:#000;opacity:1}.form_busca input[type="text"]:-moz-placeholder{color:#000;opacity:1}.form_busca input[type="text"]::-moz-placeholder{color:#000;opacity:1}.form_busca input[type="text"]:-ms-input-placeholder{color:#000;opacity:1}.form_busca:after{background:url("../img/icone_lupa.png") no-repeat;content:"";width:15px;height:16px;position:absolute;right:0;top:50%;margin-top:-8px;transition:all 350ms ease-in-out}.form_busca.active{border-color:#ff0000;width:235px;transition:all 350ms ease-in-out}.form_busca.active:after{right:10px}@media only screen and (max-width: 767px){.form_busca{position:absolute;right:15px;top:11px}}@media only screen and (max-width: 480px){.form_busca{position:relative;right:inherit}}.box_posts_multimidia{display:none;margin:0 -12px;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-direction:row;flex-direction:row;transition:all 500ms ease-in-out}.box_posts_multimidia.multimidia_audios .item_audios .image{background:#e3e3e3}.box_posts_multimidia.multimidia_audios .item_audios .controls{position:absolute;z-index:2;left:50%;top:50%;margin-top:-20px;margin-left:-20px;width:40px;height:40px}.box_posts_multimidia.multimidia_audios .item_audios .controls button{background-position:center;width:40px;height:40px}@media only screen and (min-width: 992px){.box_posts_multimidia.multimidia_audios .item_audios:hover .image{background:#d5d2d2}}.box_posts_multimidia .item{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;width:25%;padding:0 12px;margin-bottom:45px}.box_posts_multimidia .item .image{background:#ff0000;position:relative;margin-bottom:10px;overflow:hidden}.box_posts_multimidia .item .image img{transition:all 350ms ease-in-out}.box_posts_multimidia .item .icone{background:#f0f0ef;border-radius:50px;box-shadow:10px 10px 38px rgba(0,0,0,0.7);cursor:pointer;position:absolute;width:50px;height:50px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;left:50%;margin-left:-25px;top:50%;margin-top:-25px;transition:background 350ms ease-in-out;z-index:1}.box_posts_multimidia .item .icone svg{color:#000;width:14px}.box_posts_multimidia .item .data{padding:0 0 3px 0;display:block}.box_posts_multimidia .item .titulo{color:#000;font-size:18px;font-weight:bold;transition:color 350ms ease-in-out;margin-bottom:10px}@media only screen and (max-width: 767px){.box_posts_multimidia .item .titulo{font-size:16px}}@media only screen and (min-width: 992px){.box_posts_multimidia .item:hover .titulo{color:#ac1919}.box_posts_multimidia .item:hover .image img{opacity:0.7;transform:scale(1.02)}.box_posts_multimidia .item:hover .icone{background:#EF0201}.box_posts_multimidia .item:hover .icone svg{color:#fff}}@media only screen and (max-width: 991px){.box_posts_multimidia .item{width:50%;margin-bottom:30px}}@media only screen and (max-width: 480px){.box_posts_multimidia .item{width:100%}}.box_posts_multimidia.active{display:-ms-flexbox;display:flex}@media only screen and (min-width: 992px) and (max-width: 1199px){.box_posts_multimidia{margin-bottom:40px}}@media only screen and (max-width: 991px){.box_posts_multimidia{margin-bottom:60px}}#sync2{box-shadow:0px 5px 15px 0px rgba(0,0,0,0.5)}.nenhum_post_encontrado{padding:70px;width:100%;text-align:center}.nenhum_post_encontrado span{color:#000;font-size:22px}@media only screen and (max-width: 480px){.nenhum_post_encontrado{padding:30px}}.single .banner{margin-bottom:80px}@media only screen and (max-width: 767px){.single .banner{margin-bottom:100px}}@media only screen and (max-width: 480px){.single .banner{margin-bottom:80px}}.single-multimidias .slider_02 .item img{height:auto;width:100%}.hinos{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;padding:20px 0 40px 0;position:relative}.hinos .item{width:50%}.hinos .audios{right:15px;top:15px}.hinos .audios .item_audios{height:70px;width:340px}@media only screen and (min-width: 768px) and (max-width: 991px){.hinos .item:nth-child(2){padding-left:20px}}@media only screen and (max-width: 767px){.hinos{-ms-flex-direction:column;flex-direction:column;padding-bottom:0}.hinos .item{margin-bottom:30px;width:100%}.hinos .audios{position:static}.hinos .audios .item_audios{padding-left:0}}.escudo{padding-top:15px}.conteudo_produto{background:#fff;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;position:relative;z-index:20}.conteudo_produto .nav_produtos{background:url("../img/bg_nav_produtos.jpg");width:200px;-ms-flex-negative:0;flex-shrink:0}.conteudo_produto .nav_produtos .item{background:rgba(255,255,255,0.2)}@media only screen and (min-width: 992px){.conteudo_produto .nav_produtos .item:hover span{color:#9d111d}}@media only screen and (min-width: 992px) and (max-width: 1199px){.conteudo_produto .nav_produtos{width:160px}}@media only screen and (max-width: 991px){.conteudo_produto .nav_produtos{width:100%}}.conteudo_produto .nav_produtos ul{margin-top:0}.conteudo_produto .nav_produtos ul:before{top:0}@media only screen and (min-width: 768px) and (max-width: 991px){.conteudo_produto .nav_produtos ul{-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}}@media only screen and (min-width: 768px) and (max-width: 991px){.conteudo_produto .nav_produtos{background:#666}}@media only screen and (max-width: 767px){.conteudo_produto .nav_produtos{display:none}}.conteudo_produto .produtos .box{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;border-bottom:2px solid #000}.conteudo_produto .produtos .box h3{color:#000;width:100%;padding:25px 15px;font-size:30px;font-family:"Holtwood One SC",sans-serif;text-transform:uppercase}@media only screen and (max-width: 767px){.conteudo_produto .produtos .box h3{padding:15px;font-size:24px;text-align:center}}@media only screen and (max-width: 480px){.conteudo_produto .produtos .box h3{font-size:20px}}@media only screen and (max-width: 767px){.conteudo_produto .produtos .box{-ms-flex-pack:center;justify-content:center}}.conteudo_produto .produtos .item{width:25%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;text-align:center;padding:0 25px 40px}.conteudo_produto .produtos .item img{max-width:170px;height:auto}.conteudo_produto .produtos .item h4{color:#000;font-weight:bold;padding-top:10px}@media only screen and (max-width: 767px){.conteudo_produto .produtos .item{width:50%}}@media only screen and (max-width: 480px){.conteudo_produto .produtos .item{width:100%}}@media only screen and (max-width: 991px){.conteudo_produto{-ms-flex-direction:column;flex-direction:column}}h3.titulo{color:#fff;font-family:"Holtwood One SC",sans-serif;font-size:100px;text-transform:uppercase;letter-spacing:-4px}@media only screen and (min-width: 992px) and (max-width: 1199px){h3.titulo{font-size:90px}}@media only screen and (min-width: 768px) and (max-width: 991px){h3.titulo{font-size:80px}}@media only screen and (max-width: 767px){h3.titulo{font-size:60px}}@media only screen and (max-width: 480px){h3.titulo{font-size:40px;width:100%;text-align:center}}.container{padding:0 15px;margin:auto;width:100%}@media only screen and (min-width: 1200px){.container{width:1170px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.container{width:970px}}@media only screen and (min-width: 768px) and (max-width: 991px){.container{width:750px}}.botao{background:#fff;border-radius:30px;box-shadow:1px 1px 5px rgba(0,0,0,0.1);display:inline-block;color:#000;width:45px;height:45px;font-size:30px;font-weight:300;text-align:center;transition:all 350ms ease-in-out;-ms-flex-negative:0;flex-shrink:0}@media only screen and (min-width: 992px){.botao:hover{background:#000;color:#fff}}.botao_ver_mais{color:rgba(255,255,255,0.6);font-size:15px;font-weight:300;text-transform:uppercase;transition:color 350ms ease-in-out}.botao_ver_mais b{font-family:"Holtwood One SC",sans-serif}.botao_ver_mais svg{width:17px;height:13px}@media only screen and (min-width: 992px){.botao_ver_mais:hover{color:#fff}}@media only screen and (max-width: 767px){.botao_ver_mais{text-align:center;margin-top:10px}}.bt_baixar{background:#000;display:inline-block;padding:5px 10px;text-transform:uppercase;transition:background 350ms ease-in-out}@media only screen and (min-width: 992px){.bt_baixar:hover{background:#9d111d}}.botao_carregar_mais{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;opacity:0;transition:opacity 350ms ease-in-out;position:absolute;left:0;right:0;bottom:0}.botao_carregar_mais span{border:2px solid #000;cursor:pointer;outline:3px solid #fff;color:#000;font-weight:bold;font-size:15px;text-transform:uppercase;position:relative;z-index:5;padding:14px 28px;transition:all 350ms ease-in-out}@media only screen and (min-width: 992px){.botao_carregar_mais span:hover{background:#9d111d;border-color:#fff;outline-color:#9d111d;color:#fff}}@media only screen and (min-width: 992px) and (max-width: 1199px){.botao_carregar_mais{bottom:40px}}@media only screen and (max-width: 991px){.botao_carregar_mais{bottom:30px}}.botao_carregar_mais.active{opacity:1}.box_black{background:#111111;border:5px solid #fff;width:955px;height:350px;position:absolute;left:200px;top:100px;z-index:2}@media only screen and (min-width: 992px) and (max-width: 1199px){.box_black{left:15px;right:15px;width:auto}}@media only screen and (min-width: 768px) and (max-width: 991px){.box_black{left:0;width:100%;height:307px;top:108px}}@media only screen and (max-width: 767px){.box_black{display:none}}.img-responsive{display:block;max-width:100%;height:auto}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden;padding-bottom:56.25%}.embed-responsive-item{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.audios{position:relative;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.audios .item_audios+.item_audios{border-top:2px solid rgba(0,0,0,0.1)}.audios .item_audios:nth-child(5){border:none}@media only screen and (min-width: 992px) and (max-width: 1199px){.audios{width:100%;top:-45px}}@media only screen and (min-width: 768px) and (max-width: 991px){.audios{width:100%;top:-32px}}.item_audios{background:#fff;cursor:pointer;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:0 15px}.item_audios .controls{background:#000;border-radius:30px;width:30px;height:30px;margin-right:12px;position:relative;transition:background 350ms ease-in-out}.item_audios .controls button{border:none;cursor:pointer;width:30px;height:30px}.item_audios .controls .pause{background:url("../img/icone_pause.png") no-repeat center;position:absolute;left:0;top:0;z-index:0;opacity:0}.item_audios .controls .play{background:url("../img/icone_play.png") no-repeat 11px center;position:relative;z-index:1}.item_audios h4{color:#000;font-size:18px;font-weight:bold;max-width:320px;line-height:1.2em;transition:color 350ms ease-in-out}@media only screen and (min-width: 768px) and (max-width: 991px){.item_audios h4{font-size:16px}}.item_audios .tempo{margin-left:auto}.item_audios .tempo span{font-size:13px;font-weight:bold}.item_audios .tempo .em_andamento{color:#000}.item_audios .tempo .final{color:rgba(0,0,0,0.5)}.item_audios.active .controls{background-color:#EF0201}.item_audios.active h4{color:#EF0201}.item_audios.active .pause{opacity:1}.item_audios.active .play{opacity:0}@media only screen and (min-width: 992px){.item_audios:hover .controls{background-color:#EF0201}.item_audios:hover h4{color:#EF0201}}.redes_sociais{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.redes_sociais a{margin:0 7px}@media only screen and (min-width: 992px){.redes_sociais a:hover svg{color:#fff}}.redes_sociais .icon{color:rgba(255,255,255,0.5);transition:color 350ms ease-in-out}.redes_sociais .insta .icon{width:17px;height:17px}.redes_sociais .face .icon{width:17px;height:17px}.redes_sociais .twitter .icon{width:21px;height:16px}.redes_sociais .youtube .icon{width:22px;height:22px}.redes_sociais .sound .icon{width:30px;height:30px}.data{background:rgba(0,0,0,0.8);color:#a3a3a3;font-size:13px;font-weight:bold;padding:3px 7px}.slider,.slider .item{height:484px}@media only screen and (min-width: 992px) and (max-width: 1199px){.slider,.slider .item{height:450px;background-size:100% auto}}@media only screen and (max-width: 991px){.slider,.slider .item{background-size:100% auto}}@media only screen and (min-width: 768px) and (max-width: 991px){.slider,.slider .item{height:350px}}@media only screen and (max-width: 767px){.slider,.slider .item{height:190px;background-size:auto 100%}}@media only screen and (max-width: 480px){.slider,.slider .item{height:125px}}.slider{overflow:hidden}.slider .container{position:relative}.slider .item{display:-ms-flexbox;display:flex;background-repeat:no-repeat;background-position:center top;width:100%}.slider .owl-pagination{position:absolute;bottom:35px;left:0;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;width:100%}.slider .owl-pagination .owl-page{background:#000;border-style:solid;border-width:2px;border-color:#000;border-radius:10px;display:inline-block;margin:0 5px;width:12px;height:12px}.slider .owl-pagination .owl-page.active{background:#fff}@media only screen and (min-width: 768px) and (max-width: 991px){.slider .owl-pagination{bottom:15px}}@media only screen and (max-width: 767px){.slider .owl-pagination{bottom:0}}.slider_02{width:100%;overflow:hidden;position:relative;z-index:1}.slider_02 .item{cursor:pointer;display:-ms-flexbox;display:flex;overflow:hidden;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:100%}.slider_02 .item:before{background:rgba(0,0,0,0.4);content:"";position:absolute;left:0;right:0;top:0;bottom:0;z-index:2;transition:all 350ms ease-in-out;pointer-events:none}.slider_02 .item img{transition:all 350ms ease-in-out;height:100%;width:auto;max-width:inherit}@media only screen and (min-width: 992px){.slider_02 .item:hover:before{background:none;border:5px solid #fff}.slider_02 .item:hover img{transform:scale(1.1)}}.box_internas{margin-top:-278px}@media only screen and (min-width: 1200px){.box_internas{margin-bottom:60px}}.box_internas .container{position:relative}.box_internas .container:before,.box_internas .container:after{content:"";position:absolute;height:783px;top:0;width:63px;z-index:0}@media only screen and (max-width: 767px){.box_internas .container:before,.box_internas .container:after{display:none}}.box_internas .container:before{background:url("../img/sombras/box_internas_left.png") no-repeat;left:-48px}.box_internas .container:after{background:url("../img/sombras/box_internas_right.png") no-repeat;right:-48px}@media only screen and (max-width: 1199px){.box_internas .container .anima_torcedor{display:none}}.box_internas .container .anima_torcedor img{position:absolute;pointer-events:none}.box_internas .container .torcedor_fala_01{z-index:2;top:-62px;left:495px}.box_internas .container .fala_01{z-index:3;top:15px;right:175px}.box_internas .container .torcedor_fala_02{right:-111px;z-index:2;top:-57px}.box_internas .container .fala_02{right:52px;z-index:3;top:60px}.box_internas .container .jogador_chinelo{right:-190px;z-index:2;top:-55px}.box_internas .container .balao_pequeno{right:60px;top:12px;z-index:2}.box_internas .container .balao_grande{right:-178px;top:-50px;z-index:2}.box_internas .container .gol{z-index:2;right:-125px;top:-12px}.box_internas .container .estadio{z-index:2;right:-295px;top:-60px;width:680px}.box_internas .container .torcida{z-index:2;right:-90px;top:-50px;width:620px}.box_internas .container .torcida_coracao{z-index:2;right:-234px;top:-74px;width:445px}.box_internas .container .selo_nossa_historia{z-index:2;right:30px;top:7px}.box_internas .container .jogador_02{z-index:2;right:-68px;top:-60px}.box_internas .container .jogador_03{z-index:2;right:-204px;top:-40px}.box_internas .container .bola{right:-87px;top:240px;width:55px;z-index:2}.box_internas .container .grama{z-index:2;right:-280px;top:110px}@media only screen and (max-width: 767px){.box_internas .container{padding:0}}@media only screen and (max-width: 767px){.box_internas{margin-top:-360px}}.titulo_pagina{background:url("../img/bg_titulo_pagina.jpg") no-repeat center top;border-top:7px solid #000;width:100%;height:150px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;position:relative;z-index:1;transition:all 350ms ease-in-out;padding:0 70px}.titulo_pagina .botao_ver_mais{color:#000}@media only screen and (min-width: 992px){.titulo_pagina .botao_ver_mais:hover{color:#9d111d}}.titulo_pagina h2{color:#000;font-family:"Holtwood One SC",sans-serif;font-size:50px;text-transform:uppercase;letter-spacing:-2px;line-height:1.2em}@media only screen and (min-width: 768px) and (max-width: 991px){.titulo_pagina h2{font-size:37px}}@media only screen and (max-width: 767px){.titulo_pagina h2{font-size:33px;text-align:center}}@media only screen and (max-width: 480px){.titulo_pagina h2{font-size:25px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.titulo_pagina{padding:0 40px}}@media only screen and (min-width: 768px) and (max-width: 991px){.titulo_pagina{height:120px;padding:0 25px}}@media only screen and (max-width: 767px){.titulo_pagina{height:auto;padding:15px;text-align:center}}.conteudo_pagina{background:#fff;padding:40px 70px;position:relative;z-index:20;min-height:320px}.conteudo_pagina .data{background:none;padding:0 3px 10px}.conteudo_pagina .titulo{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:start;align-items:flex-start;margin-bottom:33px}.conteudo_pagina .titulo h3{color:#000;font-weight:bold;font-size:55px;line-height:1.2em;max-width:680px}@media only screen and (min-width: 768px) and (max-width: 991px){.conteudo_pagina .titulo h3{font-size:24px;max-width:65%}}@media only screen and (max-width: 767px){.conteudo_pagina .titulo h3{font-size:22px;max-width:100%}}.conteudo_pagina .titulo h4{color:#000;font-weight:bold;font-size:30px;max-width:70%}@media only screen and (min-width: 768px) and (max-width: 991px){.conteudo_pagina .titulo h4{font-size:24px;max-width:65%}}@media only screen and (max-width: 767px){.conteudo_pagina .titulo h4{font-size:22px;max-width:100%}}@media only screen and (min-width: 768px) and (max-width: 991px){.conteudo_pagina .titulo{margin-bottom:20px}}@media only screen and (max-width: 767px){.conteudo_pagina .titulo{-ms-flex-direction:column;flex-direction:column;margin-bottom:20px}}@media only screen and (max-width: 480px){.conteudo_pagina .titulo{-ms-flex-align:center;align-items:center}}.conteudo_pagina .compartilhe{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-top:15px;margin-left:auto}.conteudo_pagina .compartilhe small{color:#000;font-size:11px;text-transform:uppercase;font-weight:bold;margin-right:12px}@media only screen and (max-width: 767px){.conteudo_pagina .compartilhe{margin-left:inherit;margin-top:20px}}.conteudo_pagina .share_buttons{display:-ms-flexbox;display:flex}.conteudo_pagina .share_buttons a{background:url("../img/icones/redes_sociais_compartilhe.png") no-repeat;background-color:transparent !important;display:-ms-inline-flexbox;display:inline-flex;padding:0;margin:0 6px;height:24px;transition:opacity 350ms ease-in-out}.conteudo_pagina .share_buttons a span{opacity:0}.conteudo_pagina .share_buttons a.bt-facebook{background-position:0 center;width:17px}.conteudo_pagina .share_buttons a.bt-whatsapp{background-position:-29px center;width:24px;display:none}@media only screen and (max-width: 767px){.conteudo_pagina .share_buttons a.bt-whatsapp{display:block}}.conteudo_pagina .share_buttons a.bt-twitter{background-position:-66px center;width:21px}.conteudo_pagina .share_buttons a.bt-google_plusone_share{background-position:right center;width:24px}@media only screen and (min-width: 992px){.conteudo_pagina .share_buttons a{opacity:0.7}.conteudo_pagina .share_buttons a:hover{opacity:1}}.conteudo_pagina .image{margin-bottom:33px}@media only screen and (max-width: 480px){.conteudo_pagina .image{margin-bottom:15px}}.conteudo_pagina .legenda{background:rgba(0,0,0,0.1);display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end;padding:10px 15px}.conteudo_pagina .legenda small{color:#000;font-size:11px;text-transform:uppercase}.conteudo_pagina .legenda small b,.conteudo_pagina .legenda small strong{font-weight:bold}.conteudo_pagina .texto p{color:#000;font-size:17px;line-height:1.5em;margin-bottom:25px}@media only screen and (max-width: 480px){.conteudo_pagina .texto p{font-size:15px;margin-bottom:15px}}.conteudo_pagina .texto b,.conteudo_pagina .texto strong{font-weight:bold}.conteudo_pagina .texto h3{color:#000;font-weight:bold;font-size:20px;margin-bottom:15px}.conteudo_pagina .texto img{max-width:100%;height:auto}.conteudo_pagina .outros_links{background:url("../img/sombras/links.png") no-repeat center top;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:85px}.conteudo_pagina .outros_links small{color:#ff0000;font-family:"Milho Cozido",sans-serif;font-size:30px}.conteudo_pagina .outros_links b{color:#000;font-family:"Holtwood One SC",sans-serif;font-size:19px;text-transform:uppercase;margin-right:15px;margin-left:3px}.conteudo_pagina .outros_links ul{display:-ms-flexbox;display:flex}.conteudo_pagina .outros_links ul li{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.conteudo_pagina .outros_links ul li:first-child:before{display:none}.conteudo_pagina .outros_links ul li:before{background:#333;content:"";display:inline-block;width:2px;height:14px;margin-top:3px}.conteudo_pagina .outros_links ul a{color:#000;font-weight:bold;font-size:15px;padding:0 14px;transition:color 350ms ease-in-out}@media only screen and (min-width: 992px){.conteudo_pagina .outros_links ul a:hover{color:#ff0000}}@media only screen and (max-width: 767px){.conteudo_pagina .outros_links ul a{font-size:13px;padding:0 10px}}@media only screen and (max-width: 767px){.conteudo_pagina .outros_links{display:none}}@media only screen and (min-width: 992px) and (max-width: 1199px){.conteudo_pagina{padding:40px}}@media only screen and (min-width: 768px) and (max-width: 991px){.conteudo_pagina{padding:20px 30px}}@media only screen and (max-width: 767px){.conteudo_pagina{padding:15px;min-height:inherit}}.single-post .veja_tambem{margin-bottom:15px}.single-post .veja_tambem span{color:#000;font-weight:bold;font-size:20px}@media only screen and (max-width: 767px){.single-post .veja_tambem{padding:0 15px}}.single-post .box_posts_multimidia{display:-ms-flexbox;display:flex}@media only screen and (max-width: 991px){.single-post .box_posts_multimidia .item:nth-child(n+3){display:none}}@media only screen and (max-width: 767px){.single-post .box_posts_multimidia{padding:0 15px}}@media only screen and (max-width: 480px){.single-post .box_posts_multimidia{margin-bottom:20px}}.single-post .item{margin-bottom:0}.single-post .item .data{background:none}@media only screen and (max-width: 480px){.single-post .item{margin-bottom:15px}}.single-post .instagram{padding:50px 0 0 0}.nav_posicao{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;margin-top:60px;position:relative}.nav_posicao:before{background:url("../img/sombras/elenco.png") no-repeat center top;content:"";pointer-events:none;position:absolute;z-index:2;width:94px;height:520px;top:-60px;right:0}.nav_posicao .item{background:#ae061b;cursor:pointer;margin-bottom:7px;padding:12px 25px;position:relative}.nav_posicao .item:before{content:"";background:#fff;position:absolute;width:0;left:0;top:0;bottom:0;z-index:3;transition:all 350ms ease-in-out}.nav_posicao .item span{color:rgba(255,255,255,0.6);font-size:19px;font-weight:bold;line-height:1.2em;position:relative;z-index:4;transition:all 350ms ease-in-out}@media only screen and (min-width: 992px){.nav_posicao .item:hover:before{width:100%}.nav_posicao .item:hover span{color:#000}}.nav_posicao .item.active:before{width:100%}.nav_posicao .item.active span{color:#000}#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span{background-image:url("../img/fancybox_sprite.png")}#fancybox-loading div{background:url("../img/fancybox_loading.gif") center center no-repeat}.fancybox-overlay{background:rgba(0,0,0,0.8)}.loader{position:fixed;left:0;right:0;z-index:9;top:0;bottom:0;display:-ms-flexbox;display:flex;opacity:0;pointer-events:none;transition:all 350ms ease-in-out;background:rgba(255,255,255,0.9)}.loader.active{opacity:1}.windows8{position:relative;width:78px;height:78px;margin:auto}.windows8 .wBall{position:absolute;width:74px;height:74px;opacity:0;transform:rotate(225deg);-o-transform:rotate(225deg);-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);-moz-transform:rotate(225deg);animation:orbit 6.96s infinite;-o-animation:orbit 6.96s infinite;-ms-animation:orbit 6.96s infinite;-webkit-animation:orbit 6.96s infinite;-moz-animation:orbit 6.96s infinite}.windows8 .wBall .wInnerBall{position:absolute;width:10px;height:10px;background:red;left:0px;top:0px;border-radius:10px}.windows8 #wBall_1{animation-delay:1.52s;-o-animation-delay:1.52s;-ms-animation-delay:1.52s;-webkit-animation-delay:1.52s;-moz-animation-delay:1.52s}.windows8 #wBall_2{animation-delay:0.3s;-o-animation-delay:0.3s;-ms-animation-delay:0.3s;-webkit-animation-delay:0.3s;-moz-animation-delay:0.3s}.windows8 #wBall_3{animation-delay:0.61s;-o-animation-delay:0.61s;-ms-animation-delay:0.61s;-webkit-animation-delay:0.61s;-moz-animation-delay:0.61s}.windows8 #wBall_4{animation-delay:0.91s;-o-animation-delay:0.91s;-ms-animation-delay:0.91s;-webkit-animation-delay:0.91s;-moz-animation-delay:0.91s}.windows8 #wBall_5{animation-delay:1.22s;-o-animation-delay:1.22s;-ms-animation-delay:1.22s;-webkit-animation-delay:1.22s;-moz-animation-delay:1.22s}@keyframes orbit{0%{opacity:1;z-index:99;transform:rotate(180deg);animation-timing-function:ease-out}7%{opacity:1;transform:rotate(300deg);animation-timing-function:linear;origin:0%}30%{opacity:1;transform:rotate(410deg);animation-timing-function:ease-in-out;origin:7%}39%{opacity:1;transform:rotate(645deg);animation-timing-function:linear;origin:30%}70%{opacity:1;transform:rotate(770deg);animation-timing-function:ease-out;origin:39%}75%{opacity:1;transform:rotate(900deg);animation-timing-function:ease-out;origin:70%}76%{opacity:0;transform:rotate(900deg)}100%{opacity:0;transform:rotate(900deg)}}
