a {
    text-decoration: none;
    color: inherit;
}

a:hover {
color:#ffc700!important;
}

header {
    top: 0;
    left: 0;
    width: 100%;
    /*height: min(80px, calc(100vh - 600px));*/
    background-color: #ffc700;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.register-div {
    max-width: inherit;
    margin: inherit;
}

.registration-section {
    /*background-color: rgb(202, 206, 209);*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.legal-terms {
    font-size: var(--fontsize-small);
    margin: 20px 0 20px 0;
    /*padding-bottom: 20px;*/
}

.register-form {
    display: flex;
    justify-content: center;
    
}

.form-control-sm {
    padding: 1rem;
    text-align: center;
}

#register-button {
background-color: transparent;
    border-radius: 5px;
    border: 2px solid #ffc700;
    transition: 0.2s ease;
    color: #ffc700;
    font-weight: bold;
}

#register-button:hover {
   background-color: #ffc700;
    color: #fff;
    border-radius: 5px;
}

.register-input {
    margin-top: 10px;
    margin-bottom: 10px;
}

.container-registration {
    display: flex;
    justify-content: center;
}

body {
    margin-top: 0px;
    background-color: white;
    background-size: 100%;
}

.fondo {
    margin: 0;
    padding: 0;
    overflow: hidden; /* Evita el scroll accidental */
}  
    
.video-fondo {
    position: fixed; /* Fija el video al fondo de la ventana */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw; /* Asegura que el video cubra el ancho completo */
    height: 100vh; /* Asegura que el video cubra la altura completa */
    object-fit: cover; /* Mantiene la proporción del video */
    z-index: -1; /* Coloca el video detrás del contenido */
}
    
    
        video {
            display: block;
            width: 100%;
        }
.row {
--bs-gutter-x: 0;
    }

.text-color {
color:#fff!important;
    }

.link {
 transition: 0.2s ease;
    color: white;
    font-weight: bold;
    }

.link:hover {
    color: #ffc700;
    }

h4 {
     text-align: center;
    font-size: 30px;
    color:#fff;
    }

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    background-color: unset;
    
    }

.btn {
    width: 100%;
    padding: 10px;
}





/* --------->START MEDIA QUERIES<----------- */


  @media (max-width: 992px) {
    .register-form {
      max-width: 700px;
      margin: auto!important; 
    }
      
    .form-control-sm {
      padding: 1rem;
      font-size: 2rem;
    }
      
    .register-input {
      margin: 30px 0px;
    }
    
    .content-center {
      margin: 0px 20px;
    }
    
    header {
      position: relative!important;
    }
      
    header img {
      width: 70%!important;
    }
      
    .registration-section {
      display: flex;
      justify-content: flex-start!important;
    }
    
    .container-registration {
      margin-top:150px;
    }
    
    h1 {
    font-size: 50px!important;
    }
      
    h4 {
     text-align: center;
    font-size: 30px;

    }
    
    .btn {
     width: 100%;
     padding: 10px;
     font-size: 30px!important;
    }
    
    span {
     font-size: 24px!important;
    }
      
    .logofooter1 {
     width: 20%!important;
    }
    
    .logofooter2 {
     width: 70%!important;
    }
      
    footer h6 {
     font-size:  1rem!important;
    }
  }

@media (orientation: landscape) and (max-width: 992px) {
  /* Restablece o ajusta los estilos para horizontal */
  header img {
    width: 20%!important; /* Vuelve al tamaño original o ajusta según necesidad */
    position: relative;
  }

  .register-form {
    max-width: 500px!important; /* Valor original */
    margin: auto!important;
  }

  .registration-section {
    display: block;
    padding-top: 10px!important; /* Centra los elementos */
  }

  h1 {
    font-size: 26px!important; /* Ajusta o vuelve al original */
      margin-bottom: 15px!important;
  }

  h4 {
    font-size: 18px!important; /* Ajusta o restablece */
  }

  .btn {
    font-size: 16px!important; /* Tamaño original o uno adecuado */
    padding: 5px 10px!important;
  }

  .container-registration {
    margin-top: 1px!important; /* Ajusta según el diseño en horizontal */
  }

  span {
    font-size: 14px!important; /* Restablece o ajusta */
  }
    
.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width)* 2));
    padding: .25rem .5rem;
    font-size: .875rem;
   }

.register-input {
    margin-top: 10px;
    margin-bottom: 10px;
    }
    
.logofooter1 {
     width: 10%!important;
    }
    
.logofooter2 {
     width: 35%!important;
    }
    
footer h6 {
     font-size:  0.5rem!important;
    }    
}
