/* Personalización para Derco */
/* colores: #e21626 - Rojo */


@font-face {
    font-family: 'Montserrat-thin';
    src: url('../fonts/Montserrat-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat-ExtraLight';
    src: url('../fonts/Montserrat-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat-ExtraBold';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
  }

html {
    font-family: "Montserrat-Regular", Verdana, Geneva, Tahoma, sans-serif;
}

@media (max-width: 575px) {
    html {
        font-size: 12px;
    }
}

/* Colores de Unacem */
/* ORO: #FFCE00 */
/* ROJO: #e20e17 */




body {
    background-color: white;
    text-align: center;
}
.title {
    color: #f29200;
    font-size: 2.5rem;
    font-weight: bold;
    margin-top: 20px;
}
.disciplines-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 40px auto;
    max-width: 750px;
}
.discipline {
    padding: 15px;
    color: white;
    font-size: 0.8rem;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.2s;
}
.discipline:nth-child(1) { background-color: #0069b3; border-bottom: solid 4px #f29200 ;}
.discipline:nth-child(2) { background-color: #0069b3; border-bottom: solid 4px #f29200 ;}
.discipline:nth-child(3) { background-color: #0069b3; border-bottom: solid 4px #f29200 ;}
.discipline:nth-child(4) { background-color: #0069b3; border-bottom: solid 4px #f29200 ;}

/* .discipline:nth-child(5) { background-color: #f2a213; }
.discipline:nth-child(6) { background-color: #1475b4; }
.discipline:nth-child(7) { background-color: #67af31; }
.discipline:nth-child(8) { background-color: #cd132d; }
.discipline:nth-child(9) { background-color: #f2a213; } */

.discipline:hover {
    background-color: #f29200;
    transform: scale(1.05);
}


body {
    font-family: "Montserrat-Regular", Verdana, Geneva, Tahoma, sans-serif;
    color: #002239;
}


/* Colors  */
.bg-ElectricYellow {
    background-color: #f29200;
    opacity: 80%;
}

.btn-ElectricYellow {
    background-color: #f29200;
    opacity: 80%;
    color: #002239;
}
.btn-ElectricYellow:hover {
    background-color: #f29200;
    opacity: 100%;
    color: #002239;
}

.bg-DarkBlue {
    background-color: #f29200;
}

.bg-EcoBlue {
    background-color: #3da0da;
}

.bg-Purple {
    background-color: #d586b1;
}

.bg-DarkGrey {
    background-color: #394650;
}

.bg-MidGrey {
    background-color: #848a8c;
}
.bg-Orange {
    background-color: #FFCE00;
}

.fc-DarkBlue {
    color: #002239;
}
.fc-Red {
    color: #f29200;
}
.fs-090 {
    font-size: 0.9rem;
}

.fs-080 {
    font-size: 0.8rem;
}

/* titulos */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat-Regular", Verdana, Geneva, Tahoma, sans-serif;
}

h1 {
    font-size: 2rem;
    margin-top: 2rem !important;
    margin-bottom: 1.5rem;
    text-align: center;
    color: #f29200;
    font-weight: 600;
}

h2 {
    font-size: 1.2rem;
    background-color: #0069b3;
    color: white;
    margin-bottom: 0px;
    margin-top: 1rem;
    padding: 0.4rem;
}

.navbar-brand img {
    max-width: 220px;
    margin: 34px;
}

@media (max-width: 575px) {
    .navbar-brand img {
        max-width: 180px;
    }
}

.navbar-nav {
    color: #122438;
    font-family: "Montserrat-Regular", Verdana, Geneva, Tahoma, sans-serif;
}

.nav-link {
    margin-right: 1.5rem;
}
@media (max-width: 575px) {
    .nav-link {
        margin-right: 0.5rem;
    }
}
.card-inicio {
    height: 300px;
}

.titulo-1 {
    line-height: 2rem;
    font-size: 1.8rem;
    padding: 20px;
    font-weight: 400;
}

.match-card {
    font-size: 0.85rem;
    color: #e20e17;
    padding: 2px 5px;
}


/* Tabla base  */
.t-base {
    width: 100%;
    font-size: 0.85rem;
}

.t-base thead th {
    background-color: #f29200;
    color: white;
    font-weight: 500;
    text-align: center;
    padding: 0.3rem 0.05rem;
}

.t-base tbody td {
    color: #0a0a0a;
    text-align: center;

}

.square-inch a {
    padding: 0px;
    display: contents;
}

/* Galeria de fotos  */

.nav.galeria-vertical .nav-link {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    color: #002239;
}

.nav.galeria-vertical .nav-link.active{
    color: white;
    background-color: #e20e17;
    border-bottom: solid 4px #f2a213;
}

.nav.galeria-vertical .nav-link:last-child {
    border-bottom: 1px solid #ccc;
}

.nav.galeria-horizontal .nav-link {
    color: #e20e17;
    padding-bottom: 0.2rem;
}

.nav.galeria-horizontal .nav-link.active{
    border-bottom: 2px solid #e20e17;
}
.galeria img:hover {
    cursor: pointer;
}
#carouselGaleria img {
    max-height: 85vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}


/* especiales  */
.navbar-brand{
    height: 50px;
}

/* #nav-tabla-goleadores-tab, #nav-fair-play-tab{
    display: none;
} */
body {
    background-color: #eeeeff;
}
.bg-body-tertiary{
    background-color: #eeeeff!important;
}
.tab-content>.tab-pane{
    background-color: #fff;
}
.nav-tabs {
    /* --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: blue;*/
    --bs-nav-tabs-link-active-bg: white   ;
    /* --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);  */
}

.dropdown-menu {
    border: none;
}


