/* Add here all your CSS customizations */
.main {
    min-height: 40vh;
}





#header .header-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#header a {
    display: block;
}

#header .header-nav.header-nav-line nav > ul li:hover > a::before {
    background: #e30613;
}

#header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active::before {
    background: #e30613;
}

.header-nav-main a {
    color: #154289 !important;
}

.header-nav-main .nav li {
    margin-left: 0 !important;
}

#header .header-logo {
    margin: .1rem 0 !important;
}

#header .azienda {
    margin-left: 0 !important;
}

#header .consulente a span {
    background: #96c11f;
}

#header .azienda a span {
    background: #154289;
}

.linkAzienda {
    color: #154289 !important;
    font-weight: 700;
}

.linkConsulente {
    color: #96c11f !important;
    font-weight: 700;
}

#header .consulente a,
#header .azienda a {
    color: #FFF !important;
    text-decoration: none !important;
    padding: 0 !important;
    min-height: 30px;
}

#header a:hover,
#header a:hover {
    text-decoration: none !important;
}

#header .consulente a span,
#header .azienda a span {
    padding: 0 1.2rem;
    line-height: 40px;
}


.social-icons li a {
    color: #154289 !important;
}

.social-icons li:hover a {
    background: #154289 !important;
    color: #FFF !important;
}

#header .consulente a {
    background: #96c11f;
}

#header .azienda a {
    background: #154289;
}

#header .nav-link.active {
    background-color: transparent !important;
    border-top-color: #e30613;
    border-top-style: solid;
    border-top-width: 2px;
    border-radius: 0;
}

@media (min-width: 992px) {
    #header .consulente a {
        background: none;
    }

    #header .azienda a {
        background: none;
    }
}


a.btn-home {
    background-color: #FFFFFF !important;
}

@media (min-width: 576px) {
    a.btn-home {
        background-color: transparent !important;
    }
}

.imgowl {
    width: 50% !important;
    margin-left: 25%;
}


@media (min-width: 576px) {
    .imgowl {
        width: 100% !important;
        margin-left: 0;
    }
}

.tariffaBarrata {
    font-size: 0.9rem !important;
    margin-bottom: .5rem !important;
    transform: translate(0px,20px);
}

.barraTesto {
    /*font-size: 0.9rem !important;
    text-decoration-color: crimson;
    text-decoration-line: line-through;
    -ms-transform: scale(3.8,1) rotate(-10deg) translate(1px,-10px);
    transform: scale(3.8,1) rotate(-10deg) translate(1px,-10px);*/
	font-size: 0.9rem !important;
	text-decoration-color: crimson;
	text-decoration-line: line-through;
	-ms-transform: scale(3.8,1) rotate(-10deg) translate(1px,-10px);
	transform: scale(3.8,1) rotate(-30deg) translate(10px,-15px);
}

a.Consulente, a.Azienda {
    display: block;
    text-decoration: none;
}

.topConsulente {
    border: 0 solid #96c11f;
    border-bottom-width: 40px;
    border-right-width: 40px;
    border-right-color: #FFF;
}

.topAzienda {
    border: 0 solid #154289;
    border-bottom-width: 40px;
    border-left-width: 40px;
    border-left-color: #FFF;
}

.Consulente .feature-box .feature-box-info p,
.Azienda .feature-box .feature-box-info p {
    color: #fff;
}

.Consulente .feature-box .feature-box-icon, .Azienda .feature-box .feature-box-icon {
    height: 5em;
    width: 5em;
}



.Azienda .feature-box .feature-box-info h4 {
    color: #96c11f;
}

.Consulente .feature-box .feature-box-info h4 {
    color: #154289;
}


.home-section {
    background-size: cover !important;
    margin: 0 !important;
    background-image: url("../img/Home_new2_04.png") !important;
}

.section-message {
    min-height: 400px;
}

.pages-section {
    background-size: cover !important;
    margin: 0 !important;
    background-image: url("../img/SezioneInterna.png") !important;
    padding: 40px !important;
}


#footer {
    background: #154289;
    border-top: 4px solid #154289;
    color: #CCC !important;
}

    #footer p, #footer a {
        color: #CCC !important;
    }

.price-ratei {
    font-size: 1.15rem;
    padding-bottom: 7px;
    color: #154289;
}

.price-label span {
    color: #154289;
    text-decoration:underline;
    font-weight:700;
}

.NoteCosto {
	font-size: 0.8rem;
	margin: 0;
}
.NoteCosto .small{
	font-size: 0.75rem;
}
.price-label span.text-danger {
	text-decoration: none;
}