ul.color-bullets  li { 
  font-size: 1.5em;
  line-height: 1.5em;
}

ul.color-bullets span.black-text {
   color: #272727;
}

div.cosa-ce-di-nuovo p {
    line-height: 1.4em;
    font-size: 1.0em;
    padding-top: 5px;
    text-align: left;
}

div.cosa-crediamo p {
    line-height: 1.5rem;
    font-size: 1.2rem;
    /* padding-top: 10px; */
    text-align: left;
}

div.cosa-crediamo h3,
div.cosa-ce-di-nuovo h3 {
    margin-bottom: 0px; 
    font-weight: 400;     
    padding-bottom: 5px;
}


.cosa-ce-di-nuovo h5 {
    font-size: 1rem;
}


.cosa-ce-di-nuovo .card:hover,
.cosa-ce-di-nuovo .card:focus,
.cosa-ce-di-nuovo .card:active {
    box-shadow: 0px 0px 10px 0px gray;
}

div.cosa-ce-di-nuovo a {
    color: #272727;
}


.cosa-ce-di-nuovo-inner-div {
    max-height: 430px;
    /* overflow-x: hidden; */
    overflow-y: hidden;
    /* padding-left: 20px; */
    /* padding-bottom: 20px; */
    /* margin-bottom: 10px; */
    /* box-shadow: 0 8px 6px -6px #989898;     */
    /* border-bottom: 2px solid #989898; */
    /* border-top: 2px solid #989898; */
    /* background: linear-gradient(to bottom, #f6f6f6, white); */

    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
}

/* .cosa-ce-di-nuovo-header-line {
    border-top: 2px solid;
} */

.cosa-ce-di-nuovo-inner-div .card {
    flex: 0 0 auto;
    width: 250px;
    margin-right: 20px;    
    border: none;
    box-shadow: 0px 0px 5px 0px rgb(212, 212, 212);
    transition: 0.2s ease-in-out;
}

.cosa-ce-di-nuovo-inner-div .card-title {
    text-align: left;
}

.cosa-ce-di-nuovo-inner-div .card-link {
    color: #017571;
    font-weight: bold;
}

.cosa-ce-di-nuovo-inner-div .card-footer {
    background: #fff;
}

.cosa-ce-di-nuovo-inner-div .text-in-line {
    color: #585858;
    font-size: 0.85em;    
    border-top: 1px solid #c9c9c9;    
    position: absolute;    
    bottom: -2px;    
    margin-left: -8px;    
    width: 85%;
}

.cosa-ce-di-nuovo-inner-div .card-header {
    font-family: 'Playfair Display';
    font-weight: bold;
    text-align: left;
    background: #000;
    color: #fff;
    font-size: 1rem;
}

/* #bListNews .card-body {
    background-color: #000;
} */

#bListNews .card-header {
    color: rgb(255, 255, 255);
    font-family: Pacifico;
    font-size: 2.5rem;
    text-align: center;
    font-weight: normal;
    text-shadow: 0 0 0px #fff, 0 0 0px #fff, 0 0 0px #fff, 0 0 7px rgb(255, 231, 94), 0 0 2px rgb(255, 231, 94), 0 0 1px rgb(255, 231, 94), 0 0 0px rgb(255, 231, 94), 0 0 20px rgb(255, 231, 94);
}



.no-slider .tutti-i-prodotti {
    padding-top: 20px;   
}


/* Topic sentence main (in the hompage) */
.no-slider .topicsentence-main {
    padding-top:40px;
    padding-bottom:0px;
    padding-left:20px;
    padding-right:20px;
    font-size: 1.2rem;
    line-height: 2rem;  
  }
  
#topicsentence-main p{
font-size: 1.0rem;
}

#quick-tips-wrap-home {
    align-items: center;    
    display: flex;
}

#quick-tips-wrap-home .quickTips {
    /* display:flex;  */
    /* flex-wrap: nowrap;  */
    /* align-items: center; */
    margin-top: 20px;
    border-radius: 5px;
    /* min-height: 50px; */
    padding-right: 0px;
    padding-left: 4px;
    /* max-width: 46%; */
    text-align: left;
    transition: box-shadow 0.2s linear;
}

#quick-tips-wrap-home .quickTips.corriere {
    border: 2px solid #d0547e;
} 
#quick-tips-wrap-home .quickTips.corriere:hover {
    box-shadow: 0px 0px 0px 3px #d0547e;
}
#quick-tips-wrap-home .quickTips.chi-siamo {
    border: 2px solid #2b84c6;
}
#quick-tips-wrap-home .quickTips.chi-siamo:hover {
    box-shadow: 0px 0px 0px 3px #2b84c6;
}
#quick-tips-wrap-home .quickTips.accessibilita {
    border: 2px solid #71c7d6;
}
#quick-tips-wrap-home .quickTips.accessibilita:hover {
    box-shadow: 0px 0px 0px 3px #71c7d6;
}
#quick-tips-wrap-home .quickTips.pagamento {
    border: 2px solid #5e52a1;
}
#quick-tips-wrap-home .quickTips.pagamento:hover {
    box-shadow: 0px 0px 0px 3px #5e52a1;
}
#quick-tips-wrap-home .quickTips.resi {
    border: 2px solid #f1af47;
}
#quick-tips-wrap-home .quickTips.resi:hover {
    box-shadow: 0px 0px 0px 3px #f1af47;
}
#quick-tips-wrap-home .quickTips.contatti {
    border: 2px solid #85c775;
}
#quick-tips-wrap-home .quickTips.contatti:hover {
    box-shadow: 0px 0px 0px 3px #85c775;
}

/* #quick-tips-wrap-home .quickTips:hover {
    box-shadow: 0px 0px 10px 2px rgb(206, 206, 206);
} */

#quick-tips-wrap-home .left-block {
    padding-right: 5px;
    padding-left: 0px;
}

#quick-tips-wrap-home .right-block {
    /* padding-right: 15px; */
    padding-left: 0px;
}

#quick-tips-wrap-home  .quickTips_icon {
    padding: 1px 1px 1px 1px;
    width: 10px;
}

#quick-tips-wrap-home .quickTips_icon > i {
    font-size: 1em;
}

#quick-tips-wrap-home .quickTips_text {
    color:#222222;
    padding: 1px 1px 5px 1px;
    font-variant: small-caps;
}
  
#quick-tips-wrap-home .quickTips_text span {
    color:#222222;    
    font-size: 1.0em;
    font-variant: normal;
}
  
#quick-tips-wrap-home .quickTips_text a {  
    font-size: 1.0em;
}

#quick-tips-wrap-home .maestro_icon {  
    margin-top: -3px;
    padding-right: 2px;
    width: 33px;
}

#quick-tips-wrap-home .cc_info_box {
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*/// mobile ///*/
@media (max-width: 768px) { 
    ul.color-bullets  li { 
    font-size: 1.2em;
    line-height: 1.5em;
    }
    div.cosa-crediamo p {
        line-height: 1.4em;
        font-size: 1.2em;
    }
    .no-slider .topicsentence-main {
        padding-top: 20px;
    }
}

/*/// tablet ///*/
@media (min-width: 769px) and (max-width: 1200px) {
    ul.color-bullets  li { 
        font-size: 1.4em;
        line-height: 1.5em;
    }
    div.cosa-crediamo p {
        line-height: 1.4em;
        font-size: 1.3em;
    }
    .no-slider .topicsentence-main {
        padding-top: 20px;
    }
}
