@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;800&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}
strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
	height: 100%;
	font-size: 100%;
	overflow-x:hidden;
	overflow-y:scroll;
}
body {
	font-family: 'League Spartan', sans-serif;
	font-weight: 400;
	font-size:100%;
	line-height:1;
	color:#4D4D4D;
	min-height:100%;
	background: #fff;
}
:focus {
	box-shadow: 0 0 1px 0 #111;
}

body {
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Internet Explorer/Edge */
    user-select: none;         /* Estándar */
}

@media (min-width: 960px) {
	::-webkit-scrollbar {
	  width: 12px;
	}
	::-webkit-scrollbar-track {
	  background: #12345620;
	  border-radius: 0;
	}
	::-webkit-scrollbar-thumb {
	  background: #12345620;
	}
	::-webkit-scrollbar-thumb:hover {
	  background: #12345660;
	}
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}

@media (max-width: 960px) {
	.mobWrapper {
		position: relative;
		overflow-x: hidden;
		width: 100%;
	}
}

.section {
	padding: 5rem 0;
}
.page {
	font-size: 1rem;
	padding: 0 2.5rem;
	max-width: 1280px;
	margin: 0 auto;
	clear:both;
}
.row {
	margin: 0 -1.25rem -2.5rem;
	font-size: 0;
	clear: both;
}
.row.rtl {
	direction: rtl;
}
* + .row,
.row + * {
	margin-top: 4rem;
}
.page:after,
.row:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}
.col,
.gap {
	font-size: 1rem;
	box-sizing: border-box;
	padding: 0 1.25rem;
	min-height: 1px;
	text-align: left;
	direction: ltr!important;
	margin-bottom: 2.5rem;
}
.col > *:last-child {
	margin-bottom: 0!important;
}
@media (min-width: 960px) {
	.col,
	.gap {
		display: inline-block;
		vertical-align: top;
	}
	.v_ac .col,
	.v_ac .gap {
		vertical-align: middle;
	}
	.col1 {width: 8.333%;}
	.col2 {width: 16.666%;}
	.col3 {width: 25%;}
	.col4 {width: 33.333%;}
	.col5 {width: 41.666%;}
	.col6 {width: 50%;}
	.col7 {width: 58.333%;}
	.col8 {width: 66.666%;}
	.col9 {width: 75%;}
	.col10 {width: 83.333%;}
	.col11 {width: 91.666%;}
	.col12 {width: 100%;}
}
@media (max-width: 959px) {
	.section {
		padding: 3.5rem 0;
	}
	.col1,
	* + .col1 {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		margin: 0 0 2.5rem!important;
	}
	.col2 {
		display: block;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	.row + *,
	.col + .col,
	.gap + .col {
		margin-top: 2.5rem;
	}
}

.hr {
	clear: both;
	border-top: solid 1px rgba(0,0,0,.2);
	margin: 2.5rem 0;
}

a i,
button i {
	line-height: inherit!important;
}
a i + span,
button i + span {
	display: none;
}

picture,
svg,
img {
	display: block;
}
svg {
	width: auto;
	height: auto;
}
svg,
img {
	max-width: 100%;
}

.header {
	padding: 1.5rem 0;
	position: relative;
	z-index: 999;
	box-shadow: 0 0 .75rem .125rem rgba(0,0,0,.2);
}
.header h1 {
	font-size: 2rem;
	font-weight: bold;
	color: #624FBD;
	text-transform: uppercase;
	display: inline-block;
}
.bt_menu {
	display: none;
}
@media (min-width:960px) {
	.header nav {
		float: right;
		margin-top: .625rem;
	}
	.header nav li {
		display: inline-block;
		margin-left: 1rem;
	}
}
@media (max-width:960px) {
	.header h1 {
		margin-right: 2rem;
	}
	.header .bt_menu {
		font-size: 1rem;
		display: block;
		position: absolute;
		right: 2.5rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.header nav {
		position: absolute;
		left: 0;
		top: 100%;
		right: 0;
		background: #fff;
		z-index: -1;
		box-shadow: 0 0 .75rem .125rem rgba(0,0,0,.2);
		text-align: center;
		opacity: 0;
		visibility: hidden;
		transition: all 250ms ease;
	}
	.header nav li {
		display: block;
	}
	.header nav li a {
		line-height: 3.5em;
		display: block;
	}
	.header nav.visible {
		opacity: 1;
		visibility: visible;
	}
}
.header nav li a {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
}

.featured {
	padding: 2rem 0;
	background: url(../images/featured-bg.jpg);
	background-position: center center;
	background-size: cover;
	min-height: 16rem;
}
.featured .page div {
	max-width: 30rem;
	padding: 1.75rem 2rem;
	background: #ffffffcc;
	border-radius: 1rem;
}
.featured .page div h2 {
	font-size: 3rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .25rem;
	color: #624FBD;
}
.featured .page div p {
	font-size: 1.125rem;
	line-height: 1.2em;
	margin-bottom: 1rem;
}
.bt {
	display: inline-block;
	padding: 1rem 1.5rem;
	background: #624FBD;
	font-weight: bold;
	border-radius: .25rem;
	color: #fff;
}
.btLarge {
	padding: 2rem 2.5rem;
	display: block;
	font-size: 1.5rem;
	text-transform: uppercase;
	border-radius: .5rem;
	text-align: center;
}

#aplicaciones .page {
	max-width: 1024px;
}

#aplicaciones .card {
	padding: 1.5rem 1.625rem;
	background: #fff;
	border-radius: .5rem;
	box-shadow: 0 .125rem .5rem .125rem rgba(0,0,0,.2);
	position: relative;
}
#aplicaciones .card picture {
	display: block;
	margin: -1.5rem -1.625rem 0;
}
#aplicaciones .card picture img {
	border-radius: .5rem .5rem 0 0;
}
#aplicaciones .card h4 {
	line-height: 2.75rem;
	margin-top: -2.75rem;
	margin-bottom: 1.25rem;
	position: relative;
	text-align: right;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}
#aplicaciones .card p {
	line-height: 1.2em;
	margin-bottom: 1rem;
}
#aplicaciones .card a {
	font-weight: bold;
	color: #4899EA;
}
#aplicaciones .card a + a,
#aplicaciones .card a ~ img {
	float: right;
}
#aplicaciones .card a ~ img {
	height: 1.125rem;
	margin-left: .5rem;
	box-shadow: 1px 1px 0 0 rgba(0,0,0,.2);
}

.main__static {
	/* margin-top: -17rem; */
    margin-top: 2rem;
	margin-bottom: 3rem;
}
.main__info .section {
	background: #e8e5f5;
	padding: 3rem;
	min-height: 70vh;
}
.main__static .section {
	padding: 2.75rem 3rem;
	background: #ffffffdd;
	border-radius: 1rem;
	box-shadow: 0 .25rem 1rem .125rem rgba(0,0,0,.2);
}
.main__static h3 {
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	color: #624FBD;
}
.main__info h3 {
	font-size: 1.5rem;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: .75rem;
	border-bottom: solid 1px currentColor;
	margin-bottom: .75rem;
}
.main__static h4,
.main__info h4 {
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: .75rem;
}
.main__info p,
.main__static p {
	line-height: 1.3em;
	margin-bottom: .75rem;
}
@media (min-width: 960px) {
	p + .cols,
	.cols + .cols {
		margin-top: 2.5rem;
	}
	.cols {
		columns: 2;
		column-gap: 2rem;
	}
}

#aplicaciones .card.s_t a,
.main__static.s_t h3 {
 	color: #515D9A;
}
#aplicaciones .card.s_gya a,
.main__static.s_gya h3 {
 	color: #D3774D;
}
#aplicaciones .card.s_i a,
.main__static.s_i h3 {
 	color: #50BDCD;
}
#aplicaciones .card.s_p a,
.main__static.s_p h3 {
 	color: #9AA1E9;
}

.footer {
	padding: 4rem 0;
	background: #4D4D4D;
	color: #E2E2E2;
}
.footer .page {
	max-width: 1024px;
}
.footer h5 {
	font-weight: bold;
	margin-bottom: 1rem;
}
.footer p {
	line-height: 1.2em;
	margin-bottom: .5rem;
}
.footer .form {
	background-color: #fff;
	border-radius: .25rem;
	color: #4D4D4D;
	padding: 1.125rem 1.25rem;
	position: relative;
	margin-top: 1.5rem;
}
.footer .form input,
.footer .form textarea {
	width: 100%;
}
.footer .form button {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	z-index: 10;
	padding: .375rem .625rem;
	border-radius: .125rem;
	box-shadow: 0 0 .25rem 0 rgba(0,0,0,.2);
	text-transform: uppercase;
	font-weight: bold;
}
@media (min-width: 960px) {
	.footer .gap {
		height: 16.5rem;
		position: relative;
	}
	.footer .gap:before {
		content: '';
		position: absolute;
		left: 50%;
		top: 0;
		bottom: 0;
		border-left: solid 1px #E2E2E2;
	}
}
@media (max-width:960px) {
	html {
		font-size: 87.5%;
	}
	.featured .page div h2 {
		font-size: 2rem;
	}
}
