@import url(https://fonts.googleapis.com/css?family=Allan:700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(https://fonts.googleapis.com/css?family=Oswald);



@font-face {
    font-family: Tungsten;
    src: url('/fonts/TungstenRoundedMedium.otf');
}

@font-face {
    font-family: Qatar2022;
    src: url('/fonts/Qatar2022.otf');
    font-weight:700;
    font-style:normal;
    font-display:swap;
}

:root {
    --color1: #0BBAD9;
    --color2: #00476B;
    --color3: #96052C;
    --qatar: 'Qatar2022', sans-serif;
}

body {
    min-height: 100vh;
    font-family: 'Nunito', sans-serif;
}

.fade {
    transition: opacity 0.5s linear !important;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    background: var(--color2);

    /* GRADIENTE MUNDIAL DE CLUBES QATAR
    background: #8A1538; /* Old browsers
    background: -moz-linear-gradient(top,  #8A1538 0%, #E9BF7D 100%); /* FF3.6-15
    background: -webkit-linear-gradient(top,  #8A1538 0%,#E9BF7D 100%); /* Chrome10-25,Safari5.1-6
    background: linear-gradient(to bottom,  #8A1538 0%,#E9BF7D 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8A1538', endColorstr='#E9BF7D',GradientType=0 ); /* IE6-9
    */
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    color: #FFF;
    background-color: var(--color1);
}

.navbar-btn:hover {
    color: var(--color1);
    background-color: #FFF;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: var(--color2);
    color: #FFF;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: var(--color1);
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #FFF;
    color: var(--color1);
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: var(--color2);
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid var(--color1);
}

#sidebar ul p {
    color: #FFF;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    /* color: #DAD7CD; */
}

#sidebar ul li a:hover {
    color: var(--color1);
    background: #FFF;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #FFF;
    background: var(--color1);
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: var(--color2);
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #FFF;
    color: var(--color1);
}

a.article,
a.article:hover {
    background: var(--color2) !important;
    color: #FFF !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.valor {
    font-size: 16pt;
}

#notificaciones {
    position: relative;
    top: -15px;
    left: -10px;
    border: 1px solid #FFF;
}

/* ---------------------------------------------------
    SELECT2
----------------------------------------------------- */

.select2-selection__rendered {
    line-height: 38px !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection__arrow {
    height: 36px !important;
}

/* ---------------------------------------------------
    INNER
----------------------------------------------------- */

.inner {
    overflow: hidden;
}

.inner img {
    transition: all 1.5s ease;
}

.inner:hover img {
    transform: scale(1.5);
}

/* ---------------------------------------------------
    FUENTES
----------------------------------------------------- */

.oswald {
    font-family: 'Oswald', sans-serif;
}

.noto {
    font-family: 'Noto Sans', sans-serif;
}
