

/*=================================
    Modificaciones propias
==================================*/


button.botonAdicional.ascensodirecto {
    background: #4CAF50;
}

button.botonAdicional.ascensodirecto a {
    color: #fff !important;
}

button.botonAdicional.ascensoplayoff {
    background: #FF5722;
}

button.botonAdicional.dropdownBtn10 a {
    color: #fff !important;
}

button.botonAdicional.dropdownBtn11 a {
    color: #fff !important;
}	
/*=================================
    Modificaciones propias
==================================*/


/*SECCIONES */

.seccionsubmenu {
    text-align: center;
    background-color: #fff;
    flex-direction: row-reverse;
    border: 2px solid #eee;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 0px 14px 0px rgb(0 0 0 / 30%);
      width: 95%;
    padding: 5px;
    margin: auto;
    position: relative;
    z-index: 2;
}


.bottongeneral {
    cursor: pointer;
    background-color: #07358f;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    margin: 0px;
    padding: 0px 7px;
    border-radius: 100px;
}


div#divFlotante {
    margin: 10px auto;
    padding: 4px;
    border-radius: 10px;
    width: 75%;
}

button.botonAdicional {
    /* color: #fff; */
    font-weight: 700;
    font-size: 10px;
    margin: 0px;
    border-radius: 100px;
    border: 0;
    background: #dfdfdf;
    padding: 2px 9px;
}

.dropdown i.fa-solid.fa-futbol {
    margin: 0 4px;
}


#dropdownBtn {
    cursor: pointer;
    background-color: #07358f;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    margin: 0px;
    padding: 5px 12px;
    border-radius: 100px;
}

button.botonAdicional.dropdownBtn {
    cursor: pointer;
    background-color: #07358f;
}




#dropdownBtn1 {
    cursor: pointer;
    background-color: #07358f;
}

button.botonAdicional.dropdownBtn1 {
    cursor: pointer;
    background-color: #07358f;
}

#dropdownBtn2 {
      cursor: pointer;
    background-color: #078fc9;
}

button.botonAdicional.dropdownBtn2 {
      cursor: pointer;
    background-color: #078fc9;;
}

#dropdownBtn3 {
    cursor: pointer;
    background-color: #a20909;
}

button.botonAdicional.dropdownBtn3 {
    cursor: pointer;
    background-color: #a20909;
}

#dropdownBtn4 {
    cursor: pointer;
    background-color: #ff5500;
}

button.botonAdicional.dropdownBtn4 {
    cursor: pointer;
    background-color: #ff5500;
}

#dropdownBtn5 {
    cursor: pointer;
    background-color: #02910e;
}

button.botonAdicional.dropdownBtn5 {
    cursor: pointer;
    background-color: #02910e;
}


#dropdownBtn6 {
    cursor: pointer;
    background-color: #61048f;
}

button.botonAdicional.dropdownBtn6 {
    cursor: pointer;
    background-color: #61048f;
}

#dropdownBtn7 {
      cursor: pointer;
    background-color: #9107d5;
}

button.botonAdicional.dropdownBtn7 {
      cursor: pointer;
    background-color: #9107d5;
}

#dropdownBtn8 {
     cursor: pointer;
    background-color: #b8058b;
}

button.botonAdicional.dropdownBtn8 {
     cursor: pointer;
    background-color: #b8058b;
}

#dropdownBtn9 {
       cursor: pointer;
    background-color: #05c36d;
}
#dropdownBtn10 {
       cursor: pointer;
    background-color: #f30000;
}

#dropdownBtn16 {
       cursor: pointer;
    background-color: #9d0303;
}
#dropdownBtn11 {
       cursor: pointer;
    background-color: #f39d00;
}

button.botonAdicional.dropdownBtn9 {
    cursor: pointer;
    background-color: #05c36d;
}
button.botonAdicional.dropdownBtn10 {
    cursor: pointer;
    background-color: #f30000;
}
button.botonAdicional.dropdownBtn11 {
    cursor: pointer;
    background-color: #f30000;

}


button.botonAdicional.dropdownBtn10.coparey {
    background: #6bc700;
}

button.botonAdicional.dropdownBtn10.copareina {
    background: #61048f;
}

button.botonAdicional.dropdownBtn10.supercopaf {
    background: #ca14e9;
}

button.botonAdicional.dropdownBtn10.BASEC {
    background: #8BC34A;
}

button.botonAdicional.dropdownBtn10.BASEFEM {
    background: #85558d;
}
button.botonAdicional.dropdownBtn11.BASEC {
    background: #8BC34A;
}

button.botonAdicional.dropdownBtn11.BASEFEM {
    background: #85558d;
}

button.botonAdicional.dropdownBtn11.BASEC {
    background: #8BC34A;
}

  .dropdown {
        display: inline-block;

    }

    .dropdown button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4CAF50;
    color: white;
    border: none;
    font-size: 10px;
    cursor: pointer;
 }

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
}


@media (max-width: 991px) {
.dropdown-content .menu {

background-color: #0000;
    color: #fff;

}

.menu a {
    color: #fff;
}

.submenu a {
    color: #fff;
	background-color: #0000;
}




.menu .section-title {
    margin: 5px 5px;
    line-height: 25px;
    text-align: left;
    border-bottom: 1px solid #43d9cb;
}


    .nav-item:hover .dropdown-content, .nav-item:focus-within .dropdown-content {
        display: block !important;
        background: #00000000;
        color: #fff;
        font-size: 11px;
        /* text-align: left; */
    }



.nav-item:hover .dropdown-content,
.nav-item:focus-within .dropdown-content {
  display: block!important;
}
 .dropdown-content {
    position: relative!important; /* Cambia la posición para pantallas pequeñas */
    min-width: auto!important; /* Ajusta el ancho según sea necesario */
    box-shadow: none!important; /* Elimina la sombra en pantallas pequeñas si es necesario */
  }


 }

.dropdown-content.show {
    display: flex;
	flex-wrap: wrap;
    padding: 10px 10px;
    margin: auto;
    justify-content: center;	
    background: #fff;
 width: 80%;
}


}


@media (max-width: 769px) {

    .nav-item:hover .dropdown-content, .nav-item:focus-within .dropdown-content {
        display: block !important;
        background: #00000000;
        color: #fff;
        font-size: 11px;
        /* text-align: left; */
    }



.nav-item:hover .dropdown-content,
.nav-item:focus-within .dropdown-content {
  display: block!important;
}
 .dropdown-content {
    position: relative!important; /* Cambia la posición para pantallas pequeñas */
    min-width: auto!important; /* Ajusta el ancho según sea necesario */
    box-shadow: none!important; /* Elimina la sombra en pantallas pequeñas si es necesario */
  }


 }

.dropdown-content.show {
    display: flex;
	flex-wrap: wrap;
    padding: 10px 10px;
    margin: auto;
    justify-content: center;	
    background: #fff;
 width: 80%;
}


a.sppb-btn.sppb-btn-custom.sppb-btn-sm.sppb-btn-round.sppb-segundab {
background-color: #a20909;
    color: #fff;
    font-weight: 700;
    font-size: 11px;
    margin: 5px;
    padding: 3px 14px;
	border-radius: 100px;
}

a.sppb-btn.sppb-btn-custom.sppb-btn-sm.sppb-btn-round.sppb-tercera {
    background-color: #ff5500;
 color: #fff;
    font-weight: 700;
    font-size: 11px;
    margin: 5px;
    padding: 3px 14px;
	border-radius: 100px;
}

a.sppb-btn.sppb-btn-custom.sppb-btn-sm.sppb-btn-round.sppb-segundafeme {
    background-color: #9107d5;
  color: #fff;
    font-weight: 700;
    font-size: 11px;
    margin: 5px;
    padding: 3px 14px;
	border-radius: 100px;
}

a.sppb-btn.sppb-btn-custom.sppb-btn-sm.sppb-btn-round.sppb-dh {
    background-color: #05c36d;
color: #fff;
    font-weight: 700;
    font-size: 11px;
    margin: 5px;
    padding: 3px 14px;
	border-radius: 100px;
}
a.sppb-btn.sppb-btn-custom.sppb-btn-sm.sppb-btn-round.sppb-territorial {
    background-color: #B8058B;
color: #fff;
    font-weight: 700;
    font-size: 11px;
    margin: 5px;
    padding: 3px 14px;
	border-radius: 100px;
}

a.sppb-btn.sppb-btn-custom.sppb-btn-sm.sppb-btn-round.sppb-territorialmasc {
    background-color: #02910e;
 color: #fff;
    font-weight: 700;
    font-size: 11px;
    margin: 5px;
    padding: 3px 14px;
	border-radius: 100px;
}

.desktop {
  display: none;
}

.mobile {
  display: inline;
}



.piconoclas {
    padding: 1px;
    text-align: center;
}
/* Estilo para el tooltip */
.result-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* Estilo para el contenido del tooltip */
.tooltip-content {
    visibility: hidden;
    width: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
}

/* Mostrar el tooltip cuando el cursor pasa por encima */
.result-tooltip:hover .tooltip-content {
    visibility: visible;
    opacity: 1;
}

img.escudomenus {
    width: 35px;
}
.jorfecha {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border: 0px solid #ddd;
    padding: 0px;
}

.jorequipos
 {
    background: #f4f4f4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0px solid #ddd;
    margin-bottom: 10px;
}

.jorcompeticion {
    padding: 10px;
}


.jorpoli {
    text-align: center;
	    font-size: 14px;
}


.jorteamlocal {
    text-align: right;
    padding: 10px;
}

.jorteamvisitante {
    text-align: left;
    padding: 10px;
}

img.jorimg {
    min-width: 50px;
    margin-bottom: 0;
    box-shadow: none;
    width: 50px;
    border-radius: 15px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 6px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a.jorpoli {
    color: #000;
}
a.jornomequihome {
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 0 5px;
}

a.jornomequifuera {
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    color: #000;
	padding: 0 5px;
}

.jorresultados {
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
    color: #fff!important;
    text-align: center;
    word-spacing: 0px;
    background: #063070;
    height: 45px;
    border-radius: 10px;
    justify-content: space-around;
    margin: 15px auto!important;
    padding: 0px 0px !important;
    display: flex!important;
    align-items: center;
    flex-direction: column;
	width: 90px;
}

a.jornombre {
    color: #000000;
    font-weight: bold;
    font-size: 13px;
    margin: 10px;
}

a.jorfechatex {
	 color: #000000;
    font-weight: bold;
    font-size: 13px;
    margin: 10px;
	text-transform: capitalize;
}

.row.jorfecha.viernes {
    background: #6ad3e978;
}
.row.jorfecha.sábado {
    background: #b3b8e8c2;
}

.row.jorfecha.domingo {
    background: #c5f1a6cf;
}

.row.jorfecha.lunes {
    background: rgba(255, 240, 155, 0.88);
}
.row.jorfecha.martes {
    background: rgba(255, 240, 155, 0.88);
}

.row.jorfecha.miércoles {
 background: #ffc1079e
}

.row.jorfecha.jueves {
    background: rgba(255, 240, 155, 0.88);
}


h1.sp-page-title-heading {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
  text-transform: uppercase;
}

.sp-page-title .sp-page-title-sub-heading {
    font-size: 13px;
    font-weight: inherit;
    line-height: 1;
    margin-top: 14px;
    text-align: center;	
	color: #ffffff;
}


.sp-page-title {
    webkit-box-orient: horizontal;
    flex-direction: row-reverse;
    border-radius: 10px;
    box-shadow: 0 0px 14px 0px rgb(0 0 0 / 30%);
    padding: 25px 5PX;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}




.menuescudo {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-radius: 10px;
    background-color: #fff;
	padding: 8px 0;
    text-align: center;
}

.menuescudo p {
    margin: 0 0 0 0;

}

button#toggleSidebar {
    background: #009083;
    padding: 0px 15px;
    border-color: #009083;
}

a.enlacecompeti {
    padding: 0 14px;
}
.competicionmenu {
	    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-radius: 10px;
    background-color: #c4c4c4;
	padding: 8px 0;
	    margin: 6px 0 0 0;
    text-align: center;
}

.competicionmenu p {
   margin: 0;
}
.competicionmenu2 {
    border-radius: 10px;
    background-color: #009083;
    text-align: center;
	    padding: 10px;
}
.competicionmenu2 p
 {
    margin: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    line-height: 29px;
}

.calendariotab {
    border-radius: 10px;
    background-color: #c4c4c4;
    text-align: center;
    padding: 6px;
}

p.menucompeticion2text a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

img.iconoscompeticion {
    width: 37px;
}

.logocompeticion {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 9px;
    box-shadow: 0 0px 9px 0px rgb(0 0 0 / 20%);
    background-color: #fff;
    /* padding: 0 0 0 0; */
    margin: 0px 15px 0 0;
    border: 2px solid var(--bs-gray-500);
    text-align: center;
}

img.logocomp {
    width: 100%;
    margin: 7px 0;
}

button.accordion-button.collapsed {
    background: #009688 !important;
    color: #ffffff;
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    /* text-align: center; */
}


table.leyendatabla {
    background-color: #f5f5f5;
    border-collapse: separate;
    border-spacing: 0px 4px;
    border: 0;
    padding: 5px;
}

.accordion-collapse {
    border: solid rgba(0, 0, 0, .125);
    border-width: 0 0px;
    padding: 0px;
}

.accordion-item {
    border: var(--bs-accordion-border-width) solid #ffffff00;
    margin: 5px 0 0 0;

}

.accordion-body {
    padding: 8px;
    text-align: justify;
    font-size: 12px;
    line-height: 20px;
}

td.leyedascomp {
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 991px) {
	
  .sp-page-title  {
    margin: 0 0 8px;
  }
li.nav-item {
    margin: 3px 5px;
}

.tabcompeticion {
    padding: 10px;
    font-size: 11px;
    font-weight: bolder;
}

a.jornomequihome {
     font-size: 11px;
     line-height: 1.5;
}

a.jornomequifuera {
     font-size: 11px;
     line-height: 1.5;
}

.jorresultados {

}

.jorpoli {
    background: #ddddddc2;
    text-align: center;
    font-size: 12px;
}
a.jornombre {
    color: #000000;
    font-weight: bold;
    font-size: 11px;
    margin: 10px;
}

a.jorfechatex {
	 color: #000000;
    font-weight: bold;
    font-size: 11px;
    margin: 10px;
	text-transform: capitalize;
}

img.escudomenus {
    width: 35px;
}
}

@media (max-width: 768px) {
.competicionmenu2 p {
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}
} 

/* Colores de fondo para cada campo */
td.campo-campeon { background-color: #22e405; } 
td.campo-playofftitulo { background-color: #fcbf47; }
td.campo-playoffascenso { background-color: #b1e405; } 
td.campo-descenso { background-color: #f06c6c; } 
td.campo-playoffdescenso { background-color: #fff2e6; } 
td.campo-copalocal { background-color: #b0baf1; }
td.campo-coparey { background-color: #ffd000; } 
td.campo-mejorcoparey { background-color: #ffe6e6; } 
td.campo-copareina { background-color: #ffd000; }
td.campo-mejorcopareina { background-color: #d1ab03ab; } 
td.campo-campespana { background-color: #ffe6e6; } 
td.campo-retirado { color:#fff; background-color: #000; } 


@media (max-width: 991px) {
	
	h1.sp-page-title-heading
 {
    font-size: 16px;
}
	
	.container.containeespecialtablet {
    max-width: 100%;
}
	
    .jorteamlocal {
	display: flex;
    flex-direction: column;
    align-items: center;
    }
    .jornomequihome {
        order: 2;
    }
    .jorimg {
        order: 1;
    }
	.jorteamvisitante {
    display: flex;
    flex-direction: column-reverse;
        justify-content: flex-end;
    align-items: center;
	}
	a.jornomequifuera {
    text-align: center;
	}
	a.jornomequihome {
    text-align: center;
	}
	img.logocomp {
    width: 70%;
    margin: 7px 0;
	}
}


@media (max-width: 768px) {
	
	.logocompeticion {
    display: none;
}
	img.logocomp {
    width: 70%;
    margin: 7px 0;
}
	}

/*.jornomequihome {
    display: flex;
    justify-content: space-evenly;
}

.escresul {
    display: flex;
    float: right;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-evenly;
}*/

/* FIN COMPETICION */


/* COMPETICION CALEDARIO */
    .matchday-container {
        display: flex;
        flex-wrap: wrap;
    }

    .matchday {
        width: 48%; /* Ajusta el ancho según sea necesario */
        margin: 1%;
        box-sizing: border-box;
    }

/* FIN COMPETICION CALEDARIO */

/* COMPETICION OFICIAL*/

.jorresultados.live {
    background: #000 !important;
}

.jorresultados.desconocido {
    background: #575757 !important;
}

.jorresultados.nopresentado{
    background: #710505 !important;
}

.jorresultados.aplazado{
    background: #575757 !important;
}
.jorresultados.retirado{
    background: #000 !important;
}


@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.livedirecto {
	background: #E91E63;
    font-size: 12px;
    padding: 2px;
    border-radius: 18%;
    margin: -16px 0;
  animation: blink 1.5s linear infinite;
}




@media (max-width: 991px) {
 
 .jorresultados {
    margin: 30px auto!important;
	        width: 70px;

	}
	
}

@media (max-width: 768px) {
 
 .jorresultados {
    margin: 24px auto!important;
   width: 56px;
      font-size: 14px;
	}
	

img.escudomenus {
    width: 35px;
}

}
/* FIN COMPETICION OFICIAL*/


/* CLASIFICACION */
td.clasequipo.jsalcenter.jsNoWrap.equipos a {
    color: #000 !important;
}
td.clasequipo {
    white-space: nowrap;
}

td.claspuesto {
    font-weight: bold;
}

td.clasforma {
    padding: 0px 15px !important;
    width: 10%;
    margin: 0 auto;
}


table.clasificacionprincipal {
    width: 100%;
	   border-bottom: 0px solid rgba(0, 0, 0, 0.1) !important;
	   --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    vertical-align: top;
    border-color: #fff;
}

table.clasificacionprincipal>tbody>tr:nth-of-type(odd) {
   --bs-table-accent-bg: none !important;
    color: var(--bs-table-striped-color);
	background-color: #f2f2f2;
}

table.clasificacionprincipal>tbody>tr:nth-of-type(even) {
  --bs-table-accent-bg: none !important;
    color: var(--bs-table-striped-color);
	background-color: #f1f1f187;
}

.cansorttbl {
    background-image: url(https://d39w6rsn7yf8f8.cloudfront.net/images/Logos-web/solo-futsal-fondo-tabla-clasificacion.png);
    background-size: 200px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

td.jsalcenter.posiciontabla {
border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}


table#tablaClasificacionProvisional thead {
    font-size: 12px;
}

table#tablaClasificacionDetallada thead {
    font-size: 12px;
}

table.dataTable th.dt-type-numeric, table.dataTable th.dt-type-date, table.dataTable td.dt-type-numeric, table.dataTable td.dt-type-date {
    text-align: center!important;
}

td.claspuesto {
    font-size: 14px;
}

a.equipostablcl {
    display: inline-block;
    max-width: 75%;
    white-space: normal;
    word-break: break-word;
    line-height: 1.2;
    padding: 10px 8px;
    vertical-align: middle;
}

td.jsalcenter.jsNoWrap.PJ {
    color: #000;
    font-weight: 700;
    background: #dddada7d;
}
td.jsalcenter.jsNoWrap {
    font-size: 14px !important;
    border-right-width: 1px;
    border-bottom-width: 2px;
    border-left-width: 1px;
}

table.dataTable {
    width: 100% !important;
}

@media (max-width: 769px) {
img.jorimg {
    min-width: 40px;
    width: 40px;
}

table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td {
    padding: 0px 4px!important
}

a.equipostablcl {
    width: 170px;
    max-width: 100%;
    padding: 10px 5px;
}
}



@media (max-width:991px) {

div#divFlotante {
    width: 100%;
}

 .equipos a {
      font-size: 12px;
        color: #000;
        }

td.clasforma {
    padding: 0px 0px !important;
    width: 11%;
}


td.claspuesto {
    font-weight: bold;
    font-size: 14px;
}

th.claspuesto{
    padding-right: 10px!important;
}
}
/* CLASIFICACION */



a.coloresultados {
    color: #fff;
}

a.puntos {
    color: #fff !important;
    padding: 11px;
    font-weight: 700;
    border-radius: 20%;
}

/* FIN CLASIFICACION */

/* CALENDARIO*/

img.jorimgcale {
    min-width: 30px;
    width: 30px;
}

h3.fechacalendario {
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    padding: 9px;
    font-weight: bold;
	border-radius: 10px;
}

h3.viernes {
    background: #d2f9fd;
}
h3.sábado {
    background: #dbdbdb;
}

h3.domingo {
    background: #d2fdd6;
}


h3.lunes {
    background: #f9f4c1;
}
h3.martes {
    background: #f9f4c1;
}

h3.miércoles {
    background: #f9f4c1;
}


h3.jueves {
    background: #f9f4c1;
}


h2.compcalendario {
padding: 0px;
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin: 4px;
	    color: #fff;
}

.homecal {
    text-align: right;
	    font-size: 14px;

}


.fueracal {
    text-align: left;
	    font-size: 14px;

}

.partidoscale {
    text-align: center;
	font-size: 14px;
}

li.equiposcalendariotex {
    text-align: center;
}

.livedirectocale {
position: absolute;
    top: -1px;
    left: 47%;
    z-index: 2;
    background: #ff0000b3;
    color: white;
    padding: 1px 8px;
    border-radius: 7px;
    font-size: 9px;
    font-weight: bold;
    animation: blink 1.5s linear infinite;
}

.estadopartidosdiferentes{
position: absolute;
    top: -1px;
    left: 47%;
    z-index: 2;
    background: #000;
    color: white;
    padding: 1px 8px;
    border-radius: 7px;
    font-size: 10px;
    font-weight: bold;
}



.coloresultadoscallive {
    position: relative;
    z-index: 1;
    display: inline-block;
}
a.coloresultadosapla {
    color: #fff;
    font-weight: 700;
    background: #575757 ;
    padding: 6px;
    text-align: center;
    margin: 8px;
    border-radius: 10px;
    font-size: 10px;
}

a.coloresultadoscal {
    color: #fff;
    font-weight: 700;
    background: #000;
    padding: 6px;
    text-align: center;
    margin: 8px;
    border-radius: 10px;
    font-size: 12px;
}

a.coloresultadoscallive {
    color: #fff;
    font-weight: 700;
    background: #000;
    padding: 3px 5px;
    text-align: center;
    margin: 4px;
    border-radius: 10px;
    font-size: 12px;
}

a.botonescalendario.btn {
    color: #fff;
    margin: 3px;
    padding: 4px;
    width: 30px;
    font-size: 14px;
    font-weight: bold;
}

a.botonescalendarioplay.btn {
    color: #fff;
    margin: 3px;
    padding: 4px;
    width: 55px;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width:991px) {
	
	a.coloresultadoscal {

    padding: 6px;
    text-align: center;
    margin: 4px;

}
	
	
.livedirectocale {
    
    left: 46%;
}


.estadopartidosdiferentes{

    top: 0px;
    left: 46%;
}

a.botonescalendario.btn {
 
}

}
/*CALENDARIO*/




/* actas */


.jsMatchHeaderDatos {
    padding: 7px 25px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
}

.marcadoractaprincipal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pabellonacta {
    text-align: right;
}

.jornadaacta {
    text-align: center;
}

.teamlocalacta {
    display: flex;
    align-items: center;
}

.teamvisitanteacta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

h2.marcadoracta {
    background: #009688;
    font-size: 34px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    color: #fff;
}

@media (max-width:1200px) {
h2.marcadoracta {
    font-size: 20px;
}
}



img.img-fluid.actalogo {

    min-width: 100%;
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 15px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 6px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.actaoficial {
    background: #fff;
    padding: 15px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.actatex {
    text-align: center;
    color: #fff;
    font-weight: bold;
}


h6.titularestext {
    text-align: center;
    background: #009688;
    color: #fff;
    padding: 6px;
    border-radius: 10px;
}

h6.suplentetext {
    text-align: center;
    background: #026d07;
    color: #fff;
    padding: 6px;
    border-radius: 10px;
}

img.img-fluid.actalogojugador {
    min-width: 40px;
    border-radius: 15px;
    padding: 6px;
    border: 1px solid #ddd;
    -o-transition: all 0.2s ease-in-out;
    margin: 4px;
}

ul.actaofijugad {
    list-style: none;
}

.marcador {
    background: #009688;
    color: #fff;
    font-size: 14px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    padding: 5px;
    margin: 0 5px;
}
.localesestadi {
    text-align: right;
    font-size: 15px;
	text-align: right;
  /*  background: linear-gradient(90deg, #0b5aa500 0%, #009688 35%, #009688 100%);
	    color: #fff;*/
    display: flex;
    align-content: center;
    align-items: center;
justify-content: flex-end;
}

.visitanteestadi {
    text-align: left;
    font-size: 15px;
    /* text-align: left; */
   /* background: linear-gradient(90deg, #009688 0%, #009688 35%, #0b5aa500 100%);
    color: #fff;*/
    display: flex;
    align-content: center;
    align-items: center;
    padding: 0 10px;
}

ul.estadactaofici {
    padding: 0;
    margin: 0;
}
li.estadisticasacta {
    padding: 6px;
}

img.imaglogogol {
    margin: 7px;
}


h2.marcadorpreviaacta {
    background: #009688;
    font-size: 25px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    color: #fff;
}

h4.titulartext {
    text-align: center;
    background: #009688;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 17px;
    font-weight: bold;
}


.matches-list {

}


.match-item {

}

.match-date {
    background: #ebebeb;
    padding: 3px;
    width: 96%;
    margin: auto;
    text-align: center;
    font-size: 15px;
	border-radius: 6px;
	    font-weight: bold;
}
.jornada {
  
}

.match-details-previa {
    width: 96%;
    padding: 3px;
    margin: auto;
}

.team-name-previa-local {
color: #000;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.team-name-previa-visitante {
	color:#000;
    font-size: 14px;
	    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.scoreprevia {
    color: #fff;
    font-weight: 700;
    background: #4CAF50;
    padding: 5px;
    text-align: center;
    margin: 0;
    border-radius: 10px;
    font-size: 12px;
}

/* final actas */


/* CLUBES DATOS CATEGORIA */


.topest {
    border-radius: 10px;
    text-align: center;
}

.imagecategest {
    border-radius: 10px;
    height: 450px;
}

h1.topestadi.card-title {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 12px;
}

td.datosjonr {
    padding: 20px;
}

td.datosfecha {
    padding: 20px;
}


.team-cards-container {
    display: flex; /* Distribuye las tarjetas horizontalmente */
    flex-wrap: wrap; /* Ajusta las tarjetas en varias filas si es necesario */
    justify-content: center; /* Centra las tarjetas horizontalmente */
}

.team-card {
    display: flex;
    flex-direction: column;
    margin: 10px; /* Espacio entre las tarjetas */
    border: none; /* Elimina el borde */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Añade una sombra suave */
    overflow: hidden;
    position: relative;
    border-radius: 10px; /* Añade bordes redondeados */
}

.team-logo {
    background-color: #ffffff;
    color: white;
    padding: 15px;
    text-align: center;
    position: absolute; /* Posiciona el logo sobre la imagen */
    top: 60%; /* Centra verticalmente */
    left: 50%; /* Centra horizontalmente */
    transform: translate(-50%, -50%); /* Ajusta la posición del logo */
    border-radius: 50%; /* Haz que el fondo del logo sea redondo */
    width: 80px; /* Ajusta el ancho del logo */
    height: 80px; /* Ajusta el alto del logo */
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-logo img {
    max-width: 100%; /* Ajusta el tamaño del logo */
    height: auto;
    z-index: 2;
}

.team-name {
    display: flex;
 
    color: white;

    text-align: center;
    justify-content: center;
    border-top: solid 5px #ffffff;
}

.team-name h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 50px 0px;
}

.image-container {

}

.image-container img {
width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8); /* Oscurece un poco la imagen de fondo */
}


/* FINAL CLUBES DATOS CATEGORIA */

/* FICHA DATOS CLUBES */


.jornadayfechacale {
    text-align: center;
}

span.datosjonr {
    font-weight: bold;
    padding: 0 10px;
	font-size: 14px;
}

span.datosfecha {   
    padding: 0 10px;
	font-size: 14px;
	text-transform: capitalize;
}


  .filapartidocale:nth-child(odd) {
        background-color: #f8f9fa; /* Color para filas impares */
		border-radius:15px;
    }
    .filapartidocale:nth-child(even) {
        background-color: #e9ecef; /* Color para filas pares */
		border-radius:15px;
    }


.row.filapartidocale {
    display: flex;
    height: 60px;
    align-items: center;
	    margin: 10px 0;
}

.calendariopartidoslocal {
    text-align: right;
}

.calendariopartidosvisitantes {  
text-align: left;
}

.marcadorescalendario {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
	border-radius: 15px;
	margin: 10px;
}

p.textodescriclub {
    padding: 28px 0 0 0;
}
p.clubimgtex {
    text-align: center;
}

a.textodatosnombre {
    color: #fff;
}

.jornomequihomecal{

    font-weight: bold;
	font-size: 14px;
}

.jorimgcal{
    min-width: 50px;
    margin-bottom: 0;
    box-shadow: none;
    width: 50px;
    border-radius: 15px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 6px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

/* Colores suaves para las columnas */
td.columna-pj {
    font-weight: bold;
    font-size: 16px;
    background: aliceblue;
}

td.columna-goles {
	    font-weight: bold;
    font-size: 16px;
    background-color: #f0f0f0; /* Gris suave para goles */
}

td.columna-amarilla {
    background-color: #fff3cd; /* Amarillo suave */
}

td.columna-roja {
    background-color: #f8d7da; /* Rojo suave */
}

td.columna-doble-amarilla {
    background-color: #ffe5b4; /* Naranja suave */
}
.jorimgcaljugador {
    min-width: 0px;
    margin-bottom: 0;
    box-shadow: none;
    width: 50px;
    border-radius: 15px;
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 8px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


@media (max-width:1200px) {

.jornadayfechacale {
    font-size: 12px;
}

a.jornomequihomecal {
    font-size: 11px;
}

.marcadorescalendario {
    font-size: 14px;
}

}


@media (max-width:992px) {

.row.filapartidocale {
height: 120px;
        padding: 5px 0;
}

 .marcadorescalendario {
        margin: 9px 5px;
        font-size: 15px;
}
.jorcompeticioncal {
    padding: 0;
	    margin: 0 -20px;
}
}



@media (max-width:769px) {

img.jorimgcal {
        min-width: 60px;
        width: 60px;
	
    }
}

/* fin datos clubes*/


/*SISTEMA  DE COPAS*/

table.competition-table.cuadrocompetb {
    width: 100%;
}

.cuadroscore12 {
    float: right;
}
.cuadroteam1 {
    float: left;
}
i.fas.fa-check-circle.icon-left {
 margin: 0 6px 0 -21px;
    FLOAT: left;
	color: #05ff1a;
	
}
i.fas.fa-check-circle.icon-right {
    margin-left: 6px;   
    position: absolute;
	color: #05ff1a;
}
.result {
    font-weight: bold; /* Hace que el resultado sea más destacado */
}

span.penalty-results {
    background: #000;
    margin: 0;
    padding: 3px 11px;
    font-size: 12px;
    border-radius: 10px;
}

span.penalty-results.ida {
    color: #fff;
    font-weight: bold;

}

span.global-results {
    background: #f10000;
    margin: 0 10px;
    padding: 3px 11px;
    font-size: 12px;
    border-radius: 10px;
}

span.global-results.ida {
    color: #fff;
    font-weight: bold;
}

span.EliminatoriaPasada {
    background: #000;
    margin: 0 10px;
    padding: 3px 11px;
    font-size: 12px;
    border-radius: 10px;
}
a.coloresultados {
    color: #fff;
    margin: 7px 0;
}
.montarencimadediv {
    display: block !important;
    visibility: visible !important;
}
i.fas.fa-check-circle.colorverdepasar {
    color: #4CAF50;
    margin: 0 12px;
    font-size: 18px;
}

i.fas.fa-check-circle.colorverdepasariz {
    color: #4CAF50;
    margin: 0 12px;
    font-size: 18px;
}
p.posicionpenalti {
    margin: -4px;
}

i.fas.fa-check-circle.icon-leftpenal {
    margin: -44px -40px;
	color: #05ff1a;
    position: absolute;
}

i.fas.fa-check-circle.icon-rightpenal {
    margin: -44px 23px;
	color: #05ff1a;
    position: absolute;
}



@media (max-width:767px) {

.icon-left {
	margin: 0px 12px 0 -28px;
    FLOAT: left;
}
.icon-right {
    margin-left: 12px;   
    position: absolute;
}

i.fas.fa-check-circle.icon-leftpenal {
    margin: -44px -43px;


}

i.fas.fa-check-circle.icon-rightpenal {
    margin: -44px 27px;

}

p.posicionpenalti {
    margin: 0px;
}

span.penalty-results {
    padding: 5px 6px;
}
}

/* plantilla datos clubes */


/* Estilos personalizados para las tarjetas de los jugadores */
.position-title {
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 11px;
    font-size: 20px;
}

.player-card {
    border: none;
    background-color: #f8f9fa;
    transition: transform 0.2s;
}

.player-card:hover {
    transform: translateY(-10px);
}

.player-photo img {
    width: 100%;
    height: auto;
}

.player-info {
    background-color: #fff;
}

.player-name {
    font-weight: bold;
    color: #333;
}

.player-info ul {
    padding: 0;
    list-style: none;
}

.player-info ul li {
    margin: 5px 0;
    font-size: 14px;
    color: #555;
}



/* Estilos generales de la tabla */
.table {
    background-color: #fff; /* Fondo blanco */
    border-collapse: separate; /* Separar bordes de celdas */
    border-spacing: 0 10px; /* Espacio entre filas */
}

.table th, .table td {
    border: none; /* Eliminar bordes de las celdas */
    padding: 12px 15px; /* Ajustar el padding */
    vertical-align: middle; /* Alinear verticalmente el contenido */
}

.table th {
    background-color: #f8f9fa; /* Color de fondo del encabezado */
    font-weight: bold;
}

@media (max-width:1200px) {

.team-logo {
    top: 55%;
	    font-size: 12px;
}

}


@media (max-width:1024px) {

.team-logo {
    top: 52%;
	    font-size: 12px;
}

}


@media (max-width:767px) {

.team-logo {
    top: 56%;
	    font-size: 12px;
}
}
/* fin plantilla datos clubes */


/*MUNDIAL*/

h3.fasefinalmundial {
    text-align: center;
    margin: 30px 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    border-bottom: solid 3px #000;
}


.mundialfutsal {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
	width: 96%;
}

.tabmundial {
    padding: 0px 0;
    background: #f3f3f3;
    margin: 0 0 20px 0;
    border-radius: 10px;
}


.tabcompetimuncial {
    padding: 15px;
}

h2.clasificacionmundial {
    text-align: center;
    margin: 30px 0;
    font-size: 20px;
    font-weight: bold;
	    text-transform: uppercase;

}

.mundial td.jsalcenter.posiciontabla.celdaclasi1 {
    box-shadow: inset 5px 0 0 0 #0a9957;
    background: #a1fb9782;
	    font-weight: bold;

}

.mundial td.jsalcenter.posiciontabla.celdaclasi2 {
  box-shadow: inset 5px 0 0 0 #b1e405;
    background: #a7ff0052;
	    font-weight: bold;

}

.mundial td.jsalcenter.posiciontabla.celdaclasi3 {
    box-shadow: inset 5px 0 0 0 #efc50a;
    background: #ffd00047;
	    font-weight: bold;

}


td.jsalcenter {
    text-align: center;
}

th.jsalcenter {
    text-align: center;
}

td.jsalcenter.jsNoWrap.equipos {
    text-align: left;
}


.categoria-302 td.claspuesto.celdaclasi1 {
    box-shadow: inset 5px 0 0 0 #0a9957;
    background: #a1fb9782;
}
/*TERRITORIAL Y CLUBES */


h3.sedeprevia {
    text-align: center;
    margin: 12px -17px;
    padding: 14px 0;
    font-size: 19px;
    font-weight: bold;
    background: #ddd;
    border-radius: 15px;
}

h4.sedefinales {
    text-align: center;
    margin: 12px -17px;
    padding: 14px 0;
    font-size: 19px;
    font-weight: bold;
    background: #8bc34a;
    border-radius: 15px;
    COLOR: #FFF;
    text-transform: uppercase;
}



/*UEFA CHAMPIONS*/


.uefapreliminar td.jsalcenter.posiciontabla.celdaclasi1 {
    box-shadow: inset 5px 0 0 0 #0a9957;
    background: #a1fb9782;
	    font-weight: bold;

}

.uefaprincipal.Ruta.A.\-.Grupo.\31 .table.table-striped td.jsalcenter.posiciontabla.celdaclasi1, 
.uefaprincipal.Ruta.A.\-.Grupo.\32 .table.table-striped td.jsalcenter.posiciontabla.celdaclasi1, 
.uefaprincipal.Ruta.A.\-.Grupo.\33 .table.table-striped td.jsalcenter.posiciontabla.celdaclasi1, 
.uefaprincipal.Ruta.A.\-.Grupo.\34 .table.table-striped td.jsalcenter.posiciontabla.celdaclasi1 {
    box-shadow: inset 5px 0 0 0 #0a9957;
    background: #a1fb9782;
	    font-weight: bold;

}

.uefaprincipal.Ruta.A.\-.Grupo.\31 .table.table-striped td.jsalcenter.posiciontabla.celdaclasi2, 
.uefaprincipal.Ruta.A.\-.Grupo.\32 .table.table-striped td.jsalcenter.posiciontabla.celdaclasi2, 
.uefaprincipal.Ruta.A.\-.Grupo.\33 .table.table-striped td.jsalcenter.posiciontabla.celdaclasi2, 
.uefaprincipal.Ruta.A.\-.Grupo.\34 .table.table-striped td.jsalcenter.posiciontabla.celdaclasi2 {
    box-shadow: inset 5px 0 0 0 #0a9957;
    background: #a1fb9782;
	    font-weight: bold;

}

.uefaprincipal.Ruta.A.\-.Grupo.\31 .table.table-striped td.jsalcenter.posiciontabla.celdaclasi3, 
.uefaprincipal.Ruta.A.\-.Grupo.\32 .table.table-striped td.jsalcenter.posiciontabla.celdaclasi3, 
.uefaprincipal.Ruta.A.\-.Grupo.\33 .table.table-striped td.jsalcenter.posiciontabla.celdaclasi3, 
.uefaprincipal.Ruta.A.\-.Grupo.\34 .table.table-striped td.jsalcenter.posiciontabla.celdaclasi3{
    box-shadow: inset 5px 0 0 0 #0a9957;
    background: #a1fb9782;
	    font-weight: bold;

}

.uefaprincipal td.jsalcenter.posiciontabla.celdaclasi1 {
    box-shadow: inset 5px 0 0 0 #0a9957;
    background: #a1fb9782;
	    font-weight: bold;

}


.uefaelite td.jsalcenter.posiciontabla.celdaclasi1 {
    box-shadow: inset 5px 0 0 0 #0a9957;
    background: #a1fb9782;
	    font-weight: bold;

}




@media (max-width: 769px) {
	
	
    .imagelocalacta {
        order: 1;
    }
    .teamlocalacta {
        order: 2;
    }
    .marcadoractaprincipal {
        order: 3;
    }
    .teamvisitanteacta {
        order: 4;
    }
    .imagevisitanteacta {
        order: 2;
    }

    /* Opcional: Asegura que el diseño se adapte correctamente */
    .row {
        display: flex;
        flex-wrap: wrap;
    }
	
	h2.marcadoracta {
    font-size: 30px;
    margin: 30px;
	}
	
	/* Ordenar las columnas en móviles */
    .fechapartidoacta {
        order: 2;
    }

    .jornadaacta {
        order: 1;
    }

    .pabellonacta {
        order: 3;
    }

h5.teamvisitanteactatext {
    /* text-align: right; */
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

h5.teamlocalactatext {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	    font-size: 17px;
}

    h2.marcadorpreviaacta {
        font-size: 17px;
        margin: 30px 40px 12px;
    }
	
	
.team-name-previa-local {
        font-size: 12px;
        display: flex;
        align-items: flex-start;
        text-align: end;
    }
.team-name-previa-visitante {
        font-size: 12px;
        display: flex;
        align-items: flex-start;
        text-align: left;
    }
.scoreprevia {

    font-size: 13px;
}

.match-date {
    font-size: 12px;

}
}

@media (max-width:991px) {

.nomovil991 {
    display: none;
}

h5.teamvisitanteactatext {
    /* text-align: right; */
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

h5.teamlocalactatext {
    display: flex;
    align-items: center;
    justify-content: flex-start;
	    font-size: 17px;
}

}


/* sistema de horarios */

.botones-navegacion {
    text-align: center;
}

h2.fechahorariosemanal {
    font-size: 20px;
    font-weight: 700 !important;
    text-align: center;
    display: block !important;
}

h3.fechahorariosemanalsub{
    font-size: 13px;
    font-weight: 700 !important;
    text-align: center;
    display: block !important;
}


.partidohorarios {
    width: 95%;
    margin: auto;
}

.titulogrupohor {
    padding: 10px;
    Border-radius: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
	margin: 25px 0;
}

div#tabshorariosgenerales {
    background: #fff;
    padding: 40px 240px;
    border-radius: 10px;
}
.tabcompeticionhora {
    margin: 10px 0;
    font-size: 14px;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    background: #eee;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    border-width: 2px;
    border-style: solid;
    border-color: #009688;
}
.pridvscolor {
background: #07358f;
}
.segdvscolor {
background: #078fc9;
}
.prifemdvscolor {
background: #61048f;
}

.segfemcolor {
background: #9107d5;
}
.segdvsbcolor {
background: #a20909;
}
.terdvscolor {
background: #ff5500;
}
.dvshonor {
background: #05c36d;
}
.femterr{
background: #b8058b;
} 
.masterr {
background: #02910e;
}
.coparfef{
background: #f30000;
}

.pridvscolorico {
color: #07358f;
}
.segdvscolorico {
color: #078fc9;
}
.prifemdvscolorico {
color: #61048f;
}

.segfemcolorico {
color: #9107d5;
}
.segdvsbcolorico {
color: #a20909;
}
.terdvscolorico {
color: #ff5500;
}
.dvshonorico {
color: #05c36d;
}
.femterrico{
color: #b8058b;
} 
.masterrico {
color: #02910e;
}
.coparfefico{
color: #f30000;
}
a.nav-link.tabcolor.active {
    color: #000 !important;
}
li.nav-item.tabhorario {
    margin: 2px;
    font-size: 12px;
}

span.textmenuhor {
  /*  font-weight: bold;*/
      font-size: 15px;

}
.menucompeticionhorarios {
    text-align: center;
padding: 0 0 20px 0;
}

@media (max-width:1199px) {

div#tabshorariosgenerales {
    padding: 40px 140px;
}
  
}

@media (max-width:992px) {

div#tabshorariosgenerales {
    padding: 40px 20px;
}
  
  span.textmenuhor {
    /* font-weight: bold; */
    font-size: 15px;
}
  
}

@media (max-width: 769px) {
.nomovil{
    display: none;
}


.fechapartidoacta {
    text-align: center;
}

.pabellonacta{
    text-align: center;
}
.movilacta {
    width: 94%;
}

}

/* sistema de horarios */

    /* Cuadro de Honor */
    .cuadroredondeado {
        background: #fff;
        border-radius: 10px;
        padding: 15px;
        margin: 10px 0;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }
	
	
	.titularcuadrope{
        border-radius: 10px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
   margin: 10px 0 0 0;
        font-weight: bold;
        font-size: 12px;
    }


    .titularcuadro {
        border-radius: 10px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        padding: 10px;
        font-weight: bold;
        font-size: 18px;
    }

    .internacional {
        background: #000;
        color: #fff;
    }

    .primeradivision {
        background: #3F51B5;
        color: #fff;
    }

    .segundadivision {
        background: #2196F3;
        color: #fff;
    }
	
	    .primeradivisionf {
        background: #61048f;
        color: #fff;
    }

    .segundadivisionf {
        background: #9107d5;
        color: #fff;
    }
	
	.segundadivisionb {
    background: #e71000;
    color: #fff;
}

.ascensocuadro{
    background: #4CAF50;
    color: #fff;
}


.descensocuadro{
    background: #b10c00;
    color: #fff;
}



.segundadivisionbgrupo {
    background: #e71000;
    color: #fff;
}

.divisiondehonorjuvenil {
    background: #05c36d;
    color: #fff;
}

.terceradivisiongrupo {
    background: #ff5500;
}

.titularcuadro.CESA {
    BACKGROUND: #db0e0e;
}

.titularcuadro.CECLUB {
    BACKGROUND: #db0e0e;
}

    /* Lista de campeones */
    .lista-campeones {
        list-style: none;
        padding: 0;
        margin: 0 0;
    }

    .lista-campeones li {
        padding: 12px;
        border-bottom: 1px solid #ddd;
        font-size: 16px;
        text-align: center;
    }

    .lista-campeones li:last-child {
        border-bottom: none;
    }

    /* Nombre de la competición */
.competicion {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    text-align: center;
}
    /* Nombre del equipo */
.equipo {
    display: block;
    font-size: 13px;
    font-weight: bold;
    color: #007bff;
}

h2.sppb-addon-titlecuadro {
font-size: 17px;
    /* line-height: 0; */
    font-weight: bold;
    padding: 0;
}

/*CUADRO DE HONOR*/
span.competicioncuadrohonor {
    color: #fff;
	    display: block;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

h5.h5-ascenso-directo {
    background: #4CAF50;
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.h5-clasificados-playoff-de-ascenso {
    background: #FF9800;
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-3.mb-1.h5-descensos-por-compensacin {
    background: #eda09a;
	    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}


h5.h5-descensos-a-territorial {
    background: #E91E63;
	    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.h5-copa-del-rey-25-26 {
	background: #ffd000;
	margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.h5-clasificados-playoff {
    background: #FF9800;
	margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}


h5.mt-3.mb-1.h5-ascenso-playoff {
    background: #4CAF50;
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-3.mb-1.h5-playoff-ascenso {
    background: #FF9800;
	margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}
h5.h5-campen {
    background: #20e3a2;
	 margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.h5-playoff-de-ascenso {
	background: #FF9800;
	margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.h5-copa-principado-25-26 {
    background: #3F51B5;
	margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-3.mb-1.h5-campen-liga-regular {
    background: #96e9cd;
		margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-3.mb-1.h5-clasificados-playoff-ttulo {
    background: #FF9800;
			margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-3.mb-1.h5-descensos-a-segunda-divisin-futsal {
    background: #952400;
			margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-3.mb-1.h5-ascenso-a-primera-divisin-futsal {
    background: #20e3a2;
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
	
}
h5.mt-3.mb-1.h5-descensos-a-segunda-divisin-b-futsal {
	  background: #952400;
			margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}


h5.mt-3.mb-1.h5-clasificados-playoff-ascenso {
    background: #8BC34A;
	    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}


h5.mt-3.mb-1.h5-descensos-a-tercera-divisin {
	  background: #952400;
			margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-3.mb-1.h5-ascenso-a-2dvs {
    background: #20e3a2;
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-3.mb-1.h5-descensos-a-segunda-divisin-futsal-fem
{
    background: #952400;
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-4.mb-1.h5-copa-de-la-reina-25-26{
    background: #ffd000;
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-4.mb-1.h5-ascenso-a-1dvs {
    background: #20e3a2;
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-4.mb-1.h5-descensos-a-liga-territorial{
    background: #952400;
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}


h5.mt-3.mb-1.h5-clasificados-playoff-semifinal {
	    background: #FF5722;
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-3.mb-1.h5-clasificados-playoff-cuartos{
	    background: #FF9800;
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}


h5.mt-3.mb-1.h5-clasificados-campeonato-de-espaa {
	background: #ff0000;
	margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-3.mb-1.h5-clasificados-copa-espaa-juv{  
  background: #ffd000;
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-3.mb-1.h5-descenso-a-liga-territorial {
	    background: #952400;
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-3.mb-1.h5-ascenso-a-divisin-de-honor {
	    background: #20e3a2;
    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}

h5.mt-3.mb-1.cesa {
    background: #ff5252;
	    margin: 5px 0;
    padding: 5px;
    border-radius: 4px;
}


button#masculino-tab {
    background: #3F51B5;
    color: #fff;
}

button#masculino-tab {
    background: #3F51B5;
    color: #fff;
}


button#femenino-tab{
    background: #61048f;
    color: #fff;
}
button#segundaB-tab {
	    background: #e71000;
    color: #fff;
}

button#tercera-tab {
	    background: #ff5500;
    color: #fff;
}

button#base-tab {
    background: #05c36d;
    color: #fff;
}

/* PLAYOFF DE ASCENSO */

h4.partidosida {
text-align: center;
    font-size: 19px;
    padding: 10px 0px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
	    margin: 30px 0;
}