@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1100px) {
}

/*IPAD HORIZONTAL*/
@media only screen and (max-width: 1024px) {
    .c_ctr .c_col{
        width: 100%;
        padding: 0;
    }

    .c_col.left{
        display: none;
    }

    .contacts{
        background-image: url(/_sws/assets/img/contactos_mobile.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .c_ctr{
        margin: 0;
        align-items: center;
        padding: 60px 20px;
    }


    .c_lbl, 
    .c_lnk, 
    .c_tit{
        color: #fff;
    }

    .c_logo svg .st0{
        fill: #fff!important;
    }

    .c_info{
        text-align: center;
    }

    .col_ctr{
        justify-content: center;
    }
}

/*IPAD VERTICAL*/
@media only screen and (max-width: 768px) {
}

/* PHONES HORIZONTAL */
@media only screen and (max-width: 737px) {
    .c_ctr{
        padding: 20px;
    }

    .c_logo, .c_bloc{
        margin-bottom: 20px;
    }
}

/* PHONES HORIZONTAL */
@media only screen and (max-width: 414px) {
}
