
#descripcio_text_imatge_header_familia{
    font-size: 30px;
    color: #666;
    width: 75%;
}

#categoria_header {
    position: relative;
}

#categoria_header_inner {
    width: 100%;
    height: 100%;
    text-align: left;
    padding-top: 1vw;
    padding-bottom: 2vw;
/*    max-height: 550px;*/
    box-sizing: border-box;
    /*    padding-top: 30px;
    padding-bottom: 30px;*/
}

#categoria_header_inner > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

#categoria_header_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    vertical-align: bottom;
}

#categoria_header_title {
    font-size: var(--stk-h1-size);
    font-weight: 600;
    color: var(--stk-blue-primary-color);
    max-width: 550px;
}

#entradeta {
    font-size: var(--stk-subtitle-size);
    font-weight: 300;
    color: var(--stk-body-color);
    max-width: 600px;    
}

#entradeta p {
    margin-block-start: 0;
    margin-block-end: 0;
}

#proposta_valor_2 {
    max-width: 600px;
}



#proposta_valor_2 ul {
    margin: 0;
    padding: 0;
    /*list-style-image: url(/templates/camaloon/img/CML_Check.svg) !important;*/
    list-style-type: none;
/*    list-style-position: inside;*/
    display: flex;
    flex-direction: column;
    gap: 12px;
    
    font-size: var(--stk-body-size);
}

#proposta_valor_2 ul li {
    list-style-image: none;
}

#proposta_valor_2 ul li::before {
    background-image: url(/templates/stikets/img/STK_Orange_Check.svg) !important;
    background-size: 15px;
    background-position: left center;
    height: 15px;
    width: 15px;
    content: '';
    display: inline-block;
    
    padding-right: 4px;
    background-repeat: no-repeat;
}
/*
#proposta_valor_2 ul li::marker {
    color: var(--cml-green_primary-color);
    margin-right: 5px;
}*/


@media (max-width: 990px){
    #proposta_valor_2 ul {
        display: table;
        border-spacing: 0 14px;
    }
    
    #proposta_valor_2 ul li {
        display: table-row;
    }
    
    #proposta_valor_2 ul li::before {
        display: table-cell;
        background-position: left 2px;
    }
}

@media (min-width: 990px){
    
    .brands_slider_section {
        width: 100% !important;
        overflow: hidden;
        display: flex;
        justify-content: center;
        margin: 2% 0 !important;
    }
    
    .div_auto_slider {
        width: 100% !important;
    }
}


.bread_normal_new{
    display: flex;
    color: #666;
/*    margin: 0 10px 0 0;*/
    margin-top: 10px;
    margin-bottom: 0px;
    
}
.bread_mobile_new{
    display: none;
    background-color: transparent;
    font-size: 14px;
    /*padding: 5px 0 5px 1.5%;*/
    /*margin: 0 10px;*/
    position: relative;
    width: 100%;
    /*left: -2%;*/
    box-sizing: border-box;
    color: #666;
}

.div_link_breadcrumbs{
    display: flex;
    flex-direction: row;
    align-items: center;
    /*width: 35%;*/
    color: #666;
    justify-content: space-between;
    margin-top: 2px;
    margin-left: 0px;
    margin-bottom: 2px;
}

.breadcrumbs, #breadcrumbs, .c_cap   {
    /*display: none !important;*/
}

#categoria_header .breadcrumbs {
    display: none;
}



#contenidor {
    margin-top: 0;
    padding-top: 0;
}

#contenidor_interior_espai.contenidor {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.grid-content-cat {
    max-width: 1500px;
    margin: 0 auto;
}

@media (min-width: 990px){
    

    .grid-content-cat {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #breadcrumbs_new {
        padding-left: 0 !important;
        margin-left: -4px !important;
        margin-bottom: 10px !important;
    }
}

#categoria_header .btn_stk {
    margin-top: 0;
}

.contenidor, .reviews_subcontainer {
    max-width: 1500px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}


.video_full_screen {
    width: 100%;
    max-width: 1000px;
    margin: 60px auto 0 auto;
}

.video_full_screen iframe {
    width: 100%;
    aspect-ratio: 1920/1080;
}

@media (max-width: 990px){
    .contenidor, .reviews_subcontainer {
        padding-left: 10px;
        padding-right: 10px;
    }
}


@media (max-width: 990px) {
    #categoria_header {
        display: flex;
        flex-direction: column;
    }
}

#categoria_header_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
    vertical-align: bottom;
}

@media (max-width: 990px){
    
    #categoria_header {
        display: flex;
        flex-direction: column;
    }
    
    #categoria_header_inner {
        order: 0;
    }
    
    #categoria_header_img {
        order: 1;
    }

    #categoria_header_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: static;
        top: 0;
        left: 0;
        z-index: 0;
    }    
    
}