* {
    padding: 0;
    margin: 0;
}


/*
body {
    background: #F4F4FA;
    font-family: 'Open Sans', sans-serif;
}*/


/*header {
    /*background: #1D87D8;*/


/* color: #fff;
    text-align: center;
    padding: 50px 0;
    height: 400px;
    position: absolute;
    top: 0;
    width: 100%;
}*/

header .titulo {
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 300;
}

main {
    margin-top: 150px;
}

main .contenedor {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}


/* ------------------------- */


/* Estilos CSS del Reproductor */


/* ------------------------- */

.fm-video {
    width: 100%;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .5);
}

.fm-video .vjs-control-bar {
    background: #044493;
    color: #eb9111;
}

.fm-video .vjs-play-progress,
.fm-video .vjs-volume-level {
    background: #eb9111;
}

.fm-video .vjs-slider {
    background: #fff;
}

.video-js:hover .vjs-big-play-button {
    /*background: rgba(0, 0, 0, .2);*/
    display: none;
}

.fm-video .vjs-big-play-button {
    background: rgba(0, 0, 0, .2);
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    border: none;
    display: none;
}

.fm-video .vjs-big-play-button:hover {
    /*  background: rgba(0, 0, 0, .5);*/
    display: none;
}

article {
    margin: 50px 0;
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    padding: 40px;
}

article h2 {
    color: #2D5F85;
    font-size: 32px;
    font-weight: normal;
    margin-bottom: 20px;
}

@media screen and (max-width: 600px) {
    header {
        position: relative;
        height: auto;
    }
    main {
        margin-top: 50px;
    }
}