body {
	background:  #fff;
}
h1 strong {
	color: #c20f2f;
}
h2  {
	font-size: 1.6rem;
}
.nav-tabs li.active {
	background-color:  #c20f2f;
}
.nav-tabs li {
	background-color:#006fbe;
	border-top-left-radius: 8px !important;
	border-top-right-radius: 8px !important;
	margin-top: 5px;
}
.nav-tabs li a {
	color:  #fff;
	padding-left: 20px;
	padding-right: 20px;
}
.nav-tabs li a {
	text-decoration: none;
	color:  #fff;
}
.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: #c20f2f;
	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: #c20f2f;
}

@media screen and (max-width: 790px) {
	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;
	}
}