@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

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

#mincontainer {
  position: absolute;
  align-self: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.col {
}

.main-header {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 95%;
}

.main-cont {
  /* background: #f2f2f2;*/
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
}

.desc-header {
  width: 100%;
  height: 100%;
  text-align: center;
}

.desc-header img {
  width: 80%;
}

.desc-header p {
  font-size: 2em;
  color: #7a2b91;
}

.cont-header {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.cont-header h1 {
  color: #7a2b91;
}

.cont-header form {
  width: 350px;
  height: auto;
  border: 1px solid #336666;
  padding: 1em;
  margin: 2em;
  border-radius: 1em;
}

.cont-header form label {
  display: block;
  padding: 10px;
}

input {
  width: 100%;
  text-align: center;
}

#loginUsuario,
#loginFormador,
#login {
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 0.7em;
  border: none;
  border-radius: 8px;
  background: #7a2b91;
  color: #fff;
  cursor: pointer;
}

.alert {
  color: red;
}

/* Estilos para el div */
#registrarse {
  width: 250px;
  height: 50px;
  /*text-align: right;*/
  align-content: center;
  line-height: 100px;
  font-size: 18px;
  color: #7a2b91;
  /* Cambia el cursor a una mano cuando pasa sobre el div */
  /*cursor: pointer;*/
}

#buscar_usua {
  background-color: #7a2b91;
  border-color: #7a2b91;
}

#nombre_comp {
  border: none; /* Quita el borde del input */
  outline: none;
}
#mensaje2 {
  border: none; /* Quita el borde del input */
  outline: none;
  font-style: italic;
  align-content: center;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  opacity: 1;
  transition: opacity 3s;
}

#Reg_Entrada {
  background-color: #7a2b91;
  border-color: #7a2b91;
  /*border-color: #868686; */
}

#logovaner {
  opacity: 1;
  transition: opacity 5s;
}

.boton-flotante {
  position: fixed;
  top: 20px;
  right: 30px;
  z-index: 999;
}
.boton-flotante button {
  background-color: #7a2b91;
  color: white;
  border: none;
  padding: 15px 20px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); /* Sombra */
  transition: background-color 0.3s; /* Transición de color de fondo */
}

.boton-flotante button:hover {
  background-color: #924da7; /* Color de fondo del botón al pasar el mouse */
}
