a {
    color: #05010c;
}
a:hover {
    color: #d60b52;
}

b, strong {
    font-weight: 800;
}

.color1 {
    color: #05010c; 
}
.color2 {
    color: #d60b52; 
}
.color3 {
    color: #1E69AA; 
}
.color-white {
    color: #fff !important;
.color-grey {
}
    color: #828282 !important;
}

a > .fa {
    /*
    -o-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
    -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
    transition: color 0.3s, background-color 0.3s, opacity 0.3s;
    */
    font-size: 148%;
    vertical-align: middle;
    margin-left: 8px;
}
a:hover.color-white,
a:hover.color-white > .fa {
    color: #d60b52 !important;
}

h1, .title-h1 {
    margin: 1.4em 0;
    text-transform: none;
    letter-spacing: -1px;
}
h4, .title-h4 {
    text-transform: none;
    margin: 1em 0 0.5em;
    letter-spacing: 0;
}

.headline {
    /* color: #05010c; */
    font-size: 38px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -0.4px;
}

.label {
    /* color: #ce000d; */
    /*font-weight: bold;*/
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.1;
}

.explain {
    /*color: #05010c; */
}


.headline-small {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -0.4px;
}
.explain-small {
    font-size: 13.5px;
    line-height: 1.2;
}
.label-small {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 1.1;
}
.label-small strong {
    font-weight: 700;
}

.headline-big {
    font-size: 58px;
    line-height: 1;
    font-weight: bold;
    letter-spacing: -1px;
}
.label-big {
    /* color: #ce000d; */
    /* font-weight: bold; */
    margin: 0;
    padding: 0;
    font-size: 15.5px;
    line-height: 1.1;
}
.explain-big {
    font-size: 17.5px;
    line-height: 1.2;
}

.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}


/* inizio - CTA */
.cta-icoarrow {
    position: relative;
    padding-right: 30px;
}
.cta-icoarrow:after {
    content: "\f18e";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 130%;
    font-weight: normal;
    
    position: absolute;
    top: 46%;
    right: 0;
    transform: translateY(-50%);
}
.cta-icoarrow.cta-fullwidth {
    text-align: center;
    background-color: #d60b52;
    border-radius: 15px;
    padding: 24px 12px;
    width: 100%;
    display: inline-block;
    color: #fff;
    padding-right: 0px;
}
.cta-icoarrow.cta-fullwidth:after {
    display: none;
}
.cta-icoarrow.cta-fullwidth > strong {
    position: relative;
    padding-right: 30px;
}
.cta-icoarrow.cta-fullwidth > strong:after {
    content: "\f063";
    font-family: FontAwesome;
    font-style: normal;
    font-size: 100%;
    font-weight: normal;
    
    position: absolute;
    top: 46%;
    right: 0;
    transform: translateY(-50%);
}
.cta-icoarrow.cta-fullwidth:hover {
    background-color: #fff;
    color: #d60b52;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.15);
}

.cta-button {
}
.cta-button > .vc_btn3 {
    color: #fff !important;
    background-color: #D60B52 !important;
    border: 1px solid #D60B52 !important;
    
    padding: 10px 40px 7px;
    font-weight: 700;
    
    transform: skew(-11deg, 0deg);
}
.cta-button > :hover.vc_btn3 {
    color: #D60B52 !important;
    background-color: #fff !important;
    border: 1px solid #D60B52 !important;
}

/* fine - CTA */