/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Feb 12 2024 | 14:22:21 */
.image-card img 
{ -webkit-transition: 0.4s ease; transition: 0.4s ease; } 

.image-card:hover img 
{ 
-webkit-transform: scale(1.08); 
transform: scale(1.08);
}






.stratum-vertical-timeline-item__point-content.stratum-vertical-timeline-item__point-content--text {
    color: #ffffff00 !important;
}



@media screen and (max-width:991px){
    .stratum-vertical-timeline-item__point-content.stratum-vertical-timeline-item__point-content--text {
        color: white !important;
    }
}


/* Cookies */

button{
    border-radius: 0px !important;
    font-size: 14px !important;
    padding: 11px 8px !important;
    text-transform: unset !important;
}

button:hover {
    box-shadow: none !important;
}

.cky-btn-revisit-wrapper.cky-revisit-bottom-left {
    background: #db2f17;
}



.telco {display:none !important;}


.footer_menu span.sub-arrow {
    display: none !important;
}


.footer_menu .menu-item-type-custom {
    display: none !important;
}


/*------------------------------------------------------------------ SEZIONI SITO ----------------------------------------------------------------------------*/


/*---------- SEZIONI --------------*/



/*---------- sezione standard ----------------*/



.sezione-standard-big{
    padding-top:100px;
    padding-bottom:100px; 
}

@media screen and (max-width:1024px){
    .sezione-standard-big{
        padding-top:85px;
        padding-bottom:85px;
    }
}

@media screen and (max-width:767px){
    .sezione-standard-big{
        padding-top:80px;
        padding-bottom:80px;
    }
}






.sezione-standard{
    padding-top:75px;
    padding-bottom:75px; 
}

@media screen and (max-width:1024px){
    .sezione-standard{
        padding-top:65px;
        padding-bottom:65px;
    }
}

@media screen and (max-width:767px){
    .sezione-standard{
        padding-top:65px;
        padding-bottom:65px;
    }
}


/*---------- sezione standard top ----------------*/


.sezione-standard-top{
    padding-top:75px;
    padding-bottom:0px; 
}

@media screen and (max-width:1024px){
    .sezione-standard-top{
        padding-top:65px;
        padding-bottom:0px;
    }
}

@media screen and (max-width:767px){
    .sezione-standard-top{
        padding-top:65;
        padding-bottom:0px;
    }
}



/*---------- sezione standard bottom----------------*/


.sezione-standard-bottom{
    padding-top:0px;
    padding-bottom:75px; 
}

@media screen and (max-width:1024px){
    .sezione-standard-bottom{
        padding-top:0px;
        padding-bottom:65px;
    }
}

@media screen and (max-width:767px){
    .sezione-standard-bottom{
        padding-top:0;
        padding-bottom:65px;
    }
}



/*------------------------------------------------------------------ NAVIGAZIONE ----------------------------------------------------------------------------*/


@media screen and (min-width:960px){
		.nav .assistenza a {
		background: #db2f17;
		color: white !important;
		padding: 2px 30px !important;
		border-radius: 30px;
	}
}

.nav .assistenza a:hover {
   box-shadow: 0px 2px 10px -1px rgba(255, 0, 0, 0.5);
}

.nav-footer .assistenza a{
	display:none !important;
}