.brand-logo {
  margin-top: -2px;
}
.brand-logo img {
}
.brand-logo a {
  float: left;
}
.brand-logo a:hover {
  color: #dd2d8f;
}

.btn--transparent:hover {
  color: #dd2d8f;
}

.brand-logo span {
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: 1rem;
  float: left;
}


body .header-top-social h3 {
  font-size: 48px;
}
body .header-top-social .header-links {
  margin-bottom: 30px;
}
body .header-top-social .social-list,
body .header-top-social .header-links {
  display: list-item;
  justify-content: flex-end;
}
body .header-top-social .social-list li {
  text-align: left;
  margin-bottom: 10px;
}
body .header-top-social .social-list a {
  font-size: 15px;
  line-height: 24px;
  font-size: 26px;
  margin: 0 auto;
}
body .header-top-social .social-list li a:hover {
  color: #dd2d8f;
  padding-left: 0;
}
.off-canvas-wrapper.open {
  color: #1f1f1f;
}

body {
  /*background: url(../image/web/bg.jpg) repeat-y top center;*/
  background-image: linear-gradient(to right, #160821 0%, #3c194f 100%);
  background-size: contain;
  font-family: 'Cairo', sans-serif;
  min-height: 100vh;
  color: #ffffff;
}

.card-p01 .card-head {
  color: #1f1f1f;
}
.card-p01 .card-btn .btn {
  height: auto;
}

/* ADMIN */
.hero-area {
  margin-bottom: 0px;
}
.hero-area.login,
.hero-area.register {
  background: url(../image/web/pelota.svg) no-repeat center 20%;
  background-size: 50%;
  padding: 145px 0;
  position: relative;
  background-attachment: fixed;
}
.header-login {
  position: relative;
  height: 120px;
}
.header-login::before {
  background: none !important;
}
.header-login .logo-club {
  width: 5rem;
}

.mobile-header {
  position: static;
  margin-bottom: -40px;
}

.card-p01:before {
  display: none;
}

.btn-new {
  background-color: #ff0080;
  width: 60px;
  height: 60px;
  font-size: 40px;
  font-family: Arial;
  color: #ffffff;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}

.section-title .title,
.section-title p,
form span {
  color: #fff;
}
form span {
  font-size: 14px;
}

.form-container {
  background: transparent;
  text-align: center;
}
.form-container input {
  border: 0.5px solid #ffffff;
  margin-bottom: 0.5rem;
  background: transparent;
  margin: 0 auto;
  border-radius: 7.2px;
  color: #ffffff;
  padding: 0 5px 0 30px;
  font-family: 'Cairo', sans-serif;
}
.login .form-container input {
  max-width: 55%;
}
.form-container .row {
  width: auto;
  margin-bottom: 25px;
}
.form-container input::placeholder {
  color: #fff;
  opacity: 0.7;
}
.form-container input.icon-user {
  background: url(../image/web/icon-user.svg) no-repeat 10px center;
}
.form-container input.icon-pass {
  background: url(../image/web/icon-pass.svg) no-repeat 10px center;
}
p.error {
  border-top-color: #ff4149;
  background: rgba(255, 65, 73, 0.7);
  color: #ffffff;
  padding: 10px;
  font-size: 1rem;
}
p.mensaje {
  padding: 0.5rem 2rem;
  background: rgb(255 255 255 / 50%);
  color: #1f1f1f;
  opacity: 1;
  width: 70%;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
p.mensaje a {
  color: #1f1f1f;
  font-size: 13px;
  position: absolute;
  right: 1rem;
  line-height: 24px;
}

.btn--primary {
  background: #ff0080 !important;
  margin-bottom: 0.5rem;
  margin: 0 auto;
  border-radius: 7.2px;
  color: #ffffff;
  font-family: 'Cairo', sans-serif;
}
.btn--primary:hover {
  color: #c2c2c2 !important;
}
.form-container .btn--primary {
  width: 55%;
  display: block;
}

.btn--primary.delete {
  background: grey !important;
  margin-left: 10px;
}

.btn--secundary {
  border: 0.5px solid #ffffff;
  margin-bottom: 0.5rem;
  background: transparent;
  max-width: 55%;
  margin: 0 auto;
  border-radius: 7.2px;
  color: #ffffff;
  font-family: 'Cairo', sans-serif;
}
.btn--secundary:hover {
  color: #c2c2c2 !important;
}
.form-container .btn--secundary {
  width: 55%;
  display: block;
}

.btn--tertiary {
  border: 0.5px solid #1f1f1f;
  margin-bottom: 0.5rem;
  background: transparent;
  max-width: 55%;
  margin: 0 auto;
  border-radius: 7.2px;
  color: #1f1f1f;
  font-family: 'Cairo', sans-serif;
}
.btn--tertiary:hover {
  color: #c2c2c2 !important;
}
.form-container .btn--tertiary {
  width: 55%;
  display: block;
}

.footer-list.link-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer-list.link-list a {
  font-size: 13px;
}
.footer-list.link-list li {
  margin-bottom: 0px;
}

footer p.info {
  font-size: 16px;
}

.dashboard-img img {
  box-shadow: none;
}

/* HOME */

.hero-area.hero-home {
  background: url(../image/web/home-hero1.svg) no-repeat left -200px;
  background-size: contain;
  padding: 250px 85px 60px 85px;
  position: relative;
  width: 100%;
  /* height: 900px; */
}
.hero-area.hero-home .hero-content {
  color: #fff;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-left: 5%;
}
.hero-area.hero-home h1.title {
  font-family: 'Cairo', sans-serif;
  font-weight: 300;
  color: #ffffff;
  font-size: 80px;
  line-height: 65px;
  display: block;
  margin-bottom: 50px;
}
.hero-area.hero-home .details {
  text-align: left;
  font-size: 21px;
  line-height: 28px;
}
.hero-area.hero-home .stores {
  margin-top: 140px;
}
.hero-area.hero-home .stores span {
  color: #f9088b;
  font-size: 20px;
  line-height: 25px;
  display: block;
}
.hero-area.hero-home .stores a {
  width: 136px;
  height: 38px;
  overflow: hidden;
  display: block;
}
.hero-area.hero-home .stores a.stores-apple {
  background: url(../image/web/stores.png) no-repeat -5px -56px;
  margin-bottom: 6px;
}
.hero-area.hero-home .stores a.stores-google {
  background: url(../image/web/stores.png) no-repeat -4px -96px;
}

.hero-area.hero-home .slideimage {
  position: relative;
  height: 610px;
}
.hero-area.hero-home .slideimage img {
  position: absolute;
  z-index: 2;
}
.hero-area.hero-home .slideimage img.base {
  bottom: 0;
  z-index: 1;
}

.hero-area.hero-home .tipos {
  text-align: center;

}
.hero-area.hero-home .tipos img {
  width: 300px;
}

.block-2-home {
  /*background: url(../image/web/mundo-juani.png) no-repeat 50% 0;*/
  /*background-size: contain;*/
  background: url(../image/web/home-block-2-background2.png?v=2) no-repeat
    center;
  background-size: 100%;
  padding: 250px 85px 60px 85px;
  position: relative;
  width: 100%;
  height: 3000px;
}
.block-2-home .titlesection {
  margin-top: 1100px;
}
.block-2-home .hero-content {
  margin-top: 0px;
}

.tab-content .card,
.card.detalle-partido {
  width: 48%;
  margin: 1% 1%;
  float: left;
  padding: 1%;
}
/*.tab-content .card .image-round {
  border-radius: 50%;
  overflow: hidden;
}
*/
.tab-content .card .center,
.card.detalle-partido {
  text-align: center;
  margin: 0 auto;
}

.nav-tabs > li,
.nav-pills > li {
  float: none;
  display: inline-block;
  margin-left: 1rem;
  margin-right: 1rem;
}
.nav-pills > li.volver {
  position: absolute;
  right: 0;
}

.nav-tabs {
  text-align: center;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0075ae !important;
}

.tab-content .card .card-body .btn--primary {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Partidos */
#partidos .card .image-round {
  width: 60%;
  margin: 0 auto;
  margin-top: 5%;
}
#partidos .card .info {
  font-size: 18px;
}
#partidos .card .name {
  width: 100%;
  text-align: center;
  font-size: 24px;
}
#partidos .card .name.local {
  text-align: left;
}
#partidos .card .name.visitor {
  text-align: right;
}
#partidos .card .card-title.ganado {
  color: #76ca76;
}
#partidos .card .card-title.perdido {
  color: #f19292;
}
#partidos .card .card-title span {
  font-size: 24px;
  position: relative;
}
#partidos .card .card-title span small {
  position: absolute;
  left: 20%;
  font-size: 14px;
  bottom: -14px;
}

.progress {
  margin-bottom: 1rem;
}
.progress .progress-bar.stats-color-local {
  background-color: #0094ce;
  background-color: #004978;
}
.progress .progress-bar.stats-color-visitor {
  background-color: #ee3696;
}
.progress .progress-bar.stats-color-none {
  background-color: transparent;
}

.berlin-cube-grid .berlin-cube {
  width: 33%;
  height: 33%;
  background-color: #dd2d8f;
  float: left;
  -webkit-animation: berlin-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: berlin-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.stats-details {
  display: none;
}

.title.h3 span.hide-mobile {
  font-size: inherit;
}

.width-70-100 {
  width: 70%;
}

@media (max-width: 900px) {
  p.mensaje {
    width: 90%;
  }
  .hide-mobile {
    display: none !important;
  }
  .block-mobile {
    display: block !important;
  }
  ul.nav.nav-pills {
    justify-content: center;
    position: relative;
    min-height: 20px;
  }
  ul.nav.nav-pills.justifyleft {
    justify-content: left;
  }
  #pills-jugadores .card,
  #pills-partidos .card,
  #pills-entrenadores .card,
  .card.detalle-partido {
    width: 90%;
    margin-bottom: 1rem;
  }
  #pills-jugadores .card .img-jugadores,
  #pills-entrenadores .card .img-entrenadores {
    width: 25%;
  }
  #pills-jugadores .card .body-jugadores,
  #pills-entrenadores .card .body-entrenadores {
    width: 75%;
  }
  #partidos .card .name {
    font-size: 17px;
    text-align: center !important;
  }
  #pills-perfil .card {
    padding-top: 20px;
  }
  #pills-puntos .card-p01 {
    padding: 24px 15px 30px;
  }
  .no-padding {
    padding: 0;
  }
  .col-12.estadisticas {
    max-width: 90%;
  }
  #partidos .col-12.estadisticas {
    max-width: 100%;
  }
  #partidos .col-12.estadisticas .card-p01 {
    padding: 24px 15px 30px;
  }
  #partidos .col-12.estadisticas .stats-details .card-p01 {
    padding: 24px 0px 30px;
  }

  h5 {
    font-size: 14px;
  }
  h3 {
    font-size: 1rem;
  }
  .nav-pills > li.volver.bottom {
    top: -40px;
  }

  .mobile-navigation .mobile-menu a {
    color: #1f1f1f;
  }
  .width-70-100 {
    width: 100%;
  }
  .mobile-center {
    text-align: center !important;
  }
  .stats-circle-semi-content {
    width: 100% !important;
  }
  .width-70 .stats-circle-semi-content {
    width: 70% !important;
  }
  .stats-circle-semi-content .data-total,
  .stats-circle-semi-content .data-left,
  .stats-circle-semi-content .data-right {
    font-size: 1rem !important;
  }
}
