@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");

:root {
  --primary-color: #3a4052;
}

.showcase {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  color: #fff;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--primary-color) url("/assets/video/01.mp4") no-repeat center
    center/cover;
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3a56a0c9;
  /*rgba(0, 0, 0, 0.6);*/
}

.content {
  z-index: 10;
}

/* Fuente texto prinicipal 1 */
.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* Fuente texto prinicipal 2 */
.kalam-light {
  font-family: "Kalam", cursive;
  font-weight: 300;
  font-style: normal;
}

/* .custom-background {
  height: 100%;
  overflow: hidden;
  background: #24c6dc;
  background: -webkit-linear-gradient(to bottom, #051880, #24c6dc);
  background: linear-gradient(to bottom, #051880, #24c6dc);
} */

.img-city {
  background-image: url("/assets/img/city.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  width: 57.5vw;
  height: 100vh;
  top: 0;
  opacity: 0.2;
}

.img-people {
  background-image: url("/assets/img/comunidad.png");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  width: 57.5vw;
  height: 35vh;
  top: 50vh;
  opacity: 2;
}

.bg-login {
  background-image: url("https://img.freepik.com/free-vector/crystal-textured-background-illustration_53876-81310.jpg?t=st=1720424840~exp=1720428440~hmac=ce47cdd22a37e9ac9efdc1f573b9664d6f2ef41f42fdef0166d8dc260c4664ce");
  opacity: 0.9;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-item-selector {
  background-color: #355cc496;
}

.dropdown-item:hover,
.menu_lateral:hover {
  background-color: #3354a95e;
}

.parsley-custom-error-message {
  color: #ed4242;
  font-size: 0.6rem;
}

.msj_horizontal_home {
  padding-top: 0px;
  padding-bottom: 0px;
}

[data-bs-theme="dark"],
[data-bs-theme="dark"],
body[data-bs-theme="dark"] .subheader {
  color: #c1c9db;
}

[data-bs-theme="dark"] .text-secondary {
  color: #ccd1d8;
}

[data-bs-theme="light"],
body[data-bs-theme="light"] {
  background-color: #2f4783;
}

[data-bs-theme="light"],
body[data-bs-theme="light"] {
  background-color: #2f4783;
}

/*Form - multistep*/
.form-section {
  position: absolute;
  visibility: hidden;
}

.form-section.current {
  position: relative;
  visibility: visible;
}
