

.parallax-eventos {
 	height:630px;
  line-height: 0;
  padding:40px 0px;
	color: rgba(255,255,255,.9);
}

.parallax-container .section {
	width: 100%;
}
.car-eventos{
  min-height:500px;
  
}
/*-------------- ABAS EVENTOS ---------------------------*/
.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color:transparent !important;
    margin: 0 auto;
    white-space: nowrap;
    overflow:hidden;
}

.tabs .tab a {
    color:#3480ce;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease;
    transition: color .28s ease;
    font-family: 'Oswald', sans-serif;
    font-weight:400;
    border-bottom:0px !important; 
    margin-left:2%;
}
.tabs .tab a:hover, .tabs .tab a.active {
    background-color:#005ba2;
    color: #fff;
    border-bottom:0px !important; 
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color:#3480ce;
    will-change: left, right;
    display:none;
}
   

.icon-block {
  	padding: 0 15px;
}
.icon-block .material-icons {
  	font-size: inherit;
}

footer.page-footer {
 	 margin: 0;
}

/* ------------------------------ BLOCO JOGO  -------------------------------------------*/
#owl-example .item-jogo, #owl-example2 .item-jogo, #owl-example3 .item-jogo{
	padding:0px;
	color: #FFF;
  margin-top:20px;
  float:left;
  font-family: 'Oswald', sans-serif;
  /*background-color:#005ba2*/;
  width:100%;
  padding:2%;
}

.jogo-index{
	width:100%;
	padding:20px 20px 0px 20px !important;
	text-align:center;
	float:left;
	text-transform:uppercase;
	color:#fff;
     background-color: #005ba2;
  /*border:solid 1px #213a68;*/
  /*background:url("../img/bg-jogos.png");*/
}

.nome-times, .motivo, .estadio{
	font-size:13px;
	color:#FFFFFF;
	float:left;
	width:100%;
  height:20px;
  line-height:20px;
	padding:0px !important;
  padding:5px;
  font-family:Arial, Helvetica, sans-serif;
}
.estadio{
  margin-top:15px;
  margin-bottom:30px;
}
.ag-partida{
 	float:left;
  width:100%;
  padding:10px 0px;
  margin-top:20px;
  margin-bottom:10px;
  border-top:solid 2px #005292;
  border-bottom:solid 2px #005292;
}
.jogo-index .escudo{
	width:50%;	
	float:left;
}
.jogo-index .escudo img{
	width:50% !important;	
	float:left !important;
	max-width:84px;
}
.jogo-index .escudo h5{
	width:50%;	
	float:left;
	padding:0px;
 	margin:0px;
}

.data{
  width:100%;
  float:left;
}
.data .dia-mes{
  float:left;
}
.data .hora{
  float:right;
  text-transform:none;
}

.btn-detalhes{
  width:100%;
  float:left !important;
  background-color:#005292;
  padding:10px;
  height:70px;
  text-align:center;
}
.btn-detalhes a{
  font-weight:300;
  height:40px;
  margin-top:7px;
  width:50%;
}

/* ------------------------------ BLOCO FESTA  -------------------------------------------*/
.festa-index{
  padding:0px !important;
}
.festa-index img{
  width:100%;
}

<!-------------------------------- CAROUSEL --------------------------------->

.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;
  /*border:solid 1px red;*/
  
}

.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{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	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);
}



/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
 
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 18px;
	height: 18px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:#eeb91a;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}


/* blocos */

/*#owl-example .item-jogo{
	padding: 30px 0px;
	margin: 10px;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
 margin-top: 44px;
	background:url("../img/bg-categoria-index.png") repeat;
}*/
#owl-example .item-jogo:hover{
	cursor:all-scroll;
}
#owl-example .item-jogo img{
	width: auto;
	margin: 0 auto;
	display: block;
}
#owl-example .item-jogo h3{
	font-size: 31px;
	font-weight: 400;
	margin:5px 0px;
	color:#fff;
}
#owl-example .item-jogo h4{
	margin: 5px 0 0;
	font-size: 20px;
	color:#eebe2e;
}
#owl-example .item-jogo .preco{
	font-size:20px;
}
#owl-example p{
	color:#fff;
	padding:10px;
	margin-bottom:0px;
	font-size:15px;
}
/*#owl-example .item-jogo .btn{
	margin-top:50px;
 font-size: 20px;
}*/
#owl-example .item-jogo .btn-amarelo{
  width:80% !important;
  
}
.item-jogo h1{
	margin: inherit;
}


/* ------------------------------ NAVEGADOR  -------------------------------------------*/

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 10px;
	padding:6px 10px;
	font-size: 14px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius:0px;
	background:transparent;
  width:35px;
  height:35px;
  background-color:transparent;
  opacity:0.7;
}

#owl-example .owl-controls .owl-buttons .owl-prev{
  background:url("../img/bg-prev.png")top center;
}
#owl-example  .owl-controls .owl-buttons .owl-next{
  background:url("../img/bg-next.png")top center;
}
.owl-theme .owl-controls .owl-buttons .owl-next:hover{

}



/* ------------------------------ CAPTURA SÓCIO  -------------------------------------------*/

.img-quero-ser-socio{
  float:right;
   margin-top:0px;
}

.captura-socio{
  border:none !important;
}
.captura-socio input:not([type]), 
.captura-socio input[type=text]:not(.browser-default), 
.captura-socio input[type=password]:not(.browser-default), 
.captura-socio input[type=email]:not(.browser-default),
.captura-socio input[type=url]:not(.browser-default), 
.captura-socio input[type=time]:not(.browser-default), 
.captura-socio input[type=date]:not(.browser-default), 
.captura-socio input[type=datetime]:not(.browser-default), 
.captura-socio input[type=datetime-local]:not(.browser-default), 
.captura-socio input[type=tel]:not(.browser-default), 
.captura-socio input[type=number]:not(.browser-default), 
.captura-socio input[type=search]:not(.browser-default), 
.captura-socio textarea.materialize-textarea{
  border-bottom:solid 2px #e0b733 !important;
  margin: 0 0 20px 0 !important;
  height:30px !important;
 
}
.captura-socio input:focus:not([type]):not([readonly]) + label, 
.captura-socio input[type="text"]:focus:not([readonly]) + label, 
.captura-socio input[type="password"]:focus:not([readonly]) + label, 
.captura-socio input[type="email"]:focus:not([readonly]) + label, 
.captura-socio input[type="url"]:focus:not([readonly]) + label, 
.captura-socio input[type="time"]:focus:not([readonly]) + label, 
.captura-socio input[type="date"]:focus:not([readonly]) + label, 
.captura-socio input[type="datetime"]:focus:not([readonly]) + label, 
.captura-socio input[type="datetime-local"]:focus:not([readonly]) + label, 
.captura-socio input[type="tel"]:focus:not([readonly]) + label, 
.captura-socio input[type="number"]:focus:not([readonly]) + label, 
.captura-socio input[type="search"]:focus:not([readonly]) + label, 
.captura-socio textarea.materialize-textarea:focus:not([readonly]) + label {
	color:#e0b733 !important;
	font-size:1.0rem;
}
.captura-socio input:focus:not([type]):not([readonly]), 
.captura-socio input[type="text"]:focus:not([readonly]), 
.captura-socio input[type="password"]:focus:not([readonly]), 
.captura-socio input[type="email"]:focus:not([readonly]), 
.captura-socio input[type="url"]:focus:not([readonly]), 
.captura-socio input[type="time"]:focus:not([readonly]), 
.captura-socio input[type="date"]:focus:not([readonly]), 
.captura-socio input[type="datetime"]:focus:not([readonly]), 
.captura-socio input[type="datetime-local"]:focus:not([readonly]), 
.captura-socio input[type="tel"]:focus:not([readonly]), 
.captura-socio input[type="number"]:focus:not([readonly]), 
.captura-socio input[type="search"]:focus:not([readonly]), 
.captura-socio textarea.materialize-textarea:focus:not([readonly]){
  border-bottom:solid 2px #039be5 !important;
}
.captura-socio .input-field label {
    color: #fff !important;
    text-transform:uppercase;
    font-size: 16px !important;
    font-family: 'Titillium Web', sans-serif;
    
}
.captura-socio input {
    color: #fff !important;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    font-size: 20px !important;
    text-transform: uppercase;
    border-bottom:#F90 !important;
}

.btn-socio{
  background-color:#e0b733 !important;
  border:none !important;
  box-shadow:2px 2px 2px #003366  !important;
  width:70% !important;
  margin-left:15% !important;
  font-family: 'Oswald', sans-serif !important;
  font-size:18px;
}

.btn-socio:hover{
  background-color:#FFFF33 !important;
  border:none !important;
  box-shadow:2px 2px 2px #003366  !important;
  width:70% !important;
  margin-left:15% !important;
  font-family: 'Oswald', sans-serif !important;
  font-size:18px;
}
@media only screen and (max-width : 1390px) {
.img-quero-ser-socio {
    float: right;
    margin-top:5px;
}
}
@media only screen and (max-width : 1000px) {

.container-eventos{
  width:100% !important;
  padding:0px !important;
}
.section-eventos{
 	padding-top:0px !important;
}
.parallax-eventos {
 	height:550px !important;
  line-height: 0;
  padding:0px 0px !important;
	color: rgba(255,255,255,.9);
  /*border:solid 1px red;*/
}
.tabs{
  background-color:#fff !important;
}

#owl-example .item-jogo, #owl-example2 .item-jogo, #owl-example3 .item-jogo {
	padding:0px;
	color: #FFF;
  margin-top:20px;
  float:left;
  font-family: 'Oswald', sans-serif;
  background-color:#005ba2;
  width:95%;
}
.img-quero-ser-socio{
  width:100% !important;
  margin-left:10%;
  float:none;
  margin-top:25px;
  
}
.car-eventos{
   max-height:400px !important;
}
.img-quero-ser-socio{
  float:right;
   margin-top:0px;
   width:100%;
}
.btn-detalhes .btn{
  width:80%;
}
}
@media only screen and (max-width : 850px) {
  .tabs .tab a {
    padding: 0 0px;
    font-size:14px;
    margin-left:0% !important;
}

.container-eventos{
  width:100% !important;
  padding:0px !important;
}
 #owl-example .item-jogo, #owl-example2 .item-jogo,  #owl-example3 .item-jogo{
	padding:0px;
	color: #FFF;
  margin-top:20px;
  float:left;
  font-family: 'Oswald', sans-serif;
  background-color:#005ba2;
  width:100%;
      width: 86%;
    margin-left: 7%;
    width:90%;
    margin-left:5%;
 }
 #owl-example2 .item-jogo,  #owl-example3 .item-jogo{
	padding:0px !important;
	color: #FFF;
  margin-top:20px;
  float:left;
  font-family: 'Oswald', sans-serif;
  background-color:#005ba2;
  width:100%;
  width:76% !important;
  margin-left:12% !important;
 }
  #owl-example2 .item-jogo .jogo-index,  #owl-example3 .item-jogo .jogo-index{
	padding:0px !important;
 }
 .img-quero-ser-socio{
  float:none;
   margin-top:0px;
   width:100%;
}
.captura-socio{
  border:none !important;
  width:80% !important;
  margin-left:10%;
}
.agrupa-formulario{
  padding:0px !important;
}
.owl-theme .owl-controls{
  display:none !important
}
#owl-example {
    min-height: 300px !important;
}
}

@media only screen and (max-width : 600px) {
.parallax-eventos {
  line-height: 0;
  height:480px !important;
  padding:40px 0px;
	color: rgba(255,255,255,.9);
  /*border:solid 1px red;*/
}
.tabs .tab a {
    padding: 0 0px;
    font-size:12px !important;
    margin-left:0% !important;
}

#eventos-jogos .jogo-index{
	width:100%;
	padding:30px 10px 20px 10px !important;
	text-align:center;
}

.nome-times, .motivo, .estadio{
	font-size:13px;
	color:#FFFFFF;
	float:left;
	width:100%;
  height:20px;
  line-height:20px;
	padding:0px !important;
  padding:5px;
  font-family:Arial, Helvetica, sans-serif;
}
.estadio{
  margin-top:15px;
  margin-bottom:20px;
}
.ag-partida{
 	float:left;
  width:100%;
  padding:5px 0px;
  margin-top:15px;
  margin-bottom:10px;
  border-top:solid 2px #005292;
  border-bottom:solid 2px #005292;
}
.jogo-index .escudo{
	width:50%;	
	float:left;
}
.jogo-index .escudo img{
	width:35% !important;	
	float:left !important;
	max-width:84px;
}
.jogo-index .escudo h5{
	width:50%;	
	float:left;
	padding:0px;
 	margin:0px;
}

.data{
  width:100%;
  float:left;
}
.data .dia-mes{
  float:left;
}
.data .hora{
  float:right;
  text-transform:none;
}
  
.data .hora h5, .data .dia-mes h5{
  font-size:1.24rem;
}
.btn-detalhes{
  width:100%;
  float:left !important;
  background-color:#005292;
  padding:5px;
  height:70px;
  text-align:center;
}
.btn-detalhes a{
  font-weight:300;
  height:40px;
  margin-top:10px;
  width:50%;
}



 .img-quero-ser-socio{
  float:none;
   margin-top:0px;
   width:80%;
   margin-left:0%;
}

.btn-socio {
    background-color: #e0b733 !important;
    border: none !important;
    box-shadow: 2px 2px 2px #003366 !important;
    width:80% !important;
    margin-left: 10% !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 16px;
}
.btn-socio:hover {
    background-color:#FFCC00; !important;
    border: none !important;
    box-shadow: 2px 2px 2px #003366 !important;
    width:80% !important;
    margin-left: 10% !important;
    font-family: 'Oswald', sans-serif !important;
    font-size: 16px;
}
}



<!-- DETALHES POS JOGO -->

.detalhes-pos-jogo{
  
  
}










