/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/06/2020, 22:04:46
    Author     : Leming
*/

@font-face {
    font-family: 'FiraSans-Thin';
    src: url("../fonts/FiraSans-Thin.ttf");
}

@font-face {
    font-family: 'FiraSans-Light';
    src: url("../fonts/FiraSans-Light.ttf");
}

@font-face {
    font-family: 'FiraSans-Regular';
    src: url("../fonts/FiraSans-Regular.ttf");
}

@font-face {
    font-family: 'FiraSans-SemiBold';
    src: url("../fonts/FiraSans-SemiBold.ttf");
}

@font-face {
    font-family: 'FiraSans-Bold';
    src: url("../fonts/FiraSans-Bold.ttf");
}

body {
    font-family: 'FiraSans-Regular';
}

h1 {
    margin: 30px 0;
    font-family: 'FiraSans-Bold';
}

h3 {
    font-family: 'FiraSans-Thin';
    margin-bottom: 20px;
    margin: 30px 0;
}

a {
    color: #003C71;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.nav-tabs {
    border-bottom: 1px solid #003C71;
}

.nav-tabs li {
    margin: 0 15px;
}

#page-contacts a {
    color: #fff;
}

.postExerpt {
    font-size: 11px;
}

.frontpage-img { 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    z-index: -10;    
    text-align: center;
    position: fixed;
    object-fit: cover;
    overflow: hidden;
}

.page-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #003C71;
    height: calc( 100vh - 300px );
    overflow: hidden;
    z-index: -10; 
}

.frontpage-image,
.page-img img {
    min-width: 100%;
    min-height: 100%;
    max-height: 100vh;
    width: auto;
    height: auto;
    margin-left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}

#site-logo {
    right: 5px;
    top: 5px;
}

#topicons {
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    color: #fff;
}

#topmenu {
    width: 100%;
    padding: 25px 15px 25px 80px;
}

#socials {
    width: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;    
    font-size: 30px;
}

#socials a {
    color: #fff;
    padding: 0 5px;
}

.logo-clubs {
    max-width: 100px;
    height: auto;
    text-align: center;
}

#site-logo img {
    width: 150px;
    height: auto;
}

.navbar-nav {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    align-content: center;
}

.navbar-nav li {
    padding: 0 20px;
}
#main-content {
    padding: 100px 15px 40px 15px;
}

.sub-page {
    margin-top: calc( 100vh - 300px );
}

.home-content {
    margin-top: 15px !important;
}

.home-title {
    text-align: center;
    font-family: 'FiraSans-SemiBold';
    color: #fff;
}

.home-featured {
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    margin: 7px 0 7px 0;
    padding: 10px 0;
    min-height: 200px;
}

.team-name {
    color: #fff;
    font-size: 14px;
    font-family: 'FiraSans-SemiBold';
}

.competition-title {
    padding-top: 15px;
    color: #F0F0F1;
    font-size: 12px;
    font-family: 'FiraSans-SemiBold';
}

.competition-fase {
    color: #F0F0F1;
    font-size: 10px;
}

.stadium-name {
    color: #F0F0F1;
    font-size: 12px;
    font-family: 'FiraSans-SemiBold';
}

.date-game {
    color: #fff;
    font-size: 18px;
}

.hour-game {
    color: #fff;
    font-size: 30px;
    font-family: 'FiraSans-SemiBold';
}

.home-caption {
    bottom:0 !important;
    padding-bottom: 0 !important;
}
.home-caption h5 {
    font-size: 16px;
    font-family: 'FiraSans-Bold';
}
.home-caption p {
    font-size: 10px;
    font-family: 'FiraSans-Regular';
    padding-bottom: 0 !important;
}

#main-menu {
    position: fixed;
    background: rgba(13, 75, 138, 1);
    z-index: 999;
    height: 80px;
    top: 0;
    left: 0;
    color: #fff;
    display: flex !important;
}



.orgaoImg {
    max-height: 80px;    
}

.badge {
    font-size: 40% !important;
    top: -10px !important;
    right: -5px !important;
    position: absolute;
}

#main-cart {
    position: fixed;
    background: #ffffff;
    z-index: 999;
    height: 100%;
    top: 0;
    left: 0;
    color: rgb(0, 60, 113);
}

.icon-shadow {
    text-shadow: 0px 2px 10px #003C71;
}

#main-menu li a {
    font-family: 'FiraSans-Bold';
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.cart-detail-img img {
    max-height: 140px;
    padding: 15px 0;
    width: auto;
}

.cart-detail-product {
    margin: 40px 0;
}

.main-background {
    background: rgba(13, 75, 138, 0.8);
}

.post {
    margin: 0 0 30px 0;
    position: relative;
}

.post-link {
    position: absolute;
    bottom: 0;
    right: 0;
}

.post-link a {
    font-size: 10px;
    padding: 0 15px 0 0;
    color: #003C71;
    font-family: 'FiraSans-SemiBold';
}

.partnersFields {
    padding: 15px 15px 30px 15px;
}

.socials {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}  

.socials a {
    color: #fff;
    font-size: 30px;
}

.social_icons {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    font-size: 25px;
}


/* botões */
.btn-primary {
    background:  rgba(13, 75, 138, 0.9);
    border: none;
}

.btn-primary:hover, btn-primary:active, btn-primary:focus {
    background:  rgba(13, 75, 138, 0.9);
    border: none;
}

.btn-menu {
    position: fixed;
    top: 15px;
    right: 15px;
    font-size: 30px;
    color: #fff !important;
}

.btn-cart, .btn-user {    
    font-size: 30px;
    padding: 0 5px;
    position: relative;
    color: #fff;
}

.btn-menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    z-index:900;
}

.parceiros i {
    color: #E9B245;
}

footer {
    font-family: FiraSans-Thin;
    color: #fff;
    text-shadow: 0px 2px 10px #003C71;
    background-color: rgba(13, 75, 138, 0.9);
    text-align: center;
    position: fixed;
    bottom: 0;
}

footer a {
    color: #fff;
}

#newsocio {
    padding: 0 10px 30px 0;
    background: rgba(13, 75, 138, 1);
    z-index: 900;
    position: fixed;
    bottom: 50px;
    min-width: 250px;
    right: 0;
    box-shadow: 0px 2px 10px #003C71;
    color: #fff;
    text-align: center;
}

@media (max-width: 992px) {
    
    #menu-container {
        height: 100%; 
    }
    
    #main-menu {
        display: none !important;
    }
    
    #main-menu-mobile {
        position: fixed;
        background: rgba(13, 75, 138, 1);
        z-index: 999;
        height: 100%;
        top: 0;
        left: 0;
        color: #fff;
    }
    
    #main-menu-mobile li a {
        font-family: 'FiraSans-Bold';
        color: #fff;
        font-size: 24px;
        text-decoration: none;
    }
    
    #topicons {
        top: 15px;
        position: absolute;
    }
    
    .btn-cart {
        font-size: 30px;
    }
    
    .sub-page {
        margin-top: 150px;
    }
    
    .page-img, .page-img img {
        max-height: 200px;
    }
    
    .navbar-nav {

    justify-content:flex-start;

    }

}