﻿@charset "utf-8";
/* CSS Document */

html {
    min-height: 100% !important;
}

body {
    min-height: 100% !important;
    font-family: 'Heebo','Roboto', sans-serif;
    font-weight: 400;
    color: #4a4a4a;
    padding-top: 55px;
}

h1 {
    font-size: 6rem;
    letter-spacing: -1px;
    line-height: 0.9;
    font-weight: 400;
}

h2 {
    font-size: 4rem;
    font-weight: 400;
}

h3 {
    font-size: 2.5rem;
    font-weight: 400;
}

h4 {
    font-size: 2rem;
    font-weight: 400;
}

h5 {
    font-size: 1.5rem;
    font-weight: 400;
}

a {
    cursor: pointer !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.hidden {
    display: none;
}

.bg-white {
    background-color: #fff !important;
}
.bg-gray {
    background-color: #eceff3 !important;
}
.text-red {
    color: #ee3b23 !important;
}
.bg-red {
    background-color: #ee3b23 !important;
}
.text-green {
    color: #029b2c !important;
}
.bg-green {
    background-color: #029b2c !important;
}
.text-orange {
    color: #f89f1b !important;
}
.bg-orange {
    background-color: #f89f1b !important;
}
.text-white {
    color: #ffffff !important;
}
.bg-white {
    background-color: #ffffff !important;
}
.text-light {
    color: #777777 !important;
}
.bg-light {
    background-color: #f6f6f6 !important;
}
.text-dark {
    color: #4a4a4a !important;
}
.bg-dark {
    background-color: #999999 !important;
}

.text-bold {
    font-weight: bold;
}
.text-underline {
    text-decoration: underline;
}
.text-small {
    font-size: 13px;
}
.text-justify{
    text-align: justify;
}

.border-right {
    border-right: 1px solid #ccc;
}

.bg-cover {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
}

.bg-contain {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
}
.bg-strech {
    background-size: 100% 100% !important;
}


.navbar {
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.25);
}

.dash {
    width: 20%;
    min-width: 145px;
    height: 8px;
    background-color: #e65400;
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #626366;
    /*font-weight: 800;*/
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: inherit;
    }

.nav-item a {
    color: #9b9b9b;
}

    .nav-item a:hover, .nav-item.active a {
        color: #f89f1b;
    }

    .nav-item .dash {
        position: absolute;
        background-color: #f89f1b;
        width: 130px;
        height: 3px;
        margin-top: 20px;
        display: none;

    }

    .nav-item.active .dash {
        display: block;
    }

.mini-menu a {
    font-size: 8px;
}

.dropdown-toggle.liga {
    background-color: #fff;
    border: 2px solid #ccc;
    color: #f89f1b;
    font-weight: 100;
    padding-left: 20px;
    padding-right: 20px;
}

.btn.past-results {
    border: 2px solid #cccccc;
    color: #f89f1b !important;
    font-weight: 100;
    background-color: transparent;
}

    .btn.past-results:hover {
        border: 2px solid #cccccc;
        color: #fff !important;
        background-color: #cccccc;
    }

.btn {
    /*font-weight: 800;*/
    cursor: pointer;
}

.btn-round {
    webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
}

div.rounded {
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

div.rounded-top {
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}

div.rounded-bottom {
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

.box-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}
.text-shadow {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.prediction-bar {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 6px solid #ccc;
}

    .prediction-bar.green {
        color: #30b667;
        border-color: #30b667;
        border-bottom-left-radius: 4px;
    }
    .prediction-bar.gray {
        color: #9b9b9b;
        border-color: #ddd;
    }
    .prediction-bar.red {
        color: #d0021b;
        border-color: #d0021b;
        border-bottom-right-radius: 4px;
    }

.game-details {
    width: 100%;
    display: none;
}

div.line {
    border-top: 1px solid #d8d8d8;
}

.main {
    margin-top: 110px;
    background-color: #dcdcdc;
    background-image: url('../imgs/bg-main.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    color: #ffffff;
}

    .main .content {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

        .main .content .dash {
            background-color: #fff;
            width: 140px;
            height: 16px;
            margin-top: 34px;
            margin-bottom: 58px;
        }

    .main .icos {
        font-size: 1.2rem;
    }

    .main .icos p {
        font-size: 1.8rem;
    }

.statistics {
}

    .statistics .dash {
        background-color: #ee3b23;
        width: 90px;
        height: 8px;
        margin-top: 27px;
        margin-bottom: 33px;
    }

img.escudo {
    width: 35px;
    height: 35px;
    vertical-align: middle;
}

/*.modal-header {
    line-height: 1;
    border: none;
}

    .modal-header h2 {
        font-size: 3rem !important;
        font-weight: 800 !important;
    }

    .modal-header .close {
        font-size: 3rem !important;
        font-weight: lighter !important;
        color: #d3dce6 !important;
        margin-top: -50px;
    }*/

footer {
    background-color: #168496;
    color: #FFF;
    font-size: 12px;
}

.opacity-25 {
    opacity: 0.25;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-75 {
    opacity: 0.75;
}

#wait {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
    background-color: rgba(255,255,255,0.5);
    cursor: wait;
}

.box-area {
    display: inline-block;
    width: 175px;
    height: 175px;
    font-size: 20px;
    font-weight: bold;
    background-image: url('/App_Assets/imgs/logo-marca-dagua-c.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 1em;
    border-radius: 20px !important;
}

.clearfix {
    clear: both !important;
}

.form-control {
    border-radius: 0;
    padding: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    height: auto;
}

.grow {
    transition: all .2s ease-in-out;
}

    .grow:hover {
        transform: scale(1.05);
    }

/* @ MEDIA QUERIES */

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }

    h1 {
        font-size: 3.5em !important;
    }

    h2 {
        font-size: 2.5em !important;
    }

    h3 {
        font-size: 2em !important;
    }

    h4 {
        font-size: 1.5em !important;
    }

    h5 {
        font-size: 1em !important;
    }

    form .text-right {
        text-align: left !important;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .ml-5 {
        margin-left: 1rem !important;
    }

    .mr-5 {
        margin-right: 1rem !important;
    }

    .mx-5 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .pb-5 {
        padding-bottom: 1rem !important;
    }

    .pt-5 {
        padding-top: 1rem !important;
    }

    .pl-5 {
        padding-left: 1rem !important;
    }

    .pr-5 {
        padding-right: 1rem !important;
    }

    .px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .nav-link.px-5, .nav-item.pl-2 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .box-area {
        width: 160px;
        height: 160px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
    .all-the-leagues {
        width: 200%;
        position: relative;
        z-index: 2;
    }
}

.nav-pills .nav-link {
    font-size: 15px;
    padding:8px;
    font-weight: bold;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #158496;
}