<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*\
    Generales
\*------------------------------------*/
.clr {
	clear: both;
}
/*------------------------------------*\
    Css Carrucel
\*------------------------------------*/
.ei-slider {
	position: relative;
	width: 100%;
	height: 550px;
	margin: 0;
}
.ei-slider-loading {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	/*background: rgba(0,0,0,0.9);*/
	color: #fff;
	text-align: center;
	line-height: 350px;
}
.ei-slider-large {
	height: 100%;
	width: 100%;
	left: 0px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 0;
	margin: 0;
}
.ei-slider-large li {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img {
	width: 100%;
}
.ei-title {
	position: absolute;
	right: 40%;
	margin-right: 15%;
	top: 60%;
}
/* Thumbs */
.ei-slider-thumbs {
	height: 13px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li {
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element {
	top: 0px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: rgba(255,255,255,0.9);
}
.ei-slider-thumbs li a {
	display: block;
	text-indent: -9000px;
	background: #666;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	-ms-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover {
	background-color: #fff;
}
.ei-slider-thumbs li img {
	position: absolute;
	bottom: 30px;
	opacity: 0;
	z-index: 21;
	max-width: 100%;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-reflect: below 0px -webkit-gradient( linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255,255,255,0.3)) );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img {
	opacity: 1;
	bottom: 13px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.ei-title h2, .ei-title h3 {
	text-align: center;
}
.ei-title h2 {
	font-size: 50px;
	line-height: 60px;
}
.ei-title h3 {
	font-size: 75px;
	line-height: 40px;
}

@media screen and (min-width: 831px) and (max-width: 1000px) {
.ei-slider {
	position: relative;
	width: 100%;
	height: 450px;
	margin: 0;
}
.ei-title h2, .ei-title h3 {
	text-align: center;
}
.ei-title h2 {
	font-size: 39px;
	line-height: 50px;
}
.ei-title h3 {
	font-size: 30px;
	line-height: 40px;
}
}

/* styles for: Tablet Layout. */
@media screen and (min-width: 400px) and (max-width: 830px) {
.ei-slider {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 350px;
}
.ei-slider-large {
	padding: 0;
	margin: 10 0;
}
.ei-slider-large li img {
	width: 50%;
	right: 0;
	background-color: #C1FBC6
}
.ei-title {
	position: absolute;
	right: 0px;
	margin-right: 0px;
	width: 100%;
	text-align: center;
	top: auto;
	bottom: 10px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	padding: 5px 0;
}
.ei-title h2, .ei-title h3 {
	text-align: center;
}
.ei-title h2 {
	font-size: 20px;
	line-height: 24px;
}
.ei-title h3 {
	font-size: 30px;
	line-height: 40px;
}
}

/* Inherits styles from: Mobile Layout and Tablet Layout. */
@media screen and (max-width: 399px) {
.ei-slider {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 280px;
}
.ei-slider-large {
	padding: 0;
	margin: 10 0;
}
.ei-slider-large li img {
	width: 50%;
	right: 0;
	background-color: #C1FBC6
}
.ei-title {
	position: absolute;
	right: 0px;
	margin-right: 0px;
	width: 100%;
	text-align: center;
	top: auto;
	bottom: 10px;
	background: #fff;
	background: rgba(255,255,255,0.9);
	padding: 5px 0;
}
.ei-title h2, .ei-title h3 {
	text-align: center;
}
.ei-title h2 {
	font-size: 20px;
	line-height: 24px;
}
.ei-title h3 {
	font-size: 30px;
	line-height: 40px;
}
}
.bg_color {
	right: 0px;
	position: absolute;
	z-index: 100;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.50);
}
.bg_chart {
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	width: 80%;
	height: 80%;
	margin: 3% auto;
}
.Titulo_chart {
	font-weight: bold;
	color: rgba(255,255,255,1.00);
	font-size: 28px;
	padding-top: 15px;
	text-indent: 20px;
	padding-bottom: 15px;
	margin-bottom: 2%;
	float: right;
	width: 100%;
	background: rgba(184,178,178,0.50);
}

.SSFirstButton, .SSPreviousButton, .SSNextButton, .SSLastButton, .SSSlideLink, .SSCloseButton /* slideshowFreeStyle */ {
	cursor: pointer;
}

#u77-4 {
	width: 25px;
	min-height: 20px;
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	padding: 15px;
	text-align: center;
	line-height: 20px;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: fixed;
	left: 0px;
	color: #999999;
}
#u77-4popup {
	z-index: 100;
	position:absolute;
}
#u95-4 {
	width: 25px;
	min-height: 20px;
	border-style: none;
	border-color: transparent;
	background-color: #FFFFFF;
	padding: 15px;
	line-height: 20px;
	text-align: center;
	color: #999999;
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	position: fixed;
	left: 56px;

}
#u95-4popup {
	z-index: 101;
	position:absolute;
}
#u77-4:hover{
	background-color:rgba(65,152,213,1.00);
	color:rgba(252,252,252,1.00);
}
#u95-4:hover {
	background-color:rgba(65,152,213,1.00);
	color:rgba(252,252,252,1.00);
}
</pre></body></html>