@import url('https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css');

@font-face {
    font-family: "PFBagueSansPro-Regular";
    src: url("../fonts/PFBagueSansPro-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "PFBagueSansPro-Bold";
    src: url("../fonts/PFBagueSansPro-Bold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}


* {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

b {
    font-family: "PFBagueSansPro-Bold";
}

body {
    background-color: #f6cd00;
    font-family: "PFBagueSansPro-Regular";
    padding-top: 88px;
    font-size: 18px;
    /* color: #4c342b; */
}

.container {
    width: 1120px;
    min-width: 1120px;
    margin: 0 auto;
}

nav a {
    font-size: 16px;
    /* color: #3661b0; */
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 0;
    display: flex;
    background-color: #f6cd00;
    box-shadow: 0 0 4px #444;
    z-index: 2;
}

#banner {
    background-color: #fff;
}

.fx {
    display: flex;
}

.fx-1 {
    flex: 1;
}

.space-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

::placeholder {
    color: #000;
    opacity: 1;
    /* Firefox */
}

table {
    width: 100%;
}

td:first-child {
    width: 200px;
}

input,
select,
button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: 8px 16px;
    outline: none;
    border: 1px solid #cbac14;
    border-radius: 4px;
    width: 320px;
    font-size: 18px;
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    background-color: transparent;
    width: 100%;
}

input:focus,
select:focus {
    border-color: #000;
}

button {
    cursor: pointer;
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    border: none;
    background-color: #cbac14;
}

button:hover {
    transform: scale(.95);
}

.form-control p {
    margin-bottom: 8px;
    width: 100%;
}

#logo img {
    width: 280px;
    transform: translateY(2px);
}

nav.nav-desktop ul li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
    font-weight: bold;
    letter-spacing: 1.8px;
}

nav.nav-desktop ul li a {
    transition: .5s;
}

nav.nav-desktop ul li a:hover {
    color: #db392e;
}

nav.nav-desktop li a.active {
    color: #db392e
}

.line {
    height: 8px;
    background-color: #3661b0;
}

.line.red {
    background-color: #db392e;
}

.page-heading {
    font-size: 36px;
    margin: 32px 0;
    background-color: #f6cd00;
    display: inline-block;
    font-weight: 400;
}

.branch-office-heading {
    font-size: 32px;
    margin-bottom: 16px;
    letter-spacing: -2px;
}

.address {
    margin-bottom: 16px;
}

.branch-office {
    margin-bottom: 32px;
}

#form-franchise input,
#form-franchise select {
    margin-bottom: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#form-franchise h2 {
    font-size: 20px;
    margin-bottom: 8px;
}

.coffee {
    flex: 1;
    align-items: flex-start;
    /* box-shadow: 0 0 24px #715f58; */
    padding: 16px;
    border-radius: 8px;
}

.coffee img {
    height: 400px;
}

.coffee div {
    margin-left: 32px;
}

.coffee td {
    padding: 8px;
    line-height: 22px;
}

.coffee tr:nth-child(2n) {
    background-color: #e9c61c;
}

.coffee {
    margin-bottom: 32px;
}

li {
    list-style: disc;
}

.btn-toggle-info {
    cursor: pointer;
}

.btn-toggle-info img {
    width: 16px;
    height: auto;
    transition: .5s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-toggle-info img.active {
    transform: rotate(180deg);
}

.product-info {
    margin-top: 32px;
    display: none;
}

footer {
    background-color: #f1f1f1;
    text-align: center;
    padding: 16px 0;
    font-size: 14px;
}

footer.fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-banner-container {
    background-color: #fff;
    text-align: center;
    margin-top: 32px;
    margin-bottom: 46fffpx;
    box-shadow: 0 0 16px #666;
}

#footer-banner {
    width: 50%;
}

.colombian-art-container {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 32px;
}

.colombian-art-container img {
    transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.colombian-art-container img:hover {
    transform: scale(.97);
}

.colombian-art-container img {
    text-align: center;
    width: 100%;
}

#mobile-menu {
    display: none;
}

.hide-on-desktop {
    display: none;
}

@media screen and (max-width: 600px) {

    .hide-on-mobile {
        display: none;
    }

    .hide-on-desktop {
        display: initial;
    }

    #btn-close-mobile-menu {
        position: absolute;
        top: 12px;
        right: 8px;
        width: 40px;
        padding: 8px;
    }

    body,
    html {
        width: 100%;
    }

    body {
        padding-top: 66px;
        font-size: 14px;
    }

    #nav-mobile {
        color: #fff;
    }

    #nav-mobile li {
        text-align: center;
        padding: 16px 0;
    }

    #nav-mobile li a {
        font-size: 24px;
        letter-spacing: 2px;
    }

    #mobile-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, .85);
        z-index: 3;
        top: 0;
        left: 100%;
        transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    }

    #mobile-menu.active {
        left: 0;
    }

    #btn-mobile-menu {
        width: 32px;
    }

    .container {
        width: 100%;
        min-width: 100%;
        padding: 0 12px;
    }

    #logo img {
        width: 160px;
    }

    .coffee {
        padding: 0;
    }

    .coffee.fx {
        flex-direction: column;
        align-items: center;
    }

    .coffee img {
        height: 240px;
        margin-bottom: 24px;
    }

    .coffee div {
        margin-left: 0;
    }

    .branch-office .fx {
        flex-direction: column;
    }

    .branch-office img {
        width: 100%;
    }

    #form-franchise .fx {
        flex-direction: column;
    }

    .colombian-art-container {
        grid-template-columns: auto;
    }

    .event {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .page-heading {
        margin: 12px 0;
        font-size: 24px;
        text-align: center;
        width: 100%;
    }

    .branch-office-heading {
        font-size: 24px;
        margin-bottom: 12px;
    }

    td:first-child {
        width: 100px;
    }


}