@font-face {
    font-family: Tangerine;
    src: url(/fonts/Tangerine.otf?9572fb06c8ac95507b04b341375e8033);
}

:root {
    --default-font: Lato, Arial, sans-serif;
    --heading-font: "Poppins", sans-serif;
    --nav-font: "Poppins", sans-serif;
    --button-font: "Poppins", sans-serif;
}

:root {
    --background-color: #ffffff;
    --header-background-color: #ffffff;
    --default-color: #444444;
    --heading-color: #111111;
    --accent-color: #e03a3c;
    --contrast-color: #ffffff;
    --primary-color: #2760b1;
    --primary-red: #e03a3c;
}

:root {
    --nav-color: #212529;
    --nav-hover-color: #e03a3c;
}

#login-left .hint {
    margin-left: 135px;
}

#search-results .block .bottom_links span.request-expired-contact {
    cursor: pointer;
}

#search-results .block .bottom_links span.request-expired-contact:hover {
    text-decoration: underline;
}

#search-results .block .bottom_links span:hover {
    font-size: 13px!important;
    text-shadow: none;
}

#expired-upgrade-alert {
    margin:100px auto -70px; width: 1110px; font-family: 'Open Sans',sans-serif; font-size: 16px; font-weight: bold; line-height: 2;
}
#expired-upgrade-alert a {
    text-decoration: none;
}
#expired-upgrade-alert #request-extend {
    cursor: pointer;
}
#otp-input-div {
    display: none;
}

#header {
    height: 100px;
    padding: 25px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 1010;
    /*/box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);*/
    /*background: #ffe4e1;*/
    width: 100%;
}

#header.header-scrolled,
#header.header-fixed {
    background: #FBF9F9;
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;

}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 10px 0;
    line-height: 1;

    font-family: "Raleway", sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 span {
    color: #f82249;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding:0px;
    margin: 0;
    max-height: 150px;
    width:300px;
    height:130px;
    margin-top:-40px;
}

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;

}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li a {
    text-decoration: none;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}
/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;

}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
    margin: 0;
}


/* Nav Meu Styling */

.nav-menu a {
    padding: 8px;
    text-decoration: none;
    display: inline-block;
    color: rgba(0,0,0,0.8);
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 14px;
    outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
    color: rgba(0,0,0,0.8);
}

.nav-menu > li {
    margin-left: 5px;
}

.nav-menu > li > a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f82249;
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu li.buy-tickets a {
    color:#FFFFFF;
    background: #f82249;
    padding: 7px 22px;
    border: 2px solid #f82249;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    margin-left: 8px;
    margin-top: 2px;
    line-height: 1;
    font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
    background: none;
    color:#000000;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
    visibility: hidden;
}

.edmar .table {
    margin-bottom: 0 !important;
}

#profile .table {
    margin-bottom: 0 !important;
}
label {
    margin-bottom: 0 !important;
}

.red-button {
    color:#FFFFFF;
    background: #f82249;
    padding: 10px 0;
    border: 2px solid #f82249;
    transition: all ease-in-out 0.3s;
    font-weight: 500;
    line-height: 1;
    font-size: 13px;
    text-align: center;
}

.red-button:hover {
    color: #fff;
    text-decoration: none;
}

.my-batches-btn {
    display: block;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

header {
    width: 100%;
    padding: 5px 0;
    z-index: 1000;
    background-color: var(--header-background-color);
}
header .navbar-brand img {
    max-height: 50px;
}

header .navbar-nav .nav-link {
    color: var(--nav-color) !important;
    font-family: var(--nav-font);
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    transition: 0.3s;
    margin: 0 15px;
}
header .navbar-nav .nav-link:hover, header .navbar-nav .nav-link.active {
    color: var(--nav-hover-color) !important;
}

header .btn-login {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 15px;
    padding: 6px 18px;
    border-radius: 4px;
    transition: 0.3s;
}
header .btn-login.register {
    background: var(--primary-color);
    margin-right: 15px;
}
header .btn-login.register:hover {
    background: color-mix(in srgb, darkslateblue, transparent 15%);
}
header .btn-login:focus {
    outline: none;
}
header .btn-login:focus:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%);
}
header .btn-login:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%);
}
