.elementor-652 .elementor-element.elementor-element-46b6be3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:12%;--padding-bottom:5%;--padding-left:0%;--padding-right:0%;}.elementor-652 .elementor-element.elementor-element-0a6e139{--display:flex;--min-height:100vh;--justify-content:flex-start;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;--z-index:0;}.elementor-652 .elementor-element.elementor-element-0a6e139:not(.elementor-motion-effects-element-type-background), .elementor-652 .elementor-element.elementor-element-0a6e139 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-652 .elementor-element.elementor-element-7219353{width:100%;max-width:100%;margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0% 0% 0% 0%;}body.elementor-page-652:not(.elementor-motion-effects-element-type-background), body.elementor-page-652 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-652 .elementor-element.elementor-element-46b6be3{--width:40%;}}@media(max-width:1024px){.elementor-652 .elementor-element.elementor-element-46b6be3{--padding-top:21%;--padding-bottom:8%;--padding-left:0%;--padding-right:0%;}body.elementor-page-652{margin:-26px 0px 0px 0px;}}@media(max-width:767px){.elementor-652 .elementor-element.elementor-element-46b6be3{--padding-top:30%;--padding-bottom:15%;--padding-left:0%;--padding-right:0%;}body.elementor-page-652{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-1b0fe9d */.texto-destacado {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: #222;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
}

.naranja-grad-area {
  background: linear-gradient(90deg, #ff4319 0%, #ff9b00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* Responsivo */
@media (max-width: 768px) {
  .texto-destacado {
    font-size: clamp(0.9rem, 3.2vw, 1.1rem);
    line-height: 1.4;
    padding: 0 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7219353 */.galeria-click {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  left: 0;
  z-index: 0;
  padding: 0;
  border: none;
}

.galeria-click a {
  display: block;
  overflow: hidden;
  grid-column: span 2;
  aspect-ratio: 3 / 2;
  position: relative;
  margin: 0;
  padding: 0;
  border: none;
}

.galeria-click img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: brightness(0.78);
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

.overlay-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(1.2rem, 3vw, 2rem);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.03rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
  opacity: 1;
  z-index: 2;
  padding: 0 1rem;
  line-height: 1.15;
  transition: background 0.4s ease, opacity 0.4s ease;
}

/* Hover */
.galeria-click a:hover img {
  transform: scale(1.08);
  filter: brightness(0.55);
}
.galeria-click a:hover .overlay-text {
  background: rgba(0, 0, 0, 0.55);
  opacity: 1;
}

/* Última fila adaptada */
.galeria-click a:last-child:nth-child(3n + 1) {
  grid-column: 1 / -1 !important;
  justify-self: stretch;
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 3 / 1.3;
  max-height: 520px;
}
.galeria-click a:last-child:nth-child(3n + 2),
.galeria-click a:nth-last-child(2):nth-child(3n + 1) {
  grid-column: span 3;
  aspect-ratio: 3 / 1.4;
  max-height: 480px;
}

/* Responsivo */
@media (max-width: 1024px) {
  .galeria-click { grid-template-columns: repeat(4, 1fr); }
  .galeria-click a { grid-column: span 2; }
  .galeria-click a:last-child:nth-child(2n + 1) {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    aspect-ratio: 16 / 8;
    max-height: 420px;
  }
  .galeria-click a:last-child:nth-child(2n + 2),
  .galeria-click a:nth-last-child(2):nth-child(2n + 1) {
    aspect-ratio: 3 / 1.5;
    max-height: 400px;
  }
  .overlay-text { font-size: clamp(1rem, 3.5vw, 1.6rem); }
}

@media (max-width: 768px) {
  .galeria-click {
    grid-template-columns: 1fr;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
  }
  .galeria-click a {
    grid-column: 1 / -1;
    aspect-ratio: 16 / 9;
    max-height: none;
  }
  .overlay-text { font-size: clamp(0.9rem, 4vw, 1.4rem); }
}

@media (max-width: 480px) {
  .overlay-text { font-size: clamp(0.8rem, 5vw, 1.2rem); }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0a6e139 */.galeria {
  overflow: hidden;
  position: relative;
  z-index: 0;  
  margin-bottom: -2%;
}

.galeria::before,
.galeria::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 70px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 10;
  pointer-events: none;
}

.galeria::before {
  top: 0;
  margin-top: -2px;
  background-position: top center;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 0 1200 70' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,20 Q600,70 1200,20 L1200,0 L0,0 Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.galeria::after {
  bottom: 0;
  height: 120px; 
  background-position: bottom center;
  background-image: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' viewBox='0 0 1200 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,60 Q600,120 1200,60 L1200,120 L0,120 Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
  .galeria::before {
    height: 40px;
  }
  .galeria::after {
    height: 60px;
  }
}

@media (max-width: 480px) {
  .galeria::before {
    height: 25px;
  }
  .galeria::after {
    height: 40px;
  }
}/* End custom CSS */