


body {
    background-color: #fafafa;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #002239;
    text-align: center;

}

html {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.bg-frontpage {
    background: rgb(157, 13, 42);
    background: radial-gradient(circle, rgba(157, 13, 42, 1) 0%, rgba(157, 13, 42, 1) 21%, rgba(92, 20, 47, 1) 100%);
}

.bg-guinda {
    background-color: #860037;
}

.bg-fucsia {
    background-color: #ff0c54;
}

.bg-turquesa {
    background-color: #00bfae;
}

.bg-amarillo {
    background-color: #FFC002;
}

.bg-morado {
    background-color: #4D1059;
}

.bg-naranja {
    background-color: #F54401;
}

.mask {
    background-image: url("../img/5/1/detalle-fondo.png");
}


a {
    color: #00bfae;
}

i {
    padding-left: 5px;
    padding-right: 5px;
}

.tab-pane {
    border: 1px solid #dee2e6;
    min-height: 100px;
    border-top-color: #fff;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

/* Tamaños de fuentes  */
.f-900 {
    font-size: 0.9rem;
}

.f-800 {
    font-size: 0.8rem;
}

.f-700 {
    font-size: 0.7rem;
}

.msgError {
    color: #ff0c54;
}

.divider {
    height: 0;
    margin: 1rem 0;
    overflow: hidden;
    border-top: 1px solid #bbb;
}

/* Tamaños */
.vh-25 { height: 25vh;}
.vh-50 { height: 50vh;}
.vh-75 { height: 75vh;}
.vh-100 { height: 100vh;}


/* Modificación de Bootstrap  */
.btn-primary {
    background-color: #00bfae;
    border-color: transparent;
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #02a99b;
    border-color: transparent;
} 

.btn-secondary {
    background-color: #860037;
    border-color: transparent;
}

/* Modificacion Bootbox */
.bootbox-close-button{
    background-color: transparent;
    border: 0px;
    font-size: 1.5rem;
    font-weight: 600;
}




.nav {
    z-index: 1000;
}

/* NavBar */
.top-menu {
    background-color: rgba(92, 20, 47, 1);
    width: 100%;
}

.top-menu img {
    max-height: 40px;
}

.top-menu a {
    color: #ffffff;
    text-decoration: none;
}

.cabecera {
    width: 100%;
    height: auto;
}

.cabecera img {
    max-width: 100%;
    max-height: 105px;
    padding: 14px;
}

/* Inicio */
.bloque {
    /* background-image: url("../img/3/1/header-bg.png");  */
    background-color: #ff0c54;
    color: #ffffff;
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    padding: 20px 10px;
    border-radius: 8px;
}

.inicio-circulo {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 15%;
    margin: auto;
    text-align: center;
    box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 6px 6px 8px 0px rgba(0, 0, 0, 0.2);
    ;
}



.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 { background-color: #0069b3; border-bottom: solid 4px #f29200 ;}
/* .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:hover {
    background-color: #f29200;
    transform: scale(1.05);
}


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





@media (max-width: 767px) {
    .inicio-circulo {
        padding: 7%;
    }
    h3 { text-align: center;}
}

.logo-password {
    max-height: 40vh;
    max-width: 100%;
    width: auto;
}
.t-base {vertical-align: middle;}

/* Tablas de fixture  */
.t-matchs-group td:nth-child(1),
.t-matchs-group td:nth-child(2),
.t-matchs-group td:nth-child(3),
.t-matchs-group td:nth-child(5),
.t-matchs-group td:nth-child(6){
    width: 6%;
}
.t-matchs-group td:nth-child(4), 
.t-matchs-group td:nth-child(7){
    width: 38%;
}

.t-matchs-knockout td:nth-child(1),
.t-matchs-knockout td:nth-child(2),
.t-matchs-knockout td:nth-child(3),
.t-matchs-knockout td:nth-child(4),
.t-matchs-knockout td:nth-child(6),
.t-matchs-knockout td:nth-child(7){
    width: 6%;
}
.t-matchs-knockout td:nth-child(5),
.t-matchs-knockout td:nth-child(8){
    width: 35%;
}

/* Tablas de posiciones  */

.t-tabla-posiciones-general td:nth-child(6),
.t-tabla-posiciones-general td:nth-child(7),
.t-tabla-posiciones-general td:nth-child(8), 
.t-tabla-posiciones-general th:nth-child(6),
.t-tabla-posiciones-general th:nth-child(7),
.t-tabla-posiciones-general th:nth-child(8){
    display: none;
} 
.t-tabla-posiciones-general td,
.t-tabla-posiciones td{
    width: 5%;
}

.navbar-collapse .nav-item {
    text-align: left;
}

.solo-movil {
    display: none;
}
@media (max-width: 767px) {

    .solo-movil{
        display: block;
    }
    .t-base {
        font-size: 0.75rem;
    }
}

