@charset "UTF-8";

/* CSS Document */

/* ===================== */

/* === ELEMENTOR MENU === */

/* ===================== */

.elementor-60010000 .elementor-element.elementor-element-83bd92e .pk-nav-link {
  padding: 9px 0px;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: none;
  line-height: 2em;
  letter-spacing: 0.5px;
}

/* =========================================================
   FIX GLOBAL SUBCATEGORIAS (2/3/4/...)
   Mata bandas blancas en TODAS con cover + zoom
   ========================================================= */

.elementor-widget-pkcategorysubcategories .subcategory-image > span{
  height: 190px !important;
  min-height: 190px !important;
  max-height: 190px !important;
  overflow: hidden !important;
  background: #e9eef6 !important;
}

.elementor-widget-pkcategorysubcategories .subcategory-image > span > img,
.elementor-widget-pkcategorysubcategories .subcategory-image img.w-100{
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  transform: scale(1.45) !important;
  transform-origin: center center !important;
}

/* Ajustes por cantidad (más aire cuando hay menos cards) */

.elementor-widget-pkcategorysubcategories .pk-ce-widget.view_grid.pk-flex:has(> .pk-subcategory:nth-child(2)):not(:has(> .pk-subcategory:nth-child(3))) .subcategory-image > span{
  height: 240px !important;
}

.elementor-widget-pkcategorysubcategories .pk-ce-widget.view_grid.pk-flex:has(> .pk-subcategory:nth-child(2)):not(:has(> .pk-subcategory:nth-child(3))) .subcategory-image > span > img{
  transform: scale(1.55) !important;
}

.elementor-widget-pkcategorysubcategories .pk-ce-widget.view_grid.pk-flex:has(> .pk-subcategory:nth-child(3)):not(:has(> .pk-subcategory:nth-child(4))) .subcategory-image > span{
  height: 210px !important;
}

.elementor-widget-pkcategorysubcategories .pk-ce-widget.view_grid.pk-flex:has(> .pk-subcategory:nth-child(3)):not(:has(> .pk-subcategory:nth-child(4))) .subcategory-image > span > img{
  transform: scale(1.50) !important;
}

/* 4 o más */

.elementor-widget-pkcategorysubcategories .pk-ce-widget.view_grid.pk-flex:has(> .pk-subcategory:nth-child(4)) .subcategory-image > span{
  height: 185px !important;
}

.elementor-widget-pkcategorysubcategories .pk-ce-widget.view_grid.pk-flex:has(> .pk-subcategory:nth-child(4)) .subcategory-image > span > img{
  transform: scale(1.42) !important;
}

/* Responsive */

@media (max-width: 1199px){
  .elementor-widget-pkcategorysubcategories .subcategory-image > span{
    height: 170px !important;
    min-height: 170px !important;
    max-height: 170px !important;
  }
  .elementor-widget-pkcategorysubcategories .subcategory-image > span > img{
    transform: scale(1.35) !important;
  }
}

@media (max-width: 767px){
  .elementor-widget-pkcategorysubcategories .subcategory-image > span{
    height: 155px !important;
    min-height: 155px !important;
    max-height: 155px !important;
  }
  .elementor-widget-pkcategorysubcategories .subcategory-image > span > img{
    transform: scale(1.28) !important;
  }
}

/* Cuando hay exactamente 2 subcategorías: foto más alta */

.elementor-widget-pkcategorysubcategories .pk-ce-widget.view_grid.pk-flex:has(> .pk-subcategory:nth-child(2)):not(:has(> .pk-subcategory:nth-child(3)))
  > .pk-subcategory > a.subcategory-image > span{
  height: 220px !important;
  min-height: 220px !important;
  max-height: 220px !important;
  flex-basis: 220px !important;
}

.elementor-20010000 .elementor-element.elementor-element-fff095c .pk-search-widget input[type="search"] {
    background-color: #ffffff;
    border-radius: 20px 20px 20px 20px;
    padding: 12px 20px 12px 20px;
    width: 700px !important;
    height: 50px !important;
    border: 2px solid #003366 !important;
}

/* Íconos del menú principal */

.elementor-widget-container .pk-nav .pk-nav-link i.fa {
  font-size: 25px;
  color: #0094ff;
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

/* Íconos específicos */

.elementor-widget-container .pk-nav i.fa-home,
.elementor-widget-container .pk-nav i.fa-adn,
.elementor-widget-container .pk-nav i.fa-certificate,
.elementor-widget-container .pk-nav i.fa-fire,
.elementor-widget-container .pk-nav i.fa-briefcase,
.elementor-widget-container .pk-nav i.fa-star {
  font-size: 25px;
  color: #0094ff;
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.25em;
  text-align: center;
}

/* Color de sección azul */

.elementor-60010000 .elementor-element.elementor-element-17d5ab49:not(.elementor-motion-effects-element-type-background),
.elementor-60010000 .elementor-element.elementor-element-17d5ab49 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: #007ee5;
}

header.page-header {
    padding: 0;
	    margin-left: 40px;
    margin-top: 30px;
    color: #0b0b88 !important;
    text-transform: capitalize !important;
}

header.page-header  h1 {
    margin: 0 0 35px;
    text-transform: capitalize !important;
    font-size: 1.563em;
    color: #0b0b88 !important;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* ===================== */

/* === TARJETAS DE PRODUCTO === */

/* ===================== */

/* Contenedor principal */

.product-miniature {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: none !important;
}

.product-miniature:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

/* Imagen del producto */

.product-miniature img {
  display: block;
  /* width: 430px !important; */
  height: 160px;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
  background-color: #fff;
}

/* Cuerpo descriptivo */

.product-miniature .product-desc-wrap {
  padding: 1.5rem;
  background: #fff;
}

/* Duración */

.product-miniature .highlighted-informations {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 0.6rem;
}

.product-miniature .highlighted-informations::before {
  content: "⏱";
  color: #0094ff;
  font-size: 0.9rem;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

/* Título */

.product-miniature .product-title a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.0rem;
  color: #074696 !important;
  text-decoration: none;
  margin-bottom: 5px;
  min-height: 70px;
}

.product-miniature .product-title a:hover {
  color: #007ee5;
}

/* Descripción */

.product-miniature .short-desc {
  border: none;
  padding: 0;
  margin-bottom: 0.6rem;
}

.product-miniature .short-desc p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

/* Estrellas */

.product-miniature .hook-reviews::before {
  content: "★★★★★";
  color: #e8a400;
  font-size: 1.1rem;
  letter-spacing: 1px;
  display: contents;
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
}

.product-price-and-shipping {
    display: flex;
    align-items: baseline;
    margin-bottom: 0px;
}

/* Línea horizontal entre descripción y precio */

.product-miniature .short-desc::after {
  content: "";
  display: block;
  height: 2px;
  background: #e5e5e5;
  margin-top: 1.2rem;
  margin-bottom: 15px;
}

/* Precio */

.product-miniature .product-price-and-shipping .price {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.0rem;
  color: #3985fe !important;
  margin-bottom: 0px;
}

/* Orden visual */

.product-description {
  display: flex;
  flex-direction: column;
}

.product-description .short-desc { order: 1; }

.product-description .hook-reviews { order: 2; }

.product-description .product-price-and-shipping { order: 3; }

/* ===================== */

/* === LIMPIEZA GLOBAL === */

/* ===================== */

.product-thumbnail {
  margin-bottom: 2px;
  flex-wrap: wrap;
}

.carousel .carousel-inner {
  height: fit-content !important;
}

.highlighted-informations.no-variants {
  display: none;
}

/* === FIX DEFINITIVO PARA BORDE INDESEADO === */

.pm-details-layout4 #main-content .view_grid .product-description {
  border: none !important;
  box-shadow: none !important;
  background: #fff !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

/* ===================== */

/* === RESPONSIVE === */

/* ===================== */

@media (max-width: 768px) {
  .product-miniature img {
    height: 160px;
  }
  .product-miniature .product-title a {
    font-size: 1.0rem;
  }
  .product-miniature .product-price-and-shipping .price {
    font-size: 1.0rem;
  }
}

/* ===================== */

/* === PAGINA DE PRODUCTO === */

/* ===================== */

.page-width.main-content {
    background-color: white;
    padding: 10px 10px 20px 0px;
    border-radius: 30px;
}

.slick-list.draggable {
    border-radius: 20px;
}

.productButtons.flex-container.align-items-center {
    display: none;
}

.tabs-container {
    background: #f5f5f5;
    padding: 10px 100px 50px;
    width: 100%;
    margin-top: 0px !important;
    border-radius: 30px;
}

.hookDisplayGuide {
    display: none;
}

.form-consulta-producto {
    background: #002bb8;
    padding: 40px;
    border-radius: 18px;
    max-width: 900px;
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
    color: white;
}

.form-consulta-producto input,
.form-consulta-producto textarea {
    width: 100%;
    padding: 16px;
    border-radius: 12px;
    border: none;
    font-size: 15px;
    box-sizing: border-box;
}

.form-consulta-producto textarea {
    height: 180px;
    resize: none;
}

.form-consulta-producto button {
    background: #002040;
    color: white;
    padding: 16px 40px;
    border-radius: 12px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
    transition: 0.3s;
    align-self: center;
}

.form-consulta-producto button:hover {
    background: #003060;
}

.pk-fixed-bottom .pk-fixed-bottom-left {
        right: 20px !important;
        left: auto !important;
    }

.pk-whatsapp, .pk-whatsapp:hover {
    background: linear-gradient(#56f20b, #56a61e);
}

.ce-slider img {
    width: 100%;
    height: auto;
    display: block;
}

.ce-slider .swiper-slide,
.ce-slider .owl-item {
    aspect-ratio: 16/9; /* Cambiá según tus imágenes */
    overflow: hidden;
}

.testimonio-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    max-width: 750px;
    margin: auto;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.testimonio-foto {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
}

.testimonio-texto {
    margin-top: 20px;
    font-size: 17px;
    color: #444;
    line-height: 1.5;
}

.testimonio-stars {
    color: #F7BC00;
    font-size: 22px;
    margin-top: 15px;
}

/* =========================================================
   PRODUCT PAGE PATCH - COSTA AZUL / ALYSUM
   Solo clases reales del HTML actual
   ========================================================= */

body.page-product {
  background: #f4f6f9;
}

/* Contenedor blanco general */

body.page-product .page-width.main-content {
  padding: 26px !important;
  background: #ffffff !important;
  border-radius: 24px !important;
  box-shadow: 0 18px 50px rgba(15, 35, 75, 0.08) !important;
}

/* Producto superior */

body.page-product #main .product-container.product-page-col {
  display: flex;
  align-items: stretch;
  gap: 34px;
  margin: 0 !important;
  padding: 0 !important;
}

body.page-product #main .product-container.product-page-col > .col-md-6 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Imagen */

body.page-product #product-images-cont,
body.page-product .images-container {
  overflow: hidden;
  border-radius: 18px;
  background: #eef2f7;
}

body.page-product .slick-list.draggable {
  border-radius: 18px !important;
}

body.page-product #product-images-cont img,
body.page-product .images-container img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
}

/* Flag nuevo */

body.page-product .product-flags {
  margin: 0;
  padding: 0;
}

body.page-product .product-flag.new {
  top: 18px !important;
  right: 18px !important;
  background: #0b2348 !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 7px 12px !important;
  font-size: 11px !important;
  letter-spacing: .06em;
}

/* Columna de información */

body.page-product .product-info-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 18px 24px 24px !important;
}

body.page-product .product-info-section h1.h1 {
  color: #082b59 !important;
  font-size: 32px !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  margin: 0 0 12px !important;
  text-transform: none !important;
}

body.page-product .sys-info-section,
body.page-product .sys-info {
  color: #7a8494 !important;
  font-size: 13px !important;
  margin-bottom: 8px !important;
}

body.page-product .product-prices.price {
  display: block !important;
  margin: 8px 0 22px !important;
}

body.page-product .current-price .normal-price {
  color: #005fff !important;
  font-size: 24px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
}

body.page-product .tax-shipping-delivery-label {
  color: #8a93a3 !important;
  font-size: 12px !important;
  margin-top: 4px !important;
}

body.page-product .product-information {
  margin: 0 !important;
  padding: 0 !important;
}

body.page-product .short-desc,
body.page-product #product-description-short-30 {
  max-width: 430px;
  margin: 0 0 22px !important;
  color: #596273 !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

body.page-product .product-variants-item .control-label {
  display: block;
  color: #5b6575;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
}

body.page-product .product-variants-item .form-control-select {
  width: 220px !important;
  height: 48px !important;
  border: 1px solid #dde3ec !important;
  border-radius: 10px !important;
  color: #273244 !important;
  background-color: #fff !important;
  padding: 0 16px !important;
}

/* CTA cotización */

body.page-product #rg-cotizacion-btn {
  /* width: 420px !important; */
  max-width: 100% !important;
  height: 48px !important;
  margin-top: 20px !important;
  background: #005fff !important;
  border: 1px solid #005fff !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

body.page-product #rg-cotizacion-btn:hover {
  background: #0046c9 !important;
  border-color: #0046c9 !important;
  transform: translateY(-1px);
}

/* Tabs */

body.page-product .tabs-container {
  background: #f7f8fa !important;
  border-radius: 22px !important;
  padding: 0 34px 34px !important;
  margin: 34px 0 54px !important;
  width: 100% !important;
  border: 1px solid #edf0f4 !important;
}

body.page-product .tabs-container .tabs.page-width {
  max-width: none !important;
  width: 100% !important;
}

body.page-product .tabs-container .nav.nav-tabs {
  display: flex !important;
  justify-content: center !important;
  gap: 42px !important;
  border-bottom: 1px solid #dfe4eb !important;
  margin: 0 0 28px !important;
  padding: 0 !important;
}

body.page-product .tabs-container .nav-item {
  list-style: none !important;
  margin: 0 !important;
}

body.page-product .tabs-container .nav-link {
  display: block !important;
  padding: 18px 0 13px !important;
  border: 0 !important;
  background: transparent !important;
  color: #4e596a !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

body.page-product .tabs-container .nav-link .h5 {
  font-size: 13px !important;
  font-weight: 700 !important;
  margin: 0 !important;
}

body.page-product .tabs-container .nav-link.active {
  color: #0b2348 !important;
  border-bottom: 3px solid #005fff !important;
}

/* Acá sí: contenido real del tab */

body.page-product .tabs-container .tab-content {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

body.page-product .tabs-container .tab-pane {
  background: transparent !important;
  padding: 0 42px 8px !important;
  color: #4b5565 !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
}

body.page-product .tabs-container .tab-pane p {
  margin: 0 !important;
}

body.page-product .tabs-container .tab-pane .product-description {
  display: block !important;
  max-width: 850px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #4b5565 !important;
  line-height: 1.65 !important;
}

/* Tarifas */

body.page-product .wk-tarifas-programa {
  margin-top: 0 !important;
}

body.page-product .wk-tarifas-title {
  color: #005fff !important;
  font-size: 25px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  margin: 0 0 16px !important;
  letter-spacing: .01em !important;
}

body.page-product .wk-tarifas-list {
  display: block !important;
}

body.page-product .wk-tarifa-card {
  display: grid !important;
  grid-template-columns: 190px 1fr auto !important;
  align-items: center !important;
  gap: 18px !important;
  background: #fff !important;
  border: 1px solid #e3e8f0 !important;
  border-radius: 14px !important;
  padding: 14px !important;
  box-shadow: 0 8px 22px rgba(15, 35, 75, 0.05) !important;
}

body.page-product .wk-tarifa-media {
  overflow: hidden !important;
  border-radius: 10px !important;
}

body.page-product .wk-tarifa-img {
  width: 100% !important;
  height: 108px !important;
  object-fit: cover !important;
  display: block !important;
}

body.page-product .wk-tarifa-name {
  color: #005fff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  margin: 0 0 6px !important;
}

body.page-product .wk-tarifa-ref {
  color: #7b8493 !important;
  font-size: 13px !important;
  margin-bottom: 8px !important;
}

body.page-product .wk-tarifa-days {
  color: #182336 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  margin-bottom: 8px !important;
}

body.page-product .wk-current-price span {
  color: #1d2738 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}

body.page-product .wk-btn-consultar {
  min-width: 104px !important;
  height: 42px !important;
  padding: 0 18px !important;
  background: #0b2348 !important;
  border: 0 !important;
  border-radius: 9px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

/* Responsive */

@media (max-width: 991px) {
  body.page-product #main .product-container.product-page-col {
    flex-direction: column !important;
    gap: 20px !important;
  }

  body.page-product #product-images-cont img,
  body.page-product .images-container img {
    height: 300px !important;
  }

  body.page-product .product-info-section {
    padding: 10px 0 0 !important;
  }

  body.page-product .tabs-container {
    padding: 0 18px 24px !important;
  }

  body.page-product .tabs-container .nav.nav-tabs {
    justify-content: flex-start !important;
    gap: 22px !important;
    overflow-x: auto !important;
  }

  body.page-product .tabs-container .tab-pane {
    padding: 0 4px 8px !important;
  }

  body.page-product .wk-tarifa-card {
    grid-template-columns: 120px 1fr !important;
  }

  body.page-product .wk-tarifa-cta {
    grid-column: 1 / -1 !important;
  }

  body.page-product .wk-btn-consultar {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  body.page-product .page-width.main-content {
    margin: 18px auto 30px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  body.page-product .product-info-section h1.h1 {
    font-size: 25px !important;
  }

  body.page-product .current-price .normal-price {
    font-size: 24px !important;
  }

  body.page-product .wk-tarifa-card {
    grid-template-columns: 1fr !important;
  }

  body.page-product .wk-tarifa-img {
    height: 150px !important;
  }
}

#header .page-width, #footer .page-width, #main-content .page-width, body .elementor-section.elementor-section-boxed > .elementor-container, #header .pk-sub-menu .elementor {
    max-width: 1310px;
}

.elementor-20010000 .elementor-element.elementor-element-429cef3 > .elementor-container {
    max-width: 1310px;
}

.elementor-20010000 .elementor-element.elementor-element-f30cfae > .elementor-container {
    max-width: 1310px;
}

.elementor-60010000 .elementor-element.elementor-element-46b5fd3a {
    padding: 0px 0px 0px 0px;
}

.elementor-element.elementor-element-46b5fd3a.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
    background-color: #04254e;
}

.elementor-element.elementor-element-1b585164.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
    display: none !important;
}

.elementor-60010000 .elementor-element.elementor-element-23e2b3ba {
    border-style: none;
    border-width: none;
    border-color: none;
    transition: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #3986fe;
}

.elementor-60010000 .elementor-element.elementor-element-23e2b3ba {
    border-style: none;
    border-width: none;
    border-color: none;
    transition: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    background-color: #04254e;
}

/* =========================================================
   SUBCATEGORIAS - AJUSTE FINAL LIMPIO
   ========================================================= */

/* Título de página (no gigante) */

.elementor-widget-pkcategorytitle .category-title,
.elementor-widget-pkcategorytitle .h1.category-title{
  font-family: inherit !important;
  font-size: 26px !important;
  line-height: 1.08 !important;
  font-weight: 700 !important;
  color: #123764 !important;
  margin: 4px 0 16px !important;
  letter-spacing: -0.01em !important;
}

/* Grilla */

.elementor-widget-pkcategorysubcategories .pk-ce-widget-wrapper .pk-ce-widget.view_grid.pk-flex{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:14px !important;
  align-items:stretch !important;
}

/* 2 items => 50/50 */

.elementor-widget-pkcategorysubcategories .pk-ce-widget-wrapper .pk-ce-widget.view_grid.pk-flex:has(> figure.pk-subcategory:first-child:nth-last-child(2)){
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}

/* 3 items => 33/33/33 */

.elementor-widget-pkcategorysubcategories .pk-ce-widget-wrapper .pk-ce-widget.view_grid.pk-flex:has(> figure.pk-subcategory:first-child:nth-last-child(3)){
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}

/* Card */

.elementor-widget-pkcategorysubcategories figure.pk-subcategory{
  margin:0 !important;
  border:0px solid #2f67e8 !important;
  border-radius:14px !important;
  overflow:hidden !important;
  background:#fff !important;
  box-shadow:none !important;
  min-height:0 !important;
}

/* Link contenedor */

.elementor-widget-pkcategorysubcategories figure.pk-subcategory > a.subcategory-image{
  display:flex !important;
  flex-direction:column !important;
  min-height:0 !important;
  text-decoration:none !important;
  background:#fff !important;
}

/* Imagen más chica */

.elementor-widget-pkcategorysubcategories figure.pk-subcategory > a.subcategory-image > span{
  display:block !important;
  width:100% !important;
  height:125px !important;
  min-height:125px !important;
  max-height:125px !important;
  flex:0 0 125px !important;
  overflow:hidden !important;
  background:#eef3f9 !important;
}

.elementor-widget-pkcategorysubcategories figure.pk-subcategory > a.subcategory-image > span > img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
}

/* Franja azul + texto centrado */

.elementor-widget-pkcategorysubcategories .pk-subcategory-text{
  min-height:56px !important;
  padding:10px 12px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  background:#0f4f8f !important;
}

.elementor-widget-pkcategorysubcategories .pk-subcategory-text .figcaption{
  margin:0 !important;
  font-family:inherit !important;
  font-size:15px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  color:#ffffff !important;
  letter-spacing:0 !important;
  text-align: center !important;
}

/* Hover suave */

.elementor-widget-pkcategorysubcategories figure.pk-subcategory{
  transition:transform .18s ease, box-shadow .18s ease !important;
}

.elementor-widget-pkcategorysubcategories figure.pk-subcategory:hover{
  transform:translateY(-2px) !important;
  box-shadow:0 8px 16px rgba(15,79,143,.18) !important;
}

/* Responsive */

@media (max-width:1199px){
  .elementor-widget-pkcategorysubcategories .pk-ce-widget-wrapper .pk-ce-widget.view_grid.pk-flex{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
}

@media (max-width:900px){
  .elementor-widget-pkcategorysubcategories .pk-ce-widget-wrapper .pk-ce-widget.view_grid.pk-flex{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}

@media (max-width:575px){
  .elementor-widget-pkcategorysubcategories .pk-ce-widget-wrapper .pk-ce-widget.view_grid.pk-flex{
    grid-template-columns:1fr !important;
  }
}

/* =========================================================
   REFINAMIENTO FINAL CARDS
   ========================================================= */

/* IMAGEN: menos altura para balancear */

.elementor-widget-pkcategorysubcategories .subcategory-image > span {
  height: 190px !important;
  flex-basis: 190px !important;
}

/* IMAGEN: evitar cortes agresivos */

.elementor-widget-pkcategorysubcategories .subcategory-image img {
  object-fit: cover !important;
  object-position: center center !important;
}

/* TEXTO CONTENEDOR */

.elementor-widget-pkcategorysubcategories .pk-subcategory-text {
  padding: 14px 18px 16px !important;
  min-height: 70px !important;
}

/* TÍTULO: más chico, más fino */

.elementor-widget-pkcategorysubcategories .figcaption {
  font-size: 15px !important;
  font-weight: 400 !important; /* sin bold */
  color: #03254e !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
}

/* HOVER MÁS SUTIL */

.elementor-widget-pkcategorysubcategories .pk-subcategory:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 30px rgba(10, 35, 70, 0.12) !important;
}

/* TITULO PRINCIPAL */

.elementor-widget-pkcategorytitle .category-title {
  color: #03254e !important;
  font-weight: 500 !important;
}

/* Borra una barra vacía en la home */

.elementor-element.elementor-element-3f8f79c.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
    display: none;
}

.elementor-49010000 .elementor-element.elementor-element-7df6c05b > .elementor-container {
      max-width: 1310px;
}

.elementor-49010000 .elementor-element.elementor-element-ba9e19e > .elementor-container {
   max-width: 1310px;
}

.elementor-49010000 .elementor-element.elementor-element-ba9e19e:not(.elementor-motion-effects-element-type-background), .elementor-49010000 .elementor-element.elementor-element-ba9e19e > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #edebe8;
}

main#main-content {
    background-color: #f5f2f0;
}

.elementor-49010000 .elementor-element.elementor-element-1e8472f4 {
    padding: 020px 0px 050px 0px;
    background-color: #edebe8;
}

/* Achica estrellas */

.emoji{
  font-size: 0.6em;
  letter-spacing: 0.2em;
}

/* ===== Breadcrumb estilo limpio ===== */

.breadcrumb{
  background: transparent;
  padding: 10px 0;
  font-size: 15px;
}

.breadcrumb ol{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb li{
  display: flex;
  align-items: center;
}

/* links intermedios */

.breadcrumb a{
  color: #0b5ed7;
  text-decoration: none;
  font-weight: 500;
  transition: color .2s ease;
}

.breadcrumb a:hover{
  color: #084298;
  text-decoration: underline;
}

/* separador */

.breadcrumb li + li::before{
  content: "›";
  margin: 0 8px;
  color: #999;
  font-size: 14px;
}

/* último item */

.breadcrumb li:last-child span{
  color: #333;
  font-weight: 500;
  pointer-events: none;
}

/* ajuste responsive */

@media (max-width: 768px){
  .breadcrumb{
    font-size: 14px;
  }
  
  .breadcrumb li + li::before{
    margin: 0 5px;
  }
}

.breadcrumb {
    background: transparent;
    padding: 0px;
    font-size: 14px;
        margin-top: 15px;
}

/* =========================
   GALERIA FOTOS TIPO  EDITORIAL 
   ========================= */

/* CSS Document */

/* ===================== */

/* === ELEMENTOR MENU === */

/* ===================== */

/* Íconos del menú principal */

/* Íconos específicos */

/* Color de sección azul */

/* ===================== */

/* === TARJETAS DE PRODUCTO === */

/* ===================== */

/* Contenedor principal */

/* Imagen del producto */

/* Cuerpo descriptivo */

/* Duración */

/* Título */

.product-miniature .product-title a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.0rem;
  color: #074696 !important;
  text-decoration: none;
  margin-bottom: 5px;
  min-height: 70px;
}

.pm-details-layout4 #main-content .view_grid .product-description .product-title {
    order: 1;
    margin-bottom: 0px !important;
}

/* Descripción */

/* Estrellas */

/* Línea horizontal entre descripción y precio */

.product-miniature .short-desc::after {
  content: "";
  display: block;
  height: 2px;
  background: #e5e5e5;
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.product-price-and-shipping .price {
    background: #fcbd18;
    display: inline-block;
    padding: 0px;
    margin-right: 15px;
    padding-top: 1px;
}

.product-miniature .product-price-and-shipping .price {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.0rem;
    color: #3985fe !important;
    margin-bottom: 0px;
}

/* Orden visual */

/* ===================== */

/* === LIMPIEZA GLOBAL === */

/* ===================== */

/* === FIX DEFINITIVO PARA BORDE INDESEADO === */

/* ===================== */

/* === RESPONSIVE === */

/* ===================== */

/* ===================== */

/* === PAGINA DE PRODUCTO === */

/* ===================== */

/* =========================================================
   PRODUCT PAGE PATCH - COSTA AZUL / ALYSUM
   Solo clases reales del HTML actual
   ========================================================= */

/* Contenedor blanco general */

/* Producto superior */

/* Imagen */

/* Flag nuevo */

/* Columna de información */

/* Tabs */

body.page-product .tabs-container {
  background: #f7f8fa !important;
  border-radius: 22px !important;
  padding: 0 34px 34px !important;
  margin: 0px !important;
    margin-top: -90px !important;
  width: 100% !important;
  border: 1px solid #edf0f4 !important;
}

/* Acá sí: contenido real del tab */

/* Tarifas */

/* Responsive */

/* =========================================================
   CATEGORY SUBCATEGORIES - CARD NUEVA LIMPIA
   ========================================================= */

/* Grid real */

.elementor-widget-pkcategorysubcategories .pk-ce-widget.pk-flex {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: stretch !important;
}

/* Card */

.elementor-widget-pkcategorysubcategories .pk-subcategory {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  box-shadow: 0 14px 34px rgba(10, 35, 70, 0.10) !important;
  border: 1px solid rgba(0, 95, 255, 0.08) !important;
  transition: transform .22s ease, box-shadow .22s ease !important;
}

/* Link como contenedor vertical */

.elementor-widget-pkcategorysubcategories .pk-subcategory > a.subcategory-image {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 300px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  overflow: hidden !important;
}

/* Quitar cualquier pseudo viejo/flecha/stroke */

.elementor-widget-pkcategorysubcategories .pk-subcategory *,
.elementor-widget-pkcategorysubcategories .pk-subcategory *::before,
.elementor-widget-pkcategorysubcategories .pk-subcategory *::after {
  box-shadow: none !important;
  text-shadow: none !important;
}

.elementor-widget-pkcategorysubcategories .pk-subcategory::before,
.elementor-widget-pkcategorysubcategories .pk-subcategory::after,
.elementor-widget-pkcategorysubcategories .subcategory-image::before,
.elementor-widget-pkcategorysubcategories .subcategory-image::after,
.elementor-widget-pkcategorysubcategories .pk-subcategory-text::before,
.elementor-widget-pkcategorysubcategories .pk-subcategory-text::after,
.elementor-widget-pkcategorysubcategories .figcaption::before,
.elementor-widget-pkcategorysubcategories .figcaption::after {
  content: none !important;
  display: none !important;
}

/* Imagen ocupa todo el espacio visual superior */

.elementor-widget-pkcategorysubcategories .subcategory-image > span {
  display: block !important;
  width: 100% !important;
  height: 210px !important;
  overflow: hidden !important;
  flex: 0 0 210px !important;
  background: #e8eef7 !important;
}

.elementor-widget-pkcategorysubcategories .subcategory-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  transform: none !important;
}

/* Bloque de texto limpio */

.elementor-widget-pkcategorysubcategories .pk-subcategory-text {
    position: static !important;
    display: flex !important;
    align-items: center !important;
    /* justify-content: flex-start !important; */
    flex: 1 1 auto !important;
    width: 100% !important;
    min-height: 86px !important;
    padding: 18px 20px !important;
    background: #104990 !important;
    /* border: 0 !important; */
    /* text-align: center !important; */
}

/* Título azul, sin recuadro */

.elementor-widget-pkcategorysubcategories .figcaption {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #005fff !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.02em !important;
  text-align: left !important;
}

/* Hover */

.elementor-widget-pkcategorysubcategories .pk-subcategory:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 20px 46px rgba(10, 35, 70, 0.16) !important;
}

.elementor-widget-pkcategorysubcategories .pk-subcategory:hover img {
  transform: scale(1.04) !important;
  transition: transform .35s ease !important;
}

/* Título de categoría */

.elementor-widget-pkcategorytitle .category-title {
  color: #005fff !important;
}

/* Responsive */

@media (max-width: 1199px) {
  .elementor-widget-pkcategorysubcategories .pk-ce-widget.pk-flex {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .elementor-widget-pkcategorysubcategories .pk-ce-widget.pk-flex {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }

  .elementor-widget-pkcategorysubcategories .subcategory-image > span {
    height: 165px !important;
    flex-basis: 165px !important;
  }

  .elementor-widget-pkcategorysubcategories .figcaption {
    font-size: 17px !important;
  }
}

@media (max-width: 480px) {
  .elementor-widget-pkcategorysubcategories .pk-ce-widget.pk-flex {
    grid-template-columns: 1fr !important;
  }
}

#search_widget input[type='text'], #search_widget_mobile input[type='text'] {
    width: 100%;
    max-width: 488px;
    line-height: 20px;
    padding: 9px 20px;
    border-radius: 20px;
    margin: 0;
    border: 1px solid #785656;
    float: right;
    color: inherit;
    font-size: 14px;
    font-family: Roboto, Arial;
    letter-spacing: 0.025em;
}

.pk-fixed-bottom.pk-fixed-bottom-right.flex-container.fixed.cp.justify-content-left {
    display: none !important;
}

.elementor-60010000 .elementor-element.elementor-element-58ae246 .elementor-image img {

    max-width: 170px;

}

.elementor-widget-pkcategorysubcategories .subcategory-image > span{
  height:125px !important;
  overflow:hidden !important;
}

.elementor-widget-pkcategorysubcategories .subcategory-image > span > img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
}

div#view_magic {
    display: none;
}

div#view_grid3 {
    display: none;
}

div#view_grid6 {
    display: none;
}

/* =========================================================
   REFINAMIENTO FINAL CARDS
   ========================================================= */

/* IMAGEN: menos altura para balancear */

/* IMAGEN: evitar cortes agresivos */

/* TEXTO CONTENEDOR */

.elementor-widget-pkcategorysubcategories .pk-subcategory-text {
    padding: 14px 18px 16px !important;
    min-height: 50px !important;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0px;
}

/* TÍTULO: más chico, más fino */

/* HOVER MÁS SUTIL */

/* TITULO PRINCIPAL */

/* Borra una barra vacía en la home */

/* Achica estrellas */

/* ===== Breadcrumb estilo limpio ===== */

/* links intermedios */

/* separador */

/* último item */

/* ajuste responsive */

/* =========================
   GALERIA FOTOS TIPO  EDITORIAL 
   ========================= */

/*  body#product #main .product-container.product-page-col {
 gap: 24px;
 }*/

#main {
    padding: 0px !important;
}

@media (min-width: 992px) {
  body#product #main .product-container.product-page-col {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr);
    align-items: start;
  }

  body#product #main .product-container.product-page-col > .col-md-6,
  body#product #main .product-container.product-page-col > .col-md-6.product-info-section {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    float: none !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}

body#product #product-images-cont {
  --rg-gap: 8px;
  --rg-top-height: clamp(300px, 34vw, 470px);
  --rg-thumb-height: clamp(82px, 8.8vw, 132px);
}

body#product #product-images-cont:not(.rg-gallery-ready) .pp-img-carousel {
  display: block;
}

body#product #product-images-cont.rg-gallery-ready .pp-img-carousel {
  display: none !important;
}

body#product #product-images-cont .rg-mosaic-gallery {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  grid-template-rows:
    calc((var(--rg-top-height) - var(--rg-gap)) / 2)
    calc((var(--rg-top-height) - var(--rg-gap)) / 2)
    var(--rg-thumb-height);
  grid-template-areas:
    "main side-top"
    "main side-bottom"
    "thumbs thumbs";
  gap: var(--rg-gap);
  margin-bottom: 18px;
}

body#product #product-images-cont .rg-mosaic-main,
body#product #product-images-cont .rg-mosaic-side,
body#product #product-images-cont .rg-mosaic-thumb {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: #eef2f7;
}

body#product #product-images-cont .rg-mosaic-main {
  grid-area: main;
  border-radius: 18px 0 0 18px;
}

body#product #product-images-cont .rg-mosaic-side-top {
  grid-area: side-top;
  border-radius: 0 18px 0 0;
}

body#product #product-images-cont .rg-mosaic-side-bottom {
  grid-area: side-bottom;
  border-radius: 0 0 18px 0;
}

body#product #product-images-cont .rg-mosaic-bottom {
  grid-area: thumbs;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: var(--rg-gap);
}

body#product #product-images-cont .rg-mosaic-bottom .rg-mosaic-thumb:first-child {
  border-radius: 0 0 0 18px;
}

body#product #product-images-cont .rg-mosaic-bottom .rg-mosaic-thumb:last-child {
  border-radius: 0 0 18px 0;
}

body#product #product-images-cont .rg-mosaic-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body#product #product-images-cont .rg-mosaic-more::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 28, 0.42);
}

body#product #product-images-cont .rg-mosaic-more-badge {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

@media (max-width: 991px) {
  body#product #product-images-cont {
    --rg-thumb-height: auto;
  }

  body#product #product-images-cont .rg-mosaic-gallery {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "main"
      "side-top"
      "side-bottom"
      "thumbs";
  }

  body#product #product-images-cont .rg-mosaic-main {
    aspect-ratio: 1.35 / 1;
    border-radius: 16px;
  }

  body#product #product-images-cont .rg-mosaic-side-top,
  body#product #product-images-cont .rg-mosaic-side-bottom {
    aspect-ratio: 1.2 / 1;
    border-radius: 16px;
  }

  body#product #product-images-cont .rg-mosaic-bottom {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body#product #product-images-cont .rg-mosaic-thumb {
    aspect-ratio: 1 / 1;
    border-radius: 12px !important;
  }
}

@media (max-width: 575px) {
  body#product #product-images-cont .rg-mosaic-bottom {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

body#product {
  --rg-brand-dark: #123764;
  --rg-brand-blue: #2182d8;
  --rg-white: #ffffff;
}

/* Reset: no tocar estructura del modal nativo */

body#product #product-modal .modal-dialog,
body#product #product-modal .modal-content,
body#product #product-modal .modal-header,
body#product #product-modal .modal-body,
body#product #product-modal figure.relative,
body#product #product-modal #thumbnails {
  all: revert;
}

.modal-header.flex-container.align-items-center.m-0 {
    text-align: center !important;
    color: #264770 !important;
    font-weight: 500 !important;
}

/* Solo pequeños ajustes visuales seguros */

body#product #product-modal .modal-body {
  position: relative;
}

body#product #product-modal .image-caption,
body#product #product-modal #product-description-short,
body#product #product-modal #product-description-short p,
body#product #product-modal figcaption {
  display: none !important;
}

/* Flechas nuevas */

body#product #product-modal .rg-modal-arrow {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  color: var(--rg-white);
  background: rgba(18, 55, 100, 0.92);
  box-shadow: 0 10px 28px rgba(18, 55, 100, 0.22);
  transition: background 0.2s ease, transform 0.2s ease;
}

body#product #product-modal .rg-modal-arrow:hover {
  background: var(--rg-brand-blue);
  transform: translateY(-50%) scale(1.05);
}

body#product #product-modal .rg-modal-prev {
  left: 22px;
}

body#product #product-modal .rg-modal-next {
  right: 22px;
}

/* Cruz */

body#product #product-modal .close-modal {
  position: fixed;
  top: 18px;
  right: 18px;
  z-index: 100000;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(18, 55, 100, 0.92);
  color: var(--rg-white);
  opacity: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}

body#product #product-modal .close-modal:hover {
  background: var(--rg-brand-blue);
  transform: scale(1.05);
}

body#product #product-modal .close-modal svg,
body#product #product-modal .close-modal .svgic {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Mobile */

@media (max-width: 767px) {
  body#product #product-modal .rg-modal-arrow {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  body#product #product-modal .rg-modal-prev {
    left: 10px;
  }

  body#product #product-modal .rg-modal-next {
    right: 10px;
  }

  body#product #product-modal .close-modal {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

.modal-dialog

 {
    padding: 20px !important;
}

div#product-modal {
    border-radius: 10px !important;
}

/* =========================
   Pastilla producto en sección
   ========================= */

.product-miniature .hook-reviews::before {
display: none !important;
}

.pm-details-layout4 #main-content .view_grid .product-description .hook-reviews {
    order: 1;
    color: #687281;
    font-size: 14px;
    text-transform: lowercase;
}

.pm-details-layout4 #main-content .view_grid .product-description .product-price-and-shipping {
    order: 2 !important;
    margin-top: -5px;
    margin-bottom: -5px;
}

/* =========================
   TARIFAS DEL PROGRAMA
   LIMPIO Y UNICO (sin duplicados)
   ========================= */

.page-width.product-footer .wk-tarifas-programa {
  --costa-dark: #123764;
  --costa-blue: #2f5fe8;
  --costa-muted: #6f7d90;
  --costa-text: #1f2d3d;
  --costa-border: #d9e2ef;
  --costa-bg: #f8fafd;
}

/* Título */

.page-width.product-footer .wk-tarifas-title {
  margin: 0 0 14px !important;
  font-size: clamp(24px, 1.8vw, 32px) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  color: var(--costa-dark) !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.page-width.product-footer .wk-tarifas-title::after {
  content: none !important;
  display: none !important;
}

/* Card */

.page-width.product-footer .wk-tarifa-card {
  display: grid !important;
  grid-template-columns: 230px minmax(0, 1fr) 500px !important;
  align-items: center !important;
  gap: 20px !important;
  padding: 16px !important;
  border: 1px solid var(--costa-border) !important;
  border-radius: 18px !important;
  background: var(--costa-bg) !important;
  box-shadow: none !important;
  margin-bottom: 20px;
}

/* Cards producto: acotar descripción larga */

.product-miniature .short-desc.product-description-short.shown{
  margin-bottom: 0px;
}

.product-miniature .short-desc.product-description-short.shown p{
  display: -webkit-box;
  -webkit-line-clamp: 3;      /* 2 o 3 líneas según prefieras */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.45;
  max-height: calc(1.45em * 3);
  margin: 0 !important;
}

/* Oculta párrafos vacíos o extra dentro del short-desc */

.product-miniature .short-desc.product-description-short.shown p:not(:first-child){
  display: none !important;
}

/* Imagen */

.page-width.product-footer .wk-tarifa-img {
  width: 100% !important;
  height: 130px !important;
  object-fit: cover !important;
  border-radius: 12px !important;
}

/* Cuerpo */

.page-width.product-footer .wk-tarifa-body {
  min-width: 0 !important;
  display: grid !important;
  gap: 6px !important;
}

.page-width.product-footer .wk-tarifa-name {
  margin: 0 !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: var(--costa-dark) !important;
}

.page-width.product-footer .wk-tarifa-ref {
  margin: 0 !important;
  font-size: 16px !important;
  color: #3986fe !important;
  font-weight: 600 !important;
}

.page-width.product-footer .wk-tarifa-days {
  margin: 0 !important;
  font-size: 14px !important;
  color: var(--costa-text) !important;
  font-weight: 700 !important;
}

.page-width.product-footer .wk-current-price span {
  font-size: 40px !important;
  line-height: 1 !important;
  color: var(--costa-dark) !important;
}

/* CTA */

.page-width.product-footer .wk-tarifa-cta {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
}

.page-width.product-footer .wk-btn-consultar {
    min-width: 160px !important;
    height: 44px !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 99px !important;
    background: #005fff !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 0;
    /* text-transform: capitalize !important; */
}

.page-width.product-footer .wk-btn-consultar:hover {
  background: #1a4b86 !important;
}

/* Responsive */

@media (max-width: 991px) {
  .page-width.product-footer .wk-tarifa-card {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }
  .page-width.product-footer .wk-tarifa-img {
    height: 180px !important;
  }
  .page-width.product-footer .wk-btn-consultar {
    width: 100% !important;
  }
}

/* Ajuste fino de escala - Tarifas */

.page-width.product-footer .wk-tarifas-title::after{
  font-size: 22px !important;
}

.page-width.product-footer .wk-tarifa-name{
  font-size: 18px !important;
  line-height: 1.2 !important;
}

.page-width.product-footer .wk-tarifa-ref{
  font-size: 18px !important;
}

.page-width.product-footer .wk-tarifa-days{
  font-size: 12px !important;
 display: none !important;
}

.page-width.product-footer .wk-current-price span{
  font-size: 20px !important;
}

page-width.product-footer .wk-btn-consultar {
    min-width: 128px !important;
    height: 42px !important;
    font-size: 13px !important;
    border-radius: 9999px !important;
    background-color: #005fff !important;
}

/* ===== BOTONES CONSULTA / WHATSAPP (COMPLETO) ===== */

#rg-cotizacion-btn,
#rg-whatsapp-btn{
  all: unset;
  box-sizing: border-box !important;
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  border-radius: 999px !important;
  padding: 0 !important;
  margin: 0 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #fff !important;
  text-align: center !important;
  white-space: nowrap !important;

  border: 0 !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

/* Colores */

#rg-cotizacion-btn{
  background: #2f67e8 !important;
}

#rg-whatsapp-btn{
  background: #32cc65 !important;
  margin-top: 12px !important;
}

/* Hover */

#rg-cotizacion-btn:hover{
  background: #2659d6 !important;
  color: #fff !important;
}

#rg-whatsapp-btn:hover{
  background: #2bb65a !important;
  color: #fff !important;
}

/* Reset de internos para que no rompan tamaños */

#rg-cotizacion-btn *,
#rg-whatsapp-btn *{
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}

/* Icono WA */

#rg-whatsapp-btn .rg-wa-icon,
#rg-whatsapp-btn .fa-whatsapp{
  font-size: 20px !important;
  line-height: 1 !important;
  margin: 0 !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

/* =========================================================
   GALERÍA PRODUCTO - COVER PRO (fotos de cualquier proporción)
   ========================================================= */

/* FIX MINIMO GALERIA MOSAICO: cover sin romper layout */

body#product #product-images-cont .rg-mosaic-gallery img{
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  display: block !important;
}

/* cada celda recorta correctamente */

body#product #product-images-cont .rg-mosaic-main,
body#product #product-images-cont .rg-mosaic-side-top,
body#product #product-images-cont .rg-mosaic-side-bottom,
body#product #product-images-cont .rg-mosaic-thumb{
  overflow: hidden !important;
}

/* Precio + botón link en cards */

#js-product-list .product-price-and-shipping{
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
}

/* =========================================================
   GALERÍA PRODUCTO - MOSAICO RESPONSIVO POR CANTIDAD
   Evita filas vacías cuando el paquete tiene pocas fotos.
   ========================================================= */

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-1 {
  grid-template-columns: 1fr !important;
  grid-template-rows: var(--rg-top-height) !important;
  grid-template-areas: "main" !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-1 .rg-mosaic-main {
  border-radius: 18px !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-2 {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) !important;
  grid-template-rows: var(--rg-top-height) !important;
  grid-template-areas: "main side-top" !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-2 .rg-mosaic-main {
  border-radius: 18px 0 0 18px !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-2 .rg-mosaic-side-top {
  border-radius: 0 18px 18px 0 !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-3 {
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) !important;
  grid-template-rows:
    calc((var(--rg-top-height) - var(--rg-gap)) / 2)
    calc((var(--rg-top-height) - var(--rg-gap)) / 2) !important;
  grid-template-areas:
    "main side-top"
    "main side-bottom" !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-3 .rg-mosaic-main {
  border-radius: 18px 0 0 18px !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-4 {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  grid-template-rows:
    calc((var(--rg-top-height) - var(--rg-gap)) / 2)
    calc((var(--rg-top-height) - var(--rg-gap)) / 2) !important;
  grid-template-areas:
    "main side-top"
    "side-bottom thumbs" !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-4 .rg-mosaic-main {
  border-radius: 18px 0 0 0 !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-4 .rg-mosaic-side-top {
  border-radius: 0 18px 0 0 !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-4 .rg-mosaic-side-bottom {
  border-radius: 0 0 0 18px !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-4 .rg-mosaic-bottom {
  display: contents !important;
}

body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-4 .rg-mosaic-bottom .rg-mosaic-thumb:first-child {
  grid-area: thumbs !important;
  border-radius: 0 0 18px 0 !important;
}

@media (max-width: 991px) {
  body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-1,
  body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-2,
  body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-3,
  body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-4 {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
    grid-template-areas:
      "main"
      "side-top"
      "side-bottom"
      "thumbs" !important;
  }

  body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-4 .rg-mosaic-bottom {
    display: grid !important;
  }
}

#js-product-list .product-price-and-shipping .rg-price-wrap{
  min-width: 0;
}

#js-product-list .product-price-and-shipping .price{
  margin: 0 !important;
  color: #015efb !important;
  font-weight: 700 !important;
}

/* botón circular + */

#js-product-list .rg-card-link{
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: 2px solid #4d7dff;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #4d7dff;
  line-height: 1;
  transition: all .2s ease;
}

#js-product-list .rg-card-link span{
  font-size: 34px;
  line-height: 1;
  transform: translateY(-1px);
}

#js-product-list .rg-card-link:hover{
  background: #4d7dff;
  color: #fff;
}

.pm-actions.show-on-hover.scale-on-hover {
    display: none;
}

/* MENU PRINCIPAL */

/* =========================================================
   MENU COSTA - FINAL
   1) iconos en líneas
   2) azul base
   3) azul claro hover
   4) blanco activo
   + animación suave dropdown
   ========================================================= */

/* ===== MENU DISEÑO BASE (previo a iconos dinámicos) ===== */

/* =========================================================
   MENU COSTA - DINAMICO CON MINIATURA (BLOQUE COMPLETO)
   ========================================================= */

.elementor-shortcode .ps_mainmenu{
  --base:#123764;
  --hover:#2f67e8;
  --activeBg:#ffffff;
  --activeText:#2f67e8;
  --text:#ffffff;

  --ddBg:#ffffff;
  --ddText:#123764;
  --ddHover:#eef4ff;
  --ddShadow:0 14px 30px rgba(8,22,48,.2);
}

.elementor-shortcode .ps_mainmenu .module-title{
  display:none !important;
}

.elementor-shortcode .ps_mainmenu ul{
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
}

.elementor-shortcode .ps_mainmenu a{
  text-decoration:none !important;
}

/* nivel principal en 1 línea */

.elementor-shortcode .ps_mainmenu .module-body > .menu > ul[data-depth="0"]{
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:8px !important;
  width:100% !important;
  overflow:visible !important;
}

.elementor-shortcode .ps_mainmenu ul[data-depth="0"] > li{
  position:relative;
  padding-bottom:10px; /* puente hover dropdown */
}

/* estado base */

.elementor-shortcode .ps_mainmenu ul[data-depth="0"] > li > a{
  display:inline-flex !important;
  letter-spacing: -0.2px;
  align-items:center !important;
  gap:8px !important;
  padding:8px !important;
  border-radius:999px !important;
  background:transparent !important; /* base sin fondo */
  color:var(--text) !important;
  font-size:15px !important;
  font-weight:500 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  transition:background .2s ease,transform .2s ease,color .2s ease !important;
}

/* hover */

.elementor-shortcode .ps_mainmenu ul[data-depth="0"] > li > a:hover{
  background:var(--hover) !important;
  color:#fff !important;
  transform:translateY(-1px);
}

/* activo */

.elementor-shortcode .ps_mainmenu ul[data-depth="0"] > li.current > a,
.elementor-shortcode .ps_mainmenu ul[data-depth="0"] > li > a[aria-current="page"]{
  background: #3986fe !important;
  color: #ffffff !important
}

/* icono dinámico (miniatura de categoría) */

.elementor-shortcode .ps_mainmenu .ca-menu-icon{
  width:14px;
  height:14px;
  object-fit:cover;
  border-radius:3px;
  flex:0 0 14px;
  display:inline-block;
  filter:brightness(0) invert(1); /* blanco en base/hover */
  opacity:.95;
}

.elementor-shortcode .ps_mainmenu ul[data-depth="0"] > li.current > a .ca-menu-icon,
.elementor-shortcode .ps_mainmenu ul[data-depth="0"] > li > a[aria-current="page"] .ca-menu-icon{
  filter:none; /* color original en activo blanco */
  opacity:1;
}

/* fallback */

.elementor-shortcode .ps_mainmenu .ca-menu-icon-fallback{
  width:12px;
  height:12px;
  border:1.6px solid currentColor;
  border-radius:50%;
  display:inline-block;
  flex:0 0 12px;
}

/* dropdown nivel 1 */

.elementor-shortcode .ps_mainmenu ul[data-depth="0"] > li > ul[data-depth="1"]{
  display:none !important;
  position:absolute;
  top:calc(100% - 2px);
  left:0;
  min-width:270px;
  padding:8px 0 !important;
  background:var(--ddBg);
  border-radius:12px;
  box-shadow:var(--ddShadow);
  z-index:9999;

  opacity:0;
  visibility:hidden;
  transform:translateY(8px) scale(.98);
  pointer-events:none;
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
}

.elementor-shortcode .ps_mainmenu ul[data-depth="0"] > li:hover > ul[data-depth="1"]{
  display:block !important;
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
  pointer-events:auto;
}

.elementor-shortcode .ps_mainmenu ul[data-depth="0"] > li:focus-within > ul[data-depth="1"]{
  display:block !important;
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
  pointer-events:auto;
}

.elementor-shortcode .ps_mainmenu ul[data-depth="1"] > li{
  position:relative;
}

.elementor-shortcode .ps_mainmenu ul[data-depth="1"] > li > a{
  display:block;
  padding:9px 14px !important;
  color:var(--ddText) !important;
  font-size:15px !important;
  font-weight:600 !important;
}

.elementor-shortcode .ps_mainmenu ul[data-depth="1"] > li > a:hover{
  background:var(--ddHover) !important;
}

/* dropdown nivel 2 */

.elementor-shortcode .ps_mainmenu ul[data-depth="1"] > li > ul[data-depth="2"]{
  display:none !important;
  position:absolute;
  top:0;
  left:calc(100% + 6px);
  min-width:270px;
  padding:8px 0 !important;
  background:#fff;
  border-radius:12px;
  box-shadow:var(--ddShadow);
  z-index:10000;

  opacity:0;
  visibility:hidden;
  transform:translateY(6px) scale(.98);
  pointer-events:none;
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
}

.elementor-shortcode .ps_mainmenu ul[data-depth="1"] > li:hover > ul[data-depth="2"]{
  display:block !important;
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
  pointer-events:auto;
}

.elementor-shortcode .ps_mainmenu ul[data-depth="1"] > li:focus-within > ul[data-depth="2"]{
  display:block !important;
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
  pointer-events:auto;
}

.elementor-shortcode .ps_mainmenu ul[data-depth="2"] > li > a{
  display:block;
  padding:9px 14px !important;
  color:var(--ddText) !important;
  font-size:13px !important;
  font-weight:600 !important;
}

.elementor-shortcode .ps_mainmenu ul[data-depth="2"] > li > a:hover{
  background:var(--ddHover) !important;
}

.elementor-shortcode .ps_mainmenu .ca-menu-icon {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 3px;
    /* margin-right: 7px; */
    display: inline-block;
    vertical-align: middle;
}

.elementor-shortcode .ps_mainmenu .ca-menu-label{
  vertical-align:middle;
}

/* Header menu overflow guard */
@media (max-width: 1024px) {
  .elementor-shortcode .ps_mainmenu,
  .elementor-shortcode .ps_mainmenu > ul,
  .elementor-shortcode .ps_mainmenu ul[data-depth="0"] {
    max-width: 100% !important;
  }

  .elementor-shortcode .ps_mainmenu ul[data-depth="0"] {
    flex-wrap: wrap !important;
    justify-content: center !important;
    row-gap: 8px !important;
    overflow: visible !important;
  }

  .elementor-shortcode .ps_mainmenu .module-body > .menu > ul[data-depth="0"] {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .elementor-shortcode .ps_mainmenu ul[data-depth="0"] > li {
    max-width: 100% !important;
  }
}

/* WhatsApp fixed con animación */

.ca-wa-float{
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 99999;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px 12px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg,#25D366,#1fb85b);
  color: #fff !important;
  text-decoration: none !important;
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 10px 28px rgba(20,120,60,.35);
  transform: translateZ(0);
  animation: caWaFloat 2.6s ease-in-out infinite;
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  pointer-events: auto;
  touch-action: manipulation;
}

.ca-wa-float:hover{
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 34px rgba(20,120,60,.45);
  filter: saturate(1.05);
}

.ca-wa-float:active{
  transform: translateY(0) scale(.98);
}

.ca-wa-icon{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  font-size: 0;
  line-height: 1;
}

.ca-wa-icon svg{
  display: block;
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.ca-wa-icon i{
  display: block;
  width: 21px;
  height: 21px;
  font-size: 0;
  font-style: normal;
  line-height: 1;
}

.ca-wa-icon i::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3C8.87 3 3.05 8.78 3.05 15.9c0 2.27.6 4.49 1.75 6.44L3 29l6.85-1.78a13.1 13.1 0 0 0 6.19 1.57c7.17 0 13-5.78 13-12.9C29.04 8.78 23.21 3 16.04 3Zm0 23.6c-1.93 0-3.82-.52-5.47-1.5l-.39-.23-4.06 1.06 1.08-3.93-.26-.4a10.55 10.55 0 0 1-1.64-5.7c0-5.9 4.82-10.7 10.74-10.7 5.93 0 10.75 4.8 10.75 10.7 0 5.9-4.82 10.7-10.75 10.7Zm5.9-8.02c-.32-.16-1.9-.93-2.2-1.04-.29-.1-.5-.16-.72.16-.21.32-.82 1.04-1 1.25-.19.22-.37.24-.69.08-.32-.16-1.35-.5-2.57-1.58-.95-.84-1.59-1.88-1.78-2.2-.18-.32-.02-.5.14-.66.14-.14.32-.37.48-.56.16-.18.21-.32.32-.53.1-.22.05-.4-.03-.56-.08-.16-.72-1.73-.98-2.37-.26-.62-.52-.54-.72-.55h-.61c-.22 0-.56.08-.85.4-.29.32-1.12 1.09-1.12 2.65 0 1.57 1.15 3.08 1.31 3.29.16.22 2.26 3.43 5.48 4.8.77.33 1.37.53 1.84.68.77.24 1.47.2 2.02.12.62-.09 1.9-.77 2.17-1.52.27-.74.27-1.38.19-1.52-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.04 3C8.87 3 3.05 8.78 3.05 15.9c0 2.27.6 4.49 1.75 6.44L3 29l6.85-1.78a13.1 13.1 0 0 0 6.19 1.57c7.17 0 13-5.78 13-12.9C29.04 8.78 23.21 3 16.04 3Zm0 23.6c-1.93 0-3.82-.52-5.47-1.5l-.39-.23-4.06 1.06 1.08-3.93-.26-.4a10.55 10.55 0 0 1-1.64-5.7c0-5.9 4.82-10.7 10.74-10.7 5.93 0 10.75 4.8 10.75 10.7 0 5.9-4.82 10.7-10.75 10.7Zm5.9-8.02c-.32-.16-1.9-.93-2.2-1.04-.29-.1-.5-.16-.72.16-.21.32-.82 1.04-1 1.25-.19.22-.37.24-.69.08-.32-.16-1.35-.5-2.57-1.58-.95-.84-1.59-1.88-1.78-2.2-.18-.32-.02-.5.14-.66.14-.14.32-.37.48-.56.16-.18.21-.32.32-.53.1-.22.05-.4-.03-.56-.08-.16-.72-1.73-.98-2.37-.26-.62-.52-.54-.72-.55h-.61c-.22 0-.56.08-.85.4-.29.32-1.12 1.09-1.12 2.65 0 1.57 1.15 3.08 1.31 3.29.16.22 2.26 3.43 5.48 4.8.77.33 1.37.53 1.84.68.77.24 1.47.2 2.02.12.62-.09 1.9-.77 2.17-1.52.27-.74.27-1.38.19-1.52-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ca-wa-text{
  white-space: nowrap;
  letter-spacing: .01em;
}

/* indicador online */

.ca-wa-dot{
  position: absolute;
  top: 8px;
  right: 10px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #e9ffef;
  box-shadow: 0 0 0 0 rgba(233,255,239,.85);
  animation: caWaPulse 1.8s infinite;
}

@keyframes caWaPulse{
  0%{ box-shadow: 0 0 0 0 rgba(233,255,239,.85); }
  70%{ box-shadow: 0 0 0 10px rgba(233,255,239,0); }
  100%{ box-shadow: 0 0 0 0 rgba(233,255,239,0); }
}

@keyframes caWaFloat{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(-3px); }
}

@media (max-width: 767px){
  .ca-wa-float{
    right: 14px;
    bottom: 14px;
    width: 62px;
    height: 62px;
    min-width: 62px;
    min-height: 62px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
    gap: 0;
  }
  .ca-wa-icon{
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .ca-wa-icon svg{
    width: 28px;
    height: 28px;
  }

  .ca-wa-icon i{
    width: 28px;
    height: 28px;
  }

  .ca-wa-text{
    display: none;
  }

  .ca-wa-dot{
    top: 10px;
    right: 10px;
  }
}

.elementor-20010000 .elementor-element.elementor-element-dc82a9f > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    margin-bottom: 30px;
}

.elementor-20010000 .elementor-element.elementor-element-82f3eba > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    margin-bottom: 33px;
}

.elementor-20010000 .elementor-element.elementor-element-1c165316.elementor-widget-heading .elementor-heading-title {
    color: #03254e;
    margin: 20px;
    font-size: 25px;
}

.elementor-20010000 .elementor-element.elementor-element-78bbd7d6.elementor-widget-heading .elementor-heading-title {
    color: #3887fe;
    margin: 20px;
}

/* Ocultar pestaña "Detalles del producto" */

.tabs-container .nav.nav-tabs .nav-link[href="#product-details"],
.tabs-container .nav.nav-tabs .nav-link[aria-controls="product-details"]{
  display: none !important;
}

/* Ocultar también el contenido del tab */

.tabs-container #product-details{
  display: none !important;
}

/* Marquesina newsletter: lenta y de derecha a izquierda */

.elementor-element.elementor-element-310d6b5c .elementor-widget-container{
  overflow: hidden !important;
  position: relative;
}

.elementor-element.elementor-element-310d6b5c .elementor-text-editor > div{
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  white-space: nowrap !important;
  padding-left: 0;
  animation: caMarqueeRTL 38s linear infinite;
  will-change: transform;
}

.elementor-element.elementor-element-310d6b5c .elementor-text-editor > div:hover{
  animation-play-state: paused;
}

@keyframes caMarqueeRTL{
  from { transform: translateX(100%); }
  to   { transform: translateX(-100%); }
}

.pk-search-widget .pk-search-results {
    width: 200%;
   
}

.product-brand {
    margin: 0px;
}

li.flex-container.smooth05 {
    padding: 1px;
    border-bottom: 1px solid;
}

.product-title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-family: "Montserrat";
    line-height: 1.188em;
    letter-spacing: 0em;
    text-transform: none;
    color: #060077 !important;
}

price {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    font-family: "Montserrat";
    line-height: 1.188em;
    letter-spacing: 0em;
    text-transform: none;
    color: #3986fe !important;
}

.product-variants {
    display: none;
}

body .btn {
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    font-family: "Montserrat";
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: none;
    color: #ffffff;
    border-radius: 99px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.wk-btn-consultar-wspp {
    display: inline-block;
    padding: 10px 18px !important;
    background-color: #25D366 !important;
    color: #fff;
    border-radius: 99px !important;
    text-decoration: none;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.3px !important;
    border-color: #25D366 !important;
    width: 300px !important;
    font-size: 15px;
}

.rg-product-title {
    margin: 4px 0 0 0;
    font-size: 1.25rem;
    color: #003dc9;
    text-align: center;
    padding-bottom: 15px;
}

.label, label {
    color: #00257b;
    font-size: 1.063rem;
    font-family: 'Montserrat';
    font-weight: 800;
}

.rg-modal-body input, .rg-modal-body textarea {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px;
    border: 1px solid #8c8c8c;
    border-radius: 8px;
}

/* Ajustes puntuales modulos Costa Azul */
.caz-reviews {
    background: #ebe6e3 !important;
margin-top: 0px !important;
}

.caz-banners {
    padding-top: 30px;
}


.elementor-element.elementor-element-3f8e6a63.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
    display: none !important;
}


.elementor-element.elementor-element-429cef3.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
    background-color: #e3dfd9;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.elementor-20010000 .elementor-element.elementor-element-f30cfae:not(.elementor-motion-effects-element-type-background), .elementor-20010000 .elementor-element.elementor-element-f30cfae > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: rgb(228 223 217);
    margin-bottom: 30px;
    margin-top: 30px;
}



.products-selection {
    gap: 30px;
    margin-bottom: 50px;
    display: none;
}


.caz-home-hero__title {
    color: #fff;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: clamp(35px, 3.4vw, 35px);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: .98;
    margin: 0;
    text-transform: none;
}
/* Categoria: cabecera integrada real, sin contenedores extra */
body#category.page-category main#main-content {
    background: #f5f2f0 !important;
}

/* Breadcrumb integrado al header */
body#category.page-category main#main-content .page-width.top-content {
    background: #183869 !important;
    box-shadow: 0 0 0 100vmax #183869;
    clip-path: inset(0 -100vmax);
    margin-bottom: 0 !important;
    padding-top: 18px !important;
    padding-bottom: 10px !important;
}

body#category.page-category main#main-content .breadcrumb {
    margin: 0 !important;
    padding: 0 !important;
}

body#category.page-category main#main-content .breadcrumb,
body#category.page-category main#main-content .breadcrumb a,
body#category.page-category main#main-content .breadcrumb li:last-child span,
body#category.page-category main#main-content .breadcrumb li + li::before {
    color: rgba(255, 255, 255, .86) !important;
}

/* Bloque título + subcategorías */
body#category.page-category .elementor-55010000 .elementor-element-731180ef {
    background: linear-gradient(180deg, #183869 0%, #3986fe 100%) !important;
    box-shadow: 0 0 0 100vmax #245aa6;
    clip-path: inset(0 -100vmax);
    margin: 0 !important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}

/* Título */
body#category.page-category .elementor-55010000 .elementor-element-731180ef .category-title {
    color: #ffffff !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 34px !important;
    text-shadow: 0 8px 24px rgba(0, 0, 0, .16);
}

/* Subcategorías sin caja contenedora */
body#category.page-category .elementor-widget-pkcategorysubcategories,
body#category.page-category .elementor-widget-pkcategorysubcategories .elementor-widget-container,
body#category.page-category .elementor-widget-pkcategorysubcategories .pk-ce-widget-wrapper {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Grilla */
body#category.page-category .elementor-widget-pkcategorysubcategories .pk-ce-widget.pk-flex {
    gap: 22px !important;
}

/* Cards subcategoría */
body#category.page-category .elementor-widget-pkcategorysubcategories .pk-subcategory {
    border: 0px solid rgba(255, 255, 255, .45) !important;
    border-radius: 18px !important;
    box-shadow: 0 18px 38px rgba(5, 29, 61, .24) !important;
    overflow: hidden !important;
}

/* Texto de subcategoría */
body#category.page-category .elementor-widget-pkcategorysubcategories .pk-subcategory-text {
    background: rgb(2 28 60) !important;
}

body#category.page-category .elementor-widget-pkcategorysubcategories .figcaption {
    color: #ffffff !important;
    font-weight: 400 !important;
}

/* Productos: arrancan limpios sobre fondo claro */
body#category.page-category .elementor-55010000 .elementor-element-745f960 {
    background: #f5f2f0 !important;
    margin: 0 !important;
    padding-top: 48px !important;
}

body#category.page-category .elementor-55010000 .elementor-element-745f960 > .elementor-container {
    margin-top: 0 !important;
}

/* Mobile */
@media (max-width: 767px) {
    body#category.page-category .elementor-55010000 .elementor-element-731180ef {
        padding-top: 20px !important;
        padding-bottom: 10px !important;
    }

    body#category.page-category .elementor-55010000 .elementor-element-731180ef .category-title {
        font-size: 20px !important;
        font-weight: 500 !important;
        margin-bottom: 34px !important;
    }

    body#category.page-category .elementor-55010000 .elementor-element-745f960 {
        padding-top: 32px !important;
    }
}

.pm-details-layout4 #main-content .view_grid .product-description .short-desc {
    order: 1 !important;
    display: none;
}

/* Ocultar breadcrumbs en categorias y subcategorias */
body#category.page-category main#main-content .page-width.top-content {
    display: none !important;
}

/* Ajustar cabecera de categoria al ocultar breadcrumbs */
body#category.page-category .elementor-55010000 .elementor-element-731180ef {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}





body.page-product .product-info-section h1.h1 {
    font-size: 26px !important;

}

.caz-banners__header h2 {

    font-family: montserrat, sans-serif !important;
    font-size: clamp(24px, 2vw, 28px);
    font-weight: 600;

}

.module-body, .sidebar .widget-inner {
    padding: 20px 0 0;
}


.elementor-60010000 .elementor-element.elementor-element-23e2b3ba {
    background-color: #021c3c;
}

.elementor-element.elementor-element-3c2ff85.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section {
    background-color: #fef9f9;
}

a,
a:active,
a:visited {
    color: #005fff;
    text-decoration: none;
}

/* Costa Azul - acento naranja restaurado pedido 2026-07-11 */
:root {
    --caz-accent-yellow: #f47e00;
    --caz-accent-yellow-hover: #e87500;
    --caz-accent-on-yellow: #ffffff;
}

/* Header: solo el botón Blog, conserva botones azules como "Quiénes somos". */
.elementor-widget-button a.elementor-button[href*="/blog"],
.elementor-widget-button a.elementor-button[href$="/blog"] {
    background: var(--caz-accent-yellow) !important;
    border-color: var(--caz-accent-yellow) !important;
    color: var(--caz-accent-on-yellow) !important;
}

.elementor-widget-button a.elementor-button[href*="/blog"]:hover,
.elementor-widget-button a.elementor-button[href$="/blog"]:hover {
    background: var(--caz-accent-yellow-hover) !important;
    border-color: var(--caz-accent-yellow-hover) !important;
    color: var(--caz-accent-on-yellow) !important;
}

.elementor-widget-button a.elementor-button[href*="/blog"] *,
.elementor-widget-button a.elementor-button[href$="/blog"] * {
    color: inherit !important;
}

body .elementor-widget-button a.elementor-button[href*="/blog"] .elementor-button-text,
body .elementor-widget-button a.elementor-button[href$="/blog"] .elementor-button-text,
body .elementor-element-e1c33db a.elementor-button,
body .elementor-element-e1c33db a.elementor-button *,
body .elementor-element-fb09c22 a.elementor-button,
body .elementor-element-fb09c22 a.elementor-button * {
    color: var(--caz-accent-on-yellow) !important;
}

html body #header .elementor-widget-button a.elementor-button[href*="/blog"],
html body #header .elementor-widget-button a.elementor-button[href*="/blog"] span,
html body #header .elementor-widget-button a.elementor-button[href$="/blog"],
html body #header .elementor-widget-button a.elementor-button[href$="/blog"] span {
    color: var(--caz-accent-on-yellow) !important;
}

/* Hero home: CTAs y paginador activo. */
.caz-home-hero__button,
.caz-home-hero__dot.is-active {
    background: var(--caz-accent-yellow) !important;
    border-color: var(--caz-accent-yellow) !important;
    color: var(--caz-accent-on-yellow) !important;
}

.caz-home-hero__button:hover {
    background: var(--caz-accent-yellow-hover) !important;
    border-color: var(--caz-accent-yellow-hover) !important;
    color: var(--caz-accent-on-yellow) !important;
}

.caz-home-hero__eyebrow {
    color: var(--caz-accent-yellow) !important;
}

/* Blog: badges y acentos naranjas del enhancer. */
body#module-ph_simpleblog-list,
body#module-ph_simpleblog-category,
body#module-ph_simpleblog-single {
    --caz-blog-green: var(--caz-accent-yellow) !important;
}

body#module-ph_simpleblog-list .caz-blog-hero-copy em,
body#module-ph_simpleblog-list .caz-blog-category-card .caz-blog-hero-copy em,
body#module-ph_simpleblog-single .caz-blog-kicker {
    background: var(--caz-accent-yellow) !important;
    color: var(--caz-accent-on-yellow) !important;
}

body#module-ph_simpleblog-list .caz-blog-latest-head span,
body#module-ph_simpleblog-list .caz-blog-section-kicker {
    color: var(--caz-accent-yellow) !important;
}

/* Costa Azul - titulo unico de tarifas en producto */
body.page-product .page-width.product-footer .wk-tarifas-title,
body#product .page-width.product-footer .wk-tarifas-title {
    font-size: 0 !important;
    line-height: 1 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

body.page-product .page-width.product-footer .wk-tarifas-title::before,
body#product .page-width.product-footer .wk-tarifas-title::before {
    content: "Tarifas del programa.";
    display: inline-block;
    font-size: clamp(24px, 1.8vw, 32px) !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    color: var(--costa-dark, #052f68) !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

body.page-product .page-width.product-footer .wk-tarifas-title::after,
body#product .page-width.product-footer .wk-tarifas-title::after {
    content: "" !important;
    display: none !important;
}

/* Producto con una sola foto: evita que el zoom nativo tape el hover CSS. */
body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) .prod-image-zoom > img.zoomImg,
body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-1 .rg-mosaic-main > img.zoomImg {
    display: none !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
}

body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) .product-cover,
body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) .prod-image-zoom,
body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-1 .rg-mosaic-main {
    overflow: hidden !important;
}

body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) .js-qv-product-cover,
body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-1 .rg-mosaic-main img:not(.zoomImg) {
    display: block !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    transform-origin: center center !important;
    transition: transform .28s ease !important;
    visibility: visible !important;
    width: 100% !important;
}

body#product #product-images-cont:not(:has(.product-images img)):not(:has(.rg-mosaic-side)):not(:has(.rg-mosaic-thumb)) .product-cover:hover .js-qv-product-cover,
body#product #product-images-cont .rg-mosaic-gallery.rg-mosaic-count-1 .rg-mosaic-main:hover img:not(.zoomImg) {
    transform: scale(1.1) !important;
}

/* Home: oculta los banners duplicados solicitados. */
body#index .elementor-element[data-id="7df6c05b"],
body.page-index .elementor-element[data-id="7df6c05b"],
body#index .elementor-element.elementor-element-7df6c05b,
body.page-index .elementor-element.elementor-element-7df6c05b {
    display: none !important;
}

/* Listados: paginado circular sin foco cuadrado ni doble flecha. */
body:not(.page-product) .pagination .page-list {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 26px !important;
    margin: 30px 0 !important;
    padding: 0 !important;
}

body:not(.page-product) .pagination .page-list li {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

body:not(.page-product) .pagination .page-list a,
body:not(.page-product) .pagination .page-list span:not(.spacer) {
    width: 64px !important;
    height: 64px !important;
    min-width: 64px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #052f68 !important;
    color: #fff !important;
    font-size: 25px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}

body:not(.page-product) .pagination .page-list li.current,
body:not(.page-product) .pagination .page-list li.current a,
body:not(.page-product) .pagination .page-list a.disabled,
body:not(.page-product) .pagination .page-list a:focus,
body:not(.page-product) .pagination .page-list a:active {
    background: transparent !important;
    outline: 0 !important;
    box-shadow: none !important;
}

body:not(.page-product) .pagination .page-list li.current a,
body:not(.page-product) .pagination .page-list a.disabled {
    background: #052f68 !important;
    color: #fff !important;
}

body:not(.page-product) .pagination .page-list a:not(.disabled):hover {
    background: #4f7bff !important;
    color: #fff !important;
    transform: translateY(-2px);
}

body:not(.page-product) .pagination .page-list .spacer {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 28px !important;
    color: #052f68 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
}

body:not(.page-product) .pagination .page-list a.next,
body:not(.page-product) .pagination .page-list a[rel="next"],
body:not(.page-product) .pagination .page-list a[rel="prev"] {
    background: #fff !important;
    color: #4f7bff !important;
    font-size: 0 !important;
    box-shadow: 0 16px 34px rgba(4, 36, 72, .08) !important;
}

body:not(.page-product) .pagination .page-list a.next svg,
body:not(.page-product) .pagination .page-list a[rel="next"] svg,
body:not(.page-product) .pagination .page-list a[rel="prev"] svg {
    display: none !important;
}

body:not(.page-product) .pagination .page-list a[rel="next"]::before,
body:not(.page-product) .pagination .page-list a.next::before {
    content: ">";
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

body:not(.page-product) .pagination .page-list a[rel="prev"]::before {
    content: "<";
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}
