*{
    font-family: 'Lato';
    outline: 0;
}
a{
    text-decoration: none;
    color: black
}
a:hover{
    text-decoration: none;
    color:#BDA55A;
}
a:focus{
    outline:none;

}


html,
body {
	height: 100%;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato Hairline';
    src: url('../fonts/Lato-Hairline.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.overhidden{
    position: relative;
    overflow: hidden;
}
.animated {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0 * 100);
  filter: alpha(opacity=0 * 100);
}
.activate {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1 * 100);
  filter: alpha(opacity=1 * 100);
}
#mainNav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: 60px;
    transition: all 0.4s;
    background: rgb(0, 0, 0, 0.85);
}
#mainNav .container-fluid{
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}
#mainNav.sticky-project{
    top: 0;
    background: #000;
}
.bg-red {
  background-color: #F21236;
}
.bg-d-red {
  background-color: #820D15;
}
.bg-gold {
  background-color: #C7A754;
}
.bg-black {
  background-color: #000000;
}
.bg-white {
  background-color: #ffffff;
}
.bg-l-grey {
  background-color: #F7F8FA;
}
.bg-grey {
  background-color: #C4C4C4;
}
.bg-d-grey {
  background-color: #324151;
}
.bg-d-grey2 {
  background-color: #1E2C39;
}
.text-red {
  color: #F21236;
}
.text-d-red {
  color: #820D15;
}
.text-gold{
  color: #C7A754;
}
.text-black{
  color: #000000;
}
.text-l-grey {
  color: #F7F8FA;
}
.text-grey {
  color: #C4C4C4;
}
.text-d-grey {
  color: #324151;
}
.bg-d-grey2 {
  background-color: #1E2C39;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.p-140 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-120 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-100 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-80 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-60 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.p-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.banner-container {
  background-color: #cccccc;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.img-container {
  background-color: #cccccc;
  height: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.capa-fondo:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.img-full {
  width: 100%;
}
.variedades img {
  max-width: 200px;
}
.divisor-banner {
  margin-top: -80px;
}
.ventajas {
  margin-top: 0px;
  border-radius: 0px;
}
.ventajas img {
  max-width: 80px;
}
@media only screen and (min-width: 576px) {
  .banner-container {
    height: 300px;
  }
  .p-text-banner {
    padding-top: 100px;
  }
  .divisor-banner {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-container {
    height: 400px;
  }
  .p-text-banner {
    padding-top: 150px;
  }
  .divisor-banner {
    margin-top: -120px;
  }
}
@media only screen and (min-width: 992px) {
  .banner-container {
    height: 400px;
  }
  .p-text-banner {
    padding-top: 250px;
  }
  .divisor-banner {
    margin-top: -180px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  .p-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .p-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .p-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .p-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-40 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .ventajas {
    margin-top: -100px;
    border-radius: 20px;
  }
  .ventajas img {
    max-width: 80px;
  }
}

.slider-principal .item{
    height: 815px;
    position: relative;
}
.slider-principal .item .bg-img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background-position: top;
    background-size: cover;
    z-index: 0;
}
.slider-principal .item .container{
    z-index: 2;
    position: relative;
    max-width: 1250px;
    height: 100%;
}
.slider-principal .item .bloque{
    align-items: center;
    display: flex;
    height: 100%;
}
.slider-principal .item .title{
    font-size: 55px;
    font-family: 'Oswald';
    font-weight: 700;
    color:#fff;
    text-transform: uppercase;
    line-height: 1.2;
}
.slider-principal .item .inner{
    max-width: 900px;
}
.slider-principal .item .content{
    max-width: 875px;
    font-size: 18px;
    color:#fff;
    margin-top: 25px;
}
.rotate-180{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-90{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-270{
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}





.btn-red,
.btn-white{
    width: 160px;
    height: 56px;
    display: flex;
    align-items: center;
    position: relative;
}
.btn-red span,
.btn-white span{
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 16px;
    color:#fff;
    z-index: 2;
    position: relative;
}
.btn-white span{
    color:#EF333E;
}
.btn-red::before,
.btn-white::before,
.btn-red::after,
.btn-white::after,
.btn-guinda::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.4s;
    background-size: 100% 100%;
}
.btn-red::before,
.btn-white::before,
.btn-guinda::before{
    background-image: url(../../assets/img/recursos/btn-red-1.svg);
}
.btn-guinda:hover::before {
    background-image: url(../../assets/img/recursos/btn-guinda.svg);
}
.btn-red::after,
.btn-white::after{
    background-image: url(../../assets/img/recursos/btn-red-2.svg);
}
.btn-white::before{
    background-image: url(../../assets/img/recursos/btn-white-1.svg);
}
.btn-white::after{
    background-image: url(../../assets/img/recursos/btn-white-2.svg);
}
.btn-red:hover::before,
.btn-white:hover::before{
    opacity: 0;
}
.btn-red:hover span{
    color:#FE1A27;
}
.btn-white:hover span{
    color:#fff;
}
.slider-principal .item .btn-red{
    margin-top: 30px;
}
.btn-red.btn-mini{
    width: 128px;
    height: 44px;
}
.btn-red.btn-mini span{
    font-size: 14px;
}
.section-home-1{
    position: relative;
}
.list-social-1{
    position: absolute;
    top: 40%;
    right: 8%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
}
.list-social-1 li{
    margin: 20px 0;
}
.list-social-1 li img{
    width:32px;
    height: 32px;
}
.section-home-1 .content-control{
    position: absolute;
    bottom: 25px;
    right: 3%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    display: inline-block;
}
.section-home-1 .content-control img{
    width:82px;
    height: 42px;
}
.section-home-1 .content-control .prev-s1{
    margin-right: 25px;
}
.section-home-1 .slick-arrow.slick-disabled{
    opacity: 0.4;
}
#mainNav .logo-principal {
    width: 65px;
    height: 87px;
    position: absolute;
    top: 0;
    left: 80px;
    transition: all 0.4s;
    z-index: 4;
}
#mainNav .nav-left{
    display: inline-block;
    top: 0px;
    left: 19%;
    position: absolute;
    height: 60px;
}
#mainNav .nav-right{
    display: inline-block;
    top: 0px;
    left: 56%;
    position: absolute;
    height: 60px;
}
#mainNav .nav-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#mainNav .nav-menu ul li{
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}
#mainNav .list-principal > li a{
    padding: 21px 22px;
    color: #fff;
    position: relative;
    display: table;
    margin: 0;
    font-size: 12px;
    min-width: 155px;
    text-align: center;
    margin: 0 -10px;
}
#mainNav .list-principal > li:hover a{
    background: #990000;
}
#mainNav .list-principal > li:hover{
    z-index: 3;
}
#mainNav .list-principal > li:hover a::before,
#mainNav .list-principal > li:hover a::after{
    opacity: 0;
}
#mainNav .list-principal > li:hover .sub-menu a::before,
#mainNav .list-principal > li:hover .sub-menu a::after{
    opacity: 1;
}
#mainNav .ico-lupa{
    position: absolute;
    right: 9.5%;
    top: 18px;
    width: 20px;
    height: 19px;
}
#mainNav .nav-menu > li > .sub-menu{
    width: 100%;
}
#mainNav .menu-item-has-children .sub-menu{
    display: none;
}
#mainNav .menu-item-has-children .inner-menu .sub-menu{
    display: block;
}
.section-home-2{
    padding: 32px 0;
}
.section-home-2 .titulo{
    font-size: 13px;
    font-family: 'Oswald';
    margin-bottom: 17px;
}
.section-home-2 .content-inner{
    max-width: 420px;
    margin: 0 auto;
}
.section-home-2 .ico{
    display: flex;
    align-items: center;
    width: 46px;
    height: 48px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.section-home-2 .ico img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width:auto;
    margin: 0 auto;
}
.section-home-2 .item h6{
    font-size:10px;
    margin: 0;
}
.section-home-2 .item-mark{
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    position: relative;
    top: 13px;
}
.section-home-2 .item-mark span{
    margin: 0 16px;
}
.section-destacada{
    position: relative;
    background-color: #990000;
}
.section-destacada .item-right{
    height: 600px;
}
.section-destacada .bg-img{
    width:62%;
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.section-destacada .bg-img .inner-img{
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left:50%;
    top:50%;
    width:100%;
    height: 100%;
    transition: all 0.5s;
    background-size: cover;
    background-position: center;
    position: absolute;
}
.section-destacada:hover .bg-img .inner-img{
    width:110%;
    height: 110%;
}
.section-destacada .item{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 38%;
    display: flex;
    align-items: center;
}
.section-destacada .item::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: 0;
    background-size: cover;
    background-image: url(../../assets/img/recursos/rectangulo-rojo.svg);
}
.section-destacada .item .inner{
    z-index: 2;
    max-width: 480px;
    position: relative;
    left: 25px;
}
.section-destacada .item .titulo{
    font-weight: 600;
    font-size: 36px;
    font-family: 'Oswald';
    color:#fff;
}
.section-destacada .item .btn-white{
    margin-top: 24px;
}
.section-destacada .item .subtitle{
    margin-bottom: 15px;
    color: #C7A754;
    font-size: 16px;
}
.slider-noticias-1 .item{
    height: 415px;
    max-width: 320px;
    width:100%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.slider-noticias-1 .item .bg-img{
    position: absolute;
    top: 31%;
    left: 50%;
    width: 100%;
    height: 70%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background-position: center;
    background-size: cover;
    z-index: 0;
    box-shadow: 0px 0px 16px rgb(0, 0, 0, 0);
    transition: all 0.5s;
}
.slider-noticias-1 .item:hover .bg-img{
    box-shadow: 0px 0px 17px rgb(0, 0, 0, 0.4);
}
.slider-noticias-1 .item:hover .bg-img {
    width: 110%;
    height: 85%;
}
.section-slider-1 .container{
    max-width: 1420px;
    position: relative;
    left: 5.5%;
}
.section-slider-1 .slick-slide{
    padding: 10px;
    padding-bottom: 12px;
}
.slider-noticias-1 .item .detail{
    min-height: 170px;
    background: #000;
    width:100%;
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right:0;
    z-index: 2;
    padding: 24px 24px;
}
.slider-noticias-1 .item .detail h4{
    font-size: 14px;
    color: #fff;
    font-family: 'Oswald';
    line-height: 1.7;
    margin: 0;
}
.slider-noticias-1 .item .detail p {
    color: #fff;
    font-size: 11px;
    margin-top: 5px;
}
.slider-noticias-1 .item:hover .detail p,
.slider-noticias-1 .item:hover .detail h4{
    color: #BDA55A;
}
.section-slider-1{
    overflow: hidden;
    position: relative;
    margin-top: -45px;
    padding-bottom: 95px;
}
.section-slider-1 .content-control,
.section-campeonato .content-control{
    margin-top: 40px;
    position: relative;
    left: 15px;
}
.section-slider-1 .content-control img,
.section-campeonato .content-control img{
    width: 43px;
    height: 43px;
}
.section-slider-1 .content-control .prev-s2,
.section-campeonato .content-control .prev-s3{
    margin-right: 25px;
}
.section-slider-1 .slick-arrow.slick-disabled,
.section-campeonato .slick-arrow.slick-disabled{
    opacity: 0.4;
}
.section-slider-1 .link-ver-mas{
    font-size: 16px;
    color: #C7A754;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    margin-top: 50px;
}
.section-campeonato{
    background: #F7F8FA;
    padding-top: 115px;
    padding-bottom: 115px;
    overflow: hidden;
    position: relative;
}
.section-campeonato .container{
    max-width: 1420px;
    position: relative;
    left: 5.5%;
}
.section-campeonato .link-ver-mas{
    font-size: 16px;
    color: #C7A754;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    margin-top: 50px;
}
.titulo-black{
    font-family: 'Oswald';
    font-size: 30px;
    display: inline-block;
    font-weight: 400;
    padding-bottom: 0px;
}


.titulo-red{
    font-family: 'Oswald';
    font-size: 48px;
    display: table;
    font-weight: 400;
    margin: 0 auto;
    padding-bottom: 5px;
    color:#fff;
    position: relative;
}
.titulo-red::before{
    content: '';
    display: block;
    height: 3px;
    width: 90%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    bottom: -4px;
    background: #EF333E;
    position: absolute;
}
.section-campeonato .titulo-black{
    margin-bottom: 65px;
}
.section-campeonato .item{
    position: relative;
    height: 388px;
    overflow: hidden;
}
.section-campeonato .item .bg-img{
    width: 51%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.section-campeonato .item .bg-img .inner-img{
    background-size: cover;
    background-position: center;
    width:100%;
    height: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left:50%;
    top:50%;
    transition: all 0.5s;
}
.section-campeonato .item:hover .bg-img .inner-img{
    width:115%;
    height: 115%;
}
.section-campeonato .item .content{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 47%;
    background: #000;
}
.section-campeonato .item .content .inner{
    z-index: 2;
    position: relative;
    max-width: 430px;
    margin-top: 50px;
}
.section-campeonato .item .content::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -80px;
    z-index: 0;
    background-size: cover;
    background-image: url(../../assets/img/recursos/rectangulo-negro.svg);
}
.section-campeonato .slick-slide{
    margin: 0 10px;
}
.section-campeonato .content-inner-2{
    width:2200px;
}
.section-campeonato .item .content .titulo {
    font-size: 30px;
    font-family: 'Oswald';
    color: #fff;
    margin-bottom: 20px;
}
.section-campeonato .item .subtitle{
    font-size: 16px;
    color: #C7A754;
    font-weight: bold;
}
.section-campeonato .item .btn-red{
    margin-top: 23px;
}
.section-campeonato .list-social-2 li{
    display: inline-block;
    margin-right: 10px;
    transition: all 0.4s;
}
.section-campeonato .list-social-2 li img{
    max-width: 28px;
    max-height: 28px;
    height: auto;
    width:auto;
    transition: all 0.4s;
    top:0;
}
.section-campeonato .list-social-2 li:hover{
    margin-top: 5px;
}
.section-campeonato .list-social-2 li:hover img{
    top: -6px;
    position: relative;
    transition: all 0.4s;
}
.section-equipo{
    padding-top:90px;
    position: relative;
    overflow: hidden;
}
.section-equipo .titulo-red{
    margin-bottom: 45px;
}
.section-equipo .container{
    max-width: 1200px;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}
.section-equipo .slick-slide{
    margin: 0 10px;
}
.section-equipo .item{
    position: relative;
}
.section-equipo .item .content{
    height: 360px;
    width: 100%;
    position: relative;
}
.section-equipo .item .bg-img{
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 94%;
    position: absolute;
    bottom: 0;
    left:50%;
    width: 100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 0.4s;
    filter: grayscale(100%);
}
.section-equipo .item:hover .bg-img{
    height: 100%;
    filter: grayscale(0);
}
.section-equipo .item .descriptivo{
    text-align: center;
    margin-bottom: 15px;
}
.section-equipo .item .descriptivo .nombre{
    font-size: 16px;
    color:#fff;
    font-weight: 700;
}
.section-equipo .item .descriptivo .nombre a {
    color:#fff;
}
.section-equipo .item .descriptivo .subtitle{
    font-size: 14px;
    color:#D8BF66;
    font-weight: 400;
}
.section-equipo .prev-s4 img,
.section-equipo .next-s4 img{
    width: 80px;
    height: 40px;
}
.section-equipo .prev-s4{
    position: absolute;
    top:65%;
    left:-5px;
    z-index: 4;
}
.section-equipo .next-s4{
    position: absolute;
    top:65%;
    right:-5px;
    z-index: 4;
}
.section-equipo .slick-arrow.slick-disabled{
    opacity: 0.4;
}
.section-equipo .draggable{
    overflow: visible;
}
.section-equipo::before{
    content: '';
    display: block;
    position: absolute;
    width: 140px;
    height: 685px;
    background: linear-gradient(268.62deg, #000000 1.77%, rgba(31, 31, 31, 0) 80%);
    right: 0;
    bottom: 0;
    z-index: 3;
}
.section-equipo::after{
    content: '';
    display: block;
    position: absolute;
    width: 140px;
    height: 685px;
    background: linear-gradient(-268.62deg, #000000 1.77%, rgba(31, 31, 31, 0) 80%);
    left: 0;
    bottom: 0;
    z-index: 3;
}
.section-suscripcion{
    position: relative;
    overflow: hidden;
    background: #990000;
}
.section-suscripcion .container{
    max-width: 100%;
}
.section-suscripcion .bg-img{
    height: 557px;
    width:55%;
    margin-left: auto;
    display: table;
    background-position: center;
    background-size: cover;
}
.section-suscripcion .content{
    position: absolute;
    top: 0;
    width: 52%;
    height: 100%;
}
.section-suscripcion .content::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: cover;
    background-image: url(../../assets/img/recursos/rectangulo-rojo.svg);
}
.section-suscripcion .inner{
    position: relative;
    z-index: 2;
    padding-top: 95px;
    margin: 0 auto;
    max-width: 425px;
    left: -20px;
}
.section-suscripcion .titulo{
    font-weight: 600;
    font-size: 52px;
    font-family: 'Oswald';
    margin-bottom: 30px;
}
.section-suscripcion .content-form{
    max-width: 380px;
}
.section-suscripcion .form-input{
    margin-bottom: 15px;
}
.section-suscripcion .form-input input{
    width:100%;
    height: 56px;
    background: transparent;
    border:1px solid #fff;
    color:#fff;
    padding: 0 20px;
}
.section-suscripcion .form-input input::placeholder{
    color:#fff;
}
.btn-form-submit{
    position: relative;
    cursor: pointer;
}
.btn-form-submit input{
    background: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    background: blue;
    left: 0;
    top: 0;
    display: table;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
    position: absolute;
}
.btn-form-submit span{
    width: 160px;
    text-align: center;
    z-index: 0;
}
.content-social-2 ul li{
    display: inline-block;
    margin-left: 9px;
}
.content-social-2 ul li img{
    width:32px;
    height: 32px;
}
.content-social-2 ul{
    display: table;
    max-width: 380px;
    width: 100%;
    text-align: right;
    margin-top: -43px !important;
}
.section-suscripcion .btn-form-submit {
    margin-top: 20px;
}
.section-sponsors{
    min-height: 151px;
    padding-top: 30px;
    background: #e3e3e3;
}
.section-sponsors .sub-sponsors h3{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
}
.section-sponsors ul{
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: table;
}
.section-sponsors .sub-sponsors li{
    display: inline-block;
}
.section-sponsors .sub-sponsors .inner {
    height: 50px;
    display: flex;
    align-items: center;
    width: 100px;
}
.section-sponsors .sub-sponsors .inner img{
    height: auto;
    width:auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.section-sponsors .sub-sponsors li{
    margin: 0 10px;
    vertical-align: top;
}
.section-sponsors .item{
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.section-sponsors .item::before {
    content: '';
    display: block;
    width: 1px;
    height: 42px;
    background: #afafaf;
    position: absolute;
    top: 29px;
    right: -15px;
}
.section-sponsors ul .item:nth-last-child(1)::before{
    display: none;
}
@media only screen and (max-width: 600px){
    .section-sponsors ul .item::before{
        display: none;
    }
}
.section-sponsors .container{
    max-width: 1250px;
}
footer {
    background: #990000;
    padding-top: 0;
    padding-bottom: 0;
}
.slider-lateral-1 .slick-track li.slick-current .bg-img,
.slider-lateral-2 .slick-track li.slick-current .bg-img{
    filter: grayscale(0%);
}


.content-select-0 .select2-selection__rendered{
    background: #990000;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
}
.content-select-0 .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #fff !important;
    border-radius: 0;
    height: 32px;
}
.content-select-0 .select2-container{
    width:260px;
}
.content-select-0 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}
.content-select-0 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}
.content-social-footer li{
    display: inline-block;
    margin: 0 5px;
}
.content-social-footer .text{
    font-weight: 400;
    font-size: 16px;
}
.content-social-footer .ico{
    width:32px;
    height: 32px;
}
.select2-search{
    display: none;
}
.select2-results__option {
    padding: 5px 11px;
    font-size: 12px;
    border-top: 3px solid #990000;
    color:#990000;
}
.select2-dropdown{
    background-color: white;
    border: 1px solid #fff;
    border-radius: 0;
}
.select2-results__options{
    border-top: 5px solid #990000;
    border-bottom: 8px solid #990000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #e0e0e0;
    color: #990000;
}
.content-search-head {
    position: absolute;
    top: 15px;
    right: 10px;
    display: none;
}
.content-search-head.activo{
    display: block;
}
#ico-lupa.ocultar{
    display: none;
}
.content-search-head .input-search{
    width: 140px;
    height: 31px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 3px 13px;
}
.content-search-head .input-search::placeholder{
    color:#fff;
}
.content-search-head button{
    border:0;
    background: transparent;
    outline: none;
    cursor: pointer;
}
.content-search-head button img{
    width: 20px;
    height: 20px;
    margin-left: 2px;
    position: relative;
    top: -2px;
}
.overhidden{
    position: relative;
    overflow: hidden;
}
@media only screen and (max-width: 1160px){
    .section-equipo .item .content {
        height: 320px;
    }
}
@media only screen and (max-width: 1250px){
    #mainNav .logo-principal {
        left: 30px;
    }
    #mainNav .nav-left {
        left: 13%;
    }
}
@media only screen and (max-width: 1150px){
    .section-destacada .item .inner {
        max-width: 400px;
    }
}
@media only screen and (max-width: 1050px){
    #mainNav .logo-principal {
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
    }
}
#mainNav .hamburger{
    position: absolute;
    top: 19px;
    right: 32px;
    width: 25px;
    height: 19px;
    display: none;
    cursor: pointer;
}
#mainNav #lupa-mobile{
    display: none;
    position: absolute;
    top: 19px;
    left: 32px;
}
@media only screen and (max-width: 1050px){
    #mainNav .nav-right,
    #mainNav .nav-left,
    #ico-lupa{
        display: none;
    }
    #mainNav{
        background: transparent;
    }
    #mainNav .hamburger{
        display: block;
    }
    #mainNav #lupa-mobile{
        display: block;
    }
}
@media only screen and (max-width: 850px){
    #mainNav {
        top: 35px;
    }
}
@media only screen and (max-width: 600px){
    #mainNav {
        top: 5px;
    }
    #mainNav .logo-principal {
        width: 55px;
        height: 75px;
    }
    #mainNav #lupa-mobile {
        left: 28px;
    }
    #mainNav .hamburger {
        right: 28px;
    }
}
@media only screen and (max-width: 1280px){
    .list-social-1 {
        right: 3%;
    }
    .section-home-1 .content-control {
        right: -1%;
    }
}
@media only screen and (max-width: 1080px){
    .slider-principal .item .title {
        font-size: 40px;
    }
    .slider-principal .item .content {
        margin-top: 20px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px){
    .list-social-1{
        display: none;
    }
    .slider-principal .item {
        height: 750px;
    }
    .section-home-1 .content-control{
        display: none;
    }
    .slider-principal .item .bloque {
        top: 2%;
        position: relative;
    }
}
.section-home-1 .slick-dots {
    bottom: 20px;
}
.dots-white .slick-dots li button:before{
    display: none;
}
.dots-white .slick-dots li button{
    border:1px solid #fff;
    border-radius: 50%;
    width:10px;
    height: 10px;
    margin: 0 auto;
    display: table;
}
.dots-white .slick-dots li.slick-active button{
    background: #fff;
}
.dots-red .slick-dots li button:before{
    display: none;
}
.dots-red .slick-dots li button{
    border:1px solid #fff;
    border-radius: 50%;
    width:10px;
    height: 10px;
    margin: 0 auto;
    display: table;
    background: #9599A2;
}
.dots-red .slick-dots li.slick-active button{
    background: #FE1A27;
}
@media only screen and (max-width: 767px){
    .slider-principal .item .inner {
        max-width: 100%;
        text-align: center;
        display: table;
        margin: 0 auto;
    }
    .slider-principal .item .content,
    .slider-principal .item .btn-red{
        margin-left: auto;
        margin-right: auto;
    }
}
.section-home-1 .bg-mobile{
    display: none;
}
.section-new-lists .bg-img{
    filter: grayscale(100%);
}
@media only screen and (max-width: 500px){
    .slider-principal .item {
        height: 670px;
    }
    .slider-principal .item .title {
        font-size: 30px;
    }
    .slider-principal .item .content {
        font-size: 15px;
        max-width: 320px;
    }
    .btn-red::before,
    .btn-red::after{
        display: none;
    }
    .slider-principal .btn-red::before,
    .slider-principal .btn-red::after{
        display: block;
    }
    .slider-principal .btn-red{
        border: 0 !important;
        background: transparent !important;
        height: 46px !important;
    }
    .slider-principal .btn-red span{
        left: -2px;
    }
    .btn-red{
        max-width: 260px;
        width: 100%;
        border: 1px solid #FE1A27;
        background: #FE1A27;
        transition: all 0.4s;
        height: 43px;
    }
    .btn-red:hover{
        background: transparent;
    }
    .btn-white::before,
    .btn-white::after{
        display: none;
    }
    .btn-white{
        max-width: 160px;
        width:100%;
        border:1px solid #fff;
        background: #fff;
        transition: all 0.4s;
        height: 51px;
    }
    .btn-white:hover{
        background: transparent;
    }
    .section-home-1 .bg-mobile{
        display: block;
    }
    .section-home-1 .bg-desktop{
        display: none;
    }
    .section-home-2 .item h6 {
        font-size: 9px;
    }
    .section-home-2 .item-mark {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1250px){
    .section-destacada .item {
        max-width: 45%;
    }
}
@media only screen and (max-width: 991px){
    .section-destacada .item {
        max-width: 45%;
    }
    .section-destacada .bg-img {
        width: 55%;
    }
    .section-destacada .item .titulo {
        font-size: 34px;
    }
    .section-destacada .item .inner {
        left: 5px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 767px){
    .section-destacada .bg-img {
        width: 100%;
        height: 400px;
    }
    .section-destacada .item {
        position: relative;
        display: block;
        max-width: 100%;
        padding-top: 20px;
    }
    .section-destacada .item::before{
        display: none;
    }
    .section-destacada .item::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: -70px;
        left: 0;
        z-index: 0;
        background-size: cover;
        background-image: url(../../assets/img/recursos/rectangulo-rojo-mobile.svg);
    }
    .section-destacada .item .inner {
        left: 0;
        padding-right: 20px;
        padding-left: 20px;
        margin: 0 auto;
        margin-bottom: 90px;
    }
}
@media only screen and (max-width: 480px){
    .section-destacada .bg-img {
        height: 240px;
    }
    .section-destacada .item .inner {
        left: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin: 0 auto;
        margin-bottom: 90px;
        max-width: 330px;
    }
    .section-destacada .item .titulo {
        font-size: 28px;
    }
}
@media only screen and (max-width: 1250px){
    .section-slider-1 .container {
        max-width: 1080px;
        left: 0;
    }
    .section-slider-1 .link-ver-mas {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 950px){
    .section-slider-1 .slider-noticias-1{
        width: 1000px;
    }
}
@media only screen and (max-width: 800px){
    .section-slider-1 .slider-noticias-1{
        width: 100%;
    }
    .section-slider-1 .container {
        max-width: 750px;
    }
}
@media only screen and (max-width: 600px){
    .section-slider-1 .slider-noticias-1{
        width: 600px;
    }
    .section-slider-1 {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 500px){
    .section-slider-1 .content-control,
    .section-campeonato .content-control{
        display: none;
    }
    .slider-noticias-1 .slick-dots{
        text-align: left;
        left: 1px;
        bottom: -45px;
        display: inline-block;
    }
    .section-slider-1 .link-ver-mas{
        margin-right: 10px;
        margin-top: 17px;
    }
    .section-slider-1 .slick-dots li {
        margin: 0 2px;
    }
    .section-slider-1 .col-12,
    .section-slider-1 .col-5{
        position: relative;
        z-index: 2;
    }
    .slider-noticias-1 .item {
        height: 340px;
    }
    .section-slider-1 .slider-noticias-1{
        width: 570px;
    }
}
@media only screen and (max-width: 550px){
    .content-social-footer{
        text-align: center;
    }
    .content-social-footer ul li:nth-child(1),
    .content-social-footer ul li:nth-child(2){
        display: block;
    }
    .content-social-footer .text {
        display: table;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    footer .content-select-0{
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 1200px){
    .section-sponsors ul li.item:nth-child(3) {
        margin-top: 25px;
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 650px){
    .section-sponsors .item {
        display: block;
        margin: 25px 0;
    }
    .section-sponsors {
        padding-top: 25px;
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 1080px){
    .section-suscripcion .content {
        width: 55%;
    }
}
@media only screen and (max-width: 991px){
    .section-suscripcion .content {
        width: 58%;
    }
}
@media only screen and (max-width: 860px){
    .section-suscripcion .content {
        width: 62%;
    }
}
@media only screen and (max-width: 820px){
    .section-suscripcion .content {
        width: 64%;
    }
}
.section-suscripcion .bg-d-red{
    background: #990000;
}
@media only screen and (max-width: 767px){
    .section-suscripcion .bg-img {
        height: 500px;
        width: 100%;
    }
    .section-suscripcion .inner {
        padding-top: 0;
        left: 0;
    }
    .section-suscripcion .content::before,
    .section-suscripcion .content-social-2{
        display: none;
    }
    .section-suscripcion .content {
        position: relative;
        width: 100%;
        padding: 20px 20px;
        padding-top: 25px;
        padding-bottom: 45px;
    }
}
@media only screen and (max-width: 700px){
    .section-suscripcion .bg-img {
        height: 450px;
    }
}
@media only screen and (max-width: 600px){
    .section-suscripcion .bg-img {
        height: 400px;
    }
}
@media only screen and (max-width: 500px){
    .section-suscripcion .bg-img {
        height: 330px;
    }
}
@media only screen and (max-width: 480px){
    .section-suscripcion .bg-img {
        height: 250px;
    }
    .section-suscripcion .titulo{
        font-size: 32px;
        text-align: center;
    }
    .section-suscripcion .content-form {
        max-width: 280px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 1080px){
    .section-equipo .item .bg-img {
        height: 100%;
        filter: grayscale(0);
    }
    .section-equipo .container{
        max-width: 800px;
    }
}
@media only screen and (max-width: 750px){
    .section-equipo .prev-s4,
    .section-equipo .next-s4{
        display: none !important;
    }
    .slider-equipos{
        width:700px;
    }
    .section-equipo::before,
    .section-equipo::after{
        width: 70px;
    }
}
@media only screen and (max-width: 480px){
    .section-equipo .item .content {
        height: 278px;
    }
    .slider-equipos {
        width: 600px;
        left: -30px;
    }
    .section-equipo::before,
    .section-equipo::after{
        width: 30px;
    }
    .section-equipo .item .descriptivo .nombre {
        font-size: 14px;
    }
    .section-equipo .item .descriptivo .subtitle {
        font-size: 12px;
    }
    .section-equipo .titulo-red{
        font-size: 32px;
    }
    .section-equipo {
        padding-top: 50px;
    }
}
@media only screen and (max-width: 380px){
    .section-equipo .item .content {
        height: 250px;
    }
    .slider-equipos {
        width: 550px;
    }
}
@media only screen and (max-width: 360px){
    .section-equipo .item .content {
        height: 230px;
    }
    .slider-equipos {
        width: 500px;
    }
}
@media only screen and (max-width: 1130px){
    .section-campeonato .content-inner-2 {
        width: 1700px;
    }
    .section-campeonato .item .content .titulo {
        font-size: 36px;
        padding-right: 20px;
    }
    .section-campeonato {
        padding-top: 85px;
        padding-bottom: 100px;
    }
    .section-campeonato .container {
        left: 1.5%;
    }
}
@media only screen and (max-width: 870px){
    .section-campeonato .item .content {
        max-width: 57%;
    }
}
@media only screen and (max-width: 800px){
    .section-campeonato .content-inner-2 {
        width: 1500px;
    }
}
@media only screen and (max-width: 760px){
    .section-campeonato .content-inner-2 {
        width: 100%;
        max-width: 650px;
    }
    .section-campeonato .item .bg-img {
        width: 100%;
        height: 340px;
    }
    .section-campeonato .item .content {
        max-width: 100%;
        position: relative;
    }
    .section-campeonato .item {
        height: auto;
    }
    .section-campeonato .item .content .inner {
        margin-top: -140px;
        min-height: 270px;
        padding: 0 20px;
        padding-top: 20px;
        position: relative;
    }
    .section-campeonato .container {
        left: 0;
    }
    .section-campeonato .item .content .titulo {
        font-size: 22px;
        padding-right: 0;
    }
    .section-campeonato .item .subtitle{
        display: none;
    }
    .section-campeonato .link-ver-mas{
        margin-right: 10px;
    }
    .section-campeonato .item .content::before {
        background-image: url(../../assets/img/recursos/rectangulo-negro-mobile.svg);
        left: 0;
        top: -40px;
    }
    .section-campeonato .titulo-black{
        margin-left: auto;
        margin-right: auto;
        display: table;
    }
    .section-campeonato {
        padding-top: 65px;
        padding-bottom: 80px;
    }
    .section-campeonato .list-social-2 li:hover {
        margin-top: 0;
    }
    .section-campeonato .list-social-2 li:hover img {
        top: 0;
    }
    .section-campeonato .col-7,
    .section-campeonato .col-5{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        position: static;
    }
    .section-campeonato .list-social-2 li img {
        max-width: 20px;
        max-height: 20px;
    }
    .section-campeonato .list-social-2{
        position: relative;
        top: -65px;
    }
}
@media only screen and (max-width: 650px){
    .section-campeonato .slider-campeonato{
        width: 650px;
    }
    .section-campeonato .slick-dots {
        bottom: -54px;
        text-align: left !important;
        display: inline-block;
        width: auto;
    }
    .section-campeonato .link-ver-mas {
        margin-right: 12px;
    }
    .section-campeonato .col-12{
        z-index: 2;
        position: relative;
    }
    .section-campeonato .link-ver-mas{
        margin-top: 0;
    }
    .section-campeonato .list-social-2{
        margin-top: -15px !important;
    }
    .section-campeonato .item .content .titulo {
        line-height: 1.3;
    }
}
@media only screen and (max-width: 420px){
    .section-campeonato .slider-campeonato{
        width: 620px;
    }
    .section-campeonato .slick-slide {
        margin: 0 6px;
    }
}
.bg-shadow::before,
.slider-principal .item .bg-img::before{
    content:'';
    display: block;
    position: relative;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0.5;
}
.slider-principal .item .bg-img::before{
    opacity: 0.6;
}
.section-news-0 .subtitle{
    font-size: 16px;
    text-transform: uppercase;
    color:#C7A754;
    margin-bottom: 2px;
}
.banner-noticia-2{
    min-height: 120px;
    background: #000;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 30px;
}
.banner-noticia-2 .text{
    font-size: 40px;
    color:#fff;
    font-family: 'Oswald';
    font-weight: 700;
    letter-spacing: 1px;
}
.banner-noticia-2 .text strong{
    color:#C7A754;
    font-family: 'Oswald';
    font-weight: 700;
}
.list-category-0 li{
    display: inline-block;
    position: relative;
    margin: 0 15px;
}
.list-category-0 li::before{
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -18px;
    height: 40px;
    width: 1px;
    background: #000;
    -webkit-transform: rotate(14deg);
    -ms-transform: rotate(14deg);
    transform: rotate(14deg);
}
.list-category-0 li:nth-last-child(1)::before{
    display: none;
}
.list-category-0 li a {
    color: #C4C4C4;
    font-size: 15px;
    padding: 13px 10px;
    display: table;
}
.list-category-0 li a.activo{
    color:#C7A754;
    font-weight: 700;
}
.banner-noticia-3{
    padding-top: 28px;
    padding-bottom: 28px;
}
.section-tags .lists li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 7px;
}
.section-tags .lists a{
    color: #8A8A8A;
    background: #e2e2e2;
    padding: 0 20px;
    height: 24px;
    display: table;
    font-weight: 700;
}
.section-tags{
    margin-top: 25px;
    margin-bottom: 70px;
}
.titulo-28{
    font-size: 28px;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
.slider-lateral-2 li .bg-img{
    filter: grayscale(100%);
}
.section-new-lists .container {
    max-width: 1240px;
}
.section-tags .container {
    max-width: 1200px;
}
.section-new-lists .bg-img{
    background-position: center;
    background-size: cover;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    transition: all 0.4s;
}
.slider-lateral-1 .item {
    width: 100%;
    height: 336px;
    position: relative;
    margin: 13px 0;
    align-items: flex-end;
    display: flex;
    overflow: hidden;
}
.slider-lateral-1 .item .bg-img{
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.6s;
}
.slider-lateral-1 .item:hover .bg-img{
    width: 110%;
    height: 110%;
}
.section-new-lists .inner-center {
    position: relative;
    padding-right: 60px;
    max-width: 660px;
    overflow: hidden;
    height: 1010px;
}
.section-new-lists .item::before{
    content:'';
    display: block;
    width:100%;
    height: 100%;
    position: absolute;
    bottom:0;
    z-index: 2;
}
.section-new-lists .item:hover .bg-img{
    filter: grayscale(0);
}
.section-new-lists .col-a .slick-arrow.prev-s5{
    position: absolute;
    bottom: 125px;
    right: 5px;
}
.section-new-lists .col-a .slick-arrow.next-s5{
    position: absolute;
    bottom: 30px;
    right: 5px;
}
.section-new-lists .slick-arrow.slick-disabled{
    opacity: 0.3;
}
.slider-lateral-1 .item .detail {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 13px 20px;
    padding-bottom: 11px;
    left: 0;
    z-index: 3;
    color: #fff;
    text-align: center;
    background: #000;
}
.slider-lateral-1 .item .detail .subtitle{
    font-size: 20px;
    font-family: 'Oswald';
    font-weight: bold;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 5px;
    line-height: 24px;
    letter-spacing: 0.5px;
}
.slider-lateral-1 .item .detail .ver{
    margin-left: auto;
    display: table;
    position: relative;
    padding-right: 34px;
}
.slider-lateral-1 .item:hover .detail .subtitle,
.slider-lateral-1 .item:hover .detail .ver{
    color: #BDA55A;
}
.slider-lateral-1 .item .detail .ver::before{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    background-image: url(../../assets/img/recursos/arrow-white-2.svg);
    background-size: 100% 100%;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.1s;
}
.slider-lateral-1 .item .detail .ver::after{
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    content: "";
    display: block;
    background-image: url(../../assets/img/recursos/arrow-cream-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.1s;
    opacity: 0;
}
.slider-lateral-1 .item:hover .detail .ver::after{
    opacity: 1;
}
.slider-lateral-1 .item:hover .detail .ver::before{
    opacity: 0;
}
.slider-lateral-2 .item{
    width:100%;
    height: 188px;
    position: relative;
    border-radius: 0 !important;
}
.slider-lateral-2 .slick-slide{
    margin: 10px 0;
}
.section-new-lists .inner-right{
    max-width: 440px;
}


.slider-lateral-2 .item .detail{
    position: absolute;
    bottom: 0;
    width:100%;
    padding: 20px 20px;
    padding-bottom: 8px;
    left:0;
    z-index: 3;
    color:#fff;
    text-align: center;
}
.slider-lateral-2 .item .detail .title-2{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
}
.slider-lateral-2 .item .detail .subtitle-2{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}
.slider-lateral-2 .item .detail .ubicacion{
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 5px;
}
.section-new-lists .titulo-1 {
    font-size: 35px;
    font-family: 'Oswald';
    font-weight: bold;
    margin-bottom: 33px;
    padding-left: 50px;
    text-transform: uppercase;
    line-height: 1.2;
}
.section-new-lists .titulo-2{
    font-size: 36px;
    font-family: 'Oswald';
    font-weight: bold;
    margin-bottom: 35px;
    text-transform: uppercase;
}
.section-new-lists .titulo-3{
    font-size: 24px;
    font-family: 'Oswald';
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 5px;
}
.content-publicidad .titulo-3 {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px){
    .section-news-0 .subtitle{
        display: none;
    }
    .page-template-seleccionados-1 .section-seleccionados {
        height: 350px;
    }
}
@media only screen and (max-width: 767px){
    .banner-noticia-2 .text{
        font-size: 28px;
        line-height: 1.3;
    }
    .banner-noticia-2 .text strong {
        display: block;
    }
    .banner-noticia-2 {
        padding-top: 28px;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 360px){
    .banner-noticia-2 .text{
        font-size: 26px;
    }
}
@media only screen and (max-width: 991px){
    .list-category-0 li::before{
        display: none;
    }
    .list-category-0 li a{
        color:#000;
    }
    .list-category-0 li {
        margin: 0;
    }
    .banner-noticia-3 {
        padding-top: 20px;
        padding-bottom: 15px;
        background: #F7F8FA;
        margin-bottom: 25px;
    }
    .list-category-0 li a {
        padding: 5px 10px;
    }
}
.publicidad-content-mobile{
    display: none;
}
@media only screen and (max-width: 991px){
    .section-tags .col-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-tags .content {
        max-width: 560px;
        margin:0 auto;
    }
}
@media only screen and (max-width: 550px){
    .section-tags .content {
        text-align: center;
    }
    .section-tags .lists a{
        font-size: 12px;
        padding: 4px 15px;
        height: 20px;
    }
    .section-tags .lists li {
        margin-bottom: 7px;
        margin: 2px 3px;
    }
    .section-tags .titulo-28 {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px){
    .section-new-lists .col-a,
    .section-new-lists .col-b{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-new-lists .inner-center {
        margin: 0 auto;
    }
    .section-new-lists .inner-right{
        margin: 0 auto;
        margin-top: 40px;
    }
    .section-new-lists .titulo-1 {
        font-size: 30px;
        padding-left: 0;
        text-align: center;
    }
    .content-control-mobile-2{
        display: block;
    }
}
@media only screen and (max-width: 500px){
    .section-new-lists .content-desktop{
        display: none;
    }
    .publicidad-content-mobile {
        display: block;
        margin-bottom: 40px;
    }
    .section-tags {
        margin-bottom: 17px;
    }
}
.content-control-mobile-1{
    display: none;
}
.content-control-mobile-2,
.content-control-mobile-1{
    text-align: right;
    margin-right: 20px;
}
.content-control-mobile-2 img,
.content-control-mobile-1 img {
    width: 42px;
    display: inline-block;
}
.content-control-mobile-2 .rotate-180,
.content-control-mobile-1 .rotate-180{
    margin-right: 5px;
}
@media only screen and (max-width: 767px){
    .content-control-mobile-2 .rotate-180,
    .content-control-mobile-1 .rotate-180{
        display: inline-block !important;
    }
    .slider-lateral-1 .item .detail .ver::before,
    .slider-lateral-1 .item .detail .ver::after{
        width: 19px;
        height: 18px;
    }
}
@media only screen and (max-width: 991px){
    .section-new-lists .titulo-2 {
        font-size: 36px;
        text-align: center;
    }
}
@media only screen and (max-width: 480px){
    .section-new-lists .titulo-2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .slider-lateral-2 .item {
        height: 150px;
        border-radius: 25px;
        overflow: hidden;
    }
    .slider-lateral-2 .item .detail .title-2,
    .slider-lateral-2 .item .detail .subtitle-2{
        font-size: 12px;
        margin-bottom: 4px;
    }
    .slider-lateral-2 .item .detail .ubicacion{
        font-size: 10px;
    }
}
@media only screen and (max-width: 991px){
    .section-new-lists .inner-center {
        height: auto;
    }
}
@media only screen and (max-width: 767px){
    .section-new-lists .inner-center{
        padding-right: 0;
    }
    .section-new-lists .content-control-mobile-1 {
        display: block;
    }
    .section-new-lists .slick-desktop{
        display: none !important;
    }
    .section-new-lists .col-a .slick-arrow.prev-s5,
    .section-new-lists .col-a .slick-arrow.next-s5{
        position: relative;
        bottom: 0;
        right: 0;
    }
    .section-new-lists .inner-center {
        max-width: 440px;
    }
    .slider-lateral-1 .item {
        height: 350px;
    }
    .slider-lateral-1 .item .detail .subtitle {
        font-size: 20px;
    }
    .slider-lateral-1 .item .ver{
        font-size: 12px;
    }
}
@media only screen and (max-width: 480px){
    .slider-lateral-1 .item {
        height: 300px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 360px){
    .slider-lateral-1 .item .detail .subtitle {
        font-size: 15px;
    }
}
.section-single-head{
    height: 660px;
    position: relative;
}
.border-30{
    border-radius: 25px;
    overflow: hidden;
}
.section-single-head .bg-img{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 0;
}
.slider-lateral-2 .detail .subtitle-2{
    color:#fff;
    font-size: 36px;
    font-family: 'Oswald';
    font-weight: 700;
    text-transform: uppercase;
}
.slider-lateral-2 .detail .ver-2{
    font-size: 12px;
    font-weight: 700;
    color:#fff;
    text-transform: uppercase;
}
.slider-lateral-2 .detail .ver-2 img{
    display: inline-block;
    margin-left: 7px;
    width: 15px;
    position: relative;
    top: -1px;
}
.content-general{
    line-height: 1.8;
}
.section-new-lists .inner-content-0{
    height: auto;
    position: relative;
    padding-right: 60px;
    max-width: 660px;
}
.single-new-0.section-new-lists{
    margin-bottom: 65px;
}
.social-3 p{
    font-size: 16px;
    font-weight: 700;
    color:#000;
    margin-bottom: 7px;
}
.list-social-2 li{
    display: inline-block;
    margin-right: 5px;
}
.list-social-2 li img{
    width:32px;
    height: 32px;
}
.bg-shadow-easy::before{
    content: '';
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-campeon .card-0{
    min-height: 91px;
    width: 100%;
    max-width: 544px;
    background: #EEEEEE;
    margin: 15px 0;
    padding-left: 88px;
    padding-right: 15px;
    position: relative;
    padding-bottom: 15px;
}
.section-campeon .card-0 .titulo,
.section-campeon .card-0 .titulo a{
    font-size: 28px;
    font-family: 'Oswald';
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 22px;
    margin:0;
}
.section-campeon .card-0 .titulo a {
    color: #212529;
}
.section-campeon .card-0 ul li{
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.section-campeon .card-0 ul li::before{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -7px;
    height: 14px;
    width: 1px;
    border-left: 1px solid #C4C4C4;
}
.section-campeon .card-0 ul li:nth-last-child(1)::before{
    display: none;
}
.section-campeon .card-0 ul li a{
    color: #6797E0;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.section-campeon{
    margin-top: 45px;
    margin-bottom: 200px;
}
.section-campeon .card-0 .bg-logo{
    position: absolute;
    left: 13px;
    top: 20px;
    width: 61px;
    height: 61px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.columna-top-select {
    margin-bottom: 25px;
    margin-top: 25px;
}
.columna-top-select .select2-selection__rendered {
    background: #ffffff;
    color: #000 !important;
    text-transform: uppercase;
    font-size: 18px;
    text-align: left;
    border:1px solid transparent;
    border-bottom: 2px solid #C7A754;
    padding-bottom: 4px;
    padding-top: 8px;
}
.columna-top-select .select2-selection--single {
    height: 40px;
}
.columna-top-select .select2-container {
    width: 295px !important;
}
.columna-top-select .select2-container:after {
    content: '';
    background-image: url(../../assets/img/recursos/arrow-0.svg);
    font-size: 24px;
    position: absolute;
    bottom: 8px;
    right: 4px;
    pointer-events: none;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
}
.select2-container--flat .select2-results__options{
    border:0;
}
.select2-container--flat .select2-results__option {
    margin: 7px 4px;
    padding: 0 6px;
    font-size: 18px;
    border-top: 0;
    color: #000;
}
.columna-top-select .select2-container--open .select2-selection__rendered {
    border: 1px solid #fe1a27;
}
.select2-container--flat .select2-dropdown {
    border: 1px solid #fe1a27;
    border-top: 0;
}
.columna-top-select .select2-container--open .select2-selection__rendered::before{
    content: '';
    width: 95%;
    height: 1px;
    border-bottom: 2px solid #fe1a27;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.select2-container--flat .select2-dropdown .select2-results__option--highlighted {
    background: #fe1a27;
    color: #fff;
}
.section-banner-junta{
    height: 480px;
    position: relative;
    display: flex;
    align-items: center;
}
.section-banner-junta .content{
    position: relative;
    z-index: 2;
    width: 100%;
    top: 10%;
}
.bg-img-general{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background-position: top;
    background-size: cover;
    z-index: 0;
}
.section-banner-junta .content .inner{
    max-width: 650px;
    margin:0 auto;
    position: relative;
}
.section-banner-junta .content .inner h3{
    font-size: 48px;
    font-weight: 700;
    color:#fff;
    font-family: 'Oswald';
    text-align: center;
}
.section-banner-junta .content .inner::before{
    content: '';
    width: 85%;
    height: 1px;
    border-bottom: 2px solid #C7A754;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.section-junta{
    padding-top: 75px;
    padding-bottom: 50px;
}
.section-junta .item {
    margin: 0 auto;
    margin-bottom: 47px;
    max-width: 508px;
}
.section-junta .item .box-perfil{
    height: 386px;
    width: 100%;
    border-radius: 0;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
}
.section-junta .item .detail{
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    text-align: center;
    height: 100%;
    align-items: center;
    display: flex;
    background: #000;
    color: #fff;
    padding: 0 15px;
}
.section-junta .item .detail .nombre{
    color:#C7A754;
    font-family: 'Oswald';
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom:25px;
}
.section-junta .item .detail p{
    font-size: 12px;
    text-transform: uppercase;
}
.section-junta .item .detail .cargo {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}
.section-junta .item .inner{
    max-width: 185px;
    margin: 0 auto;
    position: relative;
    top: 10px;
}
.bg-shadow-bold::before {
    content: '';
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0.6;
}
.section-comision{
    margin-top: 75px;
    margin-bottom: 55px;
}
.item-nacional {
    text-transform: uppercase;
    padding-left: 270px;
    margin: 20px auto;
    display: table;
    position: relative;
    padding-right: 20px;
    max-width: 740px;
}
.item-nacional ul li,
.item-nacional ul li a{
    font-size: 20px;
    font-weight: bold;
    color:#000;
}
.item-nacional ul li{
    margin-bottom: 20px;
}
.item-nacional .inner-box{
    position: relative;
    padding-left: 27px;
}
.item-nacional .inner-box::before{
    content: '';
    display: block;
    height: 95%;
    width: 2px;
    background: #C7A754;
    position: absolute;
    top: 4px;
    left: 1px;
}
.item-nacional .title-content{
    width: 245px;
    height: auto;
    position: absolute;
    left: 15px;
    top: 0;
}
.item-nacional .title-content h2{
    font-size: 28px;
    font-family: 'Oswald';
    font-weight: 700;
    color:#000;
}
.box-financiero h2{
    position: relative;
    font-weight: 700;
    color:#000;
    text-transform: uppercase;
    font-size: 36px;
    font-family: 'Oswald';
    border-bottom: 2px solid #C7A754;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.box-financiero{
    padding: 20px;
    max-width:760px;
    width:100%;
    margin:0 auto;
    display: table;
}
.box-financiero p{
    font-family: 'Oswald';
    font-weight: 400;
    color: #000;
    font-size: 18px;
    border-bottom: 2px solid#C4C4C4;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
}
.box-financiero p:after {
    content: '';
    background-image: url(../../assets/img/recursos/pdf-black.svg);
    position: absolute;
    top: 0px;
    left: -1px;
    pointer-events: none;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center;
}
.box-financiero .btn-download{
    position: absolute;
    right:0;
    top:0;
    width:30px;
    height: 30px;
    font-size: 0;
}
.box-financiero .btn-download:after,
.box-financiero .btn-download:before{
    content: '';
    position: absolute;
    top: 0px;
    right:0;
    pointer-events: none;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center;
    transform: all 0.4s;
}
.box-financiero .btn-download:after {
    background-image: url(../../assets/img/recursos/descargar.svg);
}
.box-financiero .btn-download:before {
    background-image: url(../../assets/img/recursos/descargar-focus.svg);
    opacity: 0;
}
.box-financiero .btn-download:hover:after{
    opacity: 0;
}
.box-financiero .btn-download:hover:before{
    opacity: 1;
}
.section-banner-fpf{
    height: 660px;
    position: relative;
}
.section-fpf-top{
    margin-top: 60px;
    margin-bottom: 55px;
}
.section-fpf-top .container{
    max-width: 1200px;
}
.section-fpf-top .content-img{
    max-width: 550px;
    margin:0 auto;
}
.section-fpf-top .inner-center{
    display: flex;
    align-items: center;
    height: 100%;
}
.section-fpf-top .content-general{
    font-size: 14px;
    max-width: 520px;
    margin: 0 auto;
}
.section-fpf-top .content-general h3{
    font-size: 16px;
}
.section-fpf-top .content-general {
    line-height: 1.6;
    position: relative;
    top: 5px;
}
.section-fpf-center {
    margin-bottom: 50px;
}
.section-fpf-center .titulo{
    font-size: 28px;
    font-family: 'Oswald';
    font-weight: 700;
    color:#000;
    margin-bottom: 70px;
    padding-bottom: 6px;
    border-bottom: 2px solid#C7A754;
}
.section-fpf-center .container{
    max-width: 1180px;
}
.section-fpf-center .container-fpf{
    max-width: 1120px;
}
.slider-equipo .item-img {
    padding: 5%;
    transition: all 1s;
}
.slider-equipo .slick-current .item-img {
    padding: 0;
}
.btn-red-type-2,
.btn-guinda {
    width: 128px;
    height: 44px;
    display: flex;
    align-items: center;
    position: relative;
}
.btn-red-type-2 span,
.btn-guinda span {
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 14px;
    color: #FE1A27;
    z-index: 2;
    position: relative;
}
.btn-guinda {
    position: absolute;
    top: 10px;
    right:0;
}
.btn-guinda span {
    color: #fff;
}
.btn-red-type-2::before,
.btn-red-type-2::after,
.btn-guinda::before,
.btn-guinda::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.4s;
    background-size: 100% 100%;
}
.btn-red-type-2::before {
    background-image: url(../../assets/img/recursos/btn-red-a.svg);
}
.btn-red-type-2::after {
    background-image: url(../../assets/img/recursos/btn-red-2-focus.svg);
    opacity: 0;
}
.btn-red-type-2:hover:after{
    opacity: 1;
}
.btn-red-type-2:hover:before{
    opacity: 0;
}
.btn-red-type-2:hover span{
    color:#AC3030;
}
.item-fpf {
    position: relative;
    padding-right: 143px;
    min-height: 64px;
    margin: 0 auto;
    margin-bottom: 35px;
    max-width: 410px;
}
.item-fpf h3{
    font-size: 28px;
    font-weight: bold;
    color:#000;
    font-family: 'Oswald';
}
.item-fpf .btn-red-type-2{
    position: absolute;
    top: 10px;
    right:0;
}
.item-fpf-detail {
    position: relative;
    padding-right: 140px;
    min-height: 64px;
    margin: 0 auto;
    margin-bottom: 35px;
    max-width: 400px;
}
.item-fpf-detail h3{
    font-size: 28px;
    font-weight: medium;
    color:#000;
    font-family: 'Oswald';
}
.item-fpf-detail .btn-red-type-2{
    position: absolute;
    top: 10px;
    right:0;
}
.item-fpf-detail p{
    font-size: 12px;
    max-width: 195px;
}
.container-fpf{
    position: relative;
}
.container-fpf.content-special .row .col-md-6:nth-child(2)::before{
    content: '';
    display: block;
    height: 90%;
    width: 2px;
    background: #C7A754;
    position: absolute;
    top: 0px;
    left: 0;
}




.section-documentos .container{
    max-width: 1200px;
}
.section-documentos .box-financiero {
    max-width: 810px;
    margin-right: 0;
}
.section-documentos .columna-right{
    margin-left: auto;
}
.section-documentos .box-financiero .content p:nth-last-child(1){
    border-bottom: 0;
}
.bt-more-red{
    height: 37px;
    width: 100%;
    border: 1px solid #FE1A27;
    display: table;
    text-align: center;
    font-size: 16px;
    color: #FE1A27;
    text-transform: uppercase;
    padding: 5px 0;
    transition: all 0.4s;
}
.bt-more-red:hover{
    color:#AC3030;
    border: 1px solid #AC3030;
}
.section-documentos{
    margin-bottom: 45px;
    margin-top: 20px;
}
.section-documentos .columna-top-select {
    margin-left: auto;
    margin-right: 0;
    display: table;
}
.section-documentos .columna-top-select{
    padding: 0 20px;
}
.categorias-documentos{
    width: 285px;
}
.categorias-documentos .item-cat{
    position: relative;
    height: 86px;
    display: flex;
    align-items: center;
    padding-left: 27px;
}
.categorias-documentos .item-cat::before{
    content: '';
    display: block;
    height: 100%;
    width: 3px;
    background: #C4C4C4;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s;
}
.categorias-documentos .item-cat p{
    font-size: 20px;
    color:#C4C4C4;
    font-weight: 400;
    margin:0;
    transition: all 0.4s;
}
.section-documentos .columna-left{
    margin-top: 30px;
}
.section-documentos .content-publicidad{
    margin-top: 160px;
}
.categorias-documentos .item-cat:hover::before,
.categorias-documentos .activo .item-cat::before{
    background: #C7A754;
}
.categorias-documentos .item-cat:hover p,
.categorias-documentos .activo .item-cat p{
    color: #C7A754;
    font-weight: 700;
}
.section-seleccionados{
    position: relative;
    height: 660px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.section-seleccionados .list-social-1 {
    top: 62%;
}
.section-seleccionados .inner{
    z-index: 4;
    position: relative;
    top:60px;
}
.section-seleccionados .title{
    font-size: 110px;
    font-weight: 700;
    color:#C7A754;
    font-family: 'Oswald';
    text-transform: uppercase;
    line-height: 1.2;
    max-width: 480px;
}
.section-seleccion{
    background:#000;
    min-height: 520px;
    padding-top: 65px;
    padding-bottom: 50px;
}
.section-seleccion .parte-1{
    margin: 0 auto;
    display: table;
}
.section-seleccion .columna-top-select .select2-selection__rendered {
    background: #000;
    color: #fff !important;
}
.section-seleccion .columna-top-select .select2-container:after {
    background-image: url(../../assets/img/recursos/arrow-0-white.svg);
}
.section-seleccion .columna-top-select .select2-container--open .select2-selection__rendered {
    border: 1px solid #C7A754;
}
.section-seleccion .columna-top-select .select2-container--open .select2-selection__rendered::before {
    border-bottom: 2px solid #C7A754;
}
.slider-equipos-select .nombre{
    font-size: 20px;
    font-weight: bold;
    margin:0;
    color:#fff;
    margin-bottom: 7px;
    text-transform: uppercase;
}
.slider-equipos-select .subtitle{
    color:#D8BF66;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
}
.slider-equipos-select .content{
    height: 290px;
    width:100%;
    margin-bottom: 5px;
}
.slider-equipos-select .content{
    position: relative;
}
.slider-equipos-select .bg-img {
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 94%;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transition: all 0.4s;
    filter: grayscale(100%);
}
.slider-equipos-select .item:hover .bg-img {
    height: 100%;
    filter: grayscale(0);
    width: 110%;
}
.content-slider-seleccion{
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.content-slider-seleccion .prev-s4,
.content-slider-seleccion .next-s4{
    position: absolute;
    top:45%;
}
.content-slider-seleccion .prev-s4 img,
.content-slider-seleccion .next-s4 img{
    width:80px;
    height: 40px;
}
.content-slider-seleccion .prev-s4{
    left: -55px;
}
.content-slider-seleccion .next-s4{
    right: -55px;
}
.section-seleccion .container{
    max-width: 1180px;
}
.section-seleccion .slick-disabled{
    opacity: 0.5;
}
.section-seleccion .text-0{
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: -40px;
}
.titulo-jugadores {
    height: 122px;
    background: #fff;
    padding: 15px 20px;
    align-items: center;
    display: flex;
    text-align: center;
    margin-bottom: -15px;
    z-index: 2;
    position: relative;
}
.titulo-jugadores .text{
    width:100%;
    font-family: 'Oswald';
    margin:0;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.section-descripcion {
    background: #000;
    color: #fff;
    padding-top: 35px;
}
.section-descripcion .col-a{
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    left: -50%;
}
.section-descripcion .col-b{
    position: relative;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    left: 50%;
}
.section-descripcion .subtitulo {
    font-size: 28px;
    margin-top: 2px;
    color: #C7A754;
    font-family: 'Oswald';
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.section-descripcion .font-20{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color:#fff;
}
.section-descripcion .bloque-contenido {
    position: relative;
    margin-top: 15px;
    padding-top: 10px;
}
.section-descripcion .bloque-contenido::before{
    content: '';
    display: block;
    height: 2px;
    width: 96%;
    background: #C7A754;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.section-descripcion .list-social-2{
    margin-bottom: 25px !important;
}
.section-descripcion .social-3 {
    padding-left: 11px;
}
.section-descripcion .social-3 p{
    color:#fff !important;
}
.section-descripcion .title-compartir{
    color: #C7A754;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.section-descripcion .bloque-contenido .subtitulo{
    margin-bottom:20px;
}
.section-descripcion .bloque-contenido p,
.section-descripcion .bloque-contenido li{
    font-size: 14px;
    line-height: 1.4;
}
.section-descripcion .bloque-contenido ul,
.section-descripcion .bloque-contenido ol{
    padding-left: 20px;
}
.section-descripcion .content-right{
    height: 100%;
    width: 100%;
    position: relative;
}
.section-descripcion .bg-img{
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 104%;
    min-height: 500px;
    position: relative;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    margin-top: -15px;
}
.section-seleccionados .container{
    max-width: 1180px;
}
.section-new-lists .tags-mobile{
    display: none;
}
@media only screen and (max-width: 991px){
    .section-new-lists .tags-mobile{
        display: block;
        margin-bottom: 30px;
    }
    .section-new-lists .tags-desktop{
        display: none;
    }
    .section-new-lists.single-new-0 .inner-content-0{
        margin:0 auto;
        padding-right: 0;
    }
    .section-new-lists.single-new-0 .social-3 {
        text-align: center;
    }
    .section-new-lists.single-new-0 .section-tags .content {
        text-align: center;
    }
    .single-new-0.section-new-lists {
        margin-bottom: 0;
    }
}
.content-general ul,
.content-general ol{
    padding-left: 20px;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
@media only screen and (max-width: 600px){
    .section-new-lists.single-new-0 .titulo-1 {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .section-new-lists.single-new-0 .inner-content-0 {
        padding-left: 7px;
        padding-right: 7px;
    }
    .section-new-lists.single-new-0 .content-general {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1200px){
    .section-single-head {
        height: 550px;
    }
}
@media only screen and (max-width: 991px){
    .section-single-head {
        height: 450px;
    }
}
@media only screen and (max-width: 500px){
    .section-single-head .bg-img {
        background-position: 90% 0;
    }
}
@media only screen and (max-width: 991px){
    .section-campeon .container .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-campeon .card-0 {
        margin-left: auto;
        margin-right: auto;
    }
    .section-campeon .columna-top-select {
        max-width: 544px;
        margin-left: auto;
        margin-right: auto;
    }
    .section-campeon {
        margin-bottom: 90px;
    }
}
@media only screen and (max-width: 480px){
    .section-campeon .card-0 .titulo,
    .section-campeon .card-0 .titulo a{
        font-size: 24px;
        padding-top: 13px;
    }
    .section-campeon {
        margin-top: 10px;
    }
    .section-campeon .card-0 .bg-logo {
        left: 8px;
        top: 15px;
        width: 50px;
        height: 50px;
    }
    .section-campeon .card-0 {
        padding-left: 69px;
        padding-right: 10px;
        min-height: 78px;
    }
}
@media only screen and (max-width: 767px){
    .section-banner-junta {
        height: 365px;
    }
}
@media only screen and (max-width: 500px){
    .section-single-head.section-head-campeon .bg-img,
    .section-banner-junta .bg-img-general{
        background-position:center;
    }
    .section-comision.comision-center{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 480px){
    .box-financiero h2 {
        font-size: 16px;
        text-align: center;
    }
    .box-financiero p{
        font-size: 12px;
    }
    .box-financiero{
        padding-left: 0;
        padding-right: 0;
    }
    .box-financiero p:after {
        top: -3px;
        width: 25px;
        height: 25px;
    }
    .box-financiero .btn-download:after,
    .box-financiero .btn-download:before{
        width: 15px;
        height: 15px;
    }
}
.item-nacional .cargo-m{
    display: none;
}
.item-nacional .cargo-d::before{
    content: '-';
    display: inline-block;
    margin: 0 5px;
}
@media only screen and (max-width: 750px){
    .item-nacional {
        padding-left: 20px;
        padding-right: 20px;
    }
    .item-nacional .inner-box {
        padding-left: 0;
    }
    .item-nacional .inner-box::before{
        display: none;
    }
    .item-nacional .title-content {
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
        top: 0;
        padding: 0;
    }
    .item-nacional .part-left{
        border-bottom: 2px solid #C7A754;
        margin-bottom: 20px;
        text-align: center;
    }
}
@media only screen and (max-width: 480px){
    .item-nacional span{
        font-size: 12px;
        font-weight: 400;
    }
    .item-nacional .cargo-m{
        display: block;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: -5px;
    }
    .item-nacional .cargo-d{
        display: none;
    }
    .item-nacional .inner-box {
        text-align:center ;
    }
    .item-nacional .title-content h2 {
        font-size: 18px;
        width: 100%;
    }
    .item-nacional {
        width: 100%;
    }
    .section-comision {
        margin-top: 45px;
        margin-bottom: 20px;
    }
}
.row-titulo-mobile{
    display: none;
}
.row-titulo-mobile .inner{
     width:100%;
     border-bottom: 2px solid #C7A754;
     margin-bottom: 45px;
}
.row-titulo-mobile .inner h3{
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
@media only screen and (max-width: 767px){
    .section-banner-junta .content .inner{
        display: none;
    }
    .row-titulo-mobile{
        display: block;
    }
}
@media only screen and (max-width: 480px){
    .row-titulo-mobile .inner h3{
        font-size: 16px;
    }
    .section-junta {
        padding-top: 40px;
        padding-bottom: 25px;
    }
    .row-titulo-mobile .inner {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .section-junta .col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.bloque-mobile-btn{
    display: none;
}
.section-junta .bt-more-red{
    font-size: 14px;
    margin-bottom: 40px;
}
.section-junta .bt-more-red.ocultar{
    display: none;
}
@media only screen and (max-width: 480px){
    .section-junta .item .detail .nombre{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .section-junta .item .detail .cargo{
        font-size: 11px;
        margin-bottom: 8px;
    }
    .section-junta .item .detail p {
        font-size: 9px;
    }
    .section-junta .item {
        margin-bottom: 28px;
    }
    .section-junta .item .box-perfil{
        height: 228px;
    }
    .section-junta .item .row .col-6:nth-child(1){
        -ms-flex: 0 0 37%;
        flex: 0 0 37%;
        max-width: 37%;
    }
    .section-junta .item .row .col-6:nth-child(2){
        -ms-flex: 0 0 63%;
        flex: 0 0 63%;
        max-width: 63%;
    }
    .section-junta .item .inner {
        max-width: 100%;
        text-align: left;
    }
    .row-titulo-mobile .inner {
        padding-left: 5px;
        padding-right: 5px;
        max-width: 285px;
        margin-left: auto;
        margin-right: auto;
    }
    .row-listado-junta .col-md-4{
        display: none;
    }
    .row-listado-junta .col-md-4:nth-child(1),
    .row-listado-junta .col-md-4:nth-child(2),
    .row-listado-junta .col-md-4:nth-child(3),
    .row-listado-junta .col-md-4:nth-child(4),
    .row-listado-junta.activo .col-md-4{
        display: block !important;
    }
    .bloque-mobile-btn{
        display: block;
    }
}
@media only screen and (max-width: 1200px){
    .section-seleccionados .title {
        font-size: 100px;
        max-width: 690px;
    }
    .section-seleccionados {
        height: 600px;
    }
}
@media only screen and (max-width: 991px){
    .section-seleccionados {
        height: 550px;
    }
    .section-seleccionados .title {
        font-size: 85px;
        max-width: 595px;
        margin: 0 auto;
        text-align: center;
    }
}
@media only screen and (max-width: 600px){
    .section-seleccionados {
        height: 520px;
    }
    .page-template-seleccionados-1 .section-seleccionados {
        height: 200px;
    }
}
@media only screen and (max-width: 480px){
    .section-seleccionados {
        height: 390px;
    }
    .section-seleccionados .title {
        font-size: 60px;
    }
    .section-seleccionados .inner {
        top: 35px;
    }
    .section-seleccion {
        min-height: 420px;
        padding-top: 20px;
        padding-bottom: 0;
        margin-bottom: -30px;
    }
    .section-seleccion .columna-top-select .select2-selection__rendered {
        font-size: 14px;
        padding-bottom: 10px;
    }
    .page-template-seleccionados-1 .section-seleccionados {
        height: 160px;
    }
}
@media only screen and (max-width: 400px){
    .section-seleccionados .title {
        font-size: 55px;
    }
    .select2-container--flat .select2-results__option {
        font-size: 14px;
    }
}
.section-documentos .col-md-3.columna-categorias{
    margin-top: 90px;
}
@media only screen and (max-width: 1100px){
    .section-documentos .col-md-3.columna-categorias{
        margin-top: 0;
    }
    .section-documentos {
        margin-top: 0;
    }
    .section-documentos .col-md-3,
    .section-documentos .col-md-9{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-documentos .content-publicidad{
        display: none;
    }
    .section-documentos .box-financiero{
        margin-right: auto;
    }
    .section-documentos .columna-categorias {
        padding: 0;
        background: #F7F8FA;
        margin-top: -17px;
    }
    .section-documentos .categorias-documentos {
        width: 100%;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .section-documentos .columna-left {
        margin-top: 0;
    }
    .categorias-documentos .item-cat::before{
        display: none;
    }
    .categorias-documentos .item-cat {
        height: auto;
        display: inline-block;
        padding: 2px 7px;
    }
    .categorias-documentos .item-cat p {
        font-size: 18px;
    }
    .section-documentos .columna-right {
        max-width: 810px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 991px){
    .categorias-documentos .item-cat p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 500px){
    .categorias-documentos .item-cat p {
        font-size: 14px;
    }
}
.p-relative{
    position: relative;
}
@media only screen and (max-width: 480px){
    .section-documentos .bt-more-red {
        height: 30px;
        font-size: 12px;
        max-width: 150px;
        margin: 0 auto;
    }
    .section-documentos .columna-top-select .select2-selection__rendered {
        font-size: 13px;
        padding-bottom: 11px;
        padding-top: 10px;
    }
    .section-documentos .box-financiero {
        max-width: 290px;
    }
}






@media only screen and (max-width: 1200px){
    .section-banner-fpf {
        height: 600px;
    }
}
@media only screen and (max-width: 991px){
    .section-banner-fpf {
        height: 550px;
    }
}
@media only screen and (max-width: 600px){
    .section-banner-fpf {
        height: 520px;
    }
    .section-banner-fpf .bg-img-general::before{
        content:'';
        display: block;
        position: relative;
        top:0;
        left:0;
        width:100%;
        height: 100%;
        z-index: 2;
        background: #000;
        opacity: 0.5;
    }
    .section-banner-fpf .bg-img-general {
        background-position: 70% 0;
    }
}
@media only screen and (max-width: 480px){
    .section-banner-fpf .bg-img-general {
        background-position: 73% 0;
    }
    .section-banner-fpf{
        height: 365px;
    }
}
@media only screen and (max-width: 991px){
    .section-fpf-top .col-md-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-fpf-top .content-general {
        max-width: 550px;
        margin-top: 15px;
    }
}
@media only screen and (max-width: 900px){
    .section-fpf-center .col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-fpf-center .container {
        max-width: 580px;
    }
    .section-fpf-center .titulo {
        margin-bottom: 25px;
    }
    .container-fpf.content-special .row .col-md-6:nth-child(2)::before{
        display: none;
    }
}
@media only screen and (max-width: 480px){
    .section-fpf-center .container-fpf {
        max-width: 320px;
        text-align: center;
    }
    .item-fpf-detail h3,
    .item-fpf h3{
        font-size: 18px;
    }
    .item-fpf-detail,
    .item-fpf{
        padding-right: 0;
    }
    .item-fpf-detail p,
    .item-fpf p{
        margin-left: auto;
        margin-right: auto;
    }
    .section-fpf-center .titulo {
        font-size: 18px;
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }
    .item-fpf-detail .btn-red-type-2,
    .item-fpf .btn-red-type-2{
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto;
    }
    .item-fpf .btn-red-type-2 {
        margin-top: 15px;
    }
    .section-fpf-top .container {
        max-width: 330px;
    }
    .section-fpf-center .btn-red-type-2::before,
    .section-fpf-center .btn-red-type-2::after{
       display: none;
    }
    .section-fpf-center .btn-red-type-2{
        max-width: 120px;
        width: 100%;
        border: 1px solid #FE1A27;
        background: transparent;
        transition: all 0.4s;
        height: 28px;
    }
    .section-fpf-center .btn-red-type-2 span {
        font-size: 12px;
    }
    .section-fpf-center .item-fpf-detail,
    .section-fpf-center .item-fpf{
        display: none;
    }
    .section-fpf-center .lista-1 .row .col-md-6:nth-child(1) .item-fpf-detail:nth-child(1),
    .section-fpf-center .lista-1 .row .col-md-6:nth-child(1) .item-fpf-detail:nth-child(2),
    .section-fpf-center .lista-1 .row .col-md-6:nth-child(1) .item-fpf-detail:nth-child(3),
    .section-fpf-center .lista-2 .row .col-md-6:nth-child(1) .item-fpf:nth-child(1),
    .section-fpf-center .lista-2 .row .col-md-6:nth-child(1) .item-fpf:nth-child(2),
    .section-fpf-center .lista-2 .row .col-md-6:nth-child(1) .item-fpf:nth-child(3){
        display: block;
    }
    .lista-1.activo .item-fpf-detail,
    .lista-2.activo .item-fpf{
        display: block;
    }
    .bt-more-red.ocultar{
        display: none;
    }
    .section-fpf-center .bt-more-red{
        max-width: 260px;
        height: 27px;
        font-size: 13px;
        margin: 0 auto;
    }
    .btn-red-type-2:focus{
        border: 1px solid #AC3030;
    }
    .section-seleccion .text-0 {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1250px){
    .content-slider-seleccion {
        max-width: 860px;
    }
    .slider-equipos-select .nombre {
        font-size: 16px;
    }
    .slider-equipos-select .subtitle {
        font-size: 14px;
    }
}
@media only screen and (max-width: 900px){
    .content-slider-seleccion {
        max-width: 600px;
    }
}
@media only screen and (max-width: 767px){
    .slider-equipos-select .item .bg-img,
    .slider-equipos-select .item:hover .bg-img{
        height: 100%;
        filter: grayscale(0);
        width: 100%;
    }
    .content-slider-seleccion .prev-s4,
    .content-slider-seleccion .next-s4 {
        position: relative;
        top: 0;
    }
    .content-slider-seleccion {
        text-align: center;
    }
    .slider-equipos-select .content {
        height: 275px;
        margin-bottom: 7px;
    }
    .slider-equipos-select{
        margin-bottom: 30px !important;
    }
    .content-slider-seleccion .slider-equipos-select{
        margin-bottom: 30px !important;
    }
    .content-slider-seleccion .prev-s4 {
        left: 0;
    }
    .content-slider-seleccion .next-s4 {
        right: 0;
    }
}
@media only screen and (max-width: 600px){
    .content-slider-seleccion {
        max-width: 500px;
    }
    .slider-equipos-select .content {
        height: 215px;
    }
    .content-slider-seleccion .prev-s4 img,
    .content-slider-seleccion .next-s4 img {
        width: 70px;
        height: 30px;
    }
    .content-slider-seleccion {
        text-align: right;
    }
    .section-seleccion .container{
        padding-left: 0;
        padding-right: 0;
    }
    .content-slider-seleccion {
        padding-left: 0;
        padding-right: 0;
    }
    .content-slider-seleccion .next-s4 {
        margin-right: 20px;
    }
    .section-seleccion.height-auto-mobile{
        min-height: auto;
    }
}
@media only screen and (max-width: 500px){
    .slider-equipos-select .nombre {
        font-size: 14px;
        margin-bottom: 3px;
    }
    .slider-equipos-select .subtitle {
        font-size: 12px;
    }
    .slider-equipos-select .content {
        height: 180px;
    }
    .section-seleccion .text-0 {
        margin-bottom: 30px;
        margin-top: 0;
    }
    .section-seleccion.height-auto-mobile{
        padding-top: 75px;
    }
}
@media only screen and (max-width: 991px){
    .titulo-jugadores .text {
        font-size: 30px;
    }
}
@media only screen and (max-width: 480px){
    .titulo-jugadores .text {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1200px){
    .section-descripcion .subtitulo {
        font-size: 22px;
    }
    .section-descripcion .font-20 {
        font-size: 17px;
    }
}
@media only screen and (max-width: 991px){
    .section-descripcion .col-b,
    .section-descripcion .col-a{
        left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .section-descripcion .col-b {
        margin-bottom: 25px;
    }
    .section-descripcion {
        padding-bottom: 5px;
    }
    .section-descripcion .bg-img {
        height: auto;
        min-height: 0;
        margin-top: 0;
    }
    .section-descripcion .col-a{
        max-width: 500px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 600px){
    .section-descripcion{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 480px){
    .list-social-2 li img {
        width: 25px;
        height: 25px;
    }
    .section-descripcion .container{
        max-width: 290px;
    }
    .section-descripcion .title-compartir {
        font-size: 14px;
    }
    .section-descripcion .subtitulo {
        font-size: 16px;
    }
    .section-descripcion .font-20 {
        font-size: 14px;
    }
    .section-descripcion .bloque-contenido .subtitulo {
        margin-bottom: 10px;
    }
    .section-descripcion .bloque-contenido p,
    .section-descripcion .bloque-contenido li {
        font-size: 12px;
        line-height: 1.5;
    }
    .section-descripcion{
        padding-top: 10px;
    }
    .titulo-jugadores {
        height: 100px;
    }
    .section-seleccionados.header-jugadores .title {
        font-size: 50px;
        max-width: 255px;
    }
}
.section-seleccionados.header-jugadores .list-mobile {
    display: none;
}
@media only screen and (max-width: 991px){
    .section-seleccionados.header-jugadores{
        text-align: center;
    }
    .section-seleccionados.header-jugadores .list-desktop {
        display: none;
    }
    .section-seleccionados.header-jugadores .list-mobile {
        display: block;
        position: relative;
        transform: translate(0, 0);
        -webkit-transform: translate(0,0);
        margin-top: 10px !important;
    }
    .section-seleccionados.header-jugadores .list-social-1 li {
        margin: 5px 3px;
        display: inline-block;
    }
    .section-descripcion .content-right {
        overflow: hidden;
        height: auto;
        max-width: 400px;
        margin: 0 auto;
    }
    .section-seleccionados.header-jugadores .inner {
        top: 45px;
    }
}
.banner-noticia-3 .list-category-0{
    max-width: 1340px;
    margin: 0 auto !important;
}


.list-principal > li > .inner-menu{
    position: fixed;
    left: 0;
    top: 60px;
    width: 100%;
    background: #990000;
    min-height: 228px;
    display: none;
    padding-top: 30px;
    padding-bottom: 15px;
}
.list-principal > li > .inner-menu .sub-menu {
    max-width: 925px;
    margin: 0 auto !important;
    padding-left: 40px !important;
}
.list-principal > li > .inner-menu .sub-menu::before{
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    left: 347px;
    top: 0;
    width: 1px;
    height: 100%;
    z-index: 0;
}
.list-principal > li > .inner-menu .sub-menu .sub-menu::before{
    display: none !important;
}
#mainNav .list-principal > li > .inner-menu .sub-menu > li{
    display: block;
    width: 305px;
    position: initial;
    position: static;
}
#mainNav .list-principal > li > .inner-menu .sub-menu{
    position: relative;
    min-height: 160px;
}
#mainNav .inner-menu a{
    width: 100%;
    padding: 6px !important;
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 25px !important;
    border: 0 !important;
    margin: 0 !important;
}
.list-principal > li.menu-item:hover .inner-menu{
    display: block;
}
.list-principal > .menu-item-has-children > a {
    padding-bottom: 33px;
}
.list-principal > .menu-item-has-children > .sub-menu {
    position: absolute;
    background: rgb(0, 0, 0, 0.85);
    width: 100%;
    border-radius: 0;
    margin-top: 29px;
    padding: 0;
    display: none;
    margin: 0 !important;
    left: 0;
    top: 60px;
    padding-top: 47px !important;
    padding-bottom: 15px !important;

}
.list-principal > .menu-item-has-children > .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
}
.list-principal > .menu-item-has-children > .sub-menu li a{
    font-size: 14px;
    display: block;
    width: 100%;
    font-weight: 400;
    margin: 0 !important;
    padding: 12px 20px !important;
    padding-right: 27px !important;
}
.list-principal > .menu-item-has-children:hover > .sub-menu,
.list-principal > .menu-item-has-children > .sub-menu:hover {
    display: block;
}
#mainNav .nav-menu ul .sub-menu li a::before{
    display: none !important;
}
.list-principal > .menu-item-has-children > .sub-menu .sub-menu{
    display: none;
}
#mainNav .nav-menu ul .sub-menu .sub-menu{
    position: absolute;
    left: 200px;
    top:0;
    width: 200px;
    background: rgb(0, 0, 0, 0.9);
    display: none;
}
#mainNav .nav-menu ul .sub-menu .sub-menu a{
    padding: 5px 20px !important;
}
#mainNav .list-principal > .menu-item-has-children .menu-item-has-children:hover .sub-menu{
    display: block !important;
}
#mainNav .list-principal > .menu-item-has-children .menu-item-has-children .sub-menu{
    padding-top: 15px !important;
    padding-bottom: 5px !important;
    top: -8px;
}

#mainNav .list-principal > .menu-item-has-children .menu-item-has-children a:after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 8px;
    right: 9px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../../assets/img/recursos/arrow-5.svg);
}
#mainNav .list-principal > .menu-item-has-children .menu-item-has-children .sub-menu a:after{
    display: none;
}
#mainNav .list-principal > .menu-item-has-children .menu-item-has-children .sub-menu {
    padding: 0 !important;
    top: 0;
    left: 331px;
    background: transparent !important;
    height: 100%;
    padding-left: 20px !important;
}
#mainNav .list-principal > li > .inner-menu .sub-menu > li:hover a{
    color:#C7A754 !important;
}
#mainNav .list-principal > li > .inner-menu .sub-menu .sub-menu li a{
    color:#fff !important;
}
#mainNav .list-principal > li > .inner-menu .sub-menu .sub-menu li:hover a{
    color:#C7A754 !important;
}
#mainNav .caja-descripcion .box-descripcion p,
#mainNav .caja-descripcion .box-descripcion a,
#mainNav .caja-descripcion .box-descripcion li{
    font-size: 12px !important;
    text-transform: none !important;
    margin-bottom: 10px;
}
#mainNav .caja-descripcion .box-descripcion a{
    color:#fff !important;
    text-decoration: underline !important;
}


#mainNav .nav-menu ul li.menu-item:after,
#mainNav .nav-menu ul li.menu-item:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 0 60px 18px;
    top: 0;
}
#mainNav .nav-menu ul li.menu-item:before {
    border-color: transparent transparent #0d0c0d;
    left: -10px;
    z-index: 2;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#mainNav .nav-menu ul li.menu-item:after {
    border-color: transparent transparent #0d0c0d;
    right: -11px;
}
.list-principal > .menu-item > a:before{
    content: '';
    display: block;
    width: 1px;
    background: #727272;
    height: 128px;
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
    position: absolute;
    top: -65px;
    left: 18px;
    z-index: 2;
}
.list-principal > .menu-item > a:after{
    content: '';
    display: block;
    width: 1px;
    background: #727272;
    height: 128px;
    -webkit-transform: rotate(17deg);
    -moz-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
    position: absolute;
    top: -65px;
    right: -2px;
    z-index: 2;
}
#mainNav .nav-menu ul .sub-menu li.menu-item:after,
#mainNav .nav-menu ul .sub-menu li.menu-item:before{
    display: none;
}
.sidebar-wrapper{
    width: 100%;
    position: fixed;
    left: -200%;
    top: 0;
    z-index: 999999;
    transition: all 0.5s linear;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    overflow-y: scroll;
    text-transform: uppercase;
    max-width: 480px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    height: 102%;
    padding-bottom: 100px;
    padding-top: 60px;
}
.sidebar-wrapper.toggled{
	left: 50% !important;
}
.overlay-menu{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .5;
    z-index: 9999;
}
.close-menu{
    position: absolute;
    z-index: 9999;
    top: 11px;
    right: 23px;
    width: 37px;
    height: 37px;
    content: "";
    display: block;
    background-image: url(../../assets/img/recursos/close-gold.png);
    background-size: contain;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
}


.sidebar-wrapper .bloque-1 ul li a{
    padding: 13px 12px;
    display: table;
    text-align: left;
    width: 100%;
    background: #990000;
    font-size: 16px;
}
.sidebar-wrapper .bloque-1 a{
    color: #fff !important;
}
.sidebar-wrapper .bloque-1 ul.sub-menu li a{
    font-size: 16px;
}
.sidebar-wrapper .bloque-1 {
    border-top: 1px solid #ffffff;
    position: relative;
    padding-bottom: 30px;
    background: #990000;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
}
.sidebar-wrapper .contenedor-idioma li {
    display: inline-block;
    margin-right: 5px;
}
.sidebar-wrapper .contenedor-idioma .btn-link{
    background: #eaeaea;
    border: 0;
    padding: 6px 9px;
    padding-top: 9px;
    text-transform: uppercase;
    color: #696969;
    font-weight: 700;
    border-radius: 4px;
    text-decoration: none;
    font-size: 15px;
}
@media only screen and (max-width: 480px){
    .sidebar-wrapper{
        width:100%;
    }
}
.sidebar-wrapper .logo {
    position: absolute;
    top: 4px;
    left: 15px;
    max-width: 63px;
}
.sidebar-wrapper .lupa {
    position: absolute;
    top: 27px;
    right: 62px;
    width: 21px;
    height: 21px;
}
.sidebar-wrapper .list-icono li {
    padding-top: 0;
    text-align: center;
    display: inline-block;
    position: relative;
}
.sidebar-wrapper .list-icono {
    margin-left: 4px;
    margin-right: 4px;
    text-align: center;
    margin-bottom: 50px;
}
.sidebar-wrapper .list-icono a {
    background: #FFFFFF;
    color: #0081AF;
    border-radius: 30px;
    border: 1px solid #0081AF;
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 20px;
    transition: all 0.3s;
}
.sidebar-wrapper .desplegable:before{
    content: "";
    display: block;
    width: 13px;
    height: 42px;
    background-size: contain;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    top: 2px;
    position: relative;
}
.sidebar-wrapper .bloque-1 .sub-menu a{
    font-size: 14px !important;
}
.sidebar-wrapper .bloque-1 .sub-menu .sub-menu a{
    padding-left: 70px !important;
}
.sidebar-wrapper .bloque-1 .sub-menu li:nth-last-child(1){
    border-bottom: 0 !important;
}
.sidebar-wrapper .bloque-1 ul.sub-menu .sub-menu li{
    border:0 !important;
}
.sidebar-wrapper .bloque-1 ul.sub-menu .sub-menu li a{
    padding: 8px 30px;
}
.sidebar-wrapper .bloque-1 .sub-menu .sub-menu li:nth-last-child(1) a{
    padding-bottom: 18px;
}
@media only screen and (max-width: 480px){
    .sidebar-wrapper{
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
    }
    .sidebar-wrapper.toggled{
        left: 0 !important;
    }
}
.modal-search .modal-dialog{
    margin-top: 0;
    max-width: 100%;
}
.modal-search .modal-body{
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 5px;
}
.modal-search .modal-content{
    border-radius: 0;
    text-align: center;
}
.modal-search .close{
    border:0;
    outline: 0;
    opacity: 1;
}
.modal-search .close img{
    width:35px;
}
.modal-search h2{
    font-size: 1.85714em;
}
.modal-search .bloque-search {
    max-width: 470px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 11px;
    position: relative;
}
.modal-search .bloque-search .box-input {
    width: 100%;
    border-radius: 0;
    border: 1px solid #ffffff;
    padding: 8px 15px;
    background: transparent;
    color:#fff;
}
.modal-search .bloque-search .box-input::placeholder{
    color:#fff;
}
.modal-search .bloque-search button{
    position: absolute;
    bottom: 3px;
    right: 0;
    outline: 0;
    border: 0;
    background: transparent;
    padding: 8px 10px;
    opacity: 1;
    z-index: 5;
    cursor: pointer;
}
.modal-search .bloque-search button img{
    width: 20px;
}
.modal-search .modal-content {
    background-color: rgb(0, 0, 0, 0.6);
}
.modal-search .close{
    z-index: 5;
    position: relative;
}
@media only screen and (min-width: 480px){
    .slider-noticias-1 .item .bg-img{
        filter: grayscale(100%);
    }
    .slider-noticias-1 .item .bg-img:hover{
        filter: grayscale(0%);
    }
}
@media only screen and (max-width: 480px){
    .modal-search .modal-body {
        padding-left: 0;
        padding-right: 0;
    }
    .modal-search .close {
        top: -8px;
        position: relative;
        right: 9px;
    }
}
.section-new-lists .item::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: #000;
    opacity: 0.3;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.inner-content-0 img,
.content-general img{
    max-width: 100%;
    height: auto;
}
.inner-content-0 ul.slides,
.content-general ul.slides{
    padding: 0;
}
@media only screen and (min-width: 767px){
    .slider-principal .item .bloque {
        align-items: flex-end;
        padding-bottom: 45px;
    }
}
.section-fpf-top .content-img img{
    height: auto !important;
}
@media only screen and (min-width: 761px){
    .section-campeonato .item .btn-red {
        margin-top: 6px;
    }
    .section-campeonato .item .content .inner .row.m-0{
        position: absolute;
        bottom: 5px;
        width: 100%;
    }
    .section-campeonato .item .content .inner {
        padding-bottom: 60px;
        min-height: 330px;
    }
}
@media only screen and (max-width: 767px){
    .slider-principal .item .bloque {
        align-items: flex-end;
        display: flex;
        height: 100%;
        padding-bottom: 85px;
    }
}
@media only screen and (max-width: 760px){
    .section-campeonato .item .content .inner .row.m-0{
        position: absolute;
        bottom: 5px;
        width: 100%;
    }
    .section-campeonato .item .content .inner {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 500px){
    .section-campeonato .item .content .titulo{
        font-size: 20px;
    }
    .section-campeonato .list-social-2 {
        top: -80px;
    }
}
@media only screen and (max-width: 380px){
    .section-campeonato .list-social-2 {
        top: -65px;
    }
}
.section-equipo.section-seleccion{
    padding-bottom: 0;
}
.bg-especial .bg-mobile{
    display: none;
}
@media only screen and (min-width: 499px){
    .section-seleccionados.bg-especial{
        height: auto !important;
    }
}
@media only screen and (max-width: 500px){
    .bg-especial .bg-mobile{
        display: block !important;
    }
    .bg-especial .bg-desktop{
        display: none !important;
    }
    .page-template-seleccionados-1 .section-seleccionados.bg-especial{
        height: 350px !important;
    }
}
@media only screen and (min-width: 768px){
    .section-suscripcion .alert{
        margin-top: -35px;
    }
}
.alert-success{
    color: #212529 !important;
    background-color: #e3e3e3 !important;
    border-color: #e3e3e3 !important;
    text-align: center;
    font-size: 15px !important;
}
.slider-noticias-1 .item .detail .arrow{
    position: absolute;
    right: 18px;
    bottom: 18px;
    width: 24px;
    height: 24px;
}
.slider-noticias-1 .item .detail .arrow.arrow-cream{
    opacity: 0;
}
.slider-noticias-1 .item:hover .detail .arrow.arrow-white{
    opacity: 0;
}
.slider-noticias-1 .item:hover .detail .arrow.arrow-cream{
    opacity: 1;
}




.section-player{
    background: #000;
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-player .str_static .str_move,
.section-player .no_drag .str_move,
.section-player .noStop .str_move{
    background: #000;
}
.list-new-player .item-img{
    width: 425px;
    display: inline-block;
    margin: 0 6px;
}
.title-sub-red{
    font-size: 38px;
    position: relative;
    display: table;
    margin: 0 auto;
    font-family: 'Oswald';
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 55px;
}
.title-sub-red::before{
    content: '';
    display: block;
    width: 110%;
    height: 2px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    background: #EF333E;
    left: 50%;
    position: absolute;
    bottom: -5px;
}
@media only screen and (max-width: 767px){
    .list-new-player .item-img{
        width: 380px;
    }
    .section-player{
        padding-top: 80px;
        padding-bottom: 90px;
    }
}
@media only screen and (max-width: 650px){
    .list-new-player .item-img{
        width: 300px;
    }
}
@media only screen and (max-width: 480px){
    .list-new-player .item-img{
        width: 280px;
    }
    .section-player .title-sub-red {
        font-size: 34px;
    }
}
.sidebar-wrapper .bloque-0{
    background: #990000;
    padding: 12px 10px;
}
.sidebar-wrapper .bloque-0 input{
    width: 100%;
    height: 35px;
    border: 0;
    padding: 0 10px;
    font-size: 12px;
}
.sidebar-wrapper .bloque-0 form{
    position: relative;
}
.sidebar-wrapper .bloque-0 button{
    position: absolute;
    top: 3px;
    right: 10px;
    border: 0;
    background: transparent;
    outline: 0;
}
.sidebar-wrapper .bloque-0 button img{
    width:12px;
    height: 12px;
}
.sidebar-wrapper .menu-item-has-children a::before{
    position: absolute;
    z-index: 9999;
    top: 14px;
    right: 9px;
    width: 18px;
    height: 15px;
    content: "";
    display: block;
    background-image: url(../../assets/img/recursos/submenu-inner.svg);
    background-size: contain;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
}
.sidebar-wrapper .menu-item-has-children li a::before{
    opacity: 0;
}
.sidebar-wrapper .menu-item-has-children  .menu-item-has-children a::before{
    opacity: 1;
}

/*ANIMACION*/

@keyframes zoomImg {
  0% {
  	transform: scale(1);
  }
  100% {
  	transform: scale(1.5);
  }
}

.slider-principal .item .bg-img{
	top: 0;
	bottom: 0;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;

    /*background-position: center center !important;*/
    background-repeat: no-repeat;
}


.slider-principal  .slick-list .slick-track .slick-slide.slick-active .item .bg-img{
    transition: all 15s ease;
    animation-name: zoomImg;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.title-campeonato{
    position: relative;
    font-size: 38px;
    padding-right: 45px;
}
.title-campeonato::before{
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 0;
    width: 31px;
    height: 31px;
    content: "";
    display: block;
    background-image: url(../../assets/img/recursos2/circle-black-1.svg);
    background-size: 100% 100%;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.1s;
}
.title-campeonato::after{
    position: absolute;
    z-index: 2;
    top: 8px;
    right: 0;
    width: 31px;
    height: 31px;
    content: "";
    display: block;
    background-image: url(../../assets/img/recursos/arrow-cream-right.svg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.1s;
    opacity: 0;
}
.title-campeonato:hover::after{
    opacity: 1;
}
.title-campeonato:hover::before{
    opacity: 0;
}
.slider-lateral-1 .bg-img{
    background-position: bottom;
}
footer .footer-top{
    padding-top: 40px;
    padding-bottom: 50px;
}
footer .footer-bottom{
    background: #000;
    padding-top: 22px;
    padding-bottom: 22px;
}
footer .footer-bottom p{
    margin: 0;
    text-align: center;
    font-size: 12px;
    color:#fff;
    line-height: 1.6;
}
@media only screen and (min-width: 1500px){
    .section-suscripcion .bg-img {
        height: 650px;
    }
    .section-suscripcion .inner {
        left: 5%;
        top: 4%;
    }
}
.section-junta .container {
    max-width: 1140px;
}
@media only screen and (max-width: 991px){
    .section-junta .col-md-6{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 480px){
    .section-junta .col-md-6{
        padding-left: 4px;
        padding-right: 4px;
    }
    .slider-noticias-1 .item .detail {
        padding: 11px 14px;
    }
    .slider-noticias-1 .item .detail h4 {
        font-size: 13px;
        line-height: 1.6;
    }
    .slider-noticias-1 .item .detail .arrow {
        right: 12px;
        bottom: 12px;
        width: 18px;
        height: 18px;
    }
    .slider-noticias-1 .item {
        height: 380px;
    }
    .slider-noticias-1 .item .detail p {
        max-width: 89%;
    }
    .slider-noticias-1 .item .detail {
        min-height: 135px;
    }
}
.mm-spn.mm-spn--light {
    color: #fff !important;
    background: #840909 !important;
}
.mm-spn li:before{
    color:#C7A754 !important;
    opacity: 1 !important;
}
.mm-spn li:after {
    opacity: 0 !important;
}
.mm-spn li {
    border-top: 2px solid #fff !important;
    max-width: 95% !important;
    margin: 0 auto !important;
}
.mm-spn a:not(:last-child):after{
    display: none !important;
}
.mm-ocd__content {
    top: 73px !important;
    height: 58vh !important;
}
@media only screen and (max-width: 768px){
    .mm-ocd__content {
        height: 60vh !important;
    }
}
@media only screen and (max-width: 500px){
    .mm-ocd__content {
        height: 72vh !important;
    }
}
.mm-ocd__content ul.list-unstyled{
    padding-right: 0 !important;
    width: 100% !important;
}
.mm-ocd__backdrop {
    width: calc(100% - 0%) !important;
    height: 100% !important;
    width: 100% !important;
    right: auto !important;
    left: 0 !important;
    min-width: 0 !important;
    max-width: 100% !important;
    z-index: 1;
}
.mm-spn.mm-spn--navbar:before{
    color:#fff;
    opacity: 1;
    width: 7px;
    height: 7px;
}
.mm-spn.mm-spn--navbar:after {
    content: 'Regresar';
    text-align: left;
    opacity: 1;
    font-size: 13px;
    font-weight: 300;
}
.mm-spn.mm-spn--navbar ul:before {
    width: 94%;
    border-top:0;
    opacity: 1;
    left: 2%;
    opacity: 1;
}
#menu-mobile-light ul li:nth-last-child(1):after{
    opacity: 0 !important;
}
@media only screen and (max-width: 500px){
    .mm-ocd__content {
        width: 100% !important;
    }
    .mm-spn.mm-spn--navbar ul:before {
        left: 3%;
    }
}
.titulo-mobile,
.buscador-mobile{
    display: none !important;
}
#menu-mobile-light .titulo-mobile,
#menu-mobile-light .buscador-mobile{
    display: block !important;
}
#menu-mobile-light .titulo-mobile a{
    font-weight: 800 !important;
}
#menu-mobile-light .buscador-mobile::before,
#menu-mobile-light .buscador-mobile::after{
    display: none !important;
}
#menu-mobile-light .buscador-mobile a{
    display: none !important;
}
#menu-mobile-light .buscador-mobile{
    height: 55px;
    margin-top: -41px;
    margin-bottom: 3px;
    z-index: 3;
    cursor: auto;
    border-top: 0 !important;
}
#menu-mobile-light .mm-spn--parent .buscador-mobile {
    z-index: 1;
}
.section-seleccion{
    position: relative;
    overflow: hidden;
}
.mm-spn ul{
    overflow: visible;
}
.item-buscador-mobile{
    position: relative;
    padding-bottom: 15px;
    top: 5px;
    margin-top: -43px;
}
.item-buscador-mobile input[type="search"]{
    width: 100%;
    border: 0;
    height: 37px;
    padding: 0 12px;
    padding-right: 30px;
}
.item-buscador-mobile button{
    position: absolute;
    top: 4px;
    right: 4px;
    border: 0;
    background: transparent;
}
.item-buscador-mobile button img{
    width: 13px;
    height: 13px;
}
.mm-spn a:not(:last-child) {
    width: 65%;
}
.mm-ocd-opened .mm-ocd__content {
    position: relative;
    margin: 0 auto;
}
@media only screen and (max-width: 480px){
    .item-fpf-detail .btn-guinda {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 auto;
        height: 30px;
        width: 110px;
        background: #ff0100;
        transition: all 0.4s;
    }
    .item-fpf-detail .btn-guinda::before,
    .item-fpf-detail .btn-guinda::after{
        display: none;
    }
    .item-fpf-detail .btn-guinda:hover{
        background: #990000;
    }
}

.section-copa-x1{
  background: black;
  height: 170px;
  border-bottom: 2px solid #C7A754;
  overflow-x: hidden;
}
.section-copa-x1 .container{
  max-width: 950px;
}
.section-copa-x1 .box-center{
  position: relative;
  display: flex;
  align-items: center;
}
.section-copa-x1 .box-width {
    margin: 0 auto;
    padding-top: 32px;
}
.section-copa-x1 .items{
    height: 100px;
}
.section-copa-x1 .items h4,
.section-copa-x1 .items h6{
  color: #FFFFFF;
  font-size: 60px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  line-height: 55px;
  font-family: 'Oswald';
}
.section-copa-x1 .items h6{
  font-size: 36px;
  text-transform: uppercase;
}
.section-copa-x1 .box-items {
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    padding: 0 16px;
    height: 100px;
    align-items: center;
    display: flex;
}
.section-copa-x1 .box-items h2{
  color: #FFFFFF;
  font-size: 48px;
  font-weight: 400;
  margin: 0;
  text-align: center;
  line-height: 50px;
  font-family: 'Oswald';
  text-transform: uppercase;
  max-width: 300px;
}
.section-copa-x1 .list-items li{
  display: block;
  padding: 10px 0;
  text-align: left;
}
.section-copa-x1 .list-items h5,
.section-copa-x1 .list-items h6{
  position: relative;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  padding-left: 85px;
}
.section-copa-x1 .list-items h6{
  font-weight: 800;
}
.section-copa-x1 .ico-1 {
    position: absolute;
    max-width: 31px;
    max-height: 46px;
    top: -8px;
    left: 37px;
}
.section-copa-x1 .box-width-x2{
  top: 25px;
  position: relative;
  margin-left: 80px;
}
.section-copa-x1 .box-width-x2 a{
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.section-copa-x1 .box-width-x2 img{
  margin-left: 24px;
}

.section-copa-x2{
  background: black;
  min-height: 0;
  transition: all 0.4s;
  height: 0;
  top: 170px;
  left:50%;
  overflow-x: hidden;
  position: absolute;
  transform: translate( -50%, 0);
  -webkit-transform: translate( -50%, 0);
  width:100%;
  z-index: 3;
}
.section-copa-x2.mostrar{
    height: auto;
    height: 420px;
}
.section-copa-x1 .bloque-3 li:nth-child(2) .ico-1{
    top:0;
}
.section-copa-x2 .container{
  max-width: 800px;
  padding: 40px 0 38px;
}
.section-copa-x2 .box-content{
  max-width: 800px;
  position: relative;
  text-align: center;
}
.section-copa-x2 .box-content h4{
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
}
.section-copa-x2 .box-content h5{
  color: #C7A754;
  font-size: 24px;
  font-weight: 700;
  font-family: 'Oswald';
}
.section-copa-x2 .box-trio{
  max-width: 640px;
  margin: 0 auto;
}
.section-copa-x2 .list-itemsx2 li{
  display: block;
}
.section-copa-x2 .list-itemsx2 img {
    margin: 0 auto;
    max-height: 138px;
    max-width: 110px;
    width:auto;
    height: auto;
}
.section-copa-x2 .list-itemsx2 h6{
  font-size: 40px;
  font-weight: 600;
  margin: 0;
  color: #FFFFFF;
  font-family: 'Oswald';
  padding-top: 20px;
}
.section-copa-x2 .box-hour h2{
  font-size: 80px;
  font-weight: 700;
  margin: 0;
  color: #FFFFFF;
  padding-top: 10px;
}
.section-copa-x2 .arrow-left{
  position: absolute;
  top: 50%;
  left: 2%;
  cursor: pointer;
}
.section-copa-x2 .arrow-right{
  position: absolute;
  top: 50%;
  right: 2%;
  cursor: pointer;
}
.section-copa-x2 .arrow-left img,
.section-copa-x2 .arrow-right img{
    width:43px;
    height: 43px;
}
.section-copa-x2 .slick-arrow.slick-disabled{
    opacity: 0.5;
}
.section-copa-x2 .box-hour{
    position: relative;
    top: 20px;
}
.list-copa li{
    display: inline-block;
    vertical-align: bottom;
}
.list-copa .bloque-left{
    margin-right: 15px;
}
.nuevo-modulo-0{
    position: relative;
}
.section-copa-x2 .box-logo {
    height: 140px;
    align-items: flex-end;
    display: flex;
}
@media only screen and (max-width: 850px){
    .section-copa-x2 .arrow-left img,
    .section-copa-x2 .arrow-right img {
        width: 33px;
        height: 33px;
    }
    .section-copa-x2 .box-content h4 {
        font-size: 15px;
    }
    .section-copa-x2 .box-content h5 {
        font-size: 20px;
    }
    .section-copa-x2 .box-hour h2 {
        font-size: 55px;
        padding-top: 20px;
    }
    .section-copa-x2 .list-itemsx2 img{
        max-height: 118px;
        max-width: 90px;
    }
    .section-copa-x2 .list-itemsx2 h6 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 650px){
    .section-copa-x2.mostrar {
        height: 380px;
    }
    .section-copa-x2 .item-left{
        position: relative;
        left: 15%;
    }
    .section-copa-x2 .item-right{
        position: relative;
        right: 15%;
    }
}
@media only screen and (max-width: 480px){
    .section-copa-x2 .arrow-left img,
    .section-copa-x2 .arrow-right img {
        width: 25px;
        height: 25px;
    }
    .section-copa-x2 .arrow-right{
        right:1%;
    }
    .section-copa-x2 .arrow-left{
        left:1%;
    }
    .section-copa-x2 .box-content h5 {
        font-size: 18px;
    }
    .section-copa-x2 .list-itemsx2 h6 {
        font-size: 18px;
    }
    .section-copa-x2 .box-hour h2 {
        font-size: 30px;
        padding-top: 40px;
    }
    .section-copa-x2 .box-logo {
        height: 110px;
    }
    .section-copa-x2 .list-itemsx2 img {
        max-height: 88px;
        max-width: 60px;
    }
    .section-copa-x2 .item-left {
        left: 22%;
    }
    .section-copa-x2 .item-right {
        right: 22%;
    }
    .section-copa-x2.mostrar {
        height: 320px;
    }
}
.section-copa-x1 .bloque-mobile{
    display: none;
}
@media only screen and (max-width: 800px){
    .section-copa-x1 .list-copa{
        display: block !important;
    }
    .section-copa-x1 .box-width {
        margin: 0 auto !important;
        text-align: center;
    }
    .section-copa-x1{
        height: 270px;
    }
    .section-copa-x1 .box-items{
        border-right: 0;
    }
    .section-copa-x2 {
        top: 270px;
    }
    .section-copa-x1 .box-width-x2 {
        top: 0;
        position: relative;
        margin-left: 0;
        margin-top: 50px;
    }
    .section-copa-x1 .bloque-desktop{
        display: none;
    }
    .section-copa-x1 .bloque-mobile{
        display: block;
    }
    .section-copa-x1 .box-items {
        padding-right: 0;
    }
    .section-copa-x1 .box-width {
        max-width: 470px;
    }
    .section-copa-x1 .ico-1 {
        left: 0;
    }
    .section-copa-x1 .list-items h5,
    .section-copa-x1 .list-items h6 {
        font-size: 20px;
        padding-left: 50px;
    }
    .section-copa-x1 .bloque-3{
        position: relative;
        top: 23px;
        display: inline-block;
    }
    .section-copa-x1 .box-width-x2 {
        margin-left: 30px;
    }
    .section-copa-x1 .box-center{
        display: block !important;
        text-align: center;
    }
    .section-copa-x1 .bloque-4{
        display: inline-block !important;
    }
}
@media only screen and (max-width: 480px){
    .section-copa-x1 .box-items h2 {
        font-size: 32px;
        line-height: 1.3;
    }
    .section-copa-x1 .items h4{
        font-size: 35px;
        top: 5px;
        position: relative;
    }
    .section-copa-x1 .items h6{
        font-size: 30px;
    }
    .section-copa-x1 .items h4,
    .section-copa-x1 .items h6 {
        line-height: 1.4;
    }
    .section-copa-x1 .box-width {
        padding-top: 20px;
    }
    .section-copa-x1 .box-width-x2 a {
        font-size: 20px;
    }
    .section-copa-x1 .box-width-x2 img {
        margin-left: 15px;
    }
    .section-copa-x1 .bloque-3 {
        float: left;
        padding-left: 10px !important;
        left: 9%;
    }
    .section-copa-x1 .bloque-4{
        float: right;
        margin-right: 20px;
    }
    .section-copa-x1 .box-width-x2 {
        margin-left: 0;
    }
}
.bgn-black-footer .columna-x1{
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.bgn-black-footer .columna-x2{
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.bgn-black-footer{
  background: black;
}
.bgn-black-footer .container-part1 {
    padding: 48px 20px 20px;
    max-width: 800px;
    margin: 0 auto;
}
.bgn-black-footer .list-footer li{
  display: block;
}
.bgn-black-footer .title-gold{
  font-size: 14px;
  font-weight: 600;
  color: #C7A754;
  padding-bottom: 20px;
  padding-left: 0!important;
}
.bgn-black-footer .list-footer a,
.bgn-black-footer .list-footerx2 a{
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
.bgn-black-footer .list-width{
  max-width: 240px;
}
.bgn-black-footer .footer-icono li{
  display: inline-block;
  margin-right: 10px;
}
.bgn-black-footer .list-arrow::before{
    width: 8px;
    height: 8px;
    margin-right: 8px;
    position: relative;
    content: "";
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0px;
    background-image: url(../../assets/img/recursos2/flecha-gold.svg);
    left: 0;
}
.bgn-black-footer .list-footerx2 li{
  display: block;
  position: relative;
  padding-left: 23px;
}
.bgn-black-footer .list-footerx2 a{
  margin-bottom: 15px;
}
.bgn-black-footer .list-footerx2 img{
  position: absolute;
  top: 9px;
  left: 0;
}
.bgn-black-footer .container-part2{
  padding: 20px 0 40px;
  text-align: center;
}
.bgn-black-footer .container-part2 .footer-unico{
  font-size: 11px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
}
.bgn-black-footer .container-part2 .footer-unico span{
  color: #C7A754;
}
.bgn-black-footer .ico-small{
    left: 3px !important;
}
@media only screen and (max-width: 750px){
    .bgn-black-footer .container-part1{
        max-width: 400px;
    }
    .bgn-black-footer .columna-x1,
    .bgn-black-footer .columna-x2{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bgn-black-footer .caja-1,
    .bgn-black-footer .caja-2{
        margin-bottom: 30px;
    }
    .bgn-black-footer .title-gold {
        padding-bottom: 10px;
    }
    .bgn-black-footer .container-part2 .footer-unico {
        max-width: 200px;
        margin: 0 auto;
    }
    .bgn-black-footer .separation{
        display: none;
    }
}
@media only screen and (max-width: 480px){
    .bgn-black-footer .container-part1 {
        max-width: 310px;
    }
}
@media only screen and (max-width: 650px){
    .section-sponsors .container {
        max-width: 350px;
    }
    .section-sponsors .item {
        border-bottom: 1px solid #afafaf;
        padding-bottom: 26px;
        margin-bottom: 28px !important;
    }
    .section-sponsors ul li:nth-last-child(1){
        border-bottom: 0 !important;
        margin-bottom: 0 !important;
    }
}

.partido-mobile{
  background: #000000;
  min-height: 155px;
  display: none;
}
.partido-mobile .container {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 11px;
    max-width: 320px;
}
.partido-mobile .box-width h5 {
    font-size: 10px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 4px;
}
.partido-mobile .box-width h6{
  font-size: 11px;
  font-weight: 700;
  color: #C7A754;
  font-family: 'Oswald';
}
.partido-mobile .list-items li{
  display: block;
}
.partido-mobile .list-items h4{
  font-size: 21px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: 'Oswald';
  padding-top: 10px;
  text-transform: uppercase;
}
.partido-mobile .box-center{
  position: relative;
  display: flex;
  align-items: center;
  min-height: 100px;
}
.partido-mobile .box-height{
  margin: 0 auto;
}
.partido-mobile .box-height h3{
  font-size: 28px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
.partido-mobile .box-fijo{
 height:55px;
 align-items: flex-end;
 display: flex;
}
.partido-mobile .box-fijo img{
    margin: 0 auto;
    width:auto;
    height: auto;
    max-height: 55px;
    max-width: 40px;
}
@media only screen and (max-width: 850px){
    .partido-mobile{
        display: block;
    }
    .nuevo-modulo-0{
        display: none !important;
    }
}
