
/* Portrait tablet to landscape and desktop*/
@media (min-width: 768px) and (max-width: 979px) {
    header img {
        height: auto;
        padding: 0;
        margin: 0 auto;
    }

    #servicios .box {
        min-height: 310px;
    }

    .figcaption {
        left: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }


    #soluciones .imagen img.clip {
        margin: 0;
    }

    .box-attcliente li {
        margin: 0;
    }

        .box-attcliente li img {
            width: auto;
            display: block;
        }

    .whatsapp {
        transform: none;
        -webkit-transform: none;
    }

    #footer .proyecto p {
        font-size: 0.65em;
    }

    footer address ul {        
        font-size: 0.65em;
    }
}

        @media (min-width: 979px) and (max-width: 1152px) {
            /*! margin: 0; */
            /*! left: 60px !important; */
            .whatsapp {
                transform: none;
                -webkit-transform: none;
            }
        }
