
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700');


body {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    
    
}

body, html {
    height: 100%;
}

.clear {
    clear: both;
}


/*MENU*/

nav {
    height: 100%;
    width: 25%;
    background-color: aqua;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    
}

nav ul {
    margin: 0px;
    padding: 50% 0px 0px 0px;
    list-style-type: none;
}

nav ul li a {
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    height: 25px;
    letter-spacing: -5px;
    
}

nav ul li a:hover {
    color: #589086;
}

.padding_1 {
    padding-left: 40px;
}


/*CABECERA*/

header {
    text-align: center;
    font-size: 32px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 40px 0px;
    font-weight: 300;
    background-color: #333333;
    color: #fff;
    width: 100%;
    margin: auto auto 5px auto;
} 

/*Menú hamburguesa*/
        
        .hamburger {
            position: fixed;
            top: 20px;
            right: 20px;
            width: 30px;
            z-index: 1500;
        }
        
        
        .menu_hamburger {
            width: 100%;
            height: 0px;
            overflow: hidden;
            background-color: rgba(0, 0, 0, 0.9);
            position: fixed;
            top: 0px;
            left: 0px;
            z-index: 1200;
            -webkit-transition: all 300ms ease-in-out;
            -moz-transition: all 300ms ease-in-out;
            -ms-transition: all 300ms ease-in-out;
            -o-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
        }
        
        .menu_hamburger ul {
            margin: 0px;
            padding-top: 200px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            list-style-type: none;
        }
        
        .menu_hamburger ul li a {
            display: block;
            color: #fff;
            text-align: center;
            text-decoration: none;
            width: 100%;
            height: 80px;
            font-size: 24px;
            
        }
        
        .menu_hamburger ul li a:hover {
            color: gray;
        }


/*Redes sociales*/

.contenedor_rrss {
    position: absolute;
    top: 3%;
    left: 1%;
    z-index: 1500;
}

.imagen_rrss {
    width: 1.5%;
    margin-right: 5px;
}

/**/

/*DISCOS */

.contenedor_discos {
    width: 80%;
    margin: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-top: 30px;
}

.disco_verde_1 {
    width: 30%;
    height: 290px;
    margin-right: 5%;
    background-color: #589086;
    position: relative;
    float: left;
    margin-bottom: 50px;
}

.disco_verde_2 {
    width: 30%;
    height: 290px;
    margin-right: 5%;
    background-color: #589086;
    position: relative;
    float: left;
    margin-bottom: 50px;
}

.disco_amarillo_1 {
    width: 30%;
    height: 290px;
    background-color: #fff390;
    position: relative;
    float: left;
    margin-bottom: 50px;
}

.disco_verde_3 {
    width: 30%;
    height: 290px;
    margin-right: 5%;
    background-color: #589086;
    position: relative;
    float: left;
    
}

.disco_amarillo_2 {
    width: 30%;
    height: 290px;
    margin-right: 5%;
    background-color: #fff390;
    position: relative;
    float: left;
    
}

.disco_verde_4 {
    width: 30%;
    height: 290px;
    background-color: #589086;
    position: relative;
    float: left;
   
}

.disco {
    position: absolute;
    left: 4%;
    right: -10%;
    top: 4%;
    
}

.foto_disco {
    width: 95%;
    height: auto;
}

.margin_bottom {
    margin-bottom: 50px;
}


/*QUERIES*/

/*Tablet 1024px*/

@media screen and (max-width:1024px) {
    .disco_verde_1 {
        height: 245px;
    }
    
    .disco_verde_2 {
        height: 245px;
    }
    
    .disco_verde_3 {
        height: 245px;
    }
    
    .disco_verde_4 {
        height: 245px;
    }

    
    .disco_amarillo_1 {
        height: 245px;
    }
    
    .disco_amarillo_2 {
        height: 245px;
    }
}

/*Tablet 768px*/

@media screen and (max-width:768px) { 
    
    .clear {
        clear: none;
    }
    
    .disco_verde_1 {
        height: 265px;
        width: 45%;
    }
    
    .disco_verde_2 {
        height: 265px;
        width: 45%;
    }
    
    .disco_verde_3 {
        height: 265px;
        width: 45%;
        margin-bottom: 50px;
    }
    
    .disco_verde_4 {
        height: 265px;
        width: 45%;
        margin-bottom: 50px;
    }

    
    .disco_amarillo_1 {
        height: 265px;
        width: 45%;
        margin-right: 5%;
    }
    
    .disco_amarillo_2 {
        height: 265px;
        width: 45%;
        margin-bottom: 50px;
    }
    
    .imagen_rrss {
        width: 2.5%;
        margin-right: 5px;
    }
    
    .contenedor_rrss {
        top: 2%;
        left: 2%;
    }
    
    .imagen_rrss {
        width: 3%;
        margin-right: 10px;
    }
}


/*Móvil 667px*/

@media screen and (max-width:667px) {
    
    header {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 20px 0px;
        font-size: 20px;
        position: fixed;
        z-index: 1000;
    }
    
    .hamburger {
    padding: 0px 15px !important;
    
    }
    
    .contenedor_discos {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding-top: 90px;
    }
    
    .disco_verde_1 {
        height: 240px;
    }
    
    .disco_verde_2 {
        height: 240px;
    }
    
    .disco_verde_3 {
        height: 240px;
    }
    
    .disco_verde_4 {
        height: 240px;
    }

    
    .disco_amarillo_1 {
        height: 240px;
    }
    
    .disco_amarillo_2 {
       height: 240px;
    }
    
    .imagen_rrss {
        width: 2%;
    }
    
     .contenedor_rrss {
        position: fixed;   
    }
    
    
}

/*Móvil 414px*/

@media screen and (max-width:414px) {
    
    
    .disco_verde_1 {
        float: none;
        width: 90%;
        height: 255px;
    }
    
    .disco_verde_2 {
        float: none;
        width: 90%;
        height: 255px;
    }
    
    .disco_verde_3 {
        float: none;
        width: 90%;
        height: 255px;
    }
    
    .disco_verde_4 {
        float: none;
        width: 90%;
        height: 255px;
    }

    
    .disco_amarillo_1 {
        float: none;
        width: 90%;
        height: 255px;
        margin-bottom: -20px;
    }
    
    .disco_amarillo_2 {
       float: none;
        width: 90%;
        height: 255px;
    }
    
    .contenedor_rrss {
        top: 1%;
        left: 2%;
    }
    
        .imagen_rrss {
        width: 3.5%;
    }
}