.elementor .e-119ceb9{flex-direction:column;/* =========================================================
 CENTRO ANCESTRAL PACHACAMAC
 HEADER GLOBAL
 ========================================================= */

.cap-header {
  position: relative;
  z-index: 9999;
  width: 100%;
  background: rgba(35, 19, 10, 0.97);
  border-bottom: 1px solid rgba(214, 162, 84, 0.35);
  color: #F5E6C8;
  font-family: Georgia, "Times New Roman", serif;
}

/* CONTENEDOR */

.cap-header-inner {
  width: min(1180px, 92%);
  min-height: 82px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  gap: 35px;
}


/* =========================================================
 LOGO
 ========================================================= */

.cap-logo {
  display: flex;
  align-items: center;
  gap: 13px;

  margin-right: auto;

  color: #F1D39C;
  text-decoration: none;
}

.cap-logo-symbol {
  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid #D6A254;

  color: #D6A254;

  font-size: 16px;

  transform: rotate(45deg);

  flex-shrink: 0;
}

.cap-logo-symbol::first-letter {
  display: inline-block;
  transform: rotate(-45deg);
}

.cap-logo-text {
  display: flex;
  flex-direction: column;

  line-height: 1;
}

.cap-logo-text strong {
  color: #F1D39C;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 14px;
  font-weight: 400;

  letter-spacing: 0.16em;
}

.cap-logo-text small {
  margin-top: 6px;

  color: #D6A254;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 9px;
  font-weight: 400;

  letter-spacing: 0.42em;
}


/* =========================================================
 NAVEGACIÓN
 ========================================================= */

.cap-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.cap-nav a {
  position: relative;

  color: #F5E6C8;

  text-decoration: none;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 12px;
  font-weight: 400;

  letter-spacing: 0.09em;

  transition:
      color 0.3s ease,
      opacity 0.3s ease;
}

.cap-nav a::after {
  content: "";

  position: absolute;

  left: 0;
  bottom: -8px;

  width: 0;
  height: 1px;

  background: #D6A254;

  transition: width 0.3s ease;
}

.cap-nav a:hover {
  color: #D6A254;
}

.cap-nav a:hover::after {
  width: 100%;
}


/* =========================================================
 BOTÓN AGENDA
 ========================================================= */

.cap-header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 11px 19px;

  border: 1px solid #D6A254;

  color: #F1D39C;

  text-decoration: none;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 11px;
  font-weight: 400;

  letter-spacing: 0.08em;

  transition:
      background 0.3s ease,
      color 0.3s ease,
      border-color 0.3s ease;
}

.cap-header-btn:hover {
  background: #D6A254;
  color: #23130A;
}


/* =========================================================
 MENÚ HAMBURGUESA
 ========================================================= */

.cap-menu {
  display: none;

  width: 42px;
  height: 42px;

  padding: 8px;

  background: transparent;

  border: 1px solid #D6A254;

  cursor: pointer;
}

.cap-menu span {
  display: block;

  width: 100%;
  height: 1px;

  margin: 6px 0;

  background: #F1D39C;

  transition:
      transform 0.3s ease,
      opacity 0.3s ease;
}


/* =========================================================
 MENÚ MOBILE
 ========================================================= */

.cap-mobile-menu {
  display: none;

  width: 100%;

  padding: 15px 5% 25px;

  background: #23130A;

  border-top: 1px solid rgba(214, 162, 84, 0.2);
}

.cap-mobile-menu a {
  display: block;

  padding: 15px 5px;

  border-bottom: 1px solid rgba(214, 162, 84, 0.15);

  color: #F1D39C;

  text-decoration: none;

  font-family: Georgia, "Times New Roman", serif;

  font-size: 13px;

  letter-spacing: 0.1em;
}

.cap-mobile-menu a:hover {
  color: #D6A254;
}

.cap-mobile-btn {
  margin-top: 15px;

  text-align: center;

  border: 1px solid #D6A254 !important;
}


/* =========================================================
 TABLET
 ========================================================= */

@media (max-width: 1024px) {

  .cap-header-inner {
      gap: 20px;
  }

  .cap-nav {
      gap: 18px;
  }

  .cap-nav a {
      font-size: 11px;
  }

}


/* =========================================================
 MOBILE
 ========================================================= */

@media (max-width: 900px) {

  .cap-header-inner {
      min-height: 72px;
  }

  .cap-nav,
  .cap-header-btn {
      display: none;
  }

  .cap-menu {
      display: block;
  }

}


/* =========================================================
 MOBILE PEQUEÑO
 ========================================================= */

@media (max-width: 480px) {

  .cap-header-inner {
      width: 90%;
  }

  .cap-logo-symbol {
      width: 32px;
      height: 32px;

      font-size: 14px;
  }

  .cap-logo-text strong {
      font-size: 11px;
      letter-spacing: 0.12em;
  }

  .cap-logo-text small {
      font-size: 7px;
      letter-spacing: 0.32em;
  }

}\n}