body{
  font-family: 'Poppins', 'Courier New', Courier, monospace;
  background-color: #ccccd2;
}

.bg-light{
  background-color: #f0f0f0 !important;
}

.btn {
  font-weight: 500;
  transition: .5s;
}

.btn.btn-primary {
  color: #FFFFFF;
}

.btn-sm-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-weight: normal;
color: #2C51A0;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  /*font-weight: 900;*/
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #2C51A0;"
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link  {
      margin-right: 0;
      padding: 10px 0;
  }

  .navbar-light .navbar-nav {
      border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      border: none;
      margin-top: 0;
      top: 150%;
      opacity: 0;
      visibility: hidden;
      transition: .5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
      top: 100%;
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}

.botonGde{
	 font-size: 14px;
  font-weight: 500;
	background: #EF9E22;
	color: #FFF;
}

.naranja{
	 font-size: 14px;
  font-weight: 500;
	background: #EF9E22;
	color: #FFF;
}


.azul{
	 font-size: 14px;
  font-weight: 500;
	background: #2C51A0;
	color: #FFF;
}


ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
  background: #2C51A0; /* azul institucional */
  position: relative;
}

.footer-cta {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.single-cta i {
  color: #EF9E22; /* naranja corporativo */
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #d9d9d9;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #d9d9d9;
  line-height: 28px;
}

.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

.facebook-bg {
  background: #3B5998;
}

.twitter-bg {
  background: #55ACEE;
}

.google-bg {
  background: #DD4B39;
}

.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #EF9E22;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}

.footer-widget ul li a {
  color: #d9d9d9;
  text-transform: capitalize;
  transition: color 0.3s;
}

.footer-widget ul li a:hover {
  color: #EF9E22;
}

.subscribe-form {
  position: relative;
  overflow: hidden;
}

.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #1f3b73;
  border: 1px solid #1f3b73;
  color: #fff;
}

.subscribe-form button {
  position: absolute;
  right: 0;
  background: #EF9E22;
  padding: 13px 20px;
  border: 1px solid #EF9E22;
  top: 0;
}

.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}

.copyright-area {
  background: #1a2c56;
  padding: 25px 0;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #d9d9d9;
}

.copyright-text p a {
  color: #EF9E22;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li a {
  font-size: 14px;
  color: #d9d9d9;
  transition: color 0.3s;
}

.footer-menu li:hover a {
  color: #EF9E22;
}

.navbar-nav .nav-link.active {
  position: relative;
  color: #2C51A0;
  font-weight: 600;
  padding-bottom: 6px; /* espacio para la línea */
  padding-left: 0; /* aseguramos que no tenga padding izquierdo */
  padding-right: 0; /* aseguramos que no tenga padding derecho */
  display: inline-block; /* para que el ancho sea solo del texto */
}

/* Escritorio */
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 20px; /* justo debajo */
  left: 0;
  width: 100%; /* todo el ancho del texto */
  height: 3px;
  background-color: #EF9E22;
  border-radius: 2px;
}

/* Móvil */
@media (max-width: 768px) {
  .navbar-nav .nav-link.active::after {
    position: static; /* sin absolute */
    display: block;
    width: 100%; /* ancho total del texto */
    height: 3px;
    background-color: #EF9E22;
    border-radius: 2px;
    margin-top: 4px; /* un poco de espacio arriba */
  }
}


/* Limitar ancho del modal */
.modal-dialog {
  max-width: 480px;
  margin: 1.75rem auto;
}

/* Estilo general modal-content */
.modal-content {
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  background-color: #fff;
  padding: 1.5rem 2rem;
  font-family: 'Poppins', sans-serif;
}

/* Título */
.modal-header .modal-title {
  font-weight: 700;
  font-size: 1.5rem;
  color: #2C51A0;
}

/* Botón cerrar */
.modal-header .btn-close {
  filter: brightness(0.3);
  transition: filter 0.3s ease;
}

.modal-header .btn-close:hover {
  filter: brightness(0.7);
}

/* Formulario */
/* Aplica a todos los labels dentro de un modal (puedes ajustar si quieres) */
.modal-body label {
  font-weight: 600;
  color: #2C51A0;
  margin-bottom: 0.4rem;
  display: block;
}

/* Inputs dentro de modales */
.modal-body input.form-control {
  border: 2px solid #EF9E22;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  transition: border-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.modal-body input.form-control:focus {
  border-color: #2C51A0;
  outline: none;
  box-shadow: 0 0 8px rgba(44, 81, 160, 0.3);
}

/* Botones submit dentro del modal */
.modal-body button[type="submit"] {
  background-color: #EF9E22;
  border: none;
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  margin-top: 1rem;
  cursor: pointer;
}

.modal-body button[type="submit"]:hover {
  background-color: #d6860c;
}

/* Resultados */
.modal-body h6 {
  font-weight: 700;
  margin-bottom: 1rem;
  color: #2C51A0;
  text-align: center;
}

.modal-body .list-group-item {
  font-size: 1rem;
  border: none;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #eee;
  color: #333;
  display: flex;
  justify-content: space-between;
}

.modal-body .list-group-item strong {
  color: #EF9E22;
}

/* Mensajes de error */
.modal-body .alert-danger {
  font-weight: 600;
  text-align: center;
  background-color: #f8d7da;
  color: #842029;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  margin-top: 1rem;
}

/* Animación modal fade (Bootstrap default, suavizada) */
.modal.fade .modal-dialog {
  transform: translateY(-30px);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: translateY(0);
}


/* Estilos personalizados */
  .logo-container {
    height: 120px;
    transition: all 0.3s ease;
  }
  
  .logo-container:hover {
    background-color: #f8f9fa!important;
    transform: translateY(-5px);
  }
  
  .img-grayscale {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
  }
  
  .img-grayscale:hover {
    filter: grayscale(0%);
  }
  
  @media (min-width: 768px) {
    .logo-container {
      height: 150px;
    }
  }
  
  