* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: rgb(240, 240, 240);
  padding-top: 0;
}

#indexBody {
  padding-top: 140px;
}

.subTitulo {
  text-align: center;
  padding: 25px;
  text-decoration: none;
}

.cabecera {
  background-color: rgba(240, 240, 240, 0.913);
  position: fixed;
  z-index: 1000;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
}
.cabecera #logoMenu {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.cabecera .navbar {
  border-radius: 20px;
  padding: 0;
}
.cabecera .navbar .container-fluid {
  justify-content: start;
  background-color: rgba(6, 96, 49, 0.6);
  border-radius: 20px;
  height: 120px;
}
.cabecera .navbar .container-fluid #navbarNav .navbar-nav {
  flex-direction: row !important;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.cabecera .navbar .container-fluid #navbarNav .navbar-nav .nav-item {
  font-size: 18px;
  flex: 1 1 auto;
  text-align: center;
}
.cabecera .navbar .container-fluid #navbarNav .navbar-nav .nav-item .nav-link {
  color: rgb(250, 250, 250);
}
.cabecera .navbar .container-fluid #navbarNav .navbar-nav .nav-item .disabled {
  color: rgb(92, 92, 92);
}

/* RESPONSIVE */
@media (min-width: 768px) {
  .cabecera .nav-item {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .cabecera .navbar-nav {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
  }
  .cabecera .nav-item {
    font-size: 24px;
  }
}
.bodyIndex {
  max-width: 1200px;
  margin: 0 auto;
}
.bodyIndex .imagenPortada .imagenCarousel {
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.bodyIndex .seccionBannerAnos {
  background-color: rgba(126, 168, 152, 0.5);
  text-align: center;
}
.bodyIndex .seccionBannerAnos .textoBannerAnos {
  font-size: 24px;
}
.bodyIndex .subTitulo {
  text-decoration: none;
  align-items: center;
}
.bodyIndex .primeraFilaSeccion .noticiaCard {
  margin: 10px 0;
}
.bodyIndex .primeraFilaSeccion .noticiaCard .noticiaColumnaImagen {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 5px;
}
.bodyIndex .primeraFilaSeccion .noticiaCard .tituloNoticia {
  font-size: 20px;
}
.bodyIndex .primeraFilaSeccion .noticiaCard .noticiaLinkTexto {
  font-size: 16px;
  margin-top: 10px;
}
.bodyIndex .seccionCometido {
  background-color: rgb(126, 168, 152);
  padding-top: 20px;
  border-radius: 15px;
}
.bodyIndex .seccionCometido .presentacion {
  text-align: center;
}
.bodyIndex .seccionCometido .presentacion .parrafoCometido {
  font-size: 16px;
  text-align: justify;
  padding: 15px;
}
.bodyIndex .seccionCometido .presentacion .presentacionFoto {
  width: 90%;
}
.bodyIndex .contenidoSeccionMujeresFoto {
  border-radius: 20px;
}
.bodyIndex .contenidoSeccionMujeresLogo {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto 0;
}
.bodyIndex .seccionServicios .seccionCardsServicios {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.bodyIndex .seccionServicios .seccionCardsServicios > [class*=col-] {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  flex: unset !important;
  max-width: 100% !important;
}
.bodyIndex .seccionServicios .seccionCardsServicios .cardServicios {
  text-align: center;
  background-color: rgb(126, 168, 152);
  border-radius: 15px;
  padding: 10px;
  margin: 0;
}
.bodyIndex .seccionServicios .seccionCardsServicios .cardServicios .cardServicioLogo {
  height: 100px;
}
.bodyIndex .seccionServicios .seccionCardsServicios .cardServicios .cardServicioInformacion {
  background-color: rgba(6, 96, 49, 0.6);
  border-radius: 20px;
  padding: 5px;
  color: rgb(250, 250, 250);
  font-size: 15px;
}
.bodyIndex .seccionServicios .seccionCardsServicios .cardServicios .tituloCardServicios {
  color: rgb(250, 250, 250);
  font-size: 20px;
  margin-top: 10px;
}
.bodyIndex .seccionServicios .seccionCardsServicios .cardServicios .nombreProfesional {
  font-size: 18px;
  font-weight: 600;
}
.bodyIndex .seccionServicios .seccionCardsServicios .cardServicios .informacionProfesional {
  font-size: 16px;
}

.seccionTienda {
  text-align: center;
}
.seccionTienda .recuadroTienda .tiendaLogo {
  width: 50%;
}

@media (min-width: 992px) {
  /* ESPACIO PARA HEADER */
  .contenedorBody {
    padding-top: 120px;
  }
  /* SACAR FONDO BLANCO NAVBAR */
  .cabecera .navbar {
    background-color: transparent !important;
  }
  /* 4 CARDS EN FILA */
  .seccionServicios .seccionCardsServicios {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 20px;
  }
}
.seccionFooter {
  display: flex;
  flex-wrap: wrap;
}

.contacto {
  color: rgb(250, 250, 250);
  background-color: rgb(126, 168, 152);
  text-align: center;
}
.contacto .contactoContenedor {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contacto .contactoContenedor .contactoLogo {
  width: 50px;
}
.contacto .contactoContenedor .contactoInfo {
  font-size: 18px;
  font-weight: 600;
}

.seccionFooter .mapa {
  width: 100%;
}

@media (min-width: 992px) {
  .seccionFooter {
    flex-wrap: nowrap;
  }
  .seccionFooter .contacto {
    width: 33.3333%;
  }
  .seccionFooter .mapa {
    width: 66.6666%;
  }
}
.gov-links {
  padding: 60px 20px;
  background: linear-gradient(135deg, #eef3f9, #dbe7f5);
}
.gov-links .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.gov-links .title {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #0a2540;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.gov-links .buttons-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 20px;
}
.gov-links .gov-btn {
  position: relative;
  padding: 25px;
  border-radius: 16px;
  color: #ffffff;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gov-links .gov-btn span {
  position: relative;
  z-index: 2;
}
.gov-links .gov-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.08);
  z-index: 1;
}
.gov-links .gov-btn:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.gov-links .btn-1 {
  background: linear-gradient(135deg, #0077b6, #0096c7);
}
.gov-links .btn-2 {
  background: linear-gradient(135deg, #2a9d8f, #52b788);
}
.gov-links .btn-3 {
  background: linear-gradient(135deg, #6a4c93, #8e7cc3);
}
.gov-links .btn-4 {
  background: linear-gradient(135deg, #ef476f, #ff6b6b);
}
.gov-links .btn-5 {
  background: linear-gradient(135deg, #f4a261, #f77f00);
}
@media (max-width: 600px) {
  .gov-links .title {
    font-size: 1.6rem;
  }
  .gov-links .gov-btn {
    padding: 20px;
  }
}

.info-links {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8fbff, #e6eef8);
}
.info-links .container {
  max-width: 1000px;
  margin: 0 auto;
}
.info-links .subTitle {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 35px;
  color: #0a2540;
  font-weight: 600;
}
.info-links .info-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.info-links .info-item {
  position: relative;
  display: block;
  padding: 18px 22px;
  border-radius: 12px;
  text-decoration: none;
  color: #1f2d3d;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
}
.info-links .info-item span {
  position: relative;
  z-index: 2;
  font-size: 0.95rem;
  line-height: 1.4;
}
.info-links .info-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 5px;
  border-radius: 12px 0 0 12px;
  background: linear-gradient(180deg, rgba(126, 168, 152, 0.5), rgba(0, 180, 216, 0.5));
  opacity: 0.8;
  transition: all 0.25s ease;
}
.info-links .info-item:hover {
  transform: translateX(6px);
  background: white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.info-links .info-item:hover::before {
  width: 8px;
  opacity: 1;
}
@media (max-width: 600px) {
  .info-links .subTitle {
    font-size: 1.6rem;
  }
  .info-links .info-item {
    padding: 16px;
    font-size: 0.9rem;
  }
}

.news-projects {
  padding: 70px 20px;
  background: linear-gradient(135deg, #eef3f9, #dbe7f5);
}
.news-projects .container {
  max-width: 1200px;
  margin: 0 auto;
}
.news-projects .title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 45px;
  color: #0a2540;
  font-weight: 600;
}
.news-projects .cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 25px;
}
.news-projects .card {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  overflow: hidden;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}
.news-projects .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}
.news-projects .card .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  padding: 18px 18px 10px;
  color: #0a2540;
}
.news-projects .card .card-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.news-projects .card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.news-projects .card:hover img {
  transform: scale(1.08);
}
.news-projects .card .card-text {
  font-size: 0.9rem;
  padding: 15px 18px 20px;
  color: #1f2d3d;
  line-height: 1.4;
  flex-grow: 1;
}
.news-projects .card .card-link {
  text-align: center;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .news-projects .title {
    font-size: 1.6rem;
  }
  .news-projects .card-image {
    height: 160px;
  }
}

.organs {
  padding: 70px 20px;
  background: linear-gradient(135deg, #f8fbff, #e6eef8);
}
.organs .container {
  max-width: 900px;
  margin: 0 auto;
}
.organs .title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #0a2540;
  font-weight: 600;
}
.organs .accordion {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.organs .accordion-item {
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.organs .accordion-header {
  width: 100%;
  padding: 18px 20px;
  font-size: 1rem;
  font-weight: 600;
  color: #0a2540;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.25s ease;
}
.organs .accordion-header:hover {
  background: rgba(58, 134, 255, 0.08);
}
.organs .accordion-header .icon {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}
.organs .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 20px;
}
.organs .accordion-content ul {
  padding: 10px 0 20px;
  list-style: none;
}
.organs .accordion-content ul li {
  padding: 6px 0;
  font-size: 0.95rem;
  color: #1f2d3d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.organs .accordion-content ul li:last-child {
  border-bottom: none;
}
.organs .accordion-item.active .accordion-content {
  max-height: 300px;
}
.organs .accordion-item.active .accordion-header .icon {
  transform: rotate(45deg);
}
@media (max-width: 600px) {
  .organs .title {
    font-size: 1.6rem;
  }
}

.about-org {
  padding: 70px 20px;
  background: linear-gradient(135deg, #eef3f9, #dbe7f5);
}
.about-org .container {
  max-width: 900px;
  margin: 0 auto;
}
.about-org .title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 35px;
  color: #0a2540;
  font-weight: 600;
}
.about-org .content {
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
.about-org .text {
  font-size: 1rem;
  line-height: 1.6;
  color: #1f2d3d;
  text-align: justify;
  background: rgba(255, 255, 255, 0.65);
  padding: 20px;
  border-radius: 14px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.about-org .image-wrapper {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.about-org .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.about-org .image-wrapper:hover img {
  transform: scale(1.03);
}
@media (max-width: 600px) {
  .about-org .title {
    font-size: 1.6rem;
  }
  .about-org .text {
    font-size: 0.95rem;
    padding: 16px;
  }
}

.annual-reports {
  padding: 70px 20px;
  background: linear-gradient(135deg, #f8fbff, #e6eef8);
}
.annual-reports .container {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.annual-reports .title {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #0a2540;
  font-weight: 600;
}
.annual-reports .reports-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}
.annual-reports .report-group {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 16px;
  padding: 25px 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.annual-reports .report-group:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.annual-reports .year {
  font-size: 1.2rem;
  color: #0a2540;
  margin-bottom: 20px;
  font-weight: 600;
}
.annual-reports .buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.annual-reports .report-btn {
  display: inline-block;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  color: white;
  background: linear-gradient(135deg, #3a86ff, #0077b6);
  transition: all 0.25s ease;
}
.annual-reports .report-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.annual-reports .report-btn.secondary {
  background: linear-gradient(135deg, #6c757d, #adb5bd);
  color: #fff;
}
@media (max-width: 600px) {
  .annual-reports .title {
    font-size: 1.6rem;
  }
}

.history {
  padding: 70px 20px;
  background: linear-gradient(135deg, #eef3f9, #dbe7f5);
}
.history .container {
  max-width: 900px;
  margin: 0 auto;
}
.history .title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #0a2540;
  font-weight: 600;
}
.history .content {
  font-size: 1rem;
  line-height: 1.7;
  color: #1f2d3d;
}
.history p {
  margin-bottom: 18px;
  text-align: justify;
}
.history .image {
  width: 320px;
  margin: 10px 20px 15px 0;
}
.history .image img {
  width: 100%;
  border-radius: 12px;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.history .image figcaption {
  margin-top: 8px;
  font-size: 0.8rem;
  color: #5c6b7a;
  font-style: italic;
  line-height: 1.3;
  padding-left: 5px;
  border-left: 3px solid rgba(58, 134, 255, 0.4);
}
.history .float-left {
  float: left;
}
.history .float-right {
  float: right;
  margin: 10px 0 15px 20px;
}
.history .content::after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 768px) {
  .history .image {
    float: none !important;
    width: 100%;
    margin: 20px 0;
  }
  .history p {
    text-align: left;
  }
}

.presidents {
  padding: 70px 20px;
  background: linear-gradient(135deg, #f8fbff, #e6eef8);
}
.presidents .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.presidents .title {
  font-size: 2rem;
  margin-bottom: 45px;
  color: #0a2540;
  font-weight: 600;
}
.presidents .grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 25px;
}
.presidents .president-card {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 15px 10px 18px;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.presidents .president-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}
.presidents .image-wrapper {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
  border: 3px solid rgba(58, 134, 255, 0.2);
}
.presidents .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s ease;
}
.presidents .president-card:hover img {
  transform: scale(1.08);
}
.presidents .name {
  font-size: 0.95rem;
  font-weight: 600;
  color: #0a2540;
  margin-bottom: 4px;
}
.presidents .periodo {
  font-size: 0.8rem;
  color: #1f2d3d;
  opacity: 0.7;
}
@media (max-width: 600px) {
  .presidents .title {
    font-size: 1.6rem;
  }
  .presidents .grid {
    gap: 18px;
  }
}

.featured-images {
  padding: 70px 20px;
  background: linear-gradient(135deg, #eef3f9, #dbe7f5);
}
.featured-images .container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.featured-images .title {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #0a2540;
  font-weight: 600;
}
.featured-images .slider {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.featured-images .slides {
  display: flex;
  transition: transform 0.5s ease;
}
.featured-images .slide {
  min-width: 100%;
  opacity: 0.6;
  transition: opacity 0.5s ease;
}
.featured-images .slide img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.featured-images .slide.active {
  opacity: 1;
}
.featured-images .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(10, 37, 64, 0.7);
  color: white;
  border: none;
  font-size: 1.5rem;
  padding: 10px 14px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.25s ease;
}
.featured-images .nav:hover {
  background: rgb(10, 37, 64);
}
.featured-images .nav.prev {
  left: 15px;
}
.featured-images .nav.next {
  right: 15px;
}
.featured-images .dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.featured-images .dots .dot {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.featured-images .dots .dot.active {
  background: white;
  transform: scale(1.2);
}
@media (max-width: 768px) {
  .featured-images .slide img {
    height: 300px;
  }
  .featured-images .title {
    font-size: 1.6rem;
  }
}

.store-hero {
  padding: 80px 20px;
  background: linear-gradient(135deg, #eef3f9, #dbe7f5);
}
.store-hero .container {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.store-hero .title {
  font-size: 2.4rem;
  color: #0a2540;
  margin-bottom: 15px;
  font-weight: 700;
}
.store-hero .subtitle {
  font-size: 1.05rem;
  color: #1f2d3d;
  line-height: 1.6;
  margin-bottom: 25px;
}
.store-hero .cta {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 10px;
  background: linear-gradient(135deg, #3a86ff, #0077b6);
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.25s ease;
}
.store-hero .cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}
.store-hero .image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.store-hero .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .store-hero .container {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .store-hero .title {
    font-size: 1.8rem;
  }
}

.store-gallery {
  padding: 70px 20px;
  background: linear-gradient(135deg, #f8fbff, #e6eef8);
}
.store-gallery .container {
  max-width: 1100px;
  margin: 0 auto;
}
.store-gallery .title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #0a2540;
}
.store-gallery .gallery-block {
  margin-bottom: 50px;
}
.store-gallery .subtitle {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #1f2d3d;
}
.store-gallery .slider {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.store-gallery .slides {
  display: flex;
  transition: transform 0.4s ease;
}
.store-gallery .slides img {
  min-width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.store-gallery .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(10, 37, 64, 0.7);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}
.store-gallery .nav.prev {
  left: 10px;
}
.store-gallery .nav.next {
  right: 10px;
}

.store-showcase {
  padding: 70px 20px;
  background: linear-gradient(135deg, #eef3f9, #dbe7f5);
}
.store-showcase .container {
  max-width: 1100px;
  margin: 0 auto;
}
.store-showcase .title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
  color: #0a2540;
  font-weight: 600;
}
.store-showcase .subtitle {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #1f2d3d;
}
.store-showcase .gallery-block {
  margin-bottom: 50px;
}
.store-showcase .slider {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.store-showcase .slides {
  display: flex;
  transition: transform 0.4s ease;
}
.store-showcase .slides img {
  min-width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.store-showcase .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(10, 37, 64, 0.7);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  border-radius: 50%;
}
.store-showcase .nav.prev {
  left: 10px;
}
.store-showcase .nav.next {
  right: 10px;
}
.store-showcase .products-block {
  margin-top: 30px;
}
.store-showcase .products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}
.store-showcase .product-item {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  font-size: 0.9rem;
  color: #1f2d3d;
  backdrop-filter: blur(6px);
  transition: all 0.25s ease;
}
.store-showcase .product-item:hover {
  transform: translateY(-3px);
  background: white;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .store-showcase .slides img {
    height: 260px;
  }
  .store-showcase .title {
    font-size: 1.6rem;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25d366, #1ebe5d);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transition: all 0.3s ease;
}
.whatsapp-float .icon {
  width: 28px;
  height: 28px;
  fill: white;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* =====================================================
    LANDING
===================================================== */
.hero {
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

#hero-landing {
  animation: heroSlider 25s infinite;
  background-size: cover;
  background-position: center;
}

@keyframes heroSlider {
  0% {
    background-image: url("../Multimedia/Landing/landing1.jpeg");
  }
  33% {
    background-image: url("../Multimedia/Landing/landing2.jpg");
  }
  66% {
    background-image: url("../Multimedia/Landing/landing3.jpg");
  }
  100% {
    background-image: url("../Multimedia/Landing/landing4.jpg");
  }
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  color: #ddd;
}

.hero-content p {
  color: #ddd;
  font-size: 1.2rem;
  margin-bottom: 30px;
  opacity: 0.9;
}

.btn-primary {
  padding: 12px 30px;
  background: #ffffff;
  color: #000;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: #ddd;
}/*# sourceMappingURL=style.css.map */