html {
    height: 100% !important;
}

body {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    padding-top: 4.5rem;
}

@media (min-width: 992px) {
    body {
        padding-top: 7.0rem;
    }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: BoomBox2, CenturyGothic, AppleGothic, sans-serif;
}

.regular_font {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}

.navbar-light .navbar-nav .active>.nav-link {
    text-decoration: underline;
}

.home_menu .nav-item a i {
    font-size: 4em;
    color: black;
}

.about_us p {
    color: white;
}

.chow_text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.campos_tab {
    background-color: #383938;
    color: #bbb;
}

#mainNav .navbar-brand img {
    height: 30px
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
        transition: padding-top 0.3s, padding-bottom 0.3s;
    }

    #mainNav .navbar-brand {
        font-size: 2em;
        -webkit-transition: font-size 0.3s;
        transition: font-size 0.3s;
    }

    #mainNav .navbar-brand img {

        height: 50px;
    }

    #mainNav.navbar-shrink {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    #mainNav.navbar-shrink .navbar-brand img {
        height: 30px
    }
}

.scroll-to-top {
    z-index: 1042;
    right: 1rem;
    bottom: 5rem;
    display: none;
}

.scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem;
}

.bg_white {
    background-color: #ffffff !important;
}

/*Parallax*/


/*LEGACY*/

.img_jugador {
    border-radius: 10px;
    height: 150px;
    width: 150px;
}

.color_red {
    color: #EC1B23;
}

.panel_temporadas .card-header {
    background-image: linear-gradient(to bottom, #a7a7a7 0, #000000 100%);
}

.panel_temporadas .card-header .card-title,
.panel_temporadas .card-header .card-title a {
    color: white;
}

.panel_temporadas th {
    color: #EC1B23;
}

.panel_temporadas .card-body a {
    color: black;
}

.btn_inscripciones {
    position: absolute;
    z-index: 500;
    top: -40px;
    right: 20px;
    -webkit-transition: top 2s;
    transition: top 2s;
}

.translate_y_10 {
    top: 0;
}

.tran-black {
    background: #000000;
    /*background: rgba(0, 0, 0, 0.9);*/
    background: rgba(0, 0, 0, 0.70);
    border-radius: 10px;
    margin-bottom: 50px;
}

.white_txt {
    color: white;
}

.wrapper {
    padding: 10px;
    min-height: 100%;
    padding-bottom: 150px;
    position: relative;
}

.text_calendar {
    color: #fbfbfb;
    text-shadow: 1px 1px #141414;
}

.round {
    border-radius: 5px;
}

.inv {
    min-height: 300px;
}

.txt-left {
    text-align: left;
}

.box-gray {
    padding: 15px;
    min-width: 365px;
    min-height: 500px;
    background: #847171;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.54);
    margin-bottom: 10px;
}

button.right {
    float: right;
}

button.red {
    background: #A8150E;
    color: #fff;
    border: none;
}

.footer {}

.siguenos {
    color: white;
    text-transform: capitalize;
    font-size: 11px;
    margin-bottom: 2px;
    line-height: 5px;
}

.privacidad a {
    font-size: 10px;
    color: #777;
}

.privacidad p {
    text-align: justify;
}

.white {
    color: #fff;
}

.text_thanks {
    margin: 40px 20px;
    color: white;
    font-size: x-large;
}

.content {
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 70px;
}

.content div a {
    color: #EC1B23;
}

.main_content {
    top: 5%;
    z-index: 100;
    margin-bottom: 70px;
}

.img_main_content {
    border: 3px solid #fff;
    margin: 10px 20px 20px 0;
    float: left;
}

.g-recaptcha div {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bg_header {
    background-image: url('../images/template/bg_header.png');
    background-size: cover;
    background-position: top center;
}

/* START Colors */
.color_white {
    color: white;
}

.color_yellow {
    color: #ecae03;
}

/*  END Colors */