@font-face {
    font-family: 'Calibri';
    src: url('CALIBRI.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CalibriBold';
    src: url('CalibriBold.ttf');
    font-weight: bold;
    font-style: normal;
}

*{
    font-family: 'Calibri', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #ffffff;
}
.color-custom-primary{
    color: #0000C1;
}

.bg_gradiente_left_right {
    background-image: linear-gradient(to right, #042eff, #f85d12);
}
.bg_gradiente_right_left {
    background-image: linear-gradient(to right, #f85d12, #042eff);
}
.bg_gradiente_top_bottom {
    background-image: linear-gradient(to top, #042eff, #f85d12);
}
.bg_gradiente_bottom_top {
    background-image: linear-gradient(to bottom, #042eff, #f85d12);
}
.bg_logo_repeat {
    background-image: url("bg_logo_repeat.png");
    background-repeat: repeat;
   /* background-size: cover; */
    background-position: center center;
}

.header .topbar, .header .branding {
    background: none !important;
}

.navmenu a, .navmenu a:focus {
    color: #ffffff !important;
}

.header .logo img {
    max-height: 75px !important;
    height: 75px !important;
}

.hero * {
    color: #ffffff !important;
}

.hero:before{
    background: none !important;
}

.custom_button{
    background: none;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    text-align: center;
    border-radius: 0;
}

.custom_button:hover {
    background-color: #ffffff !important;
    color: #042eff !important;
}

.custom_button_nav{
    background: #ffffff;
    padding: 4px 16px;
}
.custom_button_nav a{
    color: #042eff !important;
    padding: 0px !important;
}

.custom_button_white{
    border: solid 1px #ffffff;
    background: none;
    color: #ffffff;
}

.custom_button_blue{
    border: solid 1px #042eff;
    background: none;
    color: #0000C1;
}
.btn-check-custom{
    border-radius: 0 !important;
}
.btn-check-custom:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border-color: #ffffff !important;
    color: #0000C1!important;
    background-color: #ffffff !important;
}

#nav_hero li{
    text-align: center;
    padding: 10px 10px 0px 10px;
    margin: 10px;
    border-bottom: solid 1px #ffffff;
}

#nav_hero li a{
    padding: 15px;
}

.title_scegli_soluzione{
    font-family: "CalibriBold";
    font-size: 30px;
}

/*** SLIDER ***/

#offerte > * {
    color: #ffffff !important;;
}

.slide-custom-item > *{
    color:#ffffff;
}
.slide-custom-item img{
    max-height: 200px;
}

.mt-custom-10 {
    margin-top: 2.5rem;
}

/*** TOGGLE SCOPRI VANTAGGI ***/

.scopri_vantaggi-container .scopri_vantaggi-item {
    position: relative;
    padding: 20px 20px 20px 10px;
    margin-bottom: 15px;
    overflow: hidden;
}

.scopri_vantaggi-container .scopri_vantaggi-item:last-child {
    margin-bottom: 0;
}

.scopri_vantaggi-container .scopri_vantaggi-item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 0 30px 0 0;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.scopri_vantaggi-container .scopri_vantaggi-item h3 .num {
    padding-right: 5px;
}

 .scopri_vantaggi-container .scopri_vantaggi-item h3:hover {
 
}

 .scopri_vantaggi-container .scopri_vantaggi-item .scopri_vantaggi-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

 .scopri_vantaggi-container .fscopri_vantaggi-item .scopri_vantaggi-content p {
    margin-bottom: 0;
    overflow: hidden;
}

 .scopri_vantaggi-container .scopri_vantaggi-item .scopri_vantaggi-toggle {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 16px;
    line-height: 0;
    transition: 0.3s;
    cursor: pointer;
}

 .scopri_vantaggi-container .scopri_vantaggi-item .scopri_vantaggi-toggle:hover {
    color: var(--accent-color);
}

 .scopri_vantaggi-container .scopri_vantaggi-active {
 
}

 .scopri_vantaggi-container .scopri_vantaggi-active h3 {
    color: var(--contrast-color);
}

 .scopri_vantaggi-container .scopri_vantaggi-active .scopri_vantaggi-content {
    grid-template-rows: 1fr;
    visibility: visible;
    opacity: 1;
    padding-top: 10px;
}

 .scopri_vantaggi-container .scopri_vantaggi-active .scopri_vantaggi-toggle {
    transform: rotate(90deg);
}

 /*** FORM CONTATTI ***/

::placeholder {
    color: #ffffff !important;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #ffffff !important;
}


.form-control-contatti {
    color: #ffffff !important;
    font-size: 1.3em !important;
    background-color:unset !important;
    border: none !important;
    border-bottom: solid 1px #ffffff !important;
    border-radius: 0;
}

/*** SPINNER ***/
#overlay-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #000333;
}
.loader {
    display: block;
    position: fixed;
    z-index: 1031;
    top: 50%;
    right: 50%;
}

.footer .social-links a {
    border: none !important;
    color: color-mix(in srgb, #ffffff, transparent 20%); !important;
}

.footer .footer-newsletter {
    background-color: unset;
}

@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color: #ffffff;
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }
}

@media (max-width: 1199px) {
    .navmenu ul {
        background-image: linear-gradient(to right, #042eff, #f85d12);
    }
}
