/* ===================================================================================== General */

.componentheading {
    margin: 0;
    font-size: 19px !important;
    /*color: #DD5148;
    text-transform: capitalize !important;*/
    font-weight: bold;
  	color: #b21107;
    text-transform: uppercase;
    line-height: 1.4;
}

/* ===================================================================================== Main Menu */

/* Last item */

.main-menu.special ul.sunfw-tpl-menu > li:last-child {
    float: left;
}

.main-menu.special ul.sunfw-tpl-menu > li:last-child a span {
    text-transform: uppercase;
}

.main-menu.special ul.sunfw-tpl-menu > li:last-child > a {
    color: #000 !important;
}

.main-menu.special ul.sunfw-tpl-menu > li:last-child:hover > a {
    background: #b21107 !important;
    color: #FFF !important;
}

/* ===================================================================================== Iframe */

iframe {
    background-color: white;
    border: 0px;
}


/* css per il box formazione aggiunto a novembre 2019 */
.modulo-box-formazione {
    background: url(https://dev.amtek.site/excelsior/images/cliparts/banner-excelsior2x.jpg) !important;
    background-size: 100% !important;
    background-repeat: no-repeat;
}

.box-formazione {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
}

.box-formazione,
.box-formazione-content,
.box-formazione-button {
    box-shadow: none !important;
    font-weight: bold;
    font-size: 1.3em;
}

.box-formazione:hover {
    cursor: pointer;
}


/* bordo colorato per i box a destra */
.bordo-box-destra {
border-width: 1px;
border-style: solid;
border-color: #b21107;
}
