@import url("normalize.css");
@import 'https://fonts.googleapis.com/css?family=Ubuntu:400,500,700';

* {
    font-family: 'Ubuntu', arial, helvetica, sans-serif;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: auto;
    height: 100%;
    max-height: 55em;
    width: 100%;
    max-width: 30em;
    background-color: rgb(200, 200, 200);
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
}

main {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding: 1em;
    background-color: rgb(50, 50, 50);
    height: calc(100vh - 9em);
    overflow: auto;
}

footer {
    padding-left: 1em;
    padding-right: 1em;
    background-color: black;
}

header, 
footer {
    flex: 1;
}

/*
-----------------------General-----------------------------*/

#logo {
    display: flex;
    height: 6vh;
    width: auto;
}

.iconos {
    display: flex;
    justify-content: space-between;
    height: 6vh;
    width: auto;
}

footer p {
    color: rgb(0, 221, 172);
    text-align: justify;
    font-size: .75em;
}

#menu {
    padding: 1em;
    width: 15em;
    position: fixed;
    top: -100vh;
    transition: all 1s ease;
    background-color: rgba(0, 0, 0, .8); 
    z-index: 10;
}

#menu:target {
    top: 0;
    transition: all 1s ease;
}

.itemmenu {
    display: flex;
    align-items: center;
}

header nav ul li p {
    color: white;
    margin-left: .5em;
}

#popup {
    background: rgba(0, 221, 172, .5);
    top: -100vh;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup:target {
    top: 0;
    left: 0;
}

.botoncerrarsesion:hover, .cancelarcerrarsesion:hover {
    background-color: rgba(0, 221, 172, .5);
}

.cerrarsesion {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    padding: 2em;
    background-color: black;
    width: 80%;
    height: 35%;
    text-align: center;
    border-radius: 1.5em;
    animation: cerrarSesion 300ms ease-in-out;
    color: rgb(0, 221, 172);
}

.botones {
    margin: auto;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}

.botoncerrarsesion {
    background-color: rgb(0, 150, 180);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8em;
    height: 3em;
    font-size: .9em;
    border-radius: 1em;
    cursor: pointer;
}

.cancelarcerrarsesion {
    background-color: rgb(0, 150, 180);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8em;
    height: 3em;
    font-size: .9em;
    border-radius: 1em;
    cursor: pointer;
}

main > section a {
    color: rgba(50, 50, 50, .8);
    font-weight: 400;
    font-size: 1.2em;
}

/*
-----------------------Principal---------------------------*/

main div a {
    margin: 1em;
    color: rgb(0, 221, 172);
}

.subir {
    background-color: rgb(142, 65, 145);
}

.locales {
    background-color: rgb(255, 87, 34);
}

.plantillas {
    background-color: rgb(246, 169, 32);
}

.estado {
    background-color: rgb(0, 221, 172);
}

.subir, .locales, .plantillas, .estado {
    margin: auto;
    border-radius: 1.5em;
    height: 12.5em;
    text-align: center;
    width: 45%;
    margin-top: 1em;
    padding: 1em;
    display: flex;
    justify-content: center;
    align-content: center;
}

.imgppl {
    height: 6em;
    width: auto;
}

.subir:hover, .locales:hover, .plantillas:hover, .estado:hover {
    background-color: rgba(255,255,255,.3);
}


/*
------------------------Usuario----------------------------*/

#foto {
    margin-top: 1em;
    border-radius: 50em;
    width: 50%;
    height: auto;
    }

.formulario {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.usuario {
    display: flex;
}

.usuario2 {
    max-width: 60%;
    margin-top: .5em;
}

/*
----------------------Registrarse---------------------------*/

form > p {
    color: rgb(0, 221, 172);
    text-align: center;
}

h3 {
    margin-top: 2em;
    font-weight: 400;
    text-align: center;
}

.registrarse {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(0, 221, 172);
    margin: auto;
}

.promo {
    margin-top: .5em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 110%;
}
/*
-----------------------Index----------------------------*/

#formulario {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}

form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

form input {
    text-align: center;
    margin-top: .5em;
    height: 3em;
    background-color: rgb(50, 50, 50);
    border-radius: 1.5em;
    border-color: rgb(0, 221, 172);
    color: white;
}

.botonentrar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3em;
    width: 70%;
    font-weight: 500;
    border-radius: 1.5em;
    color: rgb(0, 150, 180);
    background-color: rgb(0, 221, 172);
}

.botonentrar:hover{
    background-color: rgba(0, 221, 172, .8);
}

/*
-----------------------subir----------------------------*/

div h4 {
    color: rgb(0, 221, 172);
    font-weight: 400;
    text-align:left;
    width: 5em;
    margin-bottom: 1em;
    margin-top: 1em;
}

.archivos {
    margin: auto;
    margin-bottom: 1em;
    display: flex;
    flex-direction: column;
    color: rgb(0, 221, 172);
}

.botonsubir {
    background-color: rgb(0, 221, 172);
    color: white;
    text-align: center;
    width: 6em;
    border-radius: 1.5em;
    margin-bottom: 1.5em;
    padding: .8em;
    font-size: 1em;
    font-weight: 500;
}

.formulariocomprar, select, option {
    color: #ffffff;
    background-color: #333333;
    border-color: rgb(0, 221, 172);
    padding-left: .4em;
    width: 80%;
    }

.formulariocomprar2 {
    width: 3em;
    margin-left: .5em;
}

.formulariocomprar3 {
    width: 12em;
    margin-left: .5em;
}
/*
-----------------------Locales----------------------------*/

h2 {
    text-align: center;
    color: white;
    font-weight: 400;
}

.listalocales {
    border-radius: 2em;
    margin: auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    background-color: rgb(0, 221, 172);
    align-items: flex-end;
    margin-top: 1em;
}

.botonlocal {
    display: flex;
    background-color: rgb(0, 0, 0);
    width: 90%;
    border-bottom-left-radius: 0em;
    border-top-left-radius: 0em;
    border-bottom-right-radius: 2em;
    border-top-right-radius: 2em;
}

.organizacion {
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
}

.local {
    margin: auto;
    width: 40%;
    display: flex;
    flex-direction: column;
}

.iconolista {
    height: 1em;
    margin-right: .2em;
}

#estrellita {
    width: 100%;
    min-width: 4em;
}

section ul {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

section ul li {
    color: rgb(0, 221, 172);
    font-weight: 400;
    margin: .2em;
    font-size: .8em;
    margin-top: .5em;
}

/*
-----------------------Plantillas---------------------------*/

.plantilla {
    width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.filtro {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: white;
    width: 90%;
}

.combo {
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    width: 45%;
}

.aplantilla {
    margin: 0;
    width: 100%;
}

.ulmarcadores{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: black;
}

.imgplantilla {
    width: 100%;
}

.marcadores {
    margin: 0;
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marcadores:hover {
    color: rgba(0, 221, 172, .3);
}

figure img {
    height: auto;
    min-width: 2em;
}

.combo:hover {
    background-color: rgba(0, 221, 172, .3);
}

figcaption p {
    display: block;
    margin-left: .5em;
}

.iconomarcadores {
    height: 1em;
    width: auto;
}

/*
------------------------Estado-----------------------------*/

#imgestado {
    height: 55vh;
}