/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10 dic. 2021, 13:27:20
    Author     : Stikets
*/

.div_imatge_header_text{
    display: flex;
    /* flex-direction: row; */
    /* z-index: 1; */
    /*height: 335px;*/
}

.span_menu_packs {
    margin-top: 7px;
    width: 98%;
    font-size: 16px;
}

#family_packs_down_menu {
    display: none;
    position: fixed;
    background-color: white;
    color: #005898;
    left: 0px;
    bottom: 0px;
    height: 75px;
    width: 100%;
    box-sizing: border-box;
    z-index: 100;
    font-weight: bold;
}

#pack_ahorro,
#pack_dibujos,
#pack_personalizado {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 33.3%;
    border: #ccc 1px solid;
}

.icono_menu_packs {
    height: 40px;
}

.selected_pack {
    border: 2px solid #005898;
    background-color: #005898;
    color: white;
}

#cos_nova_maquetacio_packs{
    /*background-color: lightcoral;*/
    margin-bottom: 30px;
}
.div_propostes_valor{
    display: flex;
    flex-direction: column;
}
#div_imatge_header_etiquetas{
    position: relative;
/*    background: url(/templates/stikets/noves_categories/etiquetas/imatges/imatge_header_etiquetas.png);
    
    background-size: cover;*/
    height: 335px;
    margin-bottom: 10px;
    width: 100%;
}

#div_text_imatge_header_etiquetas{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #005898;
    width: 31%;
    text-align: left;
    justify-content: space-around;
    position: absolute;
}
#titol_text_imatge_header_etiquetas{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 45px;
    font-weight: bold !important;
    color: #fff;
    text-decoration: unset;
    font-weight: unset;
    padding: unset;
    margin: unset;
    line-height: 120%;
}
#proposta_valor_1{
    font-size: 40px;
    color: #fff;
    width: 100%;
    font-weight: bold;
}
#proposta_valor_2{
    margin-top: 5px;
    padding-bottom: 10px;
    font-size: 30px;
    color: #fff;
}
.imatge_header_etiquetas{
    width: 100%;
}
.bread_normal_new{
    display: flex;
    color: #666;
    margin-bottom: 10px;
    margin-left: 38px;
    
}

.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;
    margin-right: 5px;
}
.div_titol_instashop{
    display: flex;
    flex-direction: row;
    align-items: center;
    /*margin: 0 10px;*/
}
.img_titol_instashop{
    width: 40px;
    height: 40px;
}
#opinions_div{
    /*display: none;*/
}
.titol_opinions_clients{
    font-family: "Source Sans Pro",sans-serif;
    font-size: 25px;
    color: #005898;
    padding: 0;
    line-height: 1.2;
    margin-top: 10px;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: left;
}
.ps-prev{
    display: block;
}
.ps-next{
    display: block;
}

#instashop_titol{
    font-family: "Pacifico","Source Sans Pro",sans-serif;
    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;
}
@media (max-width: 990px){
    .div_propostes_valor{
        margin-top: 5px;
    }
    
    #div_text_imatge_header_etiquetas{
        width: unset;
        position: unset;
        /* margin: 0 10px; */
                
        align-items: center;
        text-align: center;
        height: 100% !important;
        gap: 0.8rem;
    }
    .div_imatge_header_text{
        flex-direction: column;
        margin-bottom: 10px;
    }
    #div_imatge_header_etiquetas{
        /*background-position: right !important;*/
        /*background-size: cover !important;*/
        width: 157%;
        height: 100%;
        right: 57%;
    }
    #titol_text_imatge_header_etiquetas{
        font-size: 33px;
        color: #005898;
    }
    #proposta_valor_1{
        font-size: 28px;
        color: #666;
    }
    #proposta_valor_2{
        /*margin-top: 5px;*/
        font-size: 22px;
        color: #666;
        /*width: 80%;*/
    }
    .bread_normal_new{
        display: none;
    }
    .bread_mobile_new{
        display: flex;
    }
    #opinions_div{
        display: flex;
        flex-direction: column;
        margin: 0 10px;
        margin-top: 20px;
    }
    .img_titol_opinions_clients{
        width: 40px;
        height: 40px;
    }
    .titol_opinions_clients{
        margin-left: 9px;
    }
    .ps-prev{
        display: none;
    }
    .ps-next{
        display: none;
    }
    .div_propostes_valor{
        margin: 0 10px;
    }
    .div_link_breadcrumbs img {
        width: 20px;
    }
    .div_link_breadcrumbs {
        /*width: 34%;*/
    }
    #div_general_boles_links {      
        border-bottom: none !important;
    }
}

@media (min-width: 769px) {
    #family_packs_down_menu {
        display: none;
    }
    #div_general_boles_links {      
        width: 95.3%;
        margin-left: 36px;
        border-bottom: 2px solid #d3d3d3;
    }
}
