html, body{
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
body{
	padding-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Anton', sans-serif;
	text-transform: uppercase;
	margin: 0;
	letter-spacing: 1.5px;
}

p{
	margin: 0;
	line-height: 1.6;

}

@media (min-width: 1200px){
	.container {
	    width: 1100px;
	}
}
.menu {
	background-color: rgba(255, 255, 255, 0.8);
	height: 40px;
}
.menu .row {
	height: 40px;
}
.menu .col-xs-5.col-sm-2{
	background-color: #ed1c24;
	padding: 9px 3px 11px;
}
.menu .col-xs-5.col-sm-3{
	float: right;
}
.menu .col-xs-5.col-sm-3 .col-xs-3:first-child{
	border-left: 2px solid #000;
}
.menu img{
	max-width: 100px;
}
.menu .row .row .col-xs-3{
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu .row .row .col-xs-3 a{ 
	color: #000;
	text-decoration: none;
	font-size: 1.6rem;
}
.capitanes{
	background-image: url(../img/moises.gif);
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	background-position: left;
}
.container.capitanes p{
	color: #fff;
	font-style: italic;
	padding-top: 10%;
	padding-left: 73%;
}
.title-1 {
	padding: 40px 15px;
}
.title-1 h1{
	padding-bottom: 10px;
	font-size: 65px;
}
.title-1 h3 span{
	color: red;
}
.title-1 p{
	padding-bottom: 5px;
}

.cita{
	padding: 30px 40px;
}
.cita h4{
	font-family: 'Open Sans', sans-serif;
	color: #707070;
	text-transform: none;
	font-style: italic;
	font-size: 20px;
	text-align: center;
	padding-bottom: 15px;
}
.cita h4 span{
	color: red;
	font-size: 35px;
}

.cita h5{
	font-family: 'Open Sans', sans-serif;
	color: #707070;
	text-transform: none;
	font-style: italic;
	font-size: 16px;
	text-align: right;
}

.apartado{
	background-color: #e5e5e5;
	padding: 20px 20px 0px 20px;
}
.apartado h2{
	font-size: 60px;
	padding-top: 27%;
}
.apartado h2 span{
	color: red;
}
.apartado p{
	padding-bottom: 5px;
}
.apartado p span{
	font-style: italic;
}
.apartado img{
	margin-left: auto;
	margin-right: auto;
}
#ajolote{
	background-image: url(../img/ajolote.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
}
#ajolote p{
	font-size: 20px;
	text-align: right;
	color: #fff;
	font-style: italic;
	padding-top: 60px;
	line-height: 1.3;
}
#ajolote p span{
	font-weight: 900;
}
.section .container .col-md-12{
	padding-left: 0px;
}
.equipos {
	background-color: #e5e5e5;
	padding-top: 15px;
	padding-bottom: 15px;
}

#jugador{
	background-image: url(../img/jugador.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	padding-top: 3%;
}
#jugador p{
	padding-bottom: 5px;
}

/*---------Gallery-------*/
.gallery {
	padding: 0;
}
/*.gallery_box{
	height: 732px;
}*/
.gallery_box img{ max-width:100%; min-width: 368px; height: auto;}
.gallery_box .foto6 img {
    max-width: 100%;
    min-width: 452px;
    height: auto;
}
.gallery_box li{ width:33.333333%; max-width: 100% ; display:inline-block; float: left; text-align: center; overflow: hidden;    position: relative;}
.gallery_box{
	padding:0;
	display: flow-root;
	height: 730px;
}

.gallery_box li:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery_box li img{-webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;}
.gallery_box li:nth-child(even) {
    height: 304px;
}
.gallery_box li:nth-child(odd) {
    height: 438px; 
}
.gallery_box li:nth-child(odd) .box_data{ background:rgba(0,0,0,0.17) }
.gallery_box li:nth-child(even) .box_data{ background:rgba(0,44,255,0.27) }
.gallery_box .box_data{ position:absolute; top: 0; left: 0; right:0; bottom:0; color:#fff;}
.gallery_box .box_data span{ position:absolute; top: 50%; transform: translateY(-50%); left:0 ; right:0; font-size:24px;}
.gallery_box li:hover .box_data{ background:rgba(255,0,39,0.55)}

.gallery_box button, .gallery .btn {padding: 0; border:0;}

.modal-backdrop.in {
    z-index: 0;
}
.modal img{
	margin-left: auto;
	margin-right: auto;
}

.modal-header, .modal-footer {
    border-bottom: 0px;
    border-top: 0px;

}

.modal-header, .modal-footer, .modal-body {
    padding-top: 5px;
    padding-bottom: 5px;

}

.modal-content {
    background-color: #333;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0);
    box-shadow: 0 3px 9px rgba(0,0,0,0);
}
.close {
    float: right;
    font-size: 40px;
    font-weight: 200;
    line-height: 1;
    color: #fff;
    opacity: .5;
    transition: all 0.5s;
}
.close:hover {
	color: #fff;
    opacity: .8;
}

.modal-footer .btn{
	border-radius: 0px;
	background-color: #636363;
	padding: 3px 8px;
	color: #fff;
}
.modal-footer .btn:hover{
	color: #fff;
}


#inversion h2, #patrocinador h2{
	padding-top: 20px;
	padding-bottom: 20px;
}

#patrocinador h2{
	font-size: 38px;
}
#patrocinador p{
	padding-bottom: 20px;
}
#entrenar{
	color: #fff;
	background-image: url(../img/entrenar.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
	padding-top: 12%;
}
#entrenar h2{
	padding-bottom: 20px;
}
#entrenar .row{
	background-color: rgba(0,0,0,0.8);
	padding-top: 20px;
	padding-bottom: 20px;
}
#entrenar p{
	padding-bottom: 5px;
}
#entrenar .col-sm-4:nth-child(2){
	padding-top: 57px;
}
#entrenar .col-sm-4:nth-child(3){
	padding-top: 57px;
}
#rentabilidad h2{
	padding-top: 0px;
}
#planes h2{
	color: red;
	padding: 0;

}
#planes p{
	padding-bottom: 5px;
}

.infografia h2{
	color: red;
	font-size: 28px;
	padding-bottom: 30px;
}
.infografia h2 span{
	color: #000;
	font-size: 20px;
}
.infografia h3{
	color: red;
	font-size: 40px;
	text-align: center;
}
.infografia .col-sm-3 div{
	height: 160px;
}
.infografia .col-sm-3 div{
	background-color: #e5e5e5;
	padding: 15px;
}
.infografia .col-sm-3 div p{
	text-align:center;
}

.bio{
	margin-top: 30px;
}

.bio-2{
	display: none;
}
.bio .row .col-md-6 #bio-bg{
	background-color: #e5e5e5;
	padding: 20px;
	height: 485px;
	overflow: hidden;
}
.bio h3 {
	color: red;
	line-height: 1;
}
.bio h3 span{
	font-size: 15px;
	color: #333;
	padding-bottom: 15px;
}
.bio ul {
	padding-left: 10px;
	padding-top: 15px;
}
.bio ul > li {
	padding-top: 10px;
}
.bio img{
	margin-right: auto;
	margin-left: auto;
}
.bio img:last-child{
	min-width: 225px;
}

.esconder{
	display: none;
}

@media screen and (min-width: 1301px){
	#entrenar {
	    height: 600px;
	}
}
@media screen and (max-width: 1199px){
	.apartado h2 {
	    font-size: 50px;
	}
}
@media screen and (max-width: 1100px){
	#entrenar {
	    padding-top: 16%;
	}
	.apartado img {
	    padding-top: 65px;
	}
	.apartado h2 {
	    font-size: 50px;
	}
}
@media screen and (max-width: 990px){
	.capitanes {
	    height: 340px;
	}
	.title-1 h1 {
	    font-size: 50px;
	}
} 
@media screen and (max-width: 720px){
	.capitanes {
	    height: 330px;
	}
	.container.capitanes p {
		padding-top: 4%;
	    padding-left: 65%;
	}
	.title-1 h1 {
	    padding-bottom: 0;
	    line-height: 1;
	}
	.title-1 h3 {
	    padding-bottom: 20px;
	}
	.apartado h2 {
	    padding-top: 0;
	}
	.apartado img {
		padding-top: 30px;
	}
	#ajolote p {
	    font-size: 16px;
	    padding-top: 30px;
	}
	#inversion{
		margin-top: -120px;
	}
	#patrocinador h2 {
	    font-size: 60px;
	}
	#entrenar .col-sm-4:nth-child(2),
	#entrenar .col-sm-4:nth-child(3) {
	    padding-top: 5px;
	}
	#entrenar {
	    padding-top: 45px;
	}
	.infografia .row .col-sm-3:nth-child(3),
	.infografia .row .col-sm-3:nth-child(4){
		margin-top: 30px;
	}
	.bio img:last-child {
	    width: 50%;
    	float: left;
	}

	#jordi3{
		margin-top: 20px;
	}
}
@media (min-width: 721px) and (max-width: 767px){
	.bio-txt, .bio-img{
		width: 50%;
    	float: left;
	}
}
@media screen and (max-width: 719px){
	.capitanes .hidden-mio{
		display: none;
	}
}
@media screen and (min-width: 720px){
	.capitanes-2.visible-mio{
		display: none;
	}
}
@media screen and (max-width: 719px){
	.capitanes {
	    height: 475px;
	}
	#patrocinador h2,
	#rentabilidad h2 {
	    font-size: 40px;
	}
	.capitanes-2{
		background-color: #e5e5e5;
		padding: 20px 15px;
		font-style: italic;
	}
	#ajolote {
	    height: 250px;
	}
	#ajolote-2 {
		font-style: italic;
		padding: 20px 15px;
		background-color: #e5e5e5;
	}
	#ajolote-2 p span{
		font-weight: 900;
	}
	#jugador {
	    background-position: left;
	    height: 215px;
	    margin-top: 20px;
	}
	#jugador-2 {
	    padding: 20px 15px;
	    background-color: #e5e5e5;
	}
	
	
	.infografia {
	    margin-top: 20px;
	}
	.infografia h2 {
	    font-size: 65px;
	    padding-bottom: 20px;
	    line-height: .5;
	}
	.infografia h2 span {
	    font-size: 24px;
	}
	.infografia .row {
		margin-top: 20px;
	}
	.infografia h3 {
	    font-size: 33px;
	}
	.infografia .col-sm-3 div p {
	    font-size: 12px;
	}
}
@media screen and (max-width: 480px){
	.capitanes {
	    height: 215px;
	}
	.gallery{
		height: 594px;
	}
	.gallery_box li:nth-child(odd) {
	    height: 304px;
	}

	.gallery_box li:nth-child(even) .box_data {
	    height: 170px;
	}
	.gallery_box img {
	    min-width: 235px;
	        margin-left: -66px;
	}
	.gallery_box .box_data span {
	    font-size: 15px;
	}
	#entrenar {
	    padding-top: 0;
	    height: 681px;
	}

	.bio img:last-child {
	    min-width: 100%;
	}
	.bio-2{
		background-color: #e5e5e5;
		padding: 20px 15px;
		display: block;
	}
	.esconder_sm{
		display: none;
	}
	.esconder{
		display: block;
	}
	.carousel-control.right, .carousel-control.left {
	    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
	    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
	    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
	    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
	    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	    background-repeat: repeat-x;
	}
	body{
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
}