/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 23 2026 | 08:53:29 */
/* Aviso de cookies */
.cmplz-soft-cookiewall {
    background-color: rgb(0 0 0 / 55%) !important;
    z-index: 99999 !important;
}
/* Menú principal */
.menu-principal a:link {
    text-decoration: none !important;
}
/* Cabecera de página */
.cabecera-pagina {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}
/* Migas de pan */
.custom-breadcrumb .rank-math-breadcrumb {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: 1rem;
    color: #fff;
}
.custom-breadcrumb .rank-math-breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: opacity .2s ease;
}
.custom-breadcrumb .rank-math-breadcrumb a:hover {
    opacity: 0.7;
}
.custom-breadcrumb .separator {
    margin: 0;
}
.custom-breadcrumb .last {
    color: #fff;
    font-weight: normal;
}
.custom-breadcrumb p {
margin-block-end: .5rem;
	}
/* TEXTOS HOME */
.bloque-home p span {
    font-size: 6rem;
    color: var(--e-global-color-primary);
    display: block;
    line-height: 1em;
}
/* BLOQUES DE TEXTO INTRODUCCIÓN */
.introduccion p a:link {
	text-decoration: underline;
}
.introduccion p a:hover {
	text-decoration: none;
}
/* TEXTO CARACTERÍSTICAS */
.texto-caracteristicas h3 {
	font-family: var(--e-global-typography-3b75488-font-family), Sans-serif;
	font-weight: normal;
	font-size: 2rem;
    line-height: 1.2;
    margin-block-end: 1.5rem;
    margin-block-start: 3rem;
	text-align: center !important;
}
.texto-caracteristicas p a:link {
	text-decoration: underline;
}
.texto-caracteristicas p a:hover {
	text-decoration: none;
}
.texto-caracteristicas ul {
    padding-inline-start: 20px;
}
/* CERTIFICADOS */
.horizontal-masonry .jet-listing-grid__items{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
}
.horizontal-masonry .jet-listing-grid__item{
    flex:0 0 auto;
}
/* LISTADO DE PRODUCTOS */
.listado-productos {
    aspect-ratio: 3 / 4;
}
.listado-productos a:link {
    text-decoration: none !important;
}
.listado-productos {
    overflow: hidden;
}
.imagen-producto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.3s ease;
	border-radius: 8px;
}
.imagen-producto:hover img {
    transform: scale(1.08);
	border-radius: 8px;
}
/* Degradado superpuesto */
.imagen-producto::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.4) 0%,
        rgba(255,255,255,0) 60%
    );
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 2;
	border-radius: 8px;
}
/* Contenido por encima */
.imagen-producto > * {
    position: relative;
    z-index: 2;
}
/* FORMATOS DE PRESENTACION */
.listado-formatos h3 {
    margin-block-end: .2rem;
}
.listado-formatos .jet-listing-grid__items {
    justify-content:center;
	display:flex;
    flex-wrap:wrap;
}
/* DESPLEGABLES FAQ */
.faq-item h3 {
	margin-block-end: 0;
    margin-block-start: 0;
}
.faq-item p {
    margin-block-end: 0;
}
.faq-trigger::after {
    right: 16px;
    top: 50%;
    font-size: 30px;
    color: #6b7d83;
}
/* AMPLIAR IMAGEN DE FONDO HOVER */
.zoom-bg {
    background-position:center;
    background-repeat:no-repeat;
    background-size:100%;
    transition:background-size 0.7s ease;
}
.zoom-bg:hover{
    background-size:110%;
}
@media (max-width: 1024px) {
/* LISTADO DE PRODUCTOS */
.listado-productos {
    aspect-ratio: 3 / 4;
}
}		
@media screen and (max-width: 768px) {
/* Migas de pan */
.custom-breadcrumb .rank-math-breadcrumb {
    font-size: 0.8rem !important;
	text-align:center;
}
/* LISTADO DE PRODUCTOS */
.listado-productos {
    aspect-ratio: 1 / 1;
}
/* TEXTOS HOME */
.bloque-home p span {
    font-size: 4rem;
}
/* TEXTO CARACTERÍSTICAS */
.texto-caracteristicas h3 {
	font-size: 1.5rem !important;
    line-height: 1.2;
    margin-block-end: 1.5rem;
    margin-block-start: 3rem;
}
/* FOOTER LEGAL */
    .footer .elementor-nav-menu{
        display:block !important;
		        text-align: center;
    }
    .footer .elementor-nav-menu li{
        display:block !important;
        width:100% !important;
    }
    .footer .elementor-nav-menu a{
        display:block !important;
        width:100% !important;
    }
}