/* HOJA DE ESTILOS */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Raleway', sans-serif;
}
header{
    width: 100%;
    height: 60px;
    background: rgba(100,100,100,0.1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
.contenedor{
    width: 98%;
    margin: auto;
}
.contenedor img{
    float: left;
}
header .contenedor{
    display: table;
}

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

section{
    width: 100%;
    margin-bottom: 25px;
}

/* BANNER */
#banner .contenedor{
    position: absolute;
    top: 35%;
    left: 46%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}
#banner img{
    position: relative;
    width: 100%;
    margin-top: 12.5%;
}
#banner h1{
    position: absolute;
    margin: 5%;
    margin-left: 8.5%;
    margin-top: -21%;
    font-size: 85px;
    font-style: bold;
    color: firebrick;
}
#banner p{
    margin: 10px;
    margin-left: 45px;
    font-size: 25px;
    font-style: thin;
    color: white;
    background-color: firebrick;
    margin-right: 9%;
    margin-top: -3%;
}

/* VIDEOS */
#videos .contenedor{
    position: relative;
    margin-top: -5.8%;
    margin-left: 0%;
    width: 50%;
}
#videos img{
    position: relative;
    width: 100%;
}
#videos h2{
    position: absolute;
    margin: 20px;
    margin-top: 35%;
    font-size: 25px;
    color: firebrick;
}
#videos p{
    position: absolute;
    margin: 19px;
    margin-top: 105px;
    font-size: 18px;
    color: white;
}
#videos2 .contenedor{
    position: relative;
}
#videos2 img{
    position: relative;
    width: 52%;
    margin-left: 50%;
    margin-top: -31%;
}
#videos2 h3{
    position: absolute;
    margin: 20px;
    margin-top: 18%;
    margin-left: 54%;
    font-size: 25px;
    color: firebrick;
}
#videos2 p{
    position: absolute;
    margin: 19px;
    margin-top: 107px;
    margin-left: 54%;
    font-size: 18px;
    color: white;
}
#videos3 .contenedor{
    position: relative;
}
#videos3 img{
    position: relative;
    width: 51%;
    margin-left: -1%;
}
#videos3 h4{
    position: absolute;
    margin: 17px;
    margin-top: 48%;
    font-size: 25px;
    color: firebrick;
}
#videos3 p{
    position: absolute;
    margin: 17px;
    margin-top: 52%;
    font-size: 18px;
    color: white;
}
#videos4 .contenedor{
    position: relative;
}
#videos4 img{
    position: relative;
    width: 52%;
    margin-left: 50%;
    margin-top: -31%;
}
#videos4 h5{
    position: absolute;
    margin: 20px;
    margin-top: 48%;
    margin-left: 54%;
    font-size: 25px;
    color: firebrick;
}
#videos4 p{
    position: absolute;
    margin: 19px;
    margin-top: 255px;
    margin-left: 54%;
    font-size: 18px;
    color: white;
}
#videos5 .contenedor{
    position: relative;
}
#videos5 img{
    position: relative;
    width: 51%;
    height: 25%;
    margin-left: -1%;
}
#videos5 h6{
    position: absolute;
    margin: 17px;
    margin-top: 81%;
    font-size: 25px;
    color: firebrick;
}
#videos5 p{
    position: absolute;
    margin: 17px;
    margin-top: 85%;
    font-size: 18px;
    color: white;
}
#videos6 .contenedor{
    position: relative;
}
#videos6 img{
    position: relative;
    width: 52%;
    height: 157.2px;
    margin-left: 50%;
    margin-top: -32.5%;
}
#videos6 h6{
    position: absolute;
    margin: 20px;
    margin-top: 80%;
    margin-left: 54%;
    font-size: 25px;
    color: firebrick;
}
#videos6 p{
    position: absolute;
    margin: 19px;
    margin-top: 410px;
    margin-left: 54%;
    font-size: 18px;
    color: white;
}

@media (min-width:1024px){
    .menu{
        position: static;
        width: auto;
        height: auto;
        transform: translateX(0%);
        float: right;
        display: flex;
        background: rgba(100,100,100,0.1);
    }
    .menu a{
        border: none;
        color: firebrick;
    }
    header label {
        display: none;
    }
    .contenedor{
        width: 1500px;
    }
    #banner .contenedor {
        width: 1500px;
    }
    #banner img{
        width: 1000px;
        margin-left: 25%;
        margin-top: 3%;
    }
    #banner h1{
        width: 1000px;
        margin-left: 29%;
        margin-top: 24%;
    }
    #banner p{
        width: 800px;
        margin-left: 29.4%;
        margin-top: 30%;
    }
    #videos .contenedor{
        width: 1000px;
    }
    #videos img{
        width: 500px;
        height: 300px;
        margin-left: 47.6%;
        margin-top: 8%;
    }
    #videos h2{
        width: 200px;
        margin-top: 25%;
        margin-left: 53%;
        font-size: 45px;
    }
    #videos p{
        width: 400px;
        margin-top: 29%;
        margin-left: 53%;
        font-size: 35px;
    }
    #videos2 img{
        width: 500px;
        height: 300px;
        margin-left: 51.6%;
        margin-top: -20%;
    }
    #videos2 h3{
        width: 200px;
        margin-top: 16.8%;
        margin-left: 53%;
        font-size: 45px;
    }
    #videos2 p{
        width: 400px;
        margin-top: 19.4%;
        margin-left: 53%;
        font-size: 35px;
    }
    #videos3 img{
        width: 500px;
        height: 300px;
        margin-left: 18.3%;
    }
    #videos3 h4{
        width: 200px;
        margin-top: 36.2%;
        margin-left: 22%;
        font-size: 45px;
    }
    #videos3 p{
        width: 400px;
        margin-top: 39%;
        margin-left: 22%;
        font-size: 35px;
    }
     #videos4 img{
        width: 500px;
        height: 300px;
        margin-left: 51.6%;
        margin-top: -20%;
    }
    #videos4 h5{
        width: 200px;
        margin-top: 36.2%;
        margin-left: 55%;
        font-size: 45px;
    }
    #videos4 p{
        width: 400px;
        margin-top: 39%;
        margin-left: 55%;
        font-size: 35px;
    }
    #videos5 img{
        width: 500px;
        height: 300px;
        margin-left: 18.3%;
    }
    #videos5 h6{
        width: 200px;
        margin-top: 56.2%;
        margin-left: 22%;
        font-size: 45px;
    }
    #videos5 p{
        width: 400px;
        margin-top: 58.9%;
        margin-left: 22%;
        font-size: 35px;
    }
    #videos6 img{
        width: 500px;
        height: 300px;
        margin-left: 51.6%;
        margin-top: -20%;
    }
    #videos6 h6{
        width: 200px;
        margin-top: 56.2%;
        margin-left: 55%;
        font-size: 45px;
    }
    #videos6 p{
        width: 400px;
        margin-top: 58.9%;
        margin-left: 55%;
        font-size: 35px;
    }
    }