/*
  Theme Name: Regna
  Theme URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: 'Poppins', sans-serif
}

a {
  color: #2dc997;
}

a:hover, a:active, a:focus {
  color: #2dca98;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #2dc997;
  color: #fff;
}

span.title-res-mobile {
  display: none;
  text-align: center;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

/* Mobile First */
#header {
  z-index: 1;
}

#header #logo {
  float: right;
}

/* SCALE IMG HOVER
*/
.img-hover img {
  -webkit-transition: all .3s ease; /* Safari and Chrome */
  -moz-transition: all .3s ease; /* Firefox */
  -o-transition: all .3s ease; /* IE 9 */
  -ms-transition: all .3s ease; /* Opera */
  transition: all .3s ease;
}
.img-hover img:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform:translateZ(0) scale(2.50); /* Safari and Chrome */
  -moz-transform:scale(2.50); /* Firefox */
  -ms-transform:scale(2.50); /* IE 9 */
  -o-transform:translatZ(0) scale(2.50); /* Opera */
  transform:translatZ(0) scale(2.50);
}

@media (min-width: 768px){
  #header #logo {
    float: left;
  }
  #header #logo img {
    padding: 0;
    margin: 0;
  }
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

#header.header-fixed {
  background: rgba(52, 59, 64, 0.9);
  padding: 15px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
  #header.header-fixed {
    padding: 20px 0;
  }
}

#nav-menu-mobile{
  display: none;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #header {
    z-index: 1;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
  .back-to-top {
    bottom: 15px;
  }
  #about .about-container .title {
    padding-top: 15px;
  }  

  #mobile-nav-toggle {
    display: inline;
  }
  #nav-menu-container {
    display: none;
  }

  #nav-menu-mobile{
    display: block;
    position: absolute;
  }

}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.dl-menuwrapper button {
  display: none;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
  background-clip: content-box;
}

.dl-subviewopen {
  border: 0;
}

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu li {
  position: relative;
  white-space: normal;
}

.nav-menu > li {
  float: left;
}

.nav-menu ul ul {
  top: 0;
  /*menu test
  left: 100%;*/
}

.nav-menu ul li {
  /*menu test
  min-width: 80px;*/
  min-width: 180px;
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #2dc997;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

/*test nav
.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}*/

.nav-menu ul {
  margin: 4px 0 0 0;
}

.nav-menu ul li {
  background: #fff;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}

.nav-menu ul li:last-child:not(hidden) {
  border-bottom: 0.5px solid gray;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #2dc997;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #2dc997;
}

#mobile-nav ul .menu-item-active {
  color: #2dc997;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  color: #999;
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
}

#about .about-container .background {
  min-height: 300px;
  background: url(../img/about-img.jpg) center top no-repeat;
  margin-bottom: 10px;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #2dc997;
}

#about .about-container .icon-box .icon i {
  color: #2dc997;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #f7f7f7;
  padding: 80px 0 60px 0;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #2dc997;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  background: #fafafa;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  display: inline-block;
  border: 6px solid #fff;
}

#services .icon a {
  display: inline-block;
  background: #2dc997;
  border: 2px solid #2dc997;
  padding: 16px;
  border-radius: 50%;
  transition: 0.3s;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
}

#services .box:hover .icon i {
  color: #2dc997;
}

#services .box:hover .icon a {
  color: #2dc997;
  background: #fff;
}

#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f7f7f7;
  padding: 80px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #2dc997;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  height: 200px;
  overflow: hidden !important;
  margin-bottom: 15px;
  transition: all 350ms ease;
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #2dc997;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #2dc997;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
/* Sponsors Section
--------------------------------*/
#section_sponsors{
  background-color:#f7f7f7;
  padding: 60px 0 60px 0;
}
/* Contact Section
--------------------------------*/
#section_contacto {
  padding: 60px 0 40px 0;
}

#section_contacto #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#section_contacto .info {
  color: #333333;
}

#section_contacto .info i {
  font-size: 32px;
  color: #2dc997;
  vertical-align: middle;
  margin-right: 8px;
}

#section_contacto .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#section_contacto .info .email p {
  padding-top: 5px;
}

#section_contacto .form #sendmessage {
  color: #2dc997;
  border: 1px solid #2dc997;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#section_contacto .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#section_contacto .form #sendmessage.show, #section_contacto .form #errormessage.show, #section_contacto .form .show {
  display: block;
}

#section_contacto .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#section_contacto .form input, #section_contacto .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#section_contacto .form button[type="submit"] {
  background: #2dc997;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#section_contacto .form button[type="submit"]:hover {
  background: #51d8ad;
}

#sponsors {
  background: #fff;
  padding: 60px 0 40px 0;
}

#sponsors .section-header {
  padding-bottom: 25px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-container {
  background: #343b40;
  margin-top: 40px;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
}

.footer-container .copyright {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 10px;
}

.footer-container .copyright a {
  color: #f7f7f7;
}

.footer-container .credits {
  padding-top: 10px;
  font-size: 13px;
  color: #ccc;
}

.footer-container .credits .social-links a{
  font-size: 18px;
}

/* Custom Style */
span.social-links {
  font-size: 32px;
}
i.fa-facebook{
  padding: 0 10px 0px 10px;
}
i.fa-instagram{
  padding: 0 10px 0px 10px;
}

/* Logo web cliente */
img.logo_large {
  max-height: 100px;
  display: block;
  margin-top: 14px;
  margin-bottom: -19px;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}
img.logo_small{
  height: 40px;
  display: block;
}

/*Nav*/
nav#mobile-nav {
  text-transform: uppercase;
}

@media (min-width: 1200px) {

  p.eventday.active, p.eventday.active:hover {
    color: white;
    background-color: #2dc997; /* El color verde del tema, puede ser una variable */
  }

  /* Always show scrollbars when there's overflow */
  ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
  }

  /*Test nav
  #nav-menu-container {
    margin-right: 150px;
  }*/

  #stats {
    margin-top: 45px;
  }
  .tab-pane {
    padding-top: 20px;
    border: 1px solid #dee2e6;
    border-top: none;
  }
  #stats table {
    margin-bottom: 0;
  }
  #events_calendar {
    font-family: Calibri, sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    margin-left: 10px;
  }
  .cld-number {
    box-sizing: content-box;
  }
  .cld-labels {
    margin-top: 10px;
  }
  /*Test nav
  #nav-menu-container {
    margin-right: 150px;
  }*/
}

/*SM - MD - LG*/
@media (min-width: 992px) {
  .resultado-separacion::after {
    content: '-';
    margin-left: 20px;
  }

  ul.eventos{
    text-align: center;;
  }
}

/*XS*/
@media (max-width: 480px) {
  /*Nav*/
  #mobile-nav ul li a:hover {
    background-color: #2dc997;
  }
  span.division{
    display: block;
    margin-left: 30px;
  }

  span.division-campeonato{
    display: block;
    margin-left: 60px;
  }
  /*fin nav*/

  #section_contacto .info p {
    padding: 0;
  }
  i.custom-mobile{
    display: block;
    padding: 11px;
  }

  #section_instagram{
    padding: 15px 0px 0px 0px !important;
  }

  table {
    display: block;
  }

  .nav-tabs {
    border-bottom: none;
  }

  .tab-content {
    margin-top: 4px;
  }

  span.title-res-desktop {
    display: none;
  }

  span.title-res-mobile {
    display: block;
  }

  a.cerrar-detalle-partido{
    margin-bottom: 0px !important;
    margin-top: 40px;
  }

}

/*Informacion / stats */
a.ver-detalle-partido {
  color: #03a9f4;
  display: block;
}

a.cerrar-detalle-partido{
  color: rgba(52, 59, 64, 0.9);
  text-align: center;
  display: block;
  margin-bottom: -70px;
  z-index: 1;
  position: relative;
}

a.cerrar-detalle-partido i{
  color: rgba(52, 59, 64, 0.9);
  font-size: 2.5em;
}

a.cerrar-detalle-partido span{
  color: rgba(52, 59, 64, 0.9);
  display: block;
  font-weight: 600px;
}

.sede-pendiente, .partido-pendiente, .cancha-pendiente{
  color: #bab9b7;
}

.partido-finalizado {
  color: #2dc997;
}

.hidden {
  display: none;
}
#stats {
  margin-top: 50px;
}
.nombre-equipo img {
  margin-right: 5px;
}
#nombre-fecha {
  text-align: center;
}
.fixture-table {
  font-size: 14px;
}
.table-compact td {
  vertical-align: middle;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
}

/* borderless table */
.table.table-borderless td, .table.table-borderless th {
  border: 0 !important;
}

.table.table-borderless {
  margin-bottom: 0px;
}

thead th {
  border-top: none !important;
}

.dia_lugar {
  padding-left: 0 !important;
}

tr.partido .equipo-nombre {
  margin-left: 15px;
}
.sede_partido, .fecha_hora_partido {
  text-align: center;
}

#links-fechas {
  padding-bottom: 10px;
}

#links-fechas ul {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 27px;
  margin-left: 22px;
}

#links-fechas li {
  float: left;
}

#links-fechas li a {
  border: #dee2e6 solid 1px;
  padding: 6px 18px 6px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #85888b;
}

#links-fechas li.active a {
  color: #2dc997;
}
.card-img-top.imagen-equipo {
  width: 17%;;
}

.cabecera-card {
  border-bottom: 1px solid grey;
  margin-bottom: 10px;
}

h4.goles {
  background: rgba(52, 59, 64, 0.9);
  color: #2dc997;
  font-size: 36px;
}

#detalle-partido-equipo1 h4.goles {
  text-align: right;
  padding-right: 10px;
}

#detalle-partido-equipo2 h4.goles {
  text-align: left;
  padding-left: 10px;
}

.cabecera-card .card-body {
  padding: 0;
}
.card-detalle-partido {
  border: none;
}
.card-detalle-partido .row .card {
  border: none;
}
.list-group-item {
  border: none;
}
.card-title.nombre-equipo {
  margin-top: 12px;
  height: 35px;
  font-weight: 600;
}
.card-img-top.imagen-equipo {
  padding-top: 1.5rem;
}
h4.goles {
  margin-bottom: 0;
}

li.sepia-item {
    filter: grayscale(100%) !important;
    color: rgba(255,0,0,0.5) !important;
}

.list-group-item {
  padding: 3px;
  margin: 0;
  line-height: 10px;
}

li.nav-item {
  font-weight: 600;;
}

/* tablet */
@media (max-width: 991.98px) {
  #detalle-partido-equipo1 {
    margin-bottom: 1rem;
  }
  #detalle-partido-equipo1 h4.goles, #detalle-partido-equipo2 h4.goles {
    text-align: center;
  }
  .card-img-top.imagen-equipo {
    width: 20%;
  }
  #stats {
    margin-top: 20px;
  }
  .fixture-table {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    font-size: 0.65rem;
  }
  #events_calendar {
    font-size: 0.9rem;
  }
  /* El menu mobile se veia arriba de todo*/
  #mobile-nav-toggle {
    z-index: 1;
  }

  .nav-menu ul li:first-child{
    border-top: 1px solid gray;
  }

  .nav-menu ul li:last-child{
    border-bottom: 1px solid gray;
  }

  .nombre-torneo {
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 20px;
  }

  th, td {
    font-size: 12px;
  }

  h3 {
    font-size: 1.3rem !important;
  }

  .nav-link.active {
    border: none;
  }
  
  li.nav-item {
    text-decoration: none;
    margin: 0 5px 0px 5px;
  }

  li.nav-item a{
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 3px solid #2dc997 !important;
    text-transform: uppercase;
  }

  .nav {
    white-space: nowrap;
    display:block!important;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch
  }
  
  .nav li {
    display: inline-block
  }

  /*SCROLL BAR ************************************************/
  .scroll::-webkit-scrollbar {
    width: 0px;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */ 
    scrollbar-width: none;  /*Firefox */
    -ms-overflow-style: none;  /*IE 10+ */
    display: none;  /*Safari and Chrome */
  }

  thead.table-positions{
    border: 1px solid #ddd !important;
  }
  th.table-positions{
    border: 1px solid #ddd !important;
    padding: .4rem !important;
  }
  td.table-positions{
    border: 1px solid #ddd !important;
    padding: .4rem !important;
  }
  td.escudo {
    border-right: none !important;
    padding-right: 0px !important;
    max-width: 195px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  td.nombre-equipo {
    border-left: none !important;
    padding-left: 5px !important;
    text-align: left;
  }
  /* Lo mismo que hace la clase table-responsive de bootstrap */
  table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-compact td {
    white-space: nowrap;
  }

  .table-compact th {
    text-align: left !important;
  }

  .arrow{
    background-color: white;
    position: absolute;
    right: 7px;
    padding: 7px;
    box-shadow: -6px 0px 8px -6px rgba(0,0,0,0.75);
  }
}

/*Reglamento*/
.reglas{
  margin-top: 25px;
}

/*Galeria de instagram */
#section_instagram{
  padding: 35px 0px 35px 0px;
}

.instagram-resource {
  padding-bottom: 15px;
}

#hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  position: relative;
}

a.btn-get-started {
  visibility: hidden;
}

/* Inicio Carrusel */
@media (min-width: 768px) {

  /* show 3 items */
  .carousel-inner .active,
  .carousel-inner .active + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item,
  .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
    display: block;
  }
  
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
    transition: none;
  }
  
  .carousel-inner .carousel-item-next,
  .carousel-inner .carousel-item-prev {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  
  .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  
  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left,
  .carousel-item-next.carousel-item-left + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  
  /* farthest right hidden item must be abso position for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  
  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
  .carousel-item-prev.carousel-item-right + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }

}
/* Fin Carrusel */

/********************* WEB VISTA DE EQUIPO ***************************/ 

.img-equipo-web{
  /*  position: relative;
    top: -75px;*/
    margin-top: -20%;
  }
  
  .equipo_bg{
    height:50px; width: 100%;
    height: 20vh;
    background: url(/img/equipo_bg.png) top center;
    background-size: cover;
    position: relative; opacity:0.8;
    border-bottom: 3px solid rgba(231,56,39,1);
  }
  
  .equipo_bg:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    background: rgba(0,0,0,.5);
  }
  
  .card .content {
    padding: 15px 15px 10px 15px;
  }
  
  .card {
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
  }
  
  .my-custom-scrollbar {
    position: relative;
    max-height: 500px;
    overflow: auto;
  }
  
  .table-wrapper-scroll-y {
    display: block;
  }
  
  .clickable-row{
    cursor: pointer;
  }
  
  .clickable-row:hover{
    background-color: #d1d1d1 !important;
  }

  @media (max-width: 768px) {
    
    .my-custom-scrollbar {
      position: relative;
      max-height: 300px;
      overflow: auto;
    }

  }


  /********************* FIN WEB VISTA DE EQUIPO ***************************/ 
