
/*
// #Footer
// --------------------------------------------------
*/
.footer {
  font-size: 14px;
  line-height: 22px;
  color: rgba(154, 157, 162, 0.6);
}



/* Footer Widgets */
.footer-widgets {
    background-color: #fff;
    border-top: 10px solid #972020;
  
}

.footer-widgets [class^="col-"]:last-child .widget--footer {
  margin-bottom: 0;
}

.footer-widgets__inner {
  padding: 30px 0;
}

@media (min-width: 768px) {
  .footer-widgets__inner {
    padding: 60px 0 70px;
  }
}

@media (min-width: 992px) {
  .footer-widgets__inner {
    padding: 80px 0 96px;
  }
}

.footer-col-inner {
  padding: 0 7px;
}

/* Footer Logo */
.footer-logo {
  padding: 0 0 50px 0;
  text-align: center;
  width: 40%;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .footer-logo {
    width: auto;
    margin: 0;
    padding: 30px 0;
  }
}

.footer-logo__img {
  max-width: 100%;
  height: auto;
}

.footer-logo--has-txt {
  text-align: left;
  width: 100%;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .footer-logo--has-txt {
    padding: 0 0 25px 0;
    margin-top: -25px;
  }
}

.footer-logo--has-txt .footer-logo__img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
}

.footer-logo--has-txt .footer-logo__heading {
  display: inline-block;
  vertical-align: middle;
}

.footer-logo--has-txt .footer-logo__txt {
  margin-bottom: 0;
  color: #fff;
}

.footer-logo--has-txt .footer-logo__tagline {
  display: block;
  color: #9a9da2;
  font-size: 12px;
}

/* Footer Secondary */
.footer-secondary {
  background-color: #16171a;
}

@media (min-width: 768px) {
  .footer-secondary--has-decor {
    background-color: #00a7e1;
  }
}

.footer-secondary--has-decor .footer-secondary__inner {
  background-color: #16171a;
  padding: 12px 0 26px 0;
}

@media (min-width: 992px) {
  .footer-secondary--has-decor .footer-secondary__inner {
    padding: 12px 0 26px 0;
  }
}

.footer-secondary--has-decor .footer-secondary__inner::before, .footer-secondary--has-decor .footer-secondary__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  background-color: #00a7e1;
  display: none;
}

@media (min-width: 768px) {
  .footer-secondary--has-decor .footer-secondary__inner::before, .footer-secondary--has-decor .footer-secondary__inner::after {
    display: block;
  }
}

@media (max-width: 991px) {
  .footer-secondary--has-decor .footer-secondary__inner::before, .footer-secondary--has-decor .footer-secondary__inner::after {
    width: 80px;
  }
}

.footer-secondary--has-decor .footer-secondary__inner::before {
  left: -20px;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}

.footer-secondary--has-decor .footer-secondary__inner::after {
  right: -20px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}

.footer-secondary__inner {
  background-color: #16171a;
  padding: 24px 0;
  position: relative;
  border-top: 0 solid transparent;
}

@media (min-width: 992px) {
  .footer-secondary__inner {
    padding: 24px 0;
  }
}

.footer-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Roboto", Arial, "sans-serif";
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.2em;
  font-weight: bold;
}

.footer-nav--right {
  text-align: center;
}

@media (min-width: 992px) {
  .footer-nav--right {
    text-align: right;
  }
  .footer-nav--right .footer-nav__item {
    padding-right: 0 !important;
  }
}

.footer-nav--sm {
  font-size: 9px;
}

.footer-nav__item {
  display: inline-block;
  padding: 0 2px;
}

@media (max-width: 479px) {
  .footer-nav__item {
    float: left;
    width: 33.3%;
    text-align: left;
    padding: .25em 0;
  }
}

@media (min-width: 480px) {
  .footer-nav__item {
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .footer-nav__item {
    padding: 0 16px;
  }
}

@media (min-width: 992px) {
  .footer-nav__item {
    padding: 0 24px;
  }
}

@media (min-width: 1200px) {
  .footer-nav__item {
    padding: 0 32px;
  }
}

.footer-nav__item > a {
  color: #fff;
  display: inline-block;
  padding: .5em;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.footer-nav__item > a:hover {
  color: #00a7e1;
}

@media (max-width: 479px) {
  .footer-nav--condensed .footer-nav__item {
    display: inline-block;
    padding: 0;
    text-align: center;
    width: auto;
    float: none;
  }
}

@media (min-width: 480px) {
  .footer-nav--condensed .footer-nav__item {
    padding: 0 8px;
  }
}

@media (min-width: 768px) {
  .footer-nav--condensed .footer-nav__item {
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .footer-nav--condensed .footer-nav__item {
    padding: 0 12px;
  }
}

@media (min-width: 1200px) {
  .footer-nav--condensed .footer-nav__item {
    padding: 0 15px;
  }
}

/* Footer Sponsors */
.sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #2e2f31;
  padding: 24px 0 24px 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .sponsors {
    margin-top: -16px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 35px 0 47px 0;
  }
}

@media (min-width: 992px) {
  .sponsors {
    margin-top: -24px;
  }
}

.sponsors-title {
  font-size: 9px;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 12px 0;
}

@media (min-width: 768px) {
  .sponsors-title {
    margin: 0 25px 0 0;
  }
}

.sponsors-logos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 767px) {
  .sponsors-logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sponsors__item {
  text-align: center;
}

@media (max-width: 1199px) {
  .sponsors__item {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .sponsors__item {
    width: 33.3%;
    padding: 10px;
  }
}

@media (max-width: 479px) {
  .sponsors__item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .sponsors__item {
    margin: 0 12px;
  }
}

@media (min-width: 1200px) {
  .sponsors__item {
    margin: 0 25px;
  }
}

.sponsors__item > a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.sponsors__item > a:hover {
  opacity: 1;
}

/* Footer Info */
.footer-info {
  background-color: #1e2024;
}

@media (min-width: 992px) {
  .footer-info .footer-logo--has-txt {
    width: auto;
    padding: 0;
    margin-top: 0;
    margin-right: 30px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .footer-info .footer-logo--has-txt {
    margin-right: 58px;
  }
}

.footer-info .footer-logo--has-txt .footer-logo__img {
  margin-right: 8px;
}

.footer-info .footer-logo--has-txt .footer-logo__txt {
  font-size: 16px;
  text-transform: uppercase;
}

.footer-info__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0 solid transparent;
  padding: 20px 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 992px) {
  .footer-info__inner {
    padding: 44px 0 50px 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

/* Footer Copyright */
.footer-copyright {
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Roboto", Arial, "sans-serif";
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #9a9da2;
  text-align: center;
}

@media (min-width: 992px) {
  .footer-copyright {
    text-align: left;
  }
}

.footer-copyright a {
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.footer-copyright a:hover {
  color: #00a7e1;
}

/*
/*
File Name:    custom.css
Description:  You can add your custom CSS here and it will overwrite template styles
*/

/*# sourceMappingURL=maps/custom.css.map */



.body-home-bg{
  background-color: var(--primario) !important;
  background: url(../images/bg_home.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main-nav__sub {
  background-color: var(--primario) !important;
  border: solid 1px #005186 !important;
}

.main-nav__sub li a {
  border-bottom: 1px solid #005186 !important;
}

.main-nav__sub-2{
  background-color: #2c2c2c;
}

.posts__item--card, .posts__item--card:last-child{
  background: var(--primario);
}

.posts__title a{
  color: white;
}
.posts__title a:hover{
  color: rgba(255,255,255,0.7);
}

.header {
    background-color:  rgba(255,255,255,0);;
    position: relative;
    z-index: 4;
}

.header__top-bar{
  background-color: var(--primario-oscuro);
}

/* Header Secondary */
.header__secondary {
    background-color: #ffffff;
    display: none;
}

@media (min-width: 992px) {
    .header__secondary {
        display: block;
        text-align: right;
    }
}

.header-search-form {
  background-color: var(--primario);
}


/* Header Primary */
.header__primary {
    background-color: var(--primario);
    position: relative;
}

.header__primary::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    width: 50%;
}

.header__primary-inner {
    position: relative;
    z-index: 1;
    background-color: var(--primario);
}

.header__primary-inner::before {
    content: "";
    position: absolute;
    display: none;
    top: 0;
    bottom: 0;
    width: 210px;
    background-color: transparent;
    left: -25px;
    margin-left: 0;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
}

@media (min-width: 768px) {
    .header__primary-inner::before {
        display: block;
    }
}

@media (max-width: 991px) {
    .header__primary-inner::before {
        width: 80px;
    }
}

@media (max-width: 991px) {
    .main-nav .social-links--main-nav {
        display: none;
    }
}


input.header-mobile__search-control{
  border-color: rgba(255,255,255,0.25) !important;
}

input.header-mobile__search-control:focus {
  background-color: #0072BA !important;
}

input.header-mobile__search-control::placeholder {
  color: rgba(255,255,255,0.4) !important;
}

input.header-mobile__search-control{
  color: #FFF;
}

.main-nav__list > li > a:hover::before {
  background-color: #d76f00;
}

.header__secondary h3, .header__secondary p, .header__secondary span{
  margin: 0;
  color: var(--primario);
  line-height: 15px;
}


@media (min-width: 992px){
  input.header-mobile__search-control{
    background-color: var(--primario);
  }
}

@media (min-width: 992px){
  .nav-account .nav-account__item > a {
    line-height: 46px;
  }
}

.main-nav__list > li.active > a::before {
  background-color: #0072BA;
}

@media (min-width: 992px){
  .nav-account .nav-account__item > a .highlight {
    color: #0072BA;
  }
}

@media (min-width: 992px){
  .page-heading {
    margin-top: 0px;
  }
}


.info-block__item .df-icon--custom{
  color: #00a7e1;
}

@media only screen and (max-width: 991px){
  .header-mobile__inner {
    background-color: var(--primario);
        overflow: hidden;
        position: relative;
        z-index: 2;
        height: 100px;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
}

@media only screen and (max-width: 991px){
  .main-nav {
    background-color: var(--primario);
  }
}

.posts-slider--center .posts__inner{
  top:60%
}

@media (min-width: 992px){
  .game-result__team-logo{
    width: 120px;
    height: 120px;
  }
}

@media (min-width: 1200px){
  .widget-player--soccer .widget-player__last-name{
    font-size: 24px;
  }
}

.widget-playerx::before{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}

.widget-playerx{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin-left: 0;
  margin-top: -0.2em;
  text-indent: -0.15em;
  width: 130px;
  background: url(../images/player_card_bg.png) no-repeat;
  background-size: cover;
  color: rgba(255, 255, 255, 0.1);
  font-size: 150px;
  line-height: 1em;
  overflow: hidden;
}

.widget-player .widget__content {
  border-radius: 0;
}

.widget-player__last-name {
  color: #0072BA;
}

.text-black-50 {
  color: rgba(0,0,0,0.1) !important;
}
.progress__bar--success {
  background-color: #0072BA !important;
}

.progress__bar {
  background-color: #e5352c;
}

.widget-player--soccer .widget__content{
  height: 300px;
}

.widget-player__photo{
  bottom: 0;
  top: auto;
}

.posts__item--card .posts__inner {
  text-align: center;
}

@media (min-width: 768px){
  .match-preview__title--lg {
    font-size: 18px;
  }
}

.posts--slider-featured .posts__item {
  border-radius: 0;
}

@media (max-width: 992px){
  .widget-player__photo{
    left: -30px
  }}

.player_photo{
  height: 270px;
  max-width: 200px;
}

.trophies_text_big{
  font-size: 120px;
  font-weight: 700;
  padding-bottom: 50px;
  padding-top: 30px;
}

.vll {
  border-left: 6px solid #00a7e1;
  height: 48px;
  margin-bottom: 20px;
}

@media (max-width: 992px){
  .vll{
    display: none;
  }
}

.vlr {
  border-right: 6px solid #00a7e1;
  height: 48px;
  margin-bottom: 20px;
}

@media (max-width: 992px){
  .vlr{
    display: none;
  }
}

.childl {
  position: relative;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
}

@media (min-width: 992px){
  .childl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.childr {
  position: relative;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
}

@media (min-width: 992px){
  .childr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.copa{
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 992px){
  .header-search-form {
    display: inline-block;
    width: 260px !important;
    padding-left: 24px !important;
  }
  .info-block--header .info-block__item {
    padding-bottom: 2px !important;
  }
  .nav-account .nav-account__item > a {
    height: 46px !important;
  }
}


.header_alt_image{
  margin-top: -10px;
}

.main-nav__list > li {
  color: white;
  cursor: pointer;
}

.main-nav__list > li > a {
  line-height: 42px !important;
}

.main-nav__sub {
  top: 42px !important;
}

@media (max-width: 576px){
  .main-nav__sub {
    top: 0px !important;
  }}

.main-nav__sub li a:hover {
  color: #00a7e1;
}

.posts__title {
  text-transform: none !important;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: none !important;
}
.page-heading__title {
  text-transform: none !important;
}

@media (min-width: 576px){
  .card-columns {
    column-count: 2;
  }
}

.content-filter__item--active .content-filter__link {
  color: #31404b !important;
}

.content-filter__item {
  cursor: pointer;
}


:focus {
  outline: -webkit-focus-ring-color none 0 !important;
}

.widget-player__name-small {
  margin-left: 105px;
  margin-top: -40px;
}


@media (min-width: 992px){
  .header__primary{
    -webkit-font-smoothing: antialiased;
    height: 42px;
    margin-top: -1px;
  }

  .header__secondary{
    -webkit-font-smoothing: antialiased;
    height: 72px;
    margin-top: 0;
  }

  .header__top-bar{
    height: 45px;
    display: block;
  }
  .header{
    background-color: rgba(255,255,255,0);
  }
  .hero-slider-wrapper {
    position: relative;
    margin-top: -30px;
  }
}

@media only screen and (max-width: 991px){
  .header-mobile__logo-img {
    width: 70px;
  }
}


@media only screen and (max-width: 991px){
  .main-nav .header-mobile__logo{
    border-bottom: none;
  }
}

@media only screen and (max-width: 991px){
  .main-nav .main-nav__list > li > a {
    border-bottom: none;
  }
  .main-nav__sub {
    top: 0 !important;
  }
}

.card__header > h4, .widget__title > h4 {
  color: #fff;
  text-transform: uppercase !important;
  letter-spacing: 4px;
}

.card--clean .card__header {
  background-color: #0072BA;
  border: none;
  border-radius: 0px;
}

.card__header {
  background-color: #0072BA;
  border: none;
  border-radius: 0px;
  color:#FFF;
}

.card__header::before{
  width: 0px;
}

.team-result-filter__item select.form-control {
  font-size: 12px;
  padding: 3px 24px 4px 10px;
}

.btn-outline.btn-default {
  color: #FFF;
}

.page-item.active .page-link, .page-item.active, .page-link:hover, .page-item.active, .page-link:focus{
  background-color: #0072BA;
  border: #fff;
}

.card{
  border: 0;
  border-radius: 0;
}

.posts__item--card .posts__thumb:first-child {
  border-radius: 0;
}

.card-overlay{
  color: #fff;
  background: rgba(0,114,186,0.9);
  padding: 20px;
  position: absolute;
  left: 0px;
  bottom: 20px;
}



.fix-height{
  height: 24em;
}

.fix-height-sm{
  height: 18em;
}

.image-cover{
  object-fit: cover;
  object-position: center;
}

.main-nav__sub > li.active > a {
  color: #00a7e1;
}

.widget--footer .posts--simple-list .posts__title {
        font-weight: 900;
    letter-spacing: -.03em;
    text-shadow: 0px 0px 0px #ffffff;
}

.sponsors {
    border-top: 2px solid rgba(255,255,255,.2);
}


/*
// #Social Links
// --------------------------------------------------
*/
.social-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.social-links__item {
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  font-family: "Roboto", Arial, "sans-serif";
  margin-right: 12px;
}

.social-links__item .fa {
  font-size: 12px;
  margin-right: 5px;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.social-links__item:last-child {
  margin-right: 0;
}

.social-links__link {
  display: inline-block;
  color: #6b6d70;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.social-links__link:hover {
  color: #fff;
}

.social-links__link:hover .fa {
  color: #00a7e1;
}

.social-links--main-nav {
  display: inline-block;
  padding-left: 30px;
}

.social-links--main-nav .social-links__item {
  margin-right: 19px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .social-links--main-nav .social-links__item {
    margin-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .social-links--main-nav {
    padding-left: 30px;
  }
}

.social-links--btn .social-links__item {
  margin: 0 0 0 0;
}

.social-links--btn .social-links__link {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  margin: 0 2px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.social-links--btn .social-links__link:hover {
  opacity: 0.8;
}

.social-links--btn .social-links__link:hover .fa {
  color: #fff;
}

.social-links--btn .social-links__link .fa {
  margin: 0;
}

.social-links--btn .social-links__link--lg {
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin: 0 6px;
}

.social-links--btn .social-links__link--fb {
  background-color: #4d6baa;
}

.social-links--btn .social-links__link--twitter {
  background-color: #3fcef2;
}

.social-links--btn .social-links__link--gplus {
  background-color: #e34d39;
}

.social-links--btn.social-links--btn-block .social-links__item {
  display: inline;
}

.social-links--btn.social-links--btn-block .social-links__link {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 12px;
  font-size: 9px;
  height: 24px;
  line-height: 24px;
}

.social-links--circle .social-links__item {
  margin-right: 20px;
}

@media (min-width: 992px) {
  .social-links--circle .social-links__item {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .social-links--circle .social-links__item {
    margin-right: 24px;
  }
}

.social-links--circle .social-links__item:last-child {
  margin-right: 0;
}



.social-links--circle .social-links__link {
  border: 2px solid rgba(154, 157, 162, 0.4);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  text-align: center;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.social-links--circle .social-links__link .fa {
  margin-right: 0;
  font-size: 14px;
  line-height: 30px;
}

.social-links--circle .social-links__link:hover {
  border-color: #c2ff1f;
}

.social-links--circle .social-links__link:hover .fa {
  color: #fff;
}


.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}


#footer .bg-primario-claro .list-group-item {
  background-color: transparent;
  border: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  padding: 0 1.25rem;
}



#footer .bg-primario-claro .list-group-item.destacado {
  font-size: 14px;
  font-weight: 600;
  color: #bd1818;
  line-height: 1.2;
  letter-spacing: .1px;
  padding: .25rem 1.25rem;
}


.widget--footer .widget__title {
    color: #fff;
    font-size: 15px;
    font-style: normal;
    margin-bottom: 3.5em;
    font-weight: 900;
    letter-spacing: -.03em;
    text-shadow: 0px 0px 0px #ffffff;
}

.align-items-center {
    align-items: center!important;
}

#footer .bg-primario-claro {
    background-color: #e5e5e5;
    padding-top: 105px;
}

.row-special {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 992px){
.text-lg-left {
    text-align: left!important;
  }
}

.d-inline {
    display: inline!important;
}

.logo {
	margin-bottom: -77px;
}


footer {
	box-shadow: none!important;
	background: #f6f6f6!important;
}