* {margin: 0;
   padding: 0;
   box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');

body {
    background-image: url(imagenes/fondosocios4.jpg);
    background-position: left;
    background-size: contain;
}

header {
    display: flex;
    flex-direction: row;
    background: linear-gradient(to right, black, white);
    background-position: cover;
    background-size:cover;
    width: 100%;
    height: 4em;
    align-items: center;
    align-content: center; 
    justify-content: space-between;
    position: fixed;
}

.logo {
    width: 6em;
}


#btn-menu {
    display: none;
}

.btn-menu:checked ~ .menu {
    right: 0em;
    top: 4em;
}

label img {
    width: 2em;
    margin: .5em 1em;
    cursor: pointer;
    right: 0;
    top: 1em;
}

.menu {
    display: flex;
    width: 50%;
    position: fixed;
    right: -50%;
    top: 4em;
    transition: all 1s ease;
    height: 100%;
}

header ul {
    list-style: none;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    background-color: rgba(0,0,0,0.8);
}

header li {
    display: flex;
    justify-content: center;
    align-items: baseline;
    width: 100%;
    padding: 1em;
    font-family: "nunito", sans-serif;
}

header li a {
    text-decoration: none;
    color: white;
}

.logo {
    margin-left:1em;
}


.galeria { 
    font-family: "Nunito", sans-serif;

}

.titulogaleria {
    width: 100%;
    height: 3em;
    padding: .8em 1.5em;;
    background-image: url(imagenes/titular.png);
    background-position: left;
    background-size: cover;
    color: white;
    margin: 3em 0 0 0;
}

.titulogaleria a {
    color: white;
    text-decoration: none;
    
}

.bx-wrapper {
    z-index: -9990;
    margin-top: 1em;
    
}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ordenar {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin: .75em;
    font-family: "nunito", sans-serif;
    font-size: .9em;
    width: 90%;
    color: white;
}

.ordenar img{
    max-height: .5em;
    margin-left: .5em;
}

.album {
    display: flex;
    flex-wrap: nowrap;
}

.album1 {
    display: flex;
    background-image: url(imagenes/galeria.jpg);
    background-size: cover;
    width: 50vmin;
    height: 50vmin; 
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0.5em;
    border-radius: 1em;
}

.album2 {
    display: flex;
    background-image: url(imagenes/galeria1.jpg);
    background-size: cover;
    width: 50vmin;
    height: 50vmin; 
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0.5em;
    border-radius: 1em;
}

.album3 {
    display: flex;
    background-image: url(imagenes/slider1.jpg);
    background-size: cover;
    width: 50vmin;
    height: 50vmin; 
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0.5em;
    border-radius: 1em;
}

.album4 {
    display: flex;
    background-image: url(imagenes/slider7.jpg);
    background-size: cover;
    width: 50vmin;
    height: 50vmin; 
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0.5em;
    border-radius: 1em;
}

.album5 {
    display: flex;
    background-image: url(imagenes/slider3.jpg);
    background-size: cover;
    width: 50vmin;
    height: 50vmin; 
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0.5em;
    border-radius: 1em;
}

.album6 {
    display: flex;
    background-image: url(imagenes/slider5.jpg);
    background-size: cover;
    width: 50vmin;
    height: 50vmin; 
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0.5em;
    border-radius: 1em;
}

.textoalbum {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-family: "nunito", sans-serif;
    color: white;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.7);
    padding: .5em;
    border-radius: 1em;
}

.paginas {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    font-size: .8em;
    justify-content: center;
    font-family: "nunito", sans-serif;
    padding: 1em;
}

.paginas h4 {
    text-decoration: none;
    margin: 1em;
    color: white;
}

.paginas img {
    max-height: .8em;
}

footer {
    background-color: #1aa2ad;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "nunito", sans-serif;
    padding: 1em;
}

footer h4 {
    color: #07074e;
}

footer h5 a {
    color: white;
}

footer p a {
    text-decoration: none;
    color: #07074e;
}

footer nav ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: .5em;
}

footer nav img {
    max-width: 2em;
    display: flex;
    justify-content: center;
    margin-left: .25em;
    margin-right: .25em;
}

@media (min-width: 30em){
    
   
    label img {
        display: none;
    }
    
    header {
        display: flex;
        flex-direction: row;
        justify-content: center;
        
    }

    .menu-items {
        display: flex;
        flex-direction: row;
        width: 100%;
        position: fixed;
        right: 0;
        top: 4em;
        height: 2em;
    }
    
     .titulogaleria {
        margin-top: 4.5em;
    }
    
    .grande {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .album1 {
        width: 45vmin;
        height: 45vmin;
    }
    
    .album2 {
        width: 45vmin;
        height: 45vmin;
    }
    
    .album3 {
        width: 45vmin;
        height: 45vmin;
    }
    
    .album4 {
        width: 45vmin;
        height: 45vmin;
    }
    
    .album5 {
        width: 45vmin;
        height: 45vmin;
    }
    
    .album6 {
        width: 45vmin;
        height: 45vmin;
    }
    
    
    
    
    
    
    
    
    
}