body{
    font-family: "Roboto", "Helvetica";
    font-size:16px;
}
/*.homepage{*/
/*    margin-top:80px*/
/*}*/
.text-normal{
    text-transform: none;
}
.container-fluid{
    padding-right: 0;
    padding-left: 0;
}
.nav-menu-schede{
    background: #f2f2f2;
    margin-top: 0;
    padding:5px 0;
    font-size:16px;
}
.nav-menu-hp-prodotti{
    margin-top: 80px;
    margin-bottom: 20px;
}
.nav-schede{
    text-transform: capitalize;
}
.max-fluid {
    max-width: 1440px;
}
a{
    color: #5F57A1;
}
a:hover{
    color: #5F57A1;
    text-decoration: underline
}
/* definizione btn */
.btn-casa {
    height: 48px;
    width: 280px;
    border-radius: 8px;
    background-color: #FFBA00;
    color: #3A3A3A !important;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
}
.btn-col4{
    width:100%
}
.btn-col6{
    width:48%
}
.boxButton .btn-col6:last-child{
    margin-left: 10px;
}
.boxButton .btn-col6:first-child{
    margin-left: 0px;
}
.btn-casa.disabled{
    color: #BEC2C9;
    border:2px solid  #f5f5f5;
    background-color: #FFF
}
.btn-casa:hover{
    background-color: #FFC400
}
.btn-casa:active{
    background-color: #FFAF00
}

.hand{cursor: pointer;}

.step-bar {
    background-color: #dfddec;
    height: 60px;
    color: #5F57A1;
    font-weight: 500;
    font-size: 26px;
    line-height: 60px;
    margin-bottom: 16px;
}

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: white;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: url(/img/drop-down.png);
    top: 34px;
    right: 20px;
    width: 0;
    height: 0;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    top: 34px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
    color: #333333;
    padding: 4px 2px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    height: 31px
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    border-bottom: 1px solid transparent;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    color: #5f57a1;
    font-weight: 700;
    border-bottom: 2px solid #5f57a1;
}
.addOffer .theAddOffer {
    width: 24px;
    height: 24px;
    background-image: url(/img/check_off.png);
    background-size: contain;
    padding: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-repeat: no-repeat;
}

.soluzioni h2 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.17px;
    line-height: 28px;
}
.soluzioni .testo{
    padding-top: 20px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}
.colDx .titolo {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 50px;
}
.colDx .links ul li{
    line-height: 50px;
    border-bottom: 1px solid #979797;
    list-style-type: none;
}
.colDx{
    padding-top:30px
}
.colDx .links a{
    color: #5F57A1;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 24px;

}
#showDebug{
    cursor:pointer
}
#debugOpen{
    display: none;
}
@media only screen and (max-width: 1200px){
    .btn-col6{
        width:100%;
        margin-bottom: 10px;
    }
    .boxButton .btn-col6:last-child{
        margin-left: 0;
    }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .container-sezione{
        top:0 !important;
    }
}
@media only screen and (max-width: 768px){
    .bcm input[type = 'checkbox'] {
        width: 80%
    }
}
@media only screen and (max-width: 455px){
    .homepage{
        margin-top:0px
    }
    .btn-casa{
        width: 200px;
        font-size: 18px;
        letter-spacing: 0;
    }
    .btn-col6{
        width:100%
    }

}