@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Roboto', sans-serif !important;
    color: #333333 !important;
    background-color: #ffffff;
    font-size: 15px !important;
    line-height: normal !important;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.smaltimento_imballi .link_packaging {
    display: table;
    margin: auto;
    background-color: #212529;
    margin-top: 30px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 8px;
}

.smaltimento_imballi h1 {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 15px;
    line-height: 28px;
	/*font-size: 2.5rem;*/
	font-weight: 500;
}
h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.5rem;
    }
}
.smaltimento_imballi .dati p, .smaltimento_imballi .intro {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
.smaltimento_imballi .intro {
    margin-bottom: 40px;
}
.smaltimento_imballi .intestazione {
    margin-bottom: 5px;
    background-color: #666;
    padding-top: 10px;
    padding-bottom: 10px;
}
.smaltimento_imballi .intestazione p {
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}
.smaltimento_imballi .dati {
    border-bottom: 1px solid #cc1719;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 575px) {
    .smaltimento_imballi .intestazione p {
        text-align: center;
        margin-bottom: 0;
    }
    .smaltimento_imballi .immagine img {
        width: auto;
    }
    .smaltimento_imballi .dati {
        text-align: center;
    }
    .smaltimento_imballi .tipo p {
        font-weight: 600;
        color: #cc1719;
    }
    .smaltimento_imballi .dati p {
        margin-bottom: 0;
    }
}








