body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: url('../../images/background-fondo-color.png');
    color: #FFF;
}

video {
    width: 100%;
    max-height: 100%;
}


@media all and (max-width: 480px) {

    .col-md-6.col-xs-12.mobile{
        margin-left: 0 !important;
    }

    .col-md-1.col-xs-12.mobile-contact, .col-md-2.col-xs-12.mobile-contact{
        text-align: center;
    }

    .resp-img-header{
        width:80% !important;
    }

    .resp-img-footer{
        width: 73% !important;
    }
}

@media all and (min-width: 500px) {

    .resp-img-header{
        width:22% !important;
    }

    .resp-img-footer{
        width: 73% !important;
    }
}

/*
.img-fluid{
    max-width: 100%;
    height: auto;
}
 */