@charset "UTF-8";
/* CSS Document */
body {
	width: 100vw;
	height: auto;
    padding: 0;
    margin: 0;
	font-family: 'Oswald', sans-serif;
	font-weight: normal;
	color: #12161c;
	overflow-x: hidden !important;
	background: #1a2940;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.img-fluid {
	max-width: 100%;
	width: 100%;
	height: auto;
}
:focus-visible {
    outline: none;
	box-shadow: none;
}
a {
    color: inherit;
    text-decoration: none;
}
h1{
	width: 90%;
	font-size: 70px;
	line-height: 1.1em;
	font-weight: 700;
	text-align: center;
	margin: 0 auto;
	color: #FFFFFF;
	text-transform: uppercase;
}
h1 span{
	color: transparent;
	text-stroke: 2px #FFFFFF;
	-webkit-text-stroke: 2px #FFFFFF;
}
h1 div{
	display: initial;
	text-transform: uppercase;
}
h2{
	font-size: 44px;
	line-height: 1.1em;
	font-weight: 500;
	text-align: center;
	margin: 0 auto 30px;
	color: #12161c;
	text-transform: uppercase;
}
h3{
	font-size: 26px;
	line-height: 1.1em;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
	color: #1a2940;
	text-transform: uppercase;
}
h3 strong{ 
	font-size: 30px;
	line-height: 1.1em;
	font-weight: 500;
	color: #12161c;
}
h5{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.1em;
	font-weight: 500;
	text-align: center;
	margin: 0 auto 10px;
	color: #3067dd;
	text-transform: uppercase;
}
h5.conBarra{
	display: flex;
	align-items: center;
	color: #a8b5cd;
}
h5.conBarra.centrado {
    display: flex;
    align-items: center;
    justify-content: center;
	color: #a8b5cd;
}

p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;
	color: #1a1a1a;
	opacity: .75;
}
.hero-interna{
	height: 400px;
	background: url("../img/hero-interna-bg-sola.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.animacion-hero-interna {
    width: auto;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.animacion-hero-interna img{
	max-width: inherit;
    width: auto;
    height: 100%;
}
.animacion-futbolista-interna {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -10px;
    right: 0;
	z-index: -1;
}
.hero-interna h1 br{
	display: none;
}
.bg-cancha{
	background: url("../img/fondo-cancha.png") #d7e5ee;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center top;
}
.solo-m{
	display: none;
}
.solo-d{
	display: block;
}
.bg-oscuro{
	background: #1a2940;
}
.overHidden{
	overflow: hidden;
	position: relative;
}
.text-blue{
	color: #3067dd;
}
.text-white{
	color: #FFFFFF;
}
.text-grey{
	color: #12161c;
}
p.text-lightGrey{
	color: #a8b5cd;
	opacity: 1;
}
.text-left{
	text-align: left;
}
section{
	padding: 80px 0;
}
.principios-wrapper{
	display: flex;
	align-items: center;
}
.imagenNosotros {
    position: relative;
    padding: 30px;
}

.imagenNosotros .nosotrosFoto{
	position: relative;
	top: inherit;
	right: inherit;
	z-index: 1;
}
.imagenNosotros .sobre-imagen{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 54%;
	height: auto;
}
.accordion-button:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.accordion, .accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 0;
}
.accordion-button {
    color: #d6d6d6;
    background-color: #12161c;
    border: 1px solid #32496b;
    border-radius: 0;
    padding: 18px 20px;
    font-size: 1.2rem;
    line-height: 1em;
}
.accordion-body {
	padding: 30px 50px 30px 70px;
}
.accordion-item {
    color: #d6d6d6;
    background-color: #32496b;
    border: 1px solid #32496b;
}
.accordion-button:not(.collapsed) {
    color: #FFFFFF;
	border: 1px solid #32496b;
    background-color: #3067dd;
    box-shadow: none;
}
.servicios-parrafo{
    text-align: center;
	max-width: 790px;
	margin: 0 auto 40px;
}
.pricipios-info .accordion-button {
    color: #1a2940;
    background-color: transparent;
    border-top: 1px solid #414951;
	border-right: none;
	border-bottom: 1px solid #414951;
	border-left: none;
    border-radius: 0;
	padding: 12px 20px;
    font-size: 1.2rem;
    line-height: 1em;
}
.pricipios-info .accordion-item {
    color: #1a2940;
	border: none;
    background-color: transparent;
    box-shadow: none;
}
.pricipios-info .accordion-button:not(.collapsed) {
    color: #FFFFFF;
	border-top: 1px solid #3067dd;
	border-right: none;
	border-bottom: 1px solid #3067dd;
	border-left: none;
    background-color: #3067dd;
    box-shadow: none;
}
.accordion-button .ico-servicios.interna img{
	opacity: .75;
}
.accordion-button:not(.collapsed) .ico-servicios.interna img{
	opacity: 1;
}
.pricipios-info .accordion-body {
    background-color: #dceaf3;
	border-radius: 0 0 4px 4px;
	padding: 30px 40px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../img/less.svg");
}
.accordion-button::after {
    background-image: url("../img/plus.svg");
}
.pricipios-info .accordion-button:focus, .accordion-button:focus {
    border-color: #32496b;
    outline: 0;
    box-shadow: none;
}
.service_section{
    position: relative;
	overflow: hidden;
	z-index: 0;
}
.flotante-01 {
    position: absolute;
    width: 230px;
    left: 5%;
    top: 161px;
    z-index: 0;
	opacity: .5;
	pointer-events: none;
}
.flotante-02 {
    position: absolute;
    width: 660px;
    right: 0;
    top: 50px;
    z-index: 0;
	opacity: .5;
	pointer-events: none;
}
.row.equipo-wrapper{
	margin-top: 40px;
    margin-left: -7px;
	margin-right: -7px;
	width: calc(100% + 14px);
	overflow-x: hidden;
}
.miembro-equipo {
    text-align: center;
    gap: 5px;
    padding: 7px;
}
.miembro-equipo img{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: all ease-in-out .25s;
}
.miembro-equipo:hover img, .miembro-equipo:focus img{
    filter: none;
    -webkit-filter: grayscale(0%);
	transition: all ease-in-out .5s;
}
.miembro-equipo h3{
    margin-top: 30px;
	transition: all ease-in-out .25s;
}
.miembro-equipo:hover h3, .miembro-equipo:focus h3{
    color: #3067dd;
	transition: all ease-in-out .5s;
}
.nosotros {
    position: relative;
    z-index: 1;
}
.overHiddenX {
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}
.nosotros-servicios{
	position: relative;
	z-index: 2;
}
.ico-servicios.interna {
    width: 35px;
    margin-right: 12px;
}
.vector-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/vector-cancha-bg.svg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: .5;
}
.formulario-contacto .row {
    margin-top: 40px;
}
.formulario-contacto .endP {
	display: flex;
    align-items: center;
    justify-content: flex-end;
}	
.formulario-contacto .per {
    display: flex;
    align-items: center;
    justify-content: center;
}
.formulario-contacto .per .mensaje {
	display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    width: auto;
    max-width: auto;
	padding: 0 20px 0 0;
	text-align: right;
	line-height: 1em;
}
.form-control, .form-select {
    display: block;
    width: 100%;
    padding: 1rem 1.2rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1a2940;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: none;
}
.form-floating> textarea.form-control {
    min-height: 240px;
}
.form-control:focus,.form-select:focus {
    color: inherit;
    background-color: var(--bs-body-bg);
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
    margin: 0 1.2rem;
}
.form-check-input[type=checkbox] {
    border-radius: 0;
}
.form-check-input {
    border: 1px solid #1a2940;
}
.form-check label  {
    color: #1a2940;
    opacity: .75;
}
.flex-between{
	display: flex;
	align-items: center;
}
.pull-right{
	display: flex;
    justify-content: flex-end;
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    transform: scale(.75) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating>.form-control, .form-floating>.form-control-plaintext {
    padding: 1rem 1.2rem;
}
.form-floating>label {
    padding: 1rem 1.2rem;
}
.common_btn{
    border: none;
    font-size: 16px;
    font-weight: 400;
    background: #000000;
    color: #fff;
    height: auto;
    text-transform: uppercase;
    text-align: center;
    padding: 28px 44px;
    display: inline-block;
    line-height: .8;
    letter-spacing: 1.6px;
    position: relative;
    outline: none;
	text-decoration: none;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}
.common_btn span {
    position: relative;
    z-index: 2;
}
.common_btn:after {
    content: "";
    width: 8px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
}
.common_btn:hover:after{
    width: 100%;
	z-index: 0;
}
.common_btn:after{
    background: #3067dd;
	z-index: 0;
}
.common_btn:hover{
    color: #fff;
}
.btn-size{
    width: auto;
	min-width: 100px;
	display: table;
}
.submenu-jugadores{
	display: flex;
	align-content: center;
	padding: 0;
	background: #3067dd;
}
.submenu-jugadores ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: inline-flex;
}
.submenu-jugadores ul li{
	padding: 0;
	margin: 0;
}
.submenu-jugadores ul li a{
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 20px 20px 15px;
	text-transform: uppercase;
}
.submenu-jugadores ul li a .line-submenu{
	height: 3px;
	border-radius: 4px;
	width: 0;
	background: #3067dd;
	margin: 2px auto 0;
	transition: all ease-in-out .2s;
}
.submenu-jugadores ul li:hover a .line-submenu, .submenu-jugadores ul li:focus a .line-submenu{
	height: 3px;
	border-radius: 4px;
	width: 60%;
	background: #FFFFFF;
	transition: all ease-in-out .4s;
}
.submenu-jugadores ul li a.active .line-submenu{
	height: 3px;
	border-radius: 4px;
	width: 60%;
	background: #FFFFFF;
}
.buscador-wrapper {
    background: #1a2940;
    padding: .7rem;
    max-width: 940px;
    margin: 0 auto 40px;
}
.buscador-wrapper .row {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
}
.buscador-wrapper .row .text {
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2rem;
    max-width: 120px;
    padding-left: 0;
	margin: 0;
}
.arrow-btn {
    width: 100%;
    padding: 19px;
	margin-left: 0;
    max-width: 62px;
}
.arrow-btn span img {
    width: 22px;
}
.nameField {
    padding: 0 .3rem;
}
.medio-p-0 {
    padding: 0;
}
.clubField {
    padding: 0 .3rem;
}
.ckeckbox-wrapper{
	margin: 0 auto 60px;
	text-align: center;
}
a.tarjeta-wrapper {
    text-decoration: none;
    background: #FFFFFF;
    padding: 0;
    position: relative;
    padding-top: 16px;
    margin: 0;
    height: auto;
    display: block;
    border: 12px solid #b9c1cd;
	transition: all ease-in-out .6s;
}
a.tarjeta-wrapper:hover , a.tarjeta-wrapper:focus {
    border: 12px solid #3067dd;
	transition: all ease-in-out .3s;
}
.top-marcador {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    z-index: 2;
	background-image: url('../img/top-marcador.svg');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 5px 0 5px 16px;
	text-transform: uppercase;
}
.jugador-tarjeta {
    z-index: 3;
    position: relative;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	transition: all ease-in-out .6s;
}

a.tarjeta-wrapper:hover .jugador-tarjeta, a.tarjeta-wrapper:focus .jugador-tarjeta{
    filter: none;
    -webkit-filter: grayscale(0%);
	transition: all ease-in-out .3s;
}
.marco-tarjeta {
    position: relative;
    background: url("../img/listado-futbolista-bg.png") no-repeat #3067dd;
	background-position: center;
	background-size: cover;
    margin: 0 16px;
}
.info-tarjeta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 20px 16px;
    background: #FFFFFF;
}
.t-nombre-posicion h3 {
    text-align: left;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 3px;
	color: #12161c;
	transition: all ease-in-out .6s;
}
a.tarjeta-wrapper:hover .t-nombre-posicion h3, a.tarjeta-wrapper:hover .t-nombre-posicion h3{
	color: #3067dd;
	transition: all ease-in-out .3s;
}
.flex-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
}
.t-nombre-posicion .i-cancha {
    width: 20px;
}
.t-nombre-posicion h4 {
    color: #4d5563;
    margin: 0 0 0 6px;
    font-size: 16px;
}
.barra{
	width: 30px;
	margin-right: 8px;
	height: auto;
	display: inline-flex;
	align-items: center;
}
.clubes-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
.t-club {
    width: 50px;
}
.t-club img{
    width: 100%;
}
.t-auf {
    width: 50px;
}
.t-nacionalidad {
    width: 60px;
	position: absolute;
	top: 23%;
	left: 8%;
}
.t-nacionalidad img{
    width: 100%;
}
.t-nacionalidad .iso {
    font-size: 29px;
    text-align: center;
    margin: 4px auto 0;
    color: #FFFFFF;
    display: block;
    line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
}
.bottom-marcador {
    position: absolute;
    bottom: -4px;
    right: -2px;
    min-width: 90px;
    z-index: 4;
    width: 32%;
}
.general-detalle-futbolista {
    background: url("../img/detalle-futbolista-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	min-height: 100vh;
	height: auto;
}
.general-detalle-futbolista .principalDF{
    display: flex;
	align-items: center;
	min-height: 100vh;
	height: auto;
	position: relative;
	overflow: hidden;
}
.grafico-club {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 3;
}
.grafico-corner-m {
    position: absolute;
	bottom: 0;
	right: 0;
	max-width: 40%;
	z-index: 2;
	display: none;
}
.bajo-nombre{
    position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	background: rgb(26,41,64);
	background: -moz-linear-gradient(0deg, rgba(26,41,64,1) 20%, rgba(26,41,64,0.6362920168067228) 68%, rgba(26,41,64,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(26,41,64,1) 20%, rgba(26,41,64,0.6362920168067228) 68%, rgba(26,41,64,0) 100%);
	background: linear-gradient(0deg, rgba(26,41,64,1) 20%, rgba(26,41,64,0.6362920168067228) 68%, rgba(26,41,64,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a2940",endColorstr="#1a2940",GradientType=1);
	height: 150px;
	z-index: 2;
}
.subMenu{
	cursor: pointer;
}
.bajo-nombre h2 {
    position: relative;
    text-align: right;
    margin: 70px 550px 0 0;
}
.detalle-futbolista-wrapper h1 {
    font-size: 94px;
    text-align: left;
    line-height: 1em;
	margin: 0 0 60px;
}
.bajo-nombre h2 {
	font-size: 40px;
	color: #FFFFFF;
}
.img-futbolista-grande {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding-right: 5%;
    height: 90%;
    width: auto;
}
.escudos {
    position: relative;
    bottom: 24px;
    right: 40%;
    z-index: 2;
}
.ctext{
    color: #FFFFFF;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
    line-height: 1.2;
	max-width: 150px;
}
.ctext font.small{
	font-size: 75%;
    color: #FFFFFF;
	opacity: .75;
	text-transform: uppercase;
	transition: color ease-in-out .4s;
}
a.volver {
    text-align: center;
    margin: 0 16px 20px;
    color: #FFFFFF;
    text-decoration: none;
	z-index: 2;
}
a.volver:hover, a.volver:focus{
    color: #3067dd;
	transition: color ease-in-out .2s;
}
.grafico-corner {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 520px;
    max-width: 520px;
	animation-name: desplaza;
	animation-duration: 1s;
	transition: position ease-in-out 1s;
}
.noSee {
	opacity: 0;
}
@keyframes desplaza {
  from {
    right: -500px;
  }
  to {
    right: 0;
  }
}

.club{
    margin: auto;
    text-align: center;
}
.escudo-club{
    width: 80px;
    margin: auto;
    text-align: center;
}
.bajo-nombre-m{
	display: none;
}
.detalle-elementos h3 {
    color: #FFFFFF;
	text-align: left;
	margin: 0 0 10px;
	font-weight: 500;
}
.detalle-elementos p{
	color: #FFFFFF;
	text-align: left;
	margin: 0 0 10px;
	font-size: .9rem;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	opacity: 1;
	max-width: 90%;
}
.detalle-elementos .icon-small {
    width: 20px;
    margin-right: 8px;
    opacity: 1;
    display: flex;
}
.detalle-elementos .icon-flag {
    width: 36px;
    margin-right: 8px;
	opacity: 1;
	display: inline-flex;
}
.detalle-elementos p span.opacity{
	color: #a8b5cd;
}
.fortalezas.opacity p{
	color: #a8b5cd;
}
hr {
    margin: 30px 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #4d6488;
    opacity: 1;
	max-width: 300px
}
.menu-futbolista {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-left: 5%;
}
.menu-futbolista ul {
    margin: 0;
	list-style: none;
	padding: 0;
}
.menu-futbolista ul li button{
    background: transparent;
    border: 3px solid #FFFFFF;
    padding: 10px;
    border-radius: 50%;
}
.menu-futbolista ul li button .boton-redondo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #12161c;
	border: 1px solid #32496b;
    padding: 5px;
	transition: all ease-in-out .4s;
}
.menu-futbolista ul li button .boton-redondo img{
    opacity: .6;
}
.menu-futbolista ul li button .boton-redondo.active {
    background: #3067dd;
	border: 1px solid #3067dd;
}
.menu-futbolista ul li button .boton-redondo.active img{
    opacity: 1;
}
.menu-futbolista ul li button:hover .boton-redondo, .menu-futbolista ul li button:hover .boton-redondo {
    background: #3067dd;
	border: 1px solid #3067dd;
	transition: all ease-in-out .2s;
}
.menu-futbolista ul li button:hover .boton-redondo img, .menu-futbolista ul li button:hover .boton-redondo img {
    opacity: 1;
	transition: all ease-in-out .2s;
}
.menu-futbolista ul li .linea{
    width: 2px;
    height: 40px;
    background: #FFFFFF;
    margin: auto;
    text-align: center;
}
.menu-futbolista ul li button:after {
	opacity: 0;
	transition: all ease-in-out .4s;
}
.menu-futbolista ul li:hover button:after {
    content: attr(title);
    background: #1a2940;
    color: #a8b5cd;
    position: absolute;
    width: auto;
    margin: -40px 0 0 42px;
    padding: 4px 11px 6px;
    border-radius: 25px;
    font-size: .8rem;
    opacity: 1;
    transition: all ease-in-out .2s;
}
.posicionh{
    min-height: 60px;
}
.catacteristicas-elementos {
    display: flex;
    align-items: center;
    margin: 30px 0;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
}
.elementosItem{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
}
.hline {
	height: 1px;
	background: #4d6488;
	width: 96%;
	max-width: 45px;
	margin: 0 2%;
}
.linea-h{
	display: block;
	height: 1px;
	background: transparent;
}
.detalle-elementos .elementosItem p {
    margin: 0;
}
.ico-specs {
    width: 50px;
	margin-right: 4px;
}
#caracteristicas hr {
	width: 100%;
    max-width: 500px;
}
.galeria {
	margin: 20px 0 0;
    position: relative;
}
.galeria-title {
    position: relative;
	width: 100%;
    bottom: 0;
    background: rgb(48,103,221);
	background: -moz-linear-gradient(90deg, rgba(48,103,221,1) 30%, rgba(48,103,221,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(48,103,221,1) 30%, rgba(48,103,221,0) 100%);
	background: linear-gradient(90deg, rgba(48,103,221,1) 30%, rgba(48,103,221,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3067dd",endColorstr="#3067dd",GradientType=1);
    padding: 8px;
	border-radius: 4px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
	align-items: center;
}
.galeria-title .common_btn {
	padding: 18px 30px;
	height: auto;
}
.galeria-title h3 {
    margin: 0;
    padding: 10px 20px;
    text-align: center;
}
.col-galeria-txt{
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.video-title{
    display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.video-title h3{
    margin: 0;
}
.video-title .ico-video {
    width: 28px;
    margin: 0 8px 4px 0px;
}
.video {
	max-width: 600px;
}
.galeria {
    max-width: 600px;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.content-futbolista{
	position: relative;
	z-index: 4;
}
.winTeamTarjeta {
    position: relative;
    padding: 4%;
    background: #FFF;
}
.jugadorWinTeam {
    position: absolute;
    z-index: 3;
    bottom: 0;
    filter: grayscale(1);
    transition-property: filter;
    transition-duration: .5s;
}
.titularWinTeam {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 50%;
    width: 70%;
    margin: 0 0 0 -35%;
	background-image: url('../img/titular-home-wt.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.titularWinTeam .titContainer{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
	margin-top: 5px;
}
.titularWinTeam .icono-txt{
    text-transform: uppercase;
	font-weight: 500;
	margin: 6px 0 6px;
}
.titularWinTeam .icono-tit {
    margin-right: 8px;
    width: 14px;
    text-align: center;
	margin-top: -3px;
}
.fondoWinTeam {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    filter: grayscale(1);
    transition-property: filter;
    transition-duration: .5s;
}
.btn-full {
    display: block;
}
.winteam-general {
    display: block;
    border: 18px solid transparent;
    transition: border ease-in-out .4s;
    width: 100%;
    max-width: 500px;
    margin: auto;
	background: transparent;
	padding: 0;
}
.winteam-general:hover, .winteam-general:focus {
   border: 12px solid #0448bb;
   transition: border ease-in-out .3s;
}
 .winteam-general:hover .common_btn.blue_bg:after {
    width: 100%;
    background: #3067dd;
}
.winteam-general:hover .jugadorWinTeam {
   filter: grayscale(0);
   transition-property: filter;
   transition-duration: 1s;     
}
.winteam-general:hover .fondoWinTeam {
   filter: grayscale(0);
   transition-property: filter;
   transition-duration: .3s;     
}
/*----------------------------------------------------
/ 3. Services Section
------------------------------------------------------*/
.service_section {
    background: #1a2940;
	z-index: 1;
}
.icon_box_1 {
    display: inline-block;
    position: relative;
    width: 100%;
    background: transparent;
    -webkit-perspective: 112161c;
    -moz-perspective: 112161c;
    -ms-perspective: 112161c;
    perspective: 112161c;
    -ms-transform: perspective(112161cpx);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

.icon_box_1 .back i,
.icon_box_1 .front i {
    font-size: 64px;
	width: 44px;
	height: auto;
    line-height: 1;
    color: #aaaaaa;
    display: block;
    margin: 0 auto;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
}

.icon_box_1 .back h3,
.icon_box_1 .front h3 {
    font-size: 16px;
    line-height: 1.1em;
    font-weight: 400;
    color: #aaaaaa;
    transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
	height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 10px auto 0;
}

.icon_box_1 .flipper {
    -webkit-transform-origin: 100% 213.5px;
    -moz-transform-origin: 100% 213.5px;
    -ms-transform-origin: 100% 213.5px;
    transform-origin: 100% 213.5px;
}

.flipper {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(112161cpx);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    background: #12161c;
    z-index: 2;
    border: 2px solid #32496b;
    padding: 30px 10px 30px;
    width: 100%;
}

.vertical .back {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

.back {
    background: #3067dd;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    position: relative;
    padding: 30px 10px 30px;
    border: 2px solid #3067dd;
    width: 100%;
}

.icon_box_1:hover .front,
.icon_box_1.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.icon_box_1:hover .back,
.icon_box_1.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.custom_column .col-lg-3 {
    width: 20%;
}

.icon_box_1 .back h3,
.icon_box_1 .back i {
    color: #ffffff;
}
.serviciosW {
    margin-bottom: 210px;
}
.nuestros-futbolistas{
    overflow: hidden;
}
/*----------------------------------------------------*/

/*-----------------------------------------------------
/ 8. Trust Client Section
------------------------------------------------------*/
.trustClient {
    padding: 0 0 0;
    margin-top: -168px;
    z-index: 5;
	background: #FFFFFF;
	overflow: visible;
}

.pb_120 {
    padding-bottom: 120px;
}

.CL_content {
    position: relative;
}

.CL_content img {
    max-width: 100%;
    height: auto;
}

.abc_inner {
    position: relative;
    margin-top: -477px;
    z-index: 2;
}
.abc_inner .common_btn{
	margin-top: 40px;
}
.abci_content {
    position: relative;
    background: #FFF;
    padding: 70px 0 80px 80px;
    margin-left: 0;
}

.abci_content h2 {
    color: #12161c;
    text-transform: uppercase;
    padding: 0;
    text-align: left;
}

.abci_content p {
    margin-bottom: 15px;
}
.abci_content .common_btn.blue_bg {
    margin: 25px 0 0;
}
.sub-cate-jugadores {
    padding: 0 55px;
    background: #0448bc;
    color: #ffffff;
    display: flex;
    align-items: center;
    border-radius: 14px 0 0 0;
    width: 150%;
}
.sub-cate-jugadores a {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 30px 20px;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    opacity: .75;
    transition: opacity ease-in-out .3s;
	text-transform: uppercase;
}
.sub-cate-jugadores a:hover, .sub-cate-jugadores a:focus {
    opacity: 1;
    transition: opacity ease-in-out .4s;
}
.contenedor-imgNosotrosInicio {
    max-width: 52%;
	position: relative;
	overflow: visible;
}
.img-ini--iz {
    position: absolute;
    bottom: 0;
    left: -15%;
    width: 87%;
	z-index: 3;
}
.img-ini--dr {
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 55%;
    z-index: 2;
}
.plusFutbolistas {
    position: absolute;
    bottom: 7.5%;
    left: 5%;
    width: 17%;
    z-index: 4;
}
.ini-bg-nosotros {
    position: relative;
    z-index: 1;
}
.ini-corner {
    position: absolute;
    bottom: -8%;
    left: -7%;
    width: 70%;
    z-index: 0;
}

.sub-cate-jugadores-m {
	display: none;
}
.noJugadores{
	text-align: center;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #3067DD;
}
/*----------------------------------------------------*/

/*---------------- MARQUESINA ANIMADA ----------------*/
.marquee-container {
    width: 100%;
    background: #3067dd;
    margin: 0 auto;
    text-align: left;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
}

.marquee-overflow {
  width: 1000vw;
  font-size: 0px;
}
.marquee-text {
    display: inline-block;
    height: auto;
    line-height: 1;
    animation: marquee 10s linear infinite running;
    transform: translate(0%);
    padding: 0;
    margin: 0;
    font-size: 2.95rem;
    color: #FFFFFF;
    font-weight: 600;
}
.marquee-text .masClaro {
  opacity: .75;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}


/*----------------------------------------------------*/

@media (max-width:1600px) {
	.hero-interna {
		height: 360px;
	}
	h1 {
		font-size: 62px;
	}
	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 24px;
	}
	h3 strong{
		font-size: 26px;
	}
	.bajo-nombre h2 {
		font-size: 36px;
		margin: 79px 454px 0 0;
	}
	.video {
		max-width: 500px;
	}
	.galeria {
		max-width: 500px;
	}
	.grafico-corner {
		width: 470px;
		max-width: 470px;
	}
	.escudo-club {
		width: 56px;
	}
	.escudos {
		bottom: 12px;
		right: 40%;
	}
}
@media (max-width:1500px) {
	.contenedor-imgNosotrosInicio {
		max-width: 50%;
		position: relative;
		overflow: visible;
	}
	.img-ini--iz {
		left: -3%;
		width: 84%;
	}
	.img-ini--dr {
		left: 40%;
		width: 52%;
	}
	.ini-corner {
		bottom: -10%;
		left: -9%;
		width: 90%;
	}
	.trustClient {
		margin-top: -140px;
	}
}
@media (max-width:1399px) {
	.ini-corner {
		width: 66%;
	}
	.trustClient {
		margin-top: -80px;
	}
	.contenedor-imgNosotrosInicio {
		position: relative;
		top: -80px;
	}
	.serviciosW {
		margin-bottom: 200px;
	}
	.ini-corner {
		width: 90%;
	}
	.serviciosW {
		margin-bottom: 130px;
	}
	.trustClient {
		margin-top: -50px;
	}
	.abci_content {
		padding: 50px 0 70px 50px;
	}
	.sub-cate-jugadores {
		padding: 0 30px;
	}
	.sub-cate-jugadores a {
		padding: 25px 20px;
	}
	.img-futbolista-grande {
		padding-right: 0;
	}
}
@media (max-width:1360px) {
	.hero-interna {
		height: 280px;
	}
	h1{
		font-size: 50px;
	}
	h2{
		font-size: 32px;
		margin: 0 auto 15px;
	}
	h3{
		font-size: 18px;
	}
	h3 strong{ 
		font-size: 20px;
	}
	h5{
		font-size: 13px;
		margin: 0 auto 6px;
	}
	section{
		padding: 50px 0;
	}
	.t-nombre-posicion h3 {
		font-size: 22px;
	}
	.t-nacionalidad {
		width: 50px;
	}
	.t-nacionalidad .iso{
		font-size: 25px;
	}
	.detalle-futbolista-wrapper h1 {
		font-size: 84px;
		margin: 0 0 50px;
	}
	.detalle-elementos .icon-flag {
		width: 30px;
	}
}
@media (max-width:1200px) {
	.t-nacionalidad {
		width: 44px;
	}
	.t-nacionalidad .iso{
		font-size: 22px;
	}
	.detalle-futbolista-wrapper h1 {
		font-size: 74px;
		margin: 0 0 50px;
	}
	.bajo-nombre h2 {
		margin: 100px 365px 0 0;
		font-size: 24px;
	}
	.menu-futbolista ul li button {
		padding: 6px;
	}
	.menu-futbolista ul li button .boton-redondo {
		width: 40px;
		height: 40px;
		padding: 4px;
	}
	.menu-futbolista ul li .linea {
		height: 30px;
	}
	a.volver {
		margin: 0 10px 20px;
		font-size: 14px;
	}
	.menu-futbolista ul li:hover button:after {
		margin: -29px 0 0 33px;
		padding: 2px 7px 2px;
		border-radius: 25px;
		font-size: .57rem;
	}
	.escudo-club {
		width: 50px;
		margin: auto;
		text-align: center;
	}
	.ctext {
		font-size: .8rem;
	}
	.grafico-corner {
		width: 380px;
		max-width: 380px;
	}
	.escudos {
		bottom: 6px;
		right: 40%;
	}
	.abci_content {
		position: relative;
		background: #FFF;
		padding: 40px 0 60px 40px;
		margin-left: 0;
	}
	.sub-cate-jugadores a {
		padding: 20px 20px;
	}
	.contenedor-imgNosotrosInicio {
		max-width: 50%;
		position: relative;
		overflow: visible;
	}
	.img-ini--iz {
		left: -4%;
		width: 75%;
	}
	.img-ini--dr {
		left: 36%;
		width: 52%;
	}
	.ini-corner {
		bottom: -9%;
    	left: -8%;
		width: 80%;
	}
	.trustClient {
		margin-top: -50px;
	}
	.serviciosW {
		margin-bottom: 140px;
	}
	.abc_inner .common_btn{
		margin-top: 20px;
	}
}
@media (max-width:1199px) {
	.container, .container-lg, .container-md, .container-sm {
		max-width: 90%;
	}
	.contenedor-imgNosotrosInicio {
		position: relative;
		top: -120px;
	}
	.trustClient {
		margin-top: 0px;
	}
}
@media (max-width:1130px) {
.row.nosoT {
		flex-direction: column;
		position: relative;
	}
	.abc_inner .row {
		flex-direction: column-reverse;
	}
	.abc_inner .row .col-md-5, .abc_inner .row .col-sm-5{
		width: 100%;
		max-width: 100%;
	}
	.abc_inner .row .col-md-7, .abc_inner .row .col-sm-7 {
		width: 100%;
		max-width: 100%;
	}
	.trustClient {
		margin-top: 0px;
	}
	.contenedor-imgNosotrosInicio {
		position: relative;
		top: 0;
	}
	.abc_inner {
		position: relative;
		margin-top: 60px;
		z-index: 2;
	}
	.sub-cate-jugadores {
		display: none;
	}
	.contenedor-imgNosotrosInicio {
		max-width: 100%;
		position: relative;
		overflow: visible;
		padding: 0;
		margin: 0 auto;
	}
	.contenedor-imgNosotrosInicio {
		margin: 64px auto 0;
	}
	.ini-corner {
		left: inherit;
		bottom: -9%;
		right: -8%;
	}
	.serviciosW {
		margin-bottom: 0;
	}
	.sub-cate-jugadores-m {
		display: flex;
	}
	.sub-cate-jugadores-m {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #1a2940;
		border: none;
		margin: auto;
		padding: 0;
		position: relative;
		top: -2px;
	}
	.sub-cate-jugadores-m .sub-inner {
		background: #0448bd;
		border-radius: 12px 0 0 0;
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.sub-cate-jugadores-m .sub-inner a{
		color: #FFF;
		text-decoration: none;
		padding: 20px 10px;
		display: inline-block;
		font-size: 1.2rem;
		opacity: .75;
		transition: opacity ease-in-out .3;
		text-transform: uppercase;
	}
	.sub-cate-jugadores-m .sub-inner a:hover, .sub-cate-jugadores-m .sub-inner a:focus{
		opacity: 1;
		transition: opacity ease-in-out .3;
	}
	.img-ini--dr {
		left: 58%;
		width: 44%;
	}
	.abci_content {
		padding: 40px 0 60px 0;
	}
	.img-ini--iz {
		left: -3%;
		width: 60%;
	}
	.img-ini--dr {
		left: 52%;
		width: 36%;
	}
	.plusFutbolistas {
		max-width: 120px;
	}
	.img-ini--iz {
		left: -3%;
		width: 68%;
	}
	.img-ini--dr {
		left: 58%;
		width: 40%;
	}
	.titularWinTeam .icono-txt {
		font-size: 80%;
	}
	.titularWinTeam .icono-tit {
		margin-right: 5px;
		width: 12px;
		text-align: center;
		margin-top: -6px;
	}
}
@media (max-width:1040px) {
	.detalle-futbolista-wrapper h1 {
		font-size: 60px;
		margin: 0 0 35px;
	}
	hr {
		margin: 22px 0;
	}
	.detalle-elementos .icon-flag {
		width: 30px;
		margin-right: 8px;
		opacity: 1;
		display: inline-flex;
	}
}
@media (max-width:1024px) and (orientation: portrait) {
	.general-detalle-futbolista {
		background: url(../img/detalle-futbolista-bg-m.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		min-height: inherit;
		width: 100%;
		height: auto;
	}
	.general-detalle-futbolista .principalDF {
		display: flex;
		align-items: center;
		min-height: inherit;
		height: auto;
		flex-direction: column-reverse;
		flex-wrap: nowrap;
	}
	.imagen-futbolista {
		background: url(../img/detalle-futbolista-bg-m.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		overflow: hidden;
	}
	.detalle-futbolista {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
		background: #1a2940;
		position: relative;
	}
	.menu-futbolista {
		width: 100%;
		max-width: 100%;
		margin: auto;
		text-align: center;
	}
	a.volver {
		position: absolute;
		top: 80px;
		left: 5%;
		margin: 0;
		z-index: 100;
	}
	.detalle-futbolista-wrapper h1 {
		font-size: 60px;
		margin: 0 0 50px;
		width: 100%;
	}
	.detalle-futbolista-wrapper h1 br{
		display: none;
	}
	.menu-futbolista ul {
		list-style: none;
		padding: 0;
		display: inline-flex;
		align-items: center;
		margin: -30px auto 0;
		z-index: 9;
	}
	.menu-futbolista ul li button .boton-redondo {
		width: 60px;
		height: 60px;
		padding: 4px;
	}
	.menu-futbolista ul li .linea {
		width: 40px;
		height: 2px;
		background: #FFFFFF;
		margin: auto;
		text-align: center;
	}
	.flex-center {
		display: flex;
		max-width: inherit;
		width: 100%;
	}
	.content-futbolista {
		flex: 0 0 auto;
		width: 90%;
		margin: 30px auto 80px;
		position: relative;
		z-index: 4;
	}
	.bajo-nombre-m {
		display: none;
	}
	.imagen-futbolista {
		width: 100%;
		padding: 0;
		margin: 0;
		max-width: 100%;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.img-futbolista-grande {
		position: relative;
		bottom: 0;
		right: 0;
		z-index: 1;
		padding-right: 0;
		height: auto;
		width: 100%;
		max-width: 682px;
		margin: 70px auto 0;
		text-align: center;
	}
	.escudo-club {
		width: 90px;
		margin: auto;
		text-align: center;
	}
	.ctext {
		font-size: 1.4rem;
	}
	.grafico-corner {
		display: none;
	}
	.bajo-nombre {
		display: none;
	}
	.grafico-corner-m {
		display: block;
	}
	.detalle-futbolista .row.flex-center {
		display: flex;
		max-width: inherit;
		width: 100%;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	.club {
		margin: 0;
		text-align: center;
		width: 180px;
		max-width: inherit;
	}
	.bajo-nombre-m {
		display: block;
		color: #FFFFFF;
		margin: 0 0 70px;
	}
	.bajo-nombre-m h2 {
		color: #FFFFFF;
		text-align: right;
		font-size: 34px;
		margin-left: 50px;
	}
	.grafico-club {
		position: absolute;
		top: 32%;
		left: 5%;
		display: block;
		z-index: 3;
		width: auto;
	}
	.menu-futbolista ul li button {
		background: #1a2940;
	}
	.posicionh {
		min-height: inherit;
	}
	.catacteristicas-elementos {
		display: flex;
		align-items: center;
		margin: 60px 0;
		max-width: 100%;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	#caracteristicas hr {
		width: 100%;
		max-width: 100%;
	}
	.hline {
		width: 96%;
		max-width: 96%;
	}
	.video {
		max-width: 100%;
	}
	.galeria {
		max-width: 100%;
	}
	.row.nosoT {
		flex-direction: column;
		position: relative;
	}
	.abc_inner .row {
		flex-direction: column-reverse;
	}
	.abc_inner .row .col-md-5, .abc_inner .row .col-sm-5{
		width: 100%;
		max-width: 100%;
	}
	.abc_inner .row .col-md-7, .abc_inner .row .col-sm-7 {
		width: 100%;
		max-width: 100%;
	}
	.trustClient {
		margin-top: 0px;
	}
	.contenedor-imgNosotrosInicio {
		position: relative;
		top: 0;
	}
	.abc_inner {
		margin-top: 8%;
	}
	.sub-cate-jugadores {
		display: none;
	}
	.contenedor-imgNosotrosInicio {
		max-width: 100%;
		position: relative;
		overflow: visible;
		padding: 0;
		margin: 0 auto;
	}
	.contenedor-imgNosotrosInicio {
		margin: 64px auto 0;
	}
	.serviciosW {
		margin-bottom: 0;
	}
	.sub-cate-jugadores-m {
		display: flex;
	}
	.sub-cate-jugadores-m {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #1a2940;
		border: none;
		margin: auto;
		padding: 0;
		position: relative;
		top: -2px;
	}
	.sub-cate-jugadores-m .sub-inner {
		background: #0448bd;
		border-radius: 12px 0 0 0;
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.sub-cate-jugadores-m .sub-inner a{
		color: #FFF;
		text-decoration: none;
		padding: 20px 10px;
		display: inline-block;
		font-size: 1.2rem;
		opacity: .75;
		transition: opacity ease-in-out .3;
	}
	.sub-cate-jugadores-m .sub-inner a:hover, .sub-cate-jugadores-m .sub-inner a:focus{
		opacity: 1;
		transition: opacity ease-in-out .3;
	}
	.img-ini--iz {
		left: -4%;
		width: 72%;
	}
	.img-ini--dr {
		left: 59%;
		width: 42%;
	}
	.abci_content {
		padding: 40px 0 60px 0;
	}
	.ini-corner {
		left: inherit;
		bottom: -12%;
		right: -8%;
		width: 60%;	
	}
	.flotante-01 {
		width: 120px;
		left: -5%;
		top: 221px;
	}
	.flotante-02 {
		width: 560px;
		right: -34%;
		top: inherit;
		bottom: 82px;
	}
	a.tarjeta-wrapper {
		border-color: #3067dd;
	}
	.jugador-tarjeta {
		filter: grayscale(0);
	}
	.winteam-general{
	   border: 12px solid #0448bb;
	}
	.winteam-general .jugadorWinTeam {
	   filter: grayscale(0);    
	}
	.detalle-elementos p{
		max-width: 100%;
	}
	.solo-m{
		display: block;
	}
	.animacion-futbolista-interna {
		z-index: 0;
	}
	.solo-d{
		display: none;
	}
	.top-marcador {
		font-size: 0.8rem;
	}
}
@media (max-width:992px) {
	.general-detalle-futbolista {
		background: url(../img/detalle-futbolista-bg-m.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		min-height: inherit;
		width: 100%;
		height: auto;
	}
	.imagen-futbolista {
		background: url(../img/detalle-futbolista-bg-m.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		overflow: hidden;
	}
	.hero-interna {
		height: 380px;
	}
	.hero-interna h1{
		padding: 54px 0 0;
	}
	.principios-wrapper {
		display: flex;
		align-items: center;
		flex-direction: column-reverse;
	}
	.imagenNosotros {
		padding: 0;
	}
	.imagenNosotros .sobre-imagen {
		position: absolute;
		top: -30px;
		right: -30px;
		z-index: 0;
		width: 300px;
		height: auto;
	}
	h1{
		font-size: 60px;
	}
	h2{
		font-size: 40px;
		margin: 0 auto 20px;
	}
	h3{
		font-size: 22px;
	}
	h3 strong{ 
		font-size: 24px;
	}
	h5{
		font-size: 13px;
		margin: 0 auto 8px;
	}
	section{
		padding: 64px 0;
	}
	.bg-cancha {
		background: url(../img/fondo-cancha.png) #d7e5ee;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: top center;
		width: 100%;
	}
	.buscador-wrapper .row .text {
		font-size: 1rem;
		max-width: 90px;
	}
	.hero-interna h1 br{
		display: block;
	}
	.t-nacionalidad {
		width: 50px;
	}
	.t-nacionalidad .iso{
		font-size: 25px;
	}
	.general-detalle-futbolista {
		background: url(../img/detalle-futbolista-bg-m.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		min-height: inherit;
		width: 100%;
		height: auto;
	}
	.imagen-futbolista {
		background: url(../img/detalle-futbolista-bg-m.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		overflow: hidden;
	}
	.grafico-corner-m {
		display: block;
	}
	.bajo-nombre-m{
		display: block;
	}
	.catacteristicas-elementos {
		margin: 40px 0;
	}
	.detalle-elementos p{
		max-width: 100%;
	}
	.solo-d{
		display: none;
	}
	.solo-m{
		display: block;
	}
	.animacion-futbolista-interna {
		z-index: 0;
	}
	.escudos {
		right: 0;
	}
	
/******************************************************************************/
	
	.general-detalle-futbolista {
		background: url(../img/detalle-futbolista-bg-m.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		min-height: inherit;
		width: 100%;
		height: auto;
	}
	.imagen-futbolista {
		background: url(../img/detalle-futbolista-bg-m.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		overflow: hidden;
	}
	.general-detalle-futbolista .principalDF {
		display: flex;
		align-items: center;
		min-height: inherit;
		height: auto;
		flex-direction: column-reverse;
		flex-wrap: nowrap;
	}
	.detalle-futbolista {
		width: 100%;
		max-width: 100%;
		padding: 0;
		margin: 0;
		background: #1a2940;
		position: relative;
	}
	.menu-futbolista {
		width: 100%;
		max-width: 100%;
		margin: auto;
		text-align: center;
	}
	a.volver {
		position: absolute;
		top: 80px;
		left: 5%;
		margin: 0;
	}
	.detalle-futbolista-wrapper h1 {
		font-size: 60px;
		margin: 0 0 50px;
		width: 100%;
	}
	.detalle-futbolista-wrapper h1 br{
		display: none;
	}
	.menu-futbolista ul {
		list-style: none;
		padding: 0;
		display: inline-flex;
		align-items: center;
		margin: -30px auto 0;
		z-index: 9;
	}
	.menu-futbolista ul li button .boton-redondo {
		width: 60px;
		height: 60px;
		padding: 4px;
	}
	.menu-futbolista ul li .linea {
		width: 40px;
		height: 2px;
		background: #FFFFFF;
		margin: auto;
		text-align: center;
	}
	.flex-center {
		display: flex;
		max-width: inherit;
		width: 100%;
	}
	.content-futbolista {
		flex: 0 0 auto;
		width: 90%;
		margin: 30px auto 80px;
		position: relative;
		z-index: 4;
	}
	.bajo-nombre-m {
		display: none;
	}
	.imagen-futbolista {
		width: 100%;
		padding: 0;
		margin: 0;
		max-width: 100%;
		text-align: center;
		position: relative;
		overflow: hidden;
	}
	.img-futbolista-grande {
		position: relative;
		bottom: 0;
		right: 0;
		z-index: 1;
		padding-right: 0;
		height: auto;
		width: 100%;
		max-width: 682px;
		margin: 70px auto 0;
		text-align: center;
	}
	.escudo-club {
		width: 90px;
		margin: auto;
		text-align: center;
	}
	.ctext {
		font-size: 1.4rem;
	}
	.grafico-corner {
		display: none;
	}
	.bajo-nombre {
		display: none;
	}
	.grafico-corner-m {
		display: block;
	}
	.detalle-futbolista .row.flex-center {
		display: flex;
		max-width: inherit;
		width: 100%;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	.club {
		margin: 0;
		text-align: center;
		width: 180px;
		max-width: inherit;
	}
	.bajo-nombre-m {
		display: block;
		color: #FFFFFF;
		margin: 0 0 70px;
	}
	.bajo-nombre-m h2 {
		color: #FFFFFF;
		text-align: right;
		font-size: 34px;
		margin-left: 50px;
	}
	.grafico-club {
		position: absolute;
		top: 20%;
		left: 5%;
		display: block;
		z-index: 3;
		width: auto;
	}
	.menu-futbolista ul li button {
		background: #1a2940;
	}
	.posicionh {
		min-height: inherit;
	}
	.catacteristicas-elementos {
		display: flex;
		align-items: center;
		margin: 60px 0;
		max-width: 100%;
		flex-direction: row;
		flex-wrap: nowrap;
	}
	#caracteristicas hr {
		width: 100%;
		max-width: 100%;
	}
	.hline {
		width: 96%;
		max-width: 96%;
	}
	.video {
		max-width: 100%;
	}
	.galeria {
		max-width: 100%;
	}
	.flotante-01 {
		width: 120px;
		left: -5%;
		top: 221px;
	}
	.flotante-02 {
		width: 560px;
		right: -34%;
		top: inherit;
		bottom: 82px;
	}
}
@media (max-width:874px) {
	.col-md-4 {
		flex: 0 0 auto;
		width: 100%;
		max-width: 100%;
	}
	.titularWinTeam .icono-txt {
		font-size: 100%;
	}
}
@media (max-width:767px) {
	.hero-interna {
		height: 280px;
	}
	.hero-interna h1{
		padding: 44px 0 0;
	}
	h1{
		font-size: 50px;
	}
	h2{
		font-size: 30px;
		margin: 0 auto 20px;
	}
	h3{
		font-size: 18px;
	}
	h3 strong{ 
		font-size: 20px;
	}
	h5{
		font-size: 12px;
		margin: 0 auto 8px;
	}
	section{
		padding: 40px 0;
	}
	.nameField {
		padding: 0;
		margin: 0 0 0.6rem;
	}
	.clubField {
		padding: 0 0.6rem;
	}
	.buscador-wrapper .row .text {
		font-size: 1.2rem;
		max-width: max-content;
		margin: 0 0 20px;
	}
	.buscador-wrapper {
		background: #1a2940;
		padding: 5%;
		max-width: 100%;
		margin: 0 auto 40px;
		width: 100%;
	}
	section.jugadores-listado {
		padding: 0 0 40px;
	}
	.container.buscador {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		max-width: 100%;
	}
	.common_btn {
		padding: 22px 0;
	}
	.ckeckbox-wrapper {
		margin: 0 auto 40px;
	}
	.t-nombre-posicion h3 {
		font-size: 30px;
	}
	.t-nacionalidad {
		width: 70px;
	}
	.t-nacionalidad .iso{
		font-size: 35px;
	}
	.content-futbolista {
		margin: 30px auto 50px;
	}
	.bajo-nombre-m {
		margin: 0 0 50px;
	}
	.detalle-futbolista-wrapper h1 {
		margin: 0 0 50px;
	}
	.catacteristicas-elementos {
		margin: 30px 0;
	}
	.marquee-text {
		font-size: 2rem;
	}
}
@media (max-width:575px) {
	.mmob {
		margin-top: 30px;
	}
}
@media (max-width:560px) {
	.hero-interna {
		height: 280px;
	}
	.hero-interna h1{
		padding: 50px 0 0;
	}
	.container {
		padding-left: 0;
		padding-right: 0;
		width: 90%;
	}
	.container.buscador {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		max-width: 100%;
	}
	.imagenNosotros {
		padding: 0;
	}
	.imagenNosotros .sobre-imagen {
		position: absolute;
		top: -8%;
		right: -6%;
		z-index: 0;
		width: 60%;
		height: auto;
	}
	h1{
		font-size: 40px;
	}
	h2{
		font-size: 26px;
		margin: 0 auto 15px;
	}
	h2 br{
		display: none;
	}
	h3{
		font-size: 16px;
	}
	h3 strong{ 
		font-size: 18px;
	}
	h5{
		font-size: 11px;
		margin: 0 auto 4px;
	}
	section{
		padding: 30px 0;
	}
	section.jugadores-listado {
		padding: 0 0 30px;
	}
	p {
		font-size: 13px;
		line-height: 1.4em;
	}
	.accordion-button::after {
		width: 14px;
		height: 14px;
		background-size:  cover;
	}
	.accordion-button {
		padding: 12px 20px 12px 15px;
		font-size: .9rem;
	}
	.pricipios-info .accordion-button  {
		padding: 18px 20px;
		font-size: .9rem;
	}
	.form-floating>.form-control, .form-floating>.form-control-plaintext {
		padding: .8rem 1rem;
		font-size: .9rem;
	}
	.form-control, .form-select {
		padding: .8rem 1rem;
		font-size: .9rem;
		line-height: 30px;
	}
	.form-floating>label {
		padding: .8rem 1rem;
		font-size: .9rem;
		line-height: 30px;
	}
	.common_btn {
		font-size: 14px;
		padding: 16px 0;
		height: auto;
	}
	.arrow-btn span img {
		width: 16px;
	}
	.hero-interna h1 br{
		display: block;
	}
	.arrow-btn span img {
		width: 18px;
	}
	.form-check-inline {
		margin: 0 0.4rem;
	}
	.form-check label {
		position: relative;
		font-size: .8rem;
		margin: 0;
		top: -0.75px;
	}
	.form-check .form-check-input {
		margin-left: -1.3em;
	}
	.buscador-wrapper {
		margin: 0 auto 30px;
	}
	.submenu-jugadores ul li a {
		padding: 20px 12px 15px;
	}
	.buscador-wrapper .form-control, .buscador-wrapper .form-select {
		line-height: 20px;
	}
	.ckeckbox-wrapper {
		margin: 0 auto 30px;
	}
	.jugadores-listado h2 {
		max-width: 95%;
	}
	.t-nombre-posicion h3 {
		font-size: 27px;
	}
	.detalle-futbolista-wrapper h1 br {
		display: none;
	}
	.detalle-futbolista-wrapper h1 {
		margin: 0 0 40px;
	}
	.bajo-nombre-m {
		display: block;
		color: #FFFFFF;
		margin: 0 0 40px;
	}
	.content-futbolista {
		flex: 0 0 auto;
		width: 90%;
		margin: 20px auto 30px;
		position: relative;
		z-index: 4;
	}
	.bajo-nombre-m h2 {
		font-size: 24px;
	}
	.content-futbolista {
		margin: 27px auto 30px;
	}
	a.volver {
		top: 65px;
	}
	.escudo-club {
		width: 60px;
	}
	.ctext {
		font-size: 1rem;
	}
	.club {
		width: 140px;
	}
	.catacteristicas-elementos {
		display: flex;
		align-items: center;
		margin: 30px 0 0;
		max-width: 100%;
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.hline {
		height: 1px;
		background: #4d6488;
		width: 96%;
		max-width: 45px;
		align-content: center;
		margin: 24px 2%;
	}
	.linea-h{
		display: block;
		height: 1px;
		background: transparent;
	}
	.servicios-parrafo {
		margin: 0 auto 20px;
	}
	.sub-cate-jugadores-m .sub-inner a {
		font-size: .9rem;
	}
	.contenedor-imgNosotrosInicio {
		margin: 30px auto 0;
	}
	.abci_content {
		padding: 0 0 60px 0;
	}
	.abci_content {
		padding: 0 0 30px 0;
	}
	.marquee-container {
		padding: 15px 0;
	}
	.marquee-text {
		font-size: 1.5rem;
	}
	.barra{
		width: 25px;
		margin-right: 5px;
	}
	.flotante-01 {
		width: 100px;
		left: -5%;
		top: 221px;
	}
	.flotante-02 {
		width: 340px;
		right: -50%;
		top: inherit;
		bottom: 10px;
	}
	.escudos {
		left: -10px;
	}
	.ctext {
		max-width: 120px;
		line-height: 1.1em;
	}
	.ctext font.small {
		font-size: 70%;
	}
}
@media (max-width:460px) {
	.jugadores-listado h2 {
		font-size: 1.2rem;
		margin: 0 auto 15px;
	}
	.buscador-wrapper .row .text {
		margin: 0 0 10px;
	}
	.submenu-jugadores ul li a {
		padding: 20px 8px 15px;
		font-size: .9rem;
	}
	a.tarjeta-wrapper {
		border: 10px solid #3067dd;
	}
	.t-nacionalidad {
		width: 50px;
	}
	.t-nacionalidad .iso{
		font-size: 29px;
	}
	.menu-futbolista ul li button .boton-redondo {
		width: 45px;
		height: 45px;
	}
	.menu-futbolista ul li .linea {
		width: 30px;
	}
	.menu-futbolista ul {
		margin: -23px auto 0;
	}
	.back, .front {
		padding: 20px 10px;
	}
	.icon_box_1 .back h3, .icon_box_1 .front h3 {
		font-size: .85rem;
		height: 60px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 10px auto 0;
	}
	.winTeamTarjeta {
		padding: 16px;
	}
	.titularWinTeam .icono-txt {
		font-size: .85rem;
	}
	.titularWinTeam .icono-tit {
		margin-right: 5px;
		width: 11px;
		margin-top: -5px;
	}
	.titularWinTeam .titContainer {
		margin-top: 3px;
	}
	.ctext {
		max-width: 102px;
		line-height: 1.1em;
	}
	.ctext {
		font-size: .9rem;
	}
	.club {
		width: 134px;
	}
}
@media (max-width:400px) {
	.t-nacionalidad {
		width: 50px;
	}
	.t-nacionalidad .iso{
		font-size: 29px;
	}
	.winTeamTarjeta {
		padding: 12px;
	}
	.ctext {
		max-width: 102px;
	}
	.ctext {
		font-size: .9rem;
	}
	.club {
		width: 130px;
	}
}
@media (max-width:380px) {
	.ckeckbox-wrapper {
		margin: 0 auto 30px;
		text-align: center;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		max-width: 90%;
		width: 90%;
	}
	.form-check-inline {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		align-items: center;
	}
	.form-check label {
		margin: 0 auto;
		top: 2px;
		text-align: center;
		padding: 0;
	}
	.form-check .form-check-input {
		margin-left: 0;
	}
	.form-check-inline {
		margin: 0 auto;
		padding: 0;
	}
	.t-nombre-posicion h3 {
		font-size: 20px;
	}
	.t-nacionalidad {
		width: 44px;
	}
	.t-nacionalidad .iso{
		font-size: 23px;
	}
	.bajo-nombre-m h2 {
		font-size: 22px;
	}
	.detalle-futbolista-wrapper h1 {
		font-size: 50px;
		margin: 0 0 40px;
	}
	.back, .front {
		padding: 10px;
	}
	.icon_box_1 .back h3, .icon_box_1 .front h3 {
		font-size: .85rem;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 10px auto 0;
	}
	.barra{
		width: 20px;
		margin-right: 4px;
	}
	.titularWinTeam {
		width: 74%;
		margin: 0 0 0 -37%;
	}
}
@media (max-width:350px) {
	.submenu-jugadores ul li a {
		padding: 17px 8px 10px;
		font-size: .75rem;
	}
	h1 {
		font-size: 31px;
	}
	h1 span {
		text-stroke: 1.4px #FFFFFF;
		-webkit-text-stroke: 1.4px #FFFFFF;
	}
	.form-check label {
		font-size: .7rem;
	}
	.bajo-nombre-m h2 {
		font-size: 20px;
	}
	a.volver {
		top: 63px;
		font-size: 12px;
	}
	.menu-futbolista ul li button .boton-redondo {
		width: 40px;
		height: 40px;
	}
	.menu-futbolista ul li .linea {
		width: 26px;
	}
	.row.serviciosW .col-6 {
		width: 100%;
	}
	.marquee-text {
		font-size: 1rem;
	}
	.titularWinTeam {
		width: 80%;
		margin: 0 0 0 -40%;
	}
}
@media (max-width:300px) {
	.submenu-jugadores ul li a {
		font-size: .7rem;
	}
	.form-check label {
		font-size: .6rem;
	}
	.t-nombre-posicion h3 {
		font-size: 18px;
	}
	.bajo-nombre-m h2 {
		font-size: 17px;
	}
	a.volver {
		top: 61px;
		font-size: 11px;
	}
}

@media (max-width:980px) and (orientation:landscape){
	.nuestros-futbolistas .col-sm-12 {
		flex: 0 0 auto;
		width: 33.333333%;
	}
	.winTeamTarjeta {
		padding: 10px;
	}
	a.tarjeta-wrapper {
		border-color: #3067dd;
	}
	.jugador-tarjeta {
		filter: grayscale(0);
	}
	.winteam-general{
	   border: 12px solid #0448bb;
	}
	.winteam-general .jugadorWinTeam {
	   filter: grayscale(0);    
	}
}
@media (hover: none) {
    a.tarjeta-wrapper {
		border-color: #3067dd;
	}
	.jugador-tarjeta {
		filter: grayscale(0);
	}
	.winteam-general{
	   border: 12px solid #0448bb;
	}
	.winteam-general .jugadorWinTeam {
	   filter: grayscale(0);    
	}
	/*.front {
		background: #3067dd;
		border: 2px solid #3067dd;
	}
	.icon_box_1 .back h3, .icon_box_1 .front h3 {
		color: #FFFFFF;
	}*/
}