<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Roboto:100,400,500,700');
* {
	margin: 0;
	padding: 0;
}
html, .full-app-container {
	overflow: auto;
}
.app-container {
	background-image: linear-gradient(-1deg, #FFFFFF 50%, #FAFAFA 120%);
	color: #2A2A2A;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	line-height: 22px;
	max-width: 500px;
	margin: 0 auto;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

}
.app-container strong {
	color: #2A2A2A;
}

.app-container img {
	max-width: 100%;
}

.app-container-top {
	background: url(../images/top-bg-mobile.png) top center no-repeat;
	background-size: contain;
	background-position: 0 -5px;
	padding-top: 40px;
	text-align: center;
}

.top-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;

}

.top-logo h2 {
	text-transform: uppercase;
	color: white;
	text-align: left;
	padding-left: 15px;
	font-size: 28px;
	line-height: 29px;
}

.top-logo + .lead {
	color: white;
	max-width: 295px;
	margin: 20px auto;
}

.desktop {
	display: none;
}

.top-logo img {
	width: 66px;
}

.app-col-left img{
	margin: 0 auto;
	max-width: 490px;
	width: 80%;

}

.app-header {
	padding: 0px 10px 40px;
}

.app-header h2 {

	font-size: 32px;
	font-weight: 500;
	margin-bottom: 10px;
}

.app-header h2 span {
	background: #E44233;
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	padding: 0px 8px 0px 3px;
	position: relative;
	top: -8px;
	text-transform: uppercase;
}

.app-header h2 span:before {
	content: '';
	background: #fff;
	display: inline-block;
	border: 3px solid #fff;
	-webkit-border-radius: 30px;
	height: 1px;
	width: 1px;

	-webkit-animation: pulsate 1s ease-out;
	-webkit-animation-iteration-count: infinite; 
	opacity: 0.0;
	margin: 0px 5px;
}

@-webkit-keyframes pulsate {
	0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
	50% {opacity: 1.0;}
	100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.app-header .lead {
	color: #212121;
}
.app-header .lead strong {
	display: block;
}

.app-header ul {
	margin: 25px 10px;
}

.app-header ul li {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 5px;
}

.app-header ul li:before {
	content: "-";
	display: inline-block;

	margin: 2px 5px;


}
.app-header ul li:first-of-type:before {
	display: none;
}

.app-header ul + p {
	color: #212121;
	padding: 0 20px;
}

.app-download-btns {
	margin: 40px 0 10px;
}

.app-download-btns p {
	color: #212B4C;
	font-size: 22px;
	margin-bottom: 30px;
}

.app-download-btns p strong{
	color: #212B4C;
}

.app-download-btns a {
	display: inline-block;
	margin: 5px;
}

.app-features {
	padding: 0 10px;
	text-align: center;
}

.app-features h2 {
	font-size: 36px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 35px;
}
.app-features p {
	color: #808080;
	padding: 0 20px;
	margin-bottom: 30px;
}

.app-features-item {
	margin: 40px 0;
}

.app-features-item img {
	position: relative;
	left: -5px;
	margin-bottom: 15px;
	max-width: 342px;
}

.app-novedades {
	margin: 45px 0;
	text-align: center;
}

.app-novedades img {
	width: 100%;
}

.app-novedades .img-desktop {
	display: none;
}

.app-novedades-text {
	margin: 35px 0;
	padding: 0 10px;
}

.app-novedades-text h3 {
	font-size: 34px;
	line-height: 37px;
	font-weight: 500;
	margin-bottom: 25px;
	text-transform: uppercase;
}

.app-novedades-text p {
	color: #212121;
	text-align: left;
	padding: 0 15px;
	margin-bottom: 5px;
}

.app-action  {
	text-align: center;
	margin: 50px 0 0;
	padding: 0 10px;
}

.app-action img {
	margin-bottom: 35px;
	max-width: 330px;
}

.app-action-text p {
	font-size: 22px;
	color: #212B4C;
	margin-bottom: 20px;
}

.app-action-text p strong{

	color: #212B4C;

}
.app-stores a {
	display: inline-block;
	margin: 5px;
}

.mas-apps {
	background-image: linear-gradient(-1deg, #FFFFFF 13%, #EBEBEB 84%);
	margin-top: 30px;
	padding: 40px 0;
}



.mas-apps h2 {
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}

.apps-container ul {
	display: inline-grid;
	grid-template-columns: repeat(8, 1fr);
	margin-top: 30px;
	width: 100%;
}

.apps-container ul li {
	display: inline-block;
	text-align: center;
	justify-self: center;
}

.apps-container ul li img{
	margin: 16px 0;
	width: 110px;
}

.apps-container ul li h3{
	font-size: 18px;
	margin-bottom: 12px;
}

.apps-container ul li p {
	font-size: 11px;
	color: #747474;
	text-transform: uppercase;
}

.apps-container .app_btns a {
	display: inline-block;
}


.apps-container .app_btns a img {
	margin: 10px 2px;
}

@media (max-width: 995px) {
	.mas-apps {
		overflow: hidden;
		position: relative;
	}

	.mas-apps:after {
		background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(235,235,235,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(235,235,235,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(235,235,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		bottom: 0;
		content: "";
		height: 100%;
		opacity: 0.5;
		position: absolute;
		right: 0;
		top: 0;
		width: 100px;
	}

	.apps-container {
		width: 100%;
		overflow: auto;
	}

	.apps-container ul {
		grid-template-columns: repeat(4, 25%);
	}

	.apps-container ul li img{
		margin: 8px 0;
		width: 56px;
	}

	.apps-container ul li h3 {
		font-size: 14px;
		margin-bottom: 12px;
		line-height: 17px;
	}
}


@media (min-width: 996px) {

	.mobile {
		display: none;
	}

	.desktop {
		display: flex;
	}
	.app-container {
		max-width: 1440px;
	}
	.app-container-top {
		background: url(../images/top-bg-desktop.png) top center no-repeat;
		background-position: 0 -20px;
		background-size: 70%;
		text-align: center;
		padding-top: 130px;
	}

	.top-logo {
		justify-content: flex-start;
	}
	.top-logo h2 {
		color: #212121;
		line-height: 36px;
	}

	.top-logo img {
		width: 86px;
	}

	.app-col-left {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}

	.app-col-right {
		display: inline-block;
		vertical-align: top;
		width: 49%;
	}

	.app-col-left img{
		margin-left: 15%;
	}

	.app-header {
		padding: 0 0 0 35px;
		text-align: left;
	}

	.app-header h2 span{
		font-size: 9px;

	}

	.app-header .lead {
		margin: 20px 0;
	}
	.app-header .lead strong {
		display: inline
	}

	.app-header ul {
		margin: 20px 0px;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		max-width: 260px;
	}

	.app-header ul li {
		display: block;
	}

	.app-header ul li:first-of-type:before {
		display: inline-block;
	}

	.app-header ul + p {
		padding: 0;
		max-width: 480px;
	}

	.app-download-btns {
		margin-top: 30px;
	}

	.app-download-btns p {
		margin-bottom: 20px;
	}

	.app-features {
		margin-top: 60px;
	}

	.app-features p {
		max-width: 724px;
		margin: 0 auto 35px auto;
	}

	.app-features-item {
		width: 33%;
		display: inline-block;
		vertical-align: top
	}
	.app-features-item p {
		max-width: 330px;
	}

	.app-novedades {
		background: url(../images/bg-novedades-desktop.png) bottom center no-repeat;
	}

	.app-novedades-inner {
		max-width: 800px;
		margin: 0 auto;
		text-align: center;
	}
	.app-novedades .img-desktop {
		display: inline-block;
		width: 49%;
		max-width: 316px;
		vertical-align: bottom;
	}

	.app-novedades .img-mobile {
		display: none;
	}

	.app-novedades-text {
		color: #fff;
		display: inline-block;
		vertical-align: bottom;
		margin-bottom: 3%;
		padding-left: 20px;
		width: 55%;
		text-align: left;

	}
	.app-novedades-text h3 {
		margin-bottom: 20px;
	}
	.app-novedades-text p {
		color: #fff;
		font-size: 16px;
		margin-bottom: 3px;
		padding-left: 0;
	}

	.app-action {
		margin: 72px 0
	}

	.app-action img {
		display: inline-block;
		vertical-align: middle;
	}

	.app-action-text {
		display: inline-block;
		max-width: 350px;
		vertical-align: middle;
		padding-left: 50px;
	}


}

@media (min-width: 1200px) {

	.app-container-top {

		background-size: 68%;
		
	}
}</pre></body></html>