﻿@media (max-width: 1199px) {
    
    #logo {
        width: 73px;
    }

    #mainMenu li.nav-item {
        font-size: 13px;
        display: block;
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 12.8px;
    }

    a.areaRes_btn {
        padding: 0.3rem 0.5rem;
    }

    .areaRes_txt1 {
        text-transform: uppercase;
        font-size: 13.5px;
        text-align: center;
        line-height: 13px;
    }

    .areaRes_txt2 {
        font-size: 11.5px;
        text-align: left;
        line-height: 13px;
    }
}

@media (max-width: 1200px) {

    /* Certificazioni -------------*/
    .certImgs {
        padding-top: 105%;
    }

    .certImg {
        max-width: 38%;
    }

    #img1 {
        top: -10%;
        left: -3%;
    }

    #img2 {
        top: 17%;
        left: 32%;
    }

    #img3 {
        top: 4%;
        right: -5%;
    }

    #img4 {
        top: 50%;
        left: -1%;
    }

    #img5 {
        top: 58%;
        right: 3%;
    }
}

@media (max-width: 991.98px) {
    /* CARD text-list ----------------------------------------*/
    .text-list.card-columns {
        column-count: 1;
    }
    
}

@media (max-width: 767px) {
    /* buttons----------------------------------------------*/
    .imgTxtSection .btn.common_btn.short-text {
        position: relative;
        margin: 0;
    }

    /* Certificazioni -------------*/
    .certImgs {
        padding-top: 130%;
    }

    #img1 {
        top: 0%;
        left: -3%;
    }

    #img2 {
        top: 17%;
        left: 32%;
    }

    #img3 {
        top: 4%;
        right: 0;
    }

    #img4 {
        top: 50%;
        left: 0%;
    }

    #img5 {
        top: 50%;
        right: 3%;
    }
}


@media (max-width: 575.98px) {
    /* buttons----------------------------------------------*/
    .imgTxtSection .btn.common_btn.short-text {
        position: relative;
        margin: 0;
    }

    /* CARD image text list ---------------------------------*/
    .img-text-list-container.card-columns {
        column-count: 1;
    }
}
