.elementor-166 .elementor-element.elementor-element-84e71d2 > .elementor-element-populated{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-166 .elementor-element.elementor-element-503d5c2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-166 .elementor-element.elementor-element-af24456 .product-miniature .product-container{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-503d5c2 */.section-carrusel-header{
    position: relative;
    width: 100%;
    padding: 100px 50px 175px;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;
    overflow: hidden;
    margin-bottom: 50px;
}

/* Overlay */
.section-carrusel-header::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1;
}

.section-carrusel-header > *{
    position: relative;
    z-index: 2;
}

/* Texto */
.texto-titulo-contenedor-carrusel-header{
    color: #fff;
    font-size: clamp(30px, 2.5vw, 45px);
    text-align: center;
    width: 100%;
}

.texto-descripcion-contenedor-carrusel-header{
    color: #fff;
    font-size: clamp(15px, 1.5vw, 23px);
    text-align: center;
    width: 100%;
}

/* Imágenes */
.liquidacion-imagen-header-1,
.liquidacion-imagen-header-2{
    position: absolute;
    bottom: 0;
    width: 50%;
    object-fit: cover;
}

.liquidacion-imagen-header-1{ left: 0; }
.liquidacion-imagen-header-2{
    left: 50%;
    transform: scaleX(-1);
}

/* ==========================
   INDICADOR LATERAL
========================== */
.carrusel-indicador{
    position: absolute;
    left: 50px;
    top: 40%;
    transform: translateY(-50%);
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.carrusel-indicador::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    background: white;
    z-index: -1;
}

.circulo{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    transition: transform 0.4s ease;
    display: flex;
    flex: wrap;
    justify-content: center;
    align-content: center;
}

.circulo.active{
    transform: scale(1.8);
}
.contenedor-boton-header{
    width: 100%;
    height: auto;
    display: flex;
    flex: wrap;
    justify-content: center;
    align-content: center;
    margin-top: 40px;
}
.boton-header-section{
    border-radius: 10px;
    border: none;
    padding: 5px 15px;
    font-weight: 600;
    color: #ffffff;
    background-color: #de0a14;
    cursor: pointer;
    transition: 0.25s;
}/* End custom CSS */