body {
    font-family: "Inter";
    background-color: #efefef;
}

h1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 66px;
    /* 110% */
}

h2 {
    color: #fff;
    font-family: "Inter";
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

h3 {
    color: #fff;
    font-family: "Inter";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

a,
a:hover {
    color: #79b43e;
}

header .btn-show {
    color: #fff !important;
}

#menu-paises,
#menu-paises-mobile {
    min-width: 0 !important;
}

.container-flag {
    padding-top: 1rem !important;
    margin-bottom: 3rem !important;
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.15));
}

.custom-box {
    padding: 20px;
}

.form-control:focus {
    border-color: #79b43e;
    box-shadow: 0 0 0 0.25rem rgba(231, 245, 217, 0.25);
}

.form-select:focus {
    border-color: #79b43e;
    box-shadow: 0 0 0 0.25rem rgba(231, 245, 217, 0.25);
}

.form-check-input:checked {
    background-color: #0f5b01;
    border-color: #0f5b01;
}

.form-check-input:focus {
    border-color: #79b43e;
    box-shadow: 0 0 0 0.25rem rgba(231, 245, 217, 0.25);
}


/* Header */
.bg-secondary {
    background: linear-gradient(180deg, #083300 0%, #0f5b01 209.43%);
}

.logo-usplat {
    font-family: "Chunkfive-ex";
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    margin-bottom: 0px;
    color: #ffffff;
}

.logo-usplat a {
    color: #ffffff;
    text-decoration: none;
}

.btn-outline-white {
    width: Hug (142px);
    height: Hug (35px);
    top: 27px;
    left: 1177px;
    padding: 8px, 10px, 8px, 10px;
    border-radius: 5px;
    border: 1px;
    gap: 7px;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn-outline-white:focus {
    color: #fff;
}

.btn-outline-primary {
    border: 1px solid #0f5b01;
    background: #fff;
    color: #0f5b01;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary.active {
    background: #0f5b01 !important;
    border: 1px solid #ffffff !important;
}

.btn-outline-primary:hover path,
.btn-outline-primary:active path {
    fill: #fff;
}

.btn-outline-white:hover {
    border-color: #083300;
    color: #083300;
    background-color: #ffff;
}

.btn-dark-primary {
    background: #083300;
    border-color: #083300;
    color: #fff;
}

.btn-dark-primary:hover {
    background: #fff;
    color: #083300;
    border: 1px solid #083300;
}

.btn-primary {
    justify-content: center;
    align-items: center;
    gap: 7px;
    border-radius: 5px;
    background: #0f5b01;
    border: 1px solid #0f5b01;
}

.btn-primary:hover {
    background: #fff;
    color: #0f5b01;
    border: 1px solid #0f5b01;
}

.btn-primary:disabled {
    background: #878787;
    border: 1px solid #878787;
}

.btn-primary.btn:first-child:active {
    border: 1px solid #0f5b01;
    background: #0f5b01;
}

.btn-primary.disabled {
    color: #fff;
    background-color: #b2b2b2;
    border: 0;
}

.btn-white {
    width: Hug (98px);
    height: Hug (35px);
    top: 27px;
    left: 1341px;
    padding: 8px, 10px, 8px, 10px;
    border-radius: 5px;
    gap: 7px;
    color: #093301;
    background-color: #ffff;
}

.btn-white:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #ffffff;
}

.btn-login .btn-white::after {
    content: none;
}

.btn-login .btn-white:hover path {
    fill: #fff;
}

.btn-login p {
    font-size: 10px;
    padding-left: 23px;
    margin-bottom: 0px;
}

.btn-login h6 {
    font-size: 20px;
    font-weight: 600;
    padding-left: 15px;
}

.btn-login .dropdown-menu {
    padding: 20px 5px 15px 10px !important;
    min-width: 16rem;
}

.btn-login .dropdown-menu .dropdown-item {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.btn-login .dropdown-item:hover p,
.btn-login .dropdown-menu .dropdown-item:hover {
    color: #0f5b01;
}

.btn-login .dropdown-menu .dropdown-item:hover path,
.btn-login .dropdown-menu .dropdown-item:active path,
.btn-login .dropdown-menu .dropdown-item:active {
    fill: #0f5b01;
    background-color: #e7f5d9;
    color: #0f5b01;
}

.btn-secondary {
    color: #0f5b01;
    background-color: #ffff;
    border-color: #083300;
}

.btn-secondary:hover {
    color: #fff;
    background: #0f5b01;
}

.btn-circle {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.btn-social {
    background-color: #fff;
    color: #444;
    font-weight: 600;
    border: 1.156px solid #b5b5b5;
    border-radius: 7.246px;
}

.btn-social:hover {
    border: 1.156px solid #b5b5b5;
    border-radius: 7.246px;
}

.btn-gray {
    background-color: #878787;
    border-color: #878787;
}

.btn-gray:hover {
    background-color: #ffffff;
    color: #878787;
    border-color: #878787;
}

.btn-outline-gray {
    background-color: #ffffff;
    border-color: #878787;
    color: #878787;
}

.btn-outline-gray:hover {
    background-color: #878787;
    color: #ffffff;
    border-color: #878787;
}

.btn-light-gray {
    background-color: #B5B5B5;
    border-color: #B5B5B5;
    color: #ffffff;
}

.btn-light-gray:hover {
    background-color: #ffffff;
    color: #B5B5B5;
    border-color: #B5B5B5;
}

.btn-green {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #79B43E;
    border: 1px solid #79B43E;
    color: #fff;
}

.btn-green:hover {
    background: #fff;
    color: #79B43E;
    border: 1px solid #79B43E;
}

.btn-green:disabled {
    background: #7E7E7E;
    border: 1px solid #7E7E7E;
    color: #fff;
}

.btn-outline-green {
    border: 1px solid #79B43E;
    background: #fff;
    color: #79B43E;
}

.btn-outline-green:hover,
.btn-outline-green:active {
    background: #79B43E !important;
    border: 1px solid #ffffff !important;
    color: #fff;
}

.btn-dark-green {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #0F5B01;
    border: 1px solid #0F5B01;
    color: #fff;
}

.btn-dark-green:hover {
    background: #fff;
    color: #0F5B01;
    border: 1px solid #0F5B01;
}

.btn-dark-green:disabled {
    background: #7E7E7E;
    border: 1px solid #7E7E7E;
    color: #fff;
}

.btn-outline-dark-green {
    border: 1px solid #0F5B01;
    background: #fff;
    color: #0F5B01;
}

.btn-outline-dark-green:hover,
.btn-outline-dark-green:active {
    background: #0F5B01 !important;
    border: 1px solid #ffffff !important;
    color: #fff;
}

.btn-teal {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #CA601A;
    border: 1px solid #CA601A;
    color: #fff;
}

.btn-teal:hover {
    background: #fff;
    color: #CA601A;
    border: 1px solid #CA601A;
}

.btn-orange {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #F79009;
    border: 1px solid #F79009;
    color: #fff;
}

.btn-orange:hover {
    background: #fff;
    color: #F79009;
    border: 1px solid #F79009;
}

.btn-red {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #D80000;
    border: 1px solid #D80000;
    color: #fff;
}

.btn-red:hover {
    background: #fff;
    color: #D80000;
    border: 1px solid #D80000;
}

.btn-yellow {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #D8BB22;
    border: 1px solid #D8BB22;
    color: #fff;
}

.btn-yellow:hover {
    background: #fff;
    color: #D8BB22;
    border: 1px solid #D8BB22;
}

.btn-blue {
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #1976D2;
    border: 1px solid #1976D2;
    color: #fff;
}

.btn-blue:hover {
    background: #fff;
    color: #1976D2;
    border: 1px solid #1976D2;
}

.btn-transparent {
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.btn-transparent:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.btn-xs {
    font-size: 10px;
    padding: 3px 6px;
}

.btn-green-whithout-border {
    background: #fff;
    color: #0F5B01;
    transition: transform 0.3s ease;
}

.btn-green-whithout-border:hover {
    color: #79B43E;
    transform: scale(1.5);
}

.badge {
    font-size: 14px;
    font-weight: 500 !important;
}

.badge-gray {
    color: #9c9c9c !important;
    background-color: #f0f0f0;
}

.badge-dark-gray {
    color: #626262;
    background-color: #CFCFCF;
}

.badge-red {
    color: #f00;
    background-color: #f5dcd9;
}

.badge-light-green {
    color: #79b43e;
    background-color: #e7f5d9;
}

.badge-green {
    color: #fff;
    background-color: #79b43e;
}

.badge-fulled-red {
    color: #fff;
    background-color: #D80000;
}

.badge-fulled-green {
    color: #fff;
    background-color: #79B43E;
}

.badge-fulled-blue {
    color: #fff;
    background-color: #01579b;
}

.badge-pale-yellow {
    background-color: #F1F519;
    color: #626262;
}

.badge-orange {
    background-color: #F79009;
    color: #EFEFEF;
}

.navbar-toggler-icon {
    color: #ffffff !important;
}

.navbar-toggler-icon {
    background-image: url(../v3/svg/menu.svg) !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0 !important;
}

.btn.show,
.btn-menu {
    background: rgba(255, 255, 255, 0.2);
    border: none;
}

.form-control:disabled {
    background: #EFEFEF;
    border: 0.6px solid #CECECE;
}

/* Fin Header */

/* Content */
.text-chunk {
    font-family: "Chunkfive-ex";
    font-style: normal;
    font-weight: 400;
    line-height: 66px;
    /* 110% */
    line-height: 1.2;
}

.text-gray {
    color: #767676 !important;
}

.text-light-gray {
    color: #868686;
}

.text-medium-gray {
    color: #7E7E7E !important;
}

.text-green {
    color: #79b43e !important;
}

.text-light-red {
    color: #e76339 !important;
}

.text-tile {
    color: #CA601A !important;
}

.text-red {
    color: #D80000 !important;
}

.text-yellow {
    color: #dac400 !important;
}

.text-dark-green {
    color: #083300 !important;
}

.text-medium-green {
    color: #0f5b01 !important;
}

.text-black {
    color: #000 !important;
}

.text-burgundy-red {
    color: #BE3D3D;
}

.text-dark-bluish-gray {
    color: #5B5E76;
}

/* Fin Content */

/* Cards */
.elipse {
    height: 500px;
    position: relative;
    overflow: hidden;
    /* Ocultar contenido que se extiende más allá del tamaño del contenedor */
}

.elipse::before {
    width: 2082px;
    height: 580px;
    content: "";
    position: absolute;
    top: -150px;
    left: -241px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    /* Hacer que sea una elipse */
    background: linear-gradient(180deg, #083300 -31.26%, #0f5b01 90.56%);
    z-index: -1;
    /* Colocar detrás del texto */
}

.rectangle {
    height: 500px;
    position: relative;
    overflow: hidden;
    /* Ocultar contenido que se extiende más allá del tamaño del contenedor */
}

.rectangle::before {
    width: 100%;
    height: 580px;
    content: "";
    position: absolute;
    top: -200px;
    right: 0;
    bottom: 0;
    border-radius: 0px 0px 24px 24px;
    /* Hacer que sea una elipse */
    background: linear-gradient(180deg, #083300 -31.26%, #0f5b01 90.56%);
    z-index: -1;
    /* Colocar detrás del texto */
}

.icon-card {
    width: 77px;
    height: 70px;
    flex-shrink: 0;
    padding-top: 1rem;
}

.deporte {
    display: block;
}

.card-deporte {
    background-color: #fff;
    display: flex;
    width: 170px;
    height: 170px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border: 0;
    cursor: pointer;
}

.card-deporte {
    color: #79b43e;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.card-deporte:hover {
    background-color: #79b43e;
    color: #fff !important;
}

.card-deporte.active {
    background-color: #79b43e;
    color: #fff !important;
}

.card-deporte:hover .deportes-svg path,
.card-deporte.active .deportes-svg path {
    fill: #fff !important;
    transition: fill 0.3s ease;
}

.card-gray {
    background-color: #efefef;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.card-white {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border: 0;
}

.card-white.card-detalle {
    font-size: 12px;
    font-weight: 300;
    box-shadow: 0px 0px 4px 2px rgba(14, 84, 1, 0.35);
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.card-white.card-detalle .text-start {
    color: #0f5b01 !important;
}

.card-white .icon-link {
    cursor: pointer;
}

.card-edicion h3 {
    color: #000;
}

.card-edicion p {
    color: #8E8E8E;
}

.card-edicion span {
    color: #5D5D5D;
}

.card-green {
    background-color: #79B43E !important;
    color: #fff !important;
}

.card-green a,
.card-green h3,
.card-green p,
.card-green span {
    color: #fff;
}

.card-title {
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card-body {
    flex: 0;
}

/* Buscar */
.input-search {
    border-radius: 5px;
    background: #fff;
    height: 60px;
    border: 0;
}

.input-search::placeholder {
    font-family: Inter;
    color: #cecece;
}

.btn-buscar,
.btn-buscar:hover,
.btn-buscar:focus,
.btn-buscar:target,
.btn-buscar:active {
    background-color: #fff;
    border: 0;
}

/* Fin Buscar */

/* Fin Cards */

/* Footer */
footer {
    padding: 20px !important;
    border-top: solid 0.5px rgba(255, 255, 255, 0.3) !important;
}

.bg-dark {
    background-color: #083300 !important;
}

.flag {
    width: 27px;
}

.container-flag {
    padding-top: 10px;
}

footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

footer ul a {
    text-decoration: none;
    color: #083300;
    font-size: 14px;
    font-weight: 400;
}

footer ul a:hover {
    color: #79b43e;
}

footer h5 {
    font-size: 16px;
    font-weight: 700;
}

footer span {
    font-size: 14px;
    font-weight: 400;
}

/* Fin Footer */

/* Eventos */
.card-eventos {
    display: flex;
    flex-shrink: 0;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3.21925px 16.09626px 0px rgba(0, 0, 0, 0.15);
    border: 0px;
    width: 250px;
    cursor: pointer;
}

.mas {
    color: #083300;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    align-content: end;
}

.card-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin: 0 auto;
}

.card-img-container-perfiles {
    display: flex;
    justify-content: center;
    /* Centrar horizontalmente la imagen */
    align-items: center;
    /* Centrar verticalmente la imagen */
    height: 90px;
    width: 90px;
    border-radius: 50%;
    margin: 0 auto;
}

.img-card-eventos {
    width: 80px;
    height: 80px;
}

.card-body-eventos .card-title {
    color: #000;
    text-align: center;
    font-weight: 400;
    font-size: 19px;
}

.card-body-eventos p {
    padding: 5px 0px 0px 0px;
    font-size: 14px;
}

/* Fin Eventos */

/* Ranking */
.background-white {
    border-radius: 5px;
    background-color: #fff;
    border: 0;
}

.background-primary {
    border-radius: 5px;
    background: linear-gradient(180deg, #083300 0%, #0f5b01 88.03%), #fff;
}

.background-green {
    border-radius: 5px;
    background-color: #79b43e;
}

.backgroun-light-white {
    background: rgba(255, 255, 255, 0.8);
}

.list-ranking {
    list-style: inside;
    color: #fff;
    margin: 0 !important;
}

.list-ranking li a {
    color: #fff !important;
    text-decoration: none !important;
}

.ranking-img {
    height: 120px;
    /* Altura deseada */
    border-radius: 5px !important;
    object-fit: cover;
}

/* Fin Ranking */

/* Beneficios */
.beneficios-img {
    margin-top: -30px;
    padding: 0px 50px 0px 50px !important;
}

.card-img-text {
    padding: 0px 50px 30px 50px;
}

/* Fin Beneficios */

/* Partners */
.background-partners {
    border-radius: 5px;
    background: #fff;
    /* background: linear-gradient(90deg,
            #083300 0.09%,
            #0f5b01 19.44%,
            #fff 35.77%,
            #fff 68.04%,
            #fff 79.09%,
            rgba(255, 255, 255, 0.15) 84.5%,
            #0f5b01 98.47%); */
}

/* Fin Partner */

/* Certificado */
.background-certificado {
    /* position: relative;
    background-image: url("../v3/img/solicitar-certificado.png");
    background-size: cover; */
    /* background: linear-gradient(180deg, #083300 0%, #79b43e 134.27%); */
    background: #083300;
    border-radius: 5px;
    padding: 15px;
}

.background-certificado .lista {
    display: flex;
    justify-content: center;
}

.background-certificado ul {
    list-style: none;
    border-radius: 7.924px;
    background: rgba(255, 255, 255, 0.10);
    width: 330px !important;
    text-align: center;
}

.background-certificado ul li {
    display: inline;
    height: 47px;
    line-height: 47px;
    vertical-align: middle;
    width: auto !important;
}

.background-certificado ul .texto {
    color: #EFEFEF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 130%;
}

.background-certificado ul .texto-2 {
    color: #EFEFEF;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.background-solicitar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: inherit;
    background-size: cover;
    transform: scaleX(-1);
}

.circle-white {
    background-color: white;
    border-radius: 5px 50% 50% 5px;
}

.back-img {
    position: absolute;
    z-index: 1;
    width: 140px;
    height: 140px;
    right: 38px;
}

.front-img {
    z-index: 2;
}

/* Fin Certificado */

/* Impacto */
.card-icon-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-items: center;
}

.impacto-icon {
    position: absolute;
    height: 30px;
    width: 30px;
    margin-top: -10px;
}

.card-text {
    padding: 25px 30px 15px 30px;
}

/* Fin Impacto */

/* Torneo */
.background-torneo {
    position: relative;
    background-image: url("../v3/img/background-torneo.png");
    background-size: cover;
    border-radius: 10px;
    height: 260px !important;
}

.container-img-3 {
    position: relative;
}

.img-torneo-1 {
    position: absolute;
    bottom: -130px;
    left: 70px;
    width: 345px;
}

.img-torneo-2 {
    position: absolute;
    bottom: -120px;
    left: 40px;
    width: 300px;
}

.img-torneo-3 {
    position: absolute;
    bottom: -108px;
    left: -110px;
    width: 245px;
}

/* Fin Torneo */

.icon-club {
    margin: 20px 25px 10px 25px !important;
    width: 70px;
}

/* Landing Producto */
.banner {
    max-width: 100%;
    border-radius: 0px 0px 300px 100px;
    background: #083300;
}

.banner h1,
.banner label {
    font-size: 60px !important;
}

.banner-text {
    padding: 60px 10px 60px 80px;
}

.container-fluid.banner {
    position: relative;
}

.container-fluid.elipse {
    overflow-x: hidden;
    /* Para evitar que las imágenes se salgan del contenedor */
}

.image1 {
    position: absolute;
    width: 38%;
    /* Ajusta el tamaño de las imágenes según tus necesidades */
    top: 25%;
    /* Ajusta la posición vertical de image1 (ejemplo: 10px desde la parte superior) */
    left: 35%;
    /* Ajusta la posición horizontal de image1 (ejemplo: 10px desde la izquierda) */
}

.image2 {
    position: absolute;
    width: 50%;
    /* Ajusta el tamaño de las imágenes según tus necesidades */
    right: 0;
    /* Coloca image2 en la parte derecha del contenedor */
    top: 20%;
}

/* Estilo para la lista personalizada */
.custom-list {
    color: #ffffff;
    padding-left: 5px;
    /* Espacio para la viñeta */
    font-size: 20px;
    vertical-align: middle;
}

/* Estilo para la viñeta personalizada (en este caso, una imagen SVG) */
.custom-list li::before {
    content: "";
    /* Contenido vacío necesario para pseudo-elemento */
    display: inline-block;
    /* Convertir en un bloque en línea */
    width: 20px;
    /* Ancho de la viñeta */
    height: 20px;
    /* Altura de la viñeta */
    background-image: url("../v3/svg/icon-list.svg");
    /* Ruta de tu imagen SVG personalizada */
    background-size: cover;
    /* Ajustar el tamaño de la imagen para que encaje */
    margin-right: 10px;
    /* Espacio entre la viñeta y el texto */
    vertical-align: middle;
}

/* Funcionalidad */
.card-funcionalidad {
    color: #fff;
}

.card-funcionalidad span {
    font-size: 19px;
    font-weight: 700;
}

.card-funcionalidad p {
    font-size: 16px;
    font-weight: 400;
}

.card-funcionalidad .card-title {
    height: 200px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden !important;
}

.card-funcionalidad .card-title img {
    margin-top: 10px;
    width: 60%;
    border-radius: 5px;
    border: 0;
}

.organizar-torneo {
    background: rgba(121, 180, 62, 0.39);
    padding: 100px !important;
}

.organizar-torneo .img-fluid {
    height: 930px;
    height: 600px;
}

/* Fin Landing Producto */

/* Landing Calendario */
.card-calendar span {
    font-size: 16px;
    font-weight: 700;
}

.card-calendar p {
    font-size: 14px;
    font-weight: 300 !important;
    margin-bottom: 0px;
}

.card-calendar {
    padding: 2rem 1rem 2rem 1rem;
    transition: transform 0.5s;
    /* Agrega una transición suave */
    transform-style: preserve-3d;
    min-height: 256px;
    height: 350px;
}

.card-calendar .back-content {
    display: none;
    background: white;
    /* Estilo de fondo del "modal" */
    z-index: 1;
    /* Asegura que esté encima de la tarjeta frontal */
    padding: 20px;
    /* Ajusta según tus necesidades */
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.btn-group {
    display: block;
}

.btn-check:checked+.btn {
    color: #fff;
    background: #0f5b01;
    border-radius: 5px !important;
}

.btn-check+.btn {
    color: #0f5b01;
    border-color: #0f5b01;
    border-radius: 5px !important;
}

.btn-check+.btn:hover {
    color: #fff;
    background: #0f5b01;
}

.navbar span {
    font-size: 20px;
    font-weight: 600;
    align-items: middle;
}

.card-calendario-mobile {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px;
}

#datepickerDesktop table {
    width: -moz-available !important;
}

#datepickerDesktop .datepicker {
    width: inherit !important;
}

.chrome-datepicker-container {
    padding: 15px !important;
    border: 1px solid #616161 !important;
    border-radius: 10px !important;
}

.chrome-datepicker .datepicker-inline,
.table-condensed {
    width: 100% !important;
}

.chrome-datepicker .datepicker thead tr:nth-child(2n) th {
    padding: 12px !important;
    font-size: 1.3em !important;
}

.chrome-datepicker .datepicker thead tr:nth-child(2n+1) {
    background: #0f5b01 !important;
    color: #fff !important;
}

.chrome-datepicker .datepicker thead tr:nth-child(2n+1) th {
    padding: 12px !important;
}

.chrome-datepicker .datepicker thead tr th.active:hover {
    background-image: linear-gradient(to bottom, #0f5b01, #0f5b01) !important;
}

.chrome-datepicker .datepicker tbody tr td {
    padding: 8px !important;
}

.datepicker table tr td.active,
.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-image: linear-gradient(to bottom, #0f5b01, #0f5b01) !important;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover {
    background-image: linear-gradient(to bottom, #0f5b01, #0f5b01) !important;
}

.modal-footer button {
    width: 45%;
}

/* Fin Landing Calendario */
.rounded {
    border-radius: 50% !important;
    padding: 14px 10px 10px 10px !important;
    height: 55px;
    width: 55px;

}

.card-whatsapp {
    position: fixed;
    bottom: 0;
    right: 10px;
    margin-bottom: 15px;
    margin-right: 15px;
    max-width: 300px;
    cursor: pointer;
}

.card-whatsapp img {
    top: -28px;
    left: 128px;
    position: absolute;
}

.card-whatsapp p {
    font-size: 16px;
}

.card-whatsapp a {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #000;
}

/* Landing Buscador */
.card-resultado {
    display: flex;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 3.21925px 16.09626px 0px rgba(0, 0, 0, 0.15);
    border: 0px;
    cursor: pointer;
}

.card-resultado a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

.container-buscador {
    height: 250px;
    position: relative;
    overflow: hidden;
}

.container-buscador::before {
    width: 100%;
    height: 250px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0px 0px 24px 24px;
    background: linear-gradient(180deg, #083300 -31.26%, #0f5b01 90.56%);
    z-index: -1;
}

.container-resultados span {
    color: #909090;
    font-size: 18px;
    font-weight: 400;
    padding-left: 14px;
}

.card-resultado a.active {
    color: #79B43E;
    text-decoration: underline;
    font-size: 22px;
}

/* Landing Ranking */

.container-ranking {
    padding: 10px 70px 40px 70px;
}

.container-ranking span {
    font-size: 20px;
}

.container-ranking .card-white span {
    font-size: 18px;
    font-weight: 400;
}

.container-ranking .card-filtro {
    cursor: pointer;
}

.container-ranking .card-filtro:hover,
.container-ranking .card-filtro.active {
    cursor: pointer;
    background: #0F5B01;
    color: #fff;
}

.container-ranking .card-filtro:hover .circle,
.container-ranking .card-filtro.active .circle {
    fill: #fff;
}

.dropdown-filtro-ranking .dropdown .btn:hover {
    background-color: #0f5b01;
}

.dropdown-filtro-ranking li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.dropdown-filtro-ranking .btn.show,
.dropdown-filtro-ranking .btn:focus-visible,
.dropdown-filtro-ranking .btn:first-child:active {
    background: #0f5b01 !important;
    color: #fff !important;
    border: 0;
}

.dropdown-filtro-ranking .dropdown-item:active {
    background-color: #e7f5d9;
    color: #083300;
}

.card-perfil .flag {
    box-shadow: 3.046px 0px 7.615px 0px rgba(0, 0, 0, 0.10);
    width: 22px;
}

.card-perfil span {
    font-size: 28px;
    font-weight: 500;
}

.card-perfil h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.card-perfil ul.list-menu li,
.card-perfil ul.list-logout li {
    font-size: 18px;
    font-weight: 400;
    color: #888;
}

.card-perfil .list-menu li a,
.card-perfil .list-logout li a {
    font-size: 18px;
    font-weight: 300;
    color: #888;
    cursor: pointer;
    width: 100%;
}

.card-perfil .list-menu li:hover,
.card-perfil .list-logout li:hover,
.card-perfil .list-menu li.active,
.card-perfil .list-logout li.active,
.card-perfil .list-menu li:hover a,
.card-perfil .list-logout li:hover a {
    color: #fff;
    background-color: #79B43E;
    border-radius: 9px;
    cursor: pointer;
}

.card-perfil hr {
    margin: 0;
}

.card-perfil .list-info {
    list-style: inside;
}

.card-perfil.datos h1 {
    font-size: 32px;
    font-weight: 600;
}

.card-perfil.datos h4 {
    font-size: 16px;
    font-weight: 600;
}

.card-perfil.datos h5 {
    font-size: 14px;
    font-weight: 600;
}

.card-perfil.datos label {
    font-size: 12px;
    font-weight: 400;
}

.card-perfil.datos .link-edit a {
    font-size: 12px;
    font-weight: 400;
    text-decoration-line: underline !important;
    color: #000;
}

.card-perfil .badge-deporte {
    color: #0F5B01;
    border: #0F5B01 solid 1px;
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
}

.card-perfil .badge-deporte a {
    color: #0F5B01;
}

.card-perfil .btn-primary:disabled {
    color: #656565;
    background-color: #fff;
    border-color: #656565;
}

.card-perfil .label-edit {
    color: #fff;
    background-color: #0F5B01;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    position: absolute;
    cursor: pointer;
    top: 15%;
    right: 40%;
}

.card-perfil .label-edit i {
    font-size: 12px;
}

.card-perfil p {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}

.card-perfil .accordion {
    border: none;
}

.card-perfil .accordion .accordion-item {
    margin-bottom: 10px;
    border: none;
}

.card-perfil .accordion .accordion-button.collapsed {
    border: 0.5px solid #8B8B8B;
    border-radius: calc(0.375rem - 1px);
    color: #0F5B01;
}

.card-perfil .accordion .accordion-button:not(.collapsed),
.card-perfil .accordion .accordion-button {
    background-color: #fff;
    color: #0F5B01;
    box-shadow: none;
}

.card-perfil .accordion.accordion-instruccion .accordion-button {
    color: #848484;
}

.card-perfil .accordion .accordion-item:first-of-type {
    border: none;
}


.card-perfil .accordion-button::before {
    content: "";
}

.card-perfil .accordion-button::after {
    background-image: none;
}

.card-perfil .accordion-button.collapsed:after {
    content: "\2b";
    font-family: 'Font Awesome 6 Free';
}

.card-perfil .accordion-button.collapsed:before {
    content: none;
}

.card-perfil .accordion-body {
    padding: 0px;
    border: none;
}

.card-perfil .card-accordion {
    background-color: #F3F3F3;
    border: none;
}

.card-perfil .card-accordion .card-white {
    box-shadow: none;
}

.card-perfil .card-accordion .dropdown .btn-outline-primary {
    border: none;
}

.card-perfil .label-notificacion {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    border-radius: 50%;
    background-color: #79B43E;
    color: #fff;
    height: 26px;
    width: 26px;
    padding-top: 3px;
    top: 15px;
    right: 15px;
}

.card-outline {
    border-radius: 4px;
    border: 1px solid #CECECE;
}

.card-outline h4 {
    font-size: 16px;
    font-weight: 600;
}

.card-perfil.datos {
    color: #7E7E7E;
}

.card-perfil.datos .card-outline p {
    font-size: 14px;
    font-weight: 400;
    color: #7E7E7E;
}

.card-perfil .dropdown .btn.show,
.dropdown .btn:focus-visible,
.dropdown .btn:first-child:active {
    background: #0f5b01 !important;
    color: #fff !important;
    border: 0;
}

.card-perfil .card-list ul li {
    font-size: 14px;
}

/* Canvas Notificaciones */
.offcanvas-notificaciones {
    color: #0F5B01;
}

.offcanvas-notificaciones label {
    font-size: 20px;
}

.offcanvas-notificaciones span {
    font-size: 14px;
    font-weight: 500;
}

.offcanvas-notificaciones i {
    font-size: 14px;
    font-weight: 400;
}

/* Fin Canvas Notificaciones */

/* Mis campeonatos */
.container-mis-campeonatos {
    background: #EFEFEF;
}

.card-perfil .card-campeonato {
    box-shadow: none;
    border-radius: 5px;
}

.card-perfil .card-campeonato span {
    font-size: 14px;
    color: #000;
}

.card-perfil .card-campeonato .icon {
    width: 10px;
}

.card-perfil .card-campeonato p,
.card-perfil .card-inscripcion p {
    margin-bottom: 0px;
}

.card-perfil .card-campeonato .info p,
.card-perfil .card-inscripcion .info p {
    font-size: 14px;
    color: #000;
    font-weight: 300;
}

.card-perfil .card-campeonato b,
.card-perfil .card-inscripcion b {
    font-weight: 500;
}

.card-perfil .card-inscripcion {
    border: none;
}

.card-perfil .card-inscripcion .card-header {
    background-color: #79B43E;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    border-bottom: none;
}

.card-perfil .card-inscripcion .card-body {
    font-weight: 500;
    font-size: 14px;
    background-color: #EFEFEF;
    border-radius: 0px 0px 5px 5px;
}

.card-perfil .card-inscripcion .card-body.finalizado {
    border-radius: 5px;
}

.card-perfil .card-inscripcion .card-body p {
    margin-bottom: 0px;
}

.card-perfil .card-inscripcion .card-body p a {
    color: #0F5B01;
    font-size: 10px;
    text-decoration: underline;
}

.card-perfil .card-inscripcion .card-body .float-img {
    position: absolute;
    border: 2px solid #fff;
    width: 70px;
    height: 70px;
    top: 35px;
}

.card-perfil .select2 span {
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    color: #0F5B01;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #0F5B01;
    background-color: #fff !important;
    border: 1px solid #0F5B01 !important;
}

.card-perfil .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
}

.select2-results span {
    font-size: 14px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #79B43E !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: #0e5401 !important;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-top: 2px;
}

/* Fin Mis campeonatos */
.card-deporte-mobile,
.card-institucion-mobile {
    border-radius: 100px;
    border: 0;
    color: #79b43e !important;
    transition: background-color 0.3s ease, color 0.3s ease;
    cursor: pointer;
    width: fit-content !important;
    width: 110px;
}

.card-deporte-mobile:hover,
.card-institucion-mobile:hover {
    background-color: #79b43e;
    color: #fff !important;
}

.card-deporte-mobile.active,
.card-institucion-mobile.active {
    background-color: #79b43e;
    color: #fff !important;
}

.card-deporte-mobile:hover .deportes-svg path,
.card-deporte-mobile.active .deportes-svg path {
    fill: #fff !important;
    transition: fill 0.3s ease;
}

.custom-card {
    display: flex;
    align-items: center;
    padding: 8px 8px 8px 15px;
}

.custom-card span {
    font-size: 12px !important;
    font-weight: 700 !important;
    padding-right: 8px;
    margin-left: 3px;
}

.custom-card .icon-card {
    width: 44px;
    height: 40px;
    padding-top: 15px !important;
    margin-top: -15px !important;
    flex-shrink: 0;
    padding-right: 0px;
    width: auto !important;
}

#carousel-deportes-mobile .owl-item {
    width: fit-content !important;
}

.tabla-perfil {
    border-radius: 5px;
    background: #fff;
    margin: 0px;
    padding: 20px;
}

.tabla-perfil th {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.tabla-perfil td {
    font-size: 12px;
    font-weight: 400;
    color: #767676;
}

.tabla-perfil td span {
    font-size: 14px;
    font-weight: 600;
    color: #767676;
}

.tabla-perfil td p {
    font-size: 14px;
    font-weight: 300;
    color: #767676;
}

.tabla-perfil td {
    font-size: 12px;
    font-weight: 400;
    color: #767676;
}

.card-perfil-detalle {
    background-color: #fff;
    border-radius: 5px;
}

.card-perfil-detalle .border-top {
    border-top: 1 px solid #D6D6D6;
}

/* .card-perfil-propio {
    height: 1198px;
} */

.card-perfil-detalle h6 {
    font-size: 14px;
    font-weight: 500;
}

.card-perfil-detalle p {
    font-size: 12px;
    font-weight: 400;
    color: #767676;
}

.card-perfil-detalle .table-detalle th {
    color: #79B43E;
    font-size: 12px;
    font-weight: 500;
}

.card-perfil-detalle .table-detalle td {
    color: #0F5B01;
    font-size: 12px;
    font-weight: 400;
}

.card-perfil-detalle .table-detalle a {
    text-decoration: underline;
    color: #BE3D3D;
}

.card-perfil-detalle .table-card td {
    color: #5B5E76;
    font-size: 12px;
    font-weight: 400;
}

.card-perfil-detalle .table-card a {
    text-decoration: underline;
    color: #79B43E;
}

.card-perfil-detalle .table-card tr {
    border-style: hidden;
}

.card-perfil-detalle .table-card label {
    font-weight: 500;
}

.card-perfil-detalle input::placeholder {
    color: #999;
}

.card-perfil-detalle a {
    text-decoration: underline;
}

.card-perfil-detalle a.btn {
    text-decoration: none;
}

.card-perfil-detalle .table-deportista th,
.card-perfil-detalle .table-deportista span,
.card-perfil-detalle .table-deportista th span,
.card-perfil-detalle .dt-container .dt-info {
    color: #0F5B01;
    font-size: 12px;
    font-weight: 500;
}

.card-perfil-detalle .table-deportista td {
    color: #7E7E7E;
    font-size: 12px;
    font-weight: 400;
}

/* Personalizacion Datatable */
.card-perfil-detalle .dt-container .dt-paging-button a {
    font-size: 12px;
    color: #0F5B01;
    text-decoration: none;
}

.card-perfil-detalle .dt-container .dt-paging-button.active a {
    color: #ffffff;
    background-color: #0F5B01;
}

.card-perfil-detalle .dt-container .dt-paging-button.disabled a {
    color: #7E7E7E;
}

.card-perfil-detalle .active>.page-link {
    border-color: #0F5B01;
}

.card-perfil-detalle .page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(121, 180, 62, 0.25);
}

.card-perfil-detalle div.dt-container div.dt-paging ul.pagination {
    padding-bottom: 10px;
}

/* Fin de personalizacion de datatable */

.card-perfil-detalle .form-check-input {
    border: 2px solid #79B43E;
    width: 1.5em;
    height: 1.5em;
}

.card-perfil-detalle .form-check-input:checked {
    background-color: #79B43E;
}

.card-perfil-detalle .tabla-fija {
    max-height: 600px;
    overflow-y: auto;
}

.card-perfil-detalle .tabla-fija thead {
    position: sticky;
    top: -9px;
    background-color: white;
}

.card-perfil-detalle .card-fija {
    max-height: 500px;
    overflow-y: auto;
}

.card-perfil-detalle .nav-tabs .nav-link {
    border: none;
    color: #CECECE;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #CECECE;
}

.card-perfil-detalle .nav-tabs .nav-link.active {
    border: none;
    color: #0F5B01;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #0F5B01;
}

.card-perfil-detalle .nav-pills .nav-link.active {
    background-color: #0F5B01;
    color: #ffffff;
}

.card-perfil-detalle .nav-tabs .nav-link,
.card-perfil-detalle .nav-pills .nav-link {
    color: #CECECE;
}

.card-perfil-detalle .nav-tabs .nav-link:hover {
    color: #0F5B01;
    border: none;
    border-bottom: 2px solid #0F5B01;
}

.card-perfil-detalle .nav-pills .nav-link:hover {
    background-color: #0F5B01;
    color: #ffffff;
}

.card-perfil .nav-equipo {
    border: none;
}

.card-perfil .nav-equipo a {
    text-decoration: none;
    color: #CECECE;
}

.card-gray .btn.show,
.card-gray .btn:focus-visible,
.card-gray .btn:first-child:active {
    background: #0f5b01 !important;
    color: #fff;
}

.img-card-perfil {
    border-radius: 50%;
    /* border: 1.2px solid #0F5B01; */
    width: 100px;
    height: 100px;
}

.img-card-perfiles {
    border-radius: 50%;
    border: 0.3px solid #0f5b01;
    width: 50px;
    height: 50px;
    object-fit: cover;
    background-color: #fff;
}

.card-perfiles span {
    font-size: 12px;
    font-weight: 500;
}

.card-perfiles label {
    color: #888;
    font-size: 12px;
    font-weight: 300;
}

.card-perfiles .flag {
    width: 19px;
}

.card-perfiles.detalle {
    border-right: 0.5px solid #DEDEDE;
}

.item-detalle {
    font-size: 10px;
    color: #9E9E9E;
}

.alert-success {
    background: rgba(121, 180, 62, 0.40);
    color: rgba(0, 0, 0, 0.79);
    font-weight: 300;
}

.alert-warning {
    background: rgba(202, 96, 26, 0.30);
    color: rgba(0, 0, 0, 0.79);
    font-weight: 300;
}

/* Steeper */
.card-perfil .bs-stepper span {
    font-size: 12px;
}

.card-perfil .bs-stepper-label {
    font-size: 12px !important;
    font-weight: 400;
}

/* .card-perfil .bs-stepper-circle {
    background-color: #EFEFEF;
    border: solid 1px #CECECE;
    color: #000;
} */

.card-perfil .active .bs-stepper-circle {
    background-color: #0F5B01;
}

.card-perfil .stepper-inscripcion .active .bs-stepper-circle {
    color: #ffffff;
}

.card-perfil .btn-pago {
    border: 1px solid #CECECE;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background: #FFF;
}

.card-perfil .btn-pago img {
    height: 35px;
}

/* Fin Steeper */

/* Inicio Modal profile */
.modal-profile {
    color: #888;
}

.modal-profile .modal-header {
    background-color: #79B43E;
    color: #fff;
}

.modal-profile ol,
.modal-profile ul {
    font-size: 12px;
}

.modal-profile p {
    font-size: 12px;
}

/* Fin Modal profile*/

.container-partido-vivo-header {
    background-color: #fff;
    position: relative;
    z-index: -2;
    top: -150px;
}

.container-partido-vivo-header h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding: 80px 30px 40px 30px;
}

.container-partido-vivo {
    top: -150px;
    position: relative;
}

.container-partido-vivo h3 {
    font-size: 18px;
    font-weight: 500;
}

.container-partido-vivo h5 {
    font-size: 14px;
    font-weight: 700;
}

.container-partido-vivo h6 {
    font-size: 12px;
    font-weight: 700;
}

.container-partido-vivo label {
    font-size: 12px;
    font-weight: 500;
}

.container-partido-vivo span {
    font-size: 12px;
    font-weight: 400;
}

.container-partido-vivo p {
    font-size: 10px;
    font-weight: 500;
}

.container-partido-vivo .icon-table {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    object-fit: cover;
}

.container-partido-vivo .logo-equipo {
    width: 20px;
    height: 20px;
}

.container-partido-vivo .card-light-gray {
    border: 0.5px solid #0F5B01;
    background-color: #F2F2F2;
    border-radius: 4px;
}

.container-partido-vivo .tabla-partido-vivo td {
    border: none;
    padding: 2px 5px;
}

.container-partido-vivo .contenedor-linea {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-partido-vivo .contenedor-linea .linea-vertical {
    border-left: 1px solid #ccc;
    height: 90%;
}

.card-icon {
    width: 12px;
    height: 16px;
    border-radius: 1px;
    display: inline-block;
}

.card-icon-red {
    background-color: #D80000;
}

.card-icon-yellow {
    background-color: #D8BB22;
}

.card-perfil .list-menu li:hover .label-notificacion,
.card-perfil .list-menu li.active .label-notificacion {
    background-color: #fff;
    color: #79B43E;
}

.card-perfil .label-notificacion.label-static {
    position: static;
    display: inline-block;
}

/* Modal Profile */
.modal-perfil label {
    font-size: 12px;
    font-weight: 700;
    color: #7E7E7E;
}

.modal-perfil h6 {
    font-weight: 700;
    font-size: 16px;
}

.modal-perfil span {
    font-weight: 400;
    font-size: 14px;
}

.modal-perfil p {
    font-weight: 400;
    font-size: 12px;
    color: #5B5E76;
}

.modal-perfil input::placeholder {
    color: #999;
}

.modal-perfil a {
    text-decoration: underline;
    color: #BE3D3D;
}

.modal-perfil .table-modal td {
    color: #5B5E76;
    font-size: 12px;
}

.modal-perfil .table-modal span {
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
}

.modal-perfil .modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}

/* Instituciones */

.card.card-institucion {
    background-color: #EFEFEF;
    color: #79B43E;
}

.card.card-institucion:hover {
    background-color: #79B43E;
    color: #fff;
}

.step-input {
    border: solid #79B43E 1px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
}

.step-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    padding: 0.2rem 0.5rem 0.2rem 0.5rem;
    cursor: pointer;
    color: #79B43E;
}

.step-input input {
    border: none;
    max-width: 50px;
    text-align: center;
}

.form-deportista label {
    color: #7E7E7E;
    font-size: 12px;
    font-weight: 700;
}

.card-deportes-perfil .container-carousel-mobile {
    background-color: #fff !important;
    box-shadow: none;
}

.modal-plan p {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 7px;
    margin-bottom: 4px;
}

.modal-plan label {
    font-size: 18px;
    font-weight: 700;
}

.modal-plan .list {
    border-bottom: 0.5px solid #858585;
    padding-bottom: 7px;
    margin-bottom: 4px;
    color: #858585;
}

.modal-plan .card-outline-green {
    border: 2px solid #79B43E;
    border-radius: 4px;
    color: #858585;
}

.modal-plan .card-green {
    border: 2px solid #79B43E;
    background-color: #79B43E;
    border-radius: 4px;
    color: #ffffff;
}

.modal-plan .text-subrayado {
    border-bottom: 0.5px solid #000000;
    margin-bottom: 13px;
}

.modal-plan .text-subrayado-white {
    border-bottom: 0.5px solid #ffffff;
    margin-bottom: 13px;
}

/* Landing Campeonato */
.detalle_campeonato .input-search-campeonato {
    border-radius: 5px;
    background: #fff;
    height: 60px;
    border: 0;
}

.detalle_campeonato .input-search-campeonato::placeholder {
    color: #0f5b01;
}

.dropdown-campeonato .dropdown-menu {
    padding: 15px 60px 15px 30px;
    width: max-content !important;
}

.dropdown-campeonato .btn.show {
    background: #0f5b01 !important;
    color: #fff;
}

.dropdown-campeonato ul,
.dropdown-filtro-campeonato ul {
    margin-top: 10px !important;
    border: 0;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
}

.dropdown-campeonato .dropdown-toggle::after {
    content: none !important;
}

.dropdown-campeonato label {
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.dropdown-campeonato span {
    font-weight: 500;
    font-size: 16px;
}

.dropdown-campeonato .form-check-input:checked {
    background-color: transparent;
    border-color: #79b43e;
}

.dropdown-campeonato .form-check-input:checked[type="radio"] {
    background-image: url(../v3/svg/radio-button.svg) !important;
}

.dropdown-campeonato .form-check-input {
    border: 1px solid #79b43e;
}

.dropdown-campeonato .btn-outline-primary {
    border: 0;
}

.dropdown-campeonato .btn:active {
    background: #0f5b01 !important;
}

/* Filtros Campeonato */
.filtros-campeonato {
    background-color: #efefef;
}

.filtros-campeonato .container {
    max-width: 960px;
}

.tabs-campeonato a {
    font-size: 16px;
    color: #909090;
    font-weight: 500;
}

.tabs-campeonato a:hover {
    color: #0a4200;
}

.tabs-campeonato a.active {
    color: #0a4200;
    font-weight: 700;
    text-decoration: underline 3px solid;
}

.tab-pane.fade.show.active {
    opacity: 1;
    transition: opacity 0.3s;
}

.dropdown-filtro-campeonato .dropdown .btn:hover {
    background-color: #0f5b01;
}

.dropdown-filtro-campeonato li a {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.dropdown-filtro-campeonato .btn.show,
.dropdown-filtro-campeonato .btn:focus-visible,
.dropdown-filtro-campeonato .btn:first-child:active {
    background: #0f5b01 !important;
    color: #fff !important;
    border: 0;
}

.dropdown-filtro-campeonato .dropdown-item:active {
    background-color: #e7f5d9;
    color: #083300;
}

.dropdown-filtro-campeonato {
    color: #383535;
}

.badge-score {
    background-color: #083300;
    border-radius: 2px;
}

.badge-score-green {
    background-color: #0F5B01;
    border-radius: 2px;
}

.badge-score a {
    text-decoration: none !important;
    color: #fff !important;
}

.badge-circle {
    border-radius: 50%;
    width: 33px;
    height: 33px;
}

.tabla-campeonato .logo-equipo {
    width: 20px !important;
}

.tabla-campeonato th {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.tabla-campeonato td {
    font-size: 12px;
    font-weight: 400;
    color: #767676;
    cursor: pointer;
}

.tabla-campeonato td span {
    font-size: 14px;
    font-weight: 600;
    color: #767676;
}

.tabla-campeonato td p {
    font-size: 14px;
    font-weight: 300;
    color: #767676;
}

.accordion-collapse-filtros ul,
.accordion-collapse-filtros .accordion-body {
    padding-left: 10px;
}

.accordion-collapse-filtros .accordion-button {
    font-size: 14px;
}

.accordion-collapse-filtros ul label {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.accordion-collapse-filtros .form-check-input:checked {
    background-color: transparent;
    border-color: #79b43e;
}

.accordion-collapse-filtros .form-check-input:checked[type="radio"] {
    background-image: url(../v3/svg/radio-button.svg) !important;
}

.accordion-button.collapsed::before {
    content: url(../v3/svg/chevron-right.svg);
    float: left;
    padding-right: 5px;
}

.accordion-button::before {
    content: url(../v3/svg/chevron-down.svg);
    padding-right: 5px;
}

.accordion-button::after,
.accordion-button.collapsed::after {
    content: none;
}

/* Fixture */
.card-fixture,
.card-ranking {
    padding: 30px;
}

.card-fixture .btn,
.card-ranking .btn {
    border: 0;
}

.card-fixture .btn.show,
.card-fixture .btn:focus,
.card-ranking .btn.show,
.card-ranking .btn:focus {
    background-color: #0f5b01 !important;
}

.container-campeonato span {
    font-size: 16px;
    font-weight: 500;
}

/* Fin Fixture */
/* Fin Landing Campeonato*/

/* Modal de Login */
.modal-dialog-login {
    padding: 20px 30px 20px 30px;
}

.modal-dialog-login .modal-header {
    border-bottom: none !important;
}

.modal-dialog-login .modal-footer {
    border-top: none !important;
}

.modal-dialog-login span {
    margin-bottom: 0px;
    font-size: 16px !important;
}

.modal-dialog-login .form-control {
    border-radius: 7px;
    border: 1px solid #b5b5b5;
    font-size: 16px;
}

.modal-dialog-login .form-control::placeholder {
    color: #c2c2c2;
    font-size: 12px;
    font-weight: 500;
}

.modal-dialog-login p {
    margin-bottom: 0px;
    font-size: 12px !important;
}

.modal-dialog-login a {
    color: #083300;
}

.modal-dialog-login .modal-header .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal-dialog-login label {
    font-size: 14px;
}

.modal-dialog-login .dropdown-toggle.show {
    background-color: #0f5b01;
    color: #ffffff;
}

.terminos {
    text-decoration: none;
    font-size: 14px;
}

.modal-body-register {
    max-height: 400px;
    overflow: hidden;
    scrollbar-width: thin;
}

.modal-body-register:hover {
    overflow-y: auto;
}

.form-check {
    font-size: 14px !important;
}

/* Loader */
.custom-loader {
    width: 50px;
    height: 50px;
    display: grid;
}

.custom-loader::before,
.custom-loader::after {
    content: "";
    grid-area: 1/1;
    --c: radial-gradient(farthest-side, #0f5b01 92%, #0000);
    background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%,
        var(--c) 0 50%;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    animation: s2 1s infinite;
}

.custom-loader::before {
    margin: 4px;
    filter: hue-rotate(45deg);
    background-size: 8px 8px;
    animation-timing-function: linear;
}

@keyframes s2 {
    100% {
        transform: rotate(0.5turn);
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    /* Fondo semitransparente */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    /* Asegura que esté por encima de otros elementos */
}

#loader {
    border: 16px solid #0f5b01;
    border-top: 16px solid #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Fin Loader */

.fixed-height {
    height: 80px;
    overflow: hidden;
}

/* Fin Modal de Login */

/* Modal Register */
::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.modal-datepicker .modal-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    transform: translate(50%);
    max-width: 700px;
}

/* Sección de arbitros */
.container-arbitros {
    color: #383535;
}

.container-arbitros h5 {
    font-size: 18px;
}

.container-arbitros h6 {
    font-size: 16px;
    font-weight: 500;
}

.container-arbitros small {
    font-size: 12px;
}

.tabs-arbitros {
    padding: 30px 0px 0px 0px;
    background-color: #fff;
}

.tabs-arbitros a {
    font-size: 16px;
    color: #909090;
    font-weight: 500;
    border-bottom: solid 2px #E7E7E7;
}

.tabs-arbitros a:hover,
.tabs-arbitros-detalle a:hover {
    color: #0F5B01;
}

.tabs-arbitros a.active {
    color: #0F5B01;
    font-weight: 500;
    border-bottom: solid 2px #0F5B01;
}

.tabs-arbitros-detalle {
    padding: 0px 0px 15px 0px;
    background-color: #fff;
}

.tabs-arbitros-detalle a {
    font-size: 16px;
    color: #909090;
    font-weight: 500;
    border-bottom: solid 1.8px #E7E7E7;
}

.tabs-arbitros-detalle a.active {
    color: #0F5B01;
    font-weight: 500;
    border-bottom: solid 2px #0F5B01;
}

.tabs-arbitros .nav-link {
    position: relative;
    display: inline-block;
}

.icon-float {
    position: absolute;
    top: 0;
    right: 0;
    /* Centrar el ícono */
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-rectangle {
    height: 300px;
    position: relative;
    overflow: hidden;
    /* Ocultar contenido que se extiende más allá del tamaño del contenedor */
}

.banner-rectangle::before {
    width: 100%;
    height: 300px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0px 0px 24px 24px;
    background: linear-gradient(180deg, #083300 -31.26%, #0f5b01 90.56%);
    z-index: -1;
}

/* Plataforma de arbitros */
.container-arbitro .tabs {
    background-color: #fff;
}

.card-arbitros p {
    font-size: 14px;
    font-weight: 300;
}

.card-arbitros label {
    font-size: 18px;
    font-weight: 500;
}

.card-arbitros span {
    font-size: 12px;
    font-weight: 500;
}

.card-arbitros .btn-accion {
    height: 50px;
    box-shadow: 0px 2px 4px 0px rgba(14, 84, 1, 0.35);
    color: #0A4100;
    font-weight: 700;
    font-size: 14px;
}

.card-arbitros .btn-accion:hover,
.card-arbitros .btn-accion.active {
    color: #fff;
    background-color: #0E5401;
    border-color: transparent;
}

.card-arbitros .btn-control {
    box-shadow: 0px 2px 4px 0px rgba(14, 84, 1, 0.35);
    color: #0A4100;
    font-weight: 700;
    border-radius: 50%;
}

.card-arbitros .btn-control:hover,
.card-arbitros .btn-control.active {
    color: #fff;
    background-color: #0E5401;
    border-color: transparent;
}

.card-arbitros .logo-equipo,
.container-arbitros .logo-equipo {
    height: 20px;
}

.card-arbitros .logo-circle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #fff;
    object-fit: cover;
}

.card-arbitros .card-link,
.card-arbitros.card-link {
    cursor: pointer;
}

.modal-arbitros .modal-header {
    border-bottom: none;
}

.modal-arbitros .btn-close:hover {
    color: #0B4300;
}

.modal-arbitros-accion .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.modal-arbitros p {
    font-size: 14px;
}

.modal-arbitros i.text {
    font-size: 10px;
    font-weight: 300;
    color: #5C5C5C;
}

.modal-arbitros small {
    font-size: 12px;
    font-weight: 300;
}

.modal-arbitros .card-gray {
    border-radius: 4px;
    border: 0.5px solid #0F5B01;
    background: #F7F7F7;
}

.modal-arbitros .card-outline-green {
    border-radius: 4px;
    border: 0.5px solid #0F5B01;
    background: #fff;
    color: #5C5C5C;
}

.modal-arbitros .btn-accion {
    border: 0.5px solid #0F5B01;
    background: #F7F7F7;
}

.modal-arbitros .btn-accion:hover,
.modal-arbitros .btn-accion.active {
    background: #0F5B01;
    color: #fff;
}

.modal-arbitros .btn-accion:hover path,
.modal-arbitros .btn-accion.active path {
    fill: #fff;
}

.modal-arbitros .icon {
    width: 16px;
}

.modal-arbitros .select {
    color: #0F5B01;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #0F5B01;

    background: rgba(15, 91, 1, 0.15);
}

.modal-arbitros .select:disabled {
    color: #656565;
    height: 40px;
    border-radius: 5px;
    border: none;
    font-size: 14px;
    background: #EFEFEF;
}

.modal-arbitros label {
    font-size: 12px;
}

.card-arbitros .center-padding {
    padding-right: 100px;
    padding-left: 100px;
}

.card-arbitros table thead {
    font-size: 12px;
    f
}

.card-arbitros table tbody {
    font-size: 12px;
    font-weight: 400;
    color: #909090;
}

.card-arbitros a {
    font-size: 14px;
    font-weight: 600;
}

.card-arbitros .form-check-input {
    height: 16px;
    width: 16px;
}

.card-arbitros .form-check-input:checked {
    background-color: #79B43E;
    border-color: #79B43E;
}

.card-arbitros table thead.table-resultados {
    background-color: #0f5b01 !important;
    color: #fff;
}

.swal2-html-container ul li {
    font-size: 16px;
}

.swal2-html-container ul li span {
    color: #757575;
    font-size: 12px;
}

/* Estilos generales */

.autocomplete {
    position: relative;
    z-index: 1000;
    background-color: white;
    width: 100%;
    overflow-y: auto;
    border-radius: 5px;
    max-height: 250px !important;
}

@media (max-width: 767px) {
    .autocomplete {
        max-height: 55% !important;
        position: fixed;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
        overflow-y: auto;
        display: none;
    }
}

/* .autocomplete {
    position: absolute;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    border-radius: 5px;
}
*/
.autocomplete span {
    font-size: 20px;
    font-weight: 600;
    align-items: middle;
}

.text-title {
    font-size: 12px;
    font-weight: 600;
    color: #767676;
}

.result {
    padding: 12px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 400;
    list-style: none !important;
}

body .result:hover {
    background-color: #79b43e;
    /* font-size: 18px; */
    font-weight: 500;
    color: #ffffff !important;
}

a {
    text-decoration: none;
}

li.result {
    color: #000000 !important;
}

a:hover li.result {
    text-decoration: none !important;
    color: #ffffff !important;
}

.result span {
    font-size: 10px;
    color: #6C6C6C;
    font-weight: 400;
}

.custom-image {
    /* Add your styling rules here */
    border-radius: 50% !important;
    /* Ensures the image is a perfect circle */
}

.btn-basic {
    border-radius: 100px;
    border: 1px solid #79B43E;
    background: #FFF;
    color: #79B43E;
}

.btn-basic.active {
    background: #FFF;
    border: #79B43E;
    color: #79B43E;
}

.btn-basic:hover {
    background: #79B43E;
    border: #79B43E;
    color: #FFF;
}

.ch-scroll {
    max-height: 200px;
    overflow-y: auto;
}

/* .ul-botones-institucion {
    list-style: none;
    padding: 0;
}

.ul-botones-institucion li {
    width: 49%;
    display: inline-block;
}

.ul-botones-institucion li:first-child {
    width: 100%;
    margin-top: -4px !important;
} */

.select-outline-primary {
    border: 1px solid #0f5b01 !important;
    background: #fff;
    color: #0f5b01 !important;
    border-radius: 5px;
    cursor: pointer;
}

#footerInstitucion {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#footerInstitucion li {
    width: 49%;
    display: inline-block;
}

#botonesOrganizador {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#botonesOrganizador li {
    width: 49%;
    display: inline-block;
}

#botonesOrganizador li button {
    font-size: 0.8em;
}

#footerOtros {
    width: 100%;
    padding: 0;
}

#footerInstitucionMobile {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#footerInstitucionMobile li {
    width: 49%;
    display: inline-block;
}

#botonesOrganizadorMobile {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

#botonesOrganizadorMobile li {
    width: 49%;
    display: inline-block;
}

#botonesOrganizadorMobile li button {
    font-size: 0.8em;
}

#footerOtrosMobile {
    width: 100%;
    padding: 0;
}

.proximo-evento {
    position: relative;
}

.proximo-evento::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    background-color: #0f5b01;
    border-radius: 50%;
}

.nav-item-active {
    font-size: 1em !important;
    font-weight: bolder !important;
}

/* .wrapper {
    height: 100px;
}

.minutos-partido {
    top: -10px;
    padding-left: 45px;
    padding-right: 30px;
    left: -32px;
}

.owl-carousel-vertical {
    transform: rotate3d(0, 0, 1, 90deg);
}

.owl-carousel-vertical .item {
    transform: rotate3d(0, 0, 1, -90deg);
    width: 22px;
}

.owl-carousel-vertical .owl-item.active.center {
    font-size: 16.7px;
    color: #79B43E;
    transition: font-size 0.3s ease;
    font-weight: 600;
}

.owl-carousel-vertical .item .minuto {
    font-size: 18px;
    white-space: nowrap;
}

.owl-carousel-vertical .owl-stage {
    height: 100px;
} */

.swiper {
    width: 100%;
    height: 150px;
}

.swiper-slide {
    text-align: center;
    font-size: 22px;
    background: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 50px !important;
}

.swiper-slide.swiper-slide-active {
    font-size: 30px;
    color: #79B43E;
    transition: font-size 0.3s ease;
    font-weight: 600;
}

.img-nomina {
    width: 120px;
    border-radius: 5px;
}

.container-tabs {
    padding-left: 0px;
    padding-right: 0px;
}

div.dt-container div.dt-search {
    text-align: center !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control::before {
    content: "\f055" !important;
    font-family: 'Font Awesome 6 Free' !important;
    border: none !important;
    font-weight: 900;
    color: #CA601A;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>td.dtr-control::before,
table.dataTable.dtr-inline.collapsed>tbody>tr.dtr-expanded>th.dtr-control::before {
    content: "\f056" !important;
    font-family: 'Font Awesome 6 Free' !important;
    border: none !important;
    font-weight: 900;
    color: #0F5B01;
}

div.dt-processing>div:last-child>div {
    background: #0F5B01 !important;
}

.truncate-tooltip {
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

/* Perfil de arbitro */
.accordion-button-green {
    background-color: #0F5B01;
    color: #fff;
    height: 40px;
}

.accordion-button.accordion-button-green.collapsed::before {
    content: url(../v3/svg/chevron-right-white.svg);
    float: left;
    padding-right: 5px;
}

.accordion-button.accordion-button-green::before {
    content: url(../v3/svg/chevron-down.svg);
    padding-right: 5px;
}

.accordion-button.accordion-button-green:not(.collapsed) {
    background-color: #C4E69B;
    color: #0F5B01;
}

.accordion-button.accordion-button-green:focus {
    border-color: #79b43e;
    box-shadow: 0 0 0 0.25rem rgba(196, 230, 155, 0.25);
}

/* Pagina de aterrizaje */
.aterrizaje .text-chunk {
    font-size: 70px;
}

.aterrizaje footer {
    margin-top: 100px;
    background-color: rgba(255, 255, 255, 0.2);
}

.aterrizaje footer p {
    font-size: 16px;
}

.rectangulo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: -1;
    border-radius: 0px 0px 24px 24px;
    /* Hacer que sea una elipse */
    background: linear-gradient(180deg, #083300 -31.26%, #0f5b01 90.56%);
}

.card-home {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    height: 425px;
    width: 540px;
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.box-atletismo {
    height: 320px;
}

.card-home .card-atletismo {
    height: 240px;
    width: 240px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin: 40px;
    cursor: pointer;
}

.card-home .card-atletismo:hover {
    background-color: #79b43e;
    color: #fff !important;
}

.card-home .card-atletismo:hover path {
    fill: #fff !important;
    transition: fill 0.3s ease;
}

.card-home .card-atletismo:hover img {
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease;
}

.card-home .card-deporte {
    height: 90px;
    width: 90px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.card-home .card-deporte svg {
    width: 30px;
}

.card-home .card-deporte h6 {
    font-size: 11px;
}

.card-home a {
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
}

.footer-logos {
    max-width: 100%;
    /* Asegura que el contenedor se ajuste */
    overflow: hidden;
    /* Evita que los elementos sobresalgan */
}

.footer-logos img {
    max-width: 80px;
    /* Ajusta el tamaño máximo de las imágenes */
    height: auto;
    margin-right: 10px;
    /* Espaciado entre logos */
}

/* Modal para asistencia */
#modalAsistencia .modal-content {
    border: none;
    background: transparent;
}

#modalAsistencia .modal-body {
    padding: 0;
}

#modalAsistencia .modal-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

#modalAsistencia .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 10px;
    border-radius: 50%;
}

/* Media Querys*/

@media only screen and (min-width: 280px) {
    .beneficios-img {
        padding: 0 !important;
    }
}

@media only screen and (max-width: 280px) {
    h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .card-perfil .label-edit {
        top: 13%;
        right: 35%;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 12px;
    }

    label {
        font-size: 32px;
    }

    .container-mobile {
        padding-left: 25px;
        padding-right: 25px;
    }

    .navbar-up {
        padding: 10px 15px 10px 10px;
    }

    .logo-usplat {
        font-size: 20px;
    }

    .card-title {
        font-size: 12px;
    }

    .elipse {
        height: 295px;
    }

    .elipse::before {
        width: 910px;
        height: 280px;
        top: 0px;
    }

    .container-carousel {
        padding-right: 0px;
    }

    .deportes {
        display: none;
    }

    .deportes-mobile {
        margin-top: -50px !important;
    }

    .card-deporte {
        display: flex;
        width: 100px;
        height: 100px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        box-shadow: 0px 1.83019px 3.66038px 0px rgba(0, 0, 0, 0.25);
    }

    .card-deporte-mobile,
    .card-institucion-mobile {
        border-radius: 100px;
        border: 0;
        color: #79b43e !important;
        transition: background-color 0.3s ease, color 0.3s ease;
        cursor: pointer;
    }

    .card-deporte-mobile:hover,
    .card-institucion-mobile:hover {
        background-color: #79b43e;
        color: #fff !important;
    }

    .card-deporte-mobile.active,
    .card-institucion-mobile.active {
        background-color: #79b43e;
        color: #fff !important;
    }

    .card-deporte-mobile:hover .deportes-svg path,
    .card-deporte-mobile.active .deportes-svg path {
        fill: #fff !important;
        transition: fill 0.3s ease;
    }

    .icon-card {
        width: 44px;
        height: 50px;
        flex-shrink: 0;
        padding-right: 0px;
        width: auto !important;
        padding-top: 0.5rem !important;
    }

    .custom-card .icon-card {
        width: 44px;
        height: 40px;
        padding-top: 15px !important;
        margin-top: -15px !important;
        flex-shrink: 0;
        padding-right: 0px;
        width: auto !important;
    }

    .input-search {
        height: 49px;
    }

    .mas {
        font-size: 14px;
    }

    p {
        font-size: 12px;
    }

    #carousel-deportes .owl-item {
        width: 110px !important;
    }

    #carousel-deportes-mobile .owl-item {
        width: fit-content !important;
    }

    /* Eventos */

    .card-eventos {
        width: 120px;
    }

    #carousel-eventos .owl-item {
        width: 125px !important;
        padding: 10px 5px !important;
    }

    .card-img-container {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        margin-top: 10px;
    }

    .card-img-container-perfiles {
        height: 60px;
        width: 60px;
        border-radius: 50%;
        margin-top: 10px;
        border: 0.322px solid #fff;
    }

    .img-card-perfiles {
        width: 40px;
        height: 40px;
    }

    .img-card-eventos {
        width: 35px !important;
        height: 35px !important;
        object-fit: cover;
    }

    footer {
        padding: 10px 30px 0px 30px !important;
    }

    footer ul a {
        text-decoration: none;
        color: #083300;
        font-size: 12px;
        font-weight: 400;
    }

    footer ul a:hover {
        color: #0f5b01;
    }

    .container-carousel-mobile {
        background-color: #f9f9fc;
        padding-right: 0px;
        padding-left: 5px;
        cursor: pointer;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
        z-index: 30;
        border-radius: 5px;
    }

    .custom-card {
        display: flex;
        align-items: center;
        padding: 8px 7px 8px 15px;
    }

    .custom-card span {
        font-size: 12px !important;
        font-weight: 700 !important;
        padding-right: 8px;
        margin-left: 3px;
    }

    .background-torneo {
        background-size: auto;
    }

    .list-ranking {
        font-size: 12px;
        color: #79b43e;
        background-color: #e7f5d9;
        border-radius: 5px;
        margin: 0 14px 0 14px !important;
        padding: 6px 0px 6px 8px;
        list-style: none !important;
    }

    .list-ranking li {
        margin-right: 2px;
    }

    .list-ranking li a {
        color: #79b43e !important;
    }

    .offcanvas-header .btn-close {
        background-image: url(../v3/svg/close.svg) !important;
        opacity: 1;
    }

    .offcanvas-body {
        padding: 30px;
    }

    .offcanvas.offcanvas-top {
        height: fit-content;
    }

    /* Landing Producto */
    .banner {
        max-width: 100%;
        border-radius: 0px 0px 100px 100px;
    }

    .banner-text {
        padding: 10px 30px 10px 30px;
    }

    .banner h1,
    .banner label {
        font-size: 34px !important;
        line-height: 37px;
    }

    .custom-list {
        font-size: 14px;
    }

    .organizar-torneo {
        padding: 30px !important;
    }

    .primer-torneo h1 {
        line-height: normal !important;
    }

    .primer-torneo h5 {
        font-weight: 400;
    }

    /* Fin Landing Producto */
    /* Landing Calendario */
    .card-calendar {
        min-height: 150px !important;
        height: 200px !important;
        padding: 1rem 1rem 1rem 1rem;
    }

    .card-gray {
        border: 0;
    }

    .card-calendar span {
        font-size: 12px;
    }

    .card-calendar p {
        font-size: 12px;
    }

    .dropdown-item {
        font-size: 12px;
    }

    .btn-dropdown-mobile {
        background-color: transparent !important;
        border: 0;
    }

    .dropstart .dropdown-toggle::before {
        content: none !important;
    }

    .btn.show {
        color: #0f5b01 !important;
    }

    .btn-check+.btn {
        background-color: #fff;
        border: 0;
        color: #767676;
    }

    .background-navbar-primary {
        padding: 2rem 3rem 2rem 3rem !important;
        background: linear-gradient(180deg, #083300 0%, #0f5b01 88.03%), #fff !important;
    }

    .offcanvas-body .fa-solid {
        line-height: 24px;
    }

    .offcanvas-body .nav-link {
        color: #0f5b01 !important;
    }

    .offcanvas-body .btn.show {
        color: #ffffff !important;
        background: #0f5b01 !important;
    }

    .offcanvas-body .btn-menu {
        color: #000;
        background: #cecece !important;
    }

    /* Personalizacion de datepicker */
    #datepicker table {
        width: -moz-available !important;
    }

    #datepicker .datepicker {
        width: inherit !important;
    }

    #datepickerMobile .datepicker {
        width: 100% !important;
        padding: 20px 40px;
    }

    #datepickerMobile thead tr th {
        padding: 10px !important;
    }

    #datepickerMobile tbody tr td {
        padding: 10px !important;
        font-size: 0.8em !important;
    }

    #datepickerMobile tbody tr td span {
        color: green;
        border-radius: 5px;
        background: green;
    }

    .modal-dialog.modal-dialog-bottom {
        position: absolute;
        bottom: 0;
        margin: 0;
        width: 100% !important;
    }

    /* Fin Landing Calendario*/
    /* Landing Campeonato */
    .detalle_campeonato .input-search-campeonato {
        margin-top: 40px !important;
        height: 49px !important;
    }

    .detalle_campeonato .input-search-campeonato::placeholder {
        color: #cecece !important;
    }

    #carousel-tabs-mobile .owl-item {
        width: fit-content !important;
        cursor: pointer;
    }

    #carousel-tabs-mobile span {
        color: #909090;
        font-size: 14px;
        font-weight: 400;
    }

    #carousel-tabs-mobile .item-tab {
        padding: 5px 10px 5px 10px;
        border-bottom: solid 2px #E7E7E7;
    }

    #carousel-tabs-mobile .item-tab.select {
        color: #0F5B01 !important;
        border-bottom: solid 2px #0F5B01;
    }

    #carousel-tabs-mobile .item-tab span {
        color: #909090;
    }

    #carousel-tabs-mobile .item-tab.select span {
        color: #0F5B01;
    }

    #carousel-tabs-mobile .item-tab:hover span {
        color: #0F5B01 !important
    }

    #carousel-tabs-mobile .owl-item.select {
        border-bottom: 2px solid #0f5b01;
        color: #0f5b01 !important;
    }

    #carousel-tabs-mobile .owl-item.select span {
        color: #0f5b01 !important;
    }

    .carousel-tab-content {
        margin-top: 160px;
    }

    /* Card Fixture*/
    .tabla-campeonato {
        width: 900px;
        overflow-x: auto;
    }

    .card-fixture .card,
    .card-ranking .card,
    .card-perfil-detalle {
        overflow-x: auto;
    }

    .tabla-campeonato th {
        font-size: 14px !important;
    }

    /* Modal Login */
    .offcanvas-login h2,
    .offcanvas-register h2 {
        font-size: 16px;
        font-weight: 500;
    }

    .offcanvas-login .form-control,
    .offcanvas-register .form-control {
        border-radius: 7px;
        border: 1.156px solid #b5b5b5;
        height: 38px;
        font-size: 14px;
    }

    .offcanvas-login .form-control::placeholder,
    .offcanvas-register .form-control::placeholder {
        color: #c2c2c2;
        font-size: 12px;
        font-weight: 500;
    }

    .offcanvas-login a,
    .offcanvas-register a {
        color: #083300;
    }

    .offcanvas-login span,
    .offcanvas-register span {
        color: #083300;
        font-size: 16px;
    }

    .offcanvas-register label {
        font-size: 12px;
    }

    .dropdown-filtro-campeonato .dropdown-toggle,
    .dropdown-filtro-campeonato .dropdown-menu {
        width: 100% !important;
    }

    .club-cell {
        max-width: 200px;
        white-space: nowrap;
        overflow: hidden;
    }

    .club-cell:hover {
        overflow: visible;
        z-index: 1;
        white-space: normal;
        word-wrap: break-word;
    }

    .card-fixture,
    .card-ranking {
        padding: 11px !important;
    }

    .card-body-eventos .card-title {
        font-size: 12px;
    }

    .card-body-eventos p {
        font-size: 10px;
    }

    .card-img-container {
        height: 50px;
    }

    /* Landing Contacto */

    .contacto h1 {
        font-size: 34px;
        line-height: normal;
    }

    .contacto label {
        font-size: 40px;
    }

    .contacto .custom-list {
        color: #083300;
    }

    .contacto .custom-list li::before {
        color: #083300;
        background-image: url("../v3/svg/icon-list-green.svg");
    }

    .card-contacto {
        background: linear-gradient(180deg, #083300 0%, #0F5B01 88.03%);
        color: #fff;
    }

    .card-contacto .form-control {
        background-color: transparent;
    }

    .card-contacto .form-control::placeholder {
        color: #fff;
        opacity: 0.7;
    }

    .card-contacto .form-control,
    .card-contacto .form-control:focus {
        color: #fff;
        border-color: #fff;
    }

    /* Fin Landing Contacto */

    /* Inicio Landing Buscador*/
    .container-buscador {
        height: 215px;
    }

    .container-buscador::before {
        border-radius: 0px;
    }

    .container-resultados .filtros {
        background-color: #fff;
    }

    .container-resultados .filtros a {
        color: #000;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
    }

    .container-resultados .filtros a.active {
        color: #79B43E;
        text-decoration: underline;
    }

    .container-resultados .filtros span {
        color: #909090;
        font-size: 14px;
        font-weight: 400;
    }

    .container-resultados span {
        color: #909090;
        font-size: 14px;
        font-weight: 400;
    }

    .input-search::placeholder {
        font-size: 14px;
    }

    /* Lnading Ranking */
    .container-ranking {
        margin-top: 120px;
    }

    .container-ranking span {
        font-size: 16px;
    }

    .container-ranking hr {
        stroke-width: 0.5px;
        color: #D6D6D6;
        opacity: 1;
        margin: 0px;
    }

    .container-ranking .card-white span {
        font-size: 12px;
    }

    /* Perfil publico  */
    .card-perfil span {
        font-size: 16px;
    }

    .card-perfil label {
        font-size: 20px;
    }

    .card-perfil ul li {
        font-size: 10px;
    }

    .card-perfil .flag {
        width: 12px;
    }

    .card-perfil p {
        font-size: 10px;
    }

    .card-perfiles.detalle {
        border-right: none;
        border-bottom: 0.5px solid #DEDEDE;
    }

    /* Perfil propio */
    .card-perfil h3 {
        font-size: 18px;
    }

    .card-perfil .list-menu li,
    .card-perfil .list-logout li {
        font-size: 14px;
    }

    .card-perfil .item-menu {
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
    }

    .card-perfil .item-menu:hover {
        background-color: #79B43E;
        color: #fff;
        border-radius: 9px;
    }

    .card-notificaciones label {
        font-size: 16px;
        font-weight: 600;
    }

    .card-notificaciones span {
        font-size: 14px;
        font-weight: 500;
    }

    .card-notificaciones i {
        font-size: 12px;
        font-weight: 400;
    }

    .card-perfil .label-notificacion {
        position: static;
        display: inline-block;
    }



    .card-resultados {
        height: 140px !important;
    }

    /* Fin Perfil propio */
    .tabla-perfil {
        width: 600px;
    }

    /*Plataforma arbitraje */
    .container-arbitros {
        margin-top: 45px;
    }

    .tabs-arbitros {
        padding: 20px 0px 0px 0px;
    }

    .tabs-arbitros a {
        font-size: 14px;
    }

    .card-arbitros a {
        text-decoration: none;
    }

    table.dataTable>tbody>tr.child span.dtr-title {
        font-size: 12px;
        color: #7E7E7E;
        font-weight: 300 !important;
        font-style: italic;
    }

    .centered-column {
        text-align: center !important;
    }

    .aterrizaje .text-chunk {
        font-size: 50px;
    }

    .rectangulo {
        width: 100%;
        height: 20%;
    }

    .card-home {
        height: 270px;
        width: 352;
    }

    .card-home h6 {
        font-size: 18px;
    }

    .card-home .card-atletismo {
        height: 130px;
        width: 130px;
        margin: 15px;
        padding: 0.5rem !important;
    }

    .box-atletismo {
        height: 180px;
    }

    .card-home .card-deporte {
        height: 65px;
        width: 65px;
    }

    .card-home .card-deporte svg {
        width: 25px !important;
    }

    .card-home .card-deporte h6 {
        font-size: 10px;
    }

    .card-home a {
        font-size: 14px;
    }

    .aterrizaje footer {
        margin-top: 100px;
        font-size: 12px;
    }

    .footer-logos img {
        max-width: 75px;
        /* Reduce el tamaño en pantallas pequeñas */
    }

}

@media only screen and (min-width: 992px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 30px;
    }

    h5 {
        font-size: 28px;
    }

    h6 {
        font-size: 24px;
    }

    label {
        font-size: 38px;
    }

    p {
        font-size: 18px;
    }

    .d-lg-block {
        display: block !important;
    }

    /* Landing Contacto */
    .contacto {
        margin-top: 60px;
    }

    .contacto h1 {
        font-size: 40px;
    }

    .contacto label {
        font-size: 50px;
    }

    .contacto .custom-list {
        color: #083300;
    }

    .contacto .custom-list li::before {
        color: #083300;
        background-image: url("../v3/svg/icon-list-green.svg");
    }

    .card-contacto {
        background: linear-gradient(180deg, #083300 0%, #0F5B01 88.03%);
        color: #fff;
    }

    .card-contacto .form-control {
        background-color: transparent;
    }

    .card-contacto .form-control::placeholder {
        color: #fff;
        opacity: 0.7;
    }

    .card-contacto .form-control,
    .card-contacto .form-control:focus {
        color: #fff;
        border-color: #fff;
    }

    .card-perfil .label-edit {
        top: 12%;
        right: 30%;
    }

    /* Fin Landing Contacto */

}

@media only screen and (min-width: 1200px) and (max-width: 1460px) {
    .titulo-coch {
        font-size: 0;
    }

    .titulo-coch::before {
        content: "COCH";
        font-size: 1rem;
        font-weight: bold;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }

    .card-perfil .label-edit {
        top: 13%;
        right: 36%;
    }
}

@media only screen and (min-width: 1920px) {

    /* Landing Producto */
    .image1 {
        width: 29%;
        /* Ajusta el tamaño de las imágenes según tus necesidades */
        left: 51%;
        /* Ajusta la posición horizontal de image1 (ejemplo: 10px desde la izquierda) */
        top: 20%;
    }

    .image2 {
        width: 37%;
        /* Ajusta el tamaño de las imágenes según tus necesidades */
        top: 15%;
    }
}

/* Mobile */
/* Estilo para la barra de navegación sticky en la parte inferior */
.navbar.sticky-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-mobile {
    background-color: #0e5401;
    padding-top: 15px;
}

.icon-menu img {
    height: 24px;
}

.navbar-mobile a {
    color: #fff;
    font-size: 12px;
    margin-right: 0px;
    padding-top: 15px;
    opacity: 50%;
}

.navbar-mobile a:hover,
.navbar-mobile a:focus {
    color: #fff !important;
    opacity: 100% !important;
}

.navbar-mobile .active {
    color: #fff !important;
    opacity: 100% !important;
}

.navbar-mobile .linea-blanca {
    border-bottom: 4px solid white;
    width: 16%;
    border-radius: 0px 0px 100px 100px;
    top: 0px;
    position: absolute;
}

.container-linea {
    display: flex;
    justify-content: center;
}

#iconInicio {
    transition: fill-opacity 0.3s;
}

#iconInicio:hover {
    fill-opacity: 1;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    .card-deporte-mobile {
        /* padding-right: 25px; */
    }
}

@media (max-width: 768px) {
    .modal-padding-mobile {
        padding: 0px;
    }
}

#dropdownSobreUsplat:hover .dropdown-menu {
    display: block;
}

#dropdownSobreUsplat .dropdown-toggle::after {
    display: none;
}

#dropdownSobreUsplat ul li a:hover {
    background: transparent !important;
}

.label-small {
    font-size: 0.875rem;
    /* Tamaño de fuente reducido */
}

/* ===================================
   MODAL LOGIN MOBILE OPTIMIZATION
   =================================== */

/* Modal responsive para mobile */
.modal-dialog-mobile {
    max-width: 95%;
    margin: 1rem auto;
}

/* Inputs optimizados para mobile */
.form-control-mobile {
    height: 48px;
    font-size: 16px; /* Evita zoom en iOS */
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.form-control-mobile:focus {
    border-color: #79b43e;
    box-shadow: 0 0 0 0.2rem rgba(121, 180, 62, 0.25);
}

/* Botones optimizados para mobile */
.btn-mobile {
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Media queries específicas para diferentes tamaños de pantalla */
@media (max-width: 576px) {
    .modal-dialog-mobile {
        max-width: 98%;
        margin: 0.5rem auto;
    }
    
    .modal-dialog-mobile .modal-content {
        border-radius: 12px;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }
    
    /* Header más compacto en mobile */
    .modal-dialog-mobile .modal-header {
        padding: 1rem 1rem 0.5rem;
    }
    
    /* Body más espacioso pero no excesivo */
    .modal-dialog-mobile .modal-body {
        padding: 0.5rem 1rem 1rem;
    }
    
    /* Footer optimizado */
    .modal-dialog-mobile .modal-footer {
        padding: 0 1rem 1.5rem;
    }
    
    /* Título más pequeño en pantallas muy pequeñas */
    .modal-dialog-mobile h4 {
        font-size: 2rem;
    }
    
    /* Inputs más cómodos en mobile */
    .form-control-mobile {
        font-size: 16px; /* Importante para evitar zoom */
        height: 50px;
        padding: 14px 16px;
    }
    
    /* Botones más grandes y táctiles */
    .btn-mobile {
        height: 50px;
        font-size: 16px;
        font-weight: 600;
    }
    
    /* Espaciado entre botones en recuperación */
    .d-grid.gap-2 {
        gap: 0.75rem !important;
    }

    /* Correcciones para detalle-partido responsivo */
    .container-arbitros .col-6.offset-3 {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .container-arbitros .col-4.offset-4 {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .container-arbitros .col-7,
    .container-arbitros .col-5 {
        width: 100% !important;
        padding: 0 !important;
        margin-bottom: 1rem;
    }

    /* Inputs de score más pequeños en mobile */
    .container-arbitros .form-control-sm[style*="width: 100px"] {
        width: 60px !important;
        min-width: 60px !important;
    }

    /* Ajustar padding horizontal en mobile */
    .container-arbitros .mx-5 {
        margin-left: 1rem !important;
        margin-right: 1rem !important;
    }

    /* Tablas responsivas */
    .container-arbitros .table-responsive {
        font-size: 0.875rem;
    }

    /* Grid de acciones en mobile */
    .container-arbitros .col-4.p-2 {
        padding: 0.25rem !important;
    }

    .container-arbitros .btn-accion {
        font-size: 0.75rem;
        padding: 0.5rem !important;
    }

    /* Ajustes específicos para cards de arbitros */
    .card-arbitros {
        margin: 0.5rem 0 !important;
    }

    /* Botones más compactos en mobile */
    .container-arbitros .btn {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }
}

/* Para pantallas muy pequeñas (400px - 575px) - Rango problemático */
@media (max-width: 575px) and (min-width: 400px) {
    /* Asegurar que el contenido no se desborde */
    .container-arbitros {
        padding: 0 0.5rem !important;
        max-width: 100% !important;
    }

    /* Corregir layout de scores */
    .container-arbitros .d-flex.align-items-center {
        flex-wrap: wrap;
        justify-content: center;
    }

    /* Nombres de equipos más pequeños */
    .container-arbitros h6 {
        font-size: 0.875rem;
        word-wrap: break-word;
        max-width: 80px;
        text-align: center;
    }

    /* Inputs de score adaptables */
    .container-arbitros input.score-equipo {
        width: 50px !important;
        max-width: 50px !important;
        margin: 0 0.25rem !important;
    }

    /* Layout de columnas apilado */
    .container-arbitros .row > [class*="col-"] {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
}

/* Para pantallas extra pequeñas (menos de 400px) */
@media (max-width: 400px) {
    .modal-dialog-mobile {
        max-width: 96%;
        margin: 0.25rem auto;
    }
    
    .modal-dialog-mobile .modal-header,
    .modal-dialog-mobile .modal-body,
    .modal-dialog-mobile .modal-footer {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

/* Modal más estrecho en desktop */
@media (min-width: 768px) {
    .modal-dialog-mobile {
        max-width: 400px;
    }
}

/* Spinner de loading mejorado */
#login-btn-loading {
    width: 1rem;
    height: 1rem;
    border-width: 2px;
}

/* Alertas más compactas */
.modal-dialog-mobile .alert {
    font-size: 0.9rem;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

.modal-dialog-mobile .alert ul {
    margin-bottom: 0;
    padding-left: 1.25rem;
}