html {
    height: 100% !important;
}
body {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    padding-top: 4.5rem;
}
@media (min-width: 992px) {
    body {
        padding-top: 7rem;
    }
}

@font-face {
    font-family: Montserrat;
    src: url("../fonts/Montserrat-VariableFont_wght.ttf");
}

@font-face {
    font-family: MontserratItalic;
    src: url("../fonts/Montserrat-Italic-VariableFont_wght.ttf");
}

@font-face {
    font-family: SportsWorld;
    src: url("../fonts/Sports\ World-Regular.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 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;
}

.home_menu .nav-item a.active i {
    font-size: 4em;
    color: #143a30;
}

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

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

#mainNav ul a {
    color: #000000 !important; 
    font-family: Montserrat;
    font-weight: 600;
}

.about_us {
    background-color: #9a4a8c;
    margin: 0;
}

.about_us_mission {
    background-image: url("../images/template/bg_about_us.png");
    background-color: #f6f6f6;
}

.main_title {
    font-family: SportsWorld, AppleGothic, sans-serif;
    text-transform: uppercase;
}

@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: 2rem;
    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;
}

@media (max-width: 576px) {
    .table_sm td,
    .table_sm th {
        padding: 0.3rem;
    }
}

/*Parallax*/

/*LEGACY*/

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

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

.ffSport{
    font-family: SportsWorld, AppleGothic, sans-serif;
}

.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;
}

.tran-black {
    background: #000000;
    /*background: rgba(0, 0, 0, 0.9);*/
    background: rgba(0, 0, 0, 0.7);
    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;
}
.siguenos {
    color: white;
    text-transform: capitalize;
    font-size: 11px;
    margin-bottom: 2px;
    line-height: 5px;
}
.privacidad {
    font-size: 10px;
}
.privacidad a {
    font-size: 10px;
}
.privacidad p {
    text-align: justify;
}

.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;
}

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

.footer{
    background-color: #000000;
}

.iconosRedes svg{
    width: 25px;
    height: 25px;
    color: white;
}

.circulReferee{
    width: 55px;
}

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

/* COLORS TEMPLATE */

.color_dark_green{
    color: #143a30;
}

.color_dark_red{
    color: #9d1d3b;
}

.color_light_white{
    color: #edecec
}

.color_dark_yellow{
    color: #b08551;
}



.bg_dart_green {
    background-color: #143a30 !important;
}

.bg_dark_orange {
    background-color: #e0542f !important;
}
/*  END Colors */
