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


body {
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
    background-color: #000;

}


body, html {
    height: 100%;
}

.imagen {
    width: 100%;
    height: auto;
}

.imagenfondo {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: -35%;
    left: 0px;
    z-index: -1000;
    overflow: hidden;
    
}

h1 {
    color: #fff;
    font-size: 54px;
    position: absolute;
    top: 38%;
    left: 45%;
    text-align: center;
    width: 50%;
    font-weight: 100;
    
}

.contenedor {
        max-width: 100%;
    height: 100%;
    background-image: url(imagenes/fondo_index_3.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}

/*MENU*/

nav {
    height: 100%;
    width: 25%;
    background-color: aqua;
    display: none;
    
}

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;
}


.menu_1 {
    width: 15%;
    position: absolute;
    top: 7%;
    left: 5%;
    text-align: center;
    display: block;
}

.menu_2 {
    width: 15%;
    position: absolute;
    top: 15%;
    left: 22%;
    text-align: center;
    display: block;
}

.imagen_menu {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
    
}

/*Redes sociales*/

.contenedor_rrss {
    position: relative;
    top: 3%;
    right: -92%;
    z-index: 1500;
    width: fit-content;
}

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

/**/


/*POLAROIDS*/


.polaroid {
    position: absolute;
    width: 50%;
    top: 40px;
    left: 10px;
    display: none;
}

.menu {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.menu_polaroids {
    width: 35%;
    position: absolute;
    left: 20px;
    top: 20px;
}


/*QUERIES*/

/*Tablet 1024px*/

@media screen and (max-width:1024px) {
    h1 {
        left: 50%;
    }
    
    .menu_1 {
        width: 20%;
        top: 12%;
     }
    
    .menu_2 {
        width: 20%;
        top: 20%;
        left: 30%;
    }
    
}

/*Tablet 768px*/

@media screen and (max-width:768px) {
    h1 {
        left: 27%;
        top: 75%;
     }
    
    .menu_1 {
        width: 35%;
        top: 4%;
        left: 10%;
     }
    
    .menu_2 {
        width: 35%;
        top: 8%;
        left: 55%;
    }
}

/*Móvil 667px*/

@media screen and (max-width:667px){
     h1 {
        font-size: 35px;
        top: 30%;
        left: 45%;
    }
    
    .menu_1 {
        width: 17%;
        left: 7%;
    }
    
    .menu_2 {
        width: 17%;
        top: 12%;
        left: 28%;
    }
}


/*Móvil 414px*/

@media screen and (max-width:414px) {
 
    h1 {
        font-size: 24px;
        top: 80%;
        left: 27%;
    }
    
    .menu_1 {
        width: 35%;
        top: 14%;
        left: 8%;
    }
    
    .menu_2 {
        width: 35%;
        top: 20%;
        left: 55%;
    }
 
}