/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
  /* Contenedor general */
  .contenedorGeneral {
    width: 100%;
    height: auto;
    max-height: 100%;
  }

  .formulario {
    width: 93%;
    margin-top: 18px;
    padding:10px;
  }

  /* Estilos google para el input */
  .label {
    font-size: 1.1em;
    padding: 8px 0;
  }

  .label__span {
    font-size: 1em;
    color: #054a8f;
  }

  .label__input {
    border-radius: 0;
    height: 100%;
    border: none;
    outline: none;
    border-bottom: 2px solid #054a8f;
    font-size: 0.9em;
    padding-top: 5px;
  }

  .btnRegistrar {
    padding: 15px;
    margin-top: 5px;
    cursor: pointer;
    border: 1px solid #054a8f;
    border-radius: 2px;
    background: #054a8f;
    color: white;
  }

  .contenedorLinksInferiores {
    font-size: 1.2em;
    color: #054a8f;
    font-weight: 600;
    gap: 6px;
    padding: 3px;
  }

  a {
    text-decoration: none;
  }
}

/* Moviles Landscape */
@media only screen and (orientation: landscape) {
}
