body {
	background: linear-gradient(90deg, #005ca9 6%, #fff 6%);
}
/*body > .container {
	margin-left: 0 !important;
	padding-left: 0px !important;
}*/
 .link {
 	word-wrap: break-word;
 }

#winners .table-striped tbody tr {
	background-color: #005ca9;
 border-left: 5px solid #2b5cb0;
 border-right: 5px solid #2b5cb0;
}
#winners .table-striped tbody tr:nth-of-type(odd) {
	background-color: #005ca9;
 border-left: 5px solid #2b5cb0;
 border-right: 5px solid #2b5cb0;
}
#winners .table-hover tbody tr:nth-of-type(odd):hover {
 background-color: #005ca9;
}
#winners .table-striped tbody tr td  p {
	color: #fff;
	text-align: center !important;
	margin: 10px 0px !important;
}
#winners table tr td p > strong {
	font-size: 1.3rem;
	color: #fff268;
}


h1 strong {
	color: #3a3a3a;
}
h2  {
	font-size: 1.6rem;
}
p {
	margin: 0;
}
p.text-center {
	font-weight: bold;
	font-size: 1.8rem;
}
p.text-left {
	font-weight: bold;
	font-size: 1.5rem;
}
.show_principal .espaciado,
.show_more {
	padding: 0px 50px;
	margin-left: 6% !important;
	margin-right: 6% !important;
}
.ganadores {
	margin-left: 3% !important;
}
/*.barra_lateral {
	background-color: #d85332;
	position: absolute;
	height: 100%;
	width: 125px;
	z-index: -1;
}*/
.nav-tabs {
	padding-left: 45px;
	border-bottom: none;
}
.nav-tabs li.active {
	/*background-color: #7cb248;*/
	/*padding: 10px;*/
}
.nav-tabs li {
	/*background-color:#ca4d2f;
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
	padding: 10px;*/
}
.nav-tabs li.active a {
	background-color: #fff268;
	padding-top: 22px;
 padding-bottom: 15px;
 color: #000;
}
.nav-tabs li a {
	color:  #fff;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	padding-top: 12px;
 padding-bottom: 15px;
	top: -40%;
	position: relative;
	text-decoration: none;

	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
	background-color: #005ca9;
}
/*.nav-tabs li a {
	text-decoration: none;
}*/
.tab-pane img {
	/*padding-top: 5px;*/
	padding-bottom: 35px;
}
.tab-pane h2 {
	margin-bottom: 35px;
	/*color: #5b3832;*/
}
.tab-pane h3, .tab-pane h5 {
	/*color: #5b3832;*/
}
.tab-pane h3 {
	margin-top: 35px;
}
.tab-pane p {
	/*color: #5b3832;*/
	text-align: justify;
}
.tab-pane p span {
	font-weight: 700;
}
.tab-pane p a:hover {
	text-decoration: none;
}
.tab-pane b {
	 display: block;
	 /*color: #5b3832;*/
	 font-weight: normal;
}
.tab-pane ul.incentivos li {
	/*list-style: none;*/
	/*color: #5b3832;*/
}
.tab-pane ul.incentivos li::market {
	/*color: #5b3832;*/
}
ul.rest_limit li,
ul.sup_desc li,
ul.cond_grals li,
ul.aut_uso_dts li {
	list-style: none;
}
.rest_limit li, .sup_desc li, .cond_grals li, .aut_uso_dts li {
	list-style: none;
	/*color: #5b3832;*/
}
.tab-pane ul.aviso_priv li::market {
	/*color: #5b3832;*/
}
.tab-pane ul.aviso_priv li {
	text-decoration: underline;
	/*color:  #5b3832;*/
}
.tab-pane ul.aviso_priv p {
	text-align: justify;
	/*color: #5b3832;*/
	margin-top: 35px;
	text-decoration: none !important;
}
.tab-pane ul.aviso_priv p span {
	font-weight: 700;
}
.tab-pane ul.aviso_priv b {
	display: block;
	/*color: #5b3832;*/
	font-weight: normal;
}
.tab-pane ul.juris_ley_apl li {
	list-style: none;
	text-decoration: underline;
	/*color:  #5b3832;*/
}
footer {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 25px;
}
footer ul {
	float: right;
}
footer ul li {
	list-style: none;
	display: inline-block;
}
footer ul li a img {
	width: 50px;
}
footer p {
	color: #fff;
	display: inline-block;
	width:  auto;
	padding: 0;
	font-size: 14px;
	margin-top: 6px;
	position: relative;
	/*left: 73%;*/
}


#loadMore {
 padding: 10px;
 text-align: center;
 background-color: transparent !important;
 /*color: #5b3832;*/
 border-width: 0 1px 1px 0;
 border-style: solid;
 border-color: #fff;
 box-shadow: 0 1px 1px #ccc;
 transition: all 600ms ease-in-out;
 -webkit-transition: all 600ms ease-in-out;
 -moz-transition: all 600ms ease-in-out;
 -o-transition: all 600ms ease-in-out;
 margin-top: 15px;
 margin-bottom: 15px;
}
#loadMore:hover {
 background-color: #fff;
}
#loadMore .fas {
	/*color: #5b3832;*/
}

.totop {
  /*position: fixed;
  bottom: 10px;
  right: 20px;*/
}
.totop a {
    display: none;
}
#g_top {
	bottom: 60px;
	position: fixed;
	right: 2%;
	color: #fff268;
}

@media screen and (max-width: 790px) {
	.titutlo {
		font-size: 1rem !important;
		padding-top: 0 !important;
	}
	.titutlo-principal {
		font-size: 1.5rem !important;
	 line-height: 1.1 !important;
	 margin-bottom: 50px !important;
	}

	footer ul {
		float: none;
		text-align: center;
		padding-left: 0;
	}
	footer p {
		left: 0;
		margin:0 auto;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}
}

@media(max-width: 640px) {
	.titutlo {
		line-height: 1.2;
	}
	table  tr td p strong {
		font-size: 0.8rem;
	}
	table  tr td p {
		font-size: 14px;
	}
	.tab-pane img {
		padding-top: 1.5px;
		padding-bottom: 17.5px;
	}


	body  {
		background:  #fff !important;
	}
	/*body > .container {
		margin-left: auto !important;
		padding-left: 15px !important;
	}*/
	.nav-tabs {
		padding-left: 0px;
	}
	.nav-tabs li a {
		border-radius: 0px !important;
		width: 100%;
		text-align: center;
	}
	.show_principal .espaciado,
	.show_more,
	.ganadores {
		padding: 0px;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}

@media only screen and (max-width: 365px) {
	.tab-pane img {
		padding-top: .5px;
	}
}


@media only screen and (max-width: 340px) {
	ul.nav {
		display: block;
	}
	ul.nav li {
		width: 100%;
	}
	ul.nav li a {
		display: block;
	}

}