/* Wrapper general */

button.soles-custom-arrow{
	padding:3px!important;
}

.soles-custom-arrow:after{
	content:"";
	display:inline-block;
	width:20px;
	height:20px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 141.7 141.7'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23ffbf14; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M9.5,71.7l.3.9c.2.6.6,1.1,1,1.5l45.9,45.9c1.8,1.8,4.6,1.8,6.4,0,1.8-1.8,1.8-4.6,0-6.4l-38.2-38.2h104.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5H24.8L63.1,28.1c1.8-1.8,1.8-4.6,0-6.4-1.8-1.8-4.6-1.8-6.4,0L10.7,67.7c-.2.2-.4.4-.6.7s-.3.5-.4.8c-.1.3-.2.6-.3.8,0,.3,0,.6,0,.9s0,.6,0,.9h0Z'/%3E%3C/svg%3E");
}

.soles-slider-arrow-next.soles-custom-arrow{
	transform: rotate(180deg);
}

.soles-custom-arrow:hover:after,
.soles-custom-arrow:focus:after,
.soles-custom-arrow:active:after{
	content:"";
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 141.7 141.7'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23ffffff; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M9.5,71.7l.3.9c.2.6.6,1.1,1,1.5l45.9,45.9c1.8,1.8,4.6,1.8,6.4,0,1.8-1.8,1.8-4.6,0-6.4l-38.2-38.2h104.3c2.5,0,4.5-2,4.5-4.5s-2-4.5-4.5-4.5H24.8L63.1,28.1c1.8-1.8,1.8-4.6,0-6.4-1.8-1.8-4.6-1.8-6.4,0L10.7,67.7c-.2.2-.4.4-.6.7s-.3.5-.4.8c-.1.3-.2.6-.3.8,0,.3,0,.6,0,.9s0,.6,0,.9h0Z'/%3E%3C/svg%3E");
}


.soles-slide-title a{
	color: var(--e-global-color-9b76466) !important;
}



.soles-slider-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

/* Layout interno: dos columnas irregulares */
.soles-slide-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 40px 20px 45px 20px;
}

/* Columna texto (más ancha) */
.soles-slide-col--text {
    flex: 0 0 50%;
}

/* Columna imagen (más compacta) */
.soles-slide-col--image {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
}

/* Tarjeta de imagen tipo mockup */
.soles-slide-image-card {
    width: 130%;
    max-width: 130%;
    border-radius: 45px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transform: translate(-90px, 20px);
}

/* Imagen dentro de la tarjeta */
.soles-slide-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.soles-extra-contenido{
	position: absolute;
	z-index:3;
    top: 9rem;
	margin-left: 25px;
}

/* Texto */
.soles-slide-title {
    font-family: "Poppins", Sans-serif;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px;
    color: #ffffff;
    width: max-content;
    z-index: 3;
}

.soles-slide-text {
    font-size: 1.3vw;
    line-height: 1.3;
    margin-bottom: 40px;
	width:70%;
    max-width: 70%;
	font-family: "Poppins", Sans-serif;
	color:#ffffff;
	font-weight:300;
}

.soles-slide-btn {
	margin-top:9.5%;
    display: inline-block;
    padding: .8rem 3rem;
    border: 1px solid #FFBF14;
    background: #FFBF14;
	font-family: "Poppins", Sans-serif;
	border-radius:300px;
    font-size: 16px;
	font-weight:600;
    text-decoration: none;
    color: #ffffff;
	
	&:hover{
		background-color:#FCD262!important;
		color: #ffffff!important;
	}
}

.soles-slide-image-card.soles-is-video-container{
	width: 87%;
    max-width: 87%;
}

/* Footer: bullets y flechas */
.soles-slider-footer {
	display: flex;
    margin: 0 auto;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    gap: 5rem;
    width: 85%;
}

/* Bullets tipo línea + número */
.soles-slider-pagination {
    display: flex;
    align-items: center;
    gap: 24px;
}

button.soles-slider-bullet{
	background-color:rgba(255,255,255,0)!important;
	cursor:normal!important;
	pointer-events:none!important;
}
button.soles-slider-bullet:hover{
	background-color:rgba(255,255,255,0)!important;
}

.soles-slider-bullet {
    position: relative;
    border: 0;
    background: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0;
    cursor: pointer;
}

.soles-bullet-line {
    width: 50px;
    height: 1px;
    background: #fcd26299;
    overflow:visible;
    position: relative;
}

.soles-bullet-line-inner {
    position: absolute;
    left: 0;
    top: -1px;
	border-radius:10px;
    height: 100%;
    width: 0%;
	height:3px;
    background: #f2b632;
}

/* Usa una variable CSS para la duración */
.soles-slider-bullet.is-animating .soles-bullet-line-inner {
    animation: soles-bullet-fill var(--soles-bullet-duration, 6s) linear forwards;
}

@keyframes soles-bullet-fill {
    from { width: 0%; }
    to   { width: 100%; }
}

.soles-bullet-number {
    font-size: 16px;
	font-weight:600!important;
	font-family: "Poppins", Sans-serif;
    color: #f2b632;
}

/* El bullet activo se ve un poco más fuerte */
.soles-slider-bullet.is-active .soles-bullet-number {
    font-weight: 600;
    color: #f2b632!important;
}

/* Flechas inferiores derecha (círculos) */
.soles-slider-arrows {
    display: flex;
    gap: 12px;
}

button.soles-slider-arrow {
	display:inline-flex;
	justify-content:center;
	align-items:center;
    width: 50px;
    height: 50px;
    border-radius: 300px;
    border: solid 1px #FFBF14;
    background:#ffffff; /* dorado ejemplo */
    color: #FFBF14;
    font-size: 20px;
    cursor: pointer;
}

button.soles-slider-arrow:hover,
button.soles-slider-arrow:focus{
	border: solid 1px #FFBF14;
    background:#FFBF14; /* dorado ejemplo */
    color: #ffffff;
}

/* === FIX: comportamiento real de carrusel Swiper === */
.soles-slider {
    position: relative;
    width: 100%;
    overflow: hidden; /* oculta los otros slides */
}

/* Contenedor de slides en fila horizontal */
.soles-slider .swiper-wrapper {
    display: flex;
    flex-direction: row;
    box-sizing: content-box;
    transition-property: transform;
}

/* Cada slide ocupa el 100% del ancho del carrusel */
.soles-slider .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    box-sizing: border-box;
}

/* El contenedor ya lo tienes, aseguramos posición relativa */
.soles-slide-image-card {
    position: relative;
}

/* Botón Play overlay */
.soles-video-play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0,0,0,0.0);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}



.soles-video-play-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 24px rgba(0,0,0,0.3);
	background-color:#ffffff!important;
}

.soles-video-play-btn.is-hidden {
    opacity: 0;
    pointer-events: none;
}

/* Icono Play (triángulo) */
.soles-video-play-icon {
    width: 55px;
    height: 55px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
   background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Capa_1' data-name='Capa 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cpath d='M167.25,86.87L43.47,15.41c-10.41-6.01-23.42,1.5-23.42,13.52v142.92c0,12.02,13.01,19.53,23.42,13.52l123.78-71.46c10.41-6.01,10.41-21.04,0-27.05Z'/%3E%3C/svg%3E");
}

/* Video full dentro de la tarjeta */
.soles-slide-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}



.soles-slide-inner--media-only .soles-slide-col--image {
    flex: 0 0 100%!important;
    display: flex;
    justify-content: center;
}

.soles-slide-inner--media-only .soles-slide-image-card{
	width:100%;
	max-width:100%;
	transform:translate(0,0);
}




.soles-slider-wrapper-posts,
.soles-slider-wrapper-posts .soles-slide-title{
	color: var(--e-global-color-9b76466)!important;
	font-family: "Poppins", Sans-serif;
	
}

.soles-slider-wrapper-posts .soles-slide-inner{
}

.soles-slider-wrapper-posts .soles-slide-title{
	font-size:70px!important;
}

.soles-slider-wrapper-posts .soles-slide-col.soles-slide-col--text{
}

.soles-slider-wrapper-posts .soles-slide-meta{
	display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    gap: 15px;
}

.soles-slider-wrapper-posts .soles-slide-meta .soles-slide-date,
.soles-slider-wrapper-posts .soles-slide-meta .soles-slide-reading-time{
	font-size:18px;
}

.soles-slider-wrapper-posts .soles-slide-meta .soles-slide-date{
	text-transform:capitalize!important;
}
.soles-slider-wrapper-posts .soles-slide-meta .soles-slide-meta-sep{
	display:block;
	width:40px;
	height:2px;
	background-color:var(--e-global-color-9b76466)!important;
}

.soles-slider-wrapper-posts .soles-slide-meta .soles-slide-reading-time{
	font-weight:bold!important;
}


.soles-slider-wrapper-posts .soles-slide-image-card{
	width: 85% !important;
    max-width: 85% !important;
	transform:translate(0)!important;
	height:480px;
	position:relative;
	left:-25px;
}

.soles-slider-wrapper-posts .soles-slide-image-card .soles-slide-image{
	width:100%;
	height:100%;
	object-fit:cover!important;
}

.soles-slider-wrapper-posts .soles-slide-col--image {
    justify-content: flex-end;
}

.inline-btn-simple.soles-slide-btn{
	margin-top:10px;
	padding:0;
	border:none!important;
	background-color:rgba(255,255,255,0)!important;
	color:#ffbf14!important;
	text-decoration:underline;
	font-size:22px;
	font-weight:bold;
}


.soles-slider-wrapper-posts .soles-slide-separator-line{
    display: block;
    width: 80%;
    height: 1px;
    background-color: var(--e-global-color-9b76466) !important;
    margin: 30px 0;
}

.soles-slider-wrapper-posts .soles-slide-text{
	color:var(--e-global-color-9b76466)!important;
	width: 90%;
    max-width: 90%;
	margin-bottom:20px;
}

.soles-slider-wrapper-posts .soles-slide-col.soles-slide-col--image{

}

.soles-post-info-slide .soles-slide-title{
	display: block;
    width: 100%;
}










@media screen and (min-width:1570px){
	.soles-slide-title{
		font-size: 70px;
	}
	.soles-slide-text{
		font-size: 1.1rem;
	}
}

@media screen and (min-width:1380px){
	
}

/* Responsive basic */


@media screen and (max-width:1024px){
	.soles-slide-btn {
		margin-top: 5%;
	}
}


@media screen and (max-width:992px){
	
	.soles-slider-wrapper-posts .soles-slide .soles-slide-inner{
		flex-direction: column-reverse;
		padding:0;
	}	
	.soles-slider-wrapper-posts .soles-slide .soles-slide-inner .soles-slide-col--image{
		flex: 0 0 100%!important;
	}
	
	.soles-slider-wrapper-posts .soles-slide-image-card{
		width:100%!important;
		max-width:100%!important;
		height:500px;
		left:0;
	}
	
	.soles-slider-wrapper-posts .soles-slide .soles-slide-col.soles-slide-col--text .soles-post-info-slide{
		padding:25px!important;
	}
	
	.soles-slider-wrapper-posts .soles-slide-title {
		font-size: 60px !important;
	}
	
}


@media screen and (max-width:930px){
	
	.pleca-flotante{
		display:none!important;
	}
	
	.soles-slide-inner {
		display: flex;
		padding: 0;
		flex-direction: column-reverse;
	}
	
	.soles-slide-col--text{
		flex: 0 0 100%;
	}
	
	.soles-slide-image-card {
		width: 100%;
		max-width: 100%;
		border-radius: 0 0 45px 45px;
		transform: translate(0px, 0px);
	}
	.soles-extra-contenido {
		position: relative;
		z-index: 3;
		top: 0;
		margin-left: 0;
		padding:2rem;
	}
	.soles-slide-title{
		display:block;
		width:80%;
		color:#390C5D!important;
		font-size: 50px;
	}
	.soles-slide-text{
		color:#390C5D!important;
		font-size:18px;
		max-width:100%;
		width:100%;
	}
	.soles-slide-text br{
		display:none!important;
	}
	
	.soles-slide-btn {
        margin-top: 20px;
    }
	
	.soles-slider-footer {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
	
}

@media (max-width: 768px) {

    .soles-slide-col--text,
    .soles-slide-col--image {
        flex: 0 0 100%;
    }
	.soles-slide-btn {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }
	
	.soles-slider-wrapper-posts .soles-post-info-slide .soles-slide-btn{
		text-align:left!important;
		font-size: 18px!important;
	}
	
	.e-search-input.no-icon-label{
		background-color:#ffffff!important;
	}

}

@media screen and (max-width:680px){
	
	.soles-bullet-line{
		width:40px;
	}
	button.soles-slider-arrow {
		width: 35px;
		height: 35px;
	}
	.soles-slider-wrapper-posts .soles-slide-title {
		font-size: 40px !important;
	}
	
	 .soles-slide-title {
        font-size: 30px;
    }
	
}



@media screen and (max-width:480px){
	.soles-slider-footer {
        display: flex;
        flex-direction: column!important;
        align-items: center;
		gap:10px!important;
		margin-top:0!important;
    }
}
