@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

.displayNone {
  display: none;
}
p {
  margin-bottom: 12px;
}

.lato-text {
  font-family: lato, sans-serif;
  font-size: 18px;
}

.bg-blue-custom {
  background-color: #063f71; /* Custom blue color */
}

.color-orange-custom {
  color: #dea32d;
}

.text-white-important {
  color: white !important;
}

h2 {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 24px;
  font-style: normal;
  color: #063f71;
  margin-bottom: 10px;
}
.roboto-slab-regular {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.roboto-slab-bold {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titularPagina {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  text-transform: uppercase;
  color: #063f71;
}

.bg-blue-custom {
  background-color: #063f71; /* Custom blue color */
}

body {
  background-color: white;
}

.container {
  max-width: 1200px; /* Tu ancho personalizado */
  font-family: lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

hr {
  border-top: 1px solid #b6b9bc;
}

/* Fallback para menú hamburger - MÁS ESPECÍFICO */
@media (max-width: 1159px) {
  button#mobile-menu-button {
    display: block !important;
    visibility: visible !important;
  }
  
  /* Ocultar menú desktop en resoluciones menores a 1160px */
  .hidden.md\:flex {
    display: none !important;
  }
}

@media (min-width: 1160px) {
  button#mobile-menu-button {
    display: none !important;
  }
  
  /* Mostrar menú desktop en resoluciones de 1160px o mayores */
  .hidden.md\:flex {
    display: flex !important;
  }
}

/* Asegurar que el menú móvil funcione */
#mobile-menu {
  display: none;
}

#mobile-menu:not(.hidden) {
  display: block !important;
}

.hero-background {
  background-image: url('../img/hero-bckgnd-bcn-hair.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.buttonMain {
  background-color: #d8a345;
}

.buttonMain:hover {
  background-color: #4181bd;
}

.textHover {
  color: #d8a345;
}

/* Añadir esta nueva clase para hover */
.hover\:textHover:hover {
  color: #d8a345;
}

.hover\:bgHover:hover {
  background-color: #d8a345;
}

.footerColor {
  background-color: #063f71;
}

.footer-bg {
    background-image: url('../img/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px; /* Cambia este valor por la altura real de tu imagen */
}

.hero-text {
    line-height: 1;
}

.hero-text br {
    line-height: 0.2;
}

.tox-statusbar__help-text {
  display: none !important;
}

.tox-statusbar__right-container {
  display: none !important;
}