/* Add here all your CSS customizations */

html:not(.sticky-header-active) #header .header-body {
    background: #FFFFFF;
}

.bg-blackout{
	background-color: #0088CC !important;
	color: #FFF;
}

.font-weight-bold {
    font-weight: 600 !important;
    letter-spacing: 0px;
}

h1, h2, h3{
    line-height: 1.2 !important;
}

.map-above section.map-above-content{
    background-position: bottom;
    background-image: url(/noleggio-attrezzature-macchinari-edili-industriali-reggio-emilia/assets/img/blackout/copertina-2.jpg);
    background-attachment: fixed;    
}

#section-noleggio{
    background: #ffffff;
}

.bg-color-grey{
    background-color: #D1D1D1;
}

.prodotto-desc{
	margin: 0px 40px;
    padding: 30px 30px 30px 30px;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 17px 0px rgb(0 0 0 / 17%);
}

@media (max-width: 991px) {
    .prodotto-desc{
	margin: 20px 0px;
}
}

/* Iscrizione newsletter */

.my-cta-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}