#header-wrap #logo img {
    height: 95px !important;
    width: auto;
}
#header-wrap #logo img.logo_smaller {
    height: 48px !important;
    width: auto;
}
blockquote {font-size:95%; font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;     border-left-color: #7f06b2;
}
@media (min-width: 2000px) {
    .slider-element {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
.feature-box .smaller_icon a i {transform: scale(0.8);
  display: inline-block;}
p a.link_dentro_de_parrafo {color:#7f06b2;}
p a.link_dentro_de_parrafo:hover {color:#fc0bda;}

.page-title-content h1.titulo_especialidades {color:#7f06b2;}
/* ── Footer logo ── */
#footer .footer-logo-svg {
    width: 25%;
    max-width: 180px;
    min-width: 100px;
    height: auto;
}
#footer .container img.footer-logo-svg_smaller {
    width: 50%;
    max-width: 150px;
    min-width: 70px;
    height: auto;
}
/* ── Footer nav links ── */
#footer .footer-nav a {
    font-size: 0.75rem;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    #footer .footer-logo-svg {
        width: 40%;
        max-width: 140px;
    }
    #footer .footer-nav a {
        font-size: 0.7rem;
    }
}
.texto_gris {color:#6b6b6b!important;}
#posts .entry .purple_title_servicios h2{color:#7f06b2  ;}
.purple_title_servicios h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #8b8b8b;
}

/* ── Servicios: separación imagen/título al apilarse en móvil ──
   El "row g-0" elimina el gutter vertical, por lo que al apilar
   las columnas (<768px) el título queda pegado a la imagen. */
@media (max-width: 767.98px) {
    #posts .entry .grid-inner > .img-zoom {
        margin-bottom: 1.25rem;
    }
}
/* ── Social icon hover fix ── */
.social-icon {
    overflow: hidden !important;
    position: relative !important;
}

.social-icon i:first-child,
.social-icon i:last-child {
    transition: transform 0.3s ease !important;
    margin-top: 0 !important;
}

.social-icon:hover i:first-child {
    transform: translateY(calc(var(--cnvs-socialicon-lineheight) * -1)) !important;
    margin-top: 0 !important;
}

.social-icon:hover i:last-child {
    transform: translateY(calc(var(--cnvs-socialicon-lineheight) * -1)) !important;
}

/* ── Banner grid titles ── */
.banner-link {
    position: relative;
    overflow: hidden;
    border-radius: 0.375rem;
}

.banner-link img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                filter 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: saturate(0.3) brightness(1);
}

.banner-link:hover img {
    transform: scale(1.08);
    filter: saturate(1) brightness(1.15);
}

.banner-title {
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: clamp(0.75rem, 1.5vw, 1.1rem);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.5);
    text-align: left;
    padding: 12px 0 6px;
    pointer-events: none;
    width: auto;
}

.banner-title::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #02b3f5;
    transition: width 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.banner-link:hover .banner-title::after {
    width: 100%;
}
.img-zoom {
    overflow: hidden;
    border-radius: 0.375rem;
}

.img-zoom img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.img-zoom:hover img {
    transform: scale(1.15);
}
.img-zoom .feature-box {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}
.img-zoom .feature-box:hover { transform: scale(1.10);}
#footer {
    background-color: #7f06b2  !important; /* cambia a tu color */
}#footer.gris {
    background-color: #eee  !important; /* cambia a tu color */
}
/* Color de fondo de la franja de copyrights */
#copyrights {
    background-color: #eee !important; /* cambia a tu color */
}
#copyrights a{
    color: #6b6b6b !important; /* cambia a tu color */
}
#copyrights a:hover{
    color: #7f06b2 !important; /* cambia a tu color */
}

.footer_color_links a { color:  #7f06b2  !important; /* cambia a tu color */}
.footer_color_links a:hover { color:  #02b3f5  !important; /* cambia a tu color */}
#footer .footer_text_white a i {color:#fff;}
.text-small {color:#6A6565;  font-size: 80% !important;}
#footer #copyrights .container .text-smaller {color:#6A6565;}
#footer #copyrights .gris {color:#6A6565;}
#footer .text-smaller {color:#6A6565;  font-size: 70% !important;}
#footer .small_text_footer {font-size: 80%; color:#6b6b6b;}
#footer #copyrights .small_text_footer a {text-decoration: none!important; color:#6b6b6b;}
#footer #copyrights .small_text_footer a:hover {text-decoration: none!important; color: #7f06b2;}
/* Color links menu: reposo, hover, active */
.menu-item > .menu-link {
    color: #6b6b6b !important;           /* reposo */
}
.menu-item:hover > .menu-link {
    color: #7f06b2 !important;           /* hover */
}
.menu-item.current > .menu-link {
    color: #7f06b2 !important;           /* active */
}

/* ── Fix altura columna derecha banners ── */
@media (min-width: 768px) {
    .row.min-vh-60 > .col-md-4 > .banner-link {
   height: 100% !important;    }
}

/* Border-top de los submenus del header */

#header-wrap .primary-menu ul.sub-menu-container {border-top:3px solid #7f06b2 ;}

/* ── Fix mobile alignment: shop products in tabs ── */
@media (max-width: 767.98px) {
    .tab-content .shop.row[class*="gutter-"] {
        margin-left: 0;
        margin-right: 0;
    }

    .shop .product > .grid-inner.row {
        margin-left: 0;
        margin-right: 0;
    }
}
.cita_texto {
    color: #999;
    font-style: italic;
}

#tab-3 .nav-link {
    color: #6b6b6b;
}
#tab-3 .nav-link:hover {
    color: #02b3f5;
}
#tab-3 .nav-link.active {
    color: #02b3f5;
}
.product-desc .product-title h3 a { color: #4b4b4b;}
.text_index_parrafo { color: #6b6b6b;}
@media (min-width: 992px) {
    .product-desc .text_index_parrafo,
    .product-desc .product-title {
        padding-left: 1.5rem;
    }
}

.product-image.rounded,
.product-image.rounded .fslider,
.product-image.rounded .flexslider,
.product-image.rounded .slider-wrap,
.product-image.rounded .slide,
.product-image.rounded .slide a,
.product-image.rounded .slide img,
.product-image.rounded > a,
.product-image.rounded > a img {
    border-radius: 0.375rem !important;
    overflow: hidden;
}

.tp-title-wrap,
.tp-arr-titleholder {
    display: none !important;
}

.tparrows {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    overflow: hidden !important;
}

.tparrows {
    opacity: 0.5 !important;
    transition: opacity 0.3s ease !important;
}
.tparrows:hover {
    opacity: 1 !important;
}
.dropcap {color:#7f06b2;}
.page-title-row li.link_purple {color:#7f06b2;}
@media (max-width: 767.98px) {
    .page-title-row {
        display: flex;
        flex-direction: column-reverse;
        gap: 1rem;
    }
}
.cita_autor {
    display: block;
    text-align: right; font-size: 85%!important;
}
.team-desc .team-title h4 {
    color: #6b6b6b;
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
}
#gotoTop:hover {
  background-color: #7f06b2;
}
.team-desc .team-title h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #7f06b2;
    transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.team:hover .team-desc .team-title h4::after {
    width: 100%;
}
.team-desc p {
    color: #6b6b6b;
    font-size: clamp(0.8rem, 1.8vw, 0.938rem);
    line-height: 1.7;
}
.gris_team_titulo h3 {color:#6b6b6b;}
/* ── Header menu: layout robusto ── */
/* ── Header menu: layout robusto ── */
.is-expanded-menu .header-row {
    flex-wrap: nowrap;
}

.is-expanded-menu .primary-menu {
    flex-shrink: 1;
    min-width: 0;
}

.is-expanded-menu .menu-container > .menu-item > .menu-link {
    --cnvs-primary-menu-padding-x: 10px;
    white-space: nowrap;
}

.is-expanded-menu .menu-container > .menu-item > .menu-link > span {
    display: none;
}

.is-expanded-menu .header-misc {
    flex-shrink: 0;
}

/* ── Transiciones suaves ── */
.primary-menu,
.primary-menu-trigger,
.header-misc {
    transition: opacity 0.3s ease;
}

.is-expanded-menu .menu-container > .menu-item > .menu-link {
    transition: color 0.3s ease, padding 0.3s ease;
}
.is-expanded-menu .sub-menu-container .menu-item > .menu-link {
    transition: padding-left 0.25s ease, color 0.25s ease;
}

.is-expanded-menu .sub-menu-container .menu-item:hover > .menu-link {
    padding-left: calc(var(--cnvs-primary-menu-submenu-padding-x, 14px) + 6px);
}

.top-search-form input {
    font-size: 1rem !important;
}
.masonry-thumbs .grid-item > a {
    display: block;
}

.masonry-thumbs .grid-item > a > img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0;
}


.grid-filter li a {
    color: #6b6b6b;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.grid-filter li a:hover {
    color: #7f06b2;
}

.grid-filter li.activeFilter a {
    color: #fff;
    background-color: #7f06b2;  transition: background-color 0.3s ease;
}
.grid-filter li.activeFilter a:hover {
    background-color: #fc0bda !important;
}
.grid-filter {
    border-color: rgba(127, 6, 178, 0.2);
}
.grid-filter-wrap {
    justify-content: center;
}
@media (min-width: 768px) {
    .grid-filter li a {
        border-left-color: rgba(127, 6, 178, 0.15);
    }
}
.masonry-thumbs .grid-item {
    overflow: hidden;
    position: relative;
}

.masonry-thumbs .grid-item a {
    display: block;
    overflow: hidden;
}

.masonry-thumbs .grid-item a img {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    backface-visibility: hidden;
}

.masonry-thumbs .grid-item:hover a img {
    transform: scale(1.15);
}
/* ── Team cards: foto B/N en reposo, color en hover ── */
/* ── Team cards: saturación baja en reposo, color en hover ── */
.team .team-image img {
    filter: saturate(0.3);
    transition: filter 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.team:hover .team-image img {
    filter: saturate(1);
}

@media (hover: none) {
    .team:active .team-image img {
        filter: saturate(1);
    }
}
.rev_slider_wrapper .rev_slider {
    min-height: 50vh !important;
}

@media (min-width: 1200px) {
    .rev_slider_wrapper .rev_slider {
        min-height: 60vh !important;
    }
}

@media (max-width: 767.98px) {
    .rev_slider_wrapper .rev_slider {
        min-height: 40vh !important;
    }
}

.hero-banner-img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 700px;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 767.98px) {
    .slider-element {
        height: auto !important;
    }

    .slider-element .swiper,
    .slider-element .swiper-wrapper,
    .slider-element .swiper-slide {
        height: auto !important;
    }

    .hero-banner-img {
        min-height: 300px;
        height: 45vw;
    }
}
.slider-element.h-auto .slider-inner {
    position: relative !important;
}
@media (max-width: 767.98px) {
    .slider-element.h-auto .owl-carousel img {
        width: auto !important;
        min-width: 100%;
        height: 55vw;
        object-fit: cover;
        object-position: center center;
    }
}
#slider .slider-inner .vertical-middle .error404 {color:#6b6b6b!important;}
.button-purple {background-color:#7f06b2 ;}
.creditos_autor_website_zaunka_veterinarios {color:#8b8b8b;}
.fbox-icon a i {
    color: #7f06b2 !important;
    transition: color 0.3s ease;
}

.fbox-icon a:hover i {
    color: #fc0bda !important;
}

#submit-button {
    background-color: #7f06b2 !important; color: #fff;
    border-color: #7f06b2 !important;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

#submit-button:hover {
    background-color: #fc0bda !important;
    border-color: #fc0bda !important;
}
#carousel-tabs.tabs,
		#carousel-tabs .tab-content {
			--cnvs-tab-padding-width: 0;
			--bs-nav-link-padding-y: .75rem;
			--bs-nav-link-font-size: .9125rem;
			--bs-nav-link-font-weight:	400;
			--bs-nav-tabs-border-width: 0;
			--bs-nav-link-color: var(--cnvs-contrast-1000);
			--bs-nav-link-hover-color: var(--cnvs-contrast-900);
			--bs-nav-tabs-link-active-bg: rgba(var(--bs-danger-rgb), 0.1);
			--bs-nav-tabs-link-active-color: var(--bs-danger);
			--cnvs-tabs-bg-color:rgba(var(--cnvs-contrast-rgb), 0.04);
		}

		.dark #carousel-tabs.tabs,
		.dark #carousel-tabs .tab-content {
			--bs-nav-tabs-link-active-bg: rgba(var(--bs-danger-rgb),1);
			--bs-nav-tabs-link-active-color: var(--bs-light);
		}

		#carousel-tabs .nav-link:not(.active) {
			background-color: rgba(var(--cnvs-contrast-rgb), 0.04);
		}

		#carousel-tabs .nav-link {
			border-radius: var(--bs-border-radius);
			font-weight: 500;
		}

		#carousel-tabs .nav-link.active {
			font-weight: 600;
		}

		.carousel-blur-left::before,
		.carousel-blur-right::after {
			--cnvs-carousel-blur-size: 70px;
			content: "";
			position: absolute;
			top: 0;
			left: 0;
			right: auto;
			width: var(--cnvs-carousel-blur-size);
			height: 100%;
			z-index: 1;
			background: linear-gradient(to right, var(--cnvs-body-bg) 50%, transparent);
		}

		.carousel-blur-right::after {
			left: auto;
			right: 0;
			background: linear-gradient(to left, var(--cnvs-body-bg) 50%, transparent);
		}
.grid-filter.flex-column {
			border: 1px solid rgba(0,0,0,0.07);
			border-radius: 4px;
		}

		.grid-filter.flex-column,
		.grid-filter.flex-column li {
			width: 100%;
		}

		.grid-filter.flex-column li a {
			padding: 14px 20px;
			font-size: 0.9375rem;
			text-align: left;
			border-left: 0;
			border-radius: 0;
			border-bottom: 1px solid rgba(0,0,0,0.07);
		}

		.grid-filter.flex-column li:first-child a {
			border-radius: 4px 4px 0 0;
		}

		.grid-filter.flex-column li:last-child a {
			border-bottom: 0;
			border-radius: 0 0 4px 4px;
		}

#canvas-TabContent2 .tab-pane.fade {
    transition: opacity 0.3s ease;
}

#canvas-TabContent2 .tab-pane.fade.show {
    animation: tabFadeInUp 0.3s ease both;
}

@keyframes tabFadeInUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fslider .flexslider {
    cursor: grabbing!important;
}

.fslider .flexslider:active {
    cursor: grabbing!important;
}
.product-image .owl-carousel .owl-dots .owl-dot {
    background-color: #7f06b2;
}

.product-image .owl-carousel .owl-dots .owl-dot.active,
.product-image .owl-carousel .owl-dots .owl-dot:hover {
    opacity: 1;
    background-color: #7f06b2;
}
.btn-outline-info {
   
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn-outline-info:hover {
  
    color: #fff;
}.btn-outline-info {
  
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn-outline-info:hover {
   
    color: #fff;
}
/* ── boton de colores del logo morado
.btn-outline-info {
    color: #7f06b2;
    border-color: #7f06b2;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.btn-outline-info:hover {
    background-color: #fc0bda;
    border-color: #fc0bda;
    color: #fff;
} ── */
.team:hover .img-zoom img {
    transform: scale(1.15);
}
.purpura_color, .p-2 h3 > span.purpura_color, li > i.purpura_color, .iconlist li i.purpura_color {color:#7f06b2;}
.gmap .purpura_color {
  color: #7f06b2 !important;
}
.container .purple_title, .feature-box i.purple_title, .fbox-content h3 > span.purple_title {color:#7f06b2;}
.color_blue_logo {color:#02b3f5!important   ;}
/* 1. Selecciona el contenedor del marcador y fuerza que muestre el overflow */
.gmap div:has(> img[src*="map-marker-zaunka.svg"]) {
  overflow: visible !important;
  z-index: 9999 !important; /* Asegura que el marcador animado quede por encima */
}

/* 2. Aplica la animación a la imagen con un margen de seguridad interno */
.gmap img[src*="map-marker-zaunka.svg"] {
  animation: pulsoSuave 2.5s infinite ease-in-out;
  transform-origin: bottom center;
  will-change: transform, filter; /* Optimiza el rendimiento en móviles */
}

/* 3. Animación fluida con escala y sombra sutil */
@keyframes pulsoSuave {
  0% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
  50% {
    transform: scale(1.1); /* Crece un 10% de forma segura */
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.2)); /* Sombra difuminada */
  }
  100% {
    transform: scale(1);
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  }
}
.gmap {
  border: 1px solid rgba(190, 190, 190, 0.8); /* Gris muy claro con 50% de opacidad */
  box-sizing: border-box; /* Evita que el borde sume tamaño extra al mapa */
}
/* ── FAQ Accordion: toggle open/close ── */
#faqs .toggle .toggle-content {
    display: none;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

#faqs .toggle.active .toggle-content {
    display: block;
}

#faqs .toggle .toggle-header {
    cursor: pointer;
    user-select: none;
}

#faqs .toggle .toggle-header:hover .toggle-title {
    color: #7f06b2 !important;
}

#faqs .toggle.active .toggle-header .toggle-title {
    color: #7f06b2 !important;
    font-weight: 600;
}
/* ── Submenu dropdown: animación fluida ── */
.is-expanded-menu .primary-menu .menu-container > .menu-item > .sub-menu-container {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                visibility 0s linear 0.3s;
    pointer-events: none;
}

.is-expanded-menu .primary-menu .menu-container > .menu-item:hover > .sub-menu-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                visibility 0s linear 0s;
    pointer-events: auto;
}

/* Items internos: entrada escalonada sutil */
.is-expanded-menu .primary-menu .sub-menu-container .menu-item {
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.is-expanded-menu .primary-menu .menu-container > .menu-item:hover > .sub-menu-container .menu-item {
    opacity: 1;
    transform: translateY(0);
}

.is-expanded-menu .primary-menu .sub-menu-container .menu-item:nth-child(1) { transition-delay: 0.04s; }
.is-expanded-menu .primary-menu .sub-menu-container .menu-item:nth-child(2) { transition-delay: 0.08s; }
.is-expanded-menu .primary-menu .sub-menu-container .menu-item:nth-child(3) { transition-delay: 0.12s; }
.is-expanded-menu .primary-menu .sub-menu-container .menu-item:nth-child(4) { transition-delay: 0.16s; }
.is-expanded-menu .primary-menu .sub-menu-container .menu-item:nth-child(5) { transition-delay: 0.20s; }
.is-expanded-menu .primary-menu .sub-menu-container .menu-item:nth-child(6) { transition-delay: 0.24s; }

/* ── Selector de idiomas: correcto, solo abre con click ── */

/* Padding uniforme: item visible e items del dropdown iguales */
.top-links .top-links-container > .top-links-item > a,
.top-links .top-links-sub-menu .top-links-item a {
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
}

/* Bandera uniforme */
.top-links .top-links-item a img {
    width: 18px;
    height: auto;
    flex-shrink: 0;
}

/* Estilo del dropdown cuando se despliega */
.top-links.on-click .top-links-item.sfHover > .top-links-sub-menu {
    animation: langDropIn 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    border-top: 2px solid #7f06b2;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: visible;
}

/* Items del dropdown: hover */
.top-links .top-links-sub-menu .top-links-item a {
    border-radius: 0 0 6px 6px;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.top-links .top-links-sub-menu .top-links-item a:hover {
    color: #7f06b2;
    background-color: rgba(127, 6, 178, 0.06);
    border-radius: 0 0 6px 6px;
}

/* Animación de entrada */
@keyframes langDropIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Responsive ── */
@media (max-width: 991.98px) {
    .top-links .top-links-container > .top-links-item > a,
    .top-links .top-links-sub-menu .top-links-item a {
        padding: 12px 16px;
    }
}

/* ── i18n: language switching transitions ── */
[data-i18n] {
    transition: opacity 0.2s ease;
}

.i18n-switching [data-i18n] {
    opacity: 0;
}

/* Active language indicator in selector */
.top-links-item[data-active-lang="eu"] > a,
.top-links-item[data-active-lang="es"] > a {
    font-weight: 600;
}
ol.breadcrumb .breadcrumb-item a:hover {color:#7f06b2!important;}
span.zaunka {color:#fc0bda;}
.bg_pasos { background-color: #efefef; }

/* ── Tarjetas "Pasos" Plan Amigo: zoom seguro sin recortes ── */
.paso-card {
    position: relative;
    padding: 1.75rem 1.5rem;
    overflow: visible;                 /* nunca recorta el contenido */
    transform-origin: center center;
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
    backface-visibility: hidden;       /* evita parpadeo del texto al escalar */
}

.paso-card:hover {
    transform: scale(1.04);            /* escala la tarjeta entera, fondo + texto */
    box-shadow: 0 0.75rem 1.75rem rgba(0, 0, 0, 0.12);
    z-index: 2;                        /* queda por encima de las vecinas */
}
.paso-card:hover .fbox-icon i.i-alt {color:#fc0bda!important;}
.paso-card .feature-box {
    margin: 0;
    height: 100%;
}

.paso-card .fbox-content {
    overflow-wrap: break-word;         /* parte palabras largas en vez de desbordar */
    word-break: break-word;
}

.paso-card .fbox-content p {
    margin-bottom: 0;
}
.feature-box .fbox-content h3 span.subtitle a.contacto_boton:hover {color:#fc0bda!important;}
.product-image .owl-carousel,
.product-image .owl-carousel .owl-stage-outer {
    border-radius: var(--bs-border-radius) !important;
    overflow: hidden;
}