/*===================================== ESCRITORIO, SCREENS GRANDES ====*/ 
@media only screen and (min-width: 1200px) {
    .sec-inicio{
        height: 700px !important; 
    }
    /* .sec-servicio{
        height: 625px !important; 
    }

    .sec-vaquita{
        height: 670px !important; 
    }
    .sec-cliente{
        height: 630px !important;
    } */
    .cuadro-contact{
        height: 170px !important; 
    }
}



@media only screen and (min-width: 1366px){
    .sec-inicio{
        height: 800px !important; 
    }
    /* .sec-servicio{
        height: 730px !important; 
    }

    .sec-vaquita{
        height: 740px !important; 
    }
    .sec-cliente{
        height: 730px !important;
    } */
    .cuadro-contact{
        height: 170px !important; 
    }

} 


@media only screen and (max-width: 1408px) and (-webkit-device-pixel-ratio : 2){
    
}

/*============================================= IPAD PAISAJE ====*/
@media only screen and (max-width: 1024px) {
   

}

/*=============================================  ====*/
@media handheld, only screen and (max-width: 900px) {
}

/*============================================== IPAD RETRATO ====*/
@media handheld, only screen and (max-width: 768px) {
}

/*==============================================  GALAXY NOTE====*/
@media handheld, only screen and (max-width: 640px) {
}

/*=========================================== IPHONE PAISAJE ====*/
@media handheld, only screen and (max-width: 480px) {
    body{
        overflow-x: hidden;
    }
    #sec-servicio{
        margin-top:-10px;
    }
    #sec-cliente{
        margin-top: -80px;
    }
    .sec-contacto{
        padding-top: 70px;
    }
    .menu{
        display: inline;
    }
    .sec-cliente{
        padding: 20px;
        padding-top: 60px;
    }
    .sec-inicio{
        background-position: right;
    }
    .sec-servicio{
        background-position: left;
        padding: 270px 50px 150px;
    }
    #cua-serv{
        margin-top: 10px;
    }
    #phone-vaquita{
        margin-top: 20px;
        padding: 20px;
    }
    #phone-slider{
        height: 310px;
    }
    .img-vaquita{
        width: 170%;
        margin-left: -63px;
        margin-top: -30px;
    }
    .pf-vaquita{
        font-size: 31px;
        padding: 0px;
        margin-top: -70px;
        padding-bottom: 14px;
    }
    #logo-cliente{
        top: 0px;
        position: relative;
    }
    .linea-clientes{
        border: none;
        width: 50% !important;
    }
    .linea-clientes-2{
        border: none;
        width: 50% !important;
    }
    .linea-clientes-3{
        border: none;
        width: 50% !important;
    }
    .linea-cliente-4{
        width: 50% !important;
    }
    .clientes{
        width: 100%;
        padding: 0px;
        padding-top: 0px;
    }
    .style-form{
        padding-left: 0px;
        padding-right: 0px;
    }
    .form-cuadro{
        padding-right: 0px;
        padding-left: 0px;
    }
    .cabecera{
        height: 140px;
    }
    .comp-list{
        padding-bottom: 10px;
        margin: -10px;
    }
    .logo{
        margin-top: -40px;
    }
    .button{
        width: 140px;
    }
}

/*============================================ SCREEN PEQUEÑOS ====*/
@media handheld, only screen and (max-width: 240px) {   
}