 #arrow_right{
    display: none;
}

#arrow_left {
    display: none;
}


.color {
    color: rgb(230, 0, 0) !important;
}

.elevel_titolo1 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: #e42113;
    color: #FFF;
    padding-bottom: 10px;
    padding-top: 14px;
    margin-bottom: 10px;

}

.elevel_img100 {
    width: 100%;
    max-width: 250px;
}

.elevel_img300px {
    width: 300px;
}

.elevel_img1 {
    background-image: url('https://elevel.it//archivio/pagine/1/mind-2567460.jpg');
    background-repeat: no-repeat;
    background-position-x: -110px;
    background-position-y: -70px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
}

.elevel_img2 {
    background-image: url('https://elevel.it//archivio/pagine/1/cms-265126_1920.jpg');
    background-repeat: no-repeat;
    background-position-x: -110px;
    background-position-y: -70px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
}

.elevel_img3 {
    background-image: url('https://elevel.it//archivio/pagine/1/tattoo-2894318.jpg');
    background-repeat: no-repeat;
    background-position-x: -110px;
    background-position-y: -70px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto;
}

.big-paragraph {
    font-size: 18px;
    line-height: 24px;
    margin: 30px 0px;
}

.elev_paragrafogrande {
    font-size: 30px;
    color: #80808b;
    line-height: 40px;
}

.elev_marginidf {
    margin: 60px 0px 60px 0px;
}

.error404 {
    font-size: 400px;
    line-height: normal;
}

.error404_2 {
    font-size: 80px;
    line-height: normal;
}

.icona_comunicazione {
    font-size: 48px;
    vertical-align: middle;
    margin-right: 5px;
}

.elevel_grande {
    font-size: 20px;
}

.brandMarchi {
    display: flex;
    flex-wrap: wrap;
}


/* max-width: 1300px */

@media only screen and (max-width: 1300px) {

}

/* max-width: 959px */

@media only screen and (max-width: 959px) {

}

/* max-width: 767px and orientation:portrait */

@media only screen and (max-width: 479px) and (orientation: portrait) {
    .error404 {
        font-size: 170px;
        line-height: normal;
        margin-top: 20px;
    }

    .error404_2 {
        font-size: 32px;
        line-height: normal;
    }
}