@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Medium.otf');
    font-weight: 500;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.otf');
    font-weight: 900;
}

@font-face {
    font-family: 'GT-Flaire-Basic';
    src: url('../fonts/GT-Flaire-Basic-Light.ttf');
    font-weight: 300;
}

@font-face {
    font-family: 'GT-Flaire-Basic';
    src: url('../fonts/GT-Flaire-Basic-Regular.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'GT-Flaire-Basic';
    src: url('../fonts/GT-Flaire-Basic-Medium.ttf');
    font-weight: 500;
}

@font-face {
    font-family: 'GT-Flaire-Basic';
    src: url('../fonts/GT-Flaire-Basic-Bold.ttf');
    font-weight: 700;
}

@font-face {
    font-family: 'WorkSans';
    src: url('../fonts/WorkSans-VariableFont_wght.ttf');
}

/* header */
header {
    background-color: #FFF;
    /*height: 80px;*/
    padding-top: 20px;
    padding-bottom: 20px;
}

header .logo {
    height: 40px; /*50px;*/
    width: auto;
}

header .logo.sanmiguel {
    margin-left: 74px;
}

header .container {
    padding-top: 0;
    padding-bottom: 0;
}

header .navbar {
    padding-top: 0;
    padding-bottom: 0;
    /*height: 100%;*/
}

header .navbar .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

header .navbar .nav-item {
    margin-right: 60px;
}

header .navbar .nav-item.margin-right-10 {
    margin-right: 10px;
}

header .navbar .nav-item:last-child {
    margin-right: 0;
}

header .navbar .nav-item .nav-link {
    color: #EF0000;
    font-family: 'GT-Flaire-Basic';
    font-weight: 500;
    font-size: 15px;
}

header .navbar .nav-item .nav-link:hover {
    text-decoration: underline;
}

header .navbar .nav-item.active .nav-link {
    text-decoration: underline;
}

/*header .navbar .navbar-nav {
    align-items: center;
}*/

header .icon-exit {
    height: 23px;
    width: auto;
}

header .button {
    font-family: 'GT-Flaire-Basic';
    font-weight: 500;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 3px;
    border: 1px solid #EF0000;
}

header .button.join {
    background-color: #FFF;
    color: #CE0E2D;
}

header .button.new {
    background-color: #EF0000;
    color: #FFF;
}
/* fin header */

/* footer */
footer {
    background-color: #69000E;
    padding-top: 35px;
    padding-bottom: 35px;
}

footer * {
    color: #FFF;
    font-family: 'GT-Flaire-Basic';
    font-size: 15px;
    font-weight: 500;
}

footer .contact-title {
    margin-bottom: 5px;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer a.active {
    text-decoration: underline;
}

footer .left-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

footer .left-right .logo {
    height: 40px;
    width: auto;
}
/* fin footer */

#page {
    min-height: calc(100vh - 266px);
}

/* page header */
.page-header {
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.75);
}

.page-header .title {
    font-family: 'Gotham';
    font-weight: 500;
    color: #69000E;
    font-size: 22px;
    margin-bottom: 5px;
}

.page-header .subtitle {
    font-family: 'WorkSans';
    font-weight: 600;
    color: #69000E;
    font-size: 16px;
}

.page-header .filters-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 10px;
}

.page-header .filters {
    display: inline-flex;
    align-items: center;
    font-size: 0;
    box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 11px 0px rgba(0,0,0,0.75);
    /*margin-top: 25px;
    margin-bottom: 10px;*/
}

.page-header .filters .buttons .filter {
    background-color: #FFF;
    color: #69000E;
    display: inline-flex;
    width: 200px;
    align-items: center;
    justify-content: center;
    font-family: GT-Flaire-Basic;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 3px;
    cursor: pointer;
    border: 1px solid #727277;
}

.page-header .filters .buttons .filter.selected {
    background-color: #FFA171;
}

.page-header select {
    background-color: #69000E;
    color: #FFE2D6;
    font-family: GT-Flaire-Basic;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    height: 29px;
    line-height: 29px;
    text-align: center;
    min-width: 175px;
}

.page-header select option {
    font-family: GT-Flaire-Basic;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    height: 29px;
    line-height: 29px;
}
/* fin page header */

.separator {
    width: 100%;
    height: 1px;
    background-color: #727277;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.coming-soon {
    color: #69000E;
    font-family: 'GT-Flaire-Basic';
    font-weight: 500;
    font-size: 26px;
    text-align: center;
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 1400px) {
    /* header */
    header .navbar .nav-item {
        margin-right: 45px;
    }
    /* fin header */
}

@media (max-width: 1200px) {
    /*body {
        border: 1px solid red;
    }*/

    /* header */
    header .navbar .nav-item {
        margin-right: 15px; /*30px;*/
    }
    /* fin header */

}

@media (max-width: 992px) {
    /*body {
        border: 1px solid blue;
    }*/

    /* header */
    header #navbarSupportedContent {
        /*margin-top: 20px;*/
    }

    header .navbar-toggler {
        border: 2px solid #EF0000;
    }

    header .navbar-toggler-icon {
        background-image: url("../images/burger.png");
    }

    header .logo.sanmiguel {
        margin-left: 49px;
    }

    header .button {
        width: 100%;
    }

     header .navbar .nav-item:first-child {
        margin-top: 15px;
     }

    header .button.join {
        /*margin-top: 15px;*/
        margin-bottom: 15px;
    }

    header .navbar .nav-item.margin-right-10 {
        margin-right: 0;
    }   

    /*header .navbar .navbar-nav {
        align-items: flex-start;
    }*/
    /* fin header */

    /* page header */
    .page-header .filters-wrapper {
        display: block;
        text-align: center;
    }

    .page-header .filters {
        margin-bottom: 20px;
    }
    /* fin page header */
}

@media (max-width: 768px) {
    /*body {
        border: 1px solid green;
    }*/

    /* header */

    header .logo.sanmiguel {
        margin-left: auto;
    }

    header .navbar .navbar-brand {
        margin-left: auto;
        margin-right: auto;
    }
    /* fin header */

    /* footer */
    footer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    footer .col-md-4 {
        text-align: left!important;
        margin-bottom: 5px;
    }

    footer .col-md-4:last-child {
        margin-bottom: 0;
    }
    /* fin footer */

    /* page header */
    .page-header .filters {
        display: block;
    }
    .page-header .filters .buttons .filter {
        display: block;
        width: 100%;
    }
    /* fin page header */

    #page {
        min-height: calc(100vh - 302px);
    }
}


@media (max-width: 576px) {

}


