/* GLOBALES */
:root {
      --negro: #000;
      --blanco: #ffffff;
      --amarillo: #fec805;
      --azul: rgb(11, 67, 145);
  }
  
html, body {
      box-sizing: border-box;
      margin: 0px;
      padding: 0px;
      overflow-x: hidden;
      font-size: 62.5%;
}
  
*, *:before, *:after {
      box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
      font-family: 'Poppins', sans-serif;
      margin: 0!important;
}

p {
      font-family: 'Poppins', sans-serif;
}

div.container {
      min-width: 90%;
      min-height: 100vh;
}

.swal2-popup {
      font-size: 1.6rem!important;
}
  
.swal2-title {
      font-size: 2rem!important;
}

div.contenedor_principal {
      position: relative;
      background-image: url(../img/img06.png);
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
}

div.opacidad_contenedor_principal {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.75);
}

.formulario_yates {
      position: relative;
      z-index: 999;
}

header.barra {
      padding: 3rem 6rem;
}

header.barra img {
      width: 7%;
}

div.botones .boton_pdf {
      margin-right: 20px;
}

div.contenedor {
      margin-top: 2rem;
}

button.boton {
      outline: 0!important;
      background-color: rgba(0,0,0,.6);
      color: #fff;
      padding: 1.5rem!important;
      -webkit-box-shadow: 0px 0px 15px -7px #000000; 
      box-shadow: 0px 0px 15px -7px #000000;
      transition: all .3s ease;
      border: none;
      font-size: 1.4rem;
      border-radius: 5px !important;
      letter-spacing: 1px; 
      text-transform: uppercase;
      transition: .3s ease all;
}

button.boton:hover {
      background-color: rgba(0,0,0);
}

h2.titulo-seccion {
      font-size: 2.6rem;
      text-transform: uppercase;
      color: var(--blanco);
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 0!important;
      text-align: center;
}

h4.subtitulo-seccion {
      font-size: 1.6rem;
      text-transform: uppercase;
      color: var(--azul);
      font-weight: bold;
      letter-spacing: 1px;
      margin-bottom: 3rem!important;
}

h2.titulo_registro {
      color: var(--blanco);
      text-align: center;
      font-size: 2.4rem;
}

h2.titulo_registro span {
      color: var(--amarillo);
}

h3.subtitulo_registro {
      color: var(--amarillo);
      text-align: center;
      margin-top: 1rem!important;
      text-transform: uppercase;
      font-size: 1.6rem;
}

/* =================== CAMPEONATO =========================*/
div.registro-campeonato {
      width: 80%;
      margin: 0 auto;
      -webkit-box-shadow: 5px 0px 15px 5px #1e1e1ebd; 
      box-shadow: 5px 0px 15px 5px #1e1e1ebd;
      border-radius: 10px;
}

div.eleccion_competencia {
      background-color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 10px;
}

div.eleccion {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center;
      padding: 26rem 0rem;
      position: relative;
}

div.opacidad_eleccion_1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.65);
      border-radius: 10px 0px 0px 10px;
}

div.opacidad_eleccion_2 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0,0,0,.65);
      border-radius: 0px 10px 10px 0px;
}

div.eleccion span {
      color: var(--amarillo);
      text-transform: uppercase;
      font-weight: bold;
      font-size: 2.8rem;
}

div.eleccion button {
      margin-top: 2rem;
}

div.acciones {
      position: relative;
      z-index: 999;
}

div.acciones img {
      width: 6%;
      margin-bottom: 1rem;
}

div.acciones h2 {
      color: var(--blanco);
      font-size: 2.3rem;
}

div.eleccion_1 {
      background-image: url(../img/img04.png);
      width: 50%;
      border-radius: 10px 0px 0px 10px;
      border-right: 2px solid var(--amarillo);
}

div.eleccion_2 {
      background-image: url(../img/img03.png);
      width: 50%;
      border-radius: 0px 10px 10px 0px;
      border-left: 2px solid var(--amarillo);
}


/* =================== GRACIAS =========================*/
div.gracias {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center;
      padding: 7rem 0rem;
      position: relative;
      background-color: var(--blanco);
      border-radius: 10px;
}

div.gracias span {
      color: #000;
}

div.gracias span.amarillo {
      color: var(--amarillo);
}

div.datos_bancarios {
      margin-top: 2rem;
}

div.gracias h2 {
      font-size: 6rem;
      margin-bottom: 2rem!important;
}

div.gracias h3 {
      font-size: 3rem;
      margin-bottom: 1rem!important;
}

div.gracias p {
      font-size: 1.5rem;
}

/* =================== FORMULARIOS =========================*/
div.registro-competencia {
      width: 80%;
      margin: 0 auto;
      -webkit-box-shadow: 5px 0px 15px 5px #1e1e1ebd; 
      box-shadow: 5px 0px 15px 5px #1e1e1ebd;
      border-radius: 10px 10px 0px 0px;
}

div.imagen_atletas {
      width: 100%;
      height: 200px;
      background-image: url(../img/barra03.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 10px 10px 0px 0px;
}

div.imagen_entrenadores {
      width: 100%;
      height: 200px;
      background-image: url(../img/barra01.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 10px 10px 0px 0px;
}

div.registro-competencia form {
      padding: 6rem;
}

div.registro-competencia div.fondoBlanco {
      background-color: rgba(255,255,255,0.93);
      border-radius: 0px 0px 10px 10px;
}

div.registro-competencia form h2 {
      color: var(--oscuro);
}

div.registro-competencia form label {
      color: var(--negro);
      font-weight: 700;
      margin-bottom: 1rem;
      font-size: 1.3rem;
}

div.registro-competencia form label.alerta {
      color: red;
}

div.registro-competencia form div.form-group {
      margin-bottom: 2rem;
}

div.registro-competencia form div.form-group input,
div.registro-competencia form div.form-group select {
      height: 50px !important;
      background: rgba(0,0,0,.09) !important;
      color: var(--negro);
      border-radius: 5px !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important;
      border: none !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      font-size: 1.3rem;
}

div.registro-competencia form div.form-group input.alerta,
div.registro-competencia form div.form-group select.alerta {
      border-color: red!important;
      background: rgba(255,0,0,.09) !important;
}

div.registro-competencia form div.form-group input::placeholder,
div.registro-competencia form div.form-group select::placeholder {
      color: #c5c5c5!important;
}

div.registro-competencia form div.form-group input.alerta::placeholder,
div.registro-competencia form div.form-group select.alerta::placeholder {
      color: red!important;
}
    
div.registro-competencia form button {
      outline: 0!important;
      background-color: rgba(0,0,0,.8);
      color: #fff;
      padding: 1.5rem 0!important;
      -webkit-box-shadow: 0px 0px 15px -7px #000000; 
      box-shadow: 0px 0px 15px -7px #000000;
      transition: all .3s ease;
      border: none;
      width: 100%;
      font-size: 1.6rem;
      border-radius: 5px !important;
      letter-spacing: 1px;
}

div.registro-competencia form button:hover {
      background-color: #000000;
}

div.registro-competencia form .form-control:focus {
      border-color: var(--amarillo)!important;
      background-color: transparent!important;
      box-shadow: none!important;
}

div.registro-competencia form a {
      color: #7c7c7c;
      font-size: 1.4rem;
      transition: all .3s ease;
}

div.registro-competencia form a:hover {
      color: var(--oscuro);
}

footer {
      padding: 1rem 0;
}

footer p {
      color: var(--blanco);
      text-align: center;
}

/*======================================
TABLET HORIZONTAL
======================================*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

      header.barra img {
            width: 11%;
      }

      header.barra {
            padding: 3.5rem 3.5rem 6rem 3.5rem;
      }

      div.registro-competencia form {
            padding: 3rem;
      }

}

/*======================================
TABLET VERTICAL
======================================*/
@media screen and (min-width: 768px) and (max-width: 991px) {

      header.barra {
            padding: 3.5rem 3.5rem 5rem 3.5rem;
      }

      header.barra img {
            width: 15%;
      }

      button.boton {
            padding: 1.7rem!important;
            font-size: 1.7rem;
      }

      h4.subtitulo-seccion {
            text-align: center;
      }

      div.registro-competencia {
            width: 100%;
      }

      div.registro-competencia div.columnaIzquierda {
            height: 15rem;
            border-radius: 10px 10px 0 0!important;
      }

      div.registro-competencia  div.columnaDerecha {
            border-radius: 0 0 10px 10px!important;
      }

      div.registro-competencia form {
            padding: 2rem;
      }

      div.registro-competencia form h2 {
            margin-bottom: 3rem;
            font-size: 2.4rem;
      }

      div.registro-competencia form label {
            margin-bottom: .8rem;
      }

      div.registro-competencia form div.form-group {
            margin-bottom: 2.5rem;
      }

      div.registro-competencia form div.form-group input {
            margin-bottom: 3rem;
            padding: 2rem;
      }
      
      div.registro-competencia form button {
            padding: 1rem 0;
      }

      div.registro-competencia form a {
            font-size: 1.2rem;
            margin-bottom: 1.5rem;
      }

      div.container {
            margin-bottom: 0rem;
      }

      div.eleccion_competencia {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            border-radius: 10px;
      }
      
      div.eleccion {
            padding: 15rem 0rem;
      }

      div.eleccion_1 {
            width: 100%;
            border-radius: 10px 10px 0px 0px;
            border-right: unset;
            border-bottom: 2px solid var(--amarillo);
      }
      
      div.eleccion_2 {
            width: 100%;
            border-radius: 0px 0px 10px 10px;
            border-left: unset;
            border-top: 2px solid var(--amarillo);
      }
      
      div.opacidad_eleccion_1 {
            border-radius: 10px 10px 0px 0px;
      }
      
      div.opacidad_eleccion_2 {
            border-radius: 0px 0px 10px 10px;
      }
      
      div.eleccion span {
            font-size: 2.8rem;
      }
      
      div.eleccion button {
            margin-top: 2rem;
      }
      
      div.acciones img {
            width: 8%;
            margin-bottom: 1rem;
      }
      
      div.acciones h2 {
            color: var(--blanco);
            font-size: 2.3rem;
      }

      div.registro-campeonato {
            width: 100%;
      }

      div.gracias {
            padding: 4rem 1rem;
            border-radius: 0px 0px 10px 10px;
      }
      
      div.datos_bancarios {
            margin-top: 2rem;
      }
      
      div.gracias h2 {
            font-size: 4rem;
            margin-bottom: 1.5rem!important;
      }
      
      div.gracias h3 {
            font-size: 2.6rem;
            margin-bottom: 1rem!important;
      }
      
      div.gracias p {
            font-size: 1.5rem;
      }

}

/*======================================
SMARTPHONE HORIZONTAL
======================================*/
@media screen and (min-width: 576px) and (max-width: 767px) {

      header.barra img {
            width: 20%;
      }

      div.registro-competencia {
            width: 90%;
      }

      div.registro-competencia div.columnaIzquierda {
            height: 15rem;
            border-radius: 10px 10px 0 0!important;
      }

      div.registro-competencia  div.columnaDerecha {
            border-radius: 0 0 10px 10px!important;
      }

      div.registro-competencia form {
            padding: 2rem;
      }

      div.registro-competencia form h2 {
            margin-bottom: 3rem;
            font-size: 2.4rem;
      }

      div.registro-competencia form label {
            margin-bottom: .8rem;
      }

      div.registro-competencia form div.form-group {
            margin-bottom: 2.5rem;
      }

      div.registro-competencia form div.form-group input {
            margin-bottom: 3rem;
            padding: 2rem;
      }
      
      div.registro-competencia form button {
            padding: 1rem 0;
      }

      div.registro-competencia form a {
            font-size: 1.2rem;
            margin-bottom: 1.5rem;
      }

      div.container {
            margin-bottom: 4rem;
      }

}

/*======================================
SMARTPHONE VERTICAL
======================================*/
@media screen and (max-width: 575px) {

      header.barra {
            padding: 1.5rem 1.5rem 4rem 1.5rem;
            display: flex;
            flex-direction: column;
            gap: 2rem;
      }

      header.barra img {
            width: 30%;
      }

      header div.botones {
            display: flex;
            flex-direction: column;
            gap: 2rem;
            margin: 0 auto;
            text-align: center;
      }

      div.botones a.boton_2 {
            order: -1;
      }

      div.botones button.boton_pdf {
            margin: 0;
      }

      header div.botones a  {
            margin: 0 auto;
      }

      button.boton {
            padding: 1.7rem!important;
            font-size: 1.6rem;
      }

      h2.titulo_registro {
            padding: 0 10px;
      }

      h4.subtitulo-seccion {
            text-align: center;
      }

      div.registro-competencia {
            width: 100%;
      }

      div.registro-competencia div.columnaIzquierda {
            height: 15rem;
            border-radius: 10px 10px 0 0!important;
      }

      div.registro-competencia  div.columnaDerecha {
            border-radius: 0 0 10px 10px!important;
      }

      div.registro-competencia form {
            padding: 2rem;
      }

      div.registro-competencia form h2 {
            margin-bottom: 3rem;
            font-size: 2.4rem;
      }

      div.registro-competencia form label {
            margin-bottom: .8rem;
      }

      div.registro-competencia form div.form-group {
            margin-bottom: 2.5rem;
      }

      div.registro-competencia form div.form-group input {
            margin-bottom: 3rem;
            padding: 2rem;
      }
      
      div.registro-competencia form button {
            padding: 1rem 0;
      }

      div.registro-competencia form a {
            font-size: 1.2rem;
            margin-bottom: 1.5rem;
      }

      div.container {
            margin-bottom: 0rem;
      }

      div.eleccion_competencia {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            border-radius: 10px;
      }
      
      div.eleccion {
            padding: 15rem 0rem;
      }

      div.eleccion_1 {
            width: 100%;
            border-radius: 10px 10px 0px 0px;
            border-right: unset;
            border-bottom: 2px solid var(--amarillo);
      }
      
      div.eleccion_2 {
            width: 100%;
            border-radius: 0px 0px 10px 10px;
            border-left: unset;
            border-top: 2px solid var(--amarillo);
      }
      
      div.opacidad_eleccion_1 {
            border-radius: 10px 10px 0px 0px;
      }
      
      div.opacidad_eleccion_2 {
            border-radius: 0px 0px 10px 10px;
      }
      
      div.eleccion span {
            font-size: 2.8rem;
      }
      
      div.eleccion button {
            margin-top: 2rem;
      }
      
      div.acciones img {
            width: 8%;
            margin-bottom: 1rem;
      }
      
      div.acciones h2 {
            color: var(--blanco);
            font-size: 2.3rem;
      }

      div.registro-campeonato {
            width: 100%;
      }

      div.gracias {
            padding: 4rem 1rem;
            border-radius: 0px 0px 10px 10px;
      }
      
      div.datos_bancarios {
            margin-top: 2rem;
      }
      
      div.gracias h2 {
            font-size: 4rem;
            margin-bottom: 1.5rem!important;
      }
      
      div.gracias h3 {
            font-size: 2.6rem;
            margin-bottom: 1rem!important;
      }
      
      div.gracias p {
            font-size: 1.5rem;
      }

}