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

@font-face {
    font-family: Hoves;
    src: url(./assets/TT\ Hoves\ Pro\ Trial\ Bold.ttf);
}

@font-face {
    font-family: Guthen;
    src: url(./assets/Guthen\ Bloots\ Alt1\ Regular.otf);
}

@font-face {
    font-family: Lineas;
    src: url(./assets/TT\ Hoves\ Pro\ Bold\ Outline\ Trial.ttf);
}

/*HEADER*/

header {
    width: 100%;
    height: auto;
}
.logo {
    background-color: #77116899;
    height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.logo img {
    width: auto;
    height: 3vh;
}

.frase {  
    height: 20vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.frase #texto1 {
    font-family: Hoves;
    font-size: 3vh;
    color: #F5F5F4;
    padding: 1vh;
}

.frase #texto2 {
    font-family: Guthen;
    font-size: 4vh;
    color: #F5F5F4;
    letter-spacing: 6px;
}

/*SEARCH BAR*/

a {
    text-decoration: none;
    font-family: Hoves;
    font-size: 16px;
    color: #F5F5F4;
}

#header {
        width: 100%;
        position: relative;
}

#header:after {
    content: "";
    clear: both;
    display: block;
}

.search {
    width: 40%;
    float: left;
    padding-bottom: 2vh;
    margin-left: 1vh;
}

input {
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 20px;
    background-color: #77116899;
    font-family: Hoves;
    color: #F5F5F4;
}

input::placeholder {
    color: #f5f5f4a7;
    opacity: 3;
}

.menu {
    width: 100%;
    align-items: center;
}

nav > ul {
    width: 57%;
    float: left;
    position: relative;
    display: flex;
    justify-content: space-around;
}

nav li {
    list-style: none;
    float: left;
}

nav .dropdown {
    position: relative;
}

nav li a {
    float: left;
    padding: 10px;
    font-family: Hoves;
    font-size: 14px;
}

nav li ul {
    display: none;
}

nav li:hover ul {
    display: inline;
}

nav li li {
    float: none;
}

nav .dropdown ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #77116899;
    border-bottom: 3px solid;
}

    nav .dropdown li a {
    padding: 10px 10px;
    font-size: 13px;
    min-width: 200px;
    }

    nav li li a {
    float: none;
    color: #F5F5F4;
    display: block;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 13px;
    }

    nav li li a:hover {
    background: #F5F5F4;
    color: #771168;
    }

/*MAIN*/

body {
    width: auto;
    height: auto;
    background-image: url(./assets/MOVIS.jpg);
    background-size: contain;
}

h2 {
    margin-top: 15vh;
    margin-bottom: 2vh;
    font-family: Hoves;
    color: #F5F5F4;
}

.cards {
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
}

article {
    width: 40vh;
    height: 50vh;
    background-color:#F5F5F4;
    border-radius: 15px;
    box-shadow: 0 6px 16px #0000001A;
    position: relative;
    margin: 10px;
    justify-content: space-between;
    padding: 2vh;
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-template-rows: 3fr 1fr 1fr;
}
article .artista {
    width: 100%;
    height: 100%;
    object-fit: cover;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
}

.nombre {
    font-family: Hoves;
    font-size: 4vh;
    padding: 2vh 0;
    grid-column: 1 / 3;
    grid-row: 2 / 3;
}

.vermas {
    font-family: Hoves;
    color: #0000007c;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    text-align: start;
    align-self: flex-end;
}

.botoncomprar {
    font-family: Hoves;
    color: #000;
    text-align: center;
    border-style: solid;
    border-color: #D9D9D9;
    border-radius: 999px;
    margin: auto;
    padding: 0.5vh 1vw;
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

.botoncomprar:hover {
    color: #F5F5F4;
    background-color: #771168;
    border-color: #771168;
}

/*FOOTER*/

footer {
    height: 8vh;
    background-color: #77116899;
    margin-top: 5vh;
}

.redessociales {
    display: flex;
}

.redes a {
    text-decoration: none;
    align-items: center;
}

.redes .rrss {
    width: auto;
    height: 4vh;
    margin: 2vh;
    align-items: center;
}

.redes .rrss:hover {
    height: 5vh;
}

.derechos {
    font-family: Hoves;
    font-size: 2vh;
    color: #F5F5F4;
    margin: auto;
    align-items: center;
}

/*LOGIN*/

#login {
    background-image: url(./assets/fondo.png);
    background-size: cover;
}

#mainlogin {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto auto auto auto;
    margin: 0 5vh;
}

h3 {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    font-family: Lineas;
    font-size: 10vh;
    align-self: center;
    padding: 0 8vh;
    text-shadow: 5px 5px 5px #00000056;
}

.botones {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    align-content: center;
    margin-top: 7vh;
    margin-bottom: 2vh;
    display: flex;
    flex-direction: row;
}

.botones p {
    font-family: Hoves;
    color: #771168;
    margin: auto 2vh;
    align-items: center;
}

.botonhuella {
    width: 5vw;
    height: 4vh;
    background-color: #771168;
    border: 2px #771168 solid;
    border-radius: 999px;
}

#huella {
    color: #F5F5F4;
}

#usuarioplus {
    color: #771168;
}

.botonusuariomas {
    width: 5vw;
    height: 4vh;
    background-color: transparent;
    border: 2px #771168 solid;
    border-radius: 999px;
}

.mensajeregistro {
    display: flex;
    flex-direction: column;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    font-family: Hoves;
    justify-content: center;
    margin: 2vh 0;
}

#instruccion {
    font-size: 2vh;
    color: #f5f5f4a7;
    padding-top: 1vh;
}

form {
    height: auto;
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    grid-template-rows: auto;
}

.categoria {
    width: 95%;
    height: 6vh;
    margin: 2vh;
    background: transparent;
    border: 1px solid;
    border-color: #F5F5F4;
    border-radius: 6px;
}

select {
    font-family: Hoves;
    color: #f5f5f4a7;
}

select option {
    color: #000;
}

.terminosycondiciones {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    font-family: Hoves;
    color: #F5F5F4;
    font-size: 2vh;
    padding: 2vh 0;
}

#terminosycondiciones {
    width: 16px;
}

.crearcuenta {
    width: 95%;
    height: 6vh;
    grid-column: 2 / 3;
    grid-row: 5 / 6;
    border-radius: 999px;
    border: 1px #F5F5F4 solid;
    background-color: transparent;
    font-family: Hoves;
    color: #000;
    justify-self: center;
    margin-top: 4vh;
}

.crearcuenta:hover {
    background-color: #771168;
    border-color: #771168;
    color: #F5F5F4;
}

/*FECHAS*/

.mainfechas {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(4, auto);
    column-gap: 5vh;
}

.flecha {
    background-color: transparent;
    border: none;
}

#flechaatras {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    color: #D9D9D9;
    margin: 2vh;
    font-size: 4vh;
    display: flex;
    justify-content: flex-start;
}

.nombreartista {
    font-family: Hoves;
    font-size: 7vh;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-left: 6vh;
    padding: 0;
}

.bannerartista {
    width: 90%;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    margin-left: 6vh;
}

.acercadelevento {
    font-family: Hoves;
    font-size: 2vh;
    color: #000;
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    margin-left: 6vh;
    margin-top: 3vw;
}

#titulo {
    font-size: 2.5vh;
}

.botonespasos {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    align-content: center;
    justify-content: space-evenly;
    margin-top: 7vh;
    margin-bottom: 2vh;
    display: flex;
    flex-direction: row;
    margin-right: 6vh;
}

.botonespasos p {
    font-family: Hoves;
    color: #771168;
    margin: auto 2vh;
    align-items: center;
}

.botonespasos button {
    width: 5vw;
    height: 4vh;
    border: 2px #771168 solid;
    border-radius: 999px;
}

.botoncalendario {
    background-color: #771168;
}
#calendario {
    color: #F5F5F4;
}

.botonbutaca {
    background-color: transparent;
}
#butaca {
    color: #771168;
}

.botonusuario {
    background-color: transparent;
}
#usuario {
    color: #771168;
}

.botontarjeta {
    background-color: transparent;
}
#tarjeta {
    color: #771168;
}

.botonesdias {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
}

.dias {
    width: 7vw;
    height: 15vh;
    border-radius: 20px;
    border: 1px #F5F5F4 solid;
    background-color: transparent;
    font-family: Hoves;
    font-size: 5vh;
    color: #000;
    justify-self: center;
    margin-top: 4vh;
    margin-left: 6vh;
    align-self: center;
}

.dias:hover {
    background-color: #771168;
    border-color: #771168;
    color: #F5F5F4;
}


.botonsiguiente {
    width: 80%;
    height: 6vh;
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    border-radius: 999px;
    border: 1px #F5F5F4 solid;
    background-color: transparent;
    font-family: Hoves;
    color: #000;
    text-align: center;
    place-content: center;
    justify-self: center;
    margin-top: 4vh;
    margin-right: 6vh;
    align-self: center;
}

.botonsiguiente:hover {
    background-color: #771168;
    border-color: #771168;
    color: #F5F5F4;
}

/*ASIENTO*/

.mainasiento {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(4, auto);
    column-gap: 5vh;
}

.botonbutaca2 {
    background-color: #771168;
}
#butaca2 {
    color: #F5F5F4;
}

.botonessector {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    display: flex;
    flex-direction: column;
}

.sector {
    width: 95%;
    height: 5vh;
    border-radius: 5px;
    border: 1px #F5F5F4 solid;
    background-color: transparent;
    font-family: Hoves;
    font-size: 3vh;
    color: #F5F5F4;
    justify-self: center;
    margin-top: 4vh;
    margin-right: 4vh;
    align-self: center;
}

.sector:hover {
    background-color: #771168;
    border-color: #771168;
    color: #F5F5F4;
}

/*DATOS*/
.maindatos {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(5, auto);
    column-gap: 5vh;
}

.botonbutaca3 {
    background-color: #771168;
}
#butaca3 {
    color: #F5F5F4;
}

.botonusuario3 {
    background-color: #771168;
}
#usuario3 {
    color: #F5F5F4;
}

.botonespasos {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.iniciarsesion {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    width: 80%;
    height: 6vh;
    border-radius: 999px;
    border: 1px #F5F5F4 solid;
    background-color: transparent;
    font-family: Hoves;
    color: #000;
    text-align: center;
    place-content: center;
    justify-self: center;
    margin-top: 4vh;
    margin-bottom: 3vh;
    margin-right: 6vh;
    align-self: center;
}

.iniciarsesion:hover {
    background-color: #771168;
    border-color: #771168;
    color: #F5F5F4;
}

.formdatos {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
}

.categoria2 {
    width: 95%;
    height: 6vh;
    margin: 2vh;
    background: transparent;
    border: 1px solid;
    border-color: #F5F5F4;
    border-radius: 6px;
}

.botonsiguiente2 {
    grid-column: 2 / 3;
    grid-row: 5 / 6;
    width: 80%;
    height: 6vh;
    border-radius: 999px;
    border: 1px #F5F5F4 solid;
    background-color: transparent;
    font-family: Hoves;
    color: #000;
    text-align: center;
    place-content: center;
    justify-self: center;
    margin-top: 4vh;
    margin-right: 6vh;
    align-self: center;
}

.botonsiguiente2:hover {
    background-color: #771168;
    border-color: #771168;
    color: #F5F5F4;
}

.bannerartista2 {
    width: 90%;
    grid-column: 1 / 2;
    grid-row: 3 / 4;
    margin-left: 6vh;
}

.acercadelevento2 {
    font-family: Hoves;
    font-size: 2vh;
    color: #000;
    grid-column: 1 / 2;
    grid-row: 4 / 5;
    margin-left: 6vh;
    margin-top: 3vw;
}

.invitado {
    font-family: Hoves;
    color: #771168;
}

/*PAGOS*/

.mainpagos {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(4, auto);
    column-gap: 5vh;
}

.botoncalendario4 {
    background-color: #771168;
}
#calendario4 {
    color: #F5F5F4;
}

.botonbutaca4 {
    background-color: #771168;
}
#butaca4 {
    color: #F5F5F4;
}

.botonusuario4 {
    background-color: #771168;
}
#usuario4 {
    color: #F5F5F4;
}

.botontarjeta4 {
    background-color: #771168;
}
#tarjeta4 {
    color: #F5F5F4;
}

.botonespagos {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    padding-top: 4vh;
}

.pago {
    font-family: Hoves;
    color: #771168;
}

/*ENTRADAS*/

.mainpagos {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(4, auto);
    column-gap: 5vh;
}

.tenestuentrada {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    align-self: center;
}

#auriculares {
    color: #771168;
    font-size: 10vh;
    display: flex;
    justify-content: center;
}

.mensajeentrada {
    font-family: Hoves;
    color: #771168;
    font-size: 6vh;
    justify-self: center;
    align-items: center;
}