* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  height: 100%;
}

/* .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  color: white;
  background: #ffffff26;;
}

.rectangulo{
  position: absolute;
    top: 2vh;
    left: 12vh;
    background: #8f1c1c;
    height: 0.6vh;
    width: 93%;
    border-radius: 0 10px 10px 0;
} */

/* .cont-user{
  height: 8vh;
  flex-direction: column;
  justify-content: space-evenly;
} */

.inputSubmit{
    margin: auto;
    padding: 10px;
    width: 50%;
    font-size: 1.8rem;
    border: none;
    background-color: #C23232;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    
}
.formulario a{
    text-align: end;
    margin-top: 15px;
    font-size: 2rem;
    text-decoration: none;
    color: #C23232;
    font-weight: 700;

}
.boton{
    position: absolute;
    padding: 1.5px;
} 

.fondo {
  position: relative;
  min-height: 100vh;
  background: url("../imagenes/reunionimg.png");
  /* border: 2px solid rgb(255, 204, 0); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 55% bottom 35%;
}

.contenedor {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.soporte {
    display: flex;
	flex-direction: column;
	background: #8f1c1c;
	border-radius: 20px;
	color: #fff;
	font-weight: 800;
    animation: pulse-grow 1.5s infinite ease-in-out;
	margin: 0;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	font-size: 25px;
}

.soporte a {
    font-size: 15px;
    font-weight: 800;
    color: #A49C9C;
    text-decoration: none;
    transition: color 0.3s ease;
}

.soporte a:hover {
    color: #7f7878;
}

@keyframes pulse-grow {
    0%, 100% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.05);
    }
}

.formulario {
  background-color: #fff;
  width: 50%;
  padding: 40px 130px;
  display: flex;
  flex-direction: column;
  margin-top: 100px;
  border-radius: 50px;
  border: solid 2px #8f1c1c;
}
.formulario h1 {
  text-align: center;
  font-size: 3rem;
  font-family: Arial, sans-serif;
  margin-bottom: 20px;
}

.formulario div label {
  font-family: Arial, sans-serif;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.2rem;
  font-weight: 500;
}
.formulario div input {
  font-family: Arial, sans-serif;
  padding: 0.4rem;
  font-size: 1.5rem;
  height: 4vh;
  margin-bottom: 10px;
  width: 100%;
  border: #8f1c1c solid 1px;
}

.inputSubmit {
  margin: auto;
  padding: 10px;
  width: 50%;
  font-size: 1.8rem;
  border: none;
  background-color: #8f1c1c;
  font-weight: 700;
  font-family: Arial, sans-serif;
  color: #fff;
  position: relative;
  top: 4%;
  /* bottom: -6px; */
  cursor: pointer;
}

.formulario a:hover {
  text-decoration: underline;
  color: #2237b1; /* Cambia el color del enlace si quieres un efecto adicional */
}

.inputSubmit:hover{
  background: #d8534f;
  color: #fff;
  font-size: 1.8rem;
}


.formulario a {
  text-align: end;
  margin-top: 25px;
  font-size: 1.5rem;
  text-decoration: none;
  color: #8f1c1c;
  font-family: Arial, sans-serif;
  font-weight: 200;
}
.boton {
  position: absolute;
  padding: 1.5px;
  height: 4vh;
}

.eye-1 {
  animation: eye 2.4s infinite;
}

.eye-2 {
  animation: squeeze 2.4s infinite;
}

@keyframes eye {
  90% {
    transform: none;
    animation-timing-function: ease-in;
  }

  93% {
    transform: translateY(15px) scaleY(0);
  }

  100% {
    animation-timing-function: ease-out;
  }
}

@keyframes squeeze {
  90% {
    transform: none;
    animation-timing-function: ease-in;
  }

  93% {
    transform: translateY(3px) scaleY(0.8);
  }

  100% {
    animation-timing-function: ease-out;
  }
}

.contenedor-logo {
  display: flex;
  align-items: center;
}

.title {
  display: flex;
  flex-direction: column;
  height: 13vh;
  align-items: flex-start;
  justify-content: start;
}

.title h1 {
  margin: 0;
  font-size: 70px;
}

.title h2 {
  margin: 0;
  font-size: 13px;
  /* font-weight: bold; */
  /* background-color: white; */
  color: #131212;
  font-weight: bold;
  /* padding: 5px 3px; */
  /* border-radius: 4px; */
  text-align: center;
}

.vra {
  color: #8f1c1c;
}

.uni {
  color: #a49c9c;
}

.logo img {
  height: 105px;
  margin-right: 10px;
}

.alerta{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #8f1c1c;
  color: white;
  font-size: 2rem;
  font-family: Arial, sans-serif;
  padding: 5px;
  width: 13vw;
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  position: fixed; /* Usa fixed si quieres que el elemento permanezca visible mientras haces scroll */
  top: 30%; /* Ajusta según la ubicación deseada */
  left: 50%; /* Centra horizontalmente */
  transform: translateX(-50%); /* Ajusta para que esté realmente centrado */
  z-index: 9999; /* Prioridad alta para superposición */
  color: white; /* Texto en blanco */
  padding: 10px 20px; /* Espaciado interno */
  border-radius: 5px; /* Bordes redondeados */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Sombra para darle un efecto flotante */
  font-size: 14px; /* Tamaño de fuente legible */
}

.alerta:nth-child(1) {
  top: 30%; /* La primera alerta */
}

.alerta:nth-child(2) {
  top: 35%; /* La segunda alerta, separada 50px de la primera */
}

/* Media Queries para dispositivos móviles */
@media (max-width: 768px) {

  .fondo{
    min-height: 103vh;
  }
  
  .contenedor{
    width: 100%;
    height: 50%;
    margin-top: 13vh;
  }
  
  .formulario {
    width: 90%;
    padding: 2rem;
    margin-top: 5vh;
  }
  .formulario h1 {
    font-size: 2.5rem;
  }
  .formulario div label {
    font-size: 1.8rem;
  }
  .formulario div input {
    font-size: 1.4rem;
    padding: 0.6rem;
  }
  .inputSubmit {
    width: 70%;
    font-size: 1.6rem;
  }
  .formulario a {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .formulario {
    width: 95%;
    padding: 1.5rem 1rem;
    border-radius: 6px;
    background: #ffffff5c;
  }
  .formulario h1 {
    font-size: 2.2rem;
  }
  .formulario div label {
    font-size: 1.6rem;
  }
  .formulario div input {
    font-size: 1.3rem;
    padding: 0.5rem;
  }
  .inputSubmit {
    width: 80%;
    font-size: 1.5rem;
  }
  .formulario a {
    font-size: 1.3rem;
  }
}