@media (max-width: 767px) {

    header {
        display: flex;
        display: -webkit-flex;

        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .ragione_sociale_top{
        display: none;
    }

    .logo_section_order {
        order: 1;
        -webkit-order: 1;
    }

    .navbar_order {
        order: 2;
        -webkit-order: 2;
    }

    .image_section_order {
        order: 3;
        -webkit-order: 3;
    }

    /* -- [ LOGO SECTION ] --*/

    .logo_section {
        width: 100%;
        padding: 50px 0 50px 0;

        display: flex;
        display: -webkit-flex;

        flex-direction: column;
        -webkit-flex-direction: column;

        align-items: center;
        -webkit-align-items: center;

        justify-content: center;
        -webkit-justify-content: center;
    }

    #logo {
        width: 60vw;
        height: 46.4vw;
        margin: auto;
        background-image: url('../img/logo.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #info {
        margin: 50px 25px 0 25px;

        display: flex;
        display: -webkit-flex;

        flex-direction: column;
        -webkit-flex-direction: column;

        align-items: flex-start;
        -webkit-align-items: flex-start;
    }

    .info_container {
        display: flex;
        display: -webkit-flex;

        align-items: center;
        -webkit-align-items: center;
    }

    #phone_icon {
        height: 35px;
        width: 35px;
        margin: 5px 10px 0 0;
        background-image: url('../img/phone_icon.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    #smartphone_icon {
        height: 35px;
        width: 35px;
        margin: 5px 10px 0 0;
        background-image: url('../img/smartphone_icon.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .info_text {
        font-size: 20px;
        font-weight: 300;
        color: #ffffff;
    }

    .info_text_black {
        font-size: 15px;
        color: #31353d;
    }

    .container {
        width: 100%;
        margin: auto;

        display: flex;
        display: -webkit-flex;

        flex-direction: column;
        -webkit-flex-direction: column;
    }

    /* -- [ NAVBAR ] --*/

    nav {
        display: none;
    }

    /* -- [ IMAGR SECTION ] --*/

    .image_container {
        width: 80%;
        height: 250px;
        margin: auto;
        background-image: url('../img/home_1.jpg');
        background-position: center;
        background-size: cover;
    }

    #image_section_top {
        position: relative;
        width: 100%;
        height: 187.5px;
    }

    #image_section_bottom {
        width: 100%;
        height: 62.5px;
        background-color: #ffffff;
    }

    /* -- [ CHI SONO SECTION ] --*/

    .section {
        padding: 80px 25px 80px 25px;

        display: flex;
        display: -webkit-flex;

        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .section_ {
        padding: 80px 25px 80px 25px;

        display: flex;
        display: -webkit-flex;

        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .article_title {
        font-size: 30px;
        font-weight: 300;
        color: #31353d;
    }

    .article_title_yellow {
        color: #65a645;
    }

    .article_right {
        text-align: justify;
        color: #bababa;
        font-family: Arial;
        font-size: 14px;
        line-height: 24px;
    }

    .img_1 {
        width: 100%;
        background-image: url('../img/img_1.jpg');
        background-position: top;
        background-size: cover;
    }

    .img_1:before {
        content: "";
        display: block;
        padding-top: 150%;
    }

    .column_1 {
        padding: 50px 0 0 0;

        order: 2;
        -webkit-order: 2;

        width: 90%;
        margin: auto;
    }

    .column_2 {
        order: 1;
        -webkit-order: 1;

        width: 90%;
        margin: auto;
    }

    /* -- [ SERVIZI OFFERTI ] --*/

    .servizi {
        width: 100%;

        display: flex;
        display: -webkit-flex;

        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .servizi_container_3 {
        width: 90%;
        margin: auto;
    }

    .servizi_container_2 {
        width: 90%;
        margin: auto;
    }

    .servizi_titolo_3 {
        display: flex;
        display: -webkit-flex;

        align-items: center;
        -webkit-align-items: center;

        justify-content: center;
        -webkit-justify-content: center;
    }


    .numero {
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background-color: #65a645;
        font-size: 50px;
        font-weight: 300;
        color: #ffffff;

        display: flex;
        display: -webkit-flex;

        justify-content: center;
        -webkit-justify-content: center;

        align-items: center;
        -webkit-align-items: center;
    }

    .article_title_servizi {
        padding: 25px 0 25px 0;
        font-size: 30px;
    }

    .article_title_yellow_servizi {
        font-size: 25px;
        color: #65a645;
    }

    .article_servizi {
        text-align: justify;
        color: #bababa;
        font-family: Arial;
        font-size: 14px;
        line-height: 24px;
    }

    .readmore {
        margin-top: 25px;
    }

    .button,
    input[type=submit] {
        Padding: 10px 25px 10px 25px;
        background-color: #333333;
        color: #ffffff;
        display: inline;
        font-size: 15px;
        font-weight: 300;
        border: 1px solid #333333;
        cursor: pointer;
        transition: 0.1s;
    }

    .button:hover,
    input[type=submit]:hover {
        background-color: #ffffff;
        color: #333333;
    }

    .space_mobile {
        height: 75px;
    }

    /* -- [ GALLERY ] --*/

    .my-gallery {
        width: 100%;
        height: auto;
    }

    .my-gallery img {
        width: 100%;
        height: auto;
    }

    .my-gallery figure {
        width: 100%;
    }

    .my-gallery figcaption {
        display: none;
    }

    .gallery_row {
        width: 100%;

        display: flex;
        display: -webkit-flex;

        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .gallery_1_column {
        width: 34%;

        display: flex;
        display: -webkit-flex;

        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;

        align-content: space-between;
        -webkit-align-content: space-between;
    }

    .gallery_0_column {
        width: 31%;
    }

    .gallery_2_column {
        margin-top: 5px;
        width: 49.7%;
    }

    /* -- [ CONTACT ] --*/

    .contact_form {
        width: 90%;
        margin: auto;
        padding: 0;
        box-sizing: border-box;
    }

    .title_bar_title {
        width: 100%;
        font-size: 30px;
        font-weight: 300;
        color: #31353d;
    }

    .contact_form_row {
        width: 100%;
        padding: 15px 0 0 0;
        box-sizing: border-box;
        margin: 0;

        display: flex;
        display: -webkit-flex;

        flex-direction: column;
        -webkit-flex-direction: column;
    }

    input[type=text],
    textarea {
        width: 100%;
        padding: 15px 25px 15px 25px;
        box-sizing: border-box;
        border: 1px solid #e6e6e6;
    }

    input[type=tel],
    input[type=email] {
        width: 100%;
        padding: 15px 25px 15px 25px;
        box-sizing: border-box;
        border: 1px solid #e6e6e6;
    }

    .form_space_mobile {
        height: 15px;
    }

    /* -- [ FOOTER ] --*/

    .footer_section {
        width: 100%;
        padding: 80px 25px 80px 25px;
        box-sizing: border-box;

        display: flex;
        display: -webkit-flex;

        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .footer_info {
        width: 90%;
        margin: auto;
    }

    .ragione_sociale {
        font-size: 24px;
        font-weight: 300;
        color: #9fa6ae;
        border-bottom: 1px solid #545860;
        padding-bottom: 5px;
    }

    .space_15 {
        padding-bottom: 15px;
    }
    .space_5 {
        padding-bottom: 5px;
    }

    .space_15_hr {
        margin: 15px 0 15px 0;
        border-bottom: 1px solid #545860;
    }

    .info_cliente {
        font-size: 16px;
        font-weight: 300;
        color: #9fa6ae;
    }

    .footer_map {
        width: 90%;
        margin: 50px auto 0 auto;
        height: 500px;
    }

    #googlemaps {
        height: 100%;
        width: 100%;
        background-color: #5a606e;
    }

    .copyright_section {
        width: 100%;
        padding: 28px 25px 27px 25px;
        box-sizing: border-box;

        display: flex;
        display: -webkit-flex;

        justify-content: space-between;
        -webkit-justify-content: space-between;

        align-items: center;
        -webkit-align-items: center;
    }

    .copyright {
        font-size: 14px;
        font-weight: 300;
        color: #9fa6ae;
    }

    .copyright_link {
        display: flex;
        display: -webkit-flex;
    }

    .circle {
        margin: 0 5px 0 0;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        background-color: #5e626a;
    }

    .circle:hover {
        background-color: #65a645;
    }

    #linkedin_link {
        height: 100%;
        width: 100%;
        background-image: url('../img/linkedin.png');
        background-position: center;
        background-size: cover;
    }

    #facebook_link {
        height: 100%;
        width: 100%;
        background-image: url('../img/facebook.png');
        background-position: center;
        background-size: cover;
    }

    .gm-style-cc {
        display: none;
    }

    /* -- [ ATTIVITA ] -- */

    .attivita_title {
        padding: 0 0 15px 0;
        font-size: 30px;
    }

    .attivita_title_yellow {
        color: #65a645;
    }

    .accaerre {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;

    }

    .attivita {
        width: 90%;
        margin: auto;

        display: flex;
        display: -webkit-flex;

        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;

        align-items: center;
        -webkit-align-items: center;

        justify-content: space-between;
        -webkit-justify-content: space-between;
    }

    .attivita_item {
        width: 100%;
        margin-bottom: 5px;

        display: flex;
        display: -webkit-flex;

        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .attivita_item_container {
        margin: 10px 0 10px 0;

        display: flex;
        display: -webkit-flex;

        align-items: center;
        -webkit-align-items: center;
    }

    .attivita_arrow {
        height: 25px;
        width: 35px;
        flex: 0 0 34px;
        background-image: url('../img/arrow.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .attivita_text {
        width: 100%;
        background-color: #e6e6e6;
        padding: 10px 25px 10px 25px;
        box-sizing: border-box;
    }

    .attivita_text:hover {
        background-color: #c5e0bd;
        color: #ffffff;
    }

}
