/* =========================
   1. ESTILOS GENERALES
========================= */
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

button, 
.elementor-button, 
a.elementor-button-link {
  text-decoration: none !important; /* quitar subrayado */
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease; /* transiciones suaves */
}

button:hover, 
.elementor-button:hover, 
a.elementor-button-link:hover {
  transform: scale(1.05); /* efecto de agrandar */
}


a {
  text-decoration: none !important;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}
.bdt-ep-static-carousel-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px !important; 
  overflow: hidden;
}

.bdt-ep-static-carousel-image img {
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

/* =========================
   2. TIPOGRAFÍAS Y TEXTOS
========================= */
.name {
  font-family: 'Londrina Solid', cursive;
  font-size: 2rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
	color:black;
}

.role {
  font-family: 'Londrina Solid', cursive;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}

.section-title {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  text-align: justify;
}

ul li {
  margin-bottom: 1rem;
  line-height: 1.6;
}

/* =========================
   3. MODAL
========================= */
.modal-columns {
  display: flex;
  gap: 2rem;
  padding: 1.5rem;
  font-family: 'Epilogue', sans-serif;
  color: #000;
  font-size: 1rem;
  line-height: 1.7;
}

.modal-left {
  width: 40%;
  min-width: 200px;
  position: sticky;
  top: 10%;
  align-self: flex-start;
  padding-bottom: 2rem;
  z-index: 2;
}

.modal-right {
  width: 65%;
  text-align: justify;
  padding-top: .5rem;
  padding-right: 3rem;
}

.modal-spacer {
  height: 10vh !important;
}

.my-modal-content {
  height: 70vh !important;
  overflow-y: scroll !important;
  margin: 10% auto !important;
  background-color: #FFC700 !important;
}

.my-modal-header {
  position: absolute;
  width: 68%;
  background-color: transparent !important;
  opacity: 100% !important;
  z-index: 2;
  margin: -20px !important;
  padding: 2em;
}

.my-item-section {
  padding: 1em 2em;
}

.my-modal-close {
  font-size: 32px !important;
  cursor: pointer;
  background: transparent !important;
  border: none;
  color: #333;
  padding: 0px !important;
}

/* =========================
   4. DONACIONES
========================= */
.floating-donation {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 240px;
	
}

.donate-button {
  width: 100%;
  background-color: black;
  color: white;
  border: none;
  padding: 18px !important;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-size: 18px !important;
	transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease; 
}

.donate-button:hover,
.donate-button.active {
  background-color: #FFC107 !important;
  color: black !important;
}

.donate-button:focus,
.donate-button:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  background-color: #FFC107 !important;
  color: black !important;
}

.donation-popup {
  display: none;
  position: absolute;
  bottom: 70px;
  right: 0;
  background-color: black;
  color: white;
  padding: 20px;
  border-radius: 24px;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.donation-popup.show {
  display: block;
  opacity: 1;
}

.animal-illustration {
  position: absolute;
  top: -45.8%;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: auto;
}

/* =========================
   5. BOTONES VARIOS
========================= */
.btn-vegan a {
  font-size: 30px !important;
  color: white !important;
  background-color: black !important;
}

.btn-vegan a:hover {
  color: white !important;
}

.carousel-button {
  border: 3px solid black !important;
  background: transparent !important;
  color: black !important;
  font-size: 20px !important;
}

.carousel-button:hover {
  background: black !important;
  color: white !important;
}

/* =========================
   6. MENÚ Y NAVEGACIÓN
========================= */
.sticky-nav {
  position: absolute !important;
  width: 100%;
}

.hfe-flyout-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.hfe-flyout-container .hfe-nav-menu li.menu-item {
  position: relative;
  width: 100% !important;
 
}

.hfe-flyout-wrapper .hfe-side {
  width: 100%!important;
  height: 100vh !important;
	position: fixed !important;
  height: 100vh !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  overflow: hidden !important;
  box-shadow: none !important;

}


@media (min-width: 801px),
@media (min-width: 1025px) {
  .hfe-nav-menu {
    margin-top: 15px !important;
  }

  .hfe-nav-menu a:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 3px;
    background: black;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s !important;
    border-radius: 4px !important;
  }

  .hfe-nav-menu a:hover {
    color: #95a5a6;
  }

  .hfe-nav-menu a:hover::after {
    transform: scaleX(.3);
    transform-origin: left;
  }

  ul.hfe-nav-menu,
  .hfe-nav-menu li,
  .hfe-nav-menu ul {
    margin: 0 10px !important;
  }

  .hfe-nav-menu li.menu-item {
    display: inline-block !important;
    min-width: 100px !important;
  }

  .elementor-element-0c9a743 nav.hfe-nav-menu__layout-horizontal:not(.hfe-dropdown) ul.sub-menu,
  .elementor-2216 .elementor-element.elementor-element-0c9a743 nav.hfe-nav-menu__layout-expandible.menu-is-active,
  .elementor-2216 .elementor-element.elementor-element-0c9a743 nav.hfe-nav-menu__layout-vertical:not(.hfe-dropdown) ul.sub-menu {
    margin-top: 8px;
    display: flex;
    align-content: center;
    justify-content: center;
  }

  .hfe-dropdown-expandible,
  .menu-is-active {
    transform-origin: 0 0;
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
  }
}

/* =========================
   7. CAROUSEL
========================= */
.bdt-ep-static-carousel-item {
  text-align: center;
  background: transparent !important;
}

.swiper-slide {
  display: flex;
  flex-direction: column !important;
  width: 100%;
  height: 100%;
  position: relative;
  justify-content: space-between !important;
}

.bdt-ep-static-carousel-image.bdt-image-mask img {
  height: 250px;
  object-fit: contain !important;
}

/* =========================
   8. LIGHTBOX
========================= */
.veganismo-carousel .elementor-button-link a {
  color: black !important;
  padding: 15px 20px !important;
}

.veganismo-carousel a:hover {
  color: white !important;
}

.pp_default .pp_top .pp_left .pp_middle .pp_middle .pp_right {
  background: transparent !important;
}

/* =========================
   9. RESPONSIVE
========================= */
@media (max-width: 768px) {
  .modal-columns {
    flex-direction: column;
    padding: 2rem 1.5rem;
    gap: 2rem;
  }

  .modal-left,
  .modal-right {
    width: 100%;
    position: static;
    padding: 0;
  }

  .modal-left {
    margin-bottom: -30px;
		align-content:center;
		text-align:center;
  }

  .modal-right {
    text-align: justify;
    font-size: 1rem;
    line-height: 1.8;
  }

  .my-modal-header {
    width: 90%;
    padding: 1.5em 1.5em;
    margin: 0 auto;
  }

  .my-modal-content {
    height: auto !important;
    margin: 8% auto !important;
    max-height: 90vh;
    padding: 1rem;
		width:90% !important;
  }

  .my-item-section {
    padding: 1rem 0;
  }

  ul li {
    margin-bottom: 0.75rem;
  }
	.name {
  font-family: 'Londrina Solid', cursive;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}

.role {
  font-family: 'Londrina Solid', cursive;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}

.section-title {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem;
text-align:center;
}
}
@media (max-width: 767px) {
  .bdt-ep-static-carousel-image {
    height: 200px;
		margin-bottom:-6%;
  }

  .bdt-ep-static-carousel-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 1024px) {
    .elementor-5783 .elementor-element.elementor-element-509d85f {
        margin-top: 2em !important;
        margin-bottom: 6em;
        padding: 0em 1em 0em 1em;
    }
}








ul.hfe-nav-menu {
  display: flex;
  justify-content: center; /* centra horizontal */
  align-items: center;     /* alinea vertical si hay altura */
  gap: 10px;               /* espacio entre items, opcional */
  list-style: none;        /* quita viñetas */
  margin: 0;
  padding: 0;
}



/* 1) Si el ícono usa currentColor (SVG o pseudo) */
#secondary-nav .hfe-nav-menu__toggle,
#secondary-nav .hfe-nav-menu-icon,
#secondary-nav .menu-toggle {
  color: #fff !important;
}

/* 2) Si las líneas son spans/::before/::after */
#secondary-nav .hfe-nav-menu-icon .hfe-nav-menu-icon-bar,
#secondary-nav .hfe-nav-menu-icon .hfe-nav-menu-icon-bar::before,
#secondary-nav .hfe-nav-menu-icon .hfe-nav-menu-icon-bar::after,
#secondary-nav .menu-toggle .icon-bar,
#secondary-nav .menu-toggle .icon-bar::before,
#secondary-nav .menu-toggle .icon-bar::after {
  background-color: #fff !important;
}

/* 3) Si es un SVG */
#secondary-nav .hfe-nav-menu__toggle svg,
#secondary-nav .hfe-nav-menu-icon svg {
  fill: #fff !important;
  stroke: #fff !important;
}


/* === FLYOUT MENU FULLSCREEN CENTRADO ESTABLE === */

/* 3. Lista centrada */
.hfe-flyout-wrapper .hfe-side.hfe-flyout-open ul.hfe-nav-menu {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
	margin-bottom:-30px ;
  gap: 12px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto !important;
  transform: none !important;
  opacity: 1 !important;
}

/* 4. Ítems */
.hfe-flyout-wrapper .hfe-side.hfe-flyout-open li.menu-item {
  text-align: center !important;
}

/* 5. Enlaces */
.hfe-flyout-wrapper .hfe-side.hfe-flyout-open a.hfe-menu-item {
	font-size: 1rem !important;
  display: inline-block !important;
  color: #000 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-open a.hfe-menu-item:hover {
  color: #333 !important;
}

/* === HEADER y BODY SAFE === */
header,
.elementor-location-header {
  position: relative !important;
  z-index: 10000 !important;
  background: transparent !important;
}


