html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;       /* para que empuje el footer al final */
}

.b-color{
  background-color:#FB7F00;
}

.btn-custom{
  background-color:#FB7F00;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
  background-color: #FF5733 !important;
  color: white !important;
  box-shadow: none !important;
}

.hero-section {
  width: 100%;
  min-height: 65vh;
  background-image: url("../img/fondoviaticos.png");
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  border-radius: 20px;
  max-width: 750px;
  width: 100%;
}

@media (max-width: 768px) {
  .hero-card {
    padding: 2rem !important;
  }
}

.navbar-brand, a {
  font-size: 1.5rem;
  transition: color 0.3s ease;
  color:white
}

.navbar-brand:hover, a:hover {
  color:green !important;
}

.navbar img {
  max-width: 120px;
  height: auto;
}

footer p:hover {
  color:#FB7F00;
}

.container-standard{
  margin-top: 0;
  margin-right: 5rem;
  margin-bottom: 5rem;
  margin-left: 5rem;
  width: calc(100% - 10rem);
  box-sizing: border-box;
}

.textsmall{
  font-size: smaller;
}

.text-color{
  color: #FB7F00;
  font-size: smaller;
}

.tira-logos {
    width: 50%;
    height: auto;
    margin-right: 6rem;
}

@media (max-width: 768px) {
    .tira-logos {
        display: none;
    }
}

.padding-header{
  margin-top: -20rem!important;
}

.ubicaciones-dropdown .dropdown-menu {
    left: 50% !important; 
    right: auto !important;
    transform: translateX(-50%); 
    margin-top: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    /* Posiciona el submenú a la derecha del elemento padre */
    top: 0;
    right: 100%;
    margin-top: -1px;
    display: none; 
}

.dropdown-submenu a.dropdown-item,
.dropdown-menu .dropdown-item {
    font-size: 0.875rem !important; 
}
