body {
  background: #DFEEF0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.navbar-brand span {
  color: #DFEEF0;
  font-size: 48px;
}

.navbar {
  background: none !important;
}

#pinNav.active .navbar-brand span {
  color: #006289;
}

body#onlyHome {
  margin-bottom: 40px;
}

#pinNav.active .nav-item a.nav-link {
  color: #006289;
}

#accountMenu .nav-item a.nav-link {
  color: #DFEEF0;
}

body#noHome #pinNav .nav-item a.nav-link {
  color: #006289;
}
body#noHome #pinNav .navbar-brand span {
  color: #006289;
}

.nav-item {
  margin: 0 20px;
  color: #DFEEF0;
}
.nav-item a.nav-link {
  position: relative;
  text-align: center;
  color: #DFEEF0;
}
.nav-item a.nav-link.active, .nav-item a.nav-link:hover {
  color: #DFEEF0;
}
.nav-item a.nav-link.active:before, .nav-item a.nav-link:hover:before {
  content: "";
  width: 80%;
  height: 2px;
  background: #DFEEF0;
  position: absolute;
  left: 10%;
  bottom: 0;
}
.nav-item a.nav-link span {
  display: block;
}

.nav-item.dropdown a.nav-link.active:before, .nav-item.dropdown a.nav-link:hover:before {
  display: none;
}

.parallaxParent {
  height: 100vh;
  overflow: hidden;
}
.parallaxParent > div {
  height: 200%;
  position: relative;
  top: -100%;
  z-index: 0;
}

#parallax1 {
  background: url("../images/bg_site.png");
  z-index: 1;
  background-size: cover;
  background-attachment: fixed;
}
#parallax1 > div {
  /*&:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: url('../images/bg_site.png');
      z-index: 1;
      background-size: contain;
  }*/
}
#parallax1 > div:before {
  /*content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(0% 0%, 0% 100%, 20% 100%, 60% 0, 63% 0, 23% 100%, 25% 100%, 65% 0);
  z-index: 2;
  background: $complemento;*/
}

#parallax2 div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(35% 0, 75% 100%, 78% 100%, 38% 0, 40% 0, 80% 100%, 100% 100%, 100% 0);
  z-index: 2;
  background: #DFEEF0;
}
#parallax2 div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/bg.png") center center;
  z-index: 1;
  background-size: contain;
  filter: blur(5px);
}

#pinNav {
  position: absolute;
  width: 100%;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
#pinNav.active {
  background: #DFEEF0;
}

#torneos {
  width: 100%;
  min-height: 70vh;
  margin-top: 15vh;
  padding: 50px 50px 0;
  margin-bottom: 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #DFEEF0;
}
h1 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #006289;
}

h1 + p {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #006289;
  margin: 50px 0;
}

h1, h2, h3 {
  font-weight: bold;
}

.fechaTorneo {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #DFEEF0;
  margin-bottom: 30px;
}

.txtInfoTorneo {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: #DFEEF0;
}
.txtInfoTorneo span {
  display: block;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
}

.buttonTorneo {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  z-index: 9;
  font-size: 0;
}
.buttonTorneo:hover + div {
  transform: scale(1);
}

.swiper-slide {
  position: relative;
  background: #006289;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 30px;
  color: #DFEEF0;
  margin-bottom: 50px;
}
.swiper-slide div {
  position: relative;
  transform: scale(0.8);
  transition: 200ms all ease-in-out;
}
.swiper-slide h3 {
  font-size: 32px;
  color: #DFEEF0;
  font-weight: bold;
}

.singleTournament {
  position: relative;
  background: #006289;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 30px;
  margin-bottom: 50px;
  color: #DFEEF0;
}
.singleTournament div {
  position: relative;
  transform: scale(0.8);
  transition: 200ms all ease-in-out;
}
.singleTournament h3 {
  font-size: 32px;
  color: #DFEEF0;
  font-weight: bold;
}

#bases {
  display: flex;
  width: 100%;
  min-height: 70vh;
  margin-top: 15vh;
  background: #DFEEF0;
  padding: 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #006289;
}
#bases h2 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  color: #006289;
}

.btnGral {
  background: #CEE038;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  padding: 5px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #CEE038;
}
.btnGral:hover {
  background: #006289;
  color: #DFEEF0;
  border-color: #DFEEF0;
}

#hero {
  display: flex;
  width: 40%;
  height: 100vh;
  align-items: center;
  position: relative;
  z-index: 9;
}
#hero h1 {
  color: #DFEEF0;
}
#hero p {
  color: #DFEEF0;
}

#registro {
  background-image: url("../images/bg_site.png");
  background-size: cover;
  background-attachment: fixed;
  color: #006289;
  min-height: 100vh;
  width: 100%;
  position: relative;
}

#noHome #pinNav {
  background: #DFEEF0;
}

#contentFormRegistro {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  color: #006289;
}
#contentFormRegistro h1 {
  color: #006289;
}
#contentFormRegistro h1 + p {
  color: #006289;
}
#contentFormRegistro > div {
  background: #DFEEF0;
  padding: 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#contentFormRegistro form .row > div {
  margin-bottom: 30px;
}
#contentFormRegistro form .row > div input {
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}

#login {
  background: #DFEEF0;
  color: #006289;
  height: 100vh;
  width: 100%;
  position: relative;
}
#login:before {
  /*content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(0% 0%, 0% 100%, 40% 100%, 60% 0, 63% 0, 43% 100%, 45% 100%, 65% 0);
  z-index: 2;
  background: $complemento;*/
}
#login:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/bg_site.png");
  background-size: 100% auto;
  z-index: 1;
}

.wrapInputCode {
  display: flex;
}
.wrapInputCode .inputCode {
  width: auto;
  display: inline-flex;
  margin: 0 5px;
  text-align: center;
}
.wrapInputCode .inputCode:first-child {
  margin-left: 0;
}
.wrapInputCode .inputCode:last-child {
  margin-right: 0;
}

#contentFormLogin {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
  color: #006289;
  position: relative;
  z-index: 5;
}
#contentFormLogin > div {
  background: #DFEEF0;
  padding: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#contentFormLogin h1 {
  color: #006289;
}
#contentFormLogin h1 + p {
  color: #006289;
}
#contentFormLogin form .row .col {
  margin-bottom: 30px;
}
#contentFormLogin form .row .col input {
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}

.iti__country-name {
  color: #006289;
}

.iti__selected-dial-code {
  color: #006289;
}

.customClassPhone {
  width: 100%;
}

#wrapTorneo {
  padding-top: 110px;
  background: #006289;
  color: #DFEEF0;
  min-height: 100vh;
}
#wrapTorneo.otherBg {
  background: url("../images/bg_site.png");
  background-size: 100% auto;
}
#wrapTorneo h1 {
  color: #DFEEF0;
}
#wrapTorneo h1 + p {
  color: #DFEEF0;
}

.singleGroup {
  margin-top: 30px;
  background: #DFEEF0;
  padding: 15px 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.singleGroup table {
  background: #DFEEF0;
}
.singleGroup table td, .singleGroup table th {
  text-align: center;
  color: #006289;
}
.singleGroup table td:nth-last-child(-n+6) {
  width: 40px;
}
.singleGroup table td:not(:nth-last-child(-n+6)) {
  min-width: 130px;
}
.singleGroup table tr > td:first-child, .singleGroup table tr > th:first-child {
  text-align: left;
}
.singleGroup .table > :not(caption) td {
  background: none;
}
.singleGroup .table > :not(caption) th {
  background: none;
}
.singleGroup td.na, .singleGroup td[data-win="1"], .singleGroup td[data-win="0"], .singleGroup td[data-typeid="3"], .singleGroup td.sinjuego, .singleGroup td.default, .singleGroup td.up, .singleGroup td.down {
  position: relative;
}
.singleGroup td.na:before, .singleGroup td[data-win="1"]:before, .singleGroup td[data-win="0"]:before, .singleGroup td[data-typeid="3"]:before, .singleGroup td.sinjuego:before, .singleGroup td.default:before, .singleGroup td.up:before, .singleGroup td.down:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  left: 10%;
}
.singleGroup td.na:before {
  height: 80%;
  background: #006289;
  top: 10%;
}
.singleGroup td[data-win="1"]:before {
  background: #66BB6A;
  bottom: 4px;
  left: 10%;
}
.singleGroup td[data-win="0"]:before {
  background: #F44336;
  bottom: 4px;
  left: 10%;
}
.singleGroup td.sinjuego, .singleGroup td[data-typeid="4"] {
  opacity: 0.5;
}
.singleGroup td.sinjuego:before, .singleGroup td[data-typeid="4"]:before {
  background: #525252;
  bottom: 4px;
  left: 10%;
}
.singleGroup td.default:before, .singleGroup td[data-typeid="3"][data-win="0"]:before, .singleGroup td[data-typeid="3"][data-win="1"]:before {
  background: #FFA726;
  bottom: 4px;
  left: 10%;
}
.singleGroup td.up:before {
  background: #66BB6A;
  bottom: 4px;
  left: 10%;
}
.singleGroup td.down:before {
  background: #F44336;
  bottom: 4px;
  left: 10%;
}

.inputsets {
  text-align: center;
}

.btn-ronda {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-ronda span {
  font-size: 20px;
  color: #006289;
}

.table-ronda td, .table-ronda th {
  height: 40px;
  vertical-align: middle;
}
.table-ronda thead th {
  font-weight: normal;
}

.modal-dialog {
  z-index: 999;
}

.modal-content {
  background: #DFEEF0;
}

.tableFormModal tr > td {
  width: 25% !important;
  background: transparent;
}
.tableFormModal tr > th {
  background: transparent;
}

.customDefaultSelection {
  display: none;
}

#wrapTorneos, #wrapBases {
  min-height: 100vh;
  background: #006289;
}

.wrapIconos {
  display: flex;
  flex-wrap: wrap;
}

.icon-text-torneo {
  display: flex;
  align-items: center;
  margin: 5px 25px 5px 0;
}
.icon-text-torneo span {
  margin-right: 5px;
}

#wrapRound h2 {
  margin: 40px 0 20px;
}

.namePlayer {
  font-weight: normal;
}

/*****************************************/
@media all and (max-width: 600px) {
  #pinNav {
    background: #DFEEF0;
  }
  #navbarSupportedContent {
    margin-left: 0 !important;
  }
  .nav-item a.nav-link {
    text-align: left;
    padding: 20px 15px;
  }
  .nav-item a.nav-link span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  #registro {
    padding-top: 85px;
  }
  #contentFormRegistro {
    padding: 30px 0;
    display: block;
  }
  #contentFormRegistro h1 + p {
    margin: 15px 0;
  }
  #contentFormRegistro form .row > div {
    margin-bottom: 15px;
  }
  #accountMenu .nav-item a.nav-link {
    color: #006289 !important;
  }
  #torneos {
    padding: 25px;
    margin-top: 80px;
    height: auto !important;
    min-height: 100%;
  }
  #wrapTorneos, #wrapBases {
    height: auto !important;
    padding: 30px 0;
  }
  .swiper {
    max-height: 400px;
  }
  #login:after {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  #login:before {
    display: none;
  }
  #contentFormLogin, #contentFormRegistro {
    width: 90%;
    justify-content: center;
    margin: auto;
    padding: 0;
    min-height: 100vh;
    height: auto;
  }
  #contentFormLogin > div, #contentFormRegistro > div {
    margin: 60px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background: #DFEEF0;
    border-radius: 20px;
  }
  #parallax1 > div:before {
    display: none;
  }
  #parallax1 > div:after {
    background: url("../images/bg_site.png");
    -webkit-background-size: auto 50%;
    background-size: auto 50%;
  }
  #hero {
    width: 100%;
    height: 100vh;
    position: relative;
    /*> div {
        position: relative;
        padding: 30px;
        background: rgba(223, 238, 240, 0.75);
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        h1, p {
            color: $azul;
        }
    }*/
  }
  .wrapIconos > div {
    width: 50%;
  }
  .wrapIconos > div .icon-text-torneo {
    margin: 5px 10px;
    flex-direction: column;
  }
  .wrapIconos > div .icon-text-torneo span {
    display: block;
    margin: 0;
  }
  .singleGroup {
    padding: 7px 10px;
  }
  .wrapGroups .singleGroup table.table tr th:first-child, .wrapGroups .singleGroup table.table tr td.namePlayer {
    min-width: 110px;
    position: sticky;
    left: 0;
    background: #DFEEF0;
    z-index: 4;
    vertical-align: middle;
    font-size: 14px;
  }
  .wrapGroups .singleGroup table.table tr .namePlayer {
    font-weight: normal;
  }
  .specialMenu a br {
    display: none;
  }
  .navbar-brand span {
    color: #006289 !important;
  }
  .nav-item {
    color: #006289;
  }
  .nav-item a.nav-link {
    color: #006289;
  }
  .nav-item a.nav-link.active, .nav-item a.nav-link:hover {
    color: #006289;
  }
  .nav-item a.nav-link.active:before, .nav-item a.nav-link:hover:before {
    display: none;
  }
  #wrapTorneo.otherBg {
    background-size: auto 100%;
  }
}
.navbar-toggler {
  border-color: transparent;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: #006289;
}
.navbar-toggler span {
  margin-left: 5px;
  color: #006289;
}

.torneosPublicWrap {
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: transparent;
}

@media all and (min-width: 601px) {
  .specialMenu a {
    font-size: 14px;
  }
  .torneosPublicWrap {
    padding: 50px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #09294F;
  }
}
.singleRow h3 {
  margin: 30px 0 !important;
}

[data-bg=torneosPublic] {
  background-image: url("../images/pattern.jpg");
}

/*# sourceMappingURL=style.css.map */
