/* HOJA DE ESTILOS */
*{
    margin: center;
    padding: center;
    box-sizing: border-box;
}

body{
    font-family: 'Raleway', sans-serif;
}
header{
    width: 21.2%;
    height: 45px;
    background: #333;
    color: white;
}
.contenedor{
    width: 98%;
    margin: auto;
}
header .contenedor{
    display: table;
}

/* MENU */
#menu-bar{
    display: none;
}
header label{
    float: right;
    font-size: 25px;
    margin: 6px 0;
    cursor: pointer;
}
.menu{
    margin: 8px;
    position: absolute;
    top: 43px;
    left: 0;
    width: 21%;
    height: 72vh;
    background: rgba(51,51,51,0.9);
    transition: all 0.5s;
    transform: translateX(-150%);
    z-index: 100;
}
.menu a{
    display: block;
    color: #fff;
    height: 50px;
    text-decoration: none;
    padding: 15px;
    border-bottom: 2px solid rgba(255,255,255,0.5);
}
.menu a:hover{
    background: rgba(255,255,255,0.5);
}
#menu-bar:checked ~ .menu{
    transform: translateX(0%);
}

/* BANNER */
#banner .contenedor{
    position: fixed;
    top: 25%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}
#banner h1{
    margin: 10px;
    margin-bottom: -1.5%;
    font-size: 85px;
    font-style: bold;
    color: firebrick;
}
#banner p{
    margin: 7px;
    margin-top: %;
    font-size: 25px;
    font-style: thin;
    color: white;
    background-color: firebrick;
    margin-right: 80.1%;
    margin-top: 0.9%;
}

/* VIDEOS */
#videos .contenedor{
    position: fixed;
    top: 33.3%;
}
#videos h2{
    margin: 20px;
    margin-bottom: -5%;
    margin-top: -3%;
    font-size: 25px;
    color: firebrick;
}
#videos p{
    margin: 19px;
    margin-top: 85px;
    font-size: 18px;
    color: white;
}
#videos2 .contenedor{
    position: fixed;
    top: 33.3%;
    left: 11%;
}
#videos2 h3{
    margin: 20px;
    margin-bottom: -5%;
    margin-top: -3%;
    font-size: 25px;
    color: firebrick;
}
#videos2 p{
    margin: 19px;
    margin-top: 85px;
    font-size: 18px;
    color: white;
}
#videos3 .contenedor{
    position: fixed;
    top: 48.7%;
}
#videos3 h4{
    margin: 20px;
    margin-bottom: -5%;
    margin-top: -3%;
    font-size: 25px;
    color: firebrick;
}
#videos3 p{
    margin: 19px;
    margin-top: 85px;
    font-size: 18px;
    color: white;
}
#videos4 .contenedor{
    position: fixed;
    top: 48.7%;
    left: 11%;
}
#videos4 h5{
    margin: 20px;
    margin-bottom: -5%;
    margin-top: -3%;
    font-size: 25px;
    color: firebrick;
}
#videos4 p{
    margin: 19px;
    margin-top: 85px;
    font-size: 18px;
    color: white;
}
#videos5 .contenedor{
    position: fixed;
    top: 64%;
}
#videos5 h6{
    margin: 20px;
    margin-bottom: -5%;
    margin-top: -3%;
    font-size: 25px;
    color: firebrick;
}
#videos5 p{
    margin: 19px;
    margin-top: 85px;
    font-size: 18px;
    color: white;
}
#videos6 .contenedor{
    position: fixed;
    top: 64%;
    left: 11%;
}
#videos6 h6{
    margin: 20px;
    margin-bottom: -5%;
    margin-top: -3%;
    font-size: 25px;
    color: firebrick;
}
#videos6 p{
    margin: 19px;
    margin-top: 85px;
    font-size: 18px;
    color: white;
}