@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Modak&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titan+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bungee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sigmar&display=swap");

* {
  font-family: "Courier New", Courier, monospace;
}

body {
  background: var(--white);
}

a {
  color: var(--main-500);
}

h1,
h2,
h3,
h4,
h5,
button {
  font-family: "Sigmar", cursive;
}

p,
label,
input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
  /*color: #186e2a;*/
  /*font-family: 'Modak', cursive;*/
  /*font-family: 'Titan One', cursive;*/
  font-family: "Bungee", cursive;
}

a {
  text-decoration: none;
}

aside,
section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.font-alt {
  font-family:
    "Kanit",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji" !important;
}

.text-gradient {
  background: -webkit-linear-gradient(var(--main-500), var(--main-900));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-container {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 8rem 0 5rem;
  background-image: url("../../img/verano/banner.webp");
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
}

.hero-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.18)),
    radial-gradient(circle at 20% 20%, rgba(204, 12, 55, 0.2), transparent 28%),
    radial-gradient(circle at 85% 20%, rgba(255, 193, 7, 0.2), transparent 24%);
  pointer-events: none;
}

.hero-surface {
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
  line-height: 1.05;
}

.hero-copy .lead {
  max-width: 34rem;
}

.hero-actions .btn {
  min-width: 190px;
}

.hero-stats {
  align-items: stretch;
}

.hero-stat {
  min-width: 105px;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-align: center;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.hero-stat strong {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "";
}

.hero-stat span {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.9;
}

.hero-figure {
  position: relative;
  padding: 1rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
}

.hero-figure::after {
  content: "";
  position: absolute;
  inset: auto 1.4rem 1rem 1.4rem;
  height: 90px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  filter: blur(16px);
  z-index: -1;
}

.hero-image {
  position: relative;
  z-index: 1;
  border-radius: 1rem;
  animation: heroFloat 6s ease-in-out infinite;
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.text-red {
  color: var(--main-500);
}

section.cta {
  position: relative;
  padding: 15rem 0;
  background-image: url("../../img/verano/galeria/panorama.webp");
  background-position: center;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}

.deneb_footer .widget_wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .deneb_footer .widget_wrapper .widget {
    margin-bottom: 40px;
  }
}

.deneb_footer .widget_wrapper .widget .widget_title {
  margin-bottom: 30px;
}

.deneb_footer .widget_wrapper .widget .widget_title h4 {
  font-weight: bold;
}

.deneb_footer .widget_wrapper .widget .widget_title h4:after {
  content: "";
  display: block;
  background: var(--white);
  max-width: 38px;
  height: 2px;
  margin-top: 5px;
}

.deneb_footer .widget_wrapper .widegt_about p {
  margin-bottom: 20px;
}

.deneb_footer .widget_wrapper .widegt_about .social li {
  display: inline-block;
  margin-right: 10px;
}

.deneb_footer .widget_wrapper .widegt_about .social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--main-500);
  font-size: 30px;
  -webkit-transition: all all 0.5s ease-out 0s;
  -moz-transition: all all 0.5s ease-out 0s;
  -ms-transition: all all 0.5s ease-out 0s;
  -o-transition: all all 0.5s ease-out 0s;
  transition: all all 0.5s ease-out 0s;
}

.deneb_footer .widget_wrapper .widegt_about .social li a:hover,
.deneb_footer .widget_wrapper .widegt_about .social li a:focus {
  background-color: linear-gradient(
    0deg,
    var(--main-500) 0%,
    var(--main-500) 100%
  );
  color: var(--white);
  box-shadow: 2.5px 4.33px 15px 0px var(--white);
}

.deneb_footer .widget_wrapper .widget_link ul li {
  margin-bottom: 5px;
}

.deneb_footer .widget_wrapper .widget_link ul li a {
  text-transform: capitalize;
  color: var(--white);
}

.deneb_footer .widget_wrapper .widget_link ul li a:hover,
.deneb_footer .widget_wrapper .widget_link ul li a:focus {
  color: var(--white);
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info {
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.deneb_footer .widget_wrapper .widget_contact .contact_info .single_info .icon {
  font-size: 12px;
  color: var(--white);
  margin-right: 10px;
}

.deneb_footer
  .widget_wrapper
  .widget_contact
  .contact_info
  .single_info
  .info
  p
  a {
  color: var(--white);
}

.deneb_footer
  .widget_wrapper
  .widget_contact
  .contact_info
  .single_info
  .info
  p
  span {
  display: block;
}

.deneb_footer .copyright_area {
  background: var(--white);
  padding: 10px 0;
}

.deneb_footer .copyright_area .copyright_text {
  text-align: center;
}

.deneb_footer .copyright_area .copyright_text p {
  color: var(--white);
}

.deneb_footer .copyright_area .copyright_text p span {
  color: var(--white);
}

.deneb_cta .cta_wrapper {
  padding: 45px 50px 42px;
  max-width: 970px;
  border-radius: 15px;
  margin: auto;
  margin-bottom: -135px;
  position: relative;
  background: var(--white);
  /* fallback for old browsers */
  background: var(--white); /* #0dcaf0*/
  z-index: 1;
}

.deneb_cta .cta_wrapper:after {
  content: "";
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.deneb_cta .cta_wrapper .cta_content h3 {
  color: var(--white);
  font-weight: bold;
}

@media (max-width: 767px) {
  .deneb_cta .cta_wrapper .cta_content h3 {
    font-size: 24px;
  }

  .cta_wrapper img {
    display: none;
  }
}

.deneb_cta .cta_wrapper .cta_content h3:after {
  content: "";
  display: block;
  max-width: 110px;
  height: 2px;
  margin-top: 13px;
  margin-bottom: 24px;
}

.deneb_cta .cta_wrapper .cta_content p {
  color: var(--white);
}

.deneb_cta .cta_wrapper .cta_content span {
  font-size: 0.9rem;
  color: var(--white);
  font-weight: 900;
}

/* -------- GALERÍA VERANO -------- */
.gallery-hero {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(255, 201, 40, 0.2),
      transparent 45%
    ),
    radial-gradient(circle at 80% 0%, rgba(220, 53, 69, 0.14), transparent 50%);
}

.gallery-title h1 {
  font-size: clamp(1.9rem, 4vw, 3.2rem);
  margin-bottom: 0.35rem;
  color: var(--main-500);
}

.gallery-title p {
  letter-spacing: 0.2em;
  font-weight: 700;
  color: #7b7b7b;
}

.masonry-gallery {
  column-count: 3;
  column-gap: 1.25rem;
}

.masonry-gallery .gallery-item {
  width: 100% !important;
  display: inline-block;
  margin: 0 0 1.25rem;
  break-inside: avoid;
}

.masonry-gallery .gallery-item.gallery-hidden {
  display: none !important;
}

.gallery-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(204, 12, 55, 0.55) 0%,
    rgba(204, 12, 55, 0.12) 45%,
    transparent 75%
  );
  opacity: 0;
  transition: opacity 0.38s ease;
  border-radius: 1rem;
}

.gallery-link:hover .gallery-card,
.gallery-link:focus-visible .gallery-card {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22);
}

.gallery-link:hover .gallery-card::after,
.gallery-link:focus-visible .gallery-card::after {
  opacity: 1;
}

.gallery-link:hover .gallery-photo,
.gallery-link:focus-visible .gallery-photo {
  transform: scale(1.07);
}

.gallery-photo {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  filter: blur(20px);
}

.gallery-photo[data-loaded],
.gallery-photo.image-loaded {
  filter: blur(0);
  transition: filter 0.3s ease-out;
}

/* ---- Animaciones galería ---- */
@keyframes galleryFadeUp {
  from {
    opacity: 0;
    transform: translateY(32px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroTitleIn {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Scroll-reveal: estado inicial */
.gallery-item.reveal-pending {
  opacity: 0;
  transform: translateY(32px);
  transition: none;
}

/* Scroll-reveal: cuando entra en viewport */
.gallery-item.reveal-done {
  animation: galleryFadeUp 0.58s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* Animación del hero de galería */
.gallery-hero .badge-principal {
  display: inline-block;
  animation: heroTitleIn 0.5s ease both;
}

.gallery-hero .gallery-title h1 {
  animation: heroTitleIn 0.6s 0.1s ease both;
}

.gallery-hero .gallery-title p {
  animation: heroTitleIn 0.6s 0.2s ease both;
}

.gallery-hero .gallery-title .separador {
  animation: heroTitleIn 0.6s 0.3s ease both;
}

@media (max-width: 767px) {
  .hero-container {
    min-height: auto;
    padding-top: 6.5rem;
    padding-bottom: 4rem;
  }

  .hero-copy h1 {
    font-size: 2.2rem;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-stat {
    flex: 1 1 30%;
  }

  .gallery-hero {
    padding-top: 6.8rem;
    padding-bottom: 1rem;
  }

  .masonry-gallery {
    column-count: 1;
    column-gap: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .masonry-gallery {
    column-count: 2;
  }
}

/* -------- INDEX VERANO -------- */
.section-gallery-preview {
  position: relative;
  overflow: hidden;
}

.section-gallery-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at 15% 10%,
      rgba(255, 255, 255, 0.12),
      transparent 35%
    ),
    radial-gradient(circle at 80% 90%, rgba(0, 0, 0, 0.14), transparent 40%);
  pointer-events: none;
}

.gallery-preview-grid {
  position: relative;
  z-index: 1;
}

.gallery-preview-item {
  overflow: hidden;
  position: relative;
}

.gallery-preview-heading h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.gallery-preview-card {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
  transform: translateZ(0);
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.gallery-preview-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.28),
    rgba(204, 12, 55, 0.08) 60%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}

.gallery-preview-photo {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.gallery-preview-item:hover img {
  transform: scale(1.06);
}

.gallery-preview-item:hover .gallery-preview-card,
.gallery-preview-item:focus-visible .gallery-preview-card {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.22);
  border-color: rgba(255, 255, 255, 0.28);
}

.gallery-preview-item:hover .gallery-preview-card::after,
.gallery-preview-item:focus-visible .gallery-preview-card::after {
  opacity: 1;
}

.gallery-preview-item:hover .gallery-preview-photo,
.gallery-preview-item:focus-visible .gallery-preview-photo {
  transform: scale(1.08);
}

.gallery-preview-cta {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.gallery-preview-cta:hover,
.gallery-preview-cta:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.2);
}

.info-highlight-card {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 1.25rem;
  padding: 2rem;
  backdrop-filter: blur(6px);
}

.contact-card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.video-showcase .video-container {
  background: #fff;
  border-radius: 1rem;
  padding: 1rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

@media (max-width: 767px) {
  .info-highlight-card {
    padding: 1.25rem;
  }

  .contact-card {
    margin-top: 1.25rem;
  }
}

/* -------- FORMULARIO VERANO -------- */
.verano-form-page {
  background:
    radial-gradient(circle at 8% 5%, rgba(204, 12, 55, 0.08), transparent 30%),
    radial-gradient(circle at 90% 4%, rgba(255, 193, 7, 0.18), transparent 35%),
    #fff;
}

.verano-form-wrapper {
  max-width: 1200px;
}

.verano-form-shell {
  border: 1px solid #f2d8df !important;
  border-radius: 1.2rem !important;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.08) !important;
  background: #fff;
}

.verano-form-title {
  color: var(--main-500);
  letter-spacing: 0.02em;
}

.verano-form-subtitle {
  font-size: 1rem;
}

.verano-inscripcion-form .verano-card {
  border: 0;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.07);
}

.verano-inscripcion-form .verano-card .card-header {
  background: linear-gradient(90deg, #cc0c37 0%, #a9082d 100%) !important;
  border-bottom: 0;
  padding: 0.95rem 1.15rem;
}

.verano-inscripcion-form .verano-card .card-body {
  background: #fff;
  padding: 1.25rem;
}

.verano-inscripcion-form .form-label {
  font-weight: 700;
  color: #374151;
  margin-bottom: 0.35rem;
}

.verano-inscripcion-form .form-control {
  border-radius: 0.72rem;
  border: 1px solid #d7dde2;
  min-height: 44px;
}

.verano-inscripcion-form .form-control:focus {
  border-color: #cc0c37;
  box-shadow: 0 0 0 0.25rem rgba(204, 12, 55, 0.14);
}

.verano-inscripcion-form .form-check-label {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-weight: 600;
}

.verano-inscripcion-form .big-checkbox {
  accent-color: #cc0c37;
}

.verano-inscripcion-form .verano-subheader {
  border-radius: 0.8rem;
  padding-left: 1rem;
}

.verano-inscripcion-form .text-star {
  background: #fff7f9;
  border-left: 4px solid #cc0c37;
  border-radius: 0.7rem;
  padding: 0.9rem 1rem;
  width: 100%;
}

.verano-inscripcion-form hr {
  border-top: 1px dashed #d7dde2;
}

.verano-inscripcion-form .form-actions {
  display: flex;
  justify-content: center;
  gap: 0.85rem;
  padding-top: 0.8rem;
  flex-wrap: wrap;
}

.verano-inscripcion-form .form-actions .btn {
  min-width: 160px;
}

.verano-inscripcion-form #btn-send {
  background: linear-gradient(90deg, #cc0c37 0%, #a9082d 100%);
  border: 0;
  color: #fff;
}

.verano-inscripcion-form #btn-send:disabled {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .verano-form-wrapper {
    margin-top: 1.25rem !important;
  }

  .verano-form-title {
    font-size: 1.45rem !important;
  }

  .verano-inscripcion-form .verano-card .card-body {
    padding: 1rem;
  }
}

.form-check-input{
  border: ;
}
