@import url(https://fonts.googleapis.com/css?family=Montserrat);
.modal{
  display: none;
}
.div_ocultar{
  margin-top: -40px !important;
}
.button_ocultar{
  background-color:#1fd0ee !important;
}
.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 130vh;
  position: fixed;
  width: 100%;
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.background:first-child {
  background-image: url("../img/cancha.jpg");
  -webkit-transform: translateY(-15vh);
          transform: translateY(-15vh);
}
.background:first-child .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background:nth-child(2) {
  background-image: url("../img/balon.jpg");
}
.background:nth-child(3) {
  background-image: url("../img/cesta1.jpg");
}



.background_crear:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.background_crear{
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.36),
      rgba(0, 0, 0, 0.5)
    ), url("../img/cancha2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}




/* Set stacking context of slides */
.background:nth-child(1) {
  z-index: 3;
}

.background:nth-child(2) {
  z-index: 2;
}

.background:nth-child(3) {
  z-index: 1;
}

.content-wrapper {
  height: 100vh;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-flow: column nowrap;
  color: #fff;
  font-family: Montserrat;
  text-transform: uppercase;
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}
.content-title {
  font-size: 12vh;
  line-height: 1.4;
}

.background.up-scroll {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background.up-scroll + .background {
  -webkit-transform: translate3d(0, 30vh, 0);
          transform: translate3d(0, 30vh, 0);
}
.background.up-scroll + .background .content-wrapper {
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
}

.background.down-scroll {
  -webkit-transform: translate3d(0, -130vh, 0);
          transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
/*------------------------------------Botones-----------------------------------------------------*/


.container_button {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    text-align: center;
}
@media (min-width: 600px) {
  .container_button {
    flex-direction: row;
    justify-content: space-between;
  }
}
.container_button_fin{

}

.btn {
  box-sizing: inherit;
  transition-property: all;
  transition-duration: .6s;
  transition-timing-function: ease;
  color: #fff;
  cursor: pointer;
  font-size:16px;
  font-weight: 400;
  line-height: 45px;
  margin: 0 0 2em;
  max-width: 100%;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;

}
@media(min-width: 600px) {
  .btn {
    margin: 0 1em 2em;
  }
}
  .btn:hover { text-decoration: none; }



.btn-2 {
  letter-spacing: 5px;
  font-size: 25px;
  background-color: #1413131a;
  margin-top: -5%;
}
.btn-2_crear{
  margin-top: 0%;
}
.btn-2:hover,
.btn-2:active {
  letter-spacing: 7px;
  font-size: 30px;
  background-color: #14131399;
}

.btn-2:after,
.btn-2:before {
  backface-visibility: hidden;
  border: 1px solid rgba(#fff, 0);
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0%;
}

.btn-2:hover:after,
.btn-2:hover:before {
  backface-visibility: hidden;
  border-color: #fff;
  transition: width 350ms ease-in-out;
  width: 100%;
}

.btn-2:hover:before {
  bottom: auto;
  top: 0;
  width: 100%;
}




/*------------------------------Equipos-------------------------------------*/


.btn-2_equipos{
  background-color: #000c;
  margin-top: 0%;
  margin-right: 34%;
  margin-left: 34%;
  width: 100%;
}

.body_equipo{
  background-image: linear-gradient( rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.5) ),
                    url("../img/equipo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -99;
}
.titulo_equipo{
  text-align: center;
  font-size: 80px;
  color: #fff;
}

.table_equipos{
  margin: auto;
  border-collapse: collapse;
}


.body_capitanes{
  background-image: linear-gradient( rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.5) ),
                    url("../img/balon2.jpg");
}
.body_partidos{
  background-image: linear-gradient( rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.5) ),
                    url("../img/partido3.jpg");
}
.body_partidos_en_curso{
  background-image: linear-gradient( rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.5) ),
                    url("../img/partido2.jpg");
}
.seleccionar{
  width: 100%;
  padding: 8px;
  border: none;
  color: white;
  background: black;
  cursor: pointer;
}
.seleccionar:hover{
  color: black;
  background: white;
}

.puntos{
  border: none;
  color: white;
  background: black;
  padding: 8px;
  cursor: pointer;
  box-shadow: 1px 1px 5px gray;
}
.puntos:hover{
  color: black;
  background: white;
}

.th_partidos{
  text-align: center;
  font-size: 33px;
}
/*------------------------------Partidos en Cursos-----------------------------------------*/
.div_tablas_partido{
  z-index: 5;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.img_div_tablas_partido{
  background-image: linear-gradient( rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.5) ),
                    url("../img/cancha.jpg");
}
@media (max-width: 1200px) {
  .div_tablas_partido {
    flex-direction: column;
  }
}
.select_partido{
  font-size: 20px !important;
}
.balon{
  background-image: url("../img/bola2.png");
  width: 250px;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
}
/*------------------------------Tablas-------------------------------------*/

.table-fill {
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-right: 1px solid #343a45;
  font-size:20px;
  font-weight: bold;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}

th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}

tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#FFFFFF;
  font-size:16px;
  font-weight:bold;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

tr:hover td {
  background:black;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
}

tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}

tr:nth-child(odd) td {
  background:#0F0C0CCC;
}

tr:nth-child(odd):hover td {
  background:black;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}

tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}

td {
  background:#9C9C9CE6;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:bold;
  font-size:18px;
  text-shadow: -1px 0px 11px rgba(18, 15, 15);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}


/*-------------------------------Select-----------------------------------*/

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #0066c0e6;
  background-image: none;
}

.select {
  margin:auto;
  position: relative;
  display: block;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #060e15e6;
  overflow: hidden;
  border-radius: .25em;
}
select {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0 0 .5em;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
}
select::-ms-expand {
  display: none;
}

.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0 1em;
  background: #ffffffe6;
  pointer-events: none;
}

.select:hover::after {
  color: #3a6f9ee6;
}
.select::after {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/*--------------------------------Boton Enviar-------------------------------------*/
.div_centrar{
  margin-left: 35%;
  margin-right: 35%;
  margin-top: 25px;
  margin-bottom: 25px;
}
.button-uno{
  text-align: center;
  color:#fff;
  cursor: pointer;
  font-size:24px;
  padding:10px 0;
  width: 100%;
  outline: none;
  background-color: #009498;
  border: none;
  border-radius:5px;
  box-shadow: 0 9px #020909;
}

.button-uno:hover{
  background-color: white;
  color: black;
}

.button-uno:active {
  box-shadow: 0 5px #020909;
  transform: translateY(4px);
}

.button-uno_rutina {
  background-color: #ff004c;
}
