/*DESKTOP*/

/*BANNER PRINCIPAL TEXTO*/

.st_image_layered_description .caption_wrapper {
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.st_image_layered_description.flex_end .caption_wrapper {
    margin-bottom: 66px;
}

.caption_wrapper .caption_wrapper__title {
    font-size: 2.5rem;
}

.caption_wrapper .caption_wrapper__subtitle,
.caption_wrapper .caption_wrapper__subtitle_desktop {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.caption_wrapper.banner_superiores {
    text-transform: uppercase;
}

.caption_wrapper.banner_superiores .caption_wrapper__title {
    font-size: 1.5rem;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 600;
}

.caption_wrapper.banner_inferiores .caption_wrapper__title {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.caption_wrapper .caption_wrapper__subtitle_mobile {
    display: none;
}

.caption_wrapper .caption_wrapper__button_both {
    display: flex;
    gap: 25px;
}

.caption_wrapper .caption_wrapper__button {
    background: #fff;
    color: #000;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 8px 20px;
}

/*FIN BANNER PRINCIPAL TEXTO*/



/*SLIDERS HOME*/

._sd_custom_home__products_category.home_slider .pro_outer_box:hover .pro_second_box {
    background: none;
}

._sd_custom_home__products_category.home_slider .pro_outer_box .pro_second_box .pro_list_manufacturer {
    padding-bottom: 0;
}

._sd_custom_home__products_category.home_slider .pro_outer_box .pro_second_box .mini_name h3 {
    margin-bottom: 0;
}

._sd_custom_home__products_category.home_slider img {
    filter: brightness(.95);
}

._sd_custom_home__products_category.home_slider .products_slider .title_block {
    border: 0;
    margin-bottom: 5px;
}

._sd_custom_home__products_category.home_slider .products_slider .title_block a {
    border: 0;
    font-weight: 400;
    text-transform: lowercase;
    font-size: 1.5rem;
    color: #000;
}

._sd_custom_home__products_category.home_slider .products_slider .title_block a.title_block_inner_link {
    text-decoration: underline;
    font-weight: 400;
    font-size: 1rem;
    color: #000;
    margin-right: 50px;
}

._sd_custom_home__products_category.home_slider .products_slider .title_block a::first-letter {
    text-transform: uppercase;
}

._sd_custom_home__products_category.home_slider .price {
    font-size: 0.75rem;
}

/*FIN SLIDERS HOME*/




/*INFO*/
@keyframes left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

#easycontent_container_10 .col-12 {
    padding: 0;
}

#easycontent_10 {
    border-top: 2px solid;
    border-bottom: 2px solid;
    font-size: 20px;
    text-transform: lowercase;
    margin-top: 100px;
}

.custom_info_product {
    animation: left 300s linear infinite;
    /* Duración de la animación */
    white-space: nowrap;
    display: inline-flex;
    overflow: hidden;
    /* Para ocultar el texto que se desplaza fuera del contenedor */
}

.custom_info_product span {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.custom_info_product span::before {
    content: "\2022";
    color: #000;
    display: block;
    width: 25px;
    font-size: 39px;
    margin-right: 15px;
}

/*INFO FIN*/