
body{
    font-family: 'Museo Sans Rounded', sans-serif;
}

.div_imatge_header_text{
    display: flex;
    flex-direction: column;
    width: 135.8%;
    margin-left: -18%;
}
#div_imatge_header_familia{
    position: relative;
/*    background: url(/templates/camaloon/noves_categories/etiquetas/imatges/imatge_header_etiquetas.png);
    
    background-size: cover;*/
    /*height: 335px;*/
    margin-bottom: 10px;
    width: 100%;
}
.div_propostes_valor{
    display: flex;
    flex-direction: column;
}
#div_text_imatge_header_familia{
    left: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #005898;
    width: 35%;
    text-align: left;
    height: inherit;
    justify-content: space-around;
    position: absolute;
    margin-top: 20px;
}

.slider-productes-camaloon {
    display: flex;
    flex-direction: column;
    width: 136%;
    margin-left: -18%;
}

#titol_text_imatge_header_familia{
    font-family: 'Museo Sans Rounded', sans-serif !important;
    font-size: 25px;
    font-weight: 400;
    color: #323232;
    text-decoration: unset;
    padding: unset;
    margin: unset;
    line-height: 150%;
}
#proposta_valor_1{
    font-size: 15px;
    color: #323232;
    width: 100%;
    font-weight: 400;
}
#proposta_valor_2{
    margin-top: 5px;
    font-size: 15px;
    color: #323232;
    width: 100%;
    font-weight: 400;
}
#descripcio_text_imatge_header_familia{
    font-size: 30px;
    color: #666;
    width: 75%;
}
.bread_normal_new{
    display: flex;
    color: #666;
    margin: 0 10px 0 0;
    margin-bottom: 10px;
    
}
.bread_mobile_new{
    display: none;
    background-color: white;
    font-size: 14px;
    /*padding: 5px 0 5px 1.5%;*/
    /*margin: 0 10px;*/
    position: relative;
    width: 100%;
    /*left: -2%;*/
    min-height: 31px;
    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: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.breadcrumbs{
    color: #666;
}

#photoslurp .ps-carousel.ps-theme-modern .ps-carousel-slider.ps-slider-horizontal{
    margin: 0 !important;
    margin-top: 10px !important;
}
#photoslurp{
    /*display: none;*/
    margin: 0 10px;
    flex-direction: column;
    margin-bottom: 30px;
}
#photoslurp_titol{
    font-size: 25px;
    color: #005898;
    padding: 0;
    line-height: 1.2;
    margin-top: 10px;
    font-weight: normal;
    text-decoration: none;
    margin-left: 10px;
    margin-bottom: 10px;
}
.div_titol_instashop{
    display: flex;
    flex-direction: row;
    align-items: center;
    /*margin: 0 10px;*/
}
.img_titol_instashop{
    width: 40px;
    height: 40px;
}
#opinions_div{
    margin: 0 10px;
    /*display: none;*/
}
.titol_opinions_clients{
    font-size: 25px;
    color: #005898;
    padding: 0;
    line-height: 1.2;
    margin-top: 10px;
    font-weight: normal;
    text-decoration: none;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: left;
}
.ps-prev{
    display: block;
}
.ps-next{
    display: block;
}

strong {
    font-weight: 600 !important;
}

.div_proposta_valor{
    display: flex;
    flex-direction: row;
    margin: 40px 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container_benefits {
    display:flex;
    flex-direction: row;
}
   
.container_benefits_up,
.container_benefits_down {
    display: flex;
    flex-direction: row;
}

.div_img_text_valor{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 1%;
    text-align: center;
    padding: 2px;
}

.imatge_valor{
    width: auto;
    height: 70px;
}

.text_valor{
    font-size: 16px;
    margin-left: 10px;
    text-align: left;
    color: #666;
    font-weight: 500;
    display: block;
    min-width: 60px;
}

@media (max-width: 990px){
    #div_text_imatge_header_etiquetas{
        width: 55%;
    }
    #div_imatge_header_etiquetas{
        height: 200px;
    }
/*    #titol_text_imatge_header_etiquetas{
        font-size: 2.5em;
    }
    #descripcio_text_imatge_header_etiquetas{
        font-size: 1.2em;
    }*/
    #titol_text_imatge_header_familia{
        font-size: 30px;
    }
    #proposta_valor_1{
        font-size: 20px;
    }
    #proposta_valor_2{
        font-size: 20px;
    }
    .bread_normal_new{
        display: none;
    }
    .bread_mobile_new{
        display: flex;
    }
    #photoslurp{
        display: flex;
        margin: 0 10px;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 2px solid #d3d3d3;
        
    }
    #opinions_div{
        display: flex;
        flex-direction: column;
        margin: 0 10px;
        margin-top: 10px;
    }
    .img_titol_opinions_clients{
        width: 40px;
        height: 40px;
    }
    .titol_opinions_clients{
        margin-left: 9px;
    }
    .ps-prev{
        display: none;
    }
    .ps-next{
        display: none;
    }
    .div_imatge_header_text{
        flex-direction: column;
        height: 100%;
        width: 100%;
        margin-left: 0%;
    }
    #div_imatge_header_familia{
        width: 157%;
        height: 100%;
        right: 57%;
    }
    #div_text_imatge_header_familia{
        width: unset;
        position: unset;
        /* margin: 0 10px; */
        align-items: center;
        text-align: center;
        height: 100% !important;
    }
    #descripcio_text_imatge_header_familia{
        font-size: 25px;
    }
    .div_proposta_valor{
        margin: 20px 0px 20px 10px;
        width: 97vw;
    }
    .text_valor{
        font-size: 17px;
        margin-left: 5px;
        word-break: break-word;
        
    }
    .imatge_valor {
        width: 50px;
        height: auto;
    }
    .div_img_text_valor{
        width: 100%;
        margin-bottom: 10px;
    }
    .container_benefits {
        flex-direction: column;
        width: 97%;
    }
    
    .container_benefits_up, 
    .container_benefits_down {
        flex-direction: column;
    }
    
    .div_img_text_valor {
        width: 100%;
        margin: 0 0 10px 10px;
    }
}