
.text-colorRed {
    color:#F20000 !important;
}

.text-colorRespaldar {
    color:#005A7E !important;
}

.w-90{
    width:90%!important;
}

.video {
 width:760px;
 height:480px;
}

@media only screen and (min-width:0px) and (max-width:787px)
{
    .video {
        width:100%;
        height:100%;
       }
}