@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@200;600&display=swap);
@charset "UTF-8";
/*----------------------------*/
/* VALIDADOR DE CONTRASEÑAS   */
/*----------------------------*/
LI.invalid {
  background: url(../img/invalid.png) no-repeat 0 50%;
  padding-left: 22px !important;
  line-height: 24px;
  color: #ec3f41;
}

LI.valid {
  background: url(../img/valid.png) no-repeat 0 50%;
  padding-left: 22px !important;
  line-height: 24px;
  color: #3a7d34;
}

DIV#pswd_info, DIV#login_info {
  position: absolute;
  width: 350px;
  margin-top: 20px;
  padding: 15px;
  background: #fefefe;
  border-radius: 5px;
  box-shadow: 0 1px 3px #ccc;
  border: 1px solid #ddd;
  display: none;
  font-size: 14px;
  color: #444;
  z-index: 9999;
}

DIV#pswd_info ul, DIV#pswd_info li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

DIV#pswd_info h4, DIV#login_info h4 {
  font-size: 14px;
  color: #444;
}

DIV#pswd_info::before, DIV#login_info::before {
  content: "▲";
  position: absolute;
  top: -12px;
  left: 45%;
  font-size: 14px;
  line-height: 14px;
  color: #ddd;
  text-shadow: none;
  display: block;
}

DIV#pswd_info h4, DIV#login_info h4 {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: normal;
}

.navbar .container {
  max-width: 1200px;
}

.navbar-brand img {
  height: 40px;
}

.navbar {
  z-index: 10; /* Ensures the navbar is on top of the banner content */
  position: absolute;
  top: 0;
  left: 0;
  background-color: #DC5828;
}

.banner-section {
  position: relative; /* Needed to ensure the navbar stays on top */
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 400px; /* Ensure a minimum height */
  padding-top: 60px; /* Adjust if your navbar height changes */
  margin-bottom: 40px;
}

.banner-section .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.banner-section img.img-fluid {
  max-width: 100%;
  height: auto;
}

@media (max-width: 576px) {
  .banner-section .row {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px; /* Increased padding top */
    padding-bottom: 50px; /* Increased padding bottom */
  }
  .banner-section .d-flex {
    padding-top: 20px; /* Optional: Add more padding around badges */
    padding-bottom: 20px; /* Optional: Add more padding around badges */
  }
}
.naranja_txt {
  color: #DC5828;
}

.social-media i {
  color: #009FE3;
  font-size: 25px;
}

footer {
  background-color: #DC5828;
  min-height: 3vmin;
}

.bloque_datos {
  border: 1px solid rgb(217, 217, 217);
}

a {
  color: #009FE3 !important;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins", sans-serif !important;
}

html,
body {
  background-color: #fff;
  color: #3A3A3A;
  font-family: "Nunito", sans-serif;
  font-weight: 200;
  height: 100vh;
  margin: 0;
}

.full-height {
  height: 100vh;
}

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

.position-ref {
  position: relative;
}

.top-right {
  position: absolute;
  right: 10px;
  top: 18px;
}

.content {
  text-align: center;
}

.title {
  font-size: 84px;
  color: #3A3A3A;
}

.links > a {
  color: #3A3A3A;
  padding: 0 25px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.m-b-md {
  margin-bottom: 30px;
}
