


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

.m3slides {
    position: relative;
}

.m3slide {
    opacity: 0;
    transition: all 0.35s ease-out;
}

.m3slide.active {
    opacity: 1;
}

.m3slide:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}


.slider-align-full.slider-has-arrows {
    position: relative;
}

.arrows-sides .sldir {
    position: absolute;
    top: calc(50% - 15px);
    z-index: 1;
}

.arrows-sides .sldir.back {
    left: calc(80px - var(--margin-content));
}

.arrows-sides .sldir.forward {
    right: calc(80px - var(--margin-content));
}



.sl-arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 0 36px;
	z-index: 1;
}

.sldir {
    cursor: pointer;
}



.m3bullets {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0.4em 0;
    gap: 5px;
    justify-content: center;
    position: absolute;
    bottom: 18px;
    width: 100%;
}

.m3bullets > div {
    width: 12px;
	height: 12px;
    border-radius: 50%;
    // border: 2px solid #fff;
	cursor: pointer;
    background-color: #fff;
	transition: all 0.35s ease-in-out;
}

.m3bullets > div.current {
    background-color: var(--wp--preset--color--accent);
}





.slider-productos {
    position: relative;
}

.arrows-sides .sldir.back {
    left: 0;
}

.arrows-sides .sldir.forward {
    right: 0;
}

.arrows-sides .sldir {
    position: absolute;
    top: calc(50% - 34px);
    z-index: 1;
    width: 68px;
    height: 68px;
}

.slide-esp {
    border-radius: 1em;
    padding: 3.5em 7.2em;
}

.slide-esp figure {
    border-radius: 0.5em;
    overflow: hidden;
}

.slide-esp h3 {
    font-size: 1.5em;
    line-height: 1.5;
}

.slide-esp ul {
    margin-left: 0.7em;
}

.slide-esp ul li {
    padding: 0.5em 0;
}

.slide-esp ul li::marker {
    font-size: 0.8em;
}

@media (min-width: 972px) {
.slider-productos {
    padding: 0 106px;
}
.slide-esp > .wp-block-column:first-child > * {
    margin-right: 2.8em;
}
}

@media (min-width: 1450px) {
.slide-esp > .wp-block-column:first-child > * {
    margin-right: 3.8em;
}
}

@media (max-width: 972px) {
.slide-esp {
    border-radius: 1.2em;
    padding: 2em 1.7em;
    height: 643px;
    margin: 0;
}
.slide-esp ul {
    margin-left: 0.9em;
    margin-top: 0.6em;
}
.slide-esp ul li {
    padding: 0.3em 0;
}
.arrows-sides .sldir {
    top: 335px;
    width: 44px;
    height: 44px;
}
.arrows-sides .sldir.back {
    left: 12px;
}
.arrows-sides .sldir.forward {
    right: 12px;
}
}