body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

header {
    background-color: #3B404F;
    max-width: 100vw;
}

/* ESTOS SON LOS ESTILOS PARA HOME-UPCOMING-PAST */
.main-menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 0;
}

.main-menu li {
    font-size: 0.95rem;
    margin-right: 1.75rem;
    list-style: none;
}

.main-menu li a {
    width: 4rem;
    height: 4rem;
    background-color: #828AA2;
    padding: 0.50rem;
    color: #D90368dd;
    border-radius: 1rem;
    box-shadow: 0 0 0.55rem;
    text-decoration: none;
}

.main-menu li a:hover {
    color: #6F7586;
    background-color: #B9BCC2;
}

ul li .active {
    color: #6F7586;
    background-color: #B9BCC2;
}

.items {
    display: flex;
    justify-content: space-around;
    /* width: 100vw; */
}

.titulo {
    width: auto;
    height: auto;
    padding: 1rem;
    background-color: #828AA2;
    display: flex;
    align-items: center;
    justify-content: center;
}

#checkbox-items {
    margin: 2rem;
    /* display: inline-block; */
    justify-content: center;
    align-items: center;
}

#checkbox-items label {
    display: flex;
    margin-left: 1.8rem;
}

#checkbox-items input {
    display: flex;
    margin-left: 0.5rem;
}

.btn-nav {
    width: auto;
    height: auto;
    padding: 0 0.70rem;
    border-radius: 2rem;
    background-color: #D90368dd;
    border: none
}

#id_search {
    outline: none;
    box-shadow: none;
    border: 1px solid #aaa;
}

#items-cards-home {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0.25rem;
    /* padding: 2rem; */
    margin-bottom: 83px;
}

#items-cards-upcoming {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0.25rem;
    margin-bottom: 64px;
}

#items-cards-past {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0.25rem;
    margin-bottom: 79px;
}

.price {
    margin-right: 0.5rem;
}

.card {
    margin: 1rem;
}

.tarjetaErrorHome {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#D90368dd;
    color: #fff;
    padding: 4rem;
    border: 1px solid #828AA2;
    border-radius: 1rem;
    margin-bottom: 20px;
    
}

.tarjetaErrorUpcoming {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#D90368dd;
    color: #fff;
    padding: 4rem;
    border: 1px solid #828AA2;
    border-radius: 1rem;
    margin-bottom: 39px;
    
}

.tarjetaErrorPast {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#D90368dd;
    color: #fff;
    padding: 4rem;
    border: 1px solid #828AA2;
    border-radius: 1rem;
    margin-bottom: 24px;
    
}


.footer-page {
    width: auto;
    height: 4.8rem;
    padding: 1rem;
    background-color: #828AA2;
    display: flex;
    align-items: center;
    justify-content: start;
    /* margin-top: 79px; */
}

.footer-page ul li {
    display: inline-block;
    margin-top: 1rem;
    list-style: none;
}

.footer-page ul li a i {
    background-color: black;
    border-radius: 50%;
    padding: 0.25rem 0.6rem;
    font-size: 1.5rem;
    margin: 1rem;
    color: #D90368dd;
}

/* ESTILOS DE CONTACT */
.form-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 142px;
}

.form-contact input {
    border: none;
    border-bottom: 1px solid #828AA2;
    outline: none;
    margin-bottom: 0.2rem;
}

.form-contact textarea {
    border: 1px solid #828AA2;
    border-radius: 0.5rem;
    outline: none;
    margin-top: 0.5rem;
}

.label-textarea {
    margin-top: 1rem;
}

.btn-contact {
    background-color: #D90368dd;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 5px 5px 10px black;
    padding: 0.25rem 0.25rem;
    margin-top: 0.25rem;

}

/* ESTILOS DE LA TABLA Y STATS */

.table-stats {
    border-color: #D90368dd;
    margin-bottom: 79px;
}

.table-stats th {
    font-size: 1.1rem;
    color: #bbb;
    background-color: #3B404F;
}

.table-stats td {
    border-collapse: collapse;
    border-spacing: 5rem;
    padding-top: 0.7rem;
}

/* ESTILOS DE DETAILS */
.detail-container {
    background-color: #fff;
    margin: 5rem;
    box-shadow: 5px 5px 10px black;
    

}

.footer-page-detail {
    width: auto;
    height: 4.8rem;
    padding: 1rem;
    background-color: #828AA2;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 277px;
    
}

.footer-page-detail ul li {
    display: inline-block;
    margin-top: 1rem;
    list-style: none;
}

.footer-page-detail ul li a i {
    background-color: black;
    border-radius: 50%;
    padding: 0.25rem 0.6rem;
    font-size: 1.5rem;
    margin: 1rem;
    color: #D90368dd;
}

/* MEDIA QUERIES */
@media (max-width:450px) {
    .main-menu {
        display: flex;
        flex-direction: column;
    }

    .main-menu li {
        margin-bottom: 1rem;
    }

    .card {
        margin-bottom: 1rem;
    }

}

@media (min-width:450px) and (max-width:593px) {
    .main-menu {
        display: flex;
        flex-direction: column;
    }

    .main-menu li {
        margin-bottom: 1rem;
    }

    .card {
        margin-bottom: 1rem;
    }


}

.btn-card {
    background-color: #D90368dd;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    box-shadow: 5px 5px 10px black;
    padding: 0.25rem 0.25rem;
    margin-top: 0.25rem;
    text-decoration: none;
}
.btn-card:hover {
    color: white;
}