/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

/* Contenedor del video */
.video-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* para que quede detrás del login */
}

.video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* hace que el video ocupe todo el espacio */
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}

/* Contenedor */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.left-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  gap: 9rem;
}

@media (max-width: 768px) {
  .left-content {
    min-height: auto;
    padding: 50px 0;
  }
}

/* Encabezado */
.tagline {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 5px 18px;
  border-radius: 25px;
  font-size: 14px;
 /* margin-right: 20px;
  margin-top: 50px;*/
  margin: 0;
}

.tagline-header {
  word-spacing: 5px;
  letter-spacing: 3px;
  padding-left: 22px;
  padding-right: 22px;
}

.div-welcome-text {
  /*margin-top: 140px;
  height: 270px;*/
  margin: 0;
  height: auto;
}

.text-welcome {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: 'Arial Narrow Bold', sans-serif;
  line-height: 52px;
  text-align: left;
  letter-spacing: -2px;
}

.left h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

/*.div-logo-small {
  margin-top: 5%;
}*/

.logo-small {
  height: 70px;
  width: 70px;
}

/* Lado derecho */
.right {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

/* Botones */
.btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 350px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn-light {
  background: #fff;
  color: #000;
  justify-content: center;
  box-shadow: -5px -5px 5px rgba(0,0,0,0.6); /* sombra clara arriba/izquierda */
}

.btn-dark {
  background: #111;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 7px  10px 10px rgba(0,0,0,0.6);
}

.btn-dark span {
  font-size: 30px;
}

.div-container-btn {
  height: 100vh;
  display: flex;
  justify-content: center; /* Centrar horizontalmente */
  align-items: center;     /* Centrar verticalmente */
}

.div-btns {
  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center; /* Centrar horizontalmente */
  align-items: center;     /* Centrar verticalmente */
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 90%;
  max-width: 400px;
  max-width: 300px;
  padding: 0 1rem;
}

button {
  width: 100%;              /* Ocupa todo el ancho disponible */
  padding: 1rem;
  font-size: 1.2rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background-color: white !important;
  color: white;
  transition: background 0.3s;
}

.logo-btn{
  height: 60px;
  width: 80px;
}

/* Círculo gris con + */
.circle {
  width: 45px;
  height: 45px;
  background: #2E2E2E;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
  margin-left: 5px;
}

.text-left {
  text-align: left;
}

/* Footer */
#footer {
  text-align: right;
  margin-right: -30px;
}

#footer a {
  color: #555;
}

footer {
  text-align: center;
  font-size: 10px;
  padding-bottom: 20px;
  /*padding: 20px;*/
  color: #555;
  margin-top: -50px;
}

footer a {
  color: #000;
  text-decoration: none;
  margin: 0 5px;
}

/* Responsive */
@media (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
  .btn {
    max-width: 100%;
  }

  .left-content {
    align-items: center;
    padding-top: 2px !important;
  }

  #footer {
    text-align: center;
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  #footer {
    text-align: right !important;
    margin-right: 0px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 910px) {
  .text-welcome {
    font-size: 3.5rem;
  }

  .btn {
    width: 300px;
  }
}

@media (max-width: 768px) {
  .tagline {
    justify-content: center !important;
    display: flex;
    /*margin-right: 0px;*/
  }

  .div-welcome-text {
    text-align: center;
  }

  .div-logo-small {
    display: flex;
    justify-content: center !important;
    margin-top: 0px;
  }
}

.btn-compliance {
  height: 70px;
  width: 284px;
  margin-top: 50px;
}

.btn-laboral {
  height: 65px;
  width: 284px;
  margin-top: -4px;
}

.logo-compliance {
  height: 81px;
  width: 160px;
}

.logo-laboral {
  height: 45px;
  width: 112px;
}

.btn-pronto {
  width: 354px;
  height: 180px;
  margin-top: -62px;
  margin-left: -18px;
}