html {
    scroll-behavior: smooth;
}

main{
    background-color: #2B2424;
}

body {
    background-color: #2B2424 !important;
}

.navbar-choris {
    background: linear-gradient(to bottom, #ED7710, #2B2424);
    font-family: "Dm Serif Text", serif;
}

.navbar>.container-fluid{
    justify-content: space-around !important;
}

.choris-header {
    color: #E4E2E2 !important;
}

.dropdown-menu.show {
    display: flex;
    flex-direection: column;
    gap: 1rem;
    background-color: #ffe69c;
    border-color: orange;
    text-align: center;
    font-size: 26px;
}

.dropdown-toggle::after {
    content: none !important;
}


.dropdown-menu {
    --bs-dropdown-link-hover-bg: rgba(237, 119, 16, 0.6);
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: rgba(237, 119, 16, 0.8) !important;
    color: #fff !important;
}

[id^="pruebalos-h2"], 
[id^="conocenos-h2"], 
[id^="ubicación-h2"] {
    scroll-margin-top: 100px; 
}

.container-md {
    background-color: #2B2424;
}

.container-md h1 {
    color: #E4E2E2;
    font-family: "Dm Serif Text", serif;
    font-size: 64px;
    letter-spacing: -2px;
    text-transform: uppercase;
    background-color: #2B2424;
    padding-bottom: 28px;
    margin-bottom: -3px;
}

.container h2 {
    color: #E4E2E2;
    font-family: "Inclusive sans", sans-serif;
    font-size: 64px;
    border: 4px solid #ED7710;
    border-radius: 24px;
    text-shadow: 
    -2px -2px 0 #ED7710,  
     2px -2px 0 #ED7710,
    -2px  2px 0 #ED7710,
     2px  2px 0 #ED7710;
    margin-bottom: 32px;
    box-shadow: -2px 18px 46px 1px rgba(0,0,0,0.75);
    -webkit-box-shadow: -2px 18px 46px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 18px 46px 1px rgba(0,0,0,0.75);
}

.alert {
    font-family: "Inclusive Sans", sans-serif !important;
}

.btn {
    background: #ed77102e !important;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.4px);
    -webkit-backdrop-filter: blur(6.4px);
    border: 1px solid #ed7710 !important;
    width: 75%;
}

.masVendido{
    background-color: #2b2424 !important;
    border-color: #ed7710 !important;
    color: #ed7710 !important;
}

.card {
    margin-bottom: 32px;
    border: none !important;
    background-color: #2B2424 !important;
}

.card-body {
    background-color: #2B2424;
    color: #E4E2E2 !important;
    font-family: "Dm Serif Text", sans-serif;
}

.card-menu {
    text-align: justify;
}

.card-title {
    font-size: 32px;
}

.card-img-top {
    border: 3px solid #ED7710;
    border-radius: 12px !important;
}

.iframe-map {
    aspect-ratio: 16/9;
    min-height: 331px;
    max-height: 450px;
    border-radius: 12px;
    border: 3px solid #ED7710;
    background-color: #2B2424;
}

.footer-chori {
    background: linear-gradient(to top, #ED7710, #2B2424);
    height: 100px;
    margin-top: 32px;
}

.waze-button  {
    font-family: "Inclusive Sans", sans-serif !important;
    /* From https://css.glass */
    background: rgba(0, 0, 0, 0.18) !important;
    border-radius: 16px !important; 
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(2.8px) !important;
        -webkit-backdrop-filter: blur(2.8px) !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
}