:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Yantramanav", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(28,38,94);
	--wd-alternative-color: rgb(255,111,37);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(28,38,94);
	--btn-accented-bgcolor-hover: rgb(42,92,186);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(37,150,190);
	--wd-link-color-hover: rgb(28,38,94);
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(28,38,94);
	background-image: none;
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(249,249,249);
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(42,155,204);
}

/* === Tarjeta como columna y contenido pegado abajo === */
.wd-products .product-grid-item .product-wrapper{
  display:flex;
  flex-direction:column;
  height:100%;
}
.wd-products .product-element-bottom{
  margin-top:auto; /* bloque inferior al fondo */
}

/* === Caja de imagen con ratio fijo (ajustá 4/5 si querés más alta) === */
.wd-products .product-element-top .product-image-link{
  display:block;
  position:relative;
  aspect-ratio: 4 / 5;  /* <-- cambia a 1/1 si preferís cuadrado */
  overflow:hidden;
}

/* El slider/imagen ocupan toda la caja sin deformar */
.wd-products .product-element-top .wd-product-grid-slider,
.wd-products .product-element-top img{
  position:absolute;
  inset:0;            /* top:0 right:0 bottom:0 left:0 */
  width:100%;
  height:100%;
  object-fit: contain; /* muestra el producto completo sin recortes raros */
}

/* Botonera flotante para que no altere la altura */
.wd-products .product-element-top .wd-buttons{
  position:absolute;
  top:10px;
  right:10px;
  z-index:2;
}

/* Paginación (dots) del slider flotante para que no empuje contenido */
.wd-products .product-element-top .wd-product-grid-slider-pagin{
  position:absolute;
  left:0; right:0; bottom:8px;
  margin:0;
}

/* (Opcional) Quitar cualquier línea/separador que aparezca bajo la imagen */
.wd-products.title-line-two .product-element-bottom::before{
  /* si esa línea te queda “a la mitad” por estilos del tema, ajustala o quitá: */
  /* content: none; */
}

.section--hero{ position:relative; overflow:hidden; }
.section--hero::before{
  content:""; position:absolute; inset:0; pointer-events:none;
  background:linear-gradient(90deg,
    rgba(7,18,38,.78) 0 45%,
    rgba(7,18,38,.40) 45% 65%,
    rgba(7,18,38,0) 65% 100%);
}
.marca-btn {
  display:inline-block;
  padding:12px 22px;
  background:#1c265e;       /* color solicitado */
  color:#fff;
  text-decoration:none;
  border-radius:12px;        /* borde redondeado */
  text-transform:uppercase;  /* todo mayúsculas */
  letter-spacing:.5px;
  font-weight:600;
  transition:background .2s ease, transform .15s ease;
}
.marca-btn:hover {
  background:#ff6f25;        /* hover (ligeramente más claro) */
  transform:translateY(-1px);
}
.marca-btn:active { transform:translateY(0); }
.marca-action-btn {
    min-height: 46px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;
    transition: all 0.2s ease;
}

.marca-action-icon,
.marca-action-arrow {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.marca-action-arrow {
    width: 15px;
    margin-left: 2px;
}

/* Catálogo */

.marca-catalogo-btn {
    color: #173f80;
    background: #ffffff;
    border-color: #315da3;
}

.marca-catalogo-btn:hover {
    color: #ffffff;
    background: #173f80;
    border-color: #173f80;
    transform: translateY(-2px);
}

/* WhatsApp */

.marca-whatsapp-btn {
    color: #008f7a;
    background: #ffffff;
    border-color: #19aa92;
}

.marca-whatsapp-btn:hover {
    color: #ffffff;
    background: #008f7a;
    border-color: #008f7a;
    transform: translateY(-2px);
}

@media (max-width: 640px) {
    .marca-action-btn {
        width: 100%;
    }
}


/* Acciones de productos dentro de las marcas */

.sl-product-card-actions {
    width: 100%;
    margin-top: 18px;
    padding-top: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border-top: 1px solid #e5eaf0;
}

.sl-product-card-btn {
    min-height: 42px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;

    border: 1px solid;
    border-radius: 8px;

    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none !important;

    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease;
}

.sl-product-card-btn svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Ver detalles */

.sl-product-details {
    color: #173f80;
    background: #ffffff;
    border-color: #315da3;
}

.sl-product-details:hover {
    color: #ffffff;
    background: #173f80;
    border-color: #173f80;
    transform: translateY(-1px);
}

/* WhatsApp */

.sl-product-whatsapp {
    color: #008f7a;
    background: #ffffff;
    border-color: #19aa92;
}

.sl-product-whatsapp:hover {
    color: #ffffff;
    background: #008f7a;
    border-color: #008f7a;
    transform: translateY(-1px);
}

@media (max-width: 480px) {
    .sl-product-card-actions {
        grid-template-columns: 1fr;
    }
}



.products .product-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.products .product-information {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sl-product-card-actions {
    margin-top: auto;
}

/* =====================================================
   PRODUCTOS DE MARCA — ALINEACIÓN WOODMART
   ===================================================== */

/* Las tarjetas ocupan toda la altura disponible */

.products .product-grid-item,
.products .wd-product {
    height: 100%;
}

/* Estructura vertical de la tarjeta */

.products .product-grid-item .product-wrapper,
.products .wd-product .product-wrapper,
.products .wd-product .wd-product-wrapper {
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Área de información */

.products .product-information,
.products .wd-product-information {
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Reservar siempre dos líneas para el título */

.products .wd-entities-title,
.products .woocommerce-loop-product__title,
.products .product-title {
    min-height: 40px !important;
    margin-bottom: 5px !important;

    display: -webkit-box !important;
    overflow: hidden;
    line-height: 20px !important;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Categoría con altura consistente */

.products .wd-product-cats,
.products .product-category {
    min-height: 20px;
    margin-bottom: 0;
}

/* Los botones se van al final */

.products .sl-product-card-actions {
    margin-top: auto !important;
}
/* =====================================================
   MEGA MENÚ PREMIUM — SOLUCIÓN LAB
   ===================================================== */

.sl-categories-mega-menu {
    width: 100%;
    padding: 22px;

    color: #1c265e;
    background: #f7f9fb;
    border: 1px solid #e2e8ef;
    border-radius: 0 0 16px 16px;

    box-shadow:
        0 24px 55px rgba(28, 38, 94, 0.14),
        0 4px 12px rgba(28, 38, 94, 0.06);
}

/* Encabezado */

.sl-categories-mega-menu__header {
    margin-bottom: 16px;
    padding: 0 4px 17px;

    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;

    border-bottom: 1px solid #dfe6ed;
}

.sl-categories-mega-menu__eyebrow {
    display: block;
    margin-bottom: 3px;

    color: #4a9fa4;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sl-categories-mega-menu__title {
    display: block;

    color: #1c265e;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}

.sl-categories-mega-menu__all {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    color: #1c265e !important;
    font-size: 12px;
    font-weight: 650;
    text-decoration: none !important;

    transition:
        color 0.2s ease,
        gap 0.2s ease;
}

.sl-categories-mega-menu__all:hover {
    gap: 10px;
    color: #4a9fa4 !important;
}

.sl-categories-mega-menu__all svg {
    width: 15px;
    height: 15px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Grilla */

.sl-categories-mega-menu__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 9px;
}

/* Tarjeta de categoría */

.sl-category-menu-item {
    position: relative;
    min-width: 0;
    min-height: 112px;
    padding: 13px 8px 11px;

    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    gap: 9px;

    color: #1c265e !important;
    background: #ffffff;
    border: 1px solid #e2e8ef;
    border-radius: 11px;

    text-align: center;
    text-decoration: none !important;

    transition:
        color 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.sl-category-menu-item:hover {
    color: #1c265e !important;
    background: #ffffff;
    border-color: #79bfc0;

    transform: translateY(-3px);

    box-shadow:
        0 10px 22px rgba(28, 38, 94, 0.09),
        0 2px 5px rgba(28, 38, 94, 0.04);
}

/* Contenedor azul del SVG blanco */

.sl-category-menu-item__icon {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #1c265e;
    border-radius: 12px;

    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.sl-category-menu-item:hover
.sl-category-menu-item__icon {
    background: #263477;
    transform: scale(1.04);
}

.sl-category-menu-item__icon img {
    width: 31px;
    height: 31px;
    object-fit: contain;
}

/* Icono alternativo */

.sl-category-menu-item__fallback {
    width: 28px;
    height: 28px;

    fill: none;
    stroke: #ffffff;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Nombre de categoría */

.sl-category-menu-item__name {
    width: 100%;

    display: -webkit-box;
    overflow: hidden;

    color: #242b4a;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.25;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* Flecha superior */

.sl-category-menu-item__arrow {
    position: absolute;
    top: 9px;
    right: 9px;

    color: #4a9fa4;
    font-size: 13px;
    opacity: 0;
    transform: translateX(-4px);

    transition:
        opacity 0.2s ease,
        transform 0.2s ease;
}

.sl-category-menu-item:hover
.sl-category-menu-item__arrow {
    opacity: 1;
    transform: translateX(0);
}

/* Línea naranja inferior */

.sl-category-menu-item::after {
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;

    content: "";
    background: #f37a3b;
    border-radius: 4px;
    transform: translateX(-50%);

    transition: width 0.2s ease;
}

.sl-category-menu-item:hover::after {
    width: 36px;
}

/* Notebook */

@media (max-width: 1200px) {
    .sl-categories-mega-menu__grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* Tablet */

@media (max-width: 850px) {
    .sl-categories-mega-menu {
        padding: 18px;
    }

    .sl-categories-mega-menu__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Móvil */

@media (max-width: 600px) {
    .sl-categories-mega-menu {
        padding: 16px 13px;
        border-radius: 0;
        box-shadow: none;
    }

    .sl-categories-mega-menu__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .sl-categories-mega-menu__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .sl-category-menu-item {
        min-height: 105px;
    }

    .sl-category-menu-item__icon {
        width: 46px;
        height: 46px;
        flex-basis: 46px;
    }

    .sl-category-menu-item__icon img {
        width: 28px;
        height: 28px;
    }
}

/* Solución-Lab: mega menú horizontal estilo Zybio */
.sl-family-menu,
.sl-family-menu * {
    box-sizing: border-box;
}

.sl-family-menu {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 14px 28px !important;
    color: #fff !important;
    background: linear-gradient(90deg, #1c265e 0%, #164f94 100%) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* La barra ya no necesita título interior */
.sl-family-menu__top,
.sl-family-card__children,
.sl-family-card__all,
.sl-family-card__arrow {
    display: none !important;
}

.sl-family-menu__grid {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(110px, 1fr)) !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: min(1240px, 100%) !important;
    margin: 0 auto !important;
}

.sl-family-card {
    min-width: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-right: 1px solid rgba(255,255,255,.16) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transform: none !important;
}

.sl-family-card:last-child {
    border-right: 0 !important;
}

.sl-family-card:hover {
    background: rgba(255,255,255,.08) !important;
    border-color: rgba(255,255,255,.16) !important;
    box-shadow: none !important;
    transform: none !important;
}

.sl-family-card__head {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 7px !important;
    min-height: 88px !important;
    padding: 8px 12px !important;
    color: #fff !important;
    text-align: center !important;
    text-decoration: none !important;
}

.sl-family-card__icon {
    display: grid !important;
    place-items: center !important;
    width: 40px !important;
    height: 40px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: transform .2s ease !important;
}

.sl-family-card__icon img {
    display: block !important;
    width: 38px !important;
    height: 38px !important;
    object-fit: contain !important;
}

.sl-family-card:hover .sl-family-card__icon {
    transform: translateY(-2px) !important;
}

.sl-family-card__name {
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 650 !important;
    line-height: 1.25 !important;
}

@media (max-width: 1024px) {
    .sl-family-menu {
        padding: 10px 0 !important;
        overflow-x: auto !important;
        scrollbar-width: thin;
    }

    .sl-family-menu__grid {
        display: flex !important;
        width: max-content !important;
        min-width: 100% !important;
        margin: 0 !important;
    }

    .sl-family-card {
        flex: 0 0 145px !important;
    }

    .sl-family-card__head {
        min-height: 82px !important;
        padding: 7px 10px !important;
    }
}

@media (max-width: 600px) {
    .sl-family-menu {
        width: 100% !important;
        padding: 8px 0 !important;
        border-radius: 0 !important;
    }

    .sl-family-card {
        flex-basis: 130px !important;
    }

    .sl-family-card__head {
        min-height: 76px !important;
    }

    .sl-family-card__icon img {
        width: 32px !important;
        height: 32px !important;
    }

    .sl-family-card__name {
        font-size: 11px !important;
    }
}
/* Quitar el relleno del dropdown de Productos */
.sl-productos-menu > .wd-dropdown-menu,
.sl-productos-menu > .wd-dropdown-menu > .wd-dropdown-inner,
.sl-productos-menu .wd-dropdown-inner,
.sl-productos-menu .container,
.sl-productos-menu .wd-dropdown-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Evitar espacios del HTML Block/Elementor */
.sl-productos-menu .elementor,
.sl-productos-menu .elementor-section,
.sl-productos-menu .e-con,
.sl-productos-menu .e-con-inner,
.sl-productos-menu .elementor-widget,
.sl-productos-menu .elementor-widget-container {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* El dropdown debe tocar inmediatamente el header */
.sl-productos-menu > .wd-dropdown-menu {
    border: 0 !important;
    box-shadow: 0 12px 28px rgba(12, 25, 67, .15) !important;
}

/* Dropdown Productos: eliminar todo el espacio blanco de Woodmart */
#menu-item-29263 > .wd-dropdown-menu {
    width: 100vw !important;
    max-width: none !important;
    margin-top: 15px !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Woodmart limita el HTML Block a 1222px: liberarlo */
#menu-item-29263 > .wd-dropdown-menu > .container.wd-entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Liberar todos los wrappers de Elementor */
#menu-item-29263 .elementor-29825,
#menu-item-29263 .elementor-element-7ce344f,
#menu-item-29263 .e-con-inner,
#menu-item-29263 .elementor-widget-shortcode,
#menu-item-29263 .elementor-widget-container,
#menu-item-29263 .elementor-shortcode {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* La barra ocupa todo el dropdown */
#menu-item-29263 .sl-catbar {
    position: static !important;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}

/* Acciones de las tarjetas del catálogo */
.products .product-grid-item .sl-product-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: 14px;
    padding-top: 13px;
    border-top: 1px solid #edf0f4;
}

.products .product-grid-item .sl-product-details,
.products .product-grid-item .sl-product-whatsapp {
    min-height: 43px;
    padding: 8px 12px;
    border: 1px solid;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
}

.products .product-grid-item .sl-product-details {
    color: #173d8f;
    border-color: #173d8f;
    background: #fff;
}

.products .product-grid-item .sl-product-details span:last-child {
    margin-left: auto;
    font-size: 17px;
}

.products .product-grid-item .sl-product-details:hover {
    color: #fff;
    background: #173d8f;
}

.products .product-grid-item .sl-product-whatsapp {
    color: #009d88;
    border-color: #00a990;
    background: #fff;
}

.products .product-grid-item .sl-product-whatsapp:hover {
    color: #fff;
    background: #00a990;
}

/* Mantener los botones alineados abajo */
.products .product-grid-item .product-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.products .product-grid-item .product-element-bottom {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.products .product-grid-item .sl-product-actions {
    margin-top: auto;
}

/* Ajuste para móvil */
@media (max-width: 575px) {
    .products .product-grid-item .sl-product-actions {
        grid-template-columns: 1fr;
    }
}
/* Entrada de la sección */
.sl-about__gallery .sl-about__eyebrow,
.sl-about__gallery h2,
.sl-about__gallery-note {
    opacity: 0;
    transform: translateY(24px);
    transition:
        opacity .75s ease,
        transform .75s cubic-bezier(.22, 1, .36, 1);
}

/* Entrada inicial de las fotografías */
.sl-about__gallery .sl-about__photo {
    opacity: 0;
    transform: translateY(35px) scale(.97);
    box-shadow: 0 20px 55px rgba(19, 36, 88, 0);
    transition:
        opacity .8s ease,
        transform .8s cubic-bezier(.22, 1, .36, 1),
        box-shadow .4s ease;
}

/* Elementos visibles después del scroll */
.sl-about__gallery.is-visible .sl-about__eyebrow,
.sl-about__gallery.is-visible h2,
.sl-about__gallery.is-visible .sl-about__gallery-note,
.sl-about__gallery.is-visible .sl-about__photo {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Entrada escalonada */
.sl-about__gallery.is-visible h2 {
    transition-delay: .08s;
}

.sl-about__gallery.is-visible .sl-about__gallery-note {
    transition-delay: .16s;
}

.sl-about__gallery.is-visible .sl-about__photo:nth-child(1) {
    transition-delay: .20s;
}

.sl-about__gallery.is-visible .sl-about__photo:nth-child(2) {
    transition-delay: .32s;
}

.sl-about__gallery.is-visible .sl-about__photo:nth-child(3) {
    transition-delay: .44s;
}

/* Movimiento elegante de las imágenes */
.sl-about__gallery .sl-about__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.035);
    transition:
        transform .8s cubic-bezier(.22, 1, .36, 1),
        filter .5s ease;
}

.sl-about__gallery .sl-about__photo:hover {
    transform: translateY(-6px) scale(1);
    box-shadow: 0 24px 55px rgba(19, 36, 88, .15);
}

.sl-about__gallery .sl-about__photo:hover img {
    transform: scale(1.085);
    filter: saturate(1.05) contrast(1.02);
}

/* Brillo discreto al pasar el cursor */
.sl-about__gallery .sl-about__photo::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(
        115deg,
        transparent 25%,
        rgba(255, 255, 255, .22) 48%,
        transparent 70%
    );
    transform: translateX(-120%);
    transition: transform .9s ease;
}

.sl-about__gallery .sl-about__photo:hover::before {
    transform: translateX(120%);
}

/* Accesibilidad */
@media (prefers-reduced-motion: reduce) {
    .sl-about__gallery *,
    .sl-about__gallery *::before {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
/* Solución-Lab — sistema de cabeceras interiores principales.
   Productos, Categorías y Marcas. No afecta Inicio ni páginas individuales. */

.elementor-29265 .elementor-element-d9fd417,
#post-29834 .elementor-element-c5e81eb,
#post-591 .elementor-element-915d410 {
    min-height: 420px !important;
}

.elementor-29265 .elementor-element-d9fd417 > .e-con-inner,
#post-29834 .elementor-element-c5e81eb > .e-con-inner,
#post-591 .elementor-element-915d410 > .e-con-inner {
    min-height: 420px !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    display: flex !important;
    align-items: center !important;
    position: relative;
    z-index: 1;
}

/* Categorías y Marcas: columna completa pegada al borde izquierdo del contenedor. */
#post-29834 .elementor-element-c5e81eb > .e-con-inner,
#post-591 .elementor-element-915d410 > .e-con-inner {
    align-items: flex-start !important;
}

#post-29834 .elementor-element-c5e81eb > .e-con-inner > .elementor-element,
#post-591 .elementor-element-915d410 > .e-con-inner > .elementor-element {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.elementor-29265 .elementor-element-1461465 .elementor-heading-title,
#post-29834 .elementor-element-a46b824 .elementor-heading-title,
#post-591 .elementor-element-48233c7 .elementor-heading-title {
    max-width: 780px;
    font-size: clamp(42px, 5vw, 60px) !important;
    line-height: 1.05 !important;
    letter-spacing: -.05em !important;
}

.elementor-29265 .elementor-element-d9fd417:before,
#post-29834 .elementor-element-c5e81eb:before,
#post-591 .elementor-element-915d410:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,.94) 0%, rgba(255,255,255,.78) 46%, rgba(255,255,255,.08) 78%);
}

@media (max-width: 767px) {
    .elementor-29265 .elementor-element-d9fd417,
    #post-29834 .elementor-element-c5e81eb,
    #post-591 .elementor-element-915d410,
    .elementor-29265 .elementor-element-d9fd417 > .e-con-inner,
    #post-29834 .elementor-element-c5e81eb > .e-con-inner,
    #post-591 .elementor-element-915d410 > .e-con-inner {
        min-height: 390px !important;
    }

    .elementor-29265 .elementor-element-d9fd417 > .e-con-inner,
    #post-29834 .elementor-element-c5e81eb > .e-con-inner,
    #post-591 .elementor-element-915d410 > .e-con-inner {
        padding: 60px 20px !important;
    }

    .elementor-29265 .elementor-element-1461465 .elementor-heading-title,
    #post-29834 .elementor-element-a46b824 .elementor-heading-title,
    #post-591 .elementor-element-48233c7 .elementor-heading-title {
        font-size: clamp(38px, 11vw, 46px) !important;
        line-height: 1.08 !important;
    }

    .elementor-29265 .elementor-element-d9fd417:before,
    #post-29834 .elementor-element-c5e81eb:before,
    #post-591 .elementor-element-915d410:before {
        background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.78));
    }
}

/* Archivos de categorías de producto: cabecera interior compacta. */
body.tax-product_cat .elementor-29265 .elementor-element-d9fd417,
body.tax-product_cat .elementor-29265 .elementor-element-d9fd417 > .e-con-inner {
    min-height: 280px !important;
}

body.tax-product_cat .elementor-29265 .elementor-element-d9fd417 > .e-con-inner {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
    align-items: flex-start !important;
}

body.tax-product_cat .elementor-29265 .elementor-element-d9fd417 > .e-con-inner > .elementor-element {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

body.tax-product_cat .elementor-29265 .elementor-element-1461465 .elementor-heading-title {
    max-width: 720px;
    font-size: clamp(38px, 4vw, 46px) !important;
    line-height: 1.08 !important;
    letter-spacing: -.04em !important;
}

@media (max-width: 767px) {
    body.tax-product_cat .elementor-29265 .elementor-element-d9fd417,
    body.tax-product_cat .elementor-29265 .elementor-element-d9fd417 > .e-con-inner {
        min-height: 260px !important;
    }

    body.tax-product_cat .elementor-29265 .elementor-element-d9fd417 > .e-con-inner {
        padding: 45px 20px !important;
    }

    body.tax-product_cat .elementor-29265 .elementor-element-1461465 .elementor-heading-title {
        font-size: clamp(34px, 10vw, 42px) !important;
    }
}
/* Diferenciación sutil para Veterinaria */
.sl-catbar__item--vet {
    background: linear-gradient(
        145deg,
        rgba(32, 132, 112, .55),
        rgba(20, 106, 91, .42)
    );
    box-shadow:
        inset 0 3px 0 rgba(100, 224, 183, .65),
        inset 0 0 28px rgba(33, 166, 132, .15);
}

.sl-catbar__item--vet:hover,
.sl-catbar__item--vet:focus-visible {
    background: linear-gradient(
        145deg,
        rgba(37, 151, 127, .72),
        rgba(21, 116, 98, .62)
    );
}
/* Veterinaria: verde diferenciado */
.sl-catbar__item--vet {
    background: linear-gradient(
        145deg,
        #287a4b 0%,
        #36a267 100%
    ) !important;
    border-color: rgba(255, 255, 255, .22) !important;
}

.sl-catbar__item--vet:hover,
.sl-catbar__item--vet:focus-visible {
    background: linear-gradient(
        145deg,
        #226b41 0%,
        #2f915b 100%
    ) !important;
}

.sl-catbar__item--vet .sl-catbar__icon {
    filter:
        drop-shadow(0 3px 7px rgba(4, 43, 25, .25));
}
/* =========================================================
   SOLUCION-LAB · NOTICIAS
   ========================================================= */

.sl-news {
    --navy: #17245d;
    --blue: #2046a3;
    --cyan: #0aa6a6;
    --orange: #f27b32;
    --ink: #101a35;
    --muted: #667085;
    --line: #e8ecf3;
    --soft: #f5f8fc;

    width: 100%;
    overflow: hidden;

    font-family: Inter, Arial, sans-serif;
    color: var(--ink);

    background: #fff;
}

.sl-news *,
.sl-news *::before,
.sl-news *::after {
    box-sizing: border-box;
}

.sl-news a {
    text-decoration: none;
}

.sl-news__wrap,
.sl-news__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.sl-news__hero {
    position: relative;
    isolation: isolate;

    min-height: 460px;

    display: flex;
    align-items: center;

    padding: 80px 0;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 78% 18%,
            rgba(20,176,183,.35),
            transparent 24%
        ),
        radial-gradient(
            circle at 86% 85%,
            rgba(242,123,50,.18),
            transparent 26%
        ),
        linear-gradient(
            128deg,
            #10194a 0%,
            #1b2a68 54%,
            #153b75 100%
        );
}


/* Grilla sutil */

.sl-news__hero::before {
    content: "";

    position: absolute;
    inset: 0;

    z-index: -1;

    opacity: .20;

    background-image:
        linear-gradient(
            rgba(255,255,255,.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.08) 1px,
            transparent 1px
        );

    background-size: 72px 72px;

    mask-image:
        linear-gradient(
            90deg,
            transparent,
            #000
        );
}


/* Círculos decorativos */

.sl-news__hero::after {
    content: "";

    position: absolute;

    width: 440px;
    height: 440px;

    right: -95px;
    top: 80px;

    z-index: -1;

    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;

    box-shadow:
        0 0 0 75px rgba(255,255,255,.035),
        0 0 0 150px rgba(255,255,255,.025);
}


/* CONTENIDO */

.sl-news__hero-copy {
    position: relative;
    z-index: 2;

    max-width: 820px;
}

.sl-news__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;

    margin: 0 0 18px;

    color: #92e6e3;

    font-size: 12px;
    font-weight: 800;
    line-height: 1;

    letter-spacing: .13em;
    text-transform: uppercase;
}

.sl-news__eyebrow::before {
    content: "";

    width: 34px;
    height: 2px;

    flex: 0 0 34px;

    background: var(--orange);
}

.sl-news__hero h1 {
    max-width: 780px;

    margin: 0 0 22px;

    color: #fff;

    font-size: clamp(42px, 5vw, 60px);
    font-weight: 700;
    line-height: 1.05;

    letter-spacing: -.05em;
}

.sl-news__lead {
    max-width: 700px;

    margin: 0;

    color: rgba(255,255,255,.78);

    font-size: 18px;
    line-height: 1.72;
}


/* =========================================================
   CONTENIDO DE NOTICIAS
   ========================================================= */

.sl-news__container {
    padding-top: 85px;
    padding-bottom: 110px;
}


/* RESPONSIVE */

@media (max-width: 620px) {

    .sl-news__wrap,
    .sl-news__container {
        width: min(100% - 28px, 1180px);
    }

    .sl-news__hero {
        min-height: 420px;
        padding: 60px 0;
    }

    .sl-news__hero::after {
        width: 320px;
        height: 320px;

        right: -180px;
        top: 80px;
    }

    .sl-news__hero h1 {
        font-size: 42px;
    }

    .sl-news__lead {
        font-size: 16px;
    }

    .sl-news__container {
        padding-top: 60px;
        padding-bottom: 80px;
    }

}
/* =========================================================
   NOTICIAS DINÁMICAS
   ========================================================= */

.sl-news-feed{
    width:min(1180px,calc(100% - 40px));
    margin:0 auto;
    padding:0 0 110px;
    font-family:Inter,Arial,sans-serif;
}


/* FILTROS */

.sl-news-feed__filters{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin:0 0 40px;
}

.sl-news-feed__filter{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-height:40px;
    padding:0 17px;

    border:1px solid #e2e7ef;
    border-radius:99px;

    background:#fff;

    color:#667085;

    font-size:13px;
    font-weight:700;

    transition:.2s;
}

.sl-news-feed__filter:hover{
    color:#2046a3;
    border-color:#2046a3;
}

.sl-news-feed__filter.is-active{
    color:#fff;
    border-color:#17245d;
    background:#17245d;
}


/* DESTACADA */

.sl-news-featured{
    display:grid;
    grid-template-columns:1.65fr .85fr;
    gap:18px;
}

.sl-news-featured__main,
.sl-news-side-card,
.sl-news-card{
    overflow:hidden;

    border:1px solid #e8ecf3;
    border-radius:14px;

    background:#fff;
}

.sl-news-featured__main{
    display:flex;
    flex-direction:column;
}

.sl-news-featured__image{
    display:block;

    width:100%;
    height:430px;

    overflow:hidden;
    background:#f0f3f7;
}

.sl-news-featured__img,
.sl-news-featured__image img{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:.45s;
}

.sl-news-featured__main:hover img{
    transform:scale(1.025);
}

.sl-news-featured__content{
    padding:31px 34px 34px;
}

.sl-news-featured__content h3{
    max-width:720px;

    margin:11px 0 14px;

    font-size:31px;
    line-height:1.12;

    letter-spacing:-.035em;
}

.sl-news-featured__content h3 a{
    color:#101a35;
}

.sl-news-featured__content p{
    max-width:720px;

    margin:0 0 20px;

    color:#667085;

    font-size:15px;
    line-height:1.7;
}


/* LATERALES */

.sl-news-featured__side{
    display:grid;
    grid-template-rows:1fr 1fr;
    gap:18px;
}

.sl-news-side-card{
    display:grid;
    grid-template-columns:140px 1fr;

    min-height:0;
}

.sl-news-side-card__image{
    display:block;
    min-height:100%;

    overflow:hidden;
    background:#f0f3f7;
}

.sl-news-side-card__image img{
    width:100%;
    height:100%;

    object-fit:cover;
}

.sl-news-side-card__content{
    display:flex;
    flex-direction:column;

    padding:24px;
}

.sl-news-side-card h3{
    margin:10px 0 18px;

    font-size:18px;
    line-height:1.3;
    letter-spacing:-.025em;
}

.sl-news-side-card h3 a{
    color:#101a35;
}


/* META */

.sl-news-card__meta{
    display:flex;
    align-items:center;
    flex-wrap:wrap;

    gap:9px;
}

.sl-news-card__category{
    color:#2046a3;

    font-size:11px;
    font-weight:800;

    letter-spacing:.1em;
    text-transform:uppercase;
}

.sl-news-card__date{
    color:#98a2b3;
    font-size:12px;
}

.sl-news-card__category + .sl-news-card__date:before{
    content:"·";
    margin-right:9px;
    color:#c7ced8;
}


/* LINK */

.sl-news-card__link{
    display:inline-flex;
    align-items:center;
    gap:8px;

    width:max-content;

    margin-top:auto;

    color:#2046a3;

    font-size:13px;
    font-weight:750;
}

.sl-news-card__link span{
    transition:.2s;
}

.sl-news-card__link:hover span{
    transform:translateX(4px);
}


/* MÁS NOTICIAS */

.sl-news-feed__separator{
    display:flex;
    align-items:center;

    gap:18px;

    margin:70px 0 28px;

    color:#2046a3;

    font-size:12px;
    font-weight:800;

    letter-spacing:.12em;
    text-transform:uppercase;
}

.sl-news-feed__separator:after{
    content:"";

    height:1px;
    flex:1;

    background:#e8ecf3;
}


/* GRID */

.sl-news-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:18px;
}

.sl-news-card{
    display:flex;
    flex-direction:column;

    transition:.25s;
}

.sl-news-card:hover{
    transform:translateY(-5px);

    border-color:#d7deea;

    box-shadow:
        0 18px 42px rgba(18,34,82,.08);
}

.sl-news-card__image{
    display:block;

    height:220px;

    overflow:hidden;

    background:#f0f3f7;
}

.sl-news-card__image img{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:.45s;
}

.sl-news-card:hover .sl-news-card__image img{
    transform:scale(1.03);
}

.sl-news-card__content{
    display:flex;
    flex-direction:column;
    flex:1;

    padding:24px;
}

.sl-news-card h3{
    margin:11px 0 12px;

    font-size:20px;
    line-height:1.27;

    letter-spacing:-.025em;
}

.sl-news-card h3 a{
    color:#101a35;
}

.sl-news-card p{
    margin:0 0 22px;

    color:#667085;

    font-size:14px;
    line-height:1.65;
}


/* PAGINACIÓN */

.sl-news-feed__pagination{
    display:flex;
    justify-content:center;

    margin-top:55px;
}

.sl-news-feed__pagination .page-numbers{
    display:grid;
    place-items:center;

    min-width:42px;
    height:42px;

    margin:0 4px;

    padding:0 12px;

    border:1px solid #e2e7ef;
    border-radius:99px;

    color:#667085;

    font-size:13px;
    font-weight:700;
}

.sl-news-feed__pagination .page-numbers.current,
.sl-news-feed__pagination .page-numbers:hover{
    border-color:#17245d;

    background:#17245d;
    color:#fff;
}


/* VACÍO */

.sl-news-feed__empty{
    padding:60px 30px;

    border:1px solid #e8ecf3;
    border-radius:14px;

    background:#f5f8fc;

    text-align:center;
}

.sl-news-feed__empty h3{
    margin:0 0 7px;
}

.sl-news-feed__empty p{
    margin:0;
    color:#667085;
}


/* TABLET */

@media(max-width:950px){

    .sl-news-featured{
        grid-template-columns:1fr;
    }

    .sl-news-featured__side{
        grid-template-columns:1fr 1fr;
        grid-template-rows:auto;
    }

    .sl-news-side-card{
        display:block;
    }

    .sl-news-side-card__image{
        height:190px;
    }

    .sl-news-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


/* MOBILE */

@media(max-width:620px){

    .sl-news-feed{
        width:min(100% - 28px,1180px);
        padding-bottom:76px;
    }

    .sl-news-featured__image{
        height:260px;
    }

    .sl-news-featured__content{
        padding:24px 22px;
    }

    .sl-news-featured__content h3{
        font-size:25px;
    }

    .sl-news-featured__side{
        grid-template-columns:1fr;
    }

    .sl-news-side-card{
        display:grid;
        grid-template-columns:120px 1fr;
    }

    .sl-news-side-card__image{
        height:auto;
    }

    .sl-news-grid{
        grid-template-columns:1fr;
    }

    .sl-news-card__image{
        height:240px;
    }

}
.sl-news-feed{
    width:min(1180px,calc(100% - 40px));
    margin:0 auto;
    padding:70px 0 110px;

    font-family:Inter,Arial,sans-serif;
}


/* FILTROS */

.sl-news-feed__filters{
    display:flex;
    flex-wrap:wrap;
    gap:9px;

    margin-bottom:35px;
}

.sl-news-feed__filter{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    min-height:40px;

    padding:0 17px;

    border:1px solid #e2e7ef;
    border-radius:99px;

    color:#667085;
    background:#fff;

    font-size:13px;
    font-weight:700;

    text-decoration:none;

    transition:.2s;
}

.sl-news-feed__filter:hover{
    color:#2046a3;
    border-color:#2046a3;
}

.sl-news-feed__filter.is-active{
    color:#fff;
    border-color:#17245d;
    background:#17245d;
}


/* NOTICIA PRINCIPAL */

.sl-news-main{
    overflow:hidden;

    border:1px solid #e8ecf3;
    border-radius:16px;

    background:#fff;
}

.sl-news-main__image{
    display:block;

    width:100%;
    height:500px;

    overflow:hidden;

    background:#f4f6f9;
}

.sl-news-main__img{
    display:block;

    width:100%;
    height:100%;

    object-fit:cover;

    transition:transform .5s ease;
}

.sl-news-main:hover .sl-news-main__img{
    transform:scale(1.02);
}

.sl-news-main__placeholder{
    display:flex;
    align-items:center;
    justify-content:center;

    width:100%;
    height:100%;

    color:#a0a9b8;

    font-size:14px;
}

.sl-news-main__body{
    max-width:880px;

    padding:38px 40px 42px;
}

.sl-news-main__meta,
.sl-news-card__meta{
    display:flex;
    align-items:center;
    gap:10px;

    margin-bottom:13px;
}

.sl-news-main__category,
.sl-news-card__category{
    color:#2046a3;

    font-size:11px;
    font-weight:800;

    letter-spacing:.1em;
    text-transform:uppercase;
}

.sl-news-main__date,
.sl-news-card__date{
    color:#98a2b3;

    font-size:12px;
}

.sl-news-main__category + .sl-news-main__date::before,
.sl-news-card__category + .sl-news-card__date::before{
    content:"·";

    margin-right:10px;
}


.sl-news-main__title{
    margin:0 0 14px;

    font-size:clamp(28px,4vw,42px);
    line-height:1.1;

    letter-spacing:-.04em;
}

.sl-news-main__title a{
    color:#101a35;
    text-decoration:none;
}

.sl-news-main__excerpt{
    max-width:760px;

    margin:0 0 24px;

    color:#667085;

    font-size:16px;
    line-height:1.7;
}

.sl-news-main__link,
.sl-news-card__link{
    display:inline-flex;
    align-items:center;
    gap:9px;

    color:#2046a3;

    font-size:13px;
    font-weight:750;

    text-decoration:none;
}

.sl-news-main__link span,
.sl-news-card__link span{
    transition:transform .2s;
}

.sl-news-main__link:hover span,
.sl-news-card__link:hover span{
    transform:translateX(4px);
}


/* RESTO */

.sl-news-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);

    gap:18px;

    margin-top:55px;
}

.sl-news-card{
    display:flex;
    flex-direction:column;

    overflow:hidden;

    border:1px solid #e8ecf3;
    border-radius:14px;

    background:#fff;

    transition:.25s;
}

.sl-news-card:hover{
    transform:translateY(-5px);

    box-shadow:
        0 18px 45px rgba(18,34,82,.08);
}

.sl-news-card__image{
    display:block;

    width:100%;
    height:225px;

    overflow:hidden;

    background:#f4f6f9;
}

.sl-news-card__image img{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:.4s;
}

.sl-news-card:hover .sl-news-card__image img{
    transform:scale(1.03);
}

.sl-news-card__body{
    display:flex;
    flex-direction:column;
    flex:1;

    padding:24px;
}

.sl-news-card h3{
    margin:0 0 12px;

    font-size:20px;
    line-height:1.3;

    letter-spacing:-.025em;
}

.sl-news-card h3 a{
    color:#101a35;
    text-decoration:none;
}

.sl-news-card p{
    margin:0 0 22px;

    color:#667085;

    font-size:14px;
    line-height:1.65;
}

.sl-news-card__link{
    margin-top:auto;
}


/* PAGINACION */

.sl-news-feed__pagination{
    display:flex;
    justify-content:center;

    margin-top:60px;
}


/* MOBILE */

@media(max-width:950px){

    .sl-news-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:620px){

    .sl-news-feed{
        width:min(100% - 28px,1180px);
        padding:50px 0 76px;
    }

    .sl-news-main__image{
        height:260px;
    }

    .sl-news-main__body{
        padding:25px 22px 28px;
    }

    .sl-news-grid{
        grid-template-columns:1fr;
        margin-top:35px;
    }

}


.sl-single-news{
    --navy:#17245d;
    --blue:#2046a3;
    --cyan:#0aa6a6;
    --orange:#f27b32;
    --ink:#101a35;
    --muted:#667085;
    --line:#e8ecf3;
    --soft:#f5f8fc;

    font-family:Inter,Arial,sans-serif;
    color:var(--ink);
    background:#fff;
}

.sl-single-news *,
.sl-single-news *::before,
.sl-single-news *::after{
    box-sizing:border-box;
}

.sl-single-news__wrap{
    width:min(1180px,calc(100% - 40px));
    margin:auto;
}

.sl-single-news__article{
    width:min(780px,calc(100% - 40px));
    margin:auto;
}


/* HERO */

.sl-single-news__hero{
    position:relative;
    overflow:hidden;
    padding:90px 0 120px;

    background:
        radial-gradient(
            circle at 82% 20%,
            rgba(20,176,183,.28),
            transparent 25%
        ),
        linear-gradient(
            128deg,
            #10194a 0%,
            #1b2a68 55%,
            #153b75 100%
        );
}

.sl-single-news__hero:after{
    content:"";
    position:absolute;

    width:430px;
    height:430px;

    right:-110px;
    top:60px;

    border:1px solid rgba(255,255,255,.15);
    border-radius:50%;

    box-shadow:
        0 0 0 75px rgba(255,255,255,.03),
        0 0 0 150px rgba(255,255,255,.02);
}

.sl-single-news__hero-content{
    position:relative;
    z-index:2;

    max-width:900px;
}

.sl-single-news__meta{
    display:flex;
    align-items:center;
    gap:12px;

    margin-bottom:22px;

    font-size:12px;
}

.sl-single-news__category{
    color:#92e6e3;

    font-weight:800;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.sl-single-news__category:before{
    content:"";

    display:inline-block;

    width:30px;
    height:2px;

    margin-right:10px;

    vertical-align:middle;

    background:var(--orange);
}

.sl-single-news__date{
    color:rgba(255,255,255,.55);
}

.sl-single-news__hero h1{
    max-width:880px;

    margin:0 0 22px;

    color:#fff;

    font-size:clamp(40px,5vw,62px);
    line-height:1.04;

    letter-spacing:-.05em;
}

.sl-single-news__lead{
    max-width:760px;

    margin:0;

    color:rgba(255,255,255,.76);

    font-size:19px;
    line-height:1.7;
}


/* IMAGEN PRINCIPAL */

.sl-single-news__featured{
    position:relative;

    margin-top:-55px;

    z-index:3;
}

.sl-single-news__featured figure{
    margin:0;
}

.sl-single-news__featured-img{
    display:block;

    width:100%;
    max-height:650px;

    object-fit:cover;

    border-radius:16px;

    box-shadow:
        0 25px 70px rgba(16,31,74,.14);
}


/* CONTENIDO */

.sl-single-news__body{
    padding:80px 0 20px;
}

.sl-single-news__article{
    font-size:17px;
    line-height:1.85;

    color:#344054;
}

.sl-single-news__article h2,
.sl-single-news__article h3{
    color:#101a35;

    line-height:1.2;

    letter-spacing:-.03em;
}

.sl-single-news__article h2{
    margin-top:55px;
    font-size:32px;
}

.sl-single-news__article h3{
    margin-top:40px;
    font-size:24px;
}

.sl-single-news__article p{
    margin:0 0 25px;
}

.sl-single-news__article ul,
.sl-single-news__article ol{
    margin:0 0 28px;
    padding-left:25px;
}


/* MULTIMEDIA */

.sl-single-news__media{
    padding:20px 0 30px;
}

.sl-single-news__media-item{
    margin:45px 0;
}

.sl-single-news__media-item img,
.sl-single-news__media-item video{
    display:block;

    width:100%;

    border-radius:13px;

    background:#000;
}

.sl-single-news__media-item video{
    max-height:600px;
}

.sl-single-news__embed{
    position:relative;
    overflow:hidden;

    border-radius:13px;
}

.sl-single-news__embed iframe{
    width:100%;
    aspect-ratio:16 / 9;
    height:auto;
}

.sl-single-news__media-item figcaption{
    margin-top:10px;

    color:#98a2b3;

    font-size:12px;
    line-height:1.5;
}


/* FUENTE */

.sl-single-news__source{
    padding:15px 0 70px;
}

.sl-single-news__source-box{
    padding-top:22px;

    border-top:1px solid var(--line);
}

.sl-single-news__source-box span{
    display:block;

    margin-bottom:5px;

    color:#98a2b3;

    font-size:11px;
    font-weight:800;

    letter-spacing:.1em;
    text-transform:uppercase;
}

.sl-single-news__source-box a,
.sl-single-news__source-box strong{
    color:var(--blue);

    font-size:14px;
}


/* RELACIONADAS */

.sl-single-news__related{
    padding:90px 0;

    background:var(--soft);
}

.sl-single-news__section-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;

    gap:30px;

    margin-bottom:38px;
}

.sl-single-news__eyebrow{
    display:flex;
    align-items:center;
    gap:10px;

    margin-bottom:14px;

    color:var(--blue);

    font-size:12px;
    font-weight:800;

    letter-spacing:.13em;
    text-transform:uppercase;
}

.sl-single-news__eyebrow:before{
    content:"";

    width:34px;
    height:2px;

    background:var(--orange);
}

.sl-single-news__section-head h2{
    margin:0;

    font-size:38px;
    line-height:1.1;

    letter-spacing:-.04em;
}

.sl-single-news__section-head>a{
    color:var(--blue);

    font-size:13px;
    font-weight:750;
}

.sl-single-news__related-grid{
    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:18px;
}

.sl-single-news-card{
    overflow:hidden;

    border:1px solid var(--line);
    border-radius:14px;

    background:#fff;
}

.sl-single-news-card__image{
    display:block;

    height:210px;

    overflow:hidden;
}

.sl-single-news-card__image img{
    width:100%;
    height:100%;

    object-fit:cover;
}

.sl-single-news-card__body{
    padding:22px;
}

.sl-single-news-card__meta{
    display:flex;
    gap:10px;

    margin-bottom:11px;

    color:#98a2b3;

    font-size:11px;
}

.sl-single-news-card__meta span{
    color:var(--blue);

    font-weight:800;
    text-transform:uppercase;
}

.sl-single-news-card h3{
    margin:0;

    font-size:18px;
    line-height:1.3;
}

.sl-single-news-card h3 a{
    color:var(--ink);
}


/* CTA */

.sl-single-news__cta{
    padding:95px 0;

    background:linear-gradient(
        110deg,
        #eef4fa,
        #fff
    );
}

.sl-single-news__cta-box{
    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:40px;

    padding:50px 55px;

    border:1px solid #dfe6f0;
    border-radius:18px;

    background:#fff;

    box-shadow:
        0 20px 55px rgba(18,34,82,.08);
}

.sl-single-news__cta-box h2{
    max-width:650px;

    margin:0 0 10px;

    font-size:38px;

    letter-spacing:-.04em;
}

.sl-single-news__cta-box p{
    max-width:650px;

    margin:0;

    color:var(--muted);
}

.sl-single-news__button{
    flex:none;

    display:inline-flex;
    align-items:center;

    min-height:50px;

    padding:0 23px;

    border-radius:8px;

    color:#fff !important;
    background:var(--orange);

    font-size:14px;
    font-weight:750;

    text-decoration:none;
}


/* MOBILE */

@media(max-width:760px){

    .sl-single-news__wrap,
    .sl-single-news__article{
        width:min(100% - 28px,1180px);
    }

    .sl-single-news__hero{
        padding:65px 0 95px;
    }

    .sl-single-news__hero h1{
        font-size:40px;
    }

    .sl-single-news__lead{
        font-size:16px;
    }

    .sl-single-news__featured{
        margin-top:-35px;
    }

    .sl-single-news__featured-img{
        height:280px;
    }

    .sl-single-news__body{
        padding-top:55px;
    }

    .sl-single-news__related-grid{
        grid-template-columns:1fr;
    }

    .sl-single-news__section-head,
    .sl-single-news__cta-box{
        flex-direction:column;
        align-items:flex-start;
    }

    .sl-single-news__cta-box{
        padding:34px 26px;
    }

}

/* ========================================================
   RESUMEN
   ======================================================== */

.sl-single-news__summary{
    padding:48px 0 15px;
}

.sl-single-news__summary p{
    position:relative;

    margin:0;

    padding-left:24px;

    color:#344054;

    font-size:20px;
    line-height:1.7;

    font-weight:500;
}

.sl-single-news__summary p:before{
    content:"";

    position:absolute;

    left:0;
    top:8px;
    bottom:8px;

    width:3px;

    border-radius:99px;

    background:#f27b32;
}


/* ========================================================
   CARRUSEL MULTIMEDIA
   ======================================================== */

.sl-single-news__media{
    padding:45px 0 55px;
}

.sl-single-news__media-wrap{
    width:min(980px,calc(100% - 40px));
    margin:0 auto;
}


.sl-media-carousel{
    position:relative;
}


/* VIEWPORT */

.sl-media-carousel__viewport{
    width:100%;

    overflow:hidden;

    border-radius:16px;
}


/* TRACK */

.sl-media-carousel__track{
    display:flex;

    overflow-x:auto;

    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;

    scrollbar-width:none;

    -webkit-overflow-scrolling:touch;
}

.sl-media-carousel__track::-webkit-scrollbar{
    display:none;
}


/* SLIDE */

.sl-media-carousel__slide{
    flex:0 0 100%;

    width:100%;

    margin:0;

    scroll-snap-align:start;
}


/* CONTENIDO VISUAL */

.sl-media-carousel__asset{
    display:flex;
    align-items:center;
    justify-content:center;

    width:100%;
    min-height:520px;

    overflow:hidden;

    border-radius:16px;

    background:#eef2f6;
}

.sl-media-carousel__asset img{
    display:block;

    width:100%;
    height:100%;

    max-height:650px;

    object-fit:cover;
}

.sl-media-carousel__asset video{
    display:block;

    width:100%;
    max-height:650px;

    background:#000;
}


/* YOUTUBE / VIMEO */

.sl-media-carousel__embed{
    position:relative;

    width:100%;

    aspect-ratio:16 / 9;

    background:#000;
}

.sl-media-carousel__embed iframe{
    position:absolute;

    inset:0;

    width:100% !important;
    height:100% !important;

    border:0;
}


/* PIE */

.sl-media-carousel__slide figcaption{
    padding:12px 4px 0;

    color:#98a2b3;

    font-size:12px;
    line-height:1.5;
}


/* NAVEGACIÓN */

.sl-media-carousel__nav{
    display:flex;
    align-items:center;
    justify-content:space-between;

    margin-top:18px;
}

.sl-media-carousel__counter{
    display:flex;
    align-items:center;

    gap:5px;

    color:#98a2b3;

    font-size:12px;
    font-weight:700;

    letter-spacing:.05em;
}

.sl-media-carousel__counter span:first-child{
    color:#2046a3;
}


.sl-media-carousel__arrows{
    display:flex;
    gap:8px;
}

.sl-media-carousel__arrow{
    display:grid;
    place-items:center;

    width:44px;
    height:44px;

    padding:0;

    border:1px solid #dde4ed;
    border-radius:50%;

    background:#fff;
    color:#17245d;

    cursor:pointer;

    font-size:18px;

    transition:
        background .2s,
        color .2s,
        border-color .2s,
        transform .2s;
}

.sl-media-carousel__arrow:hover{
    color:#fff;

    background:#17245d;
    border-color:#17245d;

    transform:translateY(-2px);
}


/* MOBILE */

@media(max-width:620px){

    .sl-single-news__summary{
        padding:38px 0 5px;
    }

    .sl-single-news__summary p{
        padding-left:18px;

        font-size:17px;
    }

    .sl-single-news__media{
        padding:35px 0 45px;
    }

    .sl-single-news__media-wrap{
        width:min(100% - 28px,980px);
    }

    .sl-media-carousel__asset{
        min-height:260px;
    }

    .sl-media-carousel__asset img,
    .sl-media-carousel__asset video{
        max-height:420px;
    }

}

/* =========================================================
   SOLUCION-LAB · NOTICIA INDIVIDUAL
   ========================================================= */

.sl-single-news{
    --navy:#17245d;
    --blue:#2046a3;
    --cyan:#0aa6a6;
    --orange:#f27b32;
    --ink:#101a35;
    --muted:#667085;
    --line:#e8ecf3;
    --soft:#f5f8fc;

    width:100%;
    margin:0;
    padding:0;

    overflow:hidden;

    font-family:Inter,Arial,sans-serif;
    color:var(--ink);

    background:#fff;
}

.sl-single-news *,
.sl-single-news *::before,
.sl-single-news *::after{
    box-sizing:border-box;
}

.sl-single-news a{
    text-decoration:none;
}

.sl-single-news figure{
    margin:0;
}

.sl-single-news__wrap{
    width:min(1180px,calc(100% - 40px));
    margin:0 auto;
}

.sl-single-news__article{
    width:min(780px,calc(100% - 40px));
    margin:0 auto;
}


/* =========================================================
   HERO
   ========================================================= */

.sl-single-news__hero{
    position:relative;
    isolation:isolate;

    width:100%;
    min-height:410px;

    display:flex;
    align-items:center;

    padding:78px 0 115px;

    overflow:hidden;

    background:
        radial-gradient(
            circle at 78% 18%,
            rgba(20,176,183,.35),
            transparent 24%
        ),
        radial-gradient(
            circle at 86% 85%,
            rgba(242,123,50,.18),
            transparent 26%
        ),
        linear-gradient(
            128deg,
            #10194a 0%,
            #1b2a68 54%,
            #153b75 100%
        );
}

.sl-single-news__hero::before{
    content:"";

    position:absolute;
    inset:0;

    z-index:-1;

    opacity:.2;

    background-image:
        linear-gradient(
            rgba(255,255,255,.08) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.08) 1px,
            transparent 1px
        );

    background-size:72px 72px;

    mask-image:
        linear-gradient(
            90deg,
            transparent,
            #000
        );
}

.sl-single-news__hero::after{
    content:"";

    position:absolute;

    width:440px;
    height:440px;

    right:-95px;
    top:65px;

    z-index:-1;

    border:1px solid rgba(255,255,255,.18);
    border-radius:50%;

    box-shadow:
        0 0 0 75px rgba(255,255,255,.035),
        0 0 0 150px rgba(255,255,255,.025);
}

.sl-single-news__hero-content{
    position:relative;
    z-index:2;

    max-width:900px;
}

.sl-single-news__meta{
    display:flex;
    align-items:center;
    flex-wrap:wrap;

    gap:12px;

    margin-bottom:20px;
}

.sl-single-news__category{
    display:flex;
    align-items:center;

    gap:10px;

    color:#92e6e3;

    font-size:12px;
    font-weight:800;

    letter-spacing:.13em;
    text-transform:uppercase;
}

.sl-single-news__category::before{
    content:"";

    display:block;

    width:34px;
    height:2px;

    background:var(--orange);
}

.sl-single-news__date{
    color:rgba(255,255,255,.58);

    font-size:12px;
}

.sl-single-news__hero h1{
    max-width:900px;

    margin:0;

    color:#fff !important;

    font-size:clamp(42px,5vw,62px);
    font-weight:700;
    line-height:1.04;

    letter-spacing:-.05em;
}


/* =========================================================
   IMAGEN DESTACADA
   ========================================================= */

.sl-single-news__featured{
    position:relative;

    z-index:3;

    margin-top:-58px;
}

.sl-single-news__featured figure{
    width:100%;
}

.sl-single-news__featured-img{
    display:block;

    width:100%;
    height:auto;
    max-height:650px;

    object-fit:cover;

    border-radius:16px;

    box-shadow:
        0 25px 70px rgba(16,31,74,.14);
}


/* =========================================================
   RESUMEN
   ========================================================= */

.sl-single-news__summary{
    padding:52px 0 10px;
}

.sl-single-news__summary p{
    position:relative;

    margin:0;

    padding-left:24px;

    color:#344054;

    font-size:20px;
    font-weight:500;
    line-height:1.7;
}

.sl-single-news__summary p::before{
    content:"";

    position:absolute;

    left:0;
    top:7px;
    bottom:7px;

    width:3px;

    border-radius:99px;

    background:var(--orange);
}


/* =========================================================
   MULTIMEDIA / CARRUSEL
   ========================================================= */

.sl-single-news__media{
    width:100%;

    padding:48px 0 35px;
}

.sl-single-news__media-wrap{
    width:min(980px,calc(100% - 40px));

    margin:0 auto;
}

.sl-media-carousel{
    position:relative;

    width:100%;
}


/* VIEWPORT */

.sl-media-carousel__viewport{
    position:relative;

    width:100%;

    overflow:hidden;

    border-radius:16px;

    background:#eef2f6;
}


/* TRACK */

.sl-media-carousel__track{
    display:flex;

    width:100%;

    overflow-x:auto;
    overflow-y:hidden;

    scroll-snap-type:x mandatory;
    scroll-behavior:smooth;

    scrollbar-width:none;

    -webkit-overflow-scrolling:touch;
}

.sl-media-carousel__track::-webkit-scrollbar{
    display:none;
}


/* SLIDE */

.sl-media-carousel__slide{
    flex:0 0 100%;

    width:100%;
    min-width:100%;

    margin:0;

    scroll-snap-align:start;
}


/* FOTO / VIDEO */

.sl-media-carousel__asset{
    position:relative;

    display:flex;
    align-items:center;
    justify-content:center;

    width:100%;
    min-height:520px;

    overflow:hidden;

    background:#eef2f6;
}

.sl-media-carousel__asset img{
    display:block;

    width:100%;
    height:100%;

    max-height:650px;

    object-fit:contain;

    background:#eef2f6;
}

.sl-media-carousel__asset video{
    display:block;

    width:100%;
    height:auto;

    max-height:650px;

    background:#000;
}


/* YOUTUBE / VIMEO */

.sl-media-carousel__embed{
    position:relative;

    width:100%;

    aspect-ratio:16 / 9;

    overflow:hidden;

    background:#000;
}

.sl-media-carousel__embed iframe{
    position:absolute;

    inset:0;

    width:100% !important;
    height:100% !important;

    border:0;
}


/* PIE DE FOTO / VIDEO */

.sl-media-carousel__slide figcaption{
    padding:11px 4px 0;

    color:#98a2b3;

    font-size:12px;
    line-height:1.5;
}


/* =========================================================
   FLECHAS
   ========================================================= */

.sl-media-carousel__arrow{
    position:absolute;

    top:50%;

    z-index:10;

    display:flex !important;
    align-items:center;
    justify-content:center;

    width:48px !important;
    height:48px !important;

    min-width:48px !important;

    margin:0 !important;
    padding:0 !important;

    border:1px solid rgba(255,255,255,.6) !important;
    border-radius:50% !important;

    background:rgba(16,26,53,.78) !important;

    color:#fff !important;

    font-family:Arial,sans-serif;
    font-size:20px !important;
    line-height:1 !important;

    cursor:pointer;

    transform:translateY(-50%);

    backdrop-filter:blur(5px);

    box-shadow:
        0 8px 25px rgba(16,26,53,.18);

    transition:
        background .2s ease,
        transform .2s ease;
}

.sl-media-carousel__arrow:hover{
    background:#17245d !important;

    transform:
        translateY(-50%)
        scale(1.06);
}

.sl-media-carousel__arrow--prev{
    left:18px;
}

.sl-media-carousel__arrow--next{
    right:18px;
}


/* =========================================================
   FOOTER DEL CARRUSEL
   ========================================================= */

.sl-media-carousel__footer{
    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;

    width:100%;

    margin-top:17px;
}


/* CONTADOR */

.sl-media-carousel__counter{
    display:flex;
    align-items:center;

    gap:5px;

    color:#98a2b3;

    font-size:12px;
    font-weight:700;

    letter-spacing:.05em;
}

.sl-media-carousel__counter [data-sl-current]{
    color:var(--blue);
}


/* DOTS */

.sl-media-carousel__dots{
    display:flex;
    align-items:center;

    gap:7px;
}

.sl-media-carousel__dot{
    display:block;

    width:7px !important;
    height:7px !important;

    min-width:7px !important;

    margin:0 !important;
    padding:0 !important;

    border:0 !important;
    border-radius:99px !important;

    background:#cdd5df !important;

    cursor:pointer;

    transition:
        width .2s ease,
        background .2s ease;
}

.sl-media-carousel__dot.is-active{
    width:24px !important;

    background:var(--blue) !important;
}


/* =========================================================
   CONTENIDO DE LA NOTICIA
   ========================================================= */

.sl-single-news__body{
    padding:45px 0 35px;
}

.sl-single-news__article{
    color:#344054;

    font-size:17px;
    line-height:1.85;
}

.sl-single-news__article > *:first-child{
    margin-top:0;
}

.sl-single-news__article p{
    margin:0 0 25px;
}

.sl-single-news__article h2,
.sl-single-news__article h3,
.sl-single-news__article h4{
    color:var(--ink);

    line-height:1.2;

    letter-spacing:-.03em;
}

.sl-single-news__article h2{
    margin:52px 0 20px;

    font-size:32px;
}

.sl-single-news__article h3{
    margin:38px 0 16px;

    font-size:24px;
}

.sl-single-news__article h4{
    margin:30px 0 13px;

    font-size:20px;
}

.sl-single-news__article ul,
.sl-single-news__article ol{
    margin:0 0 28px;

    padding-left:25px;
}

.sl-single-news__article li{
    margin-bottom:8px;
}

.sl-single-news__article img{
    max-width:100%;
    height:auto;

    border-radius:12px;
}

.sl-single-news__article a{
    color:var(--blue);

    text-decoration:underline;

    text-underline-offset:3px;
}


/* =========================================================
   FUENTE
   ========================================================= */

.sl-single-news__source{
    padding:5px 0 40px;
}

.sl-single-news__source-box{
    padding-top:22px;

    border-top:1px solid var(--line);
}

.sl-single-news__source-box > span{
    display:block;

    margin-bottom:6px;

    color:#98a2b3;

    font-size:11px;
    font-weight:800;

    letter-spacing:.1em;
    text-transform:uppercase;
}

.sl-single-news__source-box a,
.sl-single-news__source-box strong{
    color:var(--blue);

    font-size:14px;
    font-weight:700;
}


/* =========================================================
   VOLVER A NOTICIAS
   ========================================================= */

.sl-single-news__back{
    padding:10px 0 80px;
}

.sl-single-news__back a{
    display:inline-flex;
    align-items:center;

    gap:8px;

    color:var(--blue);

    font-size:14px;
    font-weight:700;

    text-decoration:none;
}

.sl-single-news__back a:hover{
    color:var(--navy);
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:950px){

    .sl-single-news__hero{
        min-height:380px;
    }

    .sl-media-carousel__asset{
        min-height:420px;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:620px){

    .sl-single-news__wrap,
    .sl-single-news__article,
    .sl-single-news__media-wrap{
        width:min(100% - 28px,1180px);
    }


    .sl-single-news__hero{
        min-height:330px;

        padding:58px 0 88px;
    }


    .sl-single-news__hero::after{
        width:300px;
        height:300px;

        right:-180px;
        top:60px;
    }


    .sl-single-news__hero h1{
        font-size:38px;
    }


    .sl-single-news__meta{
        gap:9px;

        margin-bottom:16px;
    }


    .sl-single-news__category{
        font-size:11px;
    }


    .sl-single-news__featured{
        margin-top:-34px;
    }


    .sl-single-news__featured-img{
        width:100%;
        height:280px;

        object-fit:cover;

        border-radius:12px;
    }


    .sl-single-news__summary{
        padding:38px 0 5px;
    }


    .sl-single-news__summary p{
        padding-left:18px;

        font-size:17px;
    }


    .sl-single-news__media{
        padding:32px 0 20px;
    }


    .sl-media-carousel__viewport{
        border-radius:12px;
    }


    .sl-media-carousel__asset{
        min-height:260px;
    }


    .sl-media-carousel__asset img,
    .sl-media-carousel__asset video{
        max-height:420px;
    }


    .sl-media-carousel__arrow{
        width:40px !important;
        height:40px !important;

        min-width:40px !important;

        font-size:16px !important;
    }


    .sl-media-carousel__arrow--prev{
        left:10px;
    }


    .sl-media-carousel__arrow--next{
        right:10px;
    }


    .sl-single-news__body{
        padding:35px 0 25px;
    }


    .sl-single-news__article{
        font-size:16px;
        line-height:1.8;
    }


    .sl-single-news__article h2{
        font-size:27px;
    }


    .sl-single-news__article h3{
        font-size:22px;
    }


    .sl-single-news__back{
        padding-bottom:60px;
    }

}