@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
/* Page structure */

.header, .footer {
	color: #DEDEDE;
	background-color: #0A0A0A;
}
.main_content{
	min-height:calc(100vh - 220px)
}
@media (min-width: 768px) {
	/* auto hide sidebar on window resize*/
	#sb-site { transform: none !important; }
}


/* Page contents */
#content {
	position: relative;
}
@media (min-width: 768px ) {
	#content {
		padding: 10px 0 20px;
	}
}
#content .container-float-top {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 300;
}
#content .container-float-right {
    position: absolute;
    top: 40px;
    right: 15%;
    z-index: 300;
}
#content .container {
	overflow: hidden;
	padding: 0 10px;
}

/* Widgets */
.widget-grid { padding-bottom: 10px; }
.widget > header { padding: 10px 15px 5px; }
.widget > section { padding: 5px 15px; }
.widget > section.no-header { padding-top: 15px; }
.widget > section.no-footer { padding-bottom: 15px; }
.widget > footer { padding: 5px 15px 10px; }

.widget.body {
	margin-top: 15px;
	height: 100%;
}
.widget.body.top {
	margin-top: 0;
}
@media (min-width: 768px ) {
	.widget.body {
		margin-top: 25px;
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.4);
	}
}

.widget.default {
	background-color: white;
	color: black;
}
@media (max-width: 768px ) {
	.widget > header.bg-grey-xs {
		background-color: #D3D3D3;
		border-bottom: 1px solid #eee;
	}
}


/******************************* Element stlyes *********************************/

/* Default links */
a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.1s;
}
a:hover, a:focus {
	text-decoration: none;
}
a:hover, a:active {
	color:#d9534f;
}
a:focus {
	color: #d9534f;
	outline: none;
	outline-offset: 0px;
}
a:visited {
	text-decoration: none;
}

a.hover-black:hover, a.hover-black:focus, a.hover-black:active { color: black; }
a.hover-underline:hover, a.hover-underline:focus, a.hover-underline:active { text-decoration: underline; }

a.img img {
	display: block;
	transition: opacity 0.3s;
}
a.img:hover img {
	opacity: 0.7;
}

a.glow {
	color: #DEDEDE;
	text-decoration: none;
	transition: all 0.1s;
}
a.glow:hover, a.glow:active {
	color: white;
	text-shadow: 0 0 10px orange, 0 0 20px orange;
}


/* Utils */
.no-padding { padding: 0 !important; }
@media (max-width: 768px) { .no-padding-xs { padding: 0 !important; } }
.no-margin { margin: 0 !important; }
a.block, span.block { display: block; }
.uppercase { text-transform: uppercase; }
.no-wrap { white-space: nowrap; }
.position-initial { position: initial; }

/* Text colors */
.txt-color-light {color: #DEDEDE;}
.txt-color-dark  {color: #0A0A0A;}
.txt-color-black {color: black;}
.txt-color-white {color: white;}
.txt-color-grey  {color: #666;}
.txt-color-orange {color: #EB5F00;}
.txt-color-green {color: #44A300;}
.txt-color-yellowgreen {color: #C7D927;}

/* Background styles */
.bg-transparent { background: none transparent;}
.bg-color-dark {background-color: #0A0A0A;}
.bg-color-light {background-color: #DEDEDE;}
.bg-color-black {background-color: black;}
.bg-color-white {background-color: white;}
.bg-color-grey {background-color: #7b7b7b;}
.bg-color-orange {background-color: #EB5F00;} /*#EE6200*/
.bg-color-green {background-color: #44A300;}
.bg-color-lightgreen {background-color: #AEF474;}
.bg-color-yellowgreen {background-color: #C7D927;}
.bg-color-lightyellowgreen {background-color: #DFE986;}

/* Gradient backgrounds */

.bg-gradient-grey {
	background: -webkit-linear-gradient(rgb(202, 202, 202), rgb(227, 227, 227));
	background: -o-linear-gradient(rgb(202, 202, 202), rgb(227, 227, 227));
	background: -moz-linear-gradient(rgb(202, 202, 202), rgb(227, 227, 227));
	background: linear-gradient(rgb(202, 202, 202), rgb(227, 227, 227));
}
.bg-gradient-grey1 {
	background: -webkit-linear-gradient(rgb(237, 237, 237), rgb(202, 202, 202));
	background: -o-linear-gradient(rgb(237, 237, 237), rgb(202, 202, 202));
	background: -moz-linear-gradient(rgb(237, 237, 237), rgb(202, 202, 202));
	background: linear-gradient(rgb(237, 237, 237), rgb(202, 202, 202));
}

.tablas { float:left;width:100%; margin:0 ;}




/*tablas*/
.table_list {background-color:#ffffff;margin-top:20px;color:#000000;width:100%}
.table_list.pais{background-color:#ffffff;color:#000000;font-size:14px;border:0;}
.table_list th{text-align:left;font-weight:600;padding:7px; background-color:#f5f5f5;font-size:14px;border:1px solid #e0e0e0;}
.table_list th.pais{font-size:14px;padding:15px;border:1px solid #e0e0e0;background-color:#eaeaea; text-align:left  }
.table_list tr{text-align:left;font-weight:bold; background-color:#ffffff;border:1px solid #e0e0e0;}
.table_list td{text-align:left; vertical-align:top; padding:7px;border:1px solid #e0e0e0;font-size:14px; font-weight: normal;}
.table_list_result {background-color:#ffffff;margin-top:20px;color:#000000;}
.table_list_result th.pais{font-size:14px; text-align:center;padding:8px;border:1px solid #e0e0e0;}
.tabla_index {width:280px;}
.tabla_index  td{padding:0px 0 3px;}
.table td.lineTH {background:#272729; height:1px;padding: 0;}
.table_list_result tbody tr th{
	padding: 10px;
}
.table_list.table_fit th {
padding: 5px;
}
.table-div table  th.pais {padding: 20px 15px !important;}

/* Font sizes and styles */
.font-xxs { font-size: 11px; }
.font-xs { font-size: 13px; }
.font-sm { font-size: 14px; }
.font-default { font-size: 16px;}
.font-md { font-size: 18px; }
.font-lg { font-size: 24px; }
.font-xl { font-size: 30px; }

@media (max-width: 768px) {
	body {font-size: 14px;}
	.font-xs { font-size: 12px; }
	.font-sm { font-size: 13px; }
	.font-default { font-size: 14px;}
	.font-md { font-size: 16px; }
	.font-lg { font-size: 20px; }
	.font-xl { font-size: 24px; }
}

.regular { font-family: 'Myriad Pro Regular', sans-serif;}
.bold { font-family: 'Myriad Pro Bold', sans-serif;}
.condensed { font-family: 'Myriad Pro Condensed', sans-serif;}
.bold.italic { font-family: 'Myriad Pro Bold Italic', sans-serif;}
.bold.condensed { font-family: 'Myriad Pro Bold Condensed', sans-serif;}
.condensed.italic { font-family: 'Myriad Pro Condensed Italic', sans-serif;}
.bold.condensed.italic { font-family: 'Myriad Pro Bold Condensed Italic', sans-serif;}

/************* Bootstrap elements *************/

.img-responsive.full-width {
	width: 100%;
}
.img-responsive.full-height {
	height: 100%;
}

.vertical-group > div { margin-bottom: 5px; }


/* OCA Arrows */
.oca-arrow-left, .oca-arrow-right {
	width: 30px;
	padding: 2px 10px;
}
.oca-arrow-up, .oca-arrow-down {
	width: 30px;
}

/* OCA Input elements */
.input-group-oca { width: 100%; }
.input-group-oca input {
	background-color: #efefef;
	border-radius: 0 !important;
	color: black;
	height: 25px !important;
	margin-top: 3px;
	padding: 0 10px !important;
}
.input-group-oca .input-group-btn button {
    z-index: 2;
    border-radius: 4px !important;
    font-size: 14px !important;
    padding: 3px 8px !important;
}
.form-control.orange:focus {
    border-color: orange;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 184, 112, 0.6);
    outline: 0 none;
}

/* Custom OCA bootstrap-select */
/* Fix for bootstrap-select plugin */
button.selectpicker .caret {
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid;
}
.oca-select-group .bootstrap-select {
	margin: 5px 0;
}

.bootstrap-select button.selectpicker.thin {
	padding: 3px 12px;
}
.bootstrap-select button.selectpicker.btn-oca {
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 2px 10px;
	background-color: #EFEFEF;
	font-size: 13px;
	/*text-transform: uppercase;*/
}
.bootstrap-select button.selectpicker.btn-oca .caret {
	width: 26px;
	height: 26px;
	top: 0 !important;
	right: -2px !important;
	/* btn-warning style */
	display: block;
	border-radius: 4px;
	background-image: linear-gradient(to bottom, #f0ad4e 0px, #eb9316 100%);
	background-repeat: repeat-x;
	border: 1px solid #e38d13;
}
.bootstrap-select.open button.selectpicker.btn-oca .caret {
	background-color: #eb9316;
	border-color: #e38d13;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
}
.bootstrap-select button.selectpicker.btn-oca .caret::after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 12px solid white;
	content: " ";
	position: absolute;
	right: 4px;
	top: 7px;
}

/* 5 column layout */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

/* video wrappers for youtube iframed videos */
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	/*margin-bottom: 10px; */
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* video thumbnails */
.video-thumbnail {
	position: relative;
	max-width: 150px;
	margin: 0 auto;
	display: block;
}
.video-thumbnail .play {
    position: absolute;
    left: 50%;
    top: 50%;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.6);
}
.video-thumbnail .play.play-xs {
    margin-left: -10px;
    margin-top: -10px;
}
.video-thumbnail .play.play-sm {
	margin-left: -15px;
	margin-top: -15px;
}
.video-thumbnail .play.play-md {
    margin-left: -20px;
    margin-top: -20px;
}
.video-thumbnail img { transition: opacity 0.3s}
.video-thumbnail:hover img { opacity: 0.7; }

/* image captions */
.img-caption {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.img-caption div.caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 20px;
	background-color: rgba(0,0,0,0.65);
	color: white;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.8);
}
.img-caption img { display: block; }
.img-caption img.fit-width { width: 100%; height: auto; }
.img-caption img.fit-height { height: 100%; width: auto; }
a.img-caption img { transition: opacity 0.3s; }
a.img-caption:hover img { opacity: 0.7; }

/* article paragraphs */
.article p {
	padding: 10px 0;
}

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

.navbar{
	margin-bottom:0 !important; padding:10px !important; border-radius: unset !important;
}
.navbar-brand{
	padding:0 !important;
      
}
.navbar-brand img{
	height:inherit !important;
	width: auto !important;
     
}
.navbar-toggle {
	margin-right: 10px !important;
}
.dropdown-menu{
	left: -274px !important;
	padding: 0 !important;
	height: 356px !important;
    overflow-y: scroll !important;

}
#side_drop.dropdown-menu{
	left: 0 !important;
	font-size: 12px !important;
}
#side_drop.dropdown-menu h6{
	margin-left: 5px;
}
.dropdown-menu::-webkit-scrollbar {
	width: 3px;
	height: 2px;
	background-color: #d9544f42;
}
.dropdown-menu::-webkit-scrollbar-thumb {
	background: #d9534f;
  }
.dropdown-menu>li>a{
	
    padding: 15px !important;
	border-bottom: 1px solid #efefef;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:active
{
	color: #d9534f;
    background: #d9534f38;
}

.margin-top{
	margin-top: 30px !important;
}
.games_name ul{
padding: 0 !important;

}
.games_name ul li{
	list-style: none !important;
	margin-top: 5px;

}
.events{
	width: 100%;
    padding:0 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px #e1e1e1;
	height: 90px;
    display: grid;
}

.events:hover{
	background-color: #d9534f14;
}

.events-main{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
   
    justify-content: center;
}
.event_side{
	width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px #e1e1e1;
	height: 75px;
    display: grid;
}
.event_side img{
    width: 40px!important;
    float: left !important;
}
.event_side a p{
	padding: 0;  
    margin: 0;
	color:#575757;
}
.event_side a {
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-evenly;
    flex-wrap: nowrap;
    gap: 10px;
	color: #575757;
	cursor: auto;
}
.events img{
    width: 30px!important;
    float: left !important;
}
.events a p{
	padding: 0;
    margin: 0;
	color:#575757;
	font-size:12px ;
}
.events a p{
	color:#575757;
}
.events a {
	font-size:12px ;
    width: 100%;
    display: flex;
    align-items: center;
	justify-content: space-evenly;
    flex-wrap: nowrap;
    gap: 10px;
	color: #575757;
}
.table tbody tr td{
	color:#575757;
} 
.table-div{
	background-color: #f7f7f7;
	border-radius: 5px;
	
}
span.sidebar_game_menu {
	height: 70vh;
	margin: 8px 0;
	border-radius: 5px;
	box-shadow: 0 0 5px #e1e1e1;
	overflow-y: scroll;
}
span.sidebar_game_menu::-webkit-scrollbar {
	width: 3px;
	height: 2px;
	background-color: #d9544f42;
}
span.sidebar_game_menu::-webkit-scrollbar-thumb {
	background: #d9534f;
  }
span.sidebar_game_menu a{
	
	border-bottom: 1px solid #efefef;
	padding: 10px;
}
span.sidebar_game_menu a:hover, span.sidebar_game_menu a:active {
 
    color: #d9534f;
    background: #d9534f38;
  
}
span.sidebar_game_menu h6 {
	padding: 7px 0 0 10px;
}
    
.pdf{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.thumbnail{
	min-height:240px;
	border:none !important;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
	padding: 15px 0 0 0;
	border-radius: 10px;
	transition: 0.3s all;
  }
  .thumbnail img{
	height: 92px !important;
width: 90px;
object-fit: contain;
  }
  .thumbnail p{
	text-align:center !important;
  }
  .thumbnail h3{
	font-size:14px !important;
	text-align:center !important;
	margin:0;
	line-height:20px
  }
  .thumbnail a{
	border-radius: 20px;
	padding: 5px 30px;
	margin: 15px 0 0  0;
   
  }
  .thumbnail .caption{
	padding:15px 40px;
	padding-bottom:0px;
  }
  .thumbnail:hover {
    background: #b7b7b733;
}
.thumbnail:hover img{
	border-radius: 50%;
	background-color: #fff;
}
  .btn-sm{
	border-radius: 20px !important;
  }
  ul.game_btn{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
	padding: 0 !important;
}
.game_btn li {
position: relative;
width: 24%;

}
.game_btn li:hover a{
	background: #7fbf7c;

}
.game_btn li a{
	padding: 10px 20px;
color: #fff;
background: #08a402;
border-radius: 10px;
width: 100%;
display: inline-block;
transition: 0.3s all;
}


.game_btn li:after {
content: ">";
position: absolute;
right: 10px;
color: #fff;
top: 5px;
font-size: 22px;
}
.drop_btn{
	white-space: nowrap;
	padding: 10px 20px;
	color: #fff;
	background: #222222;
	border-radius: 10px;
	width: 100%;
	display: inline-block;
	transition: 0.3s all;
}
.drop_btn:hover{
	background: #d9534f;
	color: #fff !important;
}
.drop_btn:active a{
	color: #fff !important;
}
.drop_btn .caret{
	margin-left: 67px !important;
}

.sport_list{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
div.scroll_table{
	width: 100% !important;
	overflow-x: auto !important;
}
.scroll_table::-webkit-scrollbar {
	width: 3px;
	height: 5px;
	background-color: #d9544f42;
}
.scroll_table::-webkit-scrollbar-thumb {
	background: #d9534f;
  }

  tr.cabecera {
    position: sticky;
    top: 0;
    left: 0;
    background: #f7f7f7;
}
.tablas.table-div {
   max-height: 100vh;
    overflow: auto;
}

.table-div::-webkit-scrollbar {
	width: 3px;
	height: 5px;
	background-color: #d9544f42;
}
.table-div::-webkit-scrollbar-thumb {
	background: #d9534f;
  }
  @media only screen and (max-width: 991px){
	.game_btn li {
		width: 23% !important;
	}
}
@media only screen and (max-width: 768px) {
	body nav div#navbar {
		margin-left: 0 !important;
		width: auto;
		margin-right: 0;
		overflow: hidden;
	}
	.main_content {
		min-height: calc(100vh - 202px);
	}
	.game_btn li {
		width: 32% !important;
	}
}

  @media only screen and (max-width: 548px) 
{
	body nav div#navbar {
		margin-left: 0 !important;
		width: 100%;
		margin-right: 0;
		overflow: hidden;
	}

	.drop_btn .caret{
		margin-left:unset !important;
	}
	.pdf span:nth-child(2) {
		display: flex;
	  }
	  #side_drop.dropdown-menu{
		left: -100px !important;
	  }
	  .table-div{
		overflow: auto;
		margin-top: 10px;
	  }
	
	  .game_btn li{
		width: 100% !important;
	  }

}
@media only screen and (max-width: 360px) {
	.navbar{
		padding: 10px 3px !important;
	}
	.navbar-toggle {
		margin-right: 5px !important;
	}
}
@media only screen and (max-width: 280px)
{.navbar-brand{
	width: 75vw;
}
	.navbar-brand img {
		height: auto !important;
		width: 100%!important;
		padding-top: 10px;
	}
}