.titulo-seccion  {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    margin-top: 0px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
}

.sub-titulo-seccion  {
	font-size: 18px;
	font-weight: 500;
	color: #343434;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sub-titulo-seccion a {
    font-size: 14px;
    color: #4466b7;
    position: relative;
    top: 3px;
    float: right;
}


/*-----------------------------*/

.modulo-interiones {
    padding-top: 180px;
    padding-bottom: 30px;
	background-image:url(../img/bg-sitio.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	position:relative;
}

.modulo-interiones p {
	font-size: 17px;
	font-weight: 300;
	color: #FFF;
	line-height: 23px;
}

.modulo-interiones h1 {
	font-size: 26px;
	font-weight: 600;
	margin-top: 0px;
	color: #FFF;
	margin-bottom: 4px;
}

.modulo-interiones h1.t-torneo {
	margin-top: 8px;
}

.modulo-interiones .img-icono {
	float:left;
	margin-right:20px;
	max-width: 88px;
}

@media (max-width: 767px){

.modulo-interiones {
    padding-top: 90px;
    padding-bottom: 20px;

}

.modulo-interiones.inicio-c {
    padding-top: 90px;
    padding-bottom: 50px;
}

.modulo-interiones p {
	font-size: 17px;
    font-weight: 400;
    line-height: 23px;
}

.modulo-interiones h1 {
    font-size: 22px;
    font-weight: 500;
    /* line-height: 35px; */
    margin-bottom: 3px;
}
}

/*------------------------------*/

.modulo-cabecera{
	overflow:inherit;
	margin-bottom: 90px;
}

.modulo-cabecera .box-cabecera{
	background-image:;
	background-position:center;
	background-size: cover;
	background-repeat:no-repeat;
	border-radius:10px;
	position:relative;
}


.modulo-cabecera .box-cabecera .img-perfil{
	width: 124px;
	display: block;
	position: absolute;
	bottom: -64px;
	left: 30px;
	z-index: 999;
	background-image: url(../img/ejemplo-usuario.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: antiquewhite;
	border-radius: 100%;
	border: solid 4px #fff;
}

.modulo-cabecera .titulo-nombre {
	font-size: 20px;
	line-height: 28px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 5px;
	position: relative;
	font-weight: 500;
	position: absolute;
	left: 170px;
	bottom: -44px;
}


@media (max-width: 767px){

.modulo-cabecera{
	margin-bottom: 60px;
}

.modulo-cabecera .box-cabecera{
	border-radius:0px;
}

.modulo-cabecera .box-cabecera .img-perfil {
	width: 80px;
	bottom: -48px;
	left: 15px;
}

.modulo-cabecera .titulo-nombre {
    font-size: 18px;
    left: 110px;
    bottom: -40px;
}

}

/*------------------------------*/

@media (max-width: 767px){

.div-form-xs{
    margin-top: -48px;
	height:52px;
    position: relative;
	background-image:url(../img/img-top-xs.png);
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
}

.div-form-xs .btn-back{
    position: absolute;
    right: 28px;
    top: 20px;
    font-size: 18px;
    color: #8bc34a;
	display:none;
}

}

/*------------------------------*/

.modulo-categorias{
    /*height: 210px;*/
    position: relative;
    overflow: visible;
    /* margin-top: 80px; */
    /*background-color: #d71920;*/
    padding-top: 40px;
}

.modulo-categorias .box-categoria {
    position: relative;
    border: solid 0px #EEEEEE;
	box-shadow: 0px 0px 10px 3px rgb(137 137 137 / 10%);
    border-radius: 7px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	margin-bottom:30px;
	text-align: center;
}

.modulo-categorias .box-categoria:hover {
	box-shadow: 0px 0px 15px 3px rgb(137 137 137 / 49%);
}

.modulo-categorias .box-categoria a{
	display: block;
	padding: 15px 24px;
}

.modulo-categorias .box-categoria a i{
	font-size:46px;
	color:#0a8cdb;
	margin:6px 0px;
}

.modulo-categorias .box-categoria a h2{
	font-size:16px;
	font-weight:600;
	line-height:48px;
	color:#1C1C1B;
	text-align: left;
	margin-bottom: ;
	margin-left: 115px;
}
    
.modulo-categorias .box-categoria a h2.titulo-doble{
    line-height: 20px;
}
@media (min-width: 1200px) {
.modulo-categorias .box-categoria a h2.titulo-doble{
     line-height: 24px;
}
}

.modulo-categorias .box-categoria a p{
	font-size:14px;
	line-height:18px;
	height:36px;
	overflow:hidden;
	color:#8A8A8A;
	text-align: left;
}

.modulo-categorias .box-categoria .contador{
    width: ;
    height: ;
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 30%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


@media (max-width: 767px){

.modulo-categorias {
	    padding-top: 20px;
}

.modulo-categorias .col-l {
    padding-right: 8px;
}

.modulo-categorias .col-r {
    padding-left: 8px;
}

.modulo-categorias .box-categoria {
	margin-bottom:35px;
}

.modulo-categorias .box-categoria a{
    padding: 8px 15px;
}


.modulo-categorias .box-categoria a i{
	font-size: 36px;
	margin: 0px 0px;
	position: absolute;
	right: 24px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modulo-categorias .box-categoria a h2{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
}

.modulo-categorias .box-categoria a p{
	height:auto;
}

.modulo-categorias .box-categoria .contador{
	line-height: 26px;
	font-size: 12px;
	position: relative;
	margin-top: -35px;
	transform: none;
	left: auto;
}

}


/*------------------------------*/

.modulo-publicitario{
}

.modulo-publicitario img{
	margin-bottom:15px;
}


/*--------------------------*/


.modulo-torneos{
    /*height: 210px;*/
    position: relative;
    overflow: visible;
    /* margin-top: 80px; */
    /*background-color: #d71920;*/
    padding-top: 40px;
}

.modulo-torneos .box-torneo {
    position: relative;
    border: solid 0px #EEEEEE;
    border-radius: 7px;
    background-color: var(--box-torneo-bg-color);
	background-color: #31383c;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 30px;
    text-align: center;
}

.modulo-torneos .box-torneo:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 14px;
	border-radius: 7px;
	/*background-color: #F1F1F1;*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo-torneos .box-torneo:hover {
	/*box-shadow: 0px 0px 15px 3px rgb(137 137 137 / 49%);*/
	background-color: var(--box-torneo-bg-color-hover);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


.modulo-torneos .box-torneo a{
	display: block;
	padding: 15px 24px;
}

.modulo-torneos .box-torneo a i{
	font-size:46px;
	color:#0a8cdb;
	margin:6px 0px;
}

.modulo-torneos .box-torneo a h2{
	font-size:16px;
	font-weight:600;
	line-height:18px;
	color:#fff;
	text-align: left;
	margin-bottom: 5px;
	margin-right: 100px;
}

.modulo-torneos .box-torneo a p{
	font-size:12px;
	line-height:18px;
	height:36px;
	overflow:hidden;
	color:#fff;
	text-align: left;
	margin-right: 100px;
}

.modulo-torneos .box-torneo .contador{
    width: ;
    height: ;
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 20%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modulo-torneos .box-torneo .contador img{
	border-radius:100%;
}

.modulo-torneos .box-torneo .btn-ampliar-torneo{
    display: block;
    background-color: #6dc512;
    width: 100%;
    color: white;
    border-radius: 5px;
    padding: 10px;
    margin-top: -8px;
}


@media (max-width: 767px){

.modulo-torneos {
	    padding-top: 20px;
}

.modulo-torneos .col-l {
    padding-right: 8px;
}

.modulo-torneos .col-r {
    padding-left: 8px;
}

.modulo-torneos .box-torneo {
	margin-bottom:20px;
}

.modulo-torneos .box-torneo a{
    padding: 8px 15px;
}


.modulo-torneos .box-torneo a i{
	font-size: 36px;
	margin: 0px 0px;
	position: absolute;
	right: 24px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modulo-torneos .box-torneo a h2{
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    margin-left: 0px;
}

.modulo-torneos .box-torneo a p{
}

.modulo-torneos .box-torneo .contador{
	margin-top: -35px;
	transform: none;
	left: auto;
	height: 78px;
	width: 78px;
}

}


/*------------------------------*/

.modulo.modulo-partidos {
	padding: 15px 0px;
}

.modulo .box-partido {
    position: relative;
    border: solid 0px #EEEEEE;
    box-shadow: 0px 0px 10px 3px rgb(137 137 137 / 10%);
    border-radius: 7px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 15px;
	padding: 15px 10px;
}


.modulo .box-partido .equipos {
    display: inline-block;
    width: calc(100% - 58px);
}

.modulo .box-partido .equipos img {
	margin-right:6px;
}

.modulo .box-partido .equipos .team {
	margin:8px 0px;
    height: 34px;
    line-height: 34px;
}

.modulo .box-partido .equipos .team .resultado{
    height: 34px;
    line-height: 34px;
    float: right;
    margin-right: 10px;
    font-weight: 600;
}

.modulo .box-partido .equipos .team .resultado.final{
    margin-right: 16px;
}

.modulo .box-partido .equipos .team .resultado .input-goles{
    border-color: #bbbbbb;
    border-radius: 3px;
	/*parche*/
    border: solid 2px #6dc512;
}

.modulo .box-partido .equipos .team .resultado .input-goles.error {
    border-color: #e51414;
}

.modulo .box-partido .info{
    width: 58px;
	height: 80px;
    margin: 6px 0px;
    display: inline-block;
    float: right;
    text-align: center;
    border-left: solid 1px #ededed;
	padding-left:5px;
}

.modulo .box-partido .info .datos{
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	margin-bottom:0px;
}

.modulo .box-partido .penales{
    border-top: solid 1px #ededed;
    margin-top: 3px;
	text-align: center;
    padding-top: 7px;
	margin-bottom: -6px;
}

.modulo .box-partido .penales label{
    margin: 0px 7px;
}

.modulo .box-partido .penales label .ganador{
    height: 18px;
    width: 18px;
    display: inline-block;
	position: relative;
	top: 6px;
	margin: 0px 8px;
}

/*-----------------------------*/

.modulo-comun{
    position: relative;
	padding-top:40px;
}

.modulo-comun .nav-tabs {
    margin: 0;
    padding: 0;
    border-bottom: solid 0px #d9d9d9;
	margin-left:-15px;
	margin-right:-15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
	
	/*---- arreglo para scroll fases fechas ---- */
	
	flex-wrap: inherit;
	overflow: auto;
	padding-bottom: 10px;
}

.modulo-comun .nav-tabs>li {
    float: left;
    margin: 0px 8px;
    position: relative;
    border: solid 2px #EEEEEE;
    border-radius: 10px;
    background-color: #e9e9e9;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    flex: 1 1 100px;
}

.modulo-comun .nav-tabs>li.active {
    background-color: #fff;
}

.modulo-comun .nav-tabs>li:hover {
    box-shadow: 0px 0px 15px 3px rgb(137 137 137 / 15%);
	background-color:white;
}

.modulo-comun .nav-tabs>li>a:hover {
    border-color: #fff #fff #fff;
	background-color: #fff;
}

.modulo-comun .nav-tabs>li .nombre-lista {
    color: #bbbbbb;
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modulo-comun .nav-tabs>li.active .nombre-lista {
	color: #0a8cdb;
}

.modulo-comun .nav-tabs>li .nombre-lista .grupo{
    font-size: 14px;
    color: #4e4e4e;
    display: block;
    line-height: 14px;
}

.modulo-comun .nav-tabs>li .fecha-lista {
	color:#8E8E8E;
	font-size:12px;
	font-weight:400;
	line-height:15px;
}

.modulo-comun .nav>li>a>img {
    max-height: 46px;
}
.modulo-comun .nav-tabs>li>a {
    margin-right: 0px;
    line-height: inherit;
    border: 0px solid transparent !important;
    border-radius: 10px;
	padding-top:15px;
	padding-bottom:15px;
	position: relative;
	height: 100%;
}

.modulo-comun .nav-tabs>li .icono{
    height: 18px;
    width: 18px;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
    border: solid 1px #A5A5A5;
    border-radius: 50px;
    display: inline-block;
    color: #0a8cdb;
}

.modulo-comun .tab-content .tab-pane{
    /*border: solid 2px #EEEEEE;
    border-radius: 10px;
	padding:15px;*/
	margin: 24px 0px;
}

.modulo-comun .tab-content .tab-pane.tab-ranking {
    margin: 24px 0px;
    margin-bottom: 60px;
    margin-top: 10px;
}

.tab-content>.active {
    float: left;
    width: 100%;
}


@media (min-width: 767px){

.modulo-comun .nav-tabs::-webkit-scrollbar {
	width: 8px;
	height:8px;
}
.modulo-comun .nav-tabs::-webkit-scrollbar-button {
	width: 8px;
	height:0px;
}
.modulo-comun .nav-tabs::-webkit-scrollbar-track {
	background:#eee;
	border: thin solid lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:5px;
}
.modulo-comun .nav-tabs::-webkit-scrollbar-thumb {
    background: #7fb000;
    border: thin solid #7fb000;
	border-radius:5px;
}
.modulo-comun .nav-tabs::-webkit-scrollbar-thumb:hover {
	background:#7d7d7d;
}

}

@media (max-width: 767px){

.modulo-comun{
    position: relative;
	padding-top:10px;
}

.modulo-comun .nav-tabs>li {
    margin: 0px 3px;
    border: solid 2px #EEEEEE;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    flex: inherit;
	display:inline-block;
	max-height: 70px;
}

.modulo-comun .nav-tabs>li.active {
    background-color: #fff;
	border-color: #0a8cdb;
}


.modulo-comun .nav-tabs>li .nombre-lista {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.modulo-comun .nav-tabs>li .nombre-lista .grupo {
    font-size: 12px;
    line-height: 12px;
}

.modulo-comun .nav>li>a>img {
    max-height: 26px;
}
.modulo-comun .nav-tabs>li>a {
    padding-top: 15px;
	/*padding-left:0px;
	padding-right:0px;*/
}
.modulo-comun .nav-tabs {
	margin-left: -5px;
	margin-right: -5px;
	overflow-x: hidden;
	overflow-x: scroll;
	height: 76px;
	flex-wrap: inherit;
	padding-bottom: 6px;
}

.modulo-comun .nav-tabs::-webkit-scrollbar {
	width: 8px;
	height:4px;
}
.modulo-comun .nav-tabs::-webkit-scrollbar-button {
	width: 8px;
	height:0px;
}
.modulo-comun .nav-tabs::-webkit-scrollbar-track {
	background:#eee;
	border: thin solid lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:5px;
}
.modulo-comun .nav-tabs::-webkit-scrollbar-thumb {
    background: #7fb000;
    border: thin solid #7fb000;
	border-radius:5px;
}
.modulo-comun .nav-tabs::-webkit-scrollbar-thumb:hover {
	background:#7d7d7d;
}	

.modulo-comun .nav-tabs>li:hover {
    box-shadow: 0px 0px 0px 0 rgb(137 137 137 / 0%);
	border-color: #0a8cdb;
}

.modulo-comun .tab-content .tab-pane {
    padding: 12px 0px;
    padding-bottom: 0px;
    /* border: solid 2px #0a8cdb; */
    /*width: auto;*/
    border-radius: 10px;
    margin: 10px 0px;
}

/*.modulo-comun .tab-content .tab-pane {
    padding: 12px 0px;
    padding-bottom: 0px;
    border: solid 2px #0a8cdb;
    width: auto;
	border-radius: 10px;
    margin: 24px 0px;
}*/

.modulo-comun .nav-tabs>li .icono {

    display: none;
}

}

/*------------------------------*/

.menu-torneo{
	margin-bottom:25px;
}

.menu-torneo li {
    padding: 0px 0px;
}

.menu-torneo li a{
    color: #000;
    height: 32px;
    padding: 5px 16px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    border-radius: 50px;
    line-height: 20px;
    display: inline-block;
    box-shadow: 0px 0px 15px 3px rgb(137 137 137 / 15%);
	margin-right:6px;
	font-weight: 500;
	position:relative;
}

.menu-torneo li a.cargar-pronostico{
    color: #fff;
    background-color: #6DC512;
}

.menu-torneo li a:hover{
	outline: 2px solid #0e8edb;
}

.menu-torneo li a.active{
	outline: 2px solid #0e8edb;
}

.menu-torneo li.active a{
	outline: 2px solid #0e8edb;
	background-color:#0e8edb;
	color:#fff;
}

/*
.menu-torneo li a.active:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 11px solid #0a8cdb;
}

.menu-torneo li a.cargar-pronostico.active:after {
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 11px solid #333;
}
*/

/*----------------------------------*/

.progress {
    height: 30px;
}

.progress-bar {
    font-size: 14px;
    line-height: 32px;
    color: #fff;
	background-color:#6dc512;
}

.sr-only.completado{
	clip: initial;
	color: black;
	width: 100%;
	position: absolute;
	text-align: center;
	line-height: 32px;
	overflow:initial;
}


/*------------------------------------*/


/*ACORDEON*/
.acordeon-posiciones h3{
	font-weight: 600;
	font-size: 15px;
	display: block;
	padding: 12px 0px;
	cursor:pointer;
	color: #589240;
	font-size: 18px;
    font-weight: 500;
    color: #343434;
}
.acordeon-posiciones h3.collapsed{
	color: #343434;
}

.acordeon-posiciones h3:before {
   font-family: 'Glyphicons Halflings';
   content: "\e082";
   float: right;
   transition: all 0.5s;
   color:#e11a0c;
}
.acordeon-posiciones h3.collapsed:before {
   content: "\e081";
   color:#8bc34a;   
}


.acordeon-posiciones h3:hover, .acordeon-posiciones h3:active, .acordeon-posiciones h3:focus{
	text-decoration: none;
}
.acordeon-posiciones .caracteristicas i{
	color: ;
	margin-right: 2px;
}

.panel-heading {
    padding: 1px 10px;
    /*border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;*/
}

.panel-paul {
    /*border: none;
	border-bottom: solid  1px #E6DDDE;
	background-color:#FFF;
	border-radius: 0px !important;
	margin-bottom:0px;*/
	border-radius:7px;
}

.panel-paul .panel-body {
	background-color:#fff !important;
}

.panel-paul .panel-body p {
	font-size:14px;
	line-height:24px;
}



/*FIN ACORDEON*/


/*-----------------------------------------------*/

.modulo-comun .table-limit{
    max-height: 325px;
    overflow: auto;
}

.modulo-comun .table{
    margin: 0px 0px;
}

.modulo-comun .table th {
	line-height: 24px;
	font-size: 14px;
	font-weight: 500;
	color: #303030;
}

.modulo-comun .table p{
	padding: 0px 0px;
	font-size: 15px;
	color: #070707;
	FONT-VARIANT: JIS83;
	line-height: 34px;
}

.modulo-comun .table p.nombre{
	line-height: 40px;
}

.modulo-comun .table .your-position{
    background-color: gold;
}

.modulo-comun .table p img {
    margin-right: 6px;
}

@media (max-width: 767px) {

.modulo-comun .table th {
    line-height: 22px;
    font-size: 12px;
}

.modulo-comun .table p{
    padding: 0px 0px;
    font-size: 14px;
    line-height: 34px;
}

}



@media (max-width: 767px){
.table-responsive {
    border: 0px solid #ddd;
}
}

/*------------------------------------*/

.modulo-comun .menu-ranking-torneo {
    margin: 0;
    padding: 0;
    border-bottom: solid 0px #d9d9d9;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.modulo-comun .menu-ranking-torneo>li {
    float: left;
    margin: 0px 15px;
    position: relative;
    border: solid 2px #EEEEEE;
    border-radius: 10px;
    background-color: #e9e9e9;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	border-radius: 7px;
    overflow: hidden;
}

.modulo-comun .menu-ranking-torneo>li.active {
    background-color: #fff;
    border-color: #0a8cdb;
}


@media (max-width: 767px){
.modulo-comun .menu-ranking-torneo {
    margin-left: -5px;
    margin-right: -5px;
    overflow-x: hidden;
    overflow-x: scroll;
    height: 85px;
    flex-wrap: inherit;
}

.modulo-comun .menu-ranking-torneo>li {
    margin: 0px 3px;
    border: solid 2px #EEEEEE;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    flex: inherit;
    display: inline-block;
    max-height: 80px;
}

}

.modulo-comun .menu-ranking-torneo::-webkit-scrollbar {
	width: 8px;
	height:0px;
}
.modulo-comun .menu-ranking-torneo::-webkit-scrollbar-button {
	width: 8px;
	height:0px;
}
.modulo-comun .menu-ranking-torneo::-webkit-scrollbar-track {
	background:#eee;
	border: thin solid lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:5px;
}
.modulo-comun .menu-ranking-torneo::-webkit-scrollbar-thumb {
    background: #7fb000;
    border: thin solid #7fb000;
	border-radius:5px;
}
.modulo-comun .menu-ranking-torneo::-webkit-scrollbar-thumb:hover {
	background:#7d7d7d;
}	

/*----------------------------------------*/

.menu-tab-interior {
	position: relative;
	margin-bottom:0px;
}

.menu-tab-interior li {
	position: relative;
}

.menu-tab-interior li a{
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    padding: 6px 12px;
    display: inline-block;
    color: black;
}

.menu-tab-interior li.active:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 11px solid #0a8cdb;
}

.modulo-comun .tabs-interior .tab-pane{
	margin-top:10px;
	    padding: 0px;
}

.modulo-comun .tabs-interior .tab-pane .panel-paul{
    border: solid 2px #0a8cdb;
	padding:15px 15px;
	box-shadow: 0px 0px 10px 3px rgb(137 137 137 / 10%);
}

.modulo-comun .tabs-interior .tab-pane p{
	font-size:16px;
	line-height:26px;
}



/*---------------------------------*/

/*------------------------------------*/

.pagination.ul-resultados > li > a, .pagination.ul-resultados > li > span {
    position: relative;
    float: left;
    padding: 0px 0px;
    margin-left: -1px;
    color: #959595;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 50px;
    width: 42px;
    height: 42px;
    margin: 0px 5px;
    line-height: 42px;
}

.pagination.ul-resultados > li:first-child > a, .pagination.ul-resultados > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.pagination.ul-resultados > li:last-child > a, .pagination.ul-resultados > li:last-child > span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.pagination.ul-resultados > .active > a, .pagination.ul-resultados > .active > span, .pagination.ul-resultados > .active > a:hover, .pagination.ul-resultados > .active > span:hover, .pagination.ul-resultados > .active > a:focus, .pagination.ul-resultados > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #7fb000;
    border-color: #719b03;
}

.pagination.ul-resultados > li a:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #7fb000;
    border-color: #719b03;
}

/*------------------------------*/

.modulo-comun .menu-datos-ranking {
    margin: 0;
    padding: 0;
    border-bottom: solid 0px #d9d9d9;
    margin-left: -15px;
    margin-right: -15px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
	margin-bottom:15px;
}

.modulo-comun .menu-datos-ranking>li {
    float: left;
    margin: 0px 15px;
    position: relative;
    border: solid 2px #EEEEEE;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    flex: 1 1 100px;
	padding-top:10px;
	padding-bottom:12px;
}

.modulo-comun .menu-datos-ranking>li h2 {
    color: #6DC512;
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    margin-bottom: 0px;
    margin-top: 0px;
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.modulo-comun .menu-datos-ranking>li h2 span {
    font-size: 14px;
    color: #4e4e4e;
    display: block;
    line-height: 14px;
	font-weight:500;
}

@media (max-width: 767px){
.modulo-comun .menu-datos-ranking {
    margin-left: -5px;
    margin-right: -5px;
}
.modulo-comun .menu-datos-ranking>li {
    margin: 0px 3px;
    border: solid 2px #EEEEEE;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

}

/*------------------------------*/

.modulo-novedades{
    position: relative;
    padding-bottom: 60px;
    padding-top: 30px;
}

.modulo-novedades .box-novedad {
    position: relative;
    border: solid 0px #EEEEEE;
	box-shadow: 0px 0px 10px 3px rgb(137 137 137 / 10%);
    border-radius: 7px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	position: relative;
    display: inline-block;
	margin: 10px 10px;
    padding: 15px;
}

.modulo-novedades .box-novedad .img-mask {
	display:inline-block;
	background-size: cover;
	background-repeat:no-repeat;
	background-position:center;
	border-radius: 100%;
	overflow:hidden;
	width: 30%;
    float: left;
}

.modulo-novedades .box-novedad h2{
    width: 65%;
    font-size: 16px;
    display: inline-block;
    padding-left: 5%;
}

.modulo-novedades .box-novedad h2 a{
	color:#333;
}

.modulo-novedades .box-novedad p{
    display: inline-block;
    padding-left: 5%;
    width: 65%;
}

/*------------------------------*/

.modulo-listado{

}

.modulo-listado .card {
    position: relative;
    border: solid 0px #EEEEEE;
	/*box-shadow: 0px 0px 10px 3px rgb(137 137 137 / 10%);*/
    border-radius: 7px;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	position: relative;
    display: inline-block;
	margin-bottom:15px;
}

.modulo-listado .card .mask-imagen {
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.modulo-listado .card .card-body{
    padding: 0px 10px;
}

.modulo-listado .card .card-body .card-title{
    font-size: 16px;
    line-height: initial;
	font-weight:500;
}

.modulo-listado .card .card-body .card-title a{
	color:#343434;
}

.modulo-listado .card .card-body .fecha{
    color: #777777;
}

@media (max-width: 767px){

.modulo-listado .col-border-xs {
	border-bottom:solid 1px #f5f5f5;
	margin-bottom:15px;
}

}

.modulo-listado .boton-ver-mas {
    position: relative;
    border: solid 1px #EEEEEE;
    box-shadow: 0px 0px 10px 3px rgb(137 137 137 / 10%);
    border-radius: 7px;
    color: #d83135;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    display: block;
    margin-bottom:15px;
	margin-top:15px;
    padding: 14px 15px;
    text-align: center;
    font-weight: 500;
}


/*------------------------------*/

.modulo-listado-amplia{

}


.modulo-listado-amplia .titulo-nota{
	font-size:28px;
	font-weight:500;
	margin-top: 25px;
    margin-bottom: 25px;
}

.modulo-listado-amplia .copete{
	font-size:16px;
	line-height:26px;
	margin-top: 25px;
    margin-bottom: 25px;
}

.modulo-listado-amplia .bajada-imagen{
	font-size:15px;
	font-weight:500;
	margin-top: 15px;
    margin-bottom: 15px;
}


#links .img-cover {
    background-size: cover;
    background-position: top center;
    display: block;
    margin-bottom: 0px;
}

.modulo-listado-amplia .descargas{
    padding: 15px;
    margin: 25px 0px;
    border-top: solid 1px #e4e4e4;
    border-bottom: solid 1px #e4e4e4;
	text-align: center;
}

.modulo-listado-amplia .descargas .btn-descargar{
    position: relative;
    border: solid 1px #EEEEEE;
    box-shadow: 0px 0px 10px 3px rgb(137 137 137 / 10%);
    border-radius: 7px;
    color: #fff;
    background-color: #d83135;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    display: inline-block;
    margin-bottom:15px;
	margin-top:10px;
    padding: 14px 15px;
    text-align: center;
    font-weight: 500;
}

@media (min-width: 767px){
.modulo-listado-amplia .descargas .btn-descargar{
	width:200px;
}
}


.modulo-listado-amplia .btn-ver-mas{
    position: relative;
    border: solid 1px #EEEEEE;
    box-shadow: 0px 0px 10px 3px rgb(137 137 137 / 10%);
    border-radius: 7px;
    color: #d83135;
    background-color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    display: block;
    margin-bottom:15px;
	margin-top:10px;
    padding: 14px 15px;
    text-align: center;
    font-weight: 500;
}

@media (min-width: 767px){
.modulo-listado-amplia .btn-ver-mas{
	width:200px;
	display: block;
	display: inline-block;
}
}


@media (max-width: 767px){

.modulo-listado-amplia .titulo-nota{
	font-size:23px;
	font-weight:500;
	margin-top: 15px;
    margin-bottom: 15px;
}

.modulo-listado-amplia .copete{
	font-size:15px;
	line-height:23px;
	margin-top: 15px;
    margin-bottom: 15px;
}

.modulo-listado-amplia .bajada-imagen{
	font-size:14px;
	font-weight:500;
	margin-top: 10px;
    margin-bottom: 10px;
}
}

/*---------------------------*/

.modulo-perfil{
	padding-bottom:40px;
	padding-top: 60px;
	background-color:#fff;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #F4F7FC;
    opacity: 1;
    border: solid 1px #eee;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
}

.modulo-perfil .btn-archivo {
    height: 54px;
    line-height: 36px;
    font-size: 12px;
    border-radius: 5px !important;
    border-color: #8bc34a;
    color: #8bc34a;
    margin-left: 8px !important;
    font-weight: 600;
}

.modulo-perfil .mostrar-c{
    position: relative;
    top: -39px;
    float: right;
    right: 14px;
    color: #656565;
	cursor:pointer;
}

/*-------------------------------*/

.modulo-footer{
     background: var(--footer-bg-color);
	 padding:50px 0px;
}

.modulo-footer img{
	height:60px;
}

ul.social-buttons li a {
    text-align: center;
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    font-size: 15px;
    line-height: 38px;
    outline: 0;
	background-color:var(--social-bg-color);
    color: var(--social-icon-color);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active {
	background-color: var(--social-bg-color-hover);
	color: var(--social-icon-color-hover);
}