@charset "UTF-8";

/* VARIABLES */
:root{
  --primary-color: rgba(9,27,87,0.95);
  --secondary-color: #004a98;
  --bg: #F6F6F6;
  --tercero-color: #ffba00;
  --cuarto-color: #ffe001;
  --theme-color: rgba(9,27,87,0.95);
  --primary-font: "Outfit", sans-serif;
  --secondary-font: 'Inter', sans-serif;
}
.whatsapp-float{position:fixed;left:24px;bottom:24px;z-index:9999;display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff!important;text-decoration:none!important;box-shadow:0 14px 28px rgba(0,0,0,.24);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.whatsapp-float-icon{display:block;width:32px;height:32px;fill:currentColor}.whatsapp-float:hover,.whatsapp-float:focus{background:#1ebe5d;color:#fff!important;transform:translateY(-2px);box-shadow:0 18px 34px rgba(0,0,0,.3)}@media only screen and (min-width:1px) and (max-width:639px){.whatsapp-float{left:16px;bottom:16px;width:54px;height:54px}.whatsapp-float-icon{width:30px;height:30px}}

/* MEDIA QUERY */
@media print, screen and (min-width:40em) {
  .reveal,
  .reveal.tiny,
  .reveal.small,
  .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/* NORMALIZE */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
	margin: 0
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sub {
	bottom: -.25em
}
sup {
	top: -.5em
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
button, select {
	text-transform: none
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}
progress {
	vertical-align: baseline
}
textarea {
	overflow: auto
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto
}
[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details {
	display: block
}
summary {
	display: list-item
}
template {
	display: none
}
[hidden] {
	display: none
}
.foundation-mq {
	font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}
html {
	box-sizing: border-box;
	font-size: 100%
}
*, *::before, *::after {
	box-sizing: inherit
}
body {
	margin: 0;
	padding: 0;
	background: #fefefe;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic
}
textarea {
	height: auto;
	min-height: 50px;
	border-radius: 3px
}
select {
	box-sizing: border-box;
	width: 100%;
	border-radius: 3px
}
.map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
	max-width: none !important
}
button {
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0;
	border-radius: 3px;
	background: transparent;
	line-height: 1;
	cursor: auto
}
[data-whatinput='mouse'] button {
	outline: 0
}
pre {
	overflow: auto
}
button, input, optgroup, select, textarea {
	font-family: inherit
}
.is-visible {
	display: block !important
}
.is-hidden {
	display: none !important
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
p {
	margin-bottom: 1rem;
	font-size: inherit;
	line-height: 1.6;
	text-rendering: optimizeLegibility
}
em, i {
	font-style: italic;
	line-height: inherit
}
strong, b {
	font-weight: bold;
	line-height: inherit
}
small {
	font-size: 80%;
	line-height: inherit
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: inherit;
	text-rendering: optimizeLegibility
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
	line-height: 0;
	color: #cacaca
}
h1, .h1 {
	font-size: 1.5rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}
h2, .h2 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}
h3, .h3 {
	font-size: 1.1875rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}
h4, .h4 {
	font-size: 1.125rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}
h5, .h5 {
	font-size: 1.0625rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}
h6, .h6 {
	font-size: 1rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: .5rem
}
@media print, screen and (min-width:40em) {
	h1, .h1 {
		font-size: 3rem
	}
	h2, .h2 {
		font-size: 2.5rem
	}
	h3, .h3 {
		font-size: 1.9375rem
	}
	h4, .h4 {
		font-size: 1.5625rem
	}
	h5, .h5 {
		font-size: 1.25rem
	}
	h6, .h6 {
		font-size: 1rem
	}
}
a {
	line-height: inherit;
	color: #2ba6cb;
	text-decoration: none;
	cursor: pointer
}
a:hover, a:focus {
	color: #258faf
}
a img {
	border: 0
}
hr {
	clear: both;
	max-width: 62.5rem;
	height: 0;
	margin: 1.25rem auto;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #cacaca;
	border-left: 0
}
ul, ol, dl {
	margin-bottom: 1rem;
	list-style-position: outside;
	line-height: 1.6
}
li {
	font-size: inherit
}
ul {
	margin-left: 1.25rem;
	list-style-type: disc
}
ol {
	margin-left: 1.25rem
}
ul ul, ol ul, ul ol, ol ol {
	margin-left: 1.25rem;
	margin-bottom: 0
}
dl {
	margin-bottom: 1rem
}
dl dt {
	margin-bottom: .3rem;
	font-weight: bold
}
blockquote {
	margin: 0 0 1rem;
	padding: .5625rem 1.25rem 0 1.1875rem;
	border-left: 1px solid #cacaca
}
blockquote, blockquote p {
	line-height: 1.6;
	color: #8a8a8a
}
cite {
	display: block;
	font-size: .8125rem;
	color: #8a8a8a
}
cite:before {
	content: "— "
}
abbr, abbr[title] {
	border-bottom: 1px dotted #0a0a0a;
	cursor: help;
	text-decoration: none
}
figure {
	margin: 0
}
code {
	padding: .125rem .3125rem .0625rem;
	border: 1px solid #cacaca;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: normal;
	color: #0a0a0a
}
kbd {
	margin: 0;
	padding: .125rem .25rem 0;
	background-color: #e6e6e6;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	color: #0a0a0a;
	border-radius: 3px
}
.subheader {
	margin-top: .2rem;
	margin-bottom: .5rem;
	font-weight: normal;
	line-height: 1.4;
	color: #8a8a8a
}
.lead {
	font-size: 125%;
	line-height: 1.6
}
.stat {
	font-size: 2.5rem;
	line-height: 1
}
p + .stat {
	margin-top: -1rem
}
ul.no-bullet, ol.no-bullet {
	margin-left: 0;
	list-style: none
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.text-justify {
	text-align: justify
}
@media print, screen and (min-width:40em) {
	.medium-text-left {
		text-align: left
	}
	.medium-text-right {
		text-align: right
	}
	.medium-text-center {
		text-align: center
	}
	.medium-text-justify {
		text-align: justify
	}
}
@media print, screen and (min-width:64em) {
	.large-text-left {
		text-align: left
	}
	.large-text-right {
		text-align: right
	}
	.large-text-center {
		text-align: center
	}
	.large-text-justify {
		text-align: justify
	}
}
.show-for-print {
	display: none !important
}
@media print {
	* {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important
	}
	.show-for-print {
		display: block !important
	}
	.hide-for-print {
		display: none !important
	}
	table.show-for-print {
		display: table !important
	}
	thead.show-for-print {
		display: table-header-group !important
	}
	tbody.show-for-print {
		display: table-row-group !important
	}
	tr.show-for-print {
		display: table-row !important
	}
	td.show-for-print {
		display: table-cell !important
	}
	th.show-for-print {
		display: table-cell !important
	}
	a, a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	.ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
		content: ''
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	pre, blockquote {
		border: 1px solid #8a8a8a;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	tr, img {
		page-break-inside: avoid
	}
	img {
		max-width: 100% !important
	}
	@page {
		margin: .5cm
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3
	}
	h2, h3 {
		page-break-after: avoid
	}
	.print-break-inside {
		page-break-inside: auto
	}
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	border: 1px solid #cacaca;
	border-radius: 3px;
	background-color: #fefefe;
	box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus, textarea:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out
}
textarea {
	max-width: 100%
}
textarea[rows] {
	height: auto
}
input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
	background-color: #e6e6e6;
	cursor: not-allowed
}
[type='submit'], [type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px
}
input[type='search'] {
	box-sizing: border-box
}
::-webkit-input-placeholder {
	color: #cacaca
}
:-ms-input-placeholder {
	color: #cacaca
}
::-ms-input-placeholder {
	color: #cacaca
}
::placeholder {
	color: #cacaca
}
[type='file'], [type='checkbox'], [type='radio'] {
	margin: 0 0 1rem
}
[type='checkbox'] + label, [type='radio'] + label {
	display: inline-block;
	vertical-align: baseline;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0
}
[type='checkbox'] + label[for], [type='radio'] + label[for] {
	cursor: pointer
}
label > [type='checkbox'], label > [type='radio'] {
	margin-right: .5rem
}
[type='file'] {
	width: 100%
}
label {
	display: block;
	margin: 0;
	font-size: .875rem;
	font-weight: normal;
	line-height: 1.8;
	color: var(--primary-color);
}
label.middle {
	margin: 0 0 1rem;
	padding: .5625rem 0
}
.help-text {
	margin-top: -.5rem;
	font-size: .8125rem;
	font-style: italic;
	color: #0a0a0a
}
.input-group {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	margin-bottom: 1rem;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
	border-radius: 3px 0 0 3px
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
	border-radius: 0 3px 3px 0
}
.input-group-label, .input-group-field, .input-group-button, .input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	margin: 0;
	white-space: nowrap
}
.input-group-label {
	padding: 0 1rem;
	border: 1px solid #cacaca;
	background: #e6e6e6;
	color: #0a0a0a;
	text-align: center;
	white-space: nowrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}
.input-group-label:first-child {
	border-right: 0
}
.input-group-label:last-child {
	border-left: 0
}
.input-group-field {
	border-radius: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	flex: 1 1 0;
	min-width: 0
}
.input-group-button {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}
.input-group-button a, .input-group-button input, .input-group-button button, .input-group-button label {
	-webkit-align-self: stretch;
	align-self: stretch;
	height: auto;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1rem
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0
}
legend {
	max-width: 100%;
	margin-bottom: .5rem
}
.fieldset {
	margin: 1.125rem 0;
	padding: 1.25rem;
	border: 1px solid #cacaca
}
.fieldset legend {
	margin: 0;
	margin-left: -.1875rem;
	padding: 0 .1875rem
}
select {
	height: 2.4375rem;
	margin: 0 0 1rem;
	padding: .5rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #cacaca;
	border-radius: 3px;
	background-color: #fefefe;
	font-family: inherit;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	color: #0a0a0a;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out
}
@media screen and (min-width:0) {
	select {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")
	}
}
select:focus {
	outline: none;
	border: 1px solid #8a8a8a;
	background-color: #fefefe;
	box-shadow: 0 0 5px #cacaca;
	-webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
	-webkit-transition: box-shadow .5s, border-color .25s ease-in-out;
	transition: box-shadow .5s, border-color .25s ease-in-out
}
select:disabled {
	background-color: #e6e6e6;
	cursor: not-allowed
}
select::-ms-expand {
	display: none
}
select[multiple] {
	height: auto;
	background-image: none
}
.is-invalid-input:not(:focus) {
	border-color: #c60f13;
	background-color: #f8e6e7
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
	color: #c60f13
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
	color: #c60f13
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
	color: #c60f13
}
.is-invalid-input:not(:focus)::placeholder {
	color: #c60f13
}
.is-invalid-label {
	color: #c60f13
}
.form-error {
	display: none;
	margin-top: -.5rem;
	margin-bottom: 1rem;
	font-size: .75rem;
	font-weight: bold;
	color: #c60f13
}
.form-error.is-visible {
	display: block
}
.text-hide {
	font: 0/0 a !important;
	color: transparent !important;
	text-shadow: none !important;
	background-color: transparent !important;
	border: 0 !important
}
.text-truncate {
	max-width: 100% !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap !important
}
.text-nowrap {
	white-space: nowrap !important
}
.text-wrap {
	word-wrap: break-word !important
}
.text-lowercase {
	text-transform: lowercase !important
}
.text-uppercase {
	text-transform: uppercase !important
}
.text-capitalize {
	text-transform: capitalize !important
}
.text-overline {
	text-decoration: overline !important
}
.text-underline {
	text-decoration: underline !important
}
.text-line-through {
	text-decoration: line-through !important
}
.font-wide {
	letter-spacing: .25rem
}
.font-normal {
	font-weight: normal
}
.font-bold {
	font-weight: bold
}
.font-italic {
	font-style: italic !important
}
ul.list-disc {
	list-style-type: disc !important
}
ul.list-circle {
	list-style-type: circle !important
}
ul.list-square {
	list-style-type: square !important
}
ol.list-decimal {
	list-style-type: decimal !important
}
ol.list-lower-alpha {
	list-style-type: lower-alpha !important
}
ol.list-lower-latin {
	list-style-type: lower-latin !important
}
ol.list-lower-roman {
	list-style-type: lower-roman !important
}
ol.list-upper-alpha {
	list-style-type: upper-alpha !important
}
ol.list-upper-latin {
	list-style-type: upper-latin !important
}
ol.list-upper-roman {
	list-style-type: upper-roman !important
}
.rounded {
	border-radius: 5000px !important
}
.rounded:after {
	border-radius: 50%
}
.radius {
	border-radius: .1875rem
}
.bordered {
	border: .0625rem solid #cacaca
}
.shadow {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}
.arrow-down {
	display: block;
	width: 0;
	height: 0;
	border: inset .4375rem;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #0a0a0a transparent transparent
}
.arrow-up {
	display: block;
	width: 0;
	height: 0;
	border: inset .4375rem;
	content: '';
	border-top-width: 0;
	border-bottom-style: solid;
	border-color: transparent transparent #0a0a0a
}
.arrow-right {
	display: block;
	width: 0;
	height: 0;
	border: inset .4375rem;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #0a0a0a
}
.arrow-left {
	display: block;
	width: 0;
	height: 0;
	border: inset .4375rem;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #0a0a0a transparent transparent
}
.separator-center {
	text-align: center !important
}
.separator-center::before, .separator-center::after {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1
}
.separator-center::after {
	clear: both
}
.separator-center::after {
	position: relative !important;
	width: 3rem;
	border-bottom: .125rem solid #2ba6cb;
	margin: 1rem auto 0
}
.separator-left {
	text-align: left !important
}
.separator-left::before, .separator-left::after {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1
}
.separator-left::after {
	clear: both
}
.separator-left::after {
	position: relative !important;
	width: 3rem;
	border-bottom: .125rem solid #2ba6cb;
	margin: 1rem auto 0;
	margin-left: 0 !important
}
.separator-right {
	text-align: right !important
}
.separator-right::before, .separator-right::after {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1
}
.separator-right::after {
	clear: both
}
.separator-right::after {
	position: relative !important;
	width: 3rem;
	border-bottom: .125rem solid #2ba6cb;
	margin: 1rem auto 0;
	margin-right: 0 !important
}
.overflow-visible {
	overflow: visible !important
}
.overflow-x-visible {
	overflow-x: visible !important
}
.overflow-y-visible {
	overflow-y: visible !important
}
.overflow-hidden {
	overflow: hidden !important
}
.overflow-x-hidden {
	overflow-x: hidden !important
}
.overflow-y-hidden {
	overflow-y: hidden !important
}
.overflow-scroll {
	overflow: scroll !important
}
.overflow-x-scroll {
	overflow-x: scroll !important
}
.overflow-y-scroll {
	overflow-y: scroll !important
}
.display-inline {
	display: inline !important
}
.display-inline-block {
	display: inline-block !important
}
.display-block {
	display: block !important
}
.display-table {
	display: table !important
}
.display-table-cell {
	display: table-cell !important
}
.position-static {
	position: static !important
}
.position-relative {
	position: relative !important
}
.position-absolute {
	position: absolute !important
}
.position-fixed {
	position: fixed !important
}
.position-fixed-top {
	position: fixed !important;
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	z-index: 975
}
.position-fixed-bottom {
	position: fixed !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 975
}
.border-box {
	box-sizing: border-box !important
}
.border-none {
	border: none !important
}
.width-25 {
	width: 25% !important
}
.width-50 {
	width: 50% !important
}
.width-75 {
	width: 75% !important
}
.width-100 {
	width: 100% !important
}
.height-25 {
	height: 25% !important
}
.height-50 {
	height: 50% !important
}
.height-75 {
	height: 75% !important
}
.height-100 {
	height: 100% !important
}
.max-width-100 {
	max-width: 100% !important
}
.max-height-100 {
	max-height: 100% !important
}
.margin-0 {
	margin: 0
}
.margin-top-0 {
	margin-top: 0 !important
}
.margin-right-0 {
	margin-right: 0 !important
}
.margin-bottom-0 {
	margin-bottom: 0 !important
}
.margin-left-0 {
	margin-left: 0 !important
}
.margin-horizontal-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}
.margin-vertical-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}
.padding-0 {
	padding: 0
}
.padding-top-0 {
	padding-top: 0 !important
}
.padding-right-0 {
	padding-right: 0 !important
}
.padding-bottom-0 {
	padding-bottom: 0 !important
}
.padding-left-0 {
	padding-left: 0 !important
}
.padding-horizontal-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}
.padding-vertical-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}
.margin-1 {
	margin: 1rem
}
.margin-top-1 {
	margin-top: 1rem !important
}
.margin-right-1 {
	margin-right: 1rem !important
}
.margin-bottom-1 {
	margin-bottom: 1rem !important
}
.margin-left-1 {
	margin-left: 1rem !important
}
.margin-horizontal-1 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}
.margin-vertical-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}
.padding-1 {
	padding: 1rem
}
.padding-top-1 {
	padding-top: 1rem !important
}
.padding-right-1 {
	padding-right: 1rem !important
}
.padding-bottom-1 {
	padding-bottom: 1rem !important
}
.padding-left-1 {
	padding-left: 1rem !important
}
.padding-horizontal-1 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}
.padding-vertical-1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}
.margin-2 {
	margin: 2rem
}
.margin-top-2 {
	margin-top: 2rem !important
}
.margin-right-2 {
	margin-right: 2rem !important
}
.margin-bottom-2 {
	margin-bottom: 2rem !important
}
.margin-left-2 {
	margin-left: 2rem !important
}
.margin-horizontal-2 {
	margin-right: 2rem !important;
	margin-left: 2rem !important
}
.margin-vertical-2 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important
}
.padding-2 {
	padding: 2rem
}
.padding-top-2 {
	padding-top: 2rem !important
}
.padding-right-2 {
	padding-right: 2rem !important
}
.padding-bottom-2 {
	padding-bottom: 2rem !important
}
.padding-left-2 {
	padding-left: 2rem !important
}
.padding-horizontal-2 {
	padding-right: 2rem !important;
	padding-left: 2rem !important
}
.padding-vertical-2 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important
}
.margin-3 {
	margin: 3rem
}
.margin-top-3 {
	margin-top: 3rem !important
}
.margin-right-3 {
	margin-right: 3rem !important
}
.margin-bottom-3 {
	margin-bottom: 3rem !important
}
.margin-left-3 {
	margin-left: 3rem !important
}
.margin-horizontal-3 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}
.margin-vertical-3 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}
.padding-3 {
	padding: 3rem
}
.padding-top-3 {
	padding-top: 3rem !important
}
.padding-right-3 {
	padding-right: 3rem !important
}
.padding-bottom-3 {
	padding-bottom: 3rem !important
}
.padding-left-3 {
	padding-left: 3rem !important
}
.padding-horizontal-3 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}
.padding-vertical-3 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}
.float-left {
	float: left !important
}
.float-right {
	float: right !important
}
.float-center {
	display: block;
	margin-right: auto;
	margin-left: auto
}
.clearfix::before, .clearfix::after {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1
}
.clearfix::after {
	clear: both
}
.hide {
	display: none !important
}
.invisible {
	visibility: hidden
}
@media screen and (max-width:39.99875em) {
	.hide-for-small-only {
		display: none !important
	}
}
@media screen and (max-width:0), screen and (min-width:40em) {
	.show-for-small-only {
		display: none !important
	}
}
@media print, screen and (min-width:40em) {
	.hide-for-medium {
		display: none !important
	}
}
@media screen and (max-width:39.99875em) {
	.show-for-medium {
		display: none !important
	}
}
@media screen and (min-width:40em) and (max-width:63.99875em) {
	.hide-for-medium-only {
		display: none !important
	}
}
@media screen and (max-width:39.99875em), screen and (min-width:64em) {
	.show-for-medium-only {
		display: none !important
	}
}
@media print, screen and (min-width:64em) {
	.hide-for-large {
		display: none !important
	}
}
@media screen and (max-width:63.99875em) {
	.show-for-large {
		display: none !important
	}
}
@media screen and (min-width:64em) and (max-width:74.99875em) {
	.hide-for-large-only {
		display: none !important
	}
}
@media screen and (max-width:63.99875em), screen and (min-width:75em) {
	.show-for-large-only {
		display: none !important
	}
}
.show-for-sr, .show-on-focus {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}
.show-on-focus:active, .show-on-focus:focus {
	position: static !important;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal
}
.show-for-landscape, .hide-for-portrait {
	display: block !important
}
@media screen and (orientation:landscape) {
	.show-for-landscape, .hide-for-portrait {
		display: block !important
	}
}
@media screen and (orientation:portrait) {
	.show-for-landscape, .hide-for-portrait {
		display: none !important
	}
}
.hide-for-landscape, .show-for-portrait {
	display: none !important
}
@media screen and (orientation:landscape) {
	.hide-for-landscape, .show-for-portrait {
		display: none !important
	}
}
@media screen and (orientation:portrait) {
	.hide-for-landscape, .show-for-portrait {
		display: block !important
	}
}
.button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 1rem 0;
	padding: .85em 1em;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-transition: background-color .25s ease-out, color .25s ease-out;
	transition: background-color .25s ease-out, color .25s ease-out;
	font-family: inherit;
	font-size: .9rem;
	-webkit-appearance: none;
	appearance: none;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	background-color: #2ba6cb;
	color: #fefefe
}
[data-whatinput='mouse'] .button {
	outline: 0
}
.button:hover, .button:focus {
	background-color: #258dad;
	color: #fefefe
}
.button.tiny {
	font-size: .6rem
}
.button.small {
	font-size: .75rem
}
.button.large {
	font-size: 1.25rem
}
.button.expanded {
	display: block;
	width: 100%;
	margin-right: 0;
	margin-left: 0
}
.button.primary {
	background-color: #2ba6cb;
	color: #0a0a0a
}
.button.primary:hover, .button.primary:focus {
	background-color: #2285a2;
	color: #0a0a0a
}
.button.secondary {
	background-color: #e9e9e9;
	color: #0a0a0a
}
.button.secondary:hover, .button.secondary:focus {
	background-color: #bababa;
	color: #0a0a0a
}
.button.alert {
	background-color: #c60f13;
	color: #fefefe
}
.button.alert:hover, .button.alert:focus {
	background-color: #9e0c0f;
	color: #fefefe
}
.button.success {
	background-color: #5da423;
	color: #0a0a0a
}
.button.success:hover, .button.success:focus {
	background-color: #4a831c;
	color: #0a0a0a
}
.button.warning {
	background-color: #ffae00;
	color: #0a0a0a
}
.button.warning:hover, .button.warning:focus {
	background-color: #cc8b00;
	color: #0a0a0a
}
.button.body-font {
	background-color: #222;
	color: #fefefe
}
.button.body-font:hover, .button.body-font:focus {
	background-color: #1b1b1b;
	color: #fefefe
}
.button.header {
	background-color: #222;
	color: #fefefe
}
.button.header:hover, .button.header:focus {
	background-color: #1b1b1b;
	color: #fefefe
}
.button.disabled, .button[disabled] {
	opacity: .25;
	cursor: not-allowed
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
	background-color: #2ba6cb;
	color: #fefefe
}
.button.disabled.primary, .button[disabled].primary {
	opacity: .25;
	cursor: not-allowed
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
	background-color: #2ba6cb;
	color: #0a0a0a
}
.button.disabled.secondary, .button[disabled].secondary {
	opacity: .25;
	cursor: not-allowed
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
	background-color: #e9e9e9;
	color: #0a0a0a
}
.button.disabled.alert, .button[disabled].alert {
	opacity: .25;
	cursor: not-allowed
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
	background-color: #c60f13;
	color: #fefefe
}
.button.disabled.success, .button[disabled].success {
	opacity: .25;
	cursor: not-allowed
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
	background-color: #5da423;
	color: #0a0a0a
}
.button.disabled.warning, .button[disabled].warning {
	opacity: .25;
	cursor: not-allowed
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
	background-color: #ffae00;
	color: #0a0a0a
}
.button.disabled.body-font, .button[disabled].body-font {
	opacity: .25;
	cursor: not-allowed
}
.button.disabled.body-font, .button.disabled.body-font:hover, .button.disabled.body-font:focus, .button[disabled].body-font, .button[disabled].body-font:hover, .button[disabled].body-font:focus {
	background-color: #222;
	color: #fefefe
}
.button.disabled.header, .button[disabled].header {
	opacity: .25;
	cursor: not-allowed
}
.button.disabled.header, .button.disabled.header:hover, .button.disabled.header:focus, .button[disabled].header, .button[disabled].header:hover, .button[disabled].header:focus {
	background-color: #222;
	color: #fefefe
}
.button.hollow {
	border: 1px solid #2ba6cb;
	color: #2ba6cb
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
	background-color: transparent
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
	background-color: transparent
}
.button.hollow:hover, .button.hollow:focus {
	border-color: #165366;
	color: #165366
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
	border: 1px solid #2ba6cb;
	color: #2ba6cb
}
.button.hollow.primary {
	border: 1px solid #2ba6cb;
	color: #2ba6cb
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
	border-color: #165366;
	color: #165366
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
	border: 1px solid #2ba6cb;
	color: #2ba6cb
}
.button.hollow.secondary {
	border: 1px solid #e9e9e9;
	color: #e9e9e9
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
	border-color: #757575;
	color: #757575
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
	border: 1px solid #e9e9e9;
	color: #e9e9e9
}
.button.hollow.alert {
	border: 1px solid #c60f13;
	color: #c60f13
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
	border-color: #63080a;
	color: #63080a
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
	border: 1px solid #c60f13;
	color: #c60f13
}
.button.hollow.success {
	border: 1px solid #5da423;
	color: #5da423
}
.button.hollow.success:hover, .button.hollow.success:focus {
	border-color: #2f5212;
	color: #2f5212
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
	border: 1px solid #5da423;
	color: #5da423
}
.button.hollow.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
	border-color: #805700;
	color: #805700
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}
.button.hollow.body-font {
	border: 1px solid #222;
	color: #222
}
.button.hollow.body-font:hover, .button.hollow.body-font:focus {
	border-color: #111;
	color: #111
}
.button.hollow.body-font:hover.disabled, .button.hollow.body-font:hover[disabled], .button.hollow.body-font:focus.disabled, .button.hollow.body-font:focus[disabled] {
	border: 1px solid #222;
	color: #222
}
.button.hollow.header {
	border: 1px solid #222;
	color: #222
}
.button.hollow.header:hover, .button.hollow.header:focus {
	border-color: #111;
	color: #111
}
.button.hollow.header:hover.disabled, .button.hollow.header:hover[disabled], .button.hollow.header:focus.disabled, .button.hollow.header:focus[disabled] {
	border: 1px solid #222;
	color: #222
}
.button.clear {
	border: 1px solid #2ba6cb;
	color: #2ba6cb
}
.button.clear, .button.clear:hover, .button.clear:focus {
	background-color: transparent
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
	background-color: transparent
}
.button.clear:hover, .button.clear:focus {
	border-color: #165366;
	color: #165366
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
	border: 1px solid #2ba6cb;
	color: #2ba6cb
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
	border-color: transparent
}
.button.clear.primary {
	border: 1px solid #2ba6cb;
	color: #2ba6cb
}
.button.clear.primary:hover, .button.clear.primary:focus {
	border-color: #165366;
	color: #165366
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
	border: 1px solid #2ba6cb;
	color: #2ba6cb
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
	border-color: transparent
}
.button.clear.secondary {
	border: 1px solid #e9e9e9;
	color: #e9e9e9
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
	border-color: #757575;
	color: #757575
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
	border: 1px solid #e9e9e9;
	color: #e9e9e9
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
	border-color: transparent
}
.button.clear.alert {
	border: 1px solid #c60f13;
	color: #c60f13
}
.button.clear.alert:hover, .button.clear.alert:focus {
	border-color: #63080a;
	color: #63080a
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
	border: 1px solid #c60f13;
	color: #c60f13
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
	border-color: transparent
}
.button.clear.success {
	border: 1px solid #5da423;
	color: #5da423
}
.button.clear.success:hover, .button.clear.success:focus {
	border-color: #2f5212;
	color: #2f5212
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
	border: 1px solid #5da423;
	color: #5da423
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
	border-color: transparent
}
.button.clear.warning {
	border: 1px solid #ffae00;
	color: #ffae00
}
.button.clear.warning:hover, .button.clear.warning:focus {
	border-color: #805700;
	color: #805700
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
	border: 1px solid #ffae00;
	color: #ffae00
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
	border-color: transparent
}
.button.clear.body-font {
	border: 1px solid #222;
	color: #222
}
.button.clear.body-font:hover, .button.clear.body-font:focus {
	border-color: #111;
	color: #111
}
.button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled], .button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled] {
	border: 1px solid #222;
	color: #222
}
.button.clear.body-font, .button.clear.body-font.disabled, .button.clear.body-font[disabled], .button.clear.body-font:hover, .button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled], .button.clear.body-font:focus, .button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled] {
	border-color: transparent
}
.button.clear.header {
	border: 1px solid #222;
	color: #222
}
.button.clear.header:hover, .button.clear.header:focus {
	border-color: #111;
	color: #111
}
.button.clear.header:hover.disabled, .button.clear.header:hover[disabled], .button.clear.header:focus.disabled, .button.clear.header:focus[disabled] {
	border: 1px solid #222;
	color: #222
}
.button.clear.header, .button.clear.header.disabled, .button.clear.header[disabled], .button.clear.header:hover, .button.clear.header:hover.disabled, .button.clear.header:hover[disabled], .button.clear.header:focus, .button.clear.header:focus.disabled, .button.clear.header:focus[disabled] {
	border-color: transparent
}
.button.dropdown::after {
	display: block;
	width: 0;
	height: 0;
	border: inset .4em;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #fefefe transparent transparent;
	position: relative;
	top: .4em;
	float: right;
	margin-left: 1em
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
	border-top-color: #2ba6cb
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
	border-top-color: #2ba6cb
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
	border-top-color: #e9e9e9
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
	border-top-color: #c60f13
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
	border-top-color: #5da423
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
	border-top-color: #ffae00
}
.button.dropdown.hollow.body-font::after, .button.dropdown.clear.body-font::after {
	border-top-color: #222
}
.button.dropdown.hollow.header::after, .button.dropdown.clear.header::after {
	border-top-color: #222
}
.button.arrow-only::after {
	top: -.1em;
	float: none;
	margin-left: 0
}
a.button:hover, a.button:focus {
	text-decoration: none
}
.close-button {
	position: absolute;
	color: #8a8a8a;
	cursor: pointer
}
[data-whatinput='mouse'] .close-button {
	outline: 0
}
.close-button:hover, .close-button:focus {
	color: #0a0a0a
}
.close-button.small {
	right: .66rem;
	top: .33em;
	font-size: 1.5em;
	line-height: 1
}
.close-button, .close-button.medium {
	right: 1rem;
	top: .5rem;
	font-size: 2em;
	line-height: 1
}
.button-group {
	margin-bottom: 1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch
}
.button-group::before, .button-group::after {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1
}
.button-group::after {
	clear: both
}
.button-group .button {
	margin: 0;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: .9rem;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}
.button-group .button:last-child {
	margin-right: 0
}
.button-group.tiny .button {
	font-size: .6rem
}
.button-group.small .button {
	font-size: .75rem
}
.button-group.large .button {
	font-size: 1.25rem
}
.button-group.expanded .button {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	flex: 1 1 0
}
.button-group.primary .button {
	background-color: #2ba6cb;
	color: #0a0a0a
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
	background-color: #2285a2;
	color: #0a0a0a
}
.button-group.secondary .button {
	background-color: #e9e9e9;
	color: #0a0a0a
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
	background-color: #bababa;
	color: #0a0a0a
}
.button-group.alert .button {
	background-color: #c60f13;
	color: #fefefe
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
	background-color: #9e0c0f;
	color: #fefefe
}
.button-group.success .button {
	background-color: #5da423;
	color: #0a0a0a
}
.button-group.success .button:hover, .button-group.success .button:focus {
	background-color: #4a831c;
	color: #0a0a0a
}
.button-group.warning .button {
	background-color: #ffae00;
	color: #0a0a0a
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
	background-color: #cc8b00;
	color: #0a0a0a
}
.button-group.body-font .button {
	background-color: #222;
	color: #fefefe
}
.button-group.body-font .button:hover, .button-group.body-font .button:focus {
	background-color: #1b1b1b;
	color: #fefefe
}
.button-group.header .button {
	background-color: #222;
	color: #fefefe
}
.button-group.header .button:hover, .button-group.header .button:focus {
	background-color: #1b1b1b;
	color: #fefefe
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
	margin-bottom: 0
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	flex: 1 1 0
}
@media print, screen and (min-width:40em) {
	.button-group.stacked-for-small .button {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0
	}
}
@media print, screen and (min-width:64em) {
	.button-group.stacked-for-medium .button {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 0
	}
}
@media screen and (max-width:39.99875em) {
	.button-group.stacked-for-small.expanded {
		display: block
	}
	.button-group.stacked-for-small.expanded .button {
		display: block;
		margin-right: 0
	}
}
@media screen and (max-width:63.99875em) {
	.button-group.stacked-for-medium.expanded {
		display: block
	}
	.button-group.stacked-for-medium.expanded .button {
		display: block;
		margin-right: 0
	}
}
.slider {
	position: relative;
	height: .5rem;
	margin-top: 1.25rem;
	margin-bottom: 2.25rem;
	background-color: #e6e6e6;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: none
}
.slider-fill {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	max-width: 100%;
	height: .5rem;
	background-color: #cacaca;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.slider-fill.is-dragging {
	-webkit-transition: all 0s linear;
	transition: all 0s linear
}
.slider-handle {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 3px;
	background-color: #2ba6cb;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	touch-action: manipulation
}
[data-whatinput='mouse'] .slider-handle {
	outline: 0
}
.slider-handle:hover {
	background-color: #258dad
}
.slider-handle.is-dragging {
	-webkit-transition: all 0s linear;
	transition: all 0s linear
}
.slider.disabled, .slider[disabled] {
	opacity: .25;
	cursor: not-allowed
}
.slider.vertical {
	display: inline-block;
	width: .5rem;
	height: 12.5rem;
	margin: 0 1.25rem;
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1)
}
.slider.vertical .slider-fill {
	top: 0;
	width: .5rem;
	max-height: 100%
}
.slider.vertical .slider-handle {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1.4rem;
	height: 1.4rem;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.switch {
	height: 2rem;
	position: relative;
	margin-bottom: 1rem;
	outline: 0;
	font-size: .875rem;
	font-weight: bold;
	color: #fefefe;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.switch-input {
	position: absolute;
	margin-bottom: 0;
	opacity: 0
}
.switch-paddle {
	position: relative;
	display: block;
	width: 4rem;
	height: 2rem;
	border-radius: 3px;
	background: #cacaca;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	font-weight: inherit;
	color: inherit;
	cursor: pointer
}
input + .switch-paddle {
	margin: 0
}
.switch-paddle::after {
	position: absolute;
	top: .25rem;
	left: .25rem;
	display: block;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	border-radius: 3px;
	background: #fefefe;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	content: ''
}
input:checked ~ .switch-paddle {
	background: #2ba6cb
}
input:checked ~ .switch-paddle::after {
	left: 2.25rem
}
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
	outline: 0
}
.switch-active, .switch-inactive {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.switch-active {
	left: 8%;
	display: none
}
input:checked + label > .switch-active {
	display: block
}
.switch-inactive {
	right: 15%
}
input:checked + label > .switch-inactive {
	display: none
}
.switch.tiny {
	height: 1.5rem
}
.switch.tiny .switch-paddle {
	width: 3rem;
	height: 1.5rem;
	font-size: .625rem
}
.switch.tiny .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 1rem;
	height: 1rem
}
.switch.tiny input:checked ~ .switch-paddle::after {
	left: 1.75rem
}
.switch.small {
	height: 1.75rem
}
.switch.small .switch-paddle {
	width: 3.5rem;
	height: 1.75rem;
	font-size: .75rem
}
.switch.small .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 1.25rem;
	height: 1.25rem
}
.switch.small input:checked ~ .switch-paddle::after {
	left: 2rem
}
.switch.large {
	height: 2.5rem
}
.switch.large .switch-paddle {
	width: 5rem;
	height: 2.5rem;
	font-size: 1rem
}
.switch.large .switch-paddle::after {
	top: .25rem;
	left: .25rem;
	width: 2rem;
	height: 2rem
}
.switch.large input:checked ~ .switch-paddle::after {
	left: 2.75rem
}
.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
[data-whatinput='mouse'] .menu li {
	outline: 0
}
.menu a, .menu .button {
	line-height: 1;
	text-decoration: none;
	display: block;
	padding: .7rem 1rem
}
.menu input, .menu select, .menu a, .menu button {
	margin-bottom: 0
}
.menu input {
	display: inline-block
}
.menu, .menu.horizontal {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	flex-direction: row
}
.menu.vertical {
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column
}
.menu.expanded li {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	flex: 1 1 0
}
.menu.simple {
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}
.menu.simple li + li {
	margin-left: 1rem
}
.menu.simple a {
	padding: 0
}
@media print, screen and (min-width:40em) {
	.menu.medium-horizontal {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		flex-direction: row
	}
	.menu.medium-vertical {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column
	}
	.menu.medium-expanded li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0;
		flex: 1 1 0
	}
	.menu.medium-simple li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0;
		flex: 1 1 0
	}
}
@media print, screen and (min-width:64em) {
	.menu.large-horizontal {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		flex-direction: row
	}
	.menu.large-vertical {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		flex-direction: column
	}
	.menu.large-expanded li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0;
		flex: 1 1 0
	}
	.menu.large-simple li {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 0;
		flex: 1 1 0
	}
}
.menu.nested {
	margin-right: 0;
	margin-left: 1rem
}
.menu.icons a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}
.menu.icon-left li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap
}
.menu.icon-left li a img, .menu.icon-left li a i, .menu.icon-left li a svg {
	margin-right: .25rem
}
.menu.icon-right li a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap
}
.menu.icon-right li a img, .menu.icon-right li a i, .menu.icon-right li a svg {
	margin-left: .25rem
}
.menu.icon-top li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.menu.icon-top li a img, .menu.icon-top li a i, .menu.icon-top li a svg {
	-webkit-align-self: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}
.menu.icon-bottom li a {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column nowrap;
	flex-flow: column nowrap
}
.menu.icon-bottom li a img, .menu.icon-bottom li a i, .menu.icon-bottom li a svg {
	-webkit-align-self: stretch;
	align-self: stretch;
	margin-bottom: .25rem;
	text-align: center
}
.menu .is-active > a {
	background: #2ba6cb;
	color: #fefefe
}
.menu .active > a {
	background: #2ba6cb;
	color: #fefefe
}
.menu.align-left {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
.menu.align-right li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end
}
.menu.align-right li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
.menu.align-right.vertical li {
	display: block;
	text-align: right
}
.menu.align-right.vertical li .submenu li {
	text-align: right
}
.menu.align-right .nested {
	margin-right: 1rem;
	margin-left: 0
}
.menu.align-center li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}
.menu.align-center li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
.menu .menu-text {
	padding: .7rem 1rem;
	font-weight: bold;
	line-height: 1;
	color: inherit
}
.menu-centered > .menu {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}
.menu-centered > .menu li {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}
.menu-centered > .menu li .submenu li {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start
}
.no-js [data-responsive-menu] ul {
	display: none
}
.is-drilldown {
	position: relative;
	overflow: hidden
}
.is-drilldown li {
	display: block
}
.is-drilldown.animate-height {
	-webkit-transition: height .5s;
	transition: height .5s
}
.drilldown a {
	padding: .7rem 1rem;
	background: #fefefe
}
.drilldown .is-drilldown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: -1;
	width: 100%;
	background: #fefefe;
	-webkit-transition: -webkit-transform .15s linear;
	transition: -webkit-transform .15s linear;
	transition: transform .15s linear;
	transition: transform .15s linear, -webkit-transform .15s linear;
	
}
.drilldown .is-drilldown-submenu.is-active {
	z-index: 1;
	display: block;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.drilldown .is-drilldown-submenu.is-closing {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.drilldown .is-drilldown-submenu a {
	padding: .7rem 1rem
}
.drilldown .nested.is-drilldown-submenu {
	margin-right: 0;
	margin-left: 0
}
.drilldown .drilldown-submenu-cover-previous {
	min-height: 100%
}
.drilldown .is-drilldown-submenu-parent > a {
	position: relative
}
.drilldown .is-drilldown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #2ba6cb;
	position: absolute;
	top: 50%;
	margin-top: -6px;
	right: 1rem
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #2ba6cb;
	right: 1rem;
	left: auto
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #2ba6cb transparent transparent;
	right: auto;
	left: 1rem
}
.drilldown .js-drilldown-back > a::before {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #2ba6cb transparent transparent;
	border-left-width: 0;
	display: inline-block;
/* vertical-align: middle;  -- REMOVIDO: ignorado con display:block */
	margin-right: .75rem
}
.accordion-menu li {
	width: 100%
}
.accordion-menu a {
	padding: .7rem 1rem
}
.accordion-menu .is-accordion-submenu a {
	padding: .7rem 1rem
}
.accordion-menu .nested.is-accordion-submenu {
	margin-right: 0;
	margin-left: 1rem
}
.accordion-menu.align-right .nested.is-accordion-submenu {
	margin-right: 1rem;
	margin-left: 0
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
	position: relative
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #2ba6cb transparent transparent;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 1rem
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
	right: 1rem;
	left: auto
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
	right: auto;
	left: 1rem
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.is-accordion-submenu-parent {
	position: relative
}
.has-submenu-toggle > a {
	margin-right: 40px
}
.submenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	cursor: pointer
}
.submenu-toggle::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #2ba6cb transparent transparent;
	top: 0;
	bottom: 0;
	margin: auto
}
.submenu-toggle[aria-expanded='true']::after {
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}
.submenu-toggle-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
	top: 100%;
	right: 0;
	left: auto
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
	top: 100%;
	right: auto;
	left: 0
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
	position: relative;
	padding-right: 1.5rem
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #2ba6cb transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px
}
[data-whatinput='mouse'] .dropdown.menu a {
	outline: 0
}
.dropdown.menu > li > a {
	padding: .7rem 1rem
}
.dropdown.menu > li.is-active > a {
	background: transparent;
	color: #2ba6cb
}
.no-js .dropdown.menu ul {
	display: none
}
.dropdown.menu .nested.is-dropdown-submenu {
	margin-right: 0;
	margin-left: 0
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
	top: 0
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
	top: 0;
	right: 100%;
	left: auto
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%
}
.dropdown.menu.vertical > li > a::after {
	right: 14px
}
.dropdown.menu.vertical > li.opens-left > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #2ba6cb transparent transparent;
	right: auto;
	left: 5px
}
.dropdown.menu.vertical > li.opens-right > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #2ba6cb
}
@media print, screen and (min-width:40em) {
	.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}
	.dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}
	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
		position: relative;
		padding-right: 1.5rem
	}
	.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #2ba6cb transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px
	}
	.dropdown.menu.medium-vertical > li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}
	.dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%
	}
	.dropdown.menu.medium-vertical > li > a::after {
		right: 14px
	}
	.dropdown.menu.medium-vertical > li.opens-left > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #2ba6cb transparent transparent;
		right: auto;
		left: 5px
	}
	.dropdown.menu.medium-vertical > li.opens-right > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #2ba6cb
	}
}
@media print, screen and (min-width:64em) {
	.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
		top: 100%;
		right: 0;
		left: auto
	}
	.dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
		top: 100%;
		right: auto;
		left: 0
	}
	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
		position: relative;
		padding-right: 1.5rem
	}
	.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-bottom-width: 0;
		border-top-style: solid;
		border-color: #2ba6cb transparent transparent;
		right: 5px;
		left: auto;
		margin-top: -3px
	}
	.dropdown.menu.large-vertical > li .is-dropdown-submenu {
		top: 0
	}
	.dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
		top: 0;
		right: 100%;
		left: auto
	}
	.dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
		right: auto;
		left: 100%
	}
	.dropdown.menu.large-vertical > li > a::after {
		right: 14px
	}
	.dropdown.menu.large-vertical > li.opens-left > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-left-width: 0;
		border-right-style: solid;
		border-color: transparent #2ba6cb transparent transparent;
		right: auto;
		left: 5px
	}
	.dropdown.menu.large-vertical > li.opens-right > a::after {
		display: block;
		width: 0;
		height: 0;
		border: inset 6px;
		content: '';
		border-right-width: 0;
		border-left-style: solid;
		border-color: transparent transparent transparent #2ba6cb
	}
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
	top: 100%;
	right: 0;
	left: auto
}
.is-dropdown-menu.vertical {
	width: 100px
}
.is-dropdown-menu.vertical.align-right {
	float: right
}
.is-dropdown-submenu-parent {
	position: relative
}
.is-dropdown-submenu-parent a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	left: auto;
	margin-top: -6px
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
	top: 100%;
	left: auto
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
	right: 100%;
	left: auto
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
	right: auto;
	left: 100%
}
.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 200px;
	border: 1px solid #cacaca;
	background: #fefefe
}
.dropdown .is-dropdown-submenu a {
	padding: .7rem 1rem
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
	right: 14px
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #2ba6cb transparent transparent;
	right: auto;
	left: 5px
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 6px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #2ba6cb
}
.is-dropdown-submenu .is-dropdown-submenu {
	margin-top: -1px
}
.is-dropdown-submenu > li {
	width: 100%
}
.is-dropdown-submenu.js-dropdown-active {
	display: block
}
.title-bar {
	padding: .5rem;
	background: #0a0a0a;
	color: #fefefe;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}
.title-bar .menu-icon {
	margin-left: .25rem;
	margin-right: .25rem
}
.title-bar-left, .title-bar-right {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	flex: 1 1 0
}
.title-bar-right {
	text-align: right
}
.title-bar-title {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold
}
.top-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: .5rem;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.top-bar, .top-bar ul {
	background-color: #e6e6e6
}
.top-bar input {
	max-width: 200px;
	margin-right: 1rem
}
.top-bar .input-group-field {
	width: 100%;
	margin-right: 0
}
.top-bar input.button {
	width: auto
}
.top-bar .top-bar-left, .top-bar .top-bar-right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}
@media print, screen and (min-width:40em) {
	.top-bar {
		-webkit-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.top-bar .top-bar-left {
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: auto
	}
	.top-bar .top-bar-right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: auto
	}
}
@media screen and (max-width:63.99875em) {
	.top-bar.stacked-for-medium {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.top-bar.stacked-for-medium .top-bar-left, .top-bar.stacked-for-medium .top-bar-right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}
@media screen and (max-width:74.99875em) {
	.top-bar.stacked-for-large {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.top-bar.stacked-for-large .top-bar-left, .top-bar.stacked-for-large .top-bar-right {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
}
.top-bar-title {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin: .5rem 1rem .5rem 0
}
.top-bar-left, .top-bar-right {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto
}
.breadcrumbs {
	margin: 0 0 1rem 0;
	list-style: none
}
.breadcrumbs::before, .breadcrumbs::after {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1
}
.breadcrumbs::after {
	clear: both
}
.breadcrumbs li {
	float: left;
	font-size: .6875rem;
	color: #0a0a0a;
	cursor: default;
	text-transform: uppercase
}
.breadcrumbs li:not(:last-child)::after {
	position: relative;
	margin: 0 .75rem;
	opacity: 1;
	content: "/";
	color: #cacaca
}
.breadcrumbs a {
	color: #2ba6cb
}
.breadcrumbs a:hover {
	text-decoration: underline
}
.breadcrumbs .disabled {
	color: #cacaca;
	cursor: not-allowed
}
.pagination {
	margin-left: 0;
	margin-bottom: 1rem
}
.pagination::before, .pagination::after {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1
}
.pagination::after {
	clear: both
}
.pagination li {
	margin-right: .0625rem;
	border-radius: 3px;
	font-size: .875rem;
	display: none
}
.pagination li:last-child, .pagination li:first-child {
	display: inline-block
}
@media print, screen and (min-width:40em) {
	.pagination li {
		display: inline-block
	}
}
.pagination a, .pagination button {
	display: block;
	padding: .1875rem .625rem;
	border-radius: 3px;
	color: #0a0a0a
}
.pagination a:hover, .pagination button:hover {
	background: #e6e6e6
}
.pagination .current {
	padding: .1875rem .625rem;
	background: #2ba6cb;
	color: #fefefe;
	cursor: default
}
.pagination .disabled {
	padding: .1875rem .625rem;
	color: #cacaca;
	cursor: not-allowed
}
.pagination .disabled:hover {
	background: transparent
}
.pagination .ellipsis::after {
	padding: .1875rem .625rem;
	content: '\2026';
	color: #0a0a0a
}
.pagination-previous a::before, .pagination-previous.disabled::before {
	display: inline-block;
	margin-right: .5rem;
	content: '\00ab'
}
.pagination-next a::after, .pagination-next.disabled::after {
	display: inline-block;
	margin-left: .5rem;
	content: '\00bb'
}
.accordion {
	margin-left: 0;
	background: #fefefe;
	list-style-type: none
}
.accordion[disabled] .accordion-title {
	cursor: not-allowed
}
.accordion-item:first-child > :first-child {
	border-radius: 3px 3px 0 0
}
.accordion-item:last-child > :last-child {
	border-radius: 0 0 3px 3px
}
.accordion-title {
	position: relative;
	display: block;
	padding: 1.25rem 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	font-size: .75rem;
	line-height: 1;
	color: #2ba6cb
}
:last-child:not(.is-active) > .accordion-title {
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0 0 3px 3px
}
.accordion-title:hover, .accordion-title:focus {
	background-color: #e6e6e6
}
.accordion-title::before {
	position: absolute;
	top: 50%;
	right: 1rem;
	margin-top: -.5rem;
	content: '+'
}
.is-active > .accordion-title::before {
	content: '\2013'
}
.accordion-content {
	display: none;
	padding: 1rem;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
	background-color: #fefefe;
	color: #0a0a0a
}
:last-child > .accordion-content:last-child {
	border-bottom: 1px solid #e6e6e6
}
.dropdown-pane {
	position: absolute;
	z-index: 10;
	display: none;
	width: 300px;
	padding: 1rem;
	visibility: hidden;
	border: 1px solid #cacaca;
	border-radius: 3px;
	background-color: #fefefe;
	font-size: 1rem
}
.dropdown-pane.is-opening {
	display: block
}
.dropdown-pane.is-open {
	display: block;
	visibility: visible
}
.dropdown-pane.tiny {
	width: 100px
}
.dropdown-pane.small {
	width: 200px
}
.dropdown-pane.large {
	width: 400px
}
.is-off-canvas-open {
	overflow: hidden
}
.js-off-canvas-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s ease, visibility .5s ease;
	transition: opacity .5s ease, visibility .5s ease;
	background: rgba(254, 254, 254, 0.25);
	opacity: 0;
	visibility: hidden;
	overflow: hidden
}
.js-off-canvas-overlay.is-visible {
	opacity: 1;
	visibility: visible
}
.js-off-canvas-overlay.is-closable {
	cursor: pointer
}
.js-off-canvas-overlay.is-overlay-absolute {
	position: absolute
}
.js-off-canvas-overlay.is-overlay-fixed {
	position: fixed
}
.off-canvas-wrapper {
	position: relative;
	overflow: hidden
}
.off-canvas {
	position: fixed;
	z-index: 12;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #e6e6e6
}
[data-whatinput='mouse'] .off-canvas {
	outline: 0
}
.off-canvas.is-transition-push {
	z-index: 12
}
.off-canvas.is-closed {
	visibility: hidden
}
.off-canvas.is-transition-overlap {
	z-index: 13
}
.off-canvas.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7)
}
.off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-absolute {
	position: absolute;
	z-index: 12;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #e6e6e6
}
[data-whatinput='mouse'] .off-canvas-absolute {
	outline: 0
}
.off-canvas-absolute.is-transition-push {
	z-index: 12
}
.off-canvas-absolute.is-closed {
	visibility: hidden
}
.off-canvas-absolute.is-transition-overlap {
	z-index: 13
}
.off-canvas-absolute.is-transition-overlap.is-open {
	box-shadow: 0 0 10px rgba(10, 10, 10, 0.7)
}
.off-canvas-absolute.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.position-left {
	top: 0;
	left: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px;
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px)
}
.off-canvas-content .off-canvas.position-left {
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px)
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-left.has-transition-push {
	-webkit-transform: translateX(250px);
	transform: translateX(250px)
}
.position-left.is-transition-push {
	box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25)
}
.position-right {
	top: 0;
	right: 0;
	height: 100%;
	overflow-y: auto;
	width: 250px;
	-webkit-transform: translateX(250px);
	transform: translateX(250px)
}
.off-canvas-content .off-canvas.position-right {
	-webkit-transform: translateX(250px);
	transform: translateX(250px)
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-right.has-transition-push {
	-webkit-transform: translateX(-250px);
	transform: translateX(-250px)
}
.position-right.is-transition-push {
	box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25)
}
.position-top {
	top: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 250px;
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px)
}
.off-canvas-content .off-canvas.position-top {
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px)
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-top.has-transition-push {
	-webkit-transform: translateY(250px);
	transform: translateY(250px)
}
.position-top.is-transition-push {
	box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25)
}
.position-bottom {
	bottom: 0;
	left: 0;
	width: 100%;
	overflow-x: auto;
	height: 250px;
	-webkit-transform: translateY(250px);
	transform: translateY(250px)
}
.off-canvas-content .off-canvas.position-bottom {
	-webkit-transform: translateY(250px);
	transform: translateY(250px)
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content.is-open-bottom.has-transition-push {
	-webkit-transform: translateY(-250px);
	transform: translateY(-250px)
}
.position-bottom.is-transition-push {
	box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25)
}
.off-canvas-content {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.off-canvas-content.has-transition-push {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.off-canvas-content .off-canvas.is-open {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
@media print, screen and (min-width:40em) {
	.position-left.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible
	}
	.position-left.reveal-for-medium .close-button {
		display: none
	}
	.off-canvas-content .position-left.reveal-for-medium {
		-webkit-transform: none;
		transform: none
	}
	.off-canvas-content.has-reveal-left {
		margin-left: 250px
	}
	.position-left.reveal-for-medium ~ .off-canvas-content {
		margin-left: 250px
	}
	.position-right.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible
	}
	.position-right.reveal-for-medium .close-button {
		display: none
	}
	.off-canvas-content .position-right.reveal-for-medium {
		-webkit-transform: none;
		transform: none
	}
	.off-canvas-content.has-reveal-right {
		margin-right: 250px
	}
	.position-right.reveal-for-medium ~ .off-canvas-content {
		margin-right: 250px
	}
	.position-top.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible
	}
	.position-top.reveal-for-medium .close-button {
		display: none
	}
	.off-canvas-content .position-top.reveal-for-medium {
		-webkit-transform: none;
		transform: none
	}
	.off-canvas-content.has-reveal-top {
		margin-top: 250px
	}
	.position-top.reveal-for-medium ~ .off-canvas-content {
		margin-top: 250px
	}
	.position-bottom.reveal-for-medium {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible
	}
	.position-bottom.reveal-for-medium .close-button {
		display: none
	}
	.off-canvas-content .position-bottom.reveal-for-medium {
		-webkit-transform: none;
		transform: none
	}
	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px
	}
	.position-bottom.reveal-for-medium ~ .off-canvas-content {
		margin-bottom: 250px
	}
}
@media print, screen and (min-width:64em) {
	.position-left.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible
	}
	.position-left.reveal-for-large .close-button {
		display: none
	}
	.off-canvas-content .position-left.reveal-for-large {
		-webkit-transform: none;
		transform: none
	}
	.off-canvas-content.has-reveal-left {
		margin-left: 250px
	}
	.position-left.reveal-for-large ~ .off-canvas-content {
		margin-left: 250px
	}
	.position-right.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible
	}
	.position-right.reveal-for-large .close-button {
		display: none
	}
	.off-canvas-content .position-right.reveal-for-large {
		-webkit-transform: none;
		transform: none
	}
	.off-canvas-content.has-reveal-right {
		margin-right: 250px
	}
	.position-right.reveal-for-large ~ .off-canvas-content {
		margin-right: 250px
	}
	.position-top.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible
	}
	.position-top.reveal-for-large .close-button {
		display: none
	}
	.off-canvas-content .position-top.reveal-for-large {
		-webkit-transform: none;
		transform: none
	}
	.off-canvas-content.has-reveal-top {
		margin-top: 250px
	}
	.position-top.reveal-for-large ~ .off-canvas-content {
		margin-top: 250px
	}
	.position-bottom.reveal-for-large {
		-webkit-transform: none;
		transform: none;
		z-index: 12;
		-webkit-transition: none;
		transition: none;
		visibility: visible
	}
	.position-bottom.reveal-for-large .close-button {
		display: none
	}
	.off-canvas-content .position-bottom.reveal-for-large {
		-webkit-transform: none;
		transform: none
	}
	.off-canvas-content.has-reveal-bottom {
		margin-bottom: 250px
	}
	.position-bottom.reveal-for-large ~ .off-canvas-content {
		margin-bottom: 250px
	}
}
@media print, screen and (min-width:40em) {
	.off-canvas.in-canvas-for-medium {
		visibility: visible;
		height: auto;
		position: static;
		background: none;
		width: auto;
		overflow: visible;
		-webkit-transition: none;
		transition: none
	}
	.off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
		box-shadow: none;
		-webkit-transform: none;
		transform: none
	}
	.off-canvas.in-canvas-for-medium .close-button {
		display: none
	}
}
@media print, screen and (min-width:64em) {
	.off-canvas.in-canvas-for-large {
		visibility: visible;
		height: auto;
		position: static;
		background: none;
		width: auto;
		overflow: visible;
		-webkit-transition: none;
		transition: none
	}
	.off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
		box-shadow: none;
		-webkit-transform: none;
		transform: none
	}
	.off-canvas.in-canvas-for-large .close-button {
		display: none
	}
}
.tabs {
	margin: 0;
	border: 1px solid #e6e6e6;
	background: #fefefe;
	list-style-type: none
}
.tabs::before, .tabs::after {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1
}
.tabs::after {
	clear: both
}
.tabs.vertical > li {
	display: block;
	float: none;
	width: auto
}
.tabs.simple > li > a {
	padding: 0
}
.tabs.simple > li > a:hover {
	background: transparent
}
.tabs.primary {
	background: #2ba6cb
}
.tabs.primary > li > a {
	color: #0a0a0a
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
	background: #299ec1
}
.tabs-title {
	float: left
}
.tabs-title > a {
	display: block;
	padding: 1.25rem 1.5rem;
	font-size: .75rem;
	line-height: 1;
	color: #2ba6cb
}
[data-whatinput='mouse'] .tabs-title > a {
	outline: 0
}
.tabs-title > a:hover {
	background: #fefefe;
	color: #258faf
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
	background: #e6e6e6;
	color: #2ba6cb
}
.tabs-content {
	border: 1px solid #e6e6e6;
	border-top: 0;
	background: #fefefe;
	color: #0a0a0a;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.tabs-content.vertical {
	border: 1px solid #e6e6e6;
	border-left: 0
}
.tabs-panel {
	display: none;
	padding: 1rem
}
.tabs-panel.is-active {
	display: block
}
.callout {
	position: relative;
	margin: 0 0 1rem 0;
	padding: 1rem;
	border: 1px solid rgba(10, 10, 10, 0.25);
	border-radius: 3px;
	background-color: #fff;
	color: #0a0a0a
}
.callout > :first-child {
	margin-top: 0
}
.callout > :last-child {
	margin-bottom: 0
}
.callout.primary {
	background-color: #def2f8;
	color: #0a0a0a
}
.callout.secondary {
	background-color: #fcfcfc;
	color: #0a0a0a
}
.callout.alert {
	background-color: #fcd6d6;
	color: #0a0a0a
}
.callout.success {
	background-color: #e6f7d9;
	color: #0a0a0a
}
.callout.warning {
	background-color: #fff3d9;
	color: #0a0a0a
}
.callout.body-font {
	background-color: #dedede;
	color: #0a0a0a
}
.callout.header {
	background-color: #dedede;
	color: #0a0a0a
}
.callout.small {
	padding-top: .5rem;
	padding-right: .5rem;
	padding-bottom: .5rem;
	padding-left: .5rem
}
.callout.large {
	padding-top: 3rem;
	padding-right: 3rem;
	padding-bottom: 3rem;
	padding-left: 3rem
}
.card {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	margin-bottom: 1rem;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	background: #fefefe;
	box-shadow: none;
	overflow: hidden;
	color: #0a0a0a
}
.card > :last-child {
	margin-bottom: 0
}
.card-divider {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: 1rem;
	background: #e6e6e6
}
.card-divider > :last-child {
	margin-bottom: 0
}
.card-section {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 1rem
}
.card-section > :last-child {
	margin-bottom: 0
}
.card-image {
	min-height: 1px
}
.media-object {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 1rem;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.media-object img {
	max-width: none
}
@media screen and (max-width:39.99875em) {
	.media-object.stack-for-small {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap
	}
}
.media-object-section {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto
}
.media-object-section:first-child {
	padding-right: 1rem
}
.media-object-section:last-child:not(:nth-child(2)) {
	padding-left: 1rem
}
.media-object-section > :last-child {
	margin-bottom: 0
}
@media screen and (max-width:39.99875em) {
	.stack-for-small .media-object-section {
		padding: 0;
		padding-bottom: 1rem;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
	.stack-for-small .media-object-section img {
		width: 100%
	}
}
.media-object-section.main-section {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0;
	flex: 1 1 0
}
html.is-reveal-open {
	position: fixed;
	width: 100%;
	overflow-y: hidden
}
html.is-reveal-open.zf-has-scroll {
	overflow-y: scroll
}
html.is-reveal-open body {
	overflow-y: hidden
}
.reveal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1005;
	display: none;
	background-color: rgba(10, 10, 10, 0.45);
	overflow-y: auto
}
.reveal {
	z-index: 1006;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	padding: 1rem;
	border: 1px solid #cacaca;
	border-radius: 3px;
	background-color: #fefefe;
	position: relative;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	overflow-y: auto
}
[data-whatinput='mouse'] .reveal {
	outline: 0
}
@media print, screen and (min-width:40em) {
	.reveal {
		min-height: 0
	}
}
.reveal .column, .reveal .columns {
	min-width: 0
}
.reveal > :last-child {
	margin-bottom: 0
}
@media print, screen and (min-width:40em) {
	.reveal {
		width: 600px;
		max-width: 62.5rem
	}
}
.reveal.collapse {
	padding: 0
}
@media print, screen and (min-width:40em) {
	.reveal.tiny {
		width: 30%;
		max-width: 62.5rem
	}
}
@media print, screen and (min-width:40em) {
	.reveal.small {
		width: 50%;
		max-width: 62.5rem
	}
}
@media print, screen and (min-width:40em) {
	.reveal.large {
		width: 90%;
		max-width: 62.5rem
	}
}
.reveal.full {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	min-height: 100%;
	margin-left: 0;
	border: 0;
	border-radius: 0
}
@media screen and (max-width:39.99875em) {
	.reveal {
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: none;
		height: 100%;
		min-height: 100%;
		margin-left: 0;
		border: 0;
		border-radius: 0
	}
}
.reveal.without-overlay {
	position: fixed
}
table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 1rem;
	border-radius: 3px
}
thead, tbody, tfoot {
	border: 1px solid #f1f1f1;
	background-color: #fefefe
}
caption {
	padding: .5rem .625rem .625rem;
	font-weight: bold
}
thead {
	background: #f8f8f8;
	color: #0a0a0a
}
tfoot {
	background: #f1f1f1;
	color: #0a0a0a
}
thead tr, tfoot tr {
	background: transparent
}
thead th, thead td, tfoot th, tfoot td {
	padding: .5rem .625rem .625rem;
	font-weight: bold;
	text-align: left
}
tbody th, tbody td {
	padding: .5rem .625rem .625rem
}
tbody tr:nth-child(even) {
	border-bottom: 0;
	background-color: #f1f1f1
}
table.unstriped tbody {
	background-color: #fefefe
}
table.unstriped tbody tr {
	border-bottom: 0;
	border-bottom: 1px solid #f1f1f1;
	background-color: #fefefe
}
@media screen and (max-width:63.99875em) {
	table.stack thead {
		display: none
	}
	table.stack tfoot {
		display: none
	}
	table.stack tr, table.stack th, table.stack td {
		display: block
	}
	table.stack td {
		border-top: 0
	}
}
table.scroll {
	display: block;
	width: 100%;
	overflow-x: auto
}
table.hover thead tr:hover {
	background-color: #f3f3f3
}
table.hover tfoot tr:hover {
	background-color: #ececec
}
table.hover tbody tr:hover {
	background-color: #f9f9f9
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
	background-color: #ececec
}
.table-scroll {
	overflow-x: auto
}
.badge {
	display: inline-block;
	min-width: 2.1em;
	padding: .3em;
	border-radius: 50%;
	font-size: .6rem;
	text-align: center;
	background: #2ba6cb;
	color: #fefefe
}
.badge.primary {
	background: #2ba6cb;
	color: #0a0a0a
}
.badge.secondary {
	background: #e9e9e9;
	color: #0a0a0a
}
.badge.alert {
	background: #c60f13;
	color: #fefefe
}
.badge.success {
	background: #5da423;
	color: #0a0a0a
}
.badge.warning {
	background: #ffae00;
	color: #0a0a0a
}
.badge.body-font {
	background: #222;
	color: #fefefe
}
.badge.header {
	background: #222;
	color: #fefefe
}
.label {
	display: inline-block;
	padding: .33333rem .5rem;
	border-radius: 3px;
	font-size: .8rem;
	line-height: 1;
	white-space: nowrap;
	cursor: default;
	background: #2ba6cb;
	color: #fefefe
}
.label.primary {
	background: #2ba6cb;
	color: #0a0a0a
}
.label.secondary {
	background: #e9e9e9;
	color: #0a0a0a
}
.label.alert {
	background: #c60f13;
	color: #fefefe
}
.label.success {
	background: #5da423;
	color: #0a0a0a
}
.label.warning {
	background: #ffae00;
	color: #0a0a0a
}
.label.body-font {
	background: #222;
	color: #fefefe
}
.label.header {
	background: #222;
	color: #fefefe
}
.progress {
	height: 1rem;
	margin-bottom: 1rem;
	border-radius: 3px;
	background-color: #cacaca
}
.progress.primary .progress-meter {
	background-color: #2ba6cb
}
.progress.secondary .progress-meter {
	background-color: #e9e9e9
}
.progress.alert .progress-meter {
	background-color: #c60f13
}
.progress.success .progress-meter {
	background-color: #5da423
}
.progress.warning .progress-meter {
	background-color: #ffae00
}
.progress.body-font .progress-meter {
	background-color: #222
}
.progress.header .progress-meter {
	background-color: #222
}
.progress-meter {
	position: relative;
	display: block;
	width: 0%;
	height: 100%;
	background-color: #2ba6cb;
	border-radius: 3px
}
.progress-meter-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	margin: 0;
	font-size: .75rem;
	font-weight: bold;
	color: #fefefe;
	white-space: nowrap;
	border-radius: 3px
}
.has-tip {
	position: relative;
	display: inline-block;
	border-bottom: dotted 1px #8a8a8a;
	font-weight: bold;
	cursor: help
}
.tooltip {
	position: absolute;
	top: calc(100%+ 0.6495rem);
	z-index: 1200;
	max-width: 10rem;
	padding: .75rem;
	border-radius: 3px;
	background-color: #0a0a0a;
	font-size: 80%;
	color: #fefefe
}
.tooltip::before {
	position: absolute
}
.tooltip.bottom::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-top-width: 0;
	border-bottom-style: solid;
	border-color: transparent transparent #0a0a0a;
	bottom: 100%
}
.tooltip.bottom.align-center::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tooltip.top::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #0a0a0a transparent transparent;
	top: 100%;
	bottom: auto
}
.tooltip.top.align-center::before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.tooltip.left::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent #0a0a0a;
	left: 100%
}
.tooltip.left.align-center::before {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.tooltip.right::before {
	display: block;
	width: 0;
	height: 0;
	border: inset .75rem;
	content: '';
	border-left-width: 0;
	border-right-style: solid;
	border-color: transparent #0a0a0a transparent transparent;
	right: 100%;
	left: auto
}
.tooltip.right.align-center::before {
	bottom: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.tooltip.align-top::before {
	bottom: auto;
	top: 10%
}
.tooltip.align-bottom::before {
	bottom: 10%;
	top: auto
}
.tooltip.align-left::before {
	left: 10%;
	right: auto
}
.tooltip.align-right::before {
	left: auto;
	right: 10%
}
.responsive-embed, .flex-video {
	position: relative;
	height: 0;
	margin-bottom: 1rem;
	padding-bottom: 75%;
	overflow: hidden
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.responsive-embed.widescreen, .flex-video.widescreen {
	padding-bottom: 56.25%
}
.orbit {
	position: relative
}
.orbit-container {
	position: relative;
	height: 0;
	margin: 0;
	list-style: none;
	overflow: hidden
}
.orbit-slide {
	width: 100%;
	position: absolute
}
.orbit-slide.no-motionui.is-active {
	top: 0;
	left: 0
}
.orbit-figure {
	margin: 0
}
.orbit-image {
	width: 100%;
	max-width: 100%;
	margin: 0
}
.orbit-caption {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: 0;
	padding: 1rem;
	background-color: rgba(10, 10, 10, 0.5);
	color: #fefefe
}
.orbit-previous, .orbit-next {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	padding: 1rem;
	color: #fefefe
}
[data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
	outline: 0
}
.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
	background-color: rgba(10, 10, 10, 0.5)
}
.orbit-previous {
	left: 0
}
.orbit-next {
	left: auto;
	right: 0
}
.orbit-bullets {
	position: relative;
	margin-top: .8rem;
	margin-bottom: .8rem;
	text-align: center
}
[data-whatinput='mouse'] .orbit-bullets {
	outline: 0
}
.orbit-bullets button {
	width: 1.2rem;
	height: 1.2rem;
	margin: .1rem;
	border-radius: 50%;
	background-color: #cacaca
}
.orbit-bullets button:hover {
	background-color: #8a8a8a
}
.orbit-bullets button.is-active {
	background-color: #8a8a8a
}
.thumbnail {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 1rem;
	border: 4px solid #fefefe;
	border-radius: 3px;
	box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
	line-height: 0
}
a.thumbnail {
	-webkit-transition: -webkit-box-shadow 200ms ease-out;
	-webkit-transition: box-shadow 200ms ease-out;
	transition: box-shadow 200ms ease-out
}
a.thumbnail:hover, a.thumbnail:focus {
	box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5)
}
a.thumbnail image {
	box-shadow: none
}
.sticky-container {
	position: relative
}
.sticky {
	position: relative;
	z-index: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.sticky.is-stuck {
	position: fixed;
	z-index: 5;
	width: 100%
}
.sticky.is-stuck.is-at-top {
	top: 0
}
.sticky.is-stuck.is-at-bottom {
	bottom: 0
}
.sticky.is-anchored {
	position: relative;
	right: auto;
	left: auto
}
.sticky.is-anchored.is-at-bottom {
	bottom: 0
}
.row {
	max-width: 62.5rem;
	margin-right: auto;
	margin-left: auto
}
.row::before, .row::after {
	display: table;
	content: ' ';
	-webkit-flex-basis: 0;
	flex-basis: 0;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	order: 1
}
.row::after {
	clear: both
}
.row.collapse > .column, .row.collapse > .columns {
	padding-right: 0;
	padding-left: 0
}
.row .row {
	margin-right: -.9375rem;
	margin-left: -.9375rem
}
@media print, screen and (min-width:40em) {
	.row .row {
		margin-right: -.9375rem;
		margin-left: -.9375rem
	}
}
@media print, screen and (min-width:64em) {
	.row .row {
		margin-right: -.9375rem;
		margin-left: -.9375rem
	}
}
.row .row.collapse {
	margin-right: 0;
	margin-left: 0
}
.row.expanded {
	max-width: none
}
.row.expanded .row {
	margin-right: auto;
	margin-left: auto
}
.row:not(.expanded) .row {
	max-width: none
}
.column, .columns {
	width: 100%;
	float: left;
	padding-right: .9375rem;
	padding-left: .9375rem
}
.column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: left;
	clear: none
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
	float: right
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
	float: left
}
.column.row.row, .row.row.columns {
	float: none
}
.row .column.row.row, .row .row.row.columns {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0
}
.small-1 {
	width: 8.33333%
}
.small-push-1 {
	position: relative;
	left: 8.33333%
}
.small-pull-1 {
	position: relative;
	left: -8.33333%
}
.small-offset-0 {
	margin-left: 0%
}
.small-2 {
	width: 16.66667%
}
.small-push-2 {
	position: relative;
	left: 16.66667%
}
.small-pull-2 {
	position: relative;
	left: -16.66667%
}
.small-offset-1 {
	margin-left: 8.33333%
}
.small-3 {
	width: 25%
}
.small-push-3 {
	position: relative;
	left: 25%
}
.small-pull-3 {
	position: relative;
	left: -25%
}
.small-offset-2 {
	margin-left: 16.66667%
}
.small-4 {
	width: 33.33333%
}
.small-push-4 {
	position: relative;
	left: 33.33333%
}
.small-pull-4 {
	position: relative;
	left: -33.33333%
}
.small-offset-3 {
	margin-left: 25%
}
.small-5 {
	width: 41.66667%
}
.small-push-5 {
	position: relative;
	left: 41.66667%
}
.small-pull-5 {
	position: relative;
	left: -41.66667%
}
.small-offset-4 {
	margin-left: 33.33333%
}
.small-6 {
	width: 50%
}
.small-push-6 {
	position: relative;
	left: 50%
}
.small-pull-6 {
	position: relative;
	left: -50%
}
.small-offset-5 {
	margin-left: 41.66667%
}
.small-7 {
	width: 58.33333%
}
.small-push-7 {
	position: relative;
	left: 58.33333%
}
.small-pull-7 {
	position: relative;
	left: -58.33333%
}
.small-offset-6 {
	margin-left: 50%
}
.small-8 {
	width: 66.66667%
}
.small-push-8 {
	position: relative;
	left: 66.66667%
}
.small-pull-8 {
	position: relative;
	left: -66.66667%
}
.small-offset-7 {
	margin-left: 58.33333%
}
.small-9 {
	width: 75%
}
.small-push-9 {
	position: relative;
	left: 75%
}
.small-pull-9 {
	position: relative;
	left: -75%
}
.small-offset-8 {
	margin-left: 66.66667%
}
.small-10 {
	width: 83.33333%
}
.small-push-10 {
	position: relative;
	left: 83.33333%
}
.small-pull-10 {
	position: relative;
	left: -83.33333%
}
.small-offset-9 {
	margin-left: 75%
}
.small-11 {
	width: 91.66667%
}
.small-push-11 {
	position: relative;
	left: 91.66667%
}
.small-pull-11 {
	position: relative;
	left: -91.66667%
}
.small-offset-10 {
	margin-left: 83.33333%
}
.small-12 {
	width: 100%
}
.small-offset-11 {
	margin-left: 91.66667%
}
.small-up-1 > .column, .small-up-1 > .columns {
	float: left;
	width: 100%
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
	clear: none
}
.small-up-1 > .column:nth-of-type(1n + 1), .small-up-1 > .columns:nth-of-type(1n + 1) {
	clear: both
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
	float: left
}
.small-up-2 > .column, .small-up-2 > .columns {
	float: left;
	width: 50%
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
	clear: none
}
.small-up-2 > .column:nth-of-type(2n + 1), .small-up-2 > .columns:nth-of-type(2n + 1) {
	clear: both
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
	float: left
}
.small-up-3 > .column, .small-up-3 > .columns {
	float: left;
	width: 33.33333%
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
	clear: none
}
.small-up-3 > .column:nth-of-type(3n + 1), .small-up-3 > .columns:nth-of-type(3n + 1) {
	clear: both
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
	float: left
}
.small-up-4 > .column, .small-up-4 > .columns {
	float: left;
	width: 25%
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
	clear: none
}
.small-up-4 > .column:nth-of-type(4n + 1), .small-up-4 > .columns:nth-of-type(4n + 1) {
	clear: both
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
	float: left
}
.small-up-5 > .column, .small-up-5 > .columns {
	float: left;
	width: 20%
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
	clear: none
}
.small-up-5 > .column:nth-of-type(5n + 1), .small-up-5 > .columns:nth-of-type(5n + 1) {
	clear: both
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
	float: left
}
.small-up-6 > .column, .small-up-6 > .columns {
	float: left;
	width: 16.66667%
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
	clear: none
}
.small-up-6 > .column:nth-of-type(6n + 1), .small-up-6 > .columns:nth-of-type(6n + 1) {
	clear: both
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
	float: left
}
.small-up-7 > .column, .small-up-7 > .columns {
	float: left;
	width: 14.28571%
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
	clear: none
}
.small-up-7 > .column:nth-of-type(7n + 1), .small-up-7 > .columns:nth-of-type(7n + 1) {
	clear: both
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
	float: left
}
.small-up-8 > .column, .small-up-8 > .columns {
	float: left;
	width: 12.5%
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
	clear: none
}
.small-up-8 > .column:nth-of-type(8n + 1), .small-up-8 > .columns:nth-of-type(8n + 1) {
	clear: both
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
	float: left
}
.small-collapse > .column, .small-collapse > .columns {
	padding-right: 0;
	padding-left: 0
}
.small-collapse .row {
	margin-right: 0;
	margin-left: 0
}
.expanded.row .small-collapse.row {
	margin-right: 0;
	margin-left: 0
}
.small-uncollapse > .column, .small-uncollapse > .columns {
	padding-right: .9375rem;
	padding-left: .9375rem
}
.small-centered {
	margin-right: auto;
	margin-left: auto
}
.small-centered, .small-centered:last-child:not(:first-child) {
	float: none;
	clear: both
}
.small-uncentered, .small-push-0, .small-pull-0 {
	position: static;
	margin-right: 0;
	margin-left: 0
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
	float: left;
	clear: none
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
	float: right
}
@media print, screen and (min-width:40em) {
	.medium-1 {
		width: 8.33333%
	}
	.medium-push-1 {
		position: relative;
		left: 8.33333%
	}
	.medium-pull-1 {
		position: relative;
		left: -8.33333%
	}
	.medium-offset-0 {
		margin-left: 0%
	}
	.medium-2 {
		width: 16.66667%
	}
	.medium-push-2 {
		position: relative;
		left: 16.66667%
	}
	.medium-pull-2 {
		position: relative;
		left: -16.66667%
	}
	.medium-offset-1 {
		margin-left: 8.33333%
	}
	.medium-3 {
		width: 25%
	}
	.medium-push-3 {
		position: relative;
		left: 25%
	}
	.medium-pull-3 {
		position: relative;
		left: -25%
	}
	.medium-offset-2 {
		margin-left: 16.66667%
	}
	.medium-4 {
		width: 33.33333%
	}
	.medium-push-4 {
		position: relative;
		left: 33.33333%
	}
	.medium-pull-4 {
		position: relative;
		left: -33.33333%
	}
	.medium-offset-3 {
		margin-left: 25%
	}
	.medium-5 {
		width: 41.66667%
	}
	.medium-push-5 {
		position: relative;
		left: 41.66667%
	}
	.medium-pull-5 {
		position: relative;
		left: -41.66667%
	}
	.medium-offset-4 {
		margin-left: 33.33333%
	}
	.medium-6 {
		width: 50%
	}
	.medium-push-6 {
		position: relative;
		left: 50%
	}
	.medium-pull-6 {
		position: relative;
		left: -50%
	}
	.medium-offset-5 {
		margin-left: 41.66667%
	}
	.medium-7 {
		width: 58.33333%
	}
	.medium-push-7 {
		position: relative;
		left: 58.33333%
	}
	.medium-pull-7 {
		position: relative;
		left: -58.33333%
	}
	.medium-offset-6 {
		margin-left: 50%
	}
	.medium-8 {
		width: 66.66667%
	}
	.medium-push-8 {
		position: relative;
		left: 66.66667%
	}
	.medium-pull-8 {
		position: relative;
		left: -66.66667%
	}
	.medium-offset-7 {
		margin-left: 58.33333%
	}
	.medium-9 {
		width: 75%
	}
	.medium-push-9 {
		position: relative;
		left: 75%
	}
	.medium-pull-9 {
		position: relative;
		left: -75%
	}
	.medium-offset-8 {
		margin-left: 66.66667%
	}
	.medium-10 {
		width: 83.33333%
	}
	.medium-push-10 {
		position: relative;
		left: 83.33333%
	}
	.medium-pull-10 {
		position: relative;
		left: -83.33333%
	}
	.medium-offset-9 {
		margin-left: 75%
	}
	.medium-11 {
		width: 91.66667%
	}
	.medium-push-11 {
		position: relative;
		left: 91.66667%
	}
	.medium-pull-11 {
		position: relative;
		left: -91.66667%
	}
	.medium-offset-10 {
		margin-left: 83.33333%
	}
	.medium-12 {
		width: 100%
	}
	.medium-offset-11 {
		margin-left: 91.66667%
	}
	.medium-up-1 > .column, .medium-up-1 > .columns {
		float: left;
		width: 100%
	}
	.medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-1 > .column:nth-of-type(1n + 1), .medium-up-1 > .columns:nth-of-type(1n + 1) {
		clear: both
	}
	.medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
		float: left
	}
	.medium-up-2 > .column, .medium-up-2 > .columns {
		float: left;
		width: 50%
	}
	.medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-2 > .column:nth-of-type(2n + 1), .medium-up-2 > .columns:nth-of-type(2n + 1) {
		clear: both
	}
	.medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
		float: left
	}
	.medium-up-3 > .column, .medium-up-3 > .columns {
		float: left;
		width: 33.33333%
	}
	.medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-3 > .column:nth-of-type(3n + 1), .medium-up-3 > .columns:nth-of-type(3n + 1) {
		clear: both
	}
	.medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
		float: left
	}
	.medium-up-4 > .column, .medium-up-4 > .columns {
		float: left;
		width: 25%
	}
	.medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-4 > .column:nth-of-type(4n + 1), .medium-up-4 > .columns:nth-of-type(4n + 1) {
		clear: both
	}
	.medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
		float: left
	}
	.medium-up-5 > .column, .medium-up-5 > .columns {
		float: left;
		width: 20%
	}
	.medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-5 > .column:nth-of-type(5n + 1), .medium-up-5 > .columns:nth-of-type(5n + 1) {
		clear: both
	}
	.medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
		float: left
	}
	.medium-up-6 > .column, .medium-up-6 > .columns {
		float: left;
		width: 16.66667%
	}
	.medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-6 > .column:nth-of-type(6n + 1), .medium-up-6 > .columns:nth-of-type(6n + 1) {
		clear: both
	}
	.medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
		float: left
	}
	.medium-up-7 > .column, .medium-up-7 > .columns {
		float: left;
		width: 14.28571%
	}
	.medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-7 > .column:nth-of-type(7n + 1), .medium-up-7 > .columns:nth-of-type(7n + 1) {
		clear: both
	}
	.medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
		float: left
	}
	.medium-up-8 > .column, .medium-up-8 > .columns {
		float: left;
		width: 12.5%
	}
	.medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
		clear: none
	}
	.medium-up-8 > .column:nth-of-type(8n + 1), .medium-up-8 > .columns:nth-of-type(8n + 1) {
		clear: both
	}
	.medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
		float: left
	}
	.medium-collapse > .column, .medium-collapse > .columns {
		padding-right: 0;
		padding-left: 0
	}
	.medium-collapse .row {
		margin-right: 0;
		margin-left: 0
	}
	.expanded.row .medium-collapse.row {
		margin-right: 0;
		margin-left: 0
	}
	.medium-uncollapse > .column, .medium-uncollapse > .columns {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
	.medium-centered {
		margin-right: auto;
		margin-left: auto
	}
	.medium-centered, .medium-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}
	.medium-uncentered, .medium-push-0, .medium-pull-0 {
		position: static;
		margin-right: 0;
		margin-left: 0
	}
	.medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
		float: left;
		clear: none
	}
	.medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
		float: right
	}
}
@media print, screen and (min-width:64em) {
	.large-1 {
		width: 8.33333%
	}
	.large-push-1 {
		position: relative;
		left: 8.33333%
	}
	.large-pull-1 {
		position: relative;
		left: -8.33333%
	}
	.large-offset-0 {
		margin-left: 0%
	}
	.large-2 {
		width: 16.66667%
	}
	.large-push-2 {
		position: relative;
		left: 16.66667%
	}
	.large-pull-2 {
		position: relative;
		left: -16.66667%
	}
	.large-offset-1 {
		margin-left: 8.33333%
	}
	.large-3 {
		width: 25%
	}
	.large-push-3 {
		position: relative;
		left: 25%
	}
	.large-pull-3 {
		position: relative;
		left: -25%
	}
	.large-offset-2 {
		margin-left: 16.66667%
	}
	.large-4 {
		width: 33.33333%
	}
	.large-push-4 {
		position: relative;
		left: 33.33333%
	}
	.large-pull-4 {
		position: relative;
		left: -33.33333%
	}
	.large-offset-3 {
		margin-left: 25%
	}
	.large-5 {
		width: 41.66667%
	}
	.large-push-5 {
		position: relative;
		left: 41.66667%
	}
	.large-pull-5 {
		position: relative;
		left: -41.66667%
	}
	.large-offset-4 {
		margin-left: 33.33333%
	}
	.large-6 {
		width: 50%
	}
	.large-push-6 {
		position: relative;
		left: 50%
	}
	.large-pull-6 {
		position: relative;
		left: -50%
	}
	.large-offset-5 {
		margin-left: 41.66667%
	}
	.large-7 {
		width: 58.33333%
	}
	.large-push-7 {
		position: relative;
		left: 58.33333%
	}
	.large-pull-7 {
		position: relative;
		left: -58.33333%
	}
	.large-offset-6 {
		margin-left: 50%
	}
	.large-8 {
		width: 66.66667%
	}
	.large-push-8 {
		position: relative;
		left: 66.66667%
	}
	.large-pull-8 {
		position: relative;
		left: -66.66667%
	}
	.large-offset-7 {
		margin-left: 58.33333%
	}
	.large-9 {
		width: 75%
	}
	.large-push-9 {
		position: relative;
		left: 75%
	}
	.large-pull-9 {
		position: relative;
		left: -75%
	}
	.large-offset-8 {
		margin-left: 66.66667%
	}
	.large-10 {
		width: 83.33333%
	}
	.large-push-10 {
		position: relative;
		left: 83.33333%
	}
	.large-pull-10 {
		position: relative;
		left: -83.33333%
	}
	.large-offset-9 {
		margin-left: 75%
	}
	.large-11 {
		width: 91.66667%
	}
	.large-push-11 {
		position: relative;
		left: 91.66667%
	}
	.large-pull-11 {
		position: relative;
		left: -91.66667%
	}
	.large-offset-10 {
		margin-left: 83.33333%
	}
	.large-12 {
		width: 100%
	}
	.large-offset-11 {
		margin-left: 91.66667%
	}
	.large-up-1 > .column, .large-up-1 > .columns {
		float: left;
		width: 100%
	}
	.large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-1 > .column:nth-of-type(1n + 1), .large-up-1 > .columns:nth-of-type(1n + 1) {
		clear: both
	}
	.large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
		float: left
	}
	.large-up-2 > .column, .large-up-2 > .columns {
		float: left;
		width: 50%
	}
	.large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-2 > .column:nth-of-type(2n + 1), .large-up-2 > .columns:nth-of-type(2n + 1) {
		clear: both
	}
	.large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
		float: left
	}
	.large-up-3 > .column, .large-up-3 > .columns {
		float: left;
		width: 33.33333%
	}
	.large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-3 > .column:nth-of-type(3n + 1), .large-up-3 > .columns:nth-of-type(3n + 1) {
		clear: both
	}
	.large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
		float: left
	}
	.large-up-4 > .column, .large-up-4 > .columns {
		float: left;
		width: 25%
	}
	.large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-4 > .column:nth-of-type(4n + 1), .large-up-4 > .columns:nth-of-type(4n + 1) {
		clear: both
	}
	.large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
		float: left
	}
	.large-up-5 > .column, .large-up-5 > .columns {
		float: left;
		width: 20%
	}
	.large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-5 > .column:nth-of-type(5n + 1), .large-up-5 > .columns:nth-of-type(5n + 1) {
		clear: both
	}
	.large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
		float: left
	}
	.large-up-6 > .column, .large-up-6 > .columns {
		float: left;
		width: 16.66667%
	}
	.large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-6 > .column:nth-of-type(6n + 1), .large-up-6 > .columns:nth-of-type(6n + 1) {
		clear: both
	}
	.large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
		float: left
	}
	.large-up-7 > .column, .large-up-7 > .columns {
		float: left;
		width: 14.28571%
	}
	.large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-7 > .column:nth-of-type(7n + 1), .large-up-7 > .columns:nth-of-type(7n + 1) {
		clear: both
	}
	.large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
		float: left
	}
	.large-up-8 > .column, .large-up-8 > .columns {
		float: left;
		width: 12.5%
	}
	.large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
		clear: none
	}
	.large-up-8 > .column:nth-of-type(8n + 1), .large-up-8 > .columns:nth-of-type(8n + 1) {
		clear: both
	}
	.large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
		float: left
	}
	.large-collapse > .column, .large-collapse > .columns {
		padding-right: 0;
		padding-left: 0
	}
	.large-collapse .row {
		margin-right: 0;
		margin-left: 0
	}
	.expanded.row .large-collapse.row {
		margin-right: 0;
		margin-left: 0
	}
	.large-uncollapse > .column, .large-uncollapse > .columns {
		padding-right: .9375rem;
		padding-left: .9375rem
	}
	.large-centered {
		margin-right: auto;
		margin-left: auto
	}
	.large-centered, .large-centered:last-child:not(:first-child) {
		float: none;
		clear: both
	}
	.large-uncentered, .large-push-0, .large-pull-0 {
		position: static;
		margin-right: 0;
		margin-left: 0
	}
	.large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
		float: left;
		clear: none
	}
	.large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
		float: right
	}
}
.column-block {
	margin-bottom: 1.875rem
}
.column-block > :last-child {
	margin-bottom: 0
}
.menu-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}
.menu-icon::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #fefefe;
	box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
	content: ''
}
.menu-icon:hover::after {
	background: #cacaca;
	box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}
.menu-icon.dark {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 16px;
	cursor: pointer
}
.menu-icon.dark::after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
	content: ''
}
.menu-icon.dark:hover::after {
	background: #8a8a8a;
	box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}
.slide-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-in-down.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.slide-in-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-in-left.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.slide-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-in-up.mui-enter.mui-enter-active {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.slide-in-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-in-right.mui-enter.mui-enter-active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.slide-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-out-down.mui-leave.mui-leave-active {
	-webkit-transform: translateY(100%);
	transform: translateY(100%)
}
.slide-out-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-out-right.mui-leave.mui-leave-active {
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}
.slide-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-out-up.mui-leave.mui-leave-active {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}
.slide-out-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.slide-out-left.mui-leave.mui-leave-active {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%)
}
.fade-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.fade-in.mui-enter.mui-enter-active {
	opacity: 1
}
.fade-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	opacity: 1;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.fade-out.mui-leave.mui-leave-active {
	opacity: 0
}
.hinge-in-from-top.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-top.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-right.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-right.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-bottom.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-bottom.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-left.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-left.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-middle-x.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-middle-x.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-in-from-middle-y.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.hinge-in-from-middle-y.mui-enter.mui-enter-active {
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	opacity: 1
}
.hinge-out-from-top.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-top.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0
}
.hinge-out-from-right.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-right.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0
}
.hinge-out-from-bottom.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-bottom.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(-90deg);
	transform: perspective(2000px) rotateX(-90deg);
	opacity: 0
}
.hinge-out-from-left.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-left.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(-90deg);
	transform: perspective(2000px) rotateY(-90deg);
	opacity: 0
}
.hinge-out-from-middle-x.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-middle-x.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateX(90deg);
	transform: perspective(2000px) rotateX(90deg);
	opacity: 0
}
.hinge-out-from-middle-y.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: perspective(2000px) rotate(0);
	transform: perspective(2000px) rotate(0);
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.hinge-out-from-middle-y.mui-leave.mui-leave-active {
	-webkit-transform: perspective(2000px) rotateY(90deg);
	transform: perspective(2000px) rotateY(90deg);
	opacity: 0
}
.scale-in-up.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(.5);
	transform: scale(.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.scale-in-up.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.scale-in-down.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.scale-in-down.mui-enter.mui-enter-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1
}
.scale-out-up.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.scale-out-up.mui-leave.mui-leave-active {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	opacity: 0
}
.scale-out-down.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.scale-out-down.mui-leave.mui-leave-active {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	opacity: 0
}
.spin-in.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(-.75turn);
	transform: rotate(-.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.spin-in.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}
.spin-out.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.spin-out.mui-leave.mui-leave-active {
	-webkit-transform: rotate(.75turn);
	transform: rotate(.75turn);
	opacity: 0
}
.spin-in-ccw.mui-enter {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(.75turn);
	transform: rotate(.75turn);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 0
}
.spin-in-ccw.mui-enter.mui-enter-active {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}
.spin-out-ccw.mui-leave {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	opacity: 1
}
.spin-out-ccw.mui-leave.mui-leave-active {
	-webkit-transform: rotate(-.75turn);
	transform: rotate(-.75turn);
	opacity: 0
}
.slow {
	-webkit-transition-duration: 750ms !important;
	transition-duration: 750ms !important
}
.fast {
	-webkit-transition-duration: 250ms !important;
	transition-duration: 250ms !important
}
.linear {
	-webkit-transition-timing-function: linear !important;
	transition-timing-function: linear !important
}
.ease {
	-webkit-transition-timing-function: ease !important;
	transition-timing-function: ease !important
}
.ease-in {
	-webkit-transition-timing-function: ease-in !important;
	transition-timing-function: ease-in !important
}
.ease-out {
	-webkit-transition-timing-function: ease-out !important;
	transition-timing-function: ease-out !important
}
.ease-in-out {
	-webkit-transition-timing-function: ease-in-out !important;
	transition-timing-function: ease-in-out !important
}
.bounce-in {
	-webkit-transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
	transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}
.bounce-out {
	-webkit-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
	transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}
.bounce-in-out {
	-webkit-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
	transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}
.short-delay {
	-webkit-transition-delay: 300ms !important;
	transition-delay: 300ms !important
}
.long-delay {
	-webkit-transition-delay: 700ms !important;
	transition-delay: 700ms !important
}
.shake {
	-webkit-animation-name: shake-7;
	animation-name: shake-7
}
@-webkit-keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
		-webkit-transform: translateX(7%);
		transform: translateX(7%)
	}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
		-webkit-transform: translateX(-7%);
		transform: translateX(-7%)
	}
}
.spin-cw {
	-webkit-animation-name: spin-cw-1turn;
	animation-name: spin-cw-1turn
}
@-webkit-keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}
.spin-ccw {
	-webkit-animation-name: spin-ccw-1turn;
	animation-name: spin-ccw-1turn
}
@-webkit-keyframes spin-ccw-1turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn)
	}
}
.wiggle {
	-webkit-animation-name: wiggle-7deg;
	animation-name: wiggle-7deg
}
@-webkit-keyframes wiggle-7deg {
	40%, 50%, 60% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg)
	}
	35%, 45%, 55%, 65% {
		-webkit-transform: rotate(-7deg);
		transform: rotate(-7deg)
	}
	0%, 30%, 70%, 100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}
.shake, .spin-cw, .spin-ccw, .wiggle {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms
}
.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.slow {
	-webkit-animation-duration: 750ms !important;
	animation-duration: 750ms !important
}
.fast {
	-webkit-animation-duration: 250ms !important;
	animation-duration: 250ms !important
}
.linear {
	-webkit-animation-timing-function: linear !important;
	animation-timing-function: linear !important
}
.ease {
	-webkit-animation-timing-function: ease !important;
	animation-timing-function: ease !important
}
.ease-in {
	-webkit-animation-timing-function: ease-in !important;
	animation-timing-function: ease-in !important
}
.ease-out {
	-webkit-animation-timing-function: ease-out !important;
	animation-timing-function: ease-out !important
}
.ease-in-out {
	-webkit-animation-timing-function: ease-in-out !important;
	animation-timing-function: ease-in-out !important
}
.bounce-in {
	-webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
	animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}
.bounce-out {
	-webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
	animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}
.bounce-in-out {
	-webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
	animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}
.short-delay {
	-webkit-animation-delay: 300ms !important;
	animation-delay: 300ms !important
}
.long-delay {
	-webkit-animation-delay: 700ms !important;
	animation-delay: 700ms !important
}
@-webkit-keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
		-webkit-transform: translateX(7%);
		transform: translateX(7%)
	}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
		-webkit-transform: translateX(-7%);
		transform: translateX(-7%)
	}
}
@keyframes shake-7 {
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
		-webkit-transform: translateX(7%);
		transform: translateX(7%)
	}
	5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
		-webkit-transform: translateX(-7%);
		transform: translateX(-7%)
	}
}
@-webkit-keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}
@keyframes spin-cw-1turn {
	0% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn)
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}
@-webkit-keyframes spin-ccw-1turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn)
	}
}
@keyframes spin-ccw-1turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	100% {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn)
	}
}
@-webkit-keyframes wiggle-7deg {
	40%, 50%, 60% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg)
	}
	35%, 45%, 55%, 65% {
		-webkit-transform: rotate(-7deg);
		transform: rotate(-7deg)
	}
	0%, 30%, 70%, 100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}
@keyframes wiggle-7deg {
	40%, 50%, 60% {
		-webkit-transform: rotate(7deg);
		transform: rotate(7deg)
	}
	35%, 45%, 55%, 65% {
		-webkit-transform: rotate(-7deg);
		transform: rotate(-7deg)
	}
	0%, 30%, 70%, 100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}
@font-face {
	font-family: 'icomoon';
	font-display: swap;
	src: url("../fonts/icons/icomoon/icomoon.eot?ggdald");
	src: url("../fonts/icons/icomoon/icomoon.eot?ggdald#iefix") format('embedded-opentype'), url("../fonts/icons/icomoon/icomoon.woff?ggdald") format('woff'), url("../fonts/icons/icomoon/icomoon.ttf?ggdald") format('truetype'), url("../fonts/icons/icomoon/icomoon.svg?ggdald#icomoon") format('svg');
	font-weight: normal;
	font-style: normal
}
[class^="fa-"], [class*=" fa-"] {
	font-family: 'icomoon' !important;
	/* speak: none;  -- REMOVIDO: propiedad desconocida */
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	overflow: visible
}
.fa-angle-double-left:before {
	content: "\e960"
}
.fa-angle-right:before {
	content: "\e961"
}
.fa-instagram:before {
	content: "\e962"
}
.fa-linkedin:before {
	content: "\e963"
}
.fa-mc-01:before {
	content: "\e900"
}
.fa-mc-02:before {
	content: "\e901"
}
.fa-mc-03:before {
	content: "\e902"
}
.fa-mc-04:before {
	content: "\e903"
}
.fa-mc-05:before {
	content: "\e904"
}
.fa-mc-06:before {
	content: "\e905"
}
.fa-mc-07:before {
	content: "\e906"
}
.fa-mc-08:before {
	content: "\e907"
}
.fa-mc-09:before {
	content: "\e908"
}
.fa-mc-10:before {
	content: "\e909"
}
.fa-mc-11:before {
	content: "\e90a"
}
.fa-address-card:before {
	content: "\e90b"
}
.fa-angle-double-right:before {
	content: "\e90c"
}
.fa-angle-left:before {
	content: "\e90d"
}
.fa-angry:before {
	content: "\e90e"
}
.fa-at:before {
	content: "\e90f"
}
.fa-award:before {
	content: "\e910"
}
.fa-balance-scale:before {
	content: "\e911"
}
.fa-bars:before {
	content: "\e912"
}
.fa-beer:before {
	content: "\e913"
}
.fa-building:before {
	content: "\e914"
}
.fa-check-circle:before {
	content: "\e915"
}
.fa-check-square:before {
	content: "\e916"
}
.fa-check:before {
	content: "\e917"
}
.fa-chevron-left:before {
	content: "\e918"
}
.fa-chevron-right:before {
	content: "\e919"
}
.fa-cloud-meatball:before {
	content: "\e91a"
}
.fa-cloud:before {
	content: "\e91b"
}
.fa-coffee:before {
	content: "\e91c"
}
.fa-comment-alt:before {
	content: "\e91d"
}
.fa-credit-card:before {
	content: "\e91e"
}
.fa-dice-d20:before {
	content: "\e91f"
}
.fa-door-open:before {
	content: "\e920"
}
.fa-download:before {
	content: "\e921"
}
.fa-envelope-open-text:before {
	content: "\e922"
}
.fa-envelope-open:before {
	content: "\e923"
}
.fa-envelope:before {
	content: "\e924"
}
.fa-exchange-alt:before {
	content: "\e925"
}
.fa-eye-slash:before {
	content: "\e926"
}
.fa-eye:before {
	content: "\e927"
}
.fa-facebook-square {
	display: inline-block !important
}
.fa-facebook-f:before {
	content: "\e928"
}
.fa-facebook-square:before {
	content: "\e929"
}
.fa-file-alt:before {
	content: "\e92a"
}
.fa-file-download:before {
	content: "\e92b"
}
.fa-file-invoice-dollar:before {
	content: "\e92c"
}
.fa-file-invoice:before {
	content: "\e92d"
}
.fa-file-upload:before {
	content: "\e92e"
}
.fa-flag-checkered:before {
	content: "\e92f"
}
.fa-frown:before {
	content: "\e930"
}
.fa-ghost:before {
	content: "\e931"
}
.fa-globe:before {
	content: "\e932"
}
.fa-grin-stars:before {
	content: "\e933"
}
.fa-hand-holding-heart:before {
	content: "\e934"
}
.fa-hand-holding-usd:before {
	content: "\e935"
}
.fa-handshake:before {
	content: "\e936"
}
.fa-hdd:before {
	content: "\e937"
}
.fa-headset:before {
	content: "\e938"
}
.fa-heart:before {
	content: "\e939"
}
.fa-key:before {
	content: "\e93a"
}
.fa-laptop-code:before {
	content: "\e93b"
}
.fa-linkedin-in:before {
	content: "\e93c"
}
.fa-long-arrow-alt-down:before {
	content: "\e93d"
}
.fa-long-arrow-alt-left:before {
	content: "\e93e"
}
.fa-long-arrow-alt-right:before {
	content: "\e93f"
}
.fa-long-arrow-alt-up:before {
	content: "\e940"
}
.fa-magic:before {
	content: "\e941"
}
.fa-mail-bulk:before {
	content: "\e942"
}
.fa-map-marked-alt:before {
	content: "\e943"
}
.fa-map-marker-alt:before {
	content: "\e944"
}
.fa-meh:before {
	content: "\e945"
}
.fa-mobile:before {
	content: "\e946"
}
.fa-network-wired:before {
	content: "\e947"
}
.fa-percentage:before {
	content: "\e948"
}
.fa-phone-square:before {
	content: "\e949"
}
.fa-phone-volume:before {
	content: "\e94a"
}
.fa-play:before {
	content: "\e94b"
}
.fa-plus:before {
	content: "\e94c"
}
.fa-road:before {
	content: "\e94d"
}
.fa-rocket:before {
	content: "\e94e"
}
.fa-route:before {
	content: "\e94f"
}
.fa-shield-alt:before {
	content: "\e950"
}
.fa-shoe-prints:before {
	content: "\e951"
}
.fa-signature:before {
	content: "\e952"
}
.fa-sitemap:before {
	content: "\e953"
}
.fa-smile:before {
	content: "\e954"
}
.fa-square:before {
	content: "\e955"
}
.fa-stopwatch:before {
	content: "\e956"
}
.fa-tachometer-alt:before {
	content: "\e957"
}
.fa-twitter-square:before {
	content: "\e958"
}
.fa-twitter:before {
	content: "\e959"
}
.fa-user-secret:before {
	content: "\e95a"
}
.fa-user-shield:before {
	content: "\e95b"
}
.fa-user-tie:before {
	content: "\e95c"
}
.fa-wifi:before {
	content: "\e95d"
}
.fa-youtube-square:before {
	content: "\e95e"
}
.fa-youtube:before {
	content: "\e95f"
}
body {
	height: 100% !important;
	overflow-x: hidden !important;
	font-family: 'eina03-regular', sans-serif;
	background-color: #fff;
	display: block;
	color: #2b303d
}
::-moz-selection {
	background-color: rgba(0, 122, 255, 0.9);
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
::selection {
	background-color: rgba(0, 122, 255, 0.9);
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
::-moz-selection {
	background-color: rgba(0, 122, 255, 0.9);
	color: #fff;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
::-webkit-scrollbar {
	width: 5px;
	background-color: #08080d
}
::-webkit-scrollbar-thumb {
	background: #2b303d;
	border-radius: 290px;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
::-webkit-scrollbar-thumb:hover {
	background: #007aff
}
img, embed, video {
	max-width: 100%
}
object {
	min-width: 100%
}
.button {
	display: inline-block;
	cursor: pointer;
	outline-style: none;
	text-transform: uppercase;
	width: 100%;
	border: none;
	font-family: 'proxima_novasemibold', sans-serif;
	position: relative;
	font-size: 1.1rem;
	letter-spacing: 1px;
	padding: 1rem 1.2rem;
}
.button:before {
	z-index: 0;
	overflow: hidden
}
.button:hover, .button:active, .button:focus {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button:hover i, .button:active i, .button:focus i {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-name: jumpIcon;
	animation-name: jumpIcon;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.28, .84, .42, 1);
	animation-timing-function: cubic-bezier(.28, .84, .42, 1)
}
.button span {
	position: relative;
	z-index: 2
}
.button i {
	display: inherit
}
.button-contracted {
	max-width: 300px
}
.button-1 {
	background-color: #ffbf00;
	box-shadow: 0 24px 14px -14px rgba(245, 166, 35, 0.44);
	border-radius: 290px;
	overflow: hidden;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	color: #08080d;
}
.button-1:before {
	content: '';
	position: absolute;
	width: 0;
	height: calc(100%+ 2px);
	top: 0;
	left: inherit;
	right: -10%;
	background: #64dd17;
	background: -webkit-linear-gradient(left, #3ee577, #42fcdb);
	background: linear-gradient(to right, #3ee577, #42fcdb);
	display: block;
	border-radius: 290px;
	-webkit-transition: all .5s cubic-bezier(.445, .05, .55, .95);
	transition: all .5s cubic-bezier(.445, .05, .55, .95)
}
.button-1:hover, .button-1:active, .button-1:focus {
	background: #ffbf00;
	color: #2b303d;
	box-shadow: 0 24px 14px -14px rgba(9,27,87,0.95);
	border-radius: 290px;
}
.button-1:hover:before, .button-1:active:before, .button-1:focus:before {
	width: 120%;
	right: inherit;
	left: -10%
}
.button-1_white {
	background: #fff;
	color: #08080d;
	box-shadow: 0 24px 14px -14px rgba(0, 0, 0, 0.25);
}
.button-1_white:before {
	background: #08080d
}
.button-1_white:hover, .button-1_white:active, .button-1_white:focus {
	background: #fff;
	box-shadow: 0 24px 14px -14px rgba(0, 0, 0, 0.25);
	color: #64dd17
}
.button-2 {
	background-color: #ffbf00;
	box-shadow: 0 24px 16px -14px rgba(0, 0, 0, 0.25);
	background: #007aff;
	background: -webkit-linear-gradient(left, #004a97 0%, #0982ff 60%, #09c6f9 100%);
	background: linear-gradient(to right, #004a97 0%, #0982ff 60%, #09c6f9 100%);
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
}
.button-2:before {
	content: '';
	position: absolute;
	width: 0;
	height: calc(100%+ 2px);
	top: 0;
	left: inherit;
	right: -10%;
	background: #64dd17;
	background: -webkit-linear-gradient(left, #f9d423 30%, #f76b1c);
	background: linear-gradient(to right, #f9d423 30%, #f76b1c);
	display: block;
	border-radius: 290px;
	-webkit-transition: all .5s cubic-bezier(.445, .05, .55, .95);
	transition: all .5s cubic-bezier(.445, .05, .55, .95)
}
.button-2:hover, .button-2:active, .button-2:focus {
	color: #2b303d;
}
.button-2:hover:before, .button-2:active:before, .button-2:focus:before {
	width: 120%;
	right: inherit;
	left: -10%
}
.button-2:hover .icon-button, .button-2:active .icon-button, .button-2:focus .icon-button {
	color: #ffbf00
}
.button-2 .icon-button {
	background-color: #08080d;
	font-size: 1.5rem;
	padding: 1rem;
	float: left;
	border-radius: 5px 0 0 5px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	min-width: 57px
}
.button-2 .text-button {
	padding-top: 1.3rem;
	display: inline-block
}
.button-2_white .icon-button {
	background-color: #fff;
	color: #08080d
}
.button-3 {
	background-color: #fff;
	box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.2);
	font-family: 'proxima_novasemibold', sans-serif;
	color: #2b303d;
	letter-spacing: 1px;
	border-radius: 290px;
	padding: 1rem 1rem 1rem 55px;
}
.button-3 .icon-button {
	position: absolute;
	left: -1px;
	top: -3px;
	width: 55px;
	height: 55px;
	border-radius: 100%;
	background: #004a97;
	background: -webkit-linear-gradient(right, #09c6f9, #045de9);
	background: linear-gradient(to left, #09c6f9, #045de9);
	text-align: center;
	color: #fff;
	padding-top: 20px;
	-webkit-transition: all .8s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .8s cubic-bezier(.68, -.55, .265, 1.55);
	min-width: 57px
}
.button-3:hover, .button-3:active, .button-3:focus {
	background-color: #08080d;
	overflow: visible;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button-3:hover .icon-button, .button-3:active .icon-button, .button-3:focus .icon-button {
	-webkit-transform: rotate(360deg) scale(1.1);
	transform: rotate(360deg) scale(1.1)
}
.button-3:hover i, .button-3:active i, .button-3:focus i {
	-webkit-animation-name: none;
	animation-name: none
}
.button-4 {
	background: #007aff;
	background: -webkit-linear-gradient(left, #004a97 0%, #0982ff 60%, #09c6f9 100%);
	background: linear-gradient(to right, #004a97 0%, #0982ff 60%, #09c6f9 100%);
	font-size: 1.1rem;
	border-radius: 5px;
	line-height: 1.9;
	padding: 1rem 1.2rem .8rem;
	overflow: hidden;
}
.button-4:before {
	content: '';
	position: absolute;
	width: 0;
	height: calc(100%+ 2px);
	top: 0;
	left: inherit;
	right: -10%;
	background: #64dd17;
	background: -webkit-linear-gradient(left, #f9d423 30%, #f76b1c);
	background: linear-gradient(to right, #f9d423 30%, #f76b1c);
	display: block;
	border-radius: 290px;
	-webkit-transition: all .5s cubic-bezier(.445, .05, .55, .95);
	transition: all .5s cubic-bezier(.445, .05, .55, .95)
}
.button-4:hover, .button-4:active, .button-4:focus {
	color: #2b303d;
}
.button-4:hover:before, .button-4:active:before, .button-4:focus:before {
	width: 150%;
	right: inherit;
	left: -25%
}
.button-4 .icon-button {
	border-right: 1px solid #fff;
	font-size: 1.3rem;
	padding: .4rem .9rem .4rem 0;
	display: block; /* float: left fuerza display:block */
	float: left;
	min-width: 57px
}
.button-5 {
	font-family: 'proxima_novablack', sans-serif;
	text-transform: uppercase;
	border-radius: 290px;
	background: #ffbf00;
	background: -webkit-linear-gradient(right, #f9d423 30%, #f76b1c);
	background: linear-gradient(to left, #f9d423 30%, #f76b1c);
	box-shadow: 0 24px 14px -14px rgba(245, 166, 35, 0.44);
	overflow: hidden;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
	padding: 1.5rem 1.3rem 1.2rem;
}
.button-5:before {
	content: '';
	position: absolute;
	width: 0;
	height: calc(100%+ 2px);
	top: 0;
	left: inherit;
	right: -10%;
	background: #004a98;
	background: -webkit-linear-gradient(left,#004a98, #00356f);
	background: linear-gradient(to right, #004a98, #00356f);
	display: block;
	border-radius: 290px;
	-webkit-transition: all .5s cubic-bezier(.445, .05, .55, .95);
	transition: all .5s cubic-bezier(.445, .05, .55, .95)
}
.button-5:hover, .button-5:active, .button-5:focus {
	background-color: #ffbf00;
	color: #2b303d;
	box-shadow: 0 24px 14px -14px rgba(100, 221, 23, 0.44);
}
.button-5:hover:before, .button-5:active:before, .button-5:focus:before {
	width: 120%;
	right: inherit;
	left: -10%
}
.button-video {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: #ffbf00;
	background: -webkit-linear-gradient(top, #f9d423 30%, #f76b1c);
	background: linear-gradient(to bottom, #f9d423 30%, #f76b1c);
	text-align: center;
	color: #fff;
	z-index: 4;
	font-size: 1.5rem;
	padding-top: 18px;
	box-shadow: 0 0 0 16px rgba(255, 191, 0, 0.3);
	-webkit-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	outline-style: none;
	-webkit-animation-name: opacityVideo;
	animation-name: opacityVideo;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	-webkit-animation-duration: 3.5s;
	animation-duration: 3.5s;
}
.button-video:hover, .button-video:active, .button-video:focus {
	-webkit-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
	color: #08080d;
	overflow: visible;
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}
.back-button {
	display: block;
	text-align: center;
	color: #2b303d;
	font-size: 1.3rem;
	padding: 1rem;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.back-button:hover {
	color: #007aff
}
.back-button i {
	font-size: 1.7rem;
	margin-right: .5rem;
	top: 3px;
	position: relative
}
.button-pse .icon-button {
	padding: 0
}
.destroy {
	display: none
}
.parallax {
	background-attachment: fixed
}
.parallax-alt:after, .parallax-alt:before {
	background-attachment: fixed
}
.underline {
	position: relative;
}
.underline:before {
	content: '';
	position: absolute;
	bottom: 0;
	border-radius: 290px;
	background-color: #007aff;
	width: 104%;
	left: -2%;
	height: 3px
}
.uppercase {
	text-transform: uppercase
}

.alert {
	color: #fff;
	display: none;
	padding: 1rem;
	text-align: center;
	margin: 1rem 0
}
.info-enviada {
	border: 3px dashed #fff
}
.captcha {
	background-color: #9e2330
}
.layaout {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	position: relative;
	padding: 0 2rem;
	float: left;
	
	
}
.enter {
	display: block
}
.background {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.background:before, .background:after {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}
.block {
	display: block;
	height: auto;
	margin: 0;
	position: relative
}
.margin-no {
	margin: 0
}
.padding-no {
	padding: 0
}
.left {
	float: left !important
}
.right {
	float: right !important
}
.content {
	position: relative;
	z-index: 2
}
.bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 1
}
.extend {
	width: 100%
}
.conectividad {
	background: #990ef1;
	background: -webkit-linear-gradient(top, #990ef1, #290365);
	background: linear-gradient(to bottom, #990ef1, #290365)
}
.cloud {
	background: #0efaff;
	background: -webkit-linear-gradient(top, #0efaff, #005192);
	background: linear-gradient(to bottom, #0efaff, #005192)
}
.colaboracion {
	background: #00d620;
	background: -webkit-linear-gradient(top, #00d620, #008b32);
	background: linear-gradient(to bottom, #00d620, #008b32)
}
.seguridad {
	background: #be1e24;
	background: -webkit-linear-gradient(top, #be1e24, #690c10);
	background: linear-gradient(to bottom, #be1e24, #690c10)
}
.conectividad-right {
	background: #990ef1;
	background: -webkit-linear-gradient(left, #990ef1, #290365);
	background: linear-gradient(to right, #990ef1, #290365)
}
.cloud-right {
	background: #0efaff;
	background: -webkit-linear-gradient(left, #0efaff, #005192);
	background: linear-gradient(to right, #0efaff, #005192)
}
.colaboracion-right {
	background: #00d620;
	background: -webkit-linear-gradient(left, #00d620, #008b32);
	background: linear-gradient(to right, #00d620, #008b32)
}
.seguridad-right {
	background: #be1e24;
	background: -webkit-linear-gradient(left, #be1e24, #690c10);
	background: linear-gradient(to right, #be1e24, #690c10)
}
.tagmanager {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0
}
.grecaptcha-badge {
	opacity: 0;
	z-index: -1
}
.orbit {
	height: 100%
}
.orbit-wrapper {
	height: 100%
}
.orbit-container {
	height: 100%
}
.orbit-slide {
	height: 100%
}
.ios-bar {
	display: none;
	position: fixed;
	width: 100%;
	height: 60px;
	background-color: #08080d;
	top: -60px;
	left: 0;
	z-index: 899
}
.ball {
	position: absolute;
	background: #ffbf00;
	background: -webkit-radial-gradient(70% 30%, 65% 65%, #fff, #fad961 25%, #f76b1c);
	background: radial-gradient(65% 65% at 70% 30%, #fff, #fad961 25%, #f76b1c);
	border-radius: 100%;
	-webkit-animation-name: ballPosition;
	animation-name: ballPosition;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	z-index: -1
}
.ball-blured {
	-webkit-filter: blur(15px);
	filter: blur(15px)
}
.ball-blured-min {
	-webkit-filter: blur(5px);
	filter: blur(5px)
}
.ball-big {
	-webkit-animation-duration: 1s;
	animation-duration: 1s
}
.ball-medium {
	-webkit-animation-duration: .7s;
	animation-duration: .7s
}
.ball-small {
	-webkit-animation-duration: .5s;
	animation-duration: .5s
}
.ball-direction-1 {
	animation-direction: alternate-reverse
}
.ball-direction-2 {
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}
.full-height {
	min-height: calc(100vh - 75px);
	height: auto
}
.dark-bg {
	position: relative;
}
.dark-bg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.95) 5%, rgba(0, 0, 0, 0) 70%);
	background: linear-gradient(to top, rgba(0, 0, 0, 0.95) 5%, rgba(0, 0, 0, 0) 70%)
}
.animate-heart {
	-webkit-animation-name: heart;
	animation-name: heart;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	display: inline-block
}
.stick-fullwidth {
	width: 100%
}
.fancybox-is-open .fancybox-bg {
	background: rgba(0, 0, 0, 0.9) !important;
	opacity: 1 !important
}
.fancybox-button {
	background-color: #007aff !important;
	border-radius: 0 0 0 5px !important
}
.lozad {
	opacity: 0;
	-webkit-filter: blur(5px);
	filter: blur(5px)
}
.lazyOver {
	background-image: none !important;
}
.lazyOver:after, .lazyOver:before {
	background-image: none !important
}
.lazyOver .background {
	background-image: none !important
}
.fade {
	-webkit-animation-name: fadePreload;
	animation-name: fadePreload;
	-webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	animation-timing-function: cubic-bezier(.19, 1, .22, 1);
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.jump, .jump-icon, .slide-icon {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-name: jumpIcon;
	animation-name: jumpIcon;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.28, .84, .42, 1);
	animation-timing-function: cubic-bezier(.28, .84, .42, 1)
}
.jump-icon {
	-webkit-animation-name: jumpIconDelay;
	animation-name: jumpIconDelay;
	-webkit-animation-duration: 4s;
	animation-duration: 4s
}
.slide-icon {
	-webkit-animation-name: slideIconDelay;
	animation-name: slideIconDelay;
	-webkit-animation-duration: 4s;
	animation-duration: 4s
}
.jump-delay-1 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.jump-delay-2 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
.jump-delay-3 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}
.row {
	max-width: 69.5rem
}
@font-face {
	font-family: 'proxima_novablack';
	font-display: swap;
	src: url("../fonts/typography/title/proximanova-black-webfont.eot");
	src: url("../fonts/typography/title/proximanova-black-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/typography/title/proximanova-black-webfont.woff2") format('woff2'), url("../fonts/typography/title/proximanova-black-webfont.woff") format('woff'), url("../fonts/typography/title/proximanova-black-webfont.ttf") format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'proxima_novasemibold';
	font-display: swap;
	src: url("../fonts/typography/sub-title/proximanova-sbold-webfont.eot");
	src: url("../fonts/typography/sub-title/proximanova-sbold-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/typography/sub-title/proximanova-sbold-webfont.woff2") format('woff2'), url("../fonts/typography/sub-title/proximanova-sbold-webfont.woff") format('woff'), url("../fonts/typography/sub-title/proximanova-sbold-webfont.ttf") format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'eina03-regular';
	font-display: swap;
	src: url("../fonts/typography/paragraph/eina03-regular-webfont.eot");
	src: url("../fonts/typography/paragraph/eina03-regular-webfont.eot?#iefix") format('embedded-opentype'), url("../fonts/typography/paragraph/eina03-regular-webfont.woff2") format('woff2'), url("../fonts/typography/paragraph/eina03-regular-webfont.woff") format('woff'), url("../fonts/typography/paragraph/eina03-regular-webfont.ttf") format('truetype');
	font-weight: normal;
	font-style: normal
}
strong, .title {
	font-family: 'proxima_novablack', sans-serif
}
em, .sub-title {
	font-family: 'proxima_novasemibold', sans-serif
}
p, .paragraph, .list-mutate, .list-mutate-icon, .list-number {
	font-family: 'eina03-regular', sans-serif;
	text-align: justify;
	font-size: 1.2rem;
	line-height: 1.75
}
h1 {
	font-size: 3.2rem;
	line-height: .95
}
.list-mutate, .list-mutate-icon {
	margin-left: 3rem;
	list-style: none;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.list-mutate li, .list-mutate-icon li {
	position: relative;
}
.list-mutate li:before, .list-mutate-icon li:before {
	content: '';
	position: absolute;
	left: -40px;
	border-style: solid;
	border-width: 0 12px 12px 0;
	border-color: transparent #2b303d;
	display: block;
	width: 0;
	z-index: 1;
	top: 15px
}
.list-mutate-icon li:before {
	display: none
}
.list-mutate-icon li .icon-mutate {
	position: absolute;
	left: -40px;
	display: block;
	width: 20px;
	height: 20px;
	z-index: 1;
	top: 7px
}
.list-white {
	color: #fff;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.list-white li:before {
	border-color: transparent #fff
}
.list-mutate-number {
	list-style: none;
	margin: 0;
}
.list-mutate-number li {
	margin-bottom: 3rem;
	line-height: 1.5;
	position: relative;
}
.list-mutate-number li strong {
	display: block
}
.list-mutate-number li .list-number {
	position: absolute;
	left: -5rem;
	font-family: 'proxima_novasemibold', sans-serif;
	color: #007aff;
	top: 0;
	font-size: 3rem
}
.list-mutate-number_small li .list-number {
	top: -.3rem;
	font-size: 2rem
}
.list-number {
	list-style-type: decimal;
	margin-left: 3rem
}
sup {
	font-size: 95%;
	top: -.15em
}
.white {
	color: #fff
}
.black {
	color: #000
}
.grey {
	color: #2b303d
}
.silver {
	color: #e9e9e9
}
.text-1 {
	color: #004a97
}
.text-2 {
	color: #ffbf00
}
.text-3 {
	color: #007aff
}
.text-conectividad {
	color: #990ef1
}
.text-cloud {
	color: #0efaff
}
.text-colaboracion {
	color: #00d620
}
.text-seguridad {
	color: #be1e24
}
@-webkit-keyframes alertChangePhone {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: #ffbf00
	}
	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		color: #08080d
	}
}
@keyframes alertChangePhone {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);
		color: #ffbf00
	}
	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		color: #08080d
	}
}
@-webkit-keyframes alertChangePhoneText {
	from {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}
@keyframes alertChangePhoneText {
	from {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
}
@-webkit-keyframes ballPosition {
	from {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	to {
		-webkit-transform: translate(0, 10%);
		transform: translate(0, 10%)
	}
}
@keyframes ballPosition {
	from {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
	to {
		-webkit-transform: translate(0, 10%);
		transform: translate(0, 10%)
	}
}
@-webkit-keyframes opacitySignal {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@keyframes opacitySignal {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes opacityGallery {
	0% {
		opacity: 0;
		left: -100%;
		-webkit-filter: blur(5px);
		filter: blur(5px)
	}
	100% {
		opacity: 1;
		left: -25%;
		-webkit-filter: blur(0);
		filter: blur(0)
	}
}
@keyframes opacityGallery {
	0% {
		opacity: 0;
		left: -100%;
		-webkit-filter: blur(5px);
		filter: blur(5px)
	}
	100% {
		opacity: 1;
		left: -25%;
		-webkit-filter: blur(0);
		filter: blur(0)
	}
}
@-webkit-keyframes widthGraphics {
	from {
		width: 0
	}
	to {
		width: 100%
	}
}
@keyframes widthGraphics {
	from {
		width: 0
	}
	to {
		width: 100%
	}
}
@-webkit-keyframes fadePreload {
	from {
		opacity: 0;
		-webkit-filter: blur(5px);
		filter: blur(5px)
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0)
	}
}
@keyframes fadePreload {
	from {
		opacity: 0;
		-webkit-filter: blur(5px);
		filter: blur(5px)
	}
	to {
		opacity: 1;
		-webkit-filter: blur(0);
		filter: blur(0)
	}
}
@-webkit-keyframes lifeIcon {
	0% {
		-webkit-transform: scale(1) rotate(45deg);
		transform: scale(1) rotate(45deg)
	}
	25% {
		-webkit-transform: scale(1.1) rotate(45deg);
		transform: scale(1.1) rotate(45deg)
	}
	40% {
		-webkit-transform: scale(1) rotate(45deg);
		transform: scale(1) rotate(45deg)
	}
	60% {
		-webkit-transform: scale(1.1) rotate(45deg);
		transform: scale(1.1) rotate(45deg)
	}
	100% {
		-webkit-transform: scale(1) rotate(45deg);
		transform: scale(1) rotate(45deg)
	}
}
@keyframes lifeIcon {
	0% {
		-webkit-transform: scale(1) rotate(45deg);
		transform: scale(1) rotate(45deg)
	}
	25% {
		-webkit-transform: scale(1.1) rotate(45deg);
		transform: scale(1.1) rotate(45deg)
	}
	40% {
		-webkit-transform: scale(1) rotate(45deg);
		transform: scale(1) rotate(45deg)
	}
	60% {
		-webkit-transform: scale(1.1) rotate(45deg);
		transform: scale(1.1) rotate(45deg)
	}
	100% {
		-webkit-transform: scale(1) rotate(45deg);
		transform: scale(1) rotate(45deg)
	}
}
@-webkit-keyframes heart {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	60% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes heart {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	25% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	60% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@-webkit-keyframes opacityVideo {
	0% {
		box-shadow: 0 0 2px 16px rgba(255, 191, 0, 0.05)
	}
	25% {
		box-shadow: 0 0 1px 16px rgba(255, 191, 0, 0.3)
	}
	40% {
		box-shadow: 0 0 2px 16px rgba(255, 191, 0, 0.05)
	}
	60% {
		box-shadow: 0 0 1px 16px rgba(255, 191, 0, 0.3)
	}
	100% {
		box-shadow: 0 0 2px 16px rgba(255, 191, 0, 0.05)
	}
}
@keyframes opacityVideo {
	0% {
		box-shadow: 0 0 2px 16px rgba(255, 191, 0, 0.05)
	}
	25% {
		box-shadow: 0 0 1px 16px rgba(255, 191, 0, 0.3)
	}
	40% {
		box-shadow: 0 0 2px 16px rgba(255, 191, 0, 0.05)
	}
	60% {
		box-shadow: 0 0 1px 16px rgba(255, 191, 0, 0.3)
	}
	100% {
		box-shadow: 0 0 2px 16px rgba(255, 191, 0, 0.05)
	}
}
@-webkit-keyframes opacityLifeIcon {
	0% {
		opacity: 0
	}
	25% {
		opacity: .15
	}
	40% {
		opacity: 0
	}
	60% {
		opacity: .15
	}
	100% {
		opacity: 0
	}
}
@keyframes opacityLifeIcon {
	0% {
		opacity: 0
	}
	25% {
		opacity: .15
	}
	40% {
		opacity: 0
	}
	60% {
		opacity: .15
	}
	100% {
		opacity: 0
	}
}
@-webkit-keyframes jumpIcon {
	0% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0)
	}
	10% {
		-webkit-transform: scale(1.1, .9) translateY(0);
		transform: scale(1.1, .9) translateY(0)
	}
	30% {
		-webkit-transform: scale(.9, 1.1) translateY(-5px);
		transform: scale(.9, 1.1) translateY(-5px)
	}
	50% {
		-webkit-transform: scale(1.05, .95) translateY(0);
		transform: scale(1.05, .95) translateY(0)
	}
	57% {
		-webkit-transform: scale(1, 1) translateY(-3px);
		transform: scale(1, 1) translateY(-3px)
	}
	64% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0)
	}
	100% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0)
	}
}
@keyframes jumpIcon {
	0% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0)
	}
	10% {
		-webkit-transform: scale(1.1, .9) translateY(0);
		transform: scale(1.1, .9) translateY(0)
	}
	30% {
		-webkit-transform: scale(.9, 1.1) translateY(-5px);
		transform: scale(.9, 1.1) translateY(-5px)
	}
	50% {
		-webkit-transform: scale(1.05, .95) translateY(0);
		transform: scale(1.05, .95) translateY(0)
	}
	57% {
		-webkit-transform: scale(1, 1) translateY(-3px);
		transform: scale(1, 1) translateY(-3px)
	}
	64% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0)
	}
	100% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0)
	}
}
@-webkit-keyframes jumpIconDelay {
	0% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0)
	}
	2% {
		-webkit-transform: scale(1.1, .9) translateY(0);
		transform: scale(1.1, .9) translateY(0)
	}
	8% {
		-webkit-transform: scale(.9, 1.1) translateY(-5px);
		transform: scale(.9, 1.1) translateY(-5px)
	}
	13% {
		-webkit-transform: scale(1.05, .95) translateY(0);
		transform: scale(1.05, .95) translateY(0)
	}
	16% {
		-webkit-transform: scale(1, 1) translateY(-3px);
		transform: scale(1, 1) translateY(-3px)
	}
	22% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0)
	}
	25% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0)
	}
}
@keyframes jumpIconDelay {
	0% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0)
	}
	2% {
		-webkit-transform: scale(1.1, .9) translateY(0);
		transform: scale(1.1, .9) translateY(0)
	}
	8% {
		-webkit-transform: scale(.9, 1.1) translateY(-5px);
		transform: scale(.9, 1.1) translateY(-5px)
	}
	13% {
		-webkit-transform: scale(1.05, .95) translateY(0);
		transform: scale(1.05, .95) translateY(0)
	}
	16% {
		-webkit-transform: scale(1, 1) translateY(-3px);
		transform: scale(1, 1) translateY(-3px)
	}
	22% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0)
	}
	25% {
		-webkit-transform: scale(1, 1) translateY(0);
		transform: scale(1, 1) translateY(0)
	}
}
@-webkit-keyframes slideIconDelay {
	0% {
		-webkit-transform: scale(1, 1) translateX(0);
		transform: scale(1, 1) translateX(0)
	}
	2% {
		-webkit-transform: scale(1.1, .9) translateX(0);
		transform: scale(1.1, .9) translateX(0)
	}
	8% {
		-webkit-transform: scale(.9, 1.1) translateX(-5px);
		transform: scale(.9, 1.1) translateX(-5px)
	}
	13% {
		-webkit-transform: scale(1.05, .95) translateX(0);
		transform: scale(1.05, .95) translateX(0)
	}
	16% {
		-webkit-transform: scale(1, 1) translateX(-3px);
		transform: scale(1, 1) translateX(-3px)
	}
	22% {
		-webkit-transform: scale(1, 1) translateX(0);
		transform: scale(1, 1) translateX(0)
	}
	25% {
		-webkit-transform: scale(1, 1) translateX(0);
		transform: scale(1, 1) translateX(0)
	}
}
@keyframes slideIconDelay {
	0% {
		-webkit-transform: scale(1, 1) translateX(0);
		transform: scale(1, 1) translateX(0)
	}
	2% {
		-webkit-transform: scale(1.1, .9) translateX(0);
		transform: scale(1.1, .9) translateX(0)
	}
	8% {
		-webkit-transform: scale(.9, 1.1) translateX(-5px);
		transform: scale(.9, 1.1) translateX(-5px)
	}
	13% {
		-webkit-transform: scale(1.05, .95) translateX(0);
		transform: scale(1.05, .95) translateX(0)
	}
	16% {
		-webkit-transform: scale(1, 1) translateX(-3px);
		transform: scale(1, 1) translateX(-3px)
	}
	22% {
		-webkit-transform: scale(1, 1) translateX(0);
		transform: scale(1, 1) translateX(0)
	}
	25% {
		-webkit-transform: scale(1, 1) translateX(0);
		transform: scale(1, 1) translateX(0)
	}
}
@-webkit-keyframes rotateCircle {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
@keyframes rotateCircle {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
.document-error {
	height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	background-image: url("../images/system/error/bg-1.jpg");
}
.document-error .row {
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 2rem 1.5rem 0 1rem;
	border-radius: 20px;
}
.document-error .row h1 {
	font-family: 'proxima_novablack', sans-serif;
	color: #fff;
	text-transform: uppercase
}
.document-error .row p {
	text-align: center;
	color: #fff;
	margin-bottom: 0
}
.document-error .row a {
	top: 2rem
}
.headerMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #004a97;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
	z-index: 9006
}
.menu-btn, .menu-call {
	width: 76px;
	-webkit-flex-basis: 76px;
	flex-basis: 76px;
	height: 76px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.menu-btn:after, .menu-call:after {
	text-transform: uppercase;
	font-size: 10px;
	font-family: 'proxima_novasemibold', sans-serif;
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.menu-btn .close-btn-icon, .menu-call .close-btn-icon {
	display: none
}
.menu_btn-icon, .menu_call-icon {
	width: 76px;
	height: 76px;
	display: block
}
.menu-btn {
	background-color: var(--primary-color);
	box-shadow: 
    0 0 10px rgba(0, 170, 255, 0.3),
    0 0 25px rgba(0, 170, 255, 0.2),
    0 10px 30px rgba(0, 0, 0, 1.5);
}
.menu-btn:after {
	content: 'Menú';
	color: var(--tercero-color);
}
.menu-btn:hover span, .menu-btn:focus span {
	width: 100%
}
.menu-btn:hover:after, .menu-btn:focus:after {
	color:var(--secondary-color);
}
.menu-call {
	background-color: var(--primary-color);
	box-shadow: 
    0 0 10px rgba(0, 170, 255, 0.3),
    0 0 25px rgba(0, 170, 255, 0.2),
    0 10px 30px rgba(0, 0, 0, 1.5);
}
.menu-call:after {
	content: 'Llamar';
	color: var(--tercero-color);
}
.menu-call:hover .menu_call-icon, .menu-call:focus .menu_call-icon {
	color: #000
}
.menu-call:hover i, .menu-call:focus i {
	-webkit-transform: scale(1.1) rotate(0);
	transform: scale(1.1) rotate(0)
}
.menu-call:hover:after, .menu-call:focus:after {
	color: #2b303d
}
.menu_call-icon {
	padding-top: 1rem;
	font-size: 1.8rem;
	color: var(--tercero-color);
}
.menu_call-icon i {
	-webkit-transform: rotate(-38deg);
	transform: rotate(-38deg);
	-webkit-transition: all 1s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all 1s cubic-bezier(.68, -.55, .265, 1.55);
	background: linear-gradient(to right, #f9d423 30%, #f76b1c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.menu_btn-icon {
	padding: 1.5rem 1.3rem 0 1.3rem;
}
.menu_btn-icon span {
	height: 3px;
	background: #ffbf00;
	display: block;
	margin-bottom: 7px;
	background: var(--secondary-color);
	background: -webkit-linear-gradient(left, #f9d423 30%, #f76b1c);
	background: linear-gradient(to right, #f9d423 30%, #f76b1c);
	border-radius: 290px;
	-webkit-transition: all 1s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all 1s cubic-bezier(.68, -.55, .265, 1.55)
}
.menu_btn_bars-1 {
	width: 100%
}
.menu_btn_bars-2 {
	width: 70%
}
.menu_btn_bars-3 {
	width: 50%
}
.menu_content-logo {
	width: 100%;
	text-align: center;
	height: 76px;
	background: var(--primary-color);
	
}
.menu-logo {
	width: 170px;
	display: inline-block;
	margin-top: 8px
}
.close-btn {
	background-color: #ff3b30;
	color: #fff;
	font-size: 1.5rem;
	padding-top: 25px;
}
.close-btn:after {
	content: 'Cerrar';
	color: #fff
}
.close-btn:hover:after, .close-btn:focus:after {
	color: var(--primary-color);
}
.close-btn .menu_btn-icon, .close-btn .menu_call-icon {
	display: none
}
.close-btn .close-btn-icon {
	display: block;
	width: 76px
}
.close-btn:hover, .close-btn:focus {
	color: #2b303d
}
.menu-call.close-btn {
	background-color: #ff6600;
	color: var(--secondary-color)
}
.auxNav {
	position: fixed;
	top: 76px;
	left: 0;
	width: 100%;
	height: 47px;
	text-align: center;
	z-index: 9001
}
.auxNav-list {
	background-color: rgba(9,27,87,0.6);
	box-shadow: -2px 2px 7px 1px rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(20px);
	border-radius: 0 0 20px 20px;
	display: inline-block;
	list-style: none;
	margin: 0;
}
.auxNav-list li {
	display: inline-block;
	border-left: 2px solid rgba(255, 255, 255, 0.2);
}
.auxNav-list li:nth-child(1), .auxNav-list li:nth-last-child(1) {
	border-left: none
}
.auxNav-btn {
	color: #fff;
	font-size: 1.2rem;
	font-family: 'proxima_novasemibold', sans-serif;
	padding: .7rem 1.3rem .3rem;
	display: block;
	position: relative;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.auxNav-btn:after {
	content: '';
	width: 30%;
	height: 0;
	background-color: var(--tercero-color);
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15%;
	-webkit-transition: all .7s cubic-bezier(.785, .135, .15, .86);
	transition: all .7s cubic-bezier(.785, .135, .15, .86)
}
.auxNav-btn .content {
	position: relative;
	z-index: 2
}
.auxNav-btn .bg {
	left: -10px;
	right: -5px;
	bottom: -3px;
	height: inherit;
	background: #ffbf00;
	background: -webkit-linear-gradient(left, #f9d423 30%, #f76b1c);
	background: linear-gradient(to right, #f9d423 30%, #f76b1c);
	border-radius: 290px 0 290px 290px
}
.auxNav-btn:hover, .auxNav-btn:focus {
	color: #ffbf00;
}
.auxNav-btn:hover:after, .auxNav-btn:focus:after {
	height: 3px
}
.auxNav_btn-contact {
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.auxNav_btn-contact i {
	margin-left: .3rem;
	display: inline-block
}
.auxNav_btn-contact:hover, .auxNav_btn-contact:focus {
	color: #2b303d;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0);
}
.auxNav_btn-contact:hover i, .auxNav_btn-contact:focus i {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-name: jumpIcon;
	animation-name: jumpIcon;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.28, .84, .42, 1);
	animation-timing-function: cubic-bezier(.28, .84, .42, 1)
}
.mainNav {
	position: fixed;
	left: 76px;
	right: 76px;
	top: 75px;
	z-index: 9005;
	background-color: #fff;
	box-shadow: -3px 3px 12px rgba(0, 0, 0, 0.2);
	display: none;
}
.mainNav:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 22px 16px 0;
	border-color: transparent #a00800;
	display: block;
	width: 0;
	z-index: 1;
	left: -22px;
	top: 1px
}
.mainNav-navigation {
	list-style: none;
	margin: 0;
}
.mainNav-navigation section {
	border-left: 1px solid #e9e9e9;
	padding: 2rem 2rem 1rem;
	margin-top: 68px;
	display: none;
	min-height: 342px;
}
.mainNav-navigation section:nth-child(1) {
	background-color: #08080d;
	border-left: none;
}
.mainNav-navigation section:nth-child(1) li {
	border-bottom: none
}
.mainNav-navigation section:nth-child(1) .mainNav-btn {
	color: #fff;
	font-family: 'proxima_novablack', sans-serif;
	text-transform: uppercase;
	padding: .9rem 1rem;
	font-size: 1.2rem;
}
.mainNav-navigation section:nth-child(1) .mainNav-btn:hover, .mainNav-navigation section:nth-child(1) .mainNav-btn:focus {
	color: #007aff;
}
.mainNav-navigation section:nth-child(1) .mainNav-btn:hover:after, .mainNav-navigation section:nth-child(1) .mainNav-btn:focus:after {
	background-color: #007aff;
	left: 0;
	top: 50%;
	margin-top: -3px
}
.mainNav-navigation section:nth-child(1) .mainNav-btn-active:after {
	background-color: #007aff;
	left: 0;
	top: 50%;
	margin-top: -3px
}
.mainNav-navigation section li:nth-last-child(1) {
	border-bottom: none
}
.mainNav-navigation li {
	border-bottom: 1px solid #e9e9e9;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.mainNav-navigation li:hover, .mainNav-navigation li:focus {
	border-color: #ffbf00
}
.mainNav-btn {
	padding: .6rem 0 .6rem 1rem;
	display: block;
	font-family: 'eina03-regular', sans-serif;
	color: #2b303d;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	position: relative;
	font-size: 1.15rem;
}
.mainNav-btn:hover, .mainNav-btn:focus {
	font-family: 'proxima_novasemibold', sans-serif;
	color: #08080d;
	padding-left: 1.2rem;
}
.mainNav-btn:hover:after, .mainNav-btn:focus:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: -2px;
	width: 6px;
	height: 6px;
	background-color: #ffbf00;
	border-radius: 100%
}
.mainNav-btn:hover .mainNav-icon, .mainNav-btn:focus .mainNav-icon {
	color: #ffbf00
}
.mainNav-btn-active {
	font-family: 'proxima_novasemibold', sans-serif;
}
.mainNav-btn-active:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: -2px;
	width: 6px;
	height: 6px;
	background-color: #ffbf00;
	border-radius: 100%
}
.mainNav-icon {
	float: right;
	color: #007aff
}
.l-negocio {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin-right: .5rem;
	position: relative;
	top: 5px
}
.l-negocio_1 {
	background-image: url("../images/controls/business-icon/l-business-1.svg")
}
.l-negocio_2 {
	background-image: url("../images/controls/business-icon/l-business-2.svg")
}
.l-negocio_3 {
	background-image: url("../images/controls/business-icon/l-business-3.svg")
}
.l-negocio_4 {
	background-image: url("../images/controls/business-icon/l-business-4.svg")
}
.mainNav-rss {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #004a97;
	background: -webkit-linear-gradient(right, #09c6f9, #045de9);
	background: linear-gradient(to left, #09c6f9, #045de9);
	margin: 0;
	list-style: none;
	text-align: center;
	padding: 1rem 0;
	display: none;
}
.mainNav-rss li {
	display: inline-block;
	margin: 0 .3rem;
}
.mainNav-rss li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #007aff;
	font-size: 1.1rem;
	-webkit-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
}
.mainNav-rss li a:hover, .mainNav-rss li a:focus {
	background-color: #08080d;
	color: #fff;
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.mainNav-email {
	background-color: #fff;
	padding: 1rem 0 .8rem;
	margin-bottom: 1rem;
	display: none;
}
.mainNav-email p {
	font-size: 1rem
}
.mainNav-pay {
	width: calc(25% - 1px);
	background-color: #64dd17;
	position: absolute;
	bottom: -50px;
	left: 0;
	border-radius: 0 0 10px 10px;
	text-align: center;
	font-family: 'proxima_novablack', sans-serif;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2rem;
	padding: .8rem .5rem .5rem;
	display: none;
	-webkit-transition: background-color .7s ease;
	transition: background-color .7s ease;
}
.mainNav-pay i {
	color: #2b303d;
	margin-right: .3rem
}
.mainNav-pay:hover, .mainNav-pay:focus {
	background-color: #ffbf00;
	color: #fff
}
.callNav {
	position: fixed;
	width: 100%;
	left: 0;
	top: 75px;
	z-index: 9004;
	box-shadow: -2px 2px 12px rgba(0, 0, 0, 0.2);
	background: #ffbf00;
	background: -webkit-linear-gradient(left, #f9d423 30%, #f76b1c);
	background: linear-gradient(to right, #f9d423 30%, #f76b1c);
	display: none;
	padding: 1rem
}
.callNav-list {
	list-style: none;
	margin: 0;
	display: block;
	width: 100%;
	float: left
}
.callNav-item_content {
	background-color: #fff;
	border-radius: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	box-shadow: -2px 2px 11px rgba(0, 0, 0, 0.2);
}
.callNav-item_content:hover i {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-name: jumpIcon;
	animation-name: jumpIcon;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.28, .84, .42, 1);
	animation-timing-function: cubic-bezier(.28, .84, .42, 1)
}
.callNav-icon, .callNav-button {
	width: 47px;
	-webkit-flex-basis: 47px;
	flex-basis: 47px;
	height: 47px;
	text-align: center;
	font-size: 1.2rem;
	color: #ffbf00;
	padding-top: 10px
}
.callNav-button {
	background-color: #08080d;
	font-size: 10px;
	color: #fff;
	line-height: 1.2;
	padding-top: 13px;
	border-radius: 0 5px 5px 0;
	position: absolute;
	right: 0;
	cursor: pointer;
}
.callNav-button:hover .callNav-button_text, .callNav-button:focus .callNav-button_text {
	display: none
}
.callNav-button:hover .callNav-button_icon, .callNav-button:focus .callNav-button_icon {
	display: block
}
.callNav-button .callNav-button_icon {
	display: none;
	font-size: 1rem;
	padding-top: 4px;
	color: #ffbf00
}
.callNav-text {
	font-size: .8rem;
	line-height: 1.2;
	color: #2b303d;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.callNav-text:hover {
	color: #ffbf00
}
.callNav-text:focus {
	color: #2b303d
}
.callNav-text .title {
	font-size: 1rem;
}
.callNav-text .title a {
	color: #2b303d
}
.callNav-icon-animate {
	-webkit-animation-name: alertChangePhone;
	animation-name: alertChangePhone;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate
}
.callNav-text-animate {
	-webkit-animation-name: alertChangePhoneText;
	animation-name: alertChangePhoneText;
	-webkit-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	animation-direction: alternate-reverse
}
.callList {
	position: fixed;
	top: 154px;
	left: 0;
	right: 0;
	z-index: 9005;
	display: none;
}
.callList .row {
	background-color: #fff;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
	padding: 1rem;
	position: relative;
	border-radius: 0 0 10px 10px;
}
.callList .row:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 10px 10px;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	top: -10px;
	right: 28px
}
.callList .row ul {
	margin: 0;
	float: left;
	display: block;
	list-style: none;
	width: 100%;
}
.callList .row ul section {
	border-left: 1px solid #e9e9e9;
}
.callList .row ul section:nth-child(1) {
	border: none
}
.callList .row ul section li {
	padding: .3rem 1rem .3rem 1.5rem;
	position: relative;
	cursor: pointer;
}
.callList .row ul section li:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background-color: #ffbf00;
	left: .5rem;
	top: 50%;
	margin-top: -4px
}
.callList .row ul section li:before {
	content: '';
	position: absolute;
	right: inherit;
	height: 2px;
	width: 0;
	left: 1.5rem;
	bottom: 0;
	background: #ffbf00;
	background: -webkit-linear-gradient(left, #f9d423 30%, #f76b1c);
	background: linear-gradient(to right, #f9d423 30%, #f76b1c);
	-webkit-transition: all 1s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all 1s cubic-bezier(.68, -.55, .265, 1.55);
	border-radius: 10px
}
.callList .row ul section li:hover:before, .callList .row ul section li:focus:before {
	width: calc(100% - 1.5rem)
}
.callList .row ul section .active {
	font-family: 'proxima_novasemibold', sans-serif;
}
.callList .row ul section .active:before {
	width: calc(100% - 1.5rem)
}
.box-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9003;
	background: rgba(0, 0, 0, 0.8);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.4));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.4))
}
.box-hidden {
	display: block;
	width: 100%;
	height: 75px
}
footer {
	display: block;
	z-index: 9002;
	position: relative;
	float: left;
	width: 100%
}
.footer-1 {
	background-color: var(--primary-color);
	padding-top: .5rem;
	padding-bottom: .5rem;
    box-shadow: 
    0 0 10px rgba(0, 170, 255, 0.3),
    0 0 25px rgba(0, 170, 255, 0.2),
    0 10px 30px rgba(0, 0, 0, 1.5);

}
.footer_1_social-list {
	list-style: none;
	float: right;
	margin: 0;
}
.footer_1_social-list li {
	display: inline-block;
	padding-top: .6rem;
	padding-left: .5rem
}
.footer_1_social-list .footer_1_social-btn {
	width: 45px;
	height: 45px;
	display: block;
	background-color: #fff;
	color: var(--primary-color);
	border-radius: 100%;
	text-align: center;
	font-size: 1.3rem;
	padding-top: 6px;
	-webkit-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
}
.footer_1_social-list .footer_1_social-btn i {
	-webkit-transition: -webkit-transform .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: -webkit-transform .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: transform .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: transform .7s cubic-bezier(.68, -.55, .265, 1.55), -webkit-transform .7s cubic-bezier(.68, -.55, .265, 1.55)
}
.footer_1_social-list .footer_1_social-btn:hover, .footer_1_social-list .footer_1_social-btn:focus {
	background-color: var(--primary-color);
	color: #fff;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.footer_1_social-list .footer_1_social-btn:hover i, .footer_1_social-list .footer_1_social-btn:focus i {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg)
}
.footer_1-logo img {
	max-width: 137px
}
.footer-elevator {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	border-left: 2px solid #08080d;
	background-color: #1a1a1a;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	padding: 1rem 1.3rem;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.footer-elevator:before {
	content: 'VUELVE ARRIBA';
	font-family: 'proxima_novablack', sans-serif;
	font-size: 10px;
	color: #9b9b9b;
	letter-spacing: 1px;
	line-height: 1.1;
	width: 50px;
	display: inline-block
}
.footer-elevator:hover, .footer-elevator:focus {
	background-color: #007aff;
	color: var(--primary-color);
}
.footer-elevator:hover:before, .footer-elevator:focus:before {
	color: #fff
}
.footer-elevator:hover i, .footer-elevator:focus i {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-name: jumpIcon;
	animation-name: jumpIcon;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.28, .84, .42, 1);
	animation-timing-function: cubic-bezier(.28, .84, .42, 1)
}
.footer-2 {
	background-color: var(--primary-color);
	padding-bottom: .5rem
}
.footer-2_navList {
	list-style: none;
	margin: 0;
	padding: 2.5rem 0;
	font-family: 'eina03-regular', sans-serif;
}
.footer-2_navList li {
	font-size: 1.1rem;
	color: #fff;
	padding: .3rem 0 .3rem 1rem;
}
.footer-2_navList li:nth-child(1) {
	padding: 0
}
.footer-2_navBtn_title {
	color: #9b9b9b;
	text-transform: uppercase;
	font-size: 1.25rem;
	margin-bottom: 1rem;
	display: block;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	font-family: 'proxima_novasemibold', sans-serif;
}
.footer-2_navBtn_title:hover, .footer-2_navBtn_title:focus {
	color: #ffbf00
}
.footer-2_navBtn {
	color: #fff;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.footer-2_navBtn:hover, .footer-2_navBtn:focus {
	color: #007aff
}
.changeEmailFooter {
	display: none
}
.break_footer {
	display: none
}
.footer-2_navList-legal {
	list-style: none;
	margin: .5rem 0 0 0;
}
.footer-2_navList-legal li {
	display: inline-block;
	margin-right: .5rem;
}
.footer-2_navList-legal li a {
	padding: .5rem .5rem .5rem 0;
	color: #9b9b9b;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	font-size: 1.1rem;
	font-family: 'eina03-regular', sans-serif;
}
.footer-2_navList-legal li a:hover, .footer-2_navList-legal li a:focus {
	color: var(--primary-color);
}
.footer-2_Pais {
	text-align: right;
	color: #9b9b9b;
	font-size: 1.1rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}
.footer-2_Pais-icon {
	display: inline-block;
	margin: 0;
	width: 40px;
	height: 40px;
	background-image: url("../images/controls/footer/ecuador.svg");
	margin-left: 1rem
}
.footer-2_divider {
	width: 110%;
	height: 1px;
	background-color: #9b9b9b;
	display: block;
	left: -5%;
	position: relative;
	float: left;
	margin: 1rem 0 1.3rem
}
.footer-2_iso-9001 {
	background-image: url("../images/controls/footer/iso.svg");
	display: inline-block;
	height: 66px;
	width: 138px;
	margin-right: 1rem
}
.footer-2_copyright {
	display: inline-block;
	width: auto;
	color: #9b9b9b;
	line-height: 1.4;
	position: relative;
	margin-bottom: 0;
	font-size: .9rem
}
.footer-2_Nav-Paises {
	text-align: right;
}
.footer-2_Nav-Paises a {
	display: inline-block;
	margin-left: 1rem;
	position: relative;
	-webkit-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
}
.footer-2_Nav-Paises a figure {
	width: 40px;
	height: 40px;
	display: block;
}
.footer-2_Nav-Paises a figure:after {
	position: absolute;
	background-color: #fff;
	border-radius: 20px 10px 0 20px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	font-family: 'proxima_novasemibold', sans-serif;
	right: -10px;
	top: -50px;
	padding: .5rem;
	text-align: center;
	color: #08080d;
	display: none;
	-webkit-transition: opacity .7s ease;
	transition: opacity .7s ease;
	-webkit-transform: scale(.8);
	transform: scale(.8)
}
.footer-2_Nav-Paises a:hover, .footer-2_Nav-Paises a:focus {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.footer-2_Nav-Paises a:hover figure:after, .footer-2_Nav-Paises a:focus figure:after {
	display: block
}
.footer-3 {
	background-color: #1a1a1a;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.footer-3 a {
	font-size: 1rem
}
.home-1 {
	overflow: hidden;
	background-color: #08080d;
	padding: 0;
	height: 100%;
	height: calc(100vh - 150px);
}
.home-1:before {
	content: '';
	position: absolute;
	bottom: -1px;
	left: -2px;
	right: 0;
	height: 150px;
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/custom/no-index/home/divider-1.svg");
	z-index: 300
}
.home-1 .orbit-controls {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -101px;
	width: 50px;
	z-index: 600;
}
.home-1 .orbit-controls .orbit-previous, .home-1 .orbit-controls .orbit-next {
	position: relative;
	top: inherit;
	-webkit-transform: translate(0);
	transform: translate(0);
	font-size: 1.8rem;
	padding: .7rem;
	text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	cursor: pointer;
}
.home-1 .orbit-controls .orbit-previous:hover, .home-1 .orbit-controls .orbit-next:hover, .home-1 .orbit-controls .orbit-previous:focus, .home-1 .orbit-controls .orbit-next:focus {
	background-color: transparent;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	color: #ffbf00
}
.home-1 .orbit-bullets {
	width: 15px;
	text-align: center;
	margin: 0 0 0 1.1rem;
}
.home-1 .orbit-bullets button {
	width: 10px;
	height: 10px;
	border: 1.5px solid #fff;
	background-color: rgba(0, 0, 0, 0.5);
	display: inline-block;
	cursor: pointer
}
.home-1 .orbit-container .is-active .slide-content a {
	-webkit-animation-name: opacitySignal;
	animation-name: opacitySignal;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-timing-function: easeIn;
	animation-timing-function: easeIn;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.home-1 .orbit-container .is-active:after {
	-webkit-animation-name: opacityGallery;
	animation-name: opacityGallery;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	animation-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}
.home-1_scroll {
	position: absolute;
	left: 26px;
	top: 50%;
	margin-top: -76px;
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
	font-size: 1.7rem;
	text-align: center;
	width: 2.6rem;
	line-height: 0;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	z-index: 300;
}
.home-1_scroll:after {
	content: 'Dale Scroll';
	font-size: 10px;
	font-family: 'proxima_novablack', sans-serif;
	text-transform: uppercase;
	line-height: 1.1;
	margin-top: -.5rem;
	position: relative;
	display: block
}
.home-1_scroll i {
	position: relative;
	opacity: 0;
	-webkit-animation-name: opacitySignal;
	animation-name: opacitySignal;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.home-1_scroll i:nth-child(2) {
	top: -.6rem;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.home-1_scroll i:nth-child(3) {
	top: -1.3rem;
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.home-1_scroll:hover, .home-1_scroll:focus {
	color: #ffbf00
}
.slide:after {
	content: '';
	width: 50%;
	height: 100%;
	position: absolute;
	left: -100%;
	bottom: 0;
	z-index: 150;
	mix-blend-mode: multiply;
	-webkit-transform: skewX(20deg);
	transform: skewX(20deg);
	opacity: 0
}
.slide-1:after {
	background: #be1e24;
	background: -webkit-linear-gradient(top, #be1e24, #690c10);
	background: linear-gradient(to bottom, #be1e24, #690c10)
}
.slide-2:after {
	background: #00d620;
	background: -webkit-linear-gradient(top, #00d620, #008b32);
	background: linear-gradient(to bottom, #00d620, #008b32)
}
.slide-3:after {
	background: #0efaff;
	background: -webkit-linear-gradient(top, #0efaff, #005192);
	background: linear-gradient(to bottom, #0efaff, #005192)
}
.slide-4:after {
	background: #990ef1;
	background: -webkit-linear-gradient(top, #990ef1, #290365);
	background: linear-gradient(to bottom, #990ef1, #290365)
}
.slide-content {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 200;
	position: relative;
}
.slide-content article {
	z-index: 200
}
.slide-content h2 {
	font-size: 4.7rem;
	color: #fff;
	text-transform: uppercase;
	line-height: .8;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.9), 3px -3px 0 #007aff;
	position: relative
}
.slide-content p {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	padding: .5rem 1rem;
	line-height: 1.7;
	position: relative;
}
.slide-content p:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 20px 20px 0;
	border-color: #fff transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -20px;
	left: 0%
}
.slide-content a {
	margin-top: 1.5rem;
	max-width: 300px;
	opacity: 0;
	box-shadow: none;
	box-shadow: 0 24px 14px -14px rgba(0, 0, 0, 0.25)
}
.home-2 {
	padding-bottom: 2rem;
	margin-top: -35px;
	z-index: 600;
}
.home-2 .button-3 {
	margin-top: 2rem
}
.home-2_list {
	list-style: none;
	margin: 1rem 0 1rem 0;
	width: 100%;
	float: left;
	position: relative;
}
.home-2_list li {
	border-left: 1px solid #e9e9e9;
	padding-bottom: 1rem;
	font-size: 1rem;
}
.home-2_list li:nth-child(1) {
	border-left: none
}
.home-2_btn {
	text-align: center;
	color: #2b303d;
	display: block;
	line-height: 1.3;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.home-2_btn img {
	padding: 1rem 1.6rem;
	-webkit-transition: all .8s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .8s cubic-bezier(.68, -.55, .265, 1.55);
	max-width: 136px;
	display: block;
	margin: 0 auto
}
.home-2_btn:hover, .home-2_btn:focus {
	color: #007aff;
}
.home-2_btn:hover img, .home-2_btn:focus img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.home-2_list-segmentos {
	margin-top: 6rem;
	margin-bottom: 6rem;
}
.home-2_list-segmentos:after {
	display: none
}
.home-2_list-segmentos li {
	border-bottom: none;
}
.home-2_list-segmentos li:nth-child(2) {
	border-left: none
}
.home-2_list-segmentos img {
	max-width: 200px;
	padding: 1rem 0
}
.home-2_list-segmentos h4 {
	font-family: 'eina03-regular', sans-serif
}
.home-3 {
	padding-top: 8rem;
	padding-bottom: 6rem;
}
.home-3 h1 em {
	text-shadow: -2px 5px 6px rgba(0, 0, 0, 0.1)
}
.home-3 .row article {
	position: relative
}
.home-3_ball-1 {
	width: 40px;
	height: 40px;
	right: -100px;
	bottom: -100px
}
.home-3_ball-2 {
	width: 60px;
	height: 60px;
	top: -130px;
	left: 75%
}
.home-3_ball-3 {
	width: 125px;
	height: 125px;
	left: -250px;
	top: 50%
}
.home-3_ball-4 {
	width: 210px;
	height: 210px;
	right: -105px;
	bottom: -50px
}
.home-3_ball-5 {
	width: 280px;
	height: 280px;
	left: -140px;
	top: -140px
}
.btn-more-info {
	color: #2b303d;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	margin-top: 1rem;
	display: block;
	font-size: 1.4rem;
}
.btn-more-info span {
	display: inline-block;
	margin: 0 .5rem;
	top: .8rem;
	position: relative;
}
.btn-more-info span i {
	display: block;
	color: #007aff;
	font-size: 1.5rem;
	opacity: 0;
	-webkit-animation-name: opacitySignal;
	animation-name: opacitySignal;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.btn-more-info span i:nth-child(2) {
	margin-top: -.6rem;
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}
.btn-more-info:hover, .btn-more-info:active {
	color: #64dd17
}
.home-4 {
	background-color: #08080d;
	padding: 0 0 0 0;
	float: left;
}
.home-4 .home-4_businessContent:nth-child(odd) {
	padding-right: .4687rem
}
.home-4 .home-4_businessContent:nth-child(even) {
	padding-left: .4687rem
}
.home-4_businessContent {
	margin-top: .9375rem
}
.home-4_unified .home-4_businessIcon, .home-4_security .home-4_businessIcon {
	left: inherit;
	right: -70px;
	border-radius: 0 0 10px 0
}
.home-4_businessText {
	padding: 3rem 3rem 2rem;
	position: relative;
	min-height: 100%;
	background-color: #fff;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.home-4_businessText h3 {
	text-transform: uppercase;
	margin-bottom: 0;
	position: relative;
	line-height: 1.2;
	font-size: 1.6rem;
	color: #007aff
}
.home-4_businessText .auxText {
	border-radius: 0 20px 20px 20px;
	padding: .5rem 1rem;
	margin-bottom: 1rem;
	display: inline-block;
	margin-left: 1rem;
	color: #08080d;
	background-color: #ffbf00
}
.home-4_businessText p {
	text-align: left
}
.home-4_businessIcon {
	position: absolute;
	top: 0;
	left: -70px;
	width: 70px;
	height: 70px;
	border-radius: 0 0 0 10px;
	padding: .5rem;
	overflow: hidden;
	background-color: #007aff;
}
.home-4_businessIcon:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 0 18px 18px 0;
	display: block;
	width: 0;
	z-index: 1;
	right: 0;
	bottom: -18px;
	border-color: transparent #004a97
}
.home-4_businessImg_6 {
	height: 100%;
	background-size: contain;
	background-position: center bottom;
	width: 100% !important
}
.home-5 {
	float: left
}
.home-5_description {
	position: relative;
	padding-right: 5rem;
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.home-5_description h4 {
	text-transform: uppercase;
	font-size: 1.7rem
}
.home-5_description .bg {
	background-color: #08080d;
	width: 51vw;
	left: inherit;
	z-index: -1;
	right: -.47rem
}
.home-5_description .button {
	max-width: 310px
}
.partners-gallery .orbit-bullets {
	margin-top: -4rem;
}
.partners-gallery .orbit-bullets button {
	width: 10px;
	height: 10px;
	background-color: #9b9b9b
}
.partners-gallery .orbit-bullets .is-active {
	background-color: #08080d
}
.home-6 {
	padding-top: 5rem;
	padding-bottom: 4rem;
	float: left;
}
.home-6:after {
	content: '';
	position: absolute;
	top: 0;
	left: -5px;
	right: -5px;
	height: 40px;
	background-position: bottom right;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url("../images/custom/no-index/home/divider-2.svg")
}
.partners h4 {
	text-transform: uppercase;
	font-size: 1.7rem
}
.partners-gallery {
	height: 150px;
}
.partners-gallery .orbit-slide {
	background-size: contain
}
.partners-gallery .orbit-bullets {
	margin-top: 0
}
.contacto-content {
	display: block;
	width: 100%;
	float: left
}
.contacto-1, .contacto-2 {
	height: auto;
	position: relative;
	padding-top: 7rem;
	padding-bottom: 4rem
}
.contacto-1 {
	padding-right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	background-position: center right
}
.contacto-1_content {
	background-color: rgba(9,27,87,0.7);
	border-radius: 10px 0 0 10px;
	height: auto;
	max-width: 400px;
	padding-top: 1rem
}
.contacto-1_social {
	margin: 0;
	list-style: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	text-align: center;
}
.contacto-1_social li {
	display: inline-block;
	padding: 1rem .5rem
}
.contacto-1_social-btn {
	color: #fff;
	font-size: 2.2rem;
	-webkit-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	display: block;
}
.contacto-1_social-btn:hover, .contacto-1_social-btn:focus {
	color: #007aff;
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.contacto-1_pais {
	margin: 0;
	list-style: none;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
}
.contacto-1_pais li {
	width: 50%;
}
.contacto-1_pais li:nth-child(1) {
	border-right: 2px solid rgba(255, 255, 255, 0.2)
}
.contacto-1_pais-btn {
	display: block;
	padding: 1rem .5rem;
	color: #fff;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	overflow: hidden;
	position: relative;
}
.contacto-1_pais-btn img {
	width: 40px;
	height: 40px;
	margin-right: .5rem;
	-webkit-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .7s cubic-bezier(.68, -.55, .265, 1.55)
}
.contacto-1_pais-btn span {
	position: relative
}
.contacto-1_pais-btn:before {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: inherit;
	right: -10%;
	background: #fff;
	display: block;
	-webkit-transition: all .7s cubic-bezier(.445, .05, .55, .95);
	transition: all .7s cubic-bezier(.445, .05, .55, .95)
}
.contacto-1_pais-btn:hover, .contacto-1_pais-btn:focus {
	color: #007aff;
}
.contacto-1_pais-btn:hover img, .contacto-1_pais-btn:focus img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.contacto-1_pais-btn:hover:before, .contacto-1_pais-btn:focus:before {
	width: 120%;
	right: inherit;
	left: -10%
}
.contacto-1_paisList {
	margin: 0;
	list-style: none;
}
.contacto-1_paisList li {
	padding: 1rem 2rem;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	font-size: 1.2rem;
	display: none;
}
.contacto-1_paisList li:nth-child(1), .contacto-1_paisList li:nth-child(4) {
	display: block
}
.contacto-1_paisList li ol {
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.contacto-1_paisList li ol:nth-child(2) .contacto-1_paisList-Icon {
	border-bottom: 1px dashed #fff;
	color: #ffbf00;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.contacto-1_paisList li ol:nth-child(2) .contacto-1_paisList-Icon:hover {
	color: #007aff;
	border-color: #007aff
}
.contacto-1_paisList li ol a {
	color: #fff
}
.contacto-1_paisList-Icon {
	color: #ffbf00;
	font-size: 1.3rem;
	margin-right: 1rem
}
.contacto-1_btnAux {
	color: #fff;
	text-align: center;
	font-size: 1.2rem;
	padding: 1.5rem 1rem;
	position: relative;
	overflow: hidden;
	border-radius: 0 0 0 10px;
	display: block;
}
.contacto-1_btnAux i {
	margin-right: .5rem
}
.contacto-1_btnAux span {
	position: relative
}
.contacto-1_btnAux:before {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: inherit;
	right: -10%;
	background: #004a97;
	background: -webkit-linear-gradient(right, #09c6f9, #045de9);
	background: linear-gradient(to left, #09c6f9, #045de9);
	display: block;
	-webkit-transition: all .7s cubic-bezier(.445, .05, .55, .95);
	transition: all .7s cubic-bezier(.445, .05, .55, .95)
}
.contacto-1_btnAux:hover, .contacto-1_btnAux:focus {
	color: #fff;
}
.contacto-1_btnAux:hover img, .contacto-1_btnAux:focus img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.contacto-1_btnAux:hover:before, .contacto-1_btnAux:focus:before {
	width: 120%;
	right: inherit;
	left: -10%
}
.contacto-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.contacto-2 article {
	padding-left: 2rem;
	padding-right: 2rem
}
.contacto-2 h1 {
	font-size: 2rem;
	text-align: center
}
.contacto-2 p {
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 2rem;
	line-height: 1.7
}
.ballContact {
	position: relative;
	display: block;
}
.ballContact .contact_ball-3 {
	width: 60px;
	height: 60px;
	left: -45px;
	z-index: 3
}
.ballContact .contact_ball-2 {
	width: 30px;
	height: 30px;
	right: 15%;
	top: -70px
}
.ballContact .contact_ball-1 {
	width: 20px;
	height: 20px;
	left: 70%;
	top: 130px
}
label {
	font-size: .9rem;
	font-family: 'proxima_novasemibold', sans-serif;
	color: #08080d;
	position: relative;
	display: block;
	margin-bottom: 1rem
}
[type='text'], [type='number'], [type='email'], [type='tel'], select, textarea {
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 2px solid #08080d;
	border-radius: 5px 5px 0 0;
	font-size: 1.15rem;
	padding: .7rem;
	height: 3.2rem;
	font-family: 'eina03-regular', sans-serif;
	position: relative;
	box-shadow: none;
	box-shadow: 0 25px 32px -19px rgba(0, 0, 0, 0.3);
}
[type='text']:hover, [type='number']:hover, [type='email']:hover, [type='tel']:hover, select:hover, textarea:hover, [type='text']:active, [type='number']:active, [type='email']:active, [type='tel']:active, select:active, textarea:active, [type='text']:focus, [type='number']:focus, [type='email']:focus, [type='tel']:focus, select:focus, textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 2px solid #007aff;
	box-shadow: 0 25px 32px -19px rgba(0, 122, 255, 0.4)
}
textarea {
	height: 100px
}
select {
	background-position: right .5rem center
}
.groupLabels {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.groupLabels label {
	width: 48%
}
.politicas {
	max-width: 60%;
	margin: 2rem auto 2rem !important;
	display: block;
}
.politicas .politica-si {
	display: none;
	color: #ffbf00
}
.politicas div {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex
}
.politicas .politica-icon {
	font-size: 1.5rem;
	margin-right: 1rem;
	line-height: 1
}
.politicas .politica-text {
	line-height: 1.2;
	font-size: 1rem;
	font-family: 'eina03-regular', sans-serif;
}
.politicas .politica-text a {
	font-family: 'proxima_novasemibold', sans-serif;
	color: #08080d
}
.politicas [type=checkbox], .politicas [type=radio] {
	display: none;
}
.politicas [type=checkbox]:checked ~ .politica-si, .politicas [type=radio]:checked ~ .politica-si {
	display: block
}
.politicas [type=checkbox]:checked ~ .politica-no, .politicas [type=radio]:checked ~ .politica-no {
	display: none
}
[type='submit'] {
	display: none
}
.is-invalid-label .labelText {
	padding: 0;
	top: -1.3rem
}
.is-invalid-label .is-invalid-input {
	background-color: #fff;
	border-left-color: rgba(0, 0, 0, 0.05);
	border-right-color: rgba(0, 0, 0, 0.05);
	border-top-color: rgba(0, 0, 0, 0.05)
}
.is-invalid-label .form-error {
	display: block
}
.is-invalid-label figure {
	border-color: #ff3b30;
	border-style: dashed
}
.labelFocus .labelText {
	padding: 0;
	top: -1.3rem
}
.labelFocus input::-webkit-input-placeholder, .labelFocus textarea::-webkit-input-placeholder {
	color: #9b9b9b
}
.labelFocus input:-ms-input-placeholder, .labelFocus textarea:-ms-input-placeholder {
	color: #9b9b9b
}
.labelFocus input::-ms-input-placeholder, .labelFocus textarea::-ms-input-placeholder {
	color: #9b9b9b
}
.labelFocus input::placeholder, .labelFocus textarea::placeholder {
	color: #9b9b9b
}
.labelNormal {
	margin-top: 0 !important
}
.label-with-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.label-with-icon div {
	width: 100%;
}
.label-with-icon div:nth-child(1) {
	width: 72px;
	-webkit-flex-basis: 72px;
	flex-basis: 72px;
	text-align: center;
	font-size: 1.5rem;
	padding-top: 10px
}
fieldset {
	text-align: center;
	margin: 4rem 0;
}
fieldset legend {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	display: block;
	position: relative;
	display: block;
	float: left;
	text-align: center;
	width: 100%
}
fieldset div {
	display: inline-block;
}
fieldset div .labelFocus {
	margin-top: 0
}
fieldset div [type=radio] {
	display: none;
}
fieldset div [type=radio]:checked ~ .checkForm figure {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	color: #fff;
}
fieldset div [type=radio]:checked ~ .checkForm figure:after {
	color: #2b303d
}
fieldset div [type=radio]:checked ~ .check-bad figure {
	background-color: #ff3b30;
	border-color: #ff3b30;
	box-shadow: 1px 1px 15px rgba(255, 59, 48, 0.4)
}
fieldset div [type=radio]:checked ~ .check-med figure {
	background-color: #08080d;
	border-color: #08080d;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4)
}
fieldset div [type=radio]:checked ~ .check-ok figure {
	background: #ffbf00;
	border-color: #ffbf00;
	box-shadow: 1px 1px 15px rgba(255, 191, 0, 0.8);
	background: -webkit-linear-gradient(top, #f9d423 30%, #f76b1c);
	background: linear-gradient(to bottom, #f9d423 30%, #f76b1c)
}
fieldset .newOpinion {
	text-align: left;
	margin-top: 3rem
}
fieldset figure {
	width: 90px;
	height: 90px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #e9e9e9;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 2.5rem;
	color: #e9e9e9;
	position: relative;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0);
}
fieldset figure:after {
	text-transform: uppercase;
	font-size: .8rem;
	position: absolute;
	bottom: -2rem
}
fieldset figure:hover, fieldset figure:active, fieldset figure:focus, fieldset figure .active {
	color: #fff;
}
fieldset figure:hover:after, fieldset figure:active:after, fieldset figure:focus:after, fieldset figure .active:after {
	color: #e9e9e9
}
fieldset figure:hover i, fieldset figure:active i, fieldset figure:focus i, fieldset figure .active i {
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-name: jumpIcon;
	animation-name: jumpIcon;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.28, .84, .42, 1);
	animation-timing-function: cubic-bezier(.28, .84, .42, 1)
}
.check-bad figure:after {
	content: 'Mala'
}
.check-bad figure:hover, .check-bad figure:active, .check-bad figure:focus, .check-bad figure .active {
	background-color: #ff3b30;
	border-color: #ff3b30;
	box-shadow: 1px 1px 15px rgba(255, 59, 48, 0.4)
}
.check-med figure:after {
	content: 'Regular'
}
.check-med figure:hover, .check-med figure:active, .check-med figure:focus, .check-med figure .active {
	background-color: #08080d;
	border-color: #08080d;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.4)
}
.check-ok figure:after {
	content: 'Buena'
}
.check-ok figure:hover, .check-ok figure:active, .check-ok figure:focus, .check-ok figure .active {
	background: #ffbf00;
	border-color: #ffbf00;
	box-shadow: 1px 1px 15px rgba(255, 191, 0, 0.8);
	background: -webkit-linear-gradient(top, #f9d423 30%, #f76b1c);
	background: linear-gradient(to bottom, #f9d423 30%, #f76b1c)
}
.yes-no .check-bad figure:after {
	content: 'No'
}
.yes-no .check-ok figure:after {
	content: 'Si'
}
.slider-handle {
	border-radius: 100%;
	background-color: #007aff;
	border: 5px solid #fff;
	box-shadow: 0 0 15px rgba(0, 122, 255, 0.4);
}
.slider-handle:hover {
	background-color: #ffbf00;
	box-shadow: 1px 1px 15px rgba(245, 166, 35, 0.8)
}
.slider {
	background-color: #e9e9e9;
	border-radius: 290px;
	margin-bottom: 1.4rem
}
.slider-fill {
	background-color: #007aff;
	border-radius: 290px
}
.sliderType {
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin: 4rem 0;
}
.sliderType p {
	font-size: 1.5rem;
	text-align: center
}
.sliderType .small-2 {
	padding: 0
}
.slider-icon {
	text-align: center;
	font-size: 2rem;
}
.slider-icon:after {
	font-size: .8rem;
	display: block;
	font-size: .9rem;
	font-family: 'proxima_novasemibold', sans-serif;
	color: #9b9b9b
}
.slider-icon_bad:after {
	content: 'Insatisfecho'
}
.slider-icon_ok:after {
	content: 'Satisfecho'
}
.slider-icon_bad-edit:after {
	content: 'No'
}
.slider-icon_ok-edit:after {
	content: 'Si'
}
.slider-output {
	display: none
}
.slider-steps {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin: 0;
	list-style: none;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-left: .7rem;
	padding-right: .5rem;
}
.slider-steps li {
	text-align: center;
	font-size: .8rem;
	font-family: 'proxima_novasemibold', sans-serif;
	color: #9b9b9b
}
.slider-steps-edit {
	padding-right: .1rem
}
.input-file .form-error {
	margin-top: .5rem;
	text-align: center
}
[type='file'] {
	opacity: 0;
	position: absolute;
	margin: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
[type='file']:hover ~ .uploadLabel {
	box-shadow: 0 25px 32px -19px rgba(0, 122, 255, 0.4);
}
[type='file']:hover ~ .uploadLabel .uploadLabel-icon i {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	color: #007aff
}
.uploadLabel {
	background-color: #fff;
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	box-shadow: 0 22px 20px -16px rgba(0, 0, 0, 0.25);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	text-align: center;
	-webkit-transition: all .7s ease;
	transition: all .7s ease
}
.uploadLabel-icon {
	width: 70px;
	min-height: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	border-right: 1px solid #e9e9e9;
	font-size: 1.5rem;
	-webkit-flex-basis: 70px;
	flex-basis: 70px;
}
.uploadLabel-icon i {
	-webkit-transition: all .7s cubic-bezier(.175, .885, .32, 1.275);
	transition: all .7s cubic-bezier(.175, .885, .32, 1.275)
}
.uploadLabel-text {
	width: 100%;
}
.uploadLabel-text p {
	line-height: 1.2;
	margin-bottom: 0;
	font-size: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 1rem;
	text-align: center
}
.uploadLabel-text span {
	display: block
}
.uploadLabelActive {
	background-color: #08080d;
	color: #fff;
	border-color: #08080d
}
.contentOptionSolicitud [type=radio] {
	display: none
}
.contentOptionSolicitud label {
	margin-left: 0
}
.optionSolicitud {
	background-color: #fff;
	border-radius: 290px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	-webkit-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	display: inline-block;
	padding: .5rem 1rem;
	margin: .5rem .5rem .5rem 0;
	color: #9b9b9b;
	cursor: pointer;
}
.optionSolicitud:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	color: #2b303d
}
.optionSolicitudActive {
	background-color: #007aff;
	color: #fff;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.contacto-3 {
	background-color: #08080d;
	float: left;
	padding-top: 3rem;
	padding-bottom: 2rem;
	display: none
}
.contacto-3_Listciudades {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
}
.contacto-3_Listciudades li {
	width: 25%;
	display: inline-block;
	border-top: 1px solid;
	border-right: 1px solid;
	border-color: rgba(255, 255, 255, 0.1);
	padding: .7rem 1.4rem;
	color: #fff;
	font-size: 1.1rem;
	cursor: pointer;
}
.contacto-3_Listciudades li i {
	float: right;
	color: #2b303d;
	margin-top: 4px;
	-webkit-transition: all .7s ease;
	transition: all .7s ease
}
.contacto-3_Listciudades li:nth-child(1), .contacto-3_Listciudades li:nth-child(2), .contacto-3_Listciudades li:nth-child(3), .contacto-3_Listciudades li:nth-child(4) {
	border-top: none
}
.contacto-3_Listciudades li:nth-child(4n + 4) {
	border-right: none
}
.contacto-3_Listciudades li:hover i, .contacto-3_Listciudades li:focus i {
	color: #007aff
}
.gracias-1 {
	z-index: 3;
	position: relative
}
.gracias-2 {
	position: relative;
	padding: 9rem 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.gracias-2 article {
	padding: 2rem 4rem 2rem 2rem;
	position: relative
}
.gracias-2 h1, .gracias-2 p {
	position: relative;
	z-index: 3
}
.gracias-2 h1 {
	font-size: 4.3rem
}
.gracias-2 p {
	margin-bottom: 0;
}
.gracias-2 p::first-letter {
	text-transform: uppercase
}
.gracias-2 p span {
	color: #007aff;
	font-family: 'proxima_novasemibold', sans-serif
}
.gracias-2 .button-1 {
	margin-top: 1rem;
	box-shadow: none;
}
.gracias-2 .button-1 span {
	color: #2b303d
}
.gracias-2 .button-video {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -35px -35px 0 0;
}
.gracias-2 .bg {
	background-color: var(--primary-color);
	right: -2rem;
}
.bars {
	width: 1px;
	top: 0;
	bottom: 0;
	background-color: #e9e9e9;
	position: absolute
}
.bar-1 {
	left: 0;
}
.bar-2 {
	left: 20%;
}
.bar-3 {
	left: 40%;
}
.bar-4 {
	left: 60%;
}
.bar-5 {
	left: 80%;
}
.gracias-business {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	margin: 0;
	list-style: none;
}
.gracias-business li {
	display: inline-block;
	width: 20%;
	background-color: rgba(0, 0, 0, 0.02);
	position: relative;
	text-align: center;
	margin: 0;
}
.gracias-business li a {
	display: block;
	padding: 1rem;
	font-size: .6rem;
	color: #08080d;
	font-family: 'proxima_novasemibold', sans-serif;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
.gracias-business li a img {
	max-width: 80%;
	display: block;
	margin: 0 auto 0;
}
.gracias-business li a:hover {
	background: #007aff;
	color: #fff;
	border-color: #007aff;
}
.gracias-business li:nth-child(1) {
	margin-left: 60%;
}
.gracias-business li:nth-child(4), .gracias-business li:nth-child(6) {
	margin-left: 20%;
}
.gracias-business li:nth-child(7) {
	margin-left: 40%;
}
.gracias-business span {
	display: block;
	width: 100%;
}
.cobertura-1 {
	width: 100%;
	padding: 48px 0 0;
	background-image: url("../images/custom/no-index/texture/bg-1.svg");
	background-size: contain;
	background-repeat: repeat;
	line-height: 0;
}
.cobertura-1 iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.button-cobertura {
	position: absolute;
	right: 1rem;
	z-index: 3;
}
.button-cobertura-1 {
	bottom: 50px;
}
.button-cobertura-2 {
	top: 110px;
}
.velocidad-1 {
	padding-right: 7rem;
	padding-bottom: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}
.velocidad-1 h1, .velocidad-1 p {
	text-shadow: 0 0 6px var(--tercero-color)
}
.velocidad-1 .velocidad-1_content {
	position: relative;
	z-index: 3;
}
.velocidad-1 .bg {
	position: absolute;
	left: inherit;
	width: 70vw;
	z-index: -1;
}
.velocidad-2 {
	background-image: url("../images/custom/no-index/texture/bg-1.svg");
	padding-bottom: 100px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.velocidad-2 article {
	width: 70%;
	text-align: center;
}
.velocidad-2 article figure {
	width: 400px;
	height: 400px;
	background-image: url("../images/custom/no-index/velocidad/tacometro-bg.svg");
	margin: 0 auto;
	position: relative
}
.velocidad-2 article .button {
	max-width: 350px
}
.tacometro_content:before {
	content: '';
	width: 200px;
	height: 200px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -100px;
	margin-top: -60px;
	box-shadow: 0 0 26px rgba(0, 122, 255, 0.4)
}
.velocidad-2_text {
	width: 160px;
	height: 160px;
	position: absolute;
	background-color: #007aff;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	margin-left: -80px;
	margin-top: -40px;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.5);
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 20px
}
.text-number {
	display: block;
	font-size: 4rem;
	line-height: .8
}
.velocidad_ball-1 {
	width: 26px;
	height: 26px;
	right: 10%;
	bottom: 25%;
	z-index: 2
}
.velocidad_ball-2 {
	width: 46px;
	height: 46px;
	right: 20%;
	top: 20%;
	z-index: 2
}
.velocidad_ball-3 {
	width: 70px;
	height: 70px;
	top: 30%;
	left: -35px;
	z-index: 2
}
.velocidad-3 {
	position: relative;
	margin-top: -50px;
	padding-bottom: 2rem
}
.cards .cards-content {
	background-color: var(--primary-color);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	position: relative;
	padding: 2rem;
}
.cards .cards-content p {
	margin-bottom: 0;
	font-size: 1.1rem;
	color: white;
    
}
.step-card {
	background-color:var(--secondary-color);
	position: absolute;
	width: 50px;
	height: 50px;
	top: -25px;
	left: -25px;
	text-align: center;
	font-size: 1.3rem;
	padding-top: 10px
}
.encuesta-1 {
	position: relative;
	z-index: 2
}
.encuesta-1-bg {
	bottom: 0;
	position: fixed
}
.progressUser {
	bottom: 2rem;
	position: absolute;
	width: 100%;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	padding-left: 3rem;
	padding-right: 4rem;
}
.progressUser p {
	font-size: .9rem;
	text-align: center;
	margin-bottom: 0;
	top: -5px;
	position: relative
}
.progressUser .small-5 {
	padding-left: 0
}
.progressUser_bar {
	height: 10px;
	width: 100%;
	background-color: #2b303d;
	border-radius: 290px;
	position: relative;
}
.progressUser_bar div {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0%;
	background: #ffbf00;
	background: -webkit-linear-gradient(right, #f9d423 30%, #f76b1c);
	background: linear-gradient(to left, #f9d423 30%, #f76b1c);
	border-radius: 290px;
}
.progressUser_bar div span {
	position: absolute;
	right: -.5rem;
	top: -.6rem;
	font-size: 1.5rem
}
.encuesta-2 {
	position: relative
}
.encuesta-2-title {
	display: block;
	position: relative;
	padding-top: 9rem;
	padding-bottom: 1rem;
	margin-bottom: 2rem;
}
.encuesta-2-title .bg {
	width: 70vw;
	background-image: url("../images/custom/no-index/texture/bg-2.svg");
	background-position: bottom right;
	background-repeat: repeat;
	background-size: 50px;
	left: -10vw
}
.encuesta-2-title h1 {
	font-size: 2rem;
	position: relative;
	z-index: 2
}
.encuesta-2-title p {
	position: relative;
	z-index: 2
}
.divider-form {
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	float: left;
}
.divider-form:after {
	content: '';
	width: 100%;
	height: 1px;
	top: 50%;
	left: 0;
	background-color: #e9e9e9;
	position: absolute;
	z-index: -1
}
.divider-form span {
	margin: 3rem auto;
	width: 60px;
	height: 60px;
	background-color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 1.7rem;
	padding-top: 10px
}
.encuesta-form {
	padding-bottom: 3rem
}
.encuesta_ball-1 {
	width: 20px;
	height: 20px;
	top: 56%;
	right: -30px
}
.encuesta_ball-2 {
	width: 50px;
	height: 50px;
	top: 47%;
	right: -110px
}
.encuesta_ball-3 {
	width: 80px;
	height: 80px;
	top: 53%;
	left: -150px;
	z-index: 3
}
.pqrs-1 {
	position: relative;
	z-index: 2
}
.pqrs-1-bg {
	bottom: 0;
	position: fixed
}
.pqrs-2-bg {
	background-image: url("../images/custom/no-index/texture/bg-3.svg");
	background-size: 70% auto;
	background-position: right top;
	background-repeat: repeat-y
}
.pqrs-2 {
	padding-top: 9rem;
	padding-bottom: 5rem
}
.pqrs-form p {
	font-size: .9rem;
	text-align: center
}
.indicador-1 {
	min-height: calc(100vh - 75px);
	z-index: 2;
	position: relative
}
.indicador-1_ball-1 {
	width: 70px;
	height: 70px;
	top: 50%;
	margin-top: -50px;
	left: -30px
}
.indicador-2 {
	background-image: url("../images/custom/no-index/texture/bg-1.svg");
	position: relative;
}
.indicador-2:after, .indicador-2:before {
	content: '';
	position: absolute;
	width: 260px;
	height: 260px;
	border-width: 50px;
	border-style: solid;
	border-radius: 100%;
	display: block;
	-webkit-animation-name: rotateCircle;
	animation-name: rotateCircle;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 5s;
	animation-duration: 5s
}
.indicador-2:after {
	bottom: -130px;
	left: -130px;
	border-color: #ffbf00;
	border-left-color: rgba(0, 0, 0, 0);
	border-right-color: rgba(0, 0, 0, 0)
}
.indicador-2:before {
	top: -130px;
	right: -130px;
	border-color: #007aff;
	border-left-color: rgba(0, 0, 0, 0);
	border-right-color: rgba(0, 0, 0, 0)
}
.content-indicador {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	align-items: stretch;
	min-height: 100%
}
.section-indicador {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 7rem;
	padding-bottom: 7rem;
	position: relative;
}
.section-indicador h2 {
	line-height: 1.1;
	font-family: 'eina03-regular', sans-serif;
	position: relative;
}
.section-indicador h2:after {
	content: '';
	height: 1px;
	width: 100%;
	position: absolute;
	left: -105%;
	bottom: 10px
}
.section-indicador h2:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 6px;
	border-radius: 100%;
	left: -6%
}
.section-indicador p {
	line-height: 1.7
}
.title-atencion:after, .title-atencion:before {
	background-color: #ffbf00
}
.title-servicio:after, .title-servicio:before {
	background-color: #007aff
}
.divider-indicador {
	position: absolute;
	top: 0;
	left: -5%;
	width: 150%;
	height: 1px;
	background-color: #e9e9e9
}
.indicador-list-1 {
	height: 350px
}
.indicador-list-2 {
	height: 80px;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.indicador-list-2 a:nth-child(2) {
	border-left: 1px solid #e9e9e9
}
.indicador-list-2_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	color: #9b9b9b;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.indicador-list-2_nav figure {
	width: 80px;
	height: 80px;
	text-align: center;
	-webkit-flex-basis: 80px;
	flex-basis: 80px;
	font-size: 2rem;
	padding-top: 1rem;
	margin-right: 1rem;
}
.indicador-list-2_nav figure i {
	-webkit-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	width: 80px
}
.indicador-list-2_nav p {
	font-size: 1rem;
	text-align: left;
	line-height: 1.2;
	width: 100%;
	margin-bottom: 0;
}
.indicador-list-2_nav p span {
	display: block
}
.indicador-list-2_nav:hover {
	color: #2b303d;
}
.indicador-list-2_nav:hover figure i {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.indicador-list-2_nav-active-1 figure {
	color: #ffbf00;
	border-bottom: 3px solid #ffbf00
}
.indicador-list-2_nav-active-2 figure {
	color: #007aff;
	border-bottom: 3px solid #007aff
}
.indicador-list-3 {
	padding-top: 4rem;
	padding-bottom: 6rem
}
.nav-indicador_years {
	margin: 0;
	list-style: none;
	text-align: center;
	display: block;
}
.nav-indicador_years li:nth-last-child(1) a {
	border-bottom: none
}
.nav-indicador_years a {
	display: block;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	padding: .7rem 0;
	color: #9b9b9b;
	font-family: 'proxima_novasemibold', sans-serif;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.nav-indicador_years a:hover {
	color: #007aff;
	border-bottom-color: #007aff
}
.nav-indicador_year-fix {
	position: fixed;
	top: 150px
}
.list-indicador_years {
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #fff;
	box-shadow: 0 25px 32px -19px rgba(0, 0, 0, 0.3);
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	position: relative;
}
.list-indicador_years li {
	width: 25%;
}
.list-indicador_years li a {
	display: block;
	padding: 1rem 1.2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	color: #2b303d;
	font-family: 'proxima_novasemibold', sans-serif;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	font-size: 1.2rem;
}
.list-indicador_years li a:hover {
	color: #007aff;
	padding-right: .5rem;
}
.list-indicador_years li a:hover span {
	color: #007aff
}
.list-indicador_years li a span {
	float: right;
	color: #e9e9e9;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.list-indicador_years li a .fa-building {
	margin-right: .5rem
}
.list-indicador_years .year {
	position: absolute;
	background-color: #2b303d;
	text-align: center;
	color: #fff;
	font-family: 'proxima_novasemibold', sans-serif;
	font-size: 1.2rem;
	padding: 1.2rem 0 .8rem;
	width: 10%;
	left: -10%
}
.list-indicador_years .expanded {
	width: 100%
}
.list-indicador_ofc {
	margin-top: 1rem;
	margin-bottom: 3rem
}
.divider-table-indicador {
	width: 100%;
	height: 1px;
	background: #2b303d;
	display: block;
	margin: 6rem 0;
	position: relative;
}
.divider-table-indicador:after {
	content: '🎄';
	position: absolute;
	left: 50%;
	width: 50px;
	height: 50px;
	background-color: #fff;
	margin: -25px 0 0 -25px;
	text-align: center;
	font-size: 1.7rem;
	padding-top: 8px;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-name: jumpIcon;
	animation-name: jumpIcon;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.28, .84, .42, 1);
	animation-timing-function: cubic-bezier(.28, .84, .42, 1)
}
.indicador-list-breadcrum_content {
	background-color: #08080d
}
.indicador-list-breadcrum {
	list-style: none;
	margin: 0;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.indicador-list-breadcrum li {
	display: inline-block;
}
.indicador-list-breadcrum li a {
	color: #fff;
	padding: 0 .5rem;
	position: relative;
}
.indicador-list-breadcrum li a:after {
	content: '';
	position: absolute;
	height: 1px;
	left: inherit;
	right: 0;
	bottom: -5px;
	width: 0;
	background-color: #fff;
	border-radius: 290px;
	-webkit-transition: all .7s ease;
	transition: all .7s ease
}
.indicador-list-breadcrum li a:hover:after {
	width: 100%;
	right: inherit;
	left: 0
}
.indicador-details {
	background-image: url("../images/custom/no-index/texture/bg-1.svg");
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed
}
.indicadores {
	box-shadow: 0 25px 32px -19px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	margin-bottom: 5rem;
	width: 100%;
}
.indicadores thead {
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-family: 'proxima_novasemibold', sans-serif;
}
.indicadores thead tr {
	padding: 0 1rem;
}
.indicadores thead tr th {
	padding: .7rem 1.5rem .5rem;
}
.indicadores thead tr th:nth-child(1) {
	background: #ff3b30;
	background: -webkit-linear-gradient(left, #f9d423 30%, #f76b1c);
	background: linear-gradient(to right, #f9d423 30%, #f76b1c)
}
.indicadores thead tr th:nth-child(2), .indicadores thead tr th:nth-child(3) {
	width: 120px;
	text-align: right;
	background-color: #f76b1c
}
.indicadores tbody {
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	padding: 1rem;
}
.indicadores tbody tr {
	padding: 1rem;
}
.indicadores tbody tr th {
	text-align: left;
	padding: 1.5rem;
	font-family: 'eina03-regular', sans-serif;
	line-height: 2;
	font-weight: normal;
	font-size: 1.2rem;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	background-color: #fff;
	vertical-align: middle;
	text-transform: lowercase;
}
.indicadores tbody tr th:first-letter {
	text-transform: uppercase
}
.indicadores tbody tr th:nth-child(2), .indicadores tbody tr th:nth-child(3) {
	text-align: right
}
.indicadores-detalle tbody tr th {
	padding: 1rem 1.5rem
}
.indicadores-detalle tbody tr:nth-last-child(1) th {
	text-align: right;
	font-family: 'proxima_novasemibold', sans-serif;
}
.indicadores-detalle tbody tr:nth-last-child(1) th:nth-child(2) {
	color: #ffbf00
}
.indicador-list-servicio_category {
	list-style: none;
	margin: 0;
	text-align: center;
}
.indicador-list-servicio_category li {
	display: inline-block;
}
.indicador-list-servicio_category li:nth-child(2) .indicador-list-servicio_category-icon i {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}
.indicador-list-servicio_category li:nth-child(3) .indicador-list-servicio_category-icon i {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}
.indicador-list-servicio_category li:nth-child(4) .indicador-list-servicio_category-icon i {
	-webkit-animation-delay: 3s;
	animation-delay: 3s
}
.indicador-list-servicio_category section {
	background-color: #1a1a1a;
	border-radius: 0 0 5px 5px;
	background-image: url("../images/custom/no-index/texture/bg-4.svg");
	padding: 0 1rem 1rem;
	margin: 6rem auto 3rem
}
.indicador-list-servicio_category p {
	color: #fff;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 1.5rem
}
.indicador-list-servicio_category-icon {
	background: #007aff;
	background: -webkit-linear-gradient(top, #004a97 0%, #0982ff 60%, #09c6f9 100%);
	background: linear-gradient(to bottom, #004a97 0%, #0982ff 60%, #09c6f9 100%);
	width: 130px;
	height: 130px;
	border-radius: 100%;
	display: inline-block;
	border: 16px solid #fff;
	margin: -65px 0 2rem;
	position: relative;
	box-shadow: 0 0 26px rgba(0, 122, 255, 0.4);
	color: #fff;
	font-size: 2rem;
	padding-top: 26px;
}
.indicador-list-servicio_category-icon i {
	-webkit-animation-name: jumpIconDelay;
	animation-name: jumpIconDelay;
	-webkit-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.28, .84, .42, 1);
	animation-timing-function: cubic-bezier(.28, .84, .42, 1)
}
.normatividad-1 {
	min-height: calc(100vh - 75px)
}
.normatividad-2 {
	min-height: calc(100vh - 75px);
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.normatividad-2 div {
	width: 100%
}
.content-normatividad_nav {
	background-color: #fff;
	border-radius: 10px;
	display: block;
	width: 100%;
	box-shadow: 0 25px 32px -19px rgba(0, 0, 0, 0.3);
	border-left: 1px solid rgba(0, 0, 0, 0.05);
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	float: left;
}
.content-normatividad_nav ul {
	list-style: none;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.content-normatividad_nav ul li {
	padding: 0;
	text-align: center;
	font-family: 'eina03-regular', sans-serif;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative
}
.content-normatividad_nav ul .large-12 {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}
.content-normatividad_nav ul a {
	padding: 1rem 1.2rem 1rem 2.4rem;
	display: block;
	text-align: left;
	color: #2b303d;
	font-family: 'proxima_novasemibold', sans-serif;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	outline-style: none;
	width: 100%;
}
.content-normatividad_nav ul a i {
	margin-top: 5px;
	color: #007aff;
	position: absolute;
	left: .7rem;
	top: 50%;
	margin-top: -8px
}
.content-normatividad_nav ul a:hover, .content-normatividad_nav ul a:focus {
	padding-right: .5rem;
	color: #007aff;
	outline-style: none;
}
.content-normatividad_nav ul a:hover i, .content-normatividad_nav ul a:focus i {
	color: #007aff
}
.normatividad-3 {
	min-height: calc(100vh - 75px);
	background-image: url("../images/custom/no-index/texture/bg-1.svg")
}
.normatividad-content-1 {
	height: 400px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding-bottom: 2rem;
}
.normatividad-content-1 h1 {
	color: #fff;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
	position: relative;
	font-size: 2.5rem
}
.normatividad-content-nav {
	border-right: 1px solid #e9e9e9;
	position: relative
}
.normatividad-content-navigation {
	list-style: none;
	margin: 4rem 0 0 0;
}
.normatividad-content-navigation li {
	border-bottom: 1px solid #e9e9e9;
}
.normatividad-content-navigation li:nth-last-child(1) {
	border-bottom: none
}
.normatividad-content-navigation li a {
	color: #9b9b9b;
	padding: 1rem;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1.2;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.normatividad-content-navigation li a i {
	margin-right: .5rem
}
.normatividad-content-navigation li a:hover {
	color: #2b303d;
}
.normatividad-content-navigation li a:hover i {
	color: #007aff
}
.normatividad-content-navigation li ul {
	display: none;
	list-style: none
}
.normatividad-content-navigation .active a {
	color: #007aff;
	font-family: 'proxima_novasemibold', sans-serif
}
.normatividad-content-navigation .sub-active ul {
	display: block
}
.normatividad-stick-up {
	top: 70px;
	position: fixed
}
.normatividad-stick-down {
	bottom: 4rem;
	position: absolute
}
.normatividad-content-info {
	padding-bottom: 6rem;
	min-height: calc(100vh - 30px);
	height: auto;
}
.normatividad-content-info .number {
	list-style: decimal
}
.normatividad-content-info li, .normatividad-content-info p {
	position: relative;
}
.normatividad-content-info li a, .normatividad-content-info p a {
	color: #007aff;
	font-family: 'proxima_novasemibold', sans-serif;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.normatividad-content-info li a:hover, .normatividad-content-info p a:hover, .normatividad-content-info li a:focus, .normatividad-content-info p a:focus {
	color: #64dd17
}
.normatividad-content-info hr {
	margin: 6rem 0
}
.normatividad-content-info .normatividad_seguridad-icon1 {
	max-width: 250px
}
.normatividad-content-info .normatividad_seguridad-icon2 {
	max-width: 300px
}
.normatividad-content-info .normatividad_seguridad-icon3 {
	max-width: 98px;
	margin-left: .5rem
}
.normatividad-content-info .normatividad_seguridad-icon4 {
	max-width: 150px;
	margin-top: 2rem
}
.normatividad-content-info img {
	margin-bottom: 1rem
}
.normatividad-content-info center {
	margin-top: 1rem;
	margin-bottom: 1rem
}
.breadcrum-white {
	color: #9b9b9b;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 2rem;
}
.breadcrum-white li a {
	color: #2b303d !important;
}
.breadcrum-white li a:after {
	background-color: #007aff
}
.breadcrum-white li a i {
	color: #007aff
}
.iframe-normatividad {
	width: 100%;
	height: calc(100vh - 130px);
	display: block
}
.normatividad-form form {
	max-width: 80%;
	margin: 0 auto
}
.normatividad-form .politicas {
	max-width: 100%
}
.pago {
	background-color: #08080d;
	background-size: contain;
	background-repeat: repeat;
	float: left
}
.pago-1 {
	padding: 5rem 0
}
.pago-1_background {
	height: 100%;
	width: 101%;
	border-radius: 10px 0 0 10px
}
.pago-2 {
	min-height: calc(100vh - 75px);
	padding: 8rem 4rem 6rem;
	background-color: #fff;
	box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
	position: relative;
	text-align: center;
	position: relative;
}
.pago-2 .button-pse {
	max-width: 300px
}
.puntos-pago {
	margin: 0;
	text-align: center;
	margin-bottom: 2rem;
}
.puntos-pago img {
	max-width: 75%
}
.pago-2_divider {
	display: block;
	position: relative;
	margin-top: 3rem;
	margin-bottom: 3rem;
}
.pago-2_divider:after {
	content: '';
	position: absolute;
	width: 106%;
	height: 1px;
	border-radius: 290px;
	background-color: #e9e9e9;
	left: -3%;
	top: 50%;
	z-index: 1
}
.pago-2_divider:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	background-color: #fff;
	left: 50%;
	top: 50%;
	z-index: 2;
	margin: -40px
}
.pago-2_divider figure {
	position: relative;
	background: #007aff;
	background: -webkit-linear-gradient(top, #004a97 0%, #0982ff 60%, #09c6f9 100%);
	background: linear-gradient(to bottom, #004a97 0%, #0982ff 60%, #09c6f9 100%);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	box-shadow: 0 0 18px rgba(0, 122, 255, 0.6);
	color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 1.2rem;
	z-index: 3
}
.nav-cetificados {
	list-style: none;
	margin: 0;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	margin-bottom: 3rem;
}
.nav-cetificados li {
	width: 50%;
	padding: 1rem 1rem 2rem;
	border-bottom: 1px solid #e9e9e9;
}
.nav-cetificados li:nth-child(1) {
	border-right: 1px solid #e9e9e9
}
.nav-cetificados li a {
	margin-top: 2rem
}
.nav-cetificados li .text {
	display: block
}
.nav-pago-aux {
	list-style: none;
	margin: 2rem 0 0;
}
.nav-pago-aux li a {
	display: block;
	padding: .7rem 1rem;
	border-radius: 290px;
	border: 1px solid #e9e9e9;
	color: #2b303d;
	margin: 0 0 1rem;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	overflow: hidden;
	position: relative;
}
.nav-pago-aux li a:before {
	content: '';
	position: absolute;
	width: 0;
	height: calc(100%+ 2px);
	top: 0;
	left: inherit;
	right: -10%;
	background: #64dd17;
	background: -webkit-linear-gradient(left, #004a97 0%, #0982ff 60%, #09c6f9 100%);
	background: linear-gradient(to right, #004a97 0%, #0982ff 60%, #09c6f9 100%);
	display: block;
	border-radius: 290px;
	-webkit-transition: all .5s cubic-bezier(.445, .05, .55, .95);
	transition: all .5s cubic-bezier(.445, .05, .55, .95)
}
.nav-pago-aux li a:hover, .nav-pago-aux li a:active, .nav-pago-aux li a:focus {
	color: #fff;
	border-color: rgba(0, 0, 0, 0);
}
.nav-pago-aux li a:hover:before, .nav-pago-aux li a:active:before, .nav-pago-aux li a:focus:before {
	width: 120%;
	right: inherit;
	left: -10%
}
.pago_ball-1 {
	width: 50px;
	height: 50px;
	top: 10%;
	right: -25px;
	z-index: 3
}
.pago_ball-2 {
	width: 80px;
	height: 80px;
	left: -40px;
	top: 50%;
	z-index: 3
}
.pago_ball-3 {
	width: 30px;
	height: 30px;
	bottom: 60px;
	right: 3%;
	z-index: 3
}
.factura {
	min-height: calc(100vh - 75px);
	height: auto;
	padding-top: 6rem;
	padding-bottom: 6rem;
	float: left
}
.factura-1, .factura-2, .factura-3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	min-height: calc(100vh - 75px)
}
.factura-content {
	background-color: #fff;
	position: relative;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	padding: 2rem 2rem 0;
}
.factura-content p {
	margin-bottom: 0
}
.factura-content .button {
	margin-bottom: 0;
	top: 25px
}
.factura-step {
	width: 40px;
	height: 40px;
	position: absolute;
	left: -20px;
	top: -20px;
	background-color: #ffbf00;
	text-align: center;
	font-family: 'proxima_novablack', sans-serif;
	border-radius: 5px;
	padding-top: 10px;
	box-shadow: 0 0 10px rgba(255, 191, 0, 0.95)
}
.factura-form {
	margin-top: 1rem;
}
.factura-form .politicas {
	max-width: 80%;
	margin-bottom: 0 !important
}
.quienes-1 {
	height: calc(100vh - 130px);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.quienes-1:before {
	content: '';
	height: 100px;
	width: 102%;
	position: absolute;
	bottom: -1px;
	left: -1%;
	background-image: none;
	z-index: 2;
	background-position: center bottom
}
.quienes-1 h1 {
	text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.5)
}
.quienes-1 h3 {
	margin-bottom: 1.5rem;
	text-shadow: 2px 2px 13px rgba(0, 0, 0, 0.5)
}
.quienes-1 p {
	line-height: 1.8;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5)
}
.quienes-1 .underline:before {
	bottom: -7px;
	background-color: #ffbf00
}
.quienes-1 .button-video {
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -38px
}
.quienes-1 .row {
	margin-bottom: 10rem
}
.quienes-1_bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	overflow: hidden;
	-webkit-animation-name: widthGraphics;
	animation-name: widthGraphics;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.quienes-1_bg:before, .quienes-1_bg:after {
	content: '';
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0
}
.quienes-1_bg:before {
	background-image: none;
	mix-blend-mode: multiply
}
.quienes-1_bg:after {
	background-image: none
}
.quienes-2 {
	padding-top: 150px;
	overflow: hidden
}
.quienes-2_ball-1 {
	width: 100px;
	height: 100px;
	left: -50px;
	top: 50%
}
.quienes-2_ball-2 {
	width: 60px;
	height: 60px;
	right: -30px;
	top: 10%
}
.quienes-2-content_icon {
	position: relative
}
.quienes-2_text {
	padding-top: 2.7rem;
	padding-bottom: 90px
}
.quienes-2_icon {
	width: 105px;
	height: 105px;
	background-color: #007aff;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: inline-flex;
	border-radius: 5px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;
	font-size: 2.5rem;
	box-shadow: 0 0 26px rgba(0, 122, 255, 0.6)
}
.divider-line {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: -1
}
.divider-line_vertical {
	width: 1px;
	height: 100%;
	left: 50%
}
.divider-line_horizontal {
	width: 100%;
	height: 1px;
	bottom: 0
}
.quienes-3 {
	padding-top: 110px;
	padding-bottom: 180px
}
.stairs {
	position: absolute;
	width: 210px;
	height: 210px;
	background-color: #fff;
	border-top: 1px solid #fff;
	z-index: 0;
}
.stairs:after, .stairs:before {
	content: '';
	width: 105px;
	height: 105px;
	display: inline-block;
	position: relative
}
.stairs:after {
	top: 104px
}
.stairs-1 {
	right: 0;
	top: -1px;
}
.stairs-1:after, .stairs-1:before {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}
.stairs-2, .stairs-3 {
	background-color: transparent;
	border: none;
}
.stairs-2:after, .stairs-3:after, .stairs-2:before, .stairs-3:before {
	background-color: #fff
}
.stairs-2 {
	left: 0;
	top: 0;
}
.stairs-2:before {
	width: 100%
}
.stairs-2:after {
	top: -5px
}
.stairs-3 {
	right: 0;
	bottom: 0;
}
.stairs-3:before {
	left: 105px
}
.stairs-3:after {
	width: 100%;
	top: -5px
}
.quienes-4 {
	background-color: #08080d;
	background-repeat: repeat;
	padding-bottom: 5rem
}
.quienes-4_text {
	padding-top: 250px;
	padding-bottom: 3rem;
}
.quienes-4_text h3 {
	color: #007aff;
	font-weight: 300;
	letter-spacing: 2px
}
.quienes-mision {
	margin-bottom: 1rem
}
.quienes-4-content_bg {
	position: relative
}
.quienes-4_bg {
	bottom: 0;
	top: -105px;
	left: 0;
	width: 45vw;
	position: absolute;
	border-radius: 5px 0 0 5px
}
.principios-politica {
	padding-top: 1rem;
	padding-bottom: 3rem
}
.principios-politica_icon {
	width: 80px;
	height: 80px;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: -110px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 2rem;
	color: #08080d
}
.principios-politica_title {
	padding: .5rem 0;
	margin-bottom: 2rem;
	position: relative;
}
.principios-politica_title h3 {
	font-weight: 300;
	letter-spacing: 1px
}
.quienes-principios {
	border-bottom: 1px solid #007aff;
}
.quienes-principios .principios-politica_icon {
	background-color: #007aff;
	box-shadow: 0 0 26px rgba(0, 122, 255, 0.6);
	color: #fff
}
.quienes-politica {
	border-bottom: 1px solid #ffbf00;
}
.quienes-politica .principios-politica_icon {
	background-color: #ffbf00;
	box-shadow: 0 0 26px rgba(255, 191, 0, 0.5)
}
.quienes-5 {
	padding-bottom: 7rem;
}
.quienes-5 h4 {
	font-size: 1.9rem
}
.quienes-5 .back-button {
	text-align: left;
	margin-top: .5rem
}
.quienes-5 article {
	position: relative
}
.quienes-5_content {
	padding-top: 8rem;
	padding-bottom: 5rem
}
.quienes-5_bg {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 45vw;
	background-image: url("../images/custom/index/quienes/bg-3.svg");
	background-size: contain;
	background-position: top center
}
.segmento-bg {
	height: 400px;
	margin-bottom: 6rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding-bottom: 2rem;
}
.segmento-bg .row {
	width: 100%;
	position: relative
}
.segmento-content h5 {
	font-family: 'eina03-regular', sans-serif
}
.segmento-content p {
	margin: 1.5rem auto
}
.segmento-content_phone p {
	text-align: center;
	margin: 0 auto
}
.segmento-content_phone .text-3 {
	font-size: 2rem;
	margin-right: 1rem;
	top: 3px;
	position: relative
}
.segmento-carrier .button {
	margin-top: 3.5rem
}
.segmento-content_carrier {
	background-image: url("../images/custom/no-index/texture/bg-3.svg");
	background-size: cover;
	background-repeat: repeat-y;
	background-position: center;
	padding-bottom: 8rem
}
.content-service-carrier {
	padding: 5rem 0 2rem;
}
.content-service-carrier h3 {
	font-family: 'eina03-regular', sans-serif;
	color: #007aff;
	margin-top: 2rem
}
.content-service-carrier p {
	margin-top: 1rem
}
.service-carrier_bg {
	height: 334px;
	border-radius: 5px;
	position: relative;
	padding: 0;
	text-align: center;
}
.service-carrier_bg .button {
	margin-top: 480px
}
.service-carrier_icon {
	position: absolute;
	background-color: #fff;
	width: 166px;
	height: 166px;
	border-radius: 5px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
	padding: 2.5rem
}
.service-carrier_connection .service-carrier_icon, .service-carrier_burstable .service-carrier_icon {
	bottom: -60px;
	right: -60px
}
.service-carrier_data .service-carrier_icon {
	bottom: -60px;
	left: -60px
}
.service-carrier_fiber .service-carrier_icon {
	bottom: -60px;
	left: 50%;
	margin-left: -83px
}
.service-carrier_om .service-carrier_icon {
	top: -60px;
	left: -60px
}
.service-carrier_last-k .service-carrier_icon {
	top: 50%;
	margin-top: -83px;
	right: -60px
}
.service-carrier_capacity .service-carrier_icon {
	top: -60px;
	left: 50%;
	margin-left: -83px
}
.segmento-meganet .button {
	margin-top: 5rem
}
.segmento-content_meganet {
	padding-bottom: 5rem
}
.segmento-content_gobierno {
	padding-bottom: 5rem;
}
.segmento-content_gobierno:after {
	content: '';
	width: 100vw;
	height: 605px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-image: url("../images/custom/no-index/texture/bg-1.svg")
}
.quienes-7_ball-1 {
	width: 100px;
	height: 100px;
	top: -130px;
	right: 0;
	z-index: 1
}
.quienes-7_ball-2 {
	width: 60px;
	height: 60px;
	top: 30%
}
.quienes-7_ball-3 {
	width: 30px;
	height: 30px;
	left: 70%;
	bottom: 40px
}
.portafolio_gobierno {
	list-style: none;
	margin: 0;
	position: relative;
}
.portafolio_gobierno:after {
	content: '';
	height: 1px;
	border-bottom: 1px dashed #9b9b9b;
	left: 100px;
	right: 100px;
	top: 120px;
	position: absolute
}
.portafolio_gobierno:before {
	content: '';
	border-right: 1px dashed #9b9b9b;
	left: 50%;
	width: 1px;
	top: 125px;
	bottom: 100px;
	position: absolute
}
.portafolio_gobierno li {
	padding: 2rem
}
.portafolio-gobierno_btn {
	display: block;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	height: 175px;
	padding-top: 40px;
	position: relative;
	z-index: 2;
	-webkit-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
}
.portafolio-gobierno_btn img {
	max-width: 80px;
	margin-bottom: .5rem
}
.portafolio-gobierno_btn span {
	display: block;
	font-family: 'proxima_novasemibold', sans-serif;
	color: #2b303d
}
.portafolio-gobierno_btn:hover, .portafolio-gobierno_btn:active {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.equipo-1 {
	height: 400px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	padding-bottom: 1rem;
}
.equipo-1 .row {
	width: 100%;
	position: relative
}
.equipo-2 {
	padding-top: 4rem;
	padding-bottom: 6rem
}
.equipo-2_b1 {
	position: relative;
}
.equipo-2_b1:after {
	content: '';
	top: 20px;
	bottom: -26px;
	left: 50%;
	width: 1px;
	background-color: #e9e9e9;
	position: absolute
}
.equipo-2_b1:before {
	content: '';
	bottom: -26px;
	left: 50%;
	right: 0;
	height: 1px;
	background-color: #e9e9e9;
	position: absolute
}
.equipo-2_b2 {
	padding-bottom: 3rem
}
.equipo-2_b3 .button {
	margin-top: 2rem
}
.equipo-2_icon {
	text-align: center;
	display: inline-block;
	width: 115px;
	height: 115px;
	background-color: #ffbf00;
	border-radius: 100%;
	border: 12px solid #fff;
	color: #fff;
	font-size: 2.1rem;
	padding-top: 1.3rem;
	position: relative;
	top: -120px;
	margin-left: -55px;
	left: 50%;
	box-shadow: 0 0 18px rgba(255, 191, 0, 0.7);
	z-index: 3;
	-webkit-animation-name: ballPosition;
	animation-name: ballPosition;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	animation-timing-function: cubic-bezier(.455, .03, .515, .955);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}
.equipo-2_icon-mutate {
	width: 16px;
	height: 16px;
	bottom: -34px;
	right: 0;
	position: absolute;
	background-color: #007aff;
	border-radius: 100%
}
.soluciones {
	min-height: calc(100vh - 75px);
	height: auto;
	padding: 0;
}
.soluciones .solution-grid {
	background-color: #fff;
	position: relative;
	-webkit-transition: all .7s ease;
	transition: all .7s ease
}
.solution-1 {
	position: fixed;
	bottom: 0;
	z-index: 2
}
.solution-grid_1 {
	min-height: calc(100vh - 195px)
}
.solution-grid_2 {
	min-height: calc(100vh - 315px);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	flex-flow: column;
	z-index: 3;
	position: relative
}
.solution-grid_content {
	display: block;
	height: auto;
	padding-right: 2rem;
	padding-left: 120px;
	position: relative;
}
.solution-grid_content p {
	margin: 1rem 0 2rem
}
.solution-grid_text {
	margin-top: 120px;
}
.solution-grid_text .conectividad {
	box-shadow: 0 0 26px rgba(153, 14, 241, 0.6)
}
.solution-grid_text .cloud {
	box-shadow: 0 0 26px rgba(14, 250, 255, 0.6)
}
.solution-grid_text .colaboracion {
	box-shadow: 0 0 26px rgba(0, 214, 32, 0.6)
}
.solution-grid_text .seguridad {
	box-shadow: 0 0 26px rgba(190, 30, 36, 0.6)
}
.solution-title {
	margin-bottom: 0;
	line-height: 1
}
.solution-subtitle {
	color: #007aff;
	font-family: 'eina03-regular', sans-serif;
	font-weight: 200
}
.solution-contacto {
	position: absolute;
	top: 50%;
	left: -45px;
	font-family: 'proxima_novasemibold', sans-serif;
	text-transform: uppercase;
	border-bottom: 3px solid #2b303d;
	padding: .7rem 1rem .5rem .8rem;
	color: #2b303d;
	overflow: hidden;
	border-radius: 5px 5px 0 0;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	text-align: center;
	min-width: 180px;
}
.solution-contacto .icon-button {
	font-size: 1.3rem;
	margin-left: .5rem
}
.solution-contacto:hover, .solution-contacto:active, .solution-contacto:focus {
	background-color: #08080d;
	color: #fff;
}
.solution-contacto:hover .icon-button, .solution-contacto:active .icon-button, .solution-contacto:focus .icon-button {
	color: #007aff
}
.solution-grid_3 {
	height: 120px;
	padding: 0;
	z-index: 4;
	bottom: 0;
	position: fixed;
	background-color: #fff;
	-webkit-transition: all .7s ease;
	transition: all .7s ease
}
.solution-grid_4 {
	min-height: calc(100vh - 315px);
}
.solution-grid_4 .home-1_scroll {
	left: inherit;
	right: 26px;
	color: #2b303d;
	text-shadow: initial
}
.solution-divider_1 {
	height: 120px
}
.solution-grid_icon {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	background-color: #007aff;
	position: absolute;
	top: -15px;
	left: -20px;
	padding: 1.3rem
}
.solution_ball-1 {
	width: 50px;
	height: 50px;
	right: -25px;
	top: 100px;
	z-index: 4
}
.solution_ball-2 {
	width: 30px;
	height: 30px;
	right: -15px;
	bottom: 50px;
	z-index: 1
}
.solution_ball-3 {
	width: 100px;
	height: 100px;
	left: -50px;
	top: -50px;
	z-index: 0
}
.solutions-nav {
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	margin: 0;
	height: 120px;
	border-top: 1px solid #e9e9e9;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.solutions-nav li {
	width: 100%;
	border-left: 1px solid #e9e9e9;
	-webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.solutions-nav li:hover {
	background-color: #e9e9e9
}
.solutions-nav_btn {
	display: block;
	max-width: 120px;
	height: 120px;
	text-align: center;
	margin: 0 auto;
	-webkit-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	padding: .3rem
}
.solutions-nav_active {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.connection-logo {
	background-image: url("../images/controls/business-logo/l-business-1.svg")
}
.cloud-logo {
	background-image: url("../images/controls/business-logo/l-business-2.svg")
}
.communications-logo {
	background-image: url("../images/controls/business-logo/l-business-3.svg")
}
.security-logo {
	background-image: url("../images/controls/business-logo/l-business-4.svg")
}
.wifi-logo {
	background-image: none
}
.solution-black .solution-grid {
	background-color: #08080d
}
.solution-black .solutions-nav {
	background-color: #08080d;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.solution-black .solutions-nav li {
	border-left: 1px solid rgba(255, 255, 255, 0.05)
}
.solution-black .connection-logo {
	background-image: url("../images/controls/business-logo/l-business-1-white.svg")
}
.solution-black .cloud-logo {
	background-image: url("../images/controls/business-logo/l-business-2-white.svg")
}
.solution-black .communications-logo {
	background-image: url("../images/controls/business-logo/l-business-3-white.svg")
}
.solution-black .security-logo {
	background-image: url("../images/controls/business-logo/l-business-4-white.svg")
}
.solution-black .wifi-logo {
	background-image: none
}
.solution-black .home-1_scroll {
	color: #fff
}
.solution-black .solution-contacto {
	color: #fff;
	border-bottom-color: #fff
}
.solution-content_black .solution-title, .solution-content_black p {
	color: #fff
}
.servicio-1 {
	min-height: calc(100vh - 75px);
	background-color: #08080d;
	padding: 0;
	background-repeat: repeat;
	background-position: top left;
}
.servicio-1 .home-1_scroll {
	right: 26px;
	left: inherit
}
.servicio-1_content {
	min-height: calc(100vh - 195px);
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0
}
.servicio-1_bg {
	min-height: calc(100vh - 195px);
	position: absolute;
	right: 0;
	top: 0
}
.servicio-1_content-icon {
	position: relative;
}
.servicio-1_content-icon .conectividad {
	box-shadow: 0 0 26px rgba(153, 14, 241, 0.6)
}
.servicio-1_content-icon .cloud {
	box-shadow: 0 0 26px rgba(14, 250, 255, 0.6)
}
.servicio-1_content-icon .colaboracion {
	box-shadow: 0 0 26px rgba(0, 214, 32, 0.6)
}
.servicio-1_content-icon .seguridad {
	box-shadow: 0 0 26px rgba(190, 30, 36, 0.6)
}
.servicio-1_icon {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	background-color: #fff;
	padding: 1rem;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: -170px;
	-webkit-animation-name: lifeIcon;
	animation-name: lifeIcon;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	animation-timing-function: cubic-bezier(.645, .045, .355, 1);
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
}
.servicio-1_icon img {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.line-servicios {
	position: absolute;
	height: 5px;
	border-radius: 290px
}
.line-servicios-1 {
	width: 220%;
	right: 0;
	bottom: 40px
}
.line-servicios-2 {
	width: 80vw;
	left: 100%;
	bottom: 15px
}
.line-servicios-3 {
	width: 45vw;
	right: calc(100%+ 0.9375rem);
	bottom: 15px
}
.line-servicios-4 {
	width: 45vw;
	right: calc(100%+ 0.9375rem);
	top: 30px
}
.line_t-2 {
	background: #007aff;
	background: -webkit-linear-gradient(left, #004a97 0%, #0982ff 60%, #09c6f9 100%);
	background: linear-gradient(to right, #004a97 0%, #0982ff 60%, #09c6f9 100%)
}
.servicio-1_content-title h1 {
	font-size: 5rem;
	line-height: 1.04;
	color: #fff;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3)
}
.servicio-1_content-title h4 {
	color: #fff;
	margin-bottom: 1rem;
	font-size: 2rem
}
.servicio-1_content-title .servicio-1_text-small {
	font-size: 4rem
}
.servicio-2 {
	margin-top: -220px;
	overflow: hidden;
	padding-bottom: 3rem;
}
.servicio-2 img {
	max-width: 780px;
	display: block;
	margin: 2rem auto
}
.servicio-2_text {
	background-color: #fff;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
	padding: 4rem 4rem 3rem;
	position: relative;
	min-height: 300px;
}
.servicio-2_text h2 {
	position: relative;
	display: inline-block;
	padding-right: 1rem
}
.servicio-2_text p {
	margin-top: .5rem;
	margin-bottom: 0
}
.servicio-2_text .button-1 {
	position: absolute;
	bottom: -2.4rem;
	right: 4rem
}
.servicio-3 {
	padding: 4rem 0 4rem;
	float: left;
	overflow: hidden
}
.servicio-3-bg {
	position: relative;
	min-height: 450px
}
.servicio-3_text {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.servicio-3_text p {
	margin: 3rem auto 2rem;
	position: relative
}
.servicio-3_text h4 {
	text-align: left;
	font-size: 1.9rem
}
.servicio-3_text h2 {
	position: relative;
	line-height: 1.2;
	text-align: left
}
.servicio-3_text h3 {
	font-family: 'eina03-regular', sans-serif
}
.servicio-3_text .list-mutate {
	margin-top: 3rem
}
.servicio_ball-1 {
	width: 60px;
	height: 60px;
	top: -30px;
	right: -30px;
	z-index: 2
}
.servicio_ball-2 {
	width: 40px;
	height: 40px;
	top: 10px;
	right: 8%;
	z-index: 2
}
.servicio_ball-3 {
	width: 100px;
	height: 100px;
	bottom: 5rem;
	right: -50px;
	z-index: 2
}
.servicio-beneficios {
	padding-top: 0;
	padding-bottom: 4rem;
	float: left;
	background-image: url("../images/custom/no-index/texture/bg-3.svg");
	background-repeat: repeat-y;
	background-position: center top;
}
.servicio-beneficios .row .servicio-beneficio_item:nth-last-child(2) {
	border-right: none
}
.servicio-beneficio_item {
	margin-bottom: 1rem;
	border-right: 1px solid #e9e9e9;
}
.servicio-beneficio_item img {
	max-width: 700px;
	margin: 0 2.3rem 2rem auto
}
.servicio-beneficio_icon {
	text-align: center;
	font-size: 4rem;
	display: block;
	margin-bottom: .7rem
}
.servicio-beneficio_contact {
	margin-top: 2rem
}
.title-list-mutate-number {
	font-family: 'eina03-regular', sans-serif;
	margin-bottom: 3rem;
	text-align: center
}
.servicio-beneficio_item p {
	text-align: center
}
.servicio-requisitos_icono {
	width: 100%;
	height: 80px;
	background-size: contain;
	background-position: top center
}
.servicio-requisitos_list {
	margin: 4rem 0 3rem;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.servicio-requisitos_list li {
	width: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 2rem;
}
.servicio-requisitos_list li span {
	padding-left: 2rem
}
.servicio-requisitos_list .icon-requisitos {
	width: 100px;
	height: 100px;
	border-radius: 5px;
	color: #fff;
	font-size: 2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-shadow: 0 0 26px rgba(0, 122, 255, 0.6)
}
.servicio-requisitos_list .content-icon {
	width: 100px;
	height: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center
}
.cloud-4 .icon-requisitos {
	box-shadow: 0 0 26px rgba(14, 250, 255, 0.6)
}
.servicio-requisitos_list-extend {
	display: block;
	margin-top: 1rem;
	margin-bottom: 5rem;
	float: left;
	position: relative;
}
.servicio-requisitos_list-extend:after {
	content: '';
	width: 1px;
	top: 5px;
	bottom: 5px;
	left: 49px;
	border-right: 2px dashed #e9e9e9;
	position: absolute;
	z-index: -1
}
.servicio-requisitos_list-extend li {
	width: 100%;
	margin-bottom: 3rem;
	line-height: 1.5;
}
.servicio-requisitos_list-extend li:nth-last-child(1) {
	margin-bottom: 0
}
.servicio-requisitos_list-extend li span {
	padding-left: 3rem
}
.conectividad-5 {
	padding-top: 1rem;
	padding-bottom: 7rem
}
.servicio-aux-1 {
	padding: 0
}
.servicio-aux_bg {
	height: 450px;
	position: relative;
	z-index: 4
}
.servicio-aux_icon {
	position: relative;
	z-index: 4;
}
.servicio-aux_icon .content-icon {
	width: 100%;
	height: auto;
	border-radius: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	margin-top: -50%;
	position: relative;
	color: #fff;
	font-size: 4rem;
}
.servicio-aux_icon .content-icon:before {
	content: "";
	display: block;
	padding-top: 100%
}
.servicio-aux-2 {
	background-color: #08080d;
	margin-top: -360px;
	padding: 320px 0 0;
}
.servicio-aux-2 h2 {
	font-size: 5rem;
	line-height: 1.04;
	color: #fff;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3)
}
.servicio-aux-2 p, .servicio-aux-2 ul {
	color: #fff;
	margin-bottom: 2rem
}
.comunicaciones_wifi-1 {
	padding-bottom: 3rem
}
.servicio-aux-divider {
	padding: 0;
	width: 100px;
	margin-left: calc(100vw - 100px);
	margin-top: 3rem;
}
.servicio-aux-divider .divider {
	display: block;
	width: 100%;
	position: relative;
}
.servicio-aux-divider .divider:before {
	content: "";
	display: block;
	padding-top: 100%
}
.servicio-aux-divider .divider:after {
	content: "";
	height: 100%;
	right: 100%;
	width: 95vw;
	top: 0;
	background-color: #fff;
	position: absolute
}
.servicio-aux-end {
	margin-top: -2rem;
	padding: 0 0 5rem;
}
.servicio-aux-end h4 {
	font-family: 'eina03-regular', sans-serif
}
.servicio-end {
	background-color: #fff;
	box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
	padding: 0;
	height: 250px;
	float: left;
}
.servicio-end a {
	border-right: 1px solid #e9e9e9;
	padding: 1rem;
	height: 150px;
	margin-top: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.servicio-end a img {
	max-width: 150px;
	-webkit-transition: all .7s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .7s cubic-bezier(.68, -.55, .265, 1.55)
}
.servicio-end a:hover img, .servicio-end a:active img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}
.servicio-end figure {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	height: 250px;
	padding: 2rem 3rem;
}
.servicio-end figure h4 {
	margin: 0
}
.servicio-caracteristicas {
	background-color: #fafafa;
	background-image: url("../images/custom/no-index/texture/bg-1.svg");
	padding-top: 4rem;
	padding-bottom: 4rem
}
.servicio-caracteristicas_title {
	position: relative;
	font-size: 3rem;
	opacity: .4;
	text-align: center;
	margin-bottom: 2rem
}
.servicio-caracteristicas_content {
	margin-bottom: 5rem
}
.servicios-caracteristicas_image {
	padding-left: 0;
	padding-right: 0;
	height: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.servicios-caracteristicas_image img {
	width: 100%;
	height: auto
}
.servicios-caracteristicas_txt {
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	padding: 4rem 2rem 3rem;
	position: relative;
	z-index: 3;
}
.servicios-caracteristicas_txt h4 {
	margin-bottom: 1.5rem;
	text-align: center
}
.servicios-caracteristicas_txt p {
	text-align: center;
	margin-bottom: 0
}
.servicio-colaboracion_diferencias {
	float: left;
	width: 100%;
	margin: 0 0 1rem;
	list-style: none;
}
.servicio-colaboracion_diferencias li {
	margin-bottom: .5rem
}
.servicio-colaboracion_diferencias .large-2 {
	text-align: center;
	color: #00d620;
	font-size: 1.8rem
}
.servicio-colaboracion_diferencias .text-right {
	color: #9b9b9b
}
.servicio-colaboracion_diferencias span {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	float: left
}
.cloud-1 {
	background-image: url("../images/custom/no-index/texture/bg-6.svg");
	background-size: 300px
}
.comunicaciones-1 {
	background-image: url("../images/custom/no-index/texture/bg-7.svg");
	background-size: 600px
}
.wifi-1 {
	background-image: url("../images/custom/no-index/texture/bg-9.svg");
	background-size: 1200px
}
.cloud-6 {
	background-image: url("../images/custom/no-index/texture/bg-3.svg");
	background-repeat: repeat-y;
	background-position: center top
}
.ball-cloud {
	background: #0efaff;
	background: -webkit-radial-gradient(70% 30%, 65% 65%, #fff, #0efaff 25%, #005192);
	background: radial-gradient(65% 65% at 70% 30%, #fff, #0efaff 25%, #005192)
}
.ball-seguridad {
	background: #be1e24;
	background: -webkit-radial-gradient(70% 30%, 65% 65%, #fff, #be1e24 25%, #690c10);
	background: radial-gradient(65% 65% at 70% 30%, #fff, #be1e24 25%, #690c10)
}
.ball-colaboracion {
	background: #00d620;
	background: -webkit-radial-gradient(70% 30%, 65% 65%, #fff, #00d620 25%, #008b32);
	background: radial-gradient(65% 65% at 70% 30%, #fff, #00d620 25%, #008b32)
}
.ball-conectividad {
	background: #990ef1;
	background: -webkit-radial-gradient(70% 30%, 65% 65%, #fff, #990ef1 25%, #290365);
	background: radial-gradient(65% 65% at 70% 30%, #fff, #990ef1 25%, #290365)
}
.no-js .texture-big_1, .no-webp .texture-big_1 {
	background-image: url("../images/custom/no-index/texture/bg-1.jpg")
}
.no-js .texture-big_2, .no-webp .texture-big_2 {
	background-image: url("../images/custom/no-index/texture/bg-2.jpg")
}
.no-js .slide-1, .no-webp .slide-1 {
	background-image: url("../images/custom/index/home/gallery/bg-1.jpg")
}
.no-js .slide-2, .no-webp .slide-2 {
	background-image: url("../images/custom/index/home/gallery/bg-2.jpg")
}
.no-js .slide-3, .no-webp .slide-3 {
	background-image: url("../images/custom/index/home/gallery/bg-3.jpg")
}
.no-js .slide-4, .no-webp .slide-4 {
	background-image: url("../images/custom/index/home/gallery/bg-4.jpg")
}
.no-js .home-4_businessImg_1, .no-webp .home-4_businessImg_1 {
	background-image: none
}
.no-js .home-4_businessImg_2, .no-webp .home-4_businessImg_2 {
	background-image: none
}
.no-js .home-4_businessImg_3, .no-webp .home-4_businessImg_3 {
	background-image: none
}
.no-js .home-4_businessImg_4, .no-webp .home-4_businessImg_4 {
	background-image: none
}
.no-js .partners-1, .no-webp .partners-1 {
	background-image: none
}
.no-js .partners-2, .no-webp .partners-2 {
	background-image: none
}
.no-js .partners-3, .no-webp .partners-3 {
	background-image: none
}
.no-js .partners-4, .no-webp .partners-4 {
	background-image: none
}
.no-js .contacto-1, .no-webp .contacto-1 {
	background-image: url("../images/custom/index/contacto/bg-1.jpg")
}
.no-js .gracias-1, .no-webp .gracias-1 {
	background-image: url("../images/custom/index/gracias/bg-1.jpg")
}
.no-js .pqrs-1-bg, .no-webp .pqrs-1-bg {
	background-image: url("../images/custom/index/pqrs/bg-1.jpg")
}
.no-js .indicador-1, .no-webp .indicador-1 {
	background-image: none
}
.no-js .indicador-list-atencion_1, .no-webp .indicador-list-atencion_1 {
	background-image: none
}
.no-js .indicador-list-servicio_1, .no-webp .indicador-list-servicio_1 {
	background-image: none
}
.no-js .normatividad-1, .no-webp .normatividad-1 {
	background-image: url("../images/custom/index/normatividad/bg-1.jpg")
}
.no-js .normatividad-content-1, .no-webp .normatividad-content-1 {
	background-image: url("../images/custom/index/normatividad/content/bg-1.jpg")
}
.no-js .velocidad-1 .bg, .no-webp .velocidad-1 .bg {
	background-image: url("../images/custom/index/velocidad/bg-1.jpg")
}
.no-js .factura, .no-webp .factura {
	background-image: none
}
.no-js .encuesta-1-bg, .no-webp .encuesta-1-bg {
	background-image: url("../images/custom/index/encuesta/bg-1.jpg")
}
.no-js .pago-1_background, .no-webp .pago-1_background {
	background-image: none
}
.no-js .equipo-1, .no-webp .equipo-1 {
	background-image: url("../images/custom/index/sumate-al-equipo/bg-1.jpg")
}
.no-js .quienes-1, .no-webp .quienes-1 {
	background-image: url("../images/custom/index/quienes/bg-1.jpg")
}
.no-js .quienes-4_bg, .no-webp .quienes-4_bg {
	background-image: url("../images/custom/index/quienes/bg-2.jpg")
}
.no-js .segmento-carrier, .no-webp .segmento-carrier {
	background-image: none
}
.no-js .segmento-meganet, .no-webp .segmento-meganet {
	background-image: none
}
.no-js .segmento-gobierno, .no-webp .segmento-gobierno {
	background-image: none
}
.no-js .service-carrier_connection, .no-webp .service-carrier_connection {
	background-image: none
}
.no-js .service-carrier_data, .no-webp .service-carrier_data {
	background-image: none
}
.no-js .service-carrier_fiber, .no-webp .service-carrier_fiber {
	background-image: none
}
.no-js .service-carrier_om, .no-webp .service-carrier_om {
	background-image: none
}
.no-js .service-carrier_last-k, .no-webp .service-carrier_last-k {
	background-image: none
}
.no-js .service-carrier_capacity, .no-webp .service-carrier_capacity {
	background-image: none
}
.no-js .service-carrier_burstable, .no-webp .service-carrier_burstable {
	background-image: none
}
.no-js .solution-t-1, .no-webp .solution-t-1 {
	background-image: url("../images/custom/index/soluciones/bg-1.jpg")
}
.no-js .solution-t-2, .no-webp .solution-t-2 {
	background-image: url("../images/custom/index/soluciones/bg-2.jpg")
}
.no-js .solution-t-3, .no-webp .solution-t-3 {
	background-image: url("../images/custom/index/soluciones/bg-3.jpg")
}
.no-js .solution-t-4, .no-webp .solution-t-4 {
	background-image: url("../images/custom/index/soluciones/bg-4.jpg")
}
.no-js .solution-t-5, .no-webp .solution-t-5 {
	background-image: url("../images/custom/index/soluciones/bg-5.jpg")
}
.no-js .logo-compra-eficiente, .no-webp .logo-compra-eficiente {
	background-image: none
}
.no-js .conectividad-bg-1, .no-webp .conectividad-bg-1 {
	background-image: url("../images/custom/index/soluciones/conectividad/bg-1.jpg")
}
.no-js .conectividad-3_bg, .no-webp .conectividad-3_bg {
	background-image: url("../images/custom/index/soluciones/conectividad/bg-2.jpg")
}
.no-js .conectividad-4_bg, .no-webp .conectividad-4_bg {
	background-image: url("../images/custom/index/soluciones/conectividad/bg-3.jpg")
}
.no-js .cloud-bg-1, .no-webp .cloud-bg-1 {
	background-image: url("../images/custom/index/soluciones/cloud/bg-1.jpg")
}
.no-js .cloud-3_bg, .no-webp .cloud-3_bg {
	background-image: url("../images/custom/index/soluciones/cloud/bg-2.jpg")
}
.no-js .cloud-5_bg, .no-webp .cloud-5_bg {
	background-image: url("../images/custom/index/soluciones/cloud/bg-3.jpg")
}
.no-js .comunicaciones-bg-1, .no-webp .comunicaciones-bg-1 {
	background-image: url("../images/custom/index/soluciones/comunicaciones/bg-1.jpg")
}
.no-js .comunicaciones-3_bg, .no-webp .comunicaciones-3_bg {
	background-image: url("../images/custom/index/soluciones/comunicaciones/bg-2.jpg")
}
.no-js .comunicaciones-5_bg, .no-webp .comunicaciones-5_bg {
	background-image: url("../images/custom/index/soluciones/comunicaciones/bg-3.jpg")
}
.no-js .seguridad-bg-1, .no-webp .seguridad-bg-1 {
	background-image: url("../images/custom/index/soluciones/seguridad/bg-1.jpg")
}
.no-js .seguridad-3_bg, .no-webp .seguridad-3_bg {
	background-image: url("../images/custom/index/soluciones/seguridad/bg-2.jpg")
}
.no-js .servicios-bg_end, .no-webp .servicios-bg_end {
	background-image: url("../images/custom/index/soluciones/bg-end.jpg")
}
.webp .texture-big_1 {
	background-image: url("../images/custom/no-index/texture/bg-1.webp")
}
.webp .texture-big_2 {
	background-image: url("../images/custom/no-index/texture/bg-2.webp")
}
.webp .slide-1 {
	background-image: url("../images/custom/index/home/gallery/bg-1.webp")
}
.webp .slide-2 {
	background-image: url("../images/custom/index/home/gallery/bg-2.webp")
}
.webp .slide-3 {
	background-image: url("../images/custom/index/home/gallery/bg-3.webp")
}
.webp .slide-4 {
	background-image: url("../images/custom/index/home/gallery/bg-4.webp")
}
.webp .home-4_businessImg_1 {
	background-image: none
}
.webp .home-4_businessImg_2 {
	background-image: none
}
.webp .home-4_businessImg_3 {
	background-image: none
}
.webp .home-4_businessImg_4 {
	background-image: none
}
.webp .partners-1 {
	background-image: none
}
.webp .partners-2 {
	background-image: none
}
.webp .partners-3 {
	background-image: none
}
.webp .partners-4 {
	background-image: none
}
.webp .contacto-1 {
	background-image: url("../images/custom/index/contacto/bg-1.webp")
}
.webp .gracias-1 {
	background-image: url("../images/custom/index/gracias/bg-1.webp")
}
.webp .pqrs-1-bg {
	background-image: url("../images/custom/index/pqrs/bg-1.webp")
}
.webp .indicador-1 {
	background-image: none
}
.webp .indicador-list-atencion_1 {
	background-image: none
}
.webp .indicador-list-servicio_1 {
	background-image: none
}
.webp .normatividad-1 {
	background-image: url("../images/custom/index/normatividad/bg-1.webp")
}
.webp .normatividad-content-1 {
	background-image: url("../images/custom/index/normatividad/content/bg-1.webp")
}
.webp .velocidad-1 .bg {
	background-image: url("../images/custom/index/velocidad/bg-1.webp")
}
.webp .factura {
	background-image: none
}
.webp .encuesta-1-bg {
	background-image: url("../images/custom/index/encuesta/bg-1.webp")
}
.webp .pago-1_background {
	background-image: none
}
.webp .equipo-1 {
	background-image: url("../images/custom/index/sumate-al-equipo/bg-1.webp")
}
.webp .quienes-1 {
	background-image: url("../images/custom/index/quienes/bg-1.webp")
}
.webp .quienes-4_bg {
	background-image: url("../images/custom/index/quienes/bg-2.webp")
}
.webp .segmento-carrier {
	background-image: none
}
.webp .segmento-meganet {
	background-image: none
}
.webp .segmento-gobierno {
	background-image: none
}
.webp .service-carrier_connection {
	background-image: none
}
.webp .service-carrier_data {
	background-image: none
}
.webp .service-carrier_fiber {
	background-image: none
}
.webp .service-carrier_om {
	background-image: none
}
.webp .service-carrier_last-k {
	background-image: none
}
.webp .service-carrier_capacity {
	background-image: none
}
.webp .service-carrier_burstable {
	background-image: none
}
.webp .solution-t-1 {
	background-image: url("../images/custom/index/soluciones/bg-1.webp")
}
.webp .solution-t-2 {
	background-image: url("../images/custom/index/soluciones/bg-2.webp")
}
.webp .solution-t-3 {
	background-image: url("../images/custom/index/soluciones/bg-3.webp")
}
.webp .solution-t-4 {
	background-image: url("../images/custom/index/soluciones/bg-4.webp")
}
.webp .solution-t-5 {
	background-image: url("../images/custom/index/soluciones/bg-5.webp")
}
.webp .logo-compra-eficiente {
	background-image: none
}
.webp .conectividad-bg-1 {
	background-image: url("../images/custom/index/soluciones/conectividad/bg-1.webp")
}
.webp .conectividad-3_bg {
	background-image: url("../images/custom/index/soluciones/conectividad/bg-2.webp")
}
.webp .conectividad-4_bg {
	background-image: url("../images/custom/index/soluciones/conectividad/bg-3.webp")
}
.webp .cloud-bg-1 {
	background-image: url("../images/custom/index/soluciones/cloud/bg-1.webp")
}
.webp .cloud-3_bg {
	background-image: url("../images/custom/index/soluciones/cloud/bg-2.webp")
}
.webp .cloud-5_bg {
	background-image: url("../images/custom/index/soluciones/cloud/bg-3.webp")
}
.webp .comunicaciones-bg-1 {
	background-image: url("../images/custom/index/soluciones/comunicaciones/bg-1.webp")
}
.webp .comunicaciones-3_bg {
	background-image: url("../images/custom/index/soluciones/comunicaciones/bg-2.webp")
}
.webp .comunicaciones-5_bg {
	background-image: url("../images/custom/index/soluciones/comunicaciones/bg-3.webp")
}
.webp .seguridad-bg-1 {
	background-image: url("../images/custom/index/soluciones/seguridad/bg-1.webp")
}
.webp .seguridad-3_bg {
	background-image: url("../images/custom/index/soluciones/seguridad/bg-2.webp")
}
.webp .servicios-bg_end {
	background-image: url("../images/custom/index/soluciones/bg-end.webp")
}
@media only screen and (min-width:1px) and (max-width:639px) {
	.no-js .texture-big_2, .no-webp .texture-big_2 {
		background-image: url("../images/custom/no-index/texture/bg-2_mobile.webp")
	}
	.no-js .texture-big_1, .no-webp .texture-big_1 {
		background-image: url("../images/custom/no-index/texture/bg-5.svg")
	}
	.no-js .slide-1, .no-webp .slide-1 {
		background-image: url("../images/custom/index/home/gallery/bg-1_mobile.jpg")
	}
	.no-js .slide-2, .no-webp .slide-2 {
		background-image: url("../images/custom/index/home/gallery/bg-2_mobile.jpg")
	}
	.no-js .slide-3, .no-webp .slide-3 {
		background-image: url("../images/custom/index/home/gallery/bg-3_mobile.jpg")
	}
	.no-js .slide-4, .no-webp .slide-4 {
		background-image: url("../images/custom/index/home/gallery/bg-4_mobile.jpg")
	}
	.no-js .home-4_businessImg_1, .no-webp .home-4_businessImg_1 {
		background-image: none
	}
	.no-js .home-4_businessImg_2, .no-webp .home-4_businessImg_2 {
		background-image: none
	}
	.no-js .home-4_businessImg_3, .no-webp .home-4_businessImg_3 {
		background-image: none
	}
	.no-js .home-4_businessImg_4, .no-webp .home-4_businessImg_4 {
		background-image: none
	}
	.no-js .partners-1, .no-webp .partners-1 {
		background-image: none
	}
	.no-js .partners-2, .no-webp .partners-2 {
		background-image: none
	}
	.no-js .partners-3, .no-webp .partners-3 {
		background-image: none
	}
	.no-js .partners-4, .no-webp .partners-4 {
		background-image: none
	}
	.no-js .contacto-1, .no-webp .contacto-1 {
		background-image: url("../images/custom/index/contacto/bg-1_mobile.jpg")
	}
	.no-js .contacto-2:before, .no-webp .contacto-2:before {
		background-image: url("../images/custom/index/contacto/bg-1_mobile.jpg")
	}
	.no-js .gracias-1, .no-webp .gracias-1 {
		background-image: url("../images/custom/index/gracias/bg-1_mobile.jpg")
	}
	.no-js .pqrs-1-bg, .no-webp .pqrs-1-bg {
		background-image: url("../images/custom/index/pqrs/bg-1_mobile.jpg")
	}
	.no-js .indicador-1, .no-webp .indicador-1 {
		background-image: none
	}
	.no-js .indicador-list-atencion_1, .no-webp .indicador-list-atencion_1 {
		background-image: none
	}
	.no-js .indicador-list-servicio_1, .no-webp .indicador-list-servicio_1 {
		background-image: none
	}
	.no-js .normatividad-1, .no-webp .normatividad-1 {
		background-image: url("../images/custom/index/normatividad/bg-1_mobile.jpg")
	}
	.no-js .normatividad-content-1, .no-webp .normatividad-content-1 {
		background-image: url("../images/custom/index/normatividad/content/bg-1_mobile.jpg")
	}
	.no-js .velocidad-1 .bg, .no-webp .velocidad-1 .bg {
		background-image: url("../images/custom/index/velocidad/bg-1_mobile.jpg")
	}
	.no-js .factura:before, .no-webp .factura:before {
		background-image: none
	}
	.no-js .encuesta-1-bg, .no-webp .encuesta-1-bg {
		background-image: url("../images/custom/index/encuesta/bg-1_mobile.jpg")
	}
	.no-js .pago-1_background, .no-webp .pago-1_background {
		background-image: none
	}
	.no-js .solution-t-1 .bg, .no-webp .solution-t-1 .bg {
		background-image: url("../images/custom/index/soluciones/bg-1_mobile.jpg")
	}
	.no-js .solution-t-2 .bg, .no-webp .solution-t-2 .bg {
		background-image: url("../images/custom/index/soluciones/bg-2_mobile.jpg")
	}
	.no-js .solution-t-3 .bg, .no-webp .solution-t-3 .bg {
		background-image: url("../images/custom/index/soluciones/bg-3_mobile.jpg")
	}
	.no-js .solution-t-4 .bg, .no-webp .solution-t-4 .bg {
		background-image: url("../images/custom/index/soluciones/bg-4_mobile.jpg")
	}
	.no-js .solution-t-5 .bg, .no-webp .solution-t-5 .bg {
		background-image: url("../images/custom/index/soluciones/bg-5_mobile.jpg")
	}
	.no-js .conectividad-bg-1, .no-webp .conectividad-bg-1 {
		background-image: url("../images/custom/index/soluciones/conectividad/bg-1_mobile.jpg")
	}
	.no-js .conectividad-3_bg, .no-webp .conectividad-3_bg {
		background-image: url("../images/custom/index/soluciones/conectividad/bg-2_mobile.jpg")
	}
	.no-js .conectividad-4_bg, .no-webp .conectividad-4_bg {
		background-image: url("../images/custom/index/soluciones/conectividad/bg-3_mobile.jpg")
	}
	.no-js .cloud-bg-1, .no-webp .cloud-bg-1 {
		background-image: url("../images/custom/index/soluciones/cloud/bg-1_mobile.jpg")
	}
	.no-js .cloud-3_bg, .no-webp .cloud-3_bg {
		background-image: url("../images/custom/index/soluciones/cloud/bg-2_mobile.jpg")
	}
	.no-js .cloud-5_bg, .no-webp .cloud-5_bg {
		background-image: url("../images/custom/index/soluciones/cloud/bg-3_mobile.jpg")
	}
	.no-js .comunicaciones-bg-1, .no-webp .comunicaciones-bg-1 {
		background-image: url("../images/custom/index/soluciones/comunicaciones/bg-1_mobile.jpg")
	}
	.no-js .comunicaciones-3_bg, .no-webp .comunicaciones-3_bg {
		background-image: url("../images/custom/index/soluciones/comunicaciones/bg-2_mobile.jpg")
	}
	.no-js .comunicaciones-5_bg, .no-webp .comunicaciones-5_bg {
		background-image: url("../images/custom/index/soluciones/comunicaciones/bg-3_mobile.jpg")
	}
	.no-js .seguridad-bg-1, .no-webp .seguridad-bg-1 {
		background-image: url("../images/custom/index/soluciones/seguridad/bg-1_mobile.jpg")
	}
	.no-js .seguridad-3_bg, .no-webp .seguridad-3_bg {
		background-image: url("../images/custom/index/soluciones/seguridad/bg-2_mobile.jpg")
	}
	.no-js .servicios-bg_end, .no-webp .servicios-bg_end {
		background-image: url("../images/custom/index/soluciones/bg-end_mobile.jpg")
	}
	.webp .texture-big_2 {
		background-image: url("../images/custom/no-index/texture/bg-2_mobile.webp")
	}
	.webp .texture-big_1 {
		background-image: url("../images/custom/no-index/texture/bg-5.svg")
	}
	.webp .slide-1 {
		background-image: url("../images/custom/index/home/gallery/bg-1_mobile.webp")
	}
	.webp .slide-2 {
		background-image: url("../images/custom/index/home/gallery/bg-2_mobile.webp")
	}
	.webp .slide-3 {
		background-image: url("../images/custom/index/home/gallery/bg-3_mobile.webp")
	}
	.webp .slide-4 {
		background-image: url("../images/custom/index/home/gallery/bg-4_mobile.webp")
	}
	.webp .home-4_businessImg_1 {
		background-image: none
	}
	.webp .home-4_businessImg_2 {
		background-image: none
	}
	.webp .home-4_businessImg_3 {
		background-image: none
	}
	.webp .home-4_businessImg_4 {
		background-image: none
	}
	.webp .partners-1 {
		background-image: none
	}
	.webp .partners-2 {
		background-image: none
	}
	.webp .partners-3 {
		background-image: none
	}
	.webp .partners-4 {
		background-image: none
	}
	.webp .contacto-1 {
		background-image: url("../images/custom/index/contacto/bg-1_mobile.webp")
	}
	.webp .contacto-2:before {
		background-image: url("../images/custom/index/contacto/bg-1_mobile.webp")
	}
	.webp .gracias-1 {
		background-image: url("../images/custom/index/gracias/bg-1_mobile.webp")
	}
	.webp .pqrs-1-bg {
		background-image: url("../images/custom/index/pqrs/bg-1_mobile.webp")
	}
	.webp .indicador-1 {
		background-image: none
	}
	.webp .indicador-list-atencion_1 {
		background-image: none
	}
	.webp .indicador-list-servicio_1 {
		background-image: none
	}
	.webp .normatividad-1 {
		background-image: url("../images/custom/index/normatividad/bg-1_mobile.webp")
	}
	.webp .normatividad-content-1 {
		background-image: url("../images/custom/index/normatividad/content/bg-1_mobile.webp")
	}
	.webp .velocidad-1 .bg {
		background-image: url("../images/custom/index/velocidad/bg-1_mobile.webp")
	}
	.webp .factura:before {
		background-image: none
	}
	.webp .encuesta-1-bg {
		background-image: url("../images/custom/index/encuesta/bg-1_mobile.webp")
	}
	.webp .pago-1_background {
		background-image: none
	}
	.webp .equipo-1 {
		background-image: url("../images/custom/index/sumate-al-equipo/bg-1_mobile.webp")
	}
	.webp .solution-t-1 .bg {
		background-image: url("../images/custom/index/soluciones/bg-1_mobile.webp")
	}
	.webp .solution-t-2 .bg {
		background-image: url("../images/custom/index/soluciones/bg-2_mobile.webp")
	}
	.webp .solution-t-3 .bg {
		background-image: url("../images/custom/index/soluciones/bg-3_mobile.webp")
	}
	.webp .solution-t-4 .bg {
		background-image: url("../images/custom/index/soluciones/bg-4_mobile.webp")
	}
	.webp .solution-t-5 .bg {
		background-image: url("../images/custom/index/soluciones/bg-5_mobile.webp")
	}
	.webp .conectividad-bg-1 {
		background-image: url("../images/custom/index/soluciones/conectividad/bg-1_mobile.webp")
	}
	.webp .conectividad-3_bg {
		background-image: url("../images/custom/index/soluciones/conectividad/bg-2_mobile.webp")
	}
	.webp .conectividad-4_bg {
		background-image: url("../images/custom/index/soluciones/conectividad/bg-3_mobile.webp")
	}
	.webp .cloud-bg-1 {
		background-image: url("../images/custom/index/soluciones/cloud/bg-1_mobile.webp")
	}
	.webp .cloud-3_bg {
		background-image: url("../images/custom/index/soluciones/cloud/bg-2_mobile.webp")
	}
	.webp .cloud-5_bg {
		background-image: url("../images/custom/index/soluciones/cloud/bg-3_mobile.webp")
	}
	.webp .comunicaciones-bg-1 {
		background-image: url("../images/custom/index/soluciones/comunicaciones/bg-1_mobile.webp")
	}
	.webp .comunicaciones-3_bg {
		background-image: url("../images/custom/index/soluciones/comunicaciones/bg-2_mobile.webp")
	}
	.webp .comunicaciones-5_bg {
		background-image: url("../images/custom/index/soluciones/comunicaciones/bg-3_mobile.webp")
	}
	.webp .seguridad-bg-1 {
		background-image: url("../images/custom/index/soluciones/seguridad/bg-1_mobile.webp")
	}
	.webp .seguridad-3_bg {
		background-image: url("../images/custom/index/soluciones/seguridad/bg-2_mobile.webp")
	}
	.webp .servicios-bg_end {
		background-image: url("../images/custom/index/soluciones/bg-end_mobile.webp")
	}
}
@media only screen and (min-width:1024px) and (max-width:1230px) {
	.footer-1 {
		padding-right: 134px
	}
	.solution-grid_3, .solutions-nav, .solutions-nav_btn {
		height: 100px;
		background-size: 80%
	}
	.solutions-nav_active {
		-webkit-transform: scale(1.2);
		transform: scale(1.2)
	}
	.solution-grid_text {
		margin-top: 100px
	}
	.solution-grid_1 {
		min-height: calc(100vh - 174px)
	}
	.solution-grid_2 {
		min-height: calc(100vh - 274px)
	}
	.solution-grid_4 {
		min-height: calc(100vh - 174px)
	}
	.solution-divider_1 {
		height: 100px
	}
	.solution-title {
		font-size: 2.2rem
	}
	.solution-grid_content {
		padding-left: 70px
	}
	.solution-grid_icon {
		width: 90px;
		height: 90px;
		left: -40px
	}
	.solution-contacto {
		left: -55px
	}
	.servicio-1_content-title {
		width: 60%
	}
}
@media only screen and (min-width:1024px) and (max-width:1319px) {
	.home-4_businessContent .home-4_businessImg {
		width: 41.66667%
	}
	.home-4_businessContent .home-4_businessText {
		width: 58.33333%
	}
	.velocidad-2 article {
		width: 100%
	}
	.footer-2_divider {
		width: 100%;
		left: 0
	}
	.quienes-1:before {
		width: 100%;
		left: 0
	}
	.quienes-4_bg {
		width: calc(100%+ 2rem);
		bottom: 30%
	}
	.servicios-caracteristicas_image img {
		min-height: 530px
	}
}
@media only screen and (min-width:1024px) and (max-width:1330px) {
	.mainNav {
		left: 20px;
		right: 20px
	}
	.mainNav-navigation section {
		padding: 2rem 1rem 1rem;
		min-height: 342px
	}
	.mainNav-btn {
		font-size: 1.1rem
	}
	.l-negocio {
		width: 17px;
		height: 17px
	}
	.home-1 {
		height: calc(100vh - 100px);
	}
	.home-1:before {
		height: 110px
	}
	.home-2 {
		margin-top: -20px
	}
	.quienes-1 {
		height: calc(100vh - 75px);
	}
	.quienes-1 .row {
		margin-bottom: 10rem
	}
}
@media only screen and (min-width:1024px) and (max-width:1150px) {
	.slide {
		padding-left: 4rem
	}
	.home-3_ball-3 {
		width: 80px;
		height: 80px;
		left: -150px;
		top: 70%
	}
	.home-3_ball-5 {
		width: 240px;
		height: 240px
	}
	.normatividad-content-nav {
		width: 25%;
		margin-left: 0;
		padding-left: 1rem
	}
	.normatividad-content-info {
		width: 66.66667%;
		margin-left: 4.166665%
	}
	.normatividad-content-1 article {
		width: 66.66667%;
		margin-left: 29.33333%
	}
	.factura-content {
		padding: 2rem 1rem 0
	}
	.pago-2 {
		padding: 8rem 1rem 2rem
	}
	.pqrs-2 {
		margin-left: 8.33333%;
		width: 83.33333%
	}
	.content-indicador {
		width: 83.33333%;
		margin-left: 8.33333%;
		padding-left: 0;
		padding-right: 0
	}
	.section-indicador h2 {
		font-size: 2.2rem
	}
	.gracias-2 {
		width: 41.66667%;
		margin-left: 0
	}
	.encuesta-2 {
		margin-left: 4.33333%;
		width: 50%
	}
	.quienes-4_text {
		padding-top: 300px
	}
	.principios-politica_icon {
		left: -100px
	}
	.quienes-7_ball-2 {
		left: -30px
	}
	.solution-title {
		font-size: 2rem
	}
	.solution-subtitle {
		font-size: 1.2rem
	}
	.servicio-1_content-title h1 {
		font-size: 4.5rem
	}
	.servicio-beneficios .large-6 {
		width: 58.33333%
	}
	.servicio-aux-end .large-6 {
		width: 58.33333%;
		margin-left: 20.66667%
	}
	.servicio-aux_icon .content-icon {
		font-size: 3rem
	}
	.servicio-aux-end {
		margin-top: -3rem
	}
}
@media only screen and (min-width:1024px) and (max-width:1141px) {
	.home-4_businessText {
		padding: 7rem 2rem 3rem
	}
	.slide-content h2 {
		font-size: 4rem;
		line-height: 1
	}
}
@media only screen and (min-width:1024px) and (max-width:1100px) {
	.mainNav-btn {
		font-size: 1rem
	}
	.mainNav-navigation section {
		min-height: 322px;
	}
	.mainNav-navigation section:nth-child(1) .mainNav-btn {
		font-size: 1.016rem
	}
	.home-4_businessText {
		padding: 7rem 1rem 3rem;
	}
	.home-4_businessText .auxText {
		margin-left: 0;
		font-size: .8rem
	}
	.home-4_businessText a {
		font-size: 1rem
	}
	.contacto-2 h1 {
		line-height: 1.1
	}
	.contacto-2 article {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.optionSolicitud {
		font-size: .8rem
	}
	.ballContact .contact_ball-1 {
		left: inherit;
		right: 10px;
		top: 160px
	}
	.politicas {
		max-width: 80%
	}
	.servicio-1_content-title h1 {
		font-size: 4rem
	}
}
@media only screen and (min-height:600px) and (max-height:780px) {
	.home-1 {
		height: calc(100vh - 55px);
	}
	.home-1:before {
		height: 110px
	}
	.home-2 {
		margin-top: -20px
	}
	.slide-content {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		padding-bottom: 110px;
	}
	.slide-content a {
		margin-top: .5rem
	}
	.quienes-1 {
		min-height: 800px
	}
	.solution-grid_content {
		padding-left: .5rem;
		padding-right: .5rem;
		text-align: center
	}
	.solution-grid_icon {
		top: -60px
	}
	.solution-title, .solution-subtitle {
		padding-left: 90px;
		text-align: left
	}
	.solution_ball-1 {
		top: 10px;
		right: 0
	}
	.solution-grid_3 {
		display: none
	}
	.solution-grid_2 {
		min-height: calc(100vh - 174px)
	}
	.servicio-1, .servicio-1_bg, .servicio-1_content {
		height: calc(100vh - 75px)
	}
	.servicio-2 {
		margin-top: -100px
	}
	.servicio-1_content-title .servicio-1_text-small {
		font-size: 3.5rem
	}
}
@media only screen and (min-width:640px) and (max-width:1023px) {
	.menu-logo {
		width: 133px;
		margin-top: 7px
	}
	.auxNav {
		top: 60px
	}
	.auxNav-btn {
		font-size: 1rem;
		padding: .7rem 1rem .5rem
	}
	.mainNav {
		left: 15px;
		right: 15px
	}
	.mainNav-navigation section {
		padding: 1rem;
		margin-top: 0;
	}
	.mainNav-navigation section:nth-child(1) {
		margin-top: 4.25rem;
		text-align: center;
		padding-bottom: .5rem;
	}
	.mainNav-navigation section:nth-child(1) li {
		display: inline-block;
	}
	.mainNav-navigation section:nth-child(1) li .mainNav-btn {
		font-size: 1rem
	}
	.mainNav-btn {
		padding: .6rem .2rem;
		font-size: 1rem;
		min-height: 60px;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.mainNav-btn:focus, .mainNav-btn:hover, .mainNav-btn:active {
		padding-left: .5rem;
	}
	.mainNav-btn:focus:after, .mainNav-btn:hover:after, .mainNav-btn:active:after {
		left: -4px
	}
	.l-negocio {
		top: 0;
		width: 25px;
		height: 25px
	}
	.mainNav-icon {
		position: absolute;
		right: .5rem
	}
	.mainNav-pay {
		bottom: -49px;
		width: 66.66%
	}
	.callList {
		top: 199px;
	}
	.callList .row ul section li {
		padding: .5rem 1rem .5rem 1.1rem;
	}
	.callList .row ul section li:after {
		left: 0
	}
	.callList .row ul section li:before {
		left: 1rem
	}
	.mainNav-btn-active:after {
		left: -10px
	}
	.mainNav-rss li a {
		width: 45px;
		height: 45px;
		font-size: 1.3rem
	}
	.footer-1 {
		padding-right: 8rem
	}
	.footer-elevator {
		font-size: 1.8rem
	}
	.footer_1_social-list li {
		padding-top: .5rem
	}
	.footer-2_divider {
		left: 0;
		width: 100%
	}
	.footer-2_navList-legal li a {
		padding: 0 .5rem 1rem 0;
		display: block
	}
	.button-4 {
		padding: 1rem .5rem .8rem;
	}
	.button-4 .icon-button {
		padding: .4rem .5rem .4rem 0;
		min-width: 40px;
		text-align: center
	}
	.button-4 span {
		font-size: .9rem
	}
	.footerPay {
		padding-left: 0 !important
	}
	.break_footer, .changeEmailFooter {
		display: block
	}
	.EmailFooter_normal {
		display: none
	}
	.home-1 {
		height: calc(100vh - 80px);
	}
	.home-1:before {
		height: 90px
	}
	.home-1_scroll {
		left: 10px;
		margin-top: -42px;
	}
	.home-1_scroll:after {
		display: none
	}
	.slide {
		padding-left: 3rem
	}
	.slide-content {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		padding-bottom: 80px;
	}
	.slide-content h2 {
		font-size: 3.7rem;
		line-height: 1
	}
	.home-2_list {
		margin-bottom: 2rem
	}
	.home-2_btn img {
		max-width: 130px
	}
	.home-6:after {
		height: 30px;
		background-position: top center
	}
	.home-4_businessText {
		min-height: calc(100% - 200px)
	}
	.home-5_description {
		padding-right: 3rem
	}
	.home-3_ball-1 {
		display: none
	}
	.home-3_ball-3 {
		width: 80px;
		height: 80px;
		left: 0;
		top: inherit;
		bottom: -140px
	}
	.home-3_ball-4 {
		width: 120px;
		height: 120px;
		right: 20px
	}
	.home-3_ball-5 {
		width: 150px;
		height: 150px;
		left: -70px;
		top: -70px
	}
	.home-2_list-segmentos {
		margin-top: 5rem;
	}
	.home-2_list-segmentos li {
		border-bottom: none !important
	}
	.home-6:after {
		right: 0
	}
	.contacto-2 article {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.ballContact .contact_ball-1 {
		top: 160px
	}
	.cobertura-1 {
		padding: 44px 0 0
	}
	.velocidad-1 {
		height: 350px;
		padding: 1rem 3rem
	}
	.velocidad-2 {
		padding-bottom: 2rem
	}
	.velocidad-3 {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		justify-content: center
	}
	.normatividad-content-1 {
		padding-right: 2rem;
		padding-bottom: 1rem;
	}
	.normatividad-content-1 h1 {
		font-size: 2rem;
		line-height: 1.2
	}
	.encuesta-2 {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.encuesta-2-title {
		padding-top: 7rem;
	}
	.encuesta-2-title h1 {
		font-size: 1.7rem;
		line-height: 1.3
	}
	.sliderType p {
		font-size: 1.3rem
	}
	fieldset legend {
		font-size: 1.3rem
	}
	.encuesta_ball-3 {
		width: 60px;
		height: 60px;
		left: -30px
	}
	.encuesta_ball-2 {
		right: -25px
	}
	.encuesta_ball-1 {
		right: 10px
	}
	.progressUser {
		padding-left: 1rem;
		padding-right: 1.5rem
	}
	.gracias-1 {
		min-height: 400px !important
	}
	.gracias-2 {
		padding-top: 0;
		display: block;
		min-height: auto !important;
	}
	.gracias-2 .button-video {
		top: 0;
		right: 50%
	}
	.gracias-2 article {
		padding: 5rem 4rem 2rem 2rem
	}
	.quienes-1:before {
		width: 100%;
		left: 0
	}
	.divider-line_horizontal {
		margin-left: 25px
	}
	.quienes-4 {
		padding-right: 0
	}
	.quienes-4_text {
		padding-top: 240px
	}
	.quienes-4_bg {
		width: 100%;
		height: 310px
	}
	.quienes-5 {
		padding-bottom: 2rem
	}
	.quienes-7_ball-1 {
		right: 10px;
		width: 60px;
		height: 60px;
		top: -130px
	}
	.quienes-7_ball-2 {
		left: -30px
	}
	.quienes-mision {
		margin-bottom: 1rem
	}
	.principios-politica {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.stairs {
		width: 140px;
		height: 140px;
	}
	.stairs:after, .stairs:before {
		width: 70px;
		height: 70px
	}
	.stairs:after {
		top: 69px
	}
	.stairs-2:before {
		width: 100%
	}
	.stairs-2:after {
		top: -5px
	}
	.stairs-3:after {
		top: 0;
		width: 140px
	}
	.stairs-3:before {
		top: 5px;
		left: 70px
	}
	.segmento-content_carrier {
		background-size: 200%
	}
	.service-carrier_bg {
		height: 250px
	}
	.service-carrier_icon {
		width: 120px;
		height: 120px;
		padding: 1.5rem
	}
	.service-carrier_connection .service-carrier_icon, .service-carrier_burstable .service-carrier_icon {
		bottom: -30px;
		right: -30px
	}
	.service-carrier_data .service-carrier_icon {
		bottom: -30px;
		left: -30px
	}
	.service-carrier_fiber .service-carrier_icon {
		bottom: -30px;
		left: 50%;
		margin-left: -60px
	}
	.service-carrier_om .service-carrier_icon {
		top: -30px;
		left: -30px
	}
	.service-carrier_last-k .service-carrier_icon {
		top: 50%;
		margin-top: -60px;
		right: -30px
	}
	.service-carrier_capacity .service-carrier_icon {
		top: -30px;
		left: 50%;
		margin-left: -60px
	}
	.quienes-5_content {
		text-align: center
	}
	.quienes-5 .back-button {
		text-align: center
	}
	.section-indicador {
		padding-top: 9rem
	}
	.section-indicador h2 {
		font-size: 2.2rem
	}
	.indicador-list-2_nav {
		width: 50%
	}
	.indicador-list-3 {
		padding-left: 0;
		padding-right: 0
	}
	.list-indicador_years li {
		width: 33%;
	}
	.list-indicador_years li a {
		font-size: 1rem
	}
	.list-indicador_years .year {
		font-size: 1rem;
		width: 14%;
		left: -14%
	}
	.indicador-details {
		padding-left: 2rem;
		padding-right: 2rem
	}
	.indicador-list-breadcrum {
		padding-bottom: 0
	}
	.pago-2 {
		padding-left: 2rem;
		padding: 8rem 2rem 6rem;
	}
	.pago-2 h3 {
		font-size: 1.4rem
	}
	.pago_ball-1 {
		right: 0;
		width: 30px;
		height: 30px
	}
	.factura-1, .factura-2, .factura-3 {
		min-height: auto
	}
	.equipo-1 {
		height: 350px
	}
	.equipo-2 {
		padding-bottom: 6rem;
	}
	.equipo-2 .medium-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.soluciones {
		min-height: calc(100vh - 60px)
	}
	.solution-grid_1, .solution-grid_4, .solution-divider_1 {
		display: none
	}
	.solution-grid_2 {
		height: calc(100vh - 160px)
	}
	.solution-grid_3 {
		display: block;
		height: 100px
	}
	.solutions-nav {
		height: 100px
	}
	.solutions-nav_btn {
		height: 100px;
		background-size: 80%
	}
	.solution-grid_content {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.solution-grid_text {
		margin-top: 60px
	}
	.solution-grid_icon {
		top: -120px;
		left: inherit;
		right: -50px
	}
	.solution-title, .solution-subtitle {
		padding-left: 0;
		text-align: center
	}
	.servicio-1_content-title h1 {
		font-size: 4rem;
		line-height: 1.1
	}
	.servicio-2 {
		margin-top: -188px;
		padding: 0 0 3rem
	}
	.servicio-2_text {
		padding: 3rem 3rem 5rem
	}
	.servicio-1 {
		height: calc(100vh - 60px)
	}
	.servicio-1_content, .servicio-1_bg {
		height: calc(100vh - 160px)
	}
	.servicio-1_icon {
		margin: 0 auto
	}
	.servicio-3-bg {
		min-height: 550px;
		max-height: 550px
	}
	.servicio-3_text {
		text-align: center;
	}
	.servicio-3_text h3 {
		text-align: left
	}
	.servicio-3_text .button-3 {
		margin-bottom: 2rem
	}
	.servicio-3_text .left, .servicio-3_text .right {
		float: initial !important
	}
	.servicio-requisitos .medium-3 {
		padding-left: 0;
		padding-right: 0
	}
	.servicio-requisitos_list li {
		width: 100%;
		margin-bottom: 3rem
	}
	.servicio-end {
		height: auto;
	}
	.servicio-end a {
		margin-top: 0;
		height: 50%;
		border-bottom: 1px solid #e9e9e9;
	}
	.servicio-end a img {
		max-width: 120px
	}
	.servicio-aux-2 h2 {
		font-size: 4rem
	}
	.servicio-aux-end {
		margin-top: -2rem
	}
	.servicio-aux-divider .divider:after {
		width: 100vw
	}
	.servicio-caracteristicas_title {
		top: 190px;
		font-size: 3rem
	}
	.list-mutate {
		margin-left: 3rem
	}
}
@media only screen and (min-width:640px) and (max-width:698px) {
	.mainNav section {
		padding-left: .5rem;
		padding-right: .5rem
	}
	.footer-2 .columns {
		padding-left: .3rem;
		padding-right: .3rem
	}
	.pqrs-2 {
		margin-left: 8.33333%;
		width: 83.33333%;
	}
	.pqrs-2 h1 {
		font-size: 2.5rem
	}
	.uploadLabel-text p {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.factura-content {
		padding-left: 1rem;
		padding-right: 1rem
	}
	.indicador-list-atencion_3 .medium-6 {
		width: 80%
	}
	.servicio-1_content-title h1 {
		font-size: 3rem;
		line-height: 1.09
	}
	.servicio-1_content-title .servicio-1_text-small {
		font-size: 2.8rem;
		line-height: 1.3
	}
	.servicio-aux_icon {
		padding: 0;
	}
	.servicio-aux_icon .content-icon {
		font-size: 2.5rem
	}
	.list-mutate-number li .list-number {
		left: -3rem;
		top: 0
	}
	.servicio-caracteristicas_title {
		top: 200px
	}
	.servicio-3_text h2 {
		font-size: 2.2rem
	}
}
@media only screen and (min-width:1px) and (max-width:1023px) {
	::-webkit-scrollbar {
		display: none
	}
	.parallax, .indicador-details {
		background-attachment: inherit
	}
	.parallax-alt:after, .parallax-alt:before {
		background-attachment: inherit
	}
	.full-height {
		min-height: calc(100vh - 59px)
	}
	.headerMenu {
		height: 60px
	}
	.menu-btn, .menu-call {
		width: 60px;
		-webkit-flex-basis: 60px;
		flex-basis: 60px;
		height: 60px;
	}
	.menu-btn:after, .menu-call:after {
		font-size: 8px;
		letter-spacing: .4px
	}
	.menu_call-icon {
		padding-top: .8rem;
		font-size: 1.3rem
	}
	.menu_btn-icon, .menu_call-icon {
		width: 60px;
		height: 60px
	}
	.menu_btn-icon {
		padding: 1.1rem 1rem 0 1rem;
	}
	.menu_btn-icon span {
		height: 2px;
		background: #fff
	}
	.menu_content-logo {
		height: 60px
	}
	.box-hidden {
		height: 60px
	}
	.close-btn {
		font-size: 1.2rem;
		padding-top: 18px;
	}
	.close-btn .close-btn-icon {
		width: 60px
	}
	.mainNav {
		top: 59px
	}
	.callNav {
		top: 59px;
		padding: 1rem 1rem 0
	}
	.callNav-item_content {
		margin-bottom: .9375rem
	}
	.callNav-button {
		width: 56px
	}
	.mainNav-navigation section {
		min-height: auto
	}
	.footer-2_Pais {
		margin-top: 3px
	}
	.footer-2_Pais-icon {
		width: 36px;
		height: 36px
	}
	.orbit-controls, .orbit-bullets {
		display: none
	}
	.home-4_businessImg {
		height: 200px;
		border-radius: 10px 10px 0 0
	}
	.home-4_businessImg_6 {
		height: 100%;
		min-height: 800px
	}
	.home-4_businessIcon {
		margin-top: -70px;
		left: 0;
		right: inherit;
		border-radius: 0 10px 0 0;
		box-shadow: -1px -1px 8px rgba(0, 0, 0, 0.3)
	}
	.home-4_unified .home-4_businessIcon, .home-4_security .home-4_businessIcon {
		right: inherit;
		left: 0;
		border-radius: 0 10px 0 0
	}
	.clients-gallery .orbit-slide {
		background-size: contain
	}
	.home-4_businessText {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.groupLabels {
		display: block;
	}
	.groupLabels label {
		width: 100%
	}
	.politicas {
		max-width: 90%
	}
	.velocidad-1 {
		min-height: auto;
	}
	.velocidad-1 .bg {
		width: 100%
	}
	.velocidad-2 {
		min-height: auto
	}
	.velocidad-3 {
		position: relative;
		top: 0;
		padding-top: 1rem;
		background-image: url("../images/custom/no-index/texture/bg-1.svg");
		margin-top: inherit
	}
	.cards {
		margin-bottom: 3rem
	}
	.normatividad-content-nav {
		display: none
	}
	.indicador-list-breadcrum li {
		margin-bottom: 1rem
	}
	.iframe-normatividad {
		overflow: scroll
	}
	.encuesta-2 {
		overflow: hidden
	}
	.sliderType {
		padding-left: 0;
		padding-right: 0;
	}
	.sliderType .small-2 {
		padding: 0
	}
	.slider-icon:after {
		font-size: .7rem
	}
	.checkForm {
		margin-left: .5rem !important;
		margin-right: .5rem !important
	}
	fieldset figure {
		width: 70px;
		height: 70px;
		font-size: 2rem
	}
	.puntos-pago img {
		max-width: 100%
	}
	.nav-cetificados {
		display: block;
	}
	.nav-cetificados li {
		width: 100%;
		border-right: none !important
	}
	.factura {
		background-image: url("../images/custom/no-index/texture/bg-1.svg") !important;
		padding: 0 0 3rem 0;
	}
	.factura:before {
		content: '';
		position: relative;
		display: block;
		width: 100%;
		height: 350px;
		background-position: center;
		background-size: cover;
		margin-bottom: 3rem
	}
	.no-js .factura:before, .no-webp .factura:before {
		background-image: none
	}
	.webp .factura:before {
		background-image: none
	}
	.portafolio_gobierno {
		position: relative;
		float: left;
		width: 100%;
	}
	.portafolio_gobierno li {
		padding: 2rem 1rem;
	}
	.portafolio_gobierno li:nth-last-child(1) {
		float: left !important
	}
	.line-servicios-1 {
		width: 110%
	}
	.line-servicios-2 {
		width: 70vw
	}
	.servicio-aux_icon .content-icon {
		font-size: 2.5rem
	}
}
@media only screen and (min-width:1px) and (max-width:639px) {
	.ios-bar {
		display: block
	}
	h1 {
		font-size: 2.2rem;
		line-height: 1.1
	}
	.layaout {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.ball-blured {
		-webkit-filter: blur(7px);
		filter: blur(7px)
	}
	.ball-blured-min {
		-webkit-filter: blur(2px);
		filter: blur(2px)
	}
	.list-mutate {
		margin-left: 2rem;
	}
	.list-mutate li:before {
		left: -30px
	}
	.form-error {
		line-height: 1rem;
		margin: 1rem;
		text-align: center
	}
	.menu-logo {
		width: 110px;
		margin-top: 10px
	}
	.auxNav {
		display: none !important
	}
	.mainNav {
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: scroll;
		background-color: transparent
	}
	.mainNav-rss li a {
		width: 46px;
		height: 46px;
		font-size: 1.3rem
	}
	.mainNav-navigation section {
		margin-top: 130px;
	}
	.mainNav-navigation section:nth-child(2), .mainNav-navigation section:nth-child(3), .mainNav-navigation section:nth-child(4) {
		margin-top: 0;
		padding: 0 2rem;
		background-color: #fff
	}
	.mainNav-navigation section:nth-child(2) {
		padding-top: 4rem
	}
	.mainNav-navigation section:nth-child(4) {
		padding-bottom: 3rem
	}
	.mainNav-navigation section li:nth-last-child(1) {
		border-bottom: 1px solid #e9e9e9
	}
	.mainNav-navigation section:nth-child(1) li:nth-last-child(1), .mainNav-navigation section:nth-last-child(1) li:nth-last-child(1) {
		border: none
	}
	.mainNav-btn {
		padding: 1rem 1rem
	}
	.mainNav-btn-active:after {
		left: 0;
		width: 8px;
		height: 8px;
		margin: -4px 0 0 -4px
	}
	.l-negocio {
		width: 30px;
		height: 30px;
		margin-right: 1rem
	}
	.mainNav-email {
		display: block
	}
	.mainNav-rss {
		padding-top: 0
	}
	.mainNav-pay {
		top: 530px;
		bottom: initial;
		width: calc(100% - 4rem);
		left: 2rem;
		padding: 1rem .5rem .7rem
	}
	.callList {
		top: 324px;
		bottom: 0;
		overflow-y: scroll;
	}
	.callList .row {
		background-color: rgba(0, 0, 0, 0.9);
		padding: 0;
		border-radius: 0;
	}
	.callList .row ul {
		padding: 1rem 2rem;
	}
	.callList .row ul section {
		border: none;
	}
	.callList .row ul section:nth-last-child(1) li:nth-last-child(1) {
		border: none
	}
	.callList .row ul section li {
		padding: 1rem;
		text-align: center;
		color: #fff;
		border-bottom: 1px solid #d7d7d7;
	}
	.callList .row ul section li:after {
		display: none
	}
	.callList .row ul section li:before {
		left: 0;
		z-index: 2;
		bottom: -1px
	}
	.callList .row ul section .active {
		font-family: 'proxima_novasemibold', sans-serif;
	}
	.callList .row ul section .active:before {
		width: 101%
	}
	.footer_1_social-list {
		position: absolute;
		float: inherit;
		z-index: 4;
		left: 1rem;
		right: 1rem;
		bottom: -6rem;
		background-color: #08080d;
		text-align: center;
		border-bottom: 1px solid #9b9b9b;
	}
	.footer_1_social-list li {
		padding: 1.5rem .5rem
	}
	.footer-2 {
		padding: 6rem 1rem 0;
	}
	.footer-2 .row section:nth-child(2) .footer-2_navList li:nth-last-child(1) {
		width: 100%;
		padding: 1rem .8rem 0
	}
	.footer-2 .row section:nth-child(3) .footer-2_navList li {
		width: 100%;
	}
	.footer-2 .row section:nth-child(3) .footer-2_navList li:nth-child(4), .footer-2 .row section:nth-child(3) .footer-2_navList li:nth-child(5), .footer-2 .row section:nth-child(3) .footer-2_navList li:nth-child(6), .footer-2 .row section:nth-child(3) .footer-2_navList li:nth-child(7) {
		padding: .6rem;
	}
	.footer-2 .row section:nth-child(3) .footer-2_navList li:nth-child(4) a, .footer-2 .row section:nth-child(3) .footer-2_navList li:nth-child(5) a, .footer-2 .row section:nth-child(3) .footer-2_navList li:nth-child(6) a, .footer-2 .row section:nth-child(3) .footer-2_navList li:nth-child(7) a {
		color: #fff
	}
	.footer-2_edit {
		padding: 0
	}
	.footer-2_navList {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 2.5rem 0 0;
	}
	.footer-2_navList li {
		width: 50%;
		padding: 0;
	}
	.footer-2_navList li:nth-child(1) {
		width: 100%
	}
	.footer-2_navBtn_title {
		width: 100%
	}
	.footer-2_navBtn {
		padding: .6rem;
		display: block
	}
	.footer-2_navList-legal {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		position: relative;
		z-index: 2;
		margin-top: 1rem;
	}
	.footer-2_navList-legal li {
		width: 50%;
		margin: 0;
	}
	.footer-2_navList-legal li a {
		display: block;
		padding: .5rem;
		text-align: center
	}
	.footer-2_Pais {
		top: -37px;
		position: relative
	}
	.footer-2_Pais-icon {
		width: 30px;
		height: 30px
	}
	.footer-2_divider {
		left: 2%;
		width: 96%
	}
	.footer-2_iso-9001 {
		margin: 0 auto;
		display: block
	}
	.footer-2_copyright {
		text-align: center;
		display: block;
		top: 0;
		margin-top: 1rem
	}
	.footer-2_Nav-Paises {
		text-align: center;
		margin: 1.5rem 0 1rem;
	}
	.footer-2_Nav-Paises a {
		margin: 0 .5rem;
	}
	.footer-2_Nav-Paises a figure {
		width: 45px;
		height: 45px;
	}
	.footer-2_Nav-Paises a figure:after {
		display: none !important
	}
	.footer_1-logo {
		padding: 0
	}
	.home-1 {
		height: calc(100vh - 80px);
		min-height: 540px;
		margin-bottom: 70px;
		overflow: unset;
		padding: 0;
	}
	.home-1:before {
		background-image: url("../images/custom/no-index/home/divider-1_mobile.svg");
		height: 70px
	}
	.home-1_scroll {
		top: inherit;
		bottom: -30px;
		color: #9b9b9b;
		z-index: 300;
		text-shadow: inherit;
		left: 50%;
		margin-left: -20px;
	}
	.home-1_scroll:after {
		content: ''
	}
	.home-1_scroll i {
		display: block;
	}
	.home-1_scroll i:nth-child(3) {
		display: none
	}
	.slide:after {
		width: 100%
	}
	.slide-content {
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		align-items: flex-end;
		padding-bottom: 60px;
	}
	.slide-content article {
		padding: 0
	}
	.slide-content h2 {
		padding: 0 1.5rem;
		font-size: 2.6rem;
		line-height: 1
	}
	.slide-content p {
		padding: .5rem 1.5rem;
		font-size: 1.2rem;
	}
	.slide-content p:after {
		display: none
	}
	.slide-content a {
		margin-top: .5rem;
		margin-left: 1.5rem;
		max-width: calc(100% - 3rem)
	}
	.home-2 {
		padding-top: 2rem
	}
	.home-2_list li {
		border-bottom: 1px solid #e9e9e9;
	}
	.home-2_list li:nth-child(odd) {
		border-left: none
	}
	.home-2_list li:nth-last-child(1), .home-2_list li:nth-last-child(2) {
		border-bottom: none
	}
	.home-2_list li a img {
		display: block;
		margin: 0 auto;
		max-width: 120px
	}
	.home-2_list-segmentos {
		margin-top: 5rem;
		margin-bottom: 3rem;
	}
	.home-2_list-segmentos li:nth-child(1) {
		border-bottom: none
	}
	.home-2_list-segmentos li:nth-child(2) {
		border-bottom: 1px solid #e9e9e9
	}
	.btn-more-info span {
		top: .4rem;
	}
	.btn-more-info span i {
		font-size: 1.2rem
	}
	.home-3 {
		padding-bottom: 3rem;
	}
	.home-3 article {
		padding: 0
	}
	.home-3_ball-1 {
		width: 20px;
		height: 20px;
		right: 50%;
		margin-right: -10px;
		bottom: inherit;
		top: -280px;
		z-index: 900
	}
	.home-3_ball-2 {
		width: 40px;
		height: 40px;
		top: -70px;
		left: inherit;
		right: -10px
	}
	.home-3_ball-3 {
		width: 60px;
		height: 60px;
		left: inherit;
		right: -10px;
		top: inherit;
		bottom: -200px;
		z-index: 900
	}
	.home-3_ball-4 {
		width: 30px;
		height: 30px;
		right: inherit;
		left: 30px;
		bottom: 120px
	}
	.home-3_ball-5 {
		width: 110px;
		height: 110px;
		left: -55px;
		top: -10px
	}
	.home-4 {
		padding-top: 90px;
	}
	.home-4:after {
		content: '';
		height: 80px;
		width: 100%;
		position: absolute;
		left: 0;
		top: -1px;
		background-position: right top;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url("../images/custom/no-index/home/divider-3.svg")
	}
	.home-4_businessContent {
		padding: 0
	}
	.home-4_businessText {
		padding: 3rem 1.5rem 2rem;
		border-radius: 0 0 10px 10px
	}
	.btn-more-info {
		font-size: 1.1rem
	}
	.home-4_businessImg_6 {
		display: none
	}
	.home-5 {
		padding-left: 0;
		padding-right: 0
	}
	.home-5_description {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		text-align: center;
	}
	.home-5_description .bg {
		width: 100%;
		right: 0
	}
	.clients-gallery {
		height: 270px;
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.home-6:after {
		left: 0;
		right: 0;
		height: 40px;
		background-image: url("../images/custom/no-index/home/divider-2_mobile.svg")
	}
	.carrier-home_logo {
		max-width: 190px !important
	}
	.cobertura-1 {
		padding: 0 0 2rem 0;
		text-align: center
	}
	.button-cobertura {
		position: relative;
		bottom: inherit;
		top: inherit;
		margin: 2rem auto 1rem;
		max-width: 80%;
		right: 0
	}
	.velocidad-1 {
		display: block;
		min-height: auto;
		padding: 0;
	}
	.velocidad-1 .bg {
		position: relative;
		height: 250px;
		display: block
	}
	.velocidad-1_content {
		display: block;
		padding: 0 1.5rem;
	}
	.velocidad-1_content h1 {
		margin-top: -90px;
		margin-bottom: 2rem
	}
	.velocidad-1_content p {
		color: #2b303d;
		text-shadow: none
	}
	.velocidad-2 {
		min-height: auto;
		padding: 0 2rem 2rem;
		background-size: 1200px auto;
	}
	.velocidad-2 article {
		width: 100%;
	}
	.velocidad-2 article figure {
		width: 250px;
		height: 250px
	}
	.velocidad-2 article .button {
		margin-top: 1rem
	}
	.tacometro_content:before {
		width: 140px;
		height: 140px;
		margin-left: -70px;
		margin-top: -45px
	}
	.velocidad-2_text {
		width: 110px;
		height: 110px;
		margin-left: -55px;
		margin-top: -30px;
	}
	.velocidad-2_text .text-aux {
		font-size: .9rem
	}
	.text-number {
		font-size: 2rem;
		margin-bottom: .3rem
	}
	.velocidad_ball-2 {
		top: 10%;
		right: 10%
	}
	.normatividad-1 {
		min-height: auto;
		height: 250px
	}
	.normatividad-2 {
		position: relative;
		background-image: url("../images/custom/no-index/texture/bg-1.svg");
		padding: 0 1.5rem 3.5rem;
	}
	.normatividad-2 h3 {
		font-size: 1.8rem;
		text-align: center;
		margin-bottom: 4rem;
		margin-top: -4rem;
		color: #fff
	}
	.content-normatividad_nav ul li {
		padding-top: .5rem
	}
	.content-normatividad_nav ul a {
		padding: 1.2rem 1.5rem 1.2rem 3rem;
	}
	.content-normatividad_nav ul a i {
		left: 1rem
	}
	.normatividad-content-1 {
		padding-bottom: 1rem;
		height: 250px;
	}
	.normatividad-content-1 h1 {
		font-size: 1.5rem;
		line-height: 1.3;
		text-align: center
	}
	.normatividad-content-1 article {
		padding: 0
	}
	.normatividad-content-info {
		padding-left: 0;
		padding-right: 0
	}
	.normatividad-3 {
		display: none;
	}
	.normatividad-3 h1 {
		font-size: 1.5rem;
		line-height: 1.2;
		text-align: center
	}
	.iframe-normatividad {
		position: absolute;
		top: 0;
		bottom: 0;
		overflow: scroll
	}
	.normatividad-content-info .normatividad_seguridad-icon2 {
		max-width: 250px
	}
	.normatividad-form form {
		max-width: 100%
	}
	.encuesta-1, .encuesta-1-bg {
		position: relative !important;
		min-height: 250px;
		height: 250px !important
	}
	.encuesta-1-bg .home-1_scroll {
		bottom: 5px
	}
	.encuesta-2-title {
		padding-top: 4rem;
	}
	.encuesta-2-title .bg {
		z-index: 2;
		background-color: #fff;
		left: -1.5rem;
		width: calc(100%+ 3rem)
	}
	.encuesta-2-title p, .encuesta-2-title h1 {
		z-index: 3
	}
	.encuesta-2 {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
	.progressUser {
		position: fixed;
		bottom: 0;
		background-color: #fff;
		padding: 1rem 1rem .5rem 0;
	}
	.progressUser p {
		color: #2b303d
	}
	.progressUser_bar {
		background-color: #e9e9e9
	}
	.encuesta_ball-1 {
		right: inherit;
		left: 30px;
		top: 50%
	}
	.encuesta_ball-2 {
		right: -25px
	}
	.encuesta_ball-3 {
		left: -40px
	}
	.slider-steps {
		margin-bottom: 1rem
	}
	.sliderType p {
		font-size: 1.3rem
	}
	fieldset legend {
		font-size: 1.3rem
	}
	.indicador-1 {
		min-height: 250px
	}
	.indicador-1_ball-1 {
		top: 0;
		bottom: -30px;
	}
	.content-indicador {
		padding: 0
	}
	.indicador-2 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		overflow: hidden;
	}
	.indicador-2:after, .indicador-2:before {
		width: 200px;
		height: 200px;
		border-width: 40px
	}
	.indicador-2:before {
		top: -100px;
		right: -100px
	}
	.indicador-2:after {
		left: -100px;
		bottom: -100px
	}
	.section-indicador {
		padding: 6rem 0;
	}
	.section-indicador h2 {
		text-align: center;
		font-size: 1.5rem;
		line-height: 1.3;
	}
	.section-indicador h2:after {
		left: -95%
	}
	.section-indicador h2:before {
		left: 5%
	}
	.indicador-list-1 {
		height: 250px
	}
	.indicador-list-2 {
		height: 70px;
		padding: 0;
	}
	.indicador-list-2 a:nth-child(1):after {
		content: 'En la atención'
	}
	.indicador-list-2 a:nth-child(2):after {
		content: 'En el servicio'
	}
	.indicador-list-2_nav {
		padding: 0;
		height: 70px;
		position: relative;
	}
	.indicador-list-2_nav:after {
		text-transform: uppercase;
		font-family: 'proxima_novasemibold', sans-serif;
		position: absolute;
		width: 100%;
		text-align: center;
		font-size: .7rem;
		bottom: .2rem
	}
	.indicador-list-2_nav figure {
		margin: 0;
		width: 100%;
		-webkit-flex-basis: 100%;
		flex-basis: 100%;
		height: 70px;
		padding-top: .6rem;
		font-size: 1.7rem
	}
	.indicador-list-2_nav p {
		display: none
	}
	.nav-indicador_years {
		position: relative;
		top: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 3rem;
	}
	.nav-indicador_years li {
		display: inline-block;
		width: 33.3%;
	}
	.nav-indicador_years li:nth-child(3n + 3) a {
		border-right: none
	}
	.nav-indicador_year-fix {
		position: relative;
		top: 0
	}
	.indicador-list-3_years {
		padding: 0;
	}
	.indicador-list-3_years p {
		text-align: center
	}
	.list-indicador_years {
		margin-top: 60px;
	}
	.list-indicador_years li {
		width: 50%;
	}
	.list-indicador_years li a {
		font-size: 1rem;
		padding: 1rem .5rem 1rem 1rem
	}
	.list-indicador_years .year {
		width: 50%;
		left: 0;
		padding: .8rem 0 .6rem;
		font-size: 1rem;
		top: -49px;
		border-radius: 5px 5px 0 0
	}
	.list-indicador_ofc {
		text-align: center
	}
	.indicador-list-3 p {
		font-size: 1.1rem
	}
	.indicador-list-3 div {
		padding: 0
	}
	.indicador-list-3 .button {
		font-size: 1rem;
		line-height: 1.3
	}
	.indicador-list-breadcrum {
		text-align: center;
		padding-bottom: 0
	}
	.indicadores thead tr th:nth-child(2), .indicadores thead tr th:nth-child(3) {
		display: none
	}
	.indicadores tbody {
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0;
	}
	.indicadores tbody tr {
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
		padding: 1rem 0;
		background-color: #fff !important;
	}
	.indicadores tbody tr th {
		width: 100%;
		display: block;
		border: none;
		padding: .5rem 1.5rem;
	}
	.indicadores tbody tr th:before {
		font-family: 'proxima_novasemibold', sans-serif;
		text-transform: uppercase
	}
	.indicadores tbody tr th:nth-child(2) {
		text-align: left;
	}
	.indicadores tbody tr th:nth-child(2):before {
		content: 'CANTIDAD: '
	}
	.indicadores tbody tr th:nth-child(3) {
		text-align: left;
	}
	.indicadores tbody tr th:nth-child(3):before {
		content: '%: '
	}
	.indicadores-detalle tbody tr:nth-last-child(1) {
		width: 100%;
	}
	.indicadores-detalle tbody tr:nth-last-child(1) th {
		width: 49%;
		display: inline-block;
		text-align: center;
	}
	.indicadores-detalle tbody tr:nth-last-child(1) th:before {
		display: none
	}
	.indicador-list-servicio_category section {
		border-radius: 5px 5px 5px 5px
	}
	.indicador-details {
		background-size: 1200px auto
	}
	.pqrs-1 {
		min-height: 250px
	}
	.pqrs-1-bg {
		min-height: 250px;
		position: relative !important
	}
	.pqrs-2 {
		padding-top: 0;
	}
	.pqrs-2 h1 {
		color: #fff;
		margin-bottom: 3rem
	}
	.pqrs-2 p {
		margin-bottom: 3rem
	}
	.pqrs-2-bg {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		position: relative;
		top: -6rem;
		z-index: 3;
		background-size: 1200px auto
	}
	.pago {
		padding: 0
	}
	.pago-1 {
		padding: 0;
		height: 250px
	}
	.pago-2 {
		padding: 3rem 1.5rem;
		overflow: hidden;
	}
	.pago-2 h3 {
		font-size: 1.5rem
	}
	.pago-1_background {
		width: 100%;
		border-radius: 0
	}
	.factura {
		background-image: url("../images/custom/no-index/texture/bg-1.svg");
		padding: 0 0 3rem 0;
	}
	.factura:before {
		content: '';
		position: relative;
		display: block;
		width: 100%;
		height: 250px;
		background-position: center;
		background-size: cover;
		margin-bottom: 3rem
	}
	.factura-1, .factura-2, .factura-3 {
		min-height: auto;
		padding-bottom: 5rem;
		padding-left: 0;
		padding-right: 0;
		width: calc(100% - 3rem);
		margin-left: 1.5rem
	}
	.factura-form .politicas {
		max-width: 90%
	}
	.factura-content {
		padding: 2rem 1rem 0
	}
	.equipo-1 {
		height: 350px;
		text-align: center
	}
	.equipo-1_icon {
		border-width: 10px;
		padding-top: 1.5rem
	}
	.equipo-2_b1:after, .equipo-2_b1:before {
		left: 10%
	}
	.equipo-2 {
		padding-top: 8rem;
	}
	.equipo-2 h3 {
		font-size: 1.4rem;
		text-align: center
	}
	.equipo-2 article {
		padding: 0 0 2rem 0
	}
	.equipo-2_b3 {
		margin-top: 3rem
	}
	.equipo-2_icon {
		top: -160px
	}
	.equipo-3_content {
		padding: 2rem 1rem 1rem
	}
	.gracias-1 {
		min-height: 250px
	}
	.gracias-2 {
		display: block;
		padding-top: 0;
	}
	.gracias-2 article {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-top: 5rem;
		padding-bottom: 3rem
	}
	.gracias-2 h1 {
		font-size: 3rem;
		text-align: center
	}
	.gracias-2 .button-video {
		top: 0;
		right: 50%;
		width: 60px;
		height: 60px;
		padding-top: 16px;
		font-size: 1.3rem;
		margin: -30px -30px 0 0
	}
	.gracias-2 .bg {
		right: 0
	}
	.gracias-business li {
		width: 33.33%;
	}
	.gracias-business li:nth-child(1) {
		margin-left: 33.33%
	}
	.gracias-business li:nth-child(4), .gracias-business li:nth-child(6) {
		margin-left: 33.33%
	}
	.gracias-business li:nth-child(7) {
		margin-left: 66.66%
	}
	.contacto-2 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
	.contacto-2 article {
		padding-left: 0;
		padding-right: 0
	}
	.contacto-1 {
		padding: 0;
		min-height: auto
	}
	.contacto-1_content {
		background-color: #08080d;
		background-image: url("../images/custom/no-index/texture/bg-5.svg");
		background-size: 1200px auto;
		background-position: center;
		border-radius: 0;
		max-width: 100%;
		width: 100%
	}
	.contacto-1_paisList li {
		padding: 1rem 1.5rem;
	}
	.contacto-1_paisList li ol {
		margin-left: 0;
	}
	.contacto-1_paisList li ol a {
		width: 100%
	}
	.contacto-1_paisList li ol span {
		width: 100%
	}
	.contacto-1_paisList-Icon {
		width: 45px;
		height: 45px;
		text-align: center;
		-webkit-flex-basis: 45px;
		flex-basis: 45px;
		padding-top: 4px;
		font-size: 1.5rem
	}
	.contacto-1_btnAux {
		border-radius: 0
	}
	.contacto-1_social-btn {
		font-size: 2.5rem
	}
	.contacto-2 {
		padding-top: 300px;
	}
	.contacto-2:before {
		content: '';
		height: 250px;
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover
	}
	.contacto-1_social li {
		padding-bottom: .5rem
	}
	.ballContact .contact_ball-2 {
		right: 5%;
		z-index: 2
	}
	.ballContact .contact_ball-1 {
		top: 180px
	}
	.contacto-3_Listciudades li {
		font-size: 1rem;
		width: 50%;
		padding: 1rem .5rem;
		border-bottom: 1px;
	}
	.contacto-3_Listciudades li:nth-child(3), .contacto-3_Listciudades li:nth-child(4) {
		border-top: 1px solid;
		border-color: rgba(255, 255, 255, 0.1)
	}
	.contacto-3_Listciudades li:nth-child(4n + 4) {
		border-right: 1px solid;
		border-color: rgba(255, 255, 255, 0.1)
	}
	.contacto-3_Listciudades li:nth-child(2n + 2) {
		border-right: none
	}
	.uploadLabel p {
		margin-bottom: 1rem
	}
	.bar-2 {
		left: 33.33%
	}
	.bar-3 {
		left: 66.66%
	}
	.bar-4, .bar-5 {
		display: none
	}
	.servicio-1 {
		padding-left: 0;
		padding-right: 0;
		height: calc(100vh - 60px);
		min-height: 555px
	}
	.servicio-1_bg {
		width: calc(100% - 60px);
		min-height: calc(100% - 120px);
		height: calc(100% - 60px)
	}
	.servicio-1_content {
		padding-left: 0;
		padding-right: 0;
		min-height: calc(100% - 60px);
		height: calc(100% - 60px);
	}
	.servicio-1_content .home-1_scroll {
		display: none
	}
	.servicio-1_content-title h1 {
		font-size: 2.4rem;
		line-height: 1.2;
		text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5)
	}
	.servicio-1_content-title h4 {
		text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5)
	}
	.servicio-1_content-title .servicio-1_text-small {
		font-size: 2rem;
		line-height: 1.2;
		text-shadow: 0 5px 10px rgba(0, 0, 0, 0.5)
	}
	.servicio-2_text {
		width: calc(100% - 60px);
		padding: 0 2rem 4rem 2rem;
	}
	.servicio-2_text h2 {
		font-size: 2rem;
		padding-top: 2.2rem;
	}
	.servicio-2_text h2 .line-servicios-2 {
		top: 71px;
		bottom: inherit
	}
	.servicio-2_text p {
		margin-top: 0
	}
	.servicio-2_text .button-1 {
		max-width: calc(100% - 4rem);
		right: 2rem
	}
	.servicio-2 {
		padding-left: 0;
		padding-right: 0;
		margin-top: -132px
	}
	.servicio_ball-2 {
		top: 22rem;
		right: initial;
		left: 40px
	}
	.servicio_ball-3 {
		bottom: 1rem
	}
	.servicio-1_icon {
		width: 80px;
		height: 80px;
		padding: .7rem;
		left: 5px
	}
	.servicio-3 {
		padding-right: 0;
		padding-left: 60px;
		padding-top: 5rem;
		float: right
	}
	.servicio-3-bg {
		min-height: 300px
	}
	.servicio-3_text {
		padding-right: 2rem;
	}
	.servicio-3_text h2 {
		font-size: 1.6rem;
		line-height: 1.4
	}
	.servicio-3_text h3 {
		font-size: 1.5rem
	}
	.servicio-3_text .line-servicios-3 {
		width: 70px
	}
	.servicio-3_text .button-3 {
		margin-bottom: 2.2rem
	}
	.servicio-end {
		padding-left: 0;
		padding-right: 0;
		height: auto;
	}
	.servicio-end figure h4 {
		font-size: 1.7rem
	}
	.servicio-end a {
		margin-top: 0;
		border-bottom: 1px solid #e9e9e9;
	}
	.servicio-end a img {
		max-width: 120px
	}
	.servicio-beneficios h2, .servicio-aux-end h2 {
		font-size: 2rem
	}
	.servicio-beneficios .list-mutate-number, .servicio-aux-end .list-mutate-number {
		margin-left: 3rem;
	}
	.servicio-beneficios .list-mutate-number li, .servicio-aux-end .list-mutate-number li {
		text-align: left;
	}
	.servicio-beneficios .list-mutate-number li .list-number, .servicio-aux-end .list-mutate-number li .list-number {
		left: -3rem;
		font-size: 2.4rem
	}
	.servicio-caracteristicas_title {
		font-size: 3rem
	}
	.servicio-aux-1 {
		padding-left: 0;
		padding-right: 60px
	}
	.servicio-aux_bg {
		height: 350px
	}
	.servicio-aux-2 {
		margin-top: -230px;
		padding-top: 270px;
	}
	.servicio-aux-2 h2 {
		font-size: 3.7rem
	}
	.servicio-aux_icon {
		float: right !important;
	}
	.servicio-aux_icon .content-icon {
		width: 120px;
		margin-top: -80%
	}
	.servicio-aux-divider {
		height: 60px;
	}
	.servicio-aux-divider .divider:after {
		width: calc(100vw - 60px);
		left: -1.5rem;
		right: initial
	}
	.servicio-aux-end {
		margin-top: 0;
		padding-top: 2rem;
	}
	.servicio-aux-end h4 {
		font-size: 1.5rem
	}
	.servicio-aux-end h2 {
		font-size: 1.7rem
	}
	.servicio-requisitos_list-extend li span {
		padding-left: 2rem
	}
	.servicio-requisitos_list-extend:after {
		top: 0;
		left: 35px
	}
	.servicio-requisitos_list li {
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.servicio-requisitos_list li span {
		text-align: left
	}
	.servicio-requisitos_list .icon-requisitos {
		width: 70px;
		height: 70px;
		font-size: 1.7rem
	}
	.servicio-caracteristicas {
		background-size: 1200px auto;
		background-repeat: repeat
	}
	.servicio-caracteristicas_title {
		top: 0;
		font-size: 2rem
	}
	.servicios-caracteristicas_txt h4 {
		font-size: 1.4rem
	}
	.servicio-beneficio_item {
		border-right: none;
		padding: 0;
	}
	.servicio-beneficio_item img {
		margin: 0 0 1rem
	}
	.servicio-aux-divider .divider:after {
		left: inherit;
		right: -1.5rem
	}
	.servicio-colaboracion_diferencias li {
		text-align: right;
	}
	.servicio-colaboracion_diferencias li i {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg)
	}
	.servicio-colaboracion_diferencias .text-right {
		text-align: left
	}
	.servicio-colaboracion_diferencias span {
		display: block
	}
	.quienes-1 {
		height: calc(85vh - 60px);
		min-height: 420px;
		padding-top: 3rem;
		margin-bottom: 240px;
	}
	.quienes-1:before {
		width: 100%;
		left: 0
	}
	.quienes-1 article {
		padding: 0
	}
	.quienes-1 .content {
		position: initial
	}
	.quienes-1 p {
		position: absolute;
		top: calc(100%+ 4rem);
		color: #2b303d;
		left: 1.5rem;
		right: 1.5rem;
		text-shadow: none
	}
	.quienes-1_bg {
		height: 90%;
		top: 10%
	}
	.quienes-2_ball-1 {
		width: 60px;
		height: 60px;
		left: -10px;
		top: 58%
	}
	.quienes-2_ball-2 {
		top: 90px
	}
	.quienes-2-content_icon {
		padding: 0
	}
	.quienes-2_icon {
		width: 90px;
		height: 90px;
		font-size: 2rem
	}
	.quienes-2_text {
		padding-right: 0;
		padding-top: 8rem;
		padding-bottom: 20px
	}
	.divider-line_vertical {
		z-index: -2
	}
	.divider-line_horizontal {
		left: 39px
	}
	.stairs {
		width: 120px;
		height: 120px;
	}
	.stairs:after, .stairs:before {
		width: 60px;
		height: 60px
	}
	.stairs:after {
		top: 59px
	}
	.stairs-2:before {
		width: 100%
	}
	.stairs-2:after {
		top: -5px
	}
	.stairs-3:after {
		top: -5px;
		width: 120px
	}
	.stairs-3:before {
		top: 0;
		left: 60px
	}
	.quienes-3 {
		padding-top: 140px;
		padding-bottom: 140px
	}
	.quienes-4 {
		padding-bottom: 8rem;
		background-size: 1200px auto
	}
	.quienes-4_bg {
		width: calc(100vw - 180px);
		left: inherit;
		right: -1.5rem;
		height: 310px;
		top: -60px
	}
	.quienes-4_text h3 {
		font-size: 2.2rem
	}
	.quienes-mision {
		margin-bottom: 0
	}
	.principios-politica_title {
		padding: .5rem 0 0
	}
	.principios-politica_icon {
		position: relative;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: inline-flex;
		left: 0;
		margin-right: 1rem;
		border-radius: 5px 5px 0 0;
		width: 70px;
		height: 70px;
		font-size: 1.7rem
	}
	.principios-politica_title h3 {
		display: inline-block;
		font-size: 1.5rem
	}
	.quienes-5 {
		text-align: center;
	}
	.quienes-5 article:nth-child(1) {
		padding-left: 0;
		padding-right: 0
	}
	.quienes-5 .back-button {
		text-align: center;
		padding: 1rem 0
	}
	.quienes-5 .button-2 {
		margin-top: 2rem;
		margin-bottom: 2rem
	}
	.quienes-5_bg {
		height: 300px;
		position: relative;
		width: 100%;
		display: block
	}
	.quienes-5_content {
		padding-top: 4rem;
		padding-bottom: 0
	}
	.segmento-logo {
		text-align: center
	}
	.segmento-bg {
		height: 350px;
	}
	.segmento-bg .button {
		margin-top: 0;
		margin-bottom: 0
	}
	.segmento-content h3 {
		font-size: 1.5rem
	}
	.content-service-carrier {
		padding: 4rem 0
	}
	.service-carrier_bg {
		height: 250px;
		margin-bottom: 60px;
	}
	.service-carrier_bg .button {
		display: none
	}
	.segmento-content_carrier {
		background-size: 1000px auto
	}
	.service-carrier_icon {
		width: 100px;
		height: 100px;
		padding: 1rem;
		bottom: -50px !important;
		left: 50% !important;
		right: inherit !important;
		top: inherit !important;
		margin-left: -50px !important
	}
	.service-carrier_text h3 {
		font-size: 2rem;
		text-align: center
	}
	.segmento-content_phone {
		padding-left: 0;
		padding-right: 0
	}
	.segmento-meganet .segmento-logo img {
		max-width: 250px
	}
	.quienes-7_ball-1 {
		width: 50px;
		height: 50px;
		top: -120px
	}
	.quienes-7_ball-2 {
		left: -35px
	}
	.portafolio_gobierno:before {
		left: 25%
	}
	.portafolio_gobierno li {
		padding: 1rem .5rem
	}
	.segmento-content_gobierno:after {
		background-size: 1000px auto
	}
	.solution-1 {
		display: none
	}
	.solution-2 {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.solution-2 .bg {
		width: 100%;
		height: 300px;
		display: block;
		position: relative
	}
	.solution_ball-2 {
		right: inherit;
		left: -15px
	}
	.solution-grid_1, .solution-grid_4, .solution-divider_1 {
		display: none
	}
	.solution-grid_content {
		padding-left: 0;
		padding-right: 0
	}
	.solution-grid_text {
		margin-top: 0;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-bottom: 120px
	}
	.solution-grid_icon {
		position: relative;
		margin: -80px auto 0;
		left: inherit
	}
	.solution-title {
		text-align: center;
		font-size: 2rem;
		margin-top: 1rem;
		padding-left: 0
	}
	.solution-subtitle {
		text-align: center;
		font-size: 1.6rem;
		padding-left: 0
	}
	.solution-grid_content {
		padding-top: 3rem;
		padding-bottom: 3rem
	}
	.solution-grid_3, .solutions-nav, .solutions-nav_btn {
		height: 70px
	}
	.solutions-nav li {
		overflow: hidden
	}
	.solutions-nav_btn {
		padding: 0;
		background-size: 60%
	}
	.connection-logo {
		background-image: url("../images/controls/business-icon/l-business-1.svg")
	}
	.cloud-logo {
		background-image: url("../images/controls/business-icon/l-business-2.svg")
	}
	.communications-logo {
		background-image: url("../images/controls/business-icon/l-business-3.svg")
	}
	.security-logo {
		background-image: url("../images/controls/business-icon/l-business-4.svg")
	}
	.wifi-logo {
		background-image: url("../images/controls/business-icon/l-business-5.svg")
	}
	.solution-black .connection-logo {
		background-image: url("../images/controls/business-icon/l-business-1-white.svg")
	}
	.solution-black .cloud-logo {
		background-image: url("../images/controls/business-icon/l-business-2-white.svg")
	}
	.solution-black .communications-logo {
		background-image: url("../images/controls/business-icon/l-business-3-white.svg")
	}
	.solution-black .security-logo {
		background-image: url("../images/controls/business-icon/l-business-4-white.svg")
	}
	.solution-black .wifi-logo {
		background-image: url("../images/controls/business-icon/l-business-5-white.svg")
	}
	.solution-t-1, .solution-t-2, .solution-t-3, .solution-t-4, .solution-t-5 {
		background-image: none !important
	}
	.solution-content_black {
		background-color: #08080d;
		-webkit-transition: all .7s ease;
		transition: all .7s ease;
		-webkit-transition-delay: .5s;
		transition-delay: .5s
	}
	.document-error {
		min-height: 100vh;
		height: auto;
		padding: 1rem 1.5rem;
		background-image: url("../images/system/error/bg-1_mobile.jpg")
	}
	@-webkit-keyframes opacityGallery {
		0% {
			opacity: .2;
			left: -100%;
			-webkit-filter: blur(5px);
			filter: blur(5px)
		}
		100% {
			opacity: 1;
			left: -50%;
			-webkit-filter: blur(0);
			filter: blur(0)
		}
	}
	@keyframes opacityGallery {
		0% {
			opacity: .2;
			left: -100%;
			-webkit-filter: blur(5px);
			filter: blur(5px)
		}
		100% {
			opacity: 1;
			left: -50%;
			-webkit-filter: blur(0);
			filter: blur(0)
		}
	}
}
@media only screen and (min-width:1px) and (max-width:320px) {
	.home-2 .button-3 {
		font-size: 1rem
	}
	.home-2_list li a img {
		max-width: 70px;
		padding: 1rem 0
	}
	.home-3 h1 {
		font-size: 1.8rem
	}
	.btn-more-info span {
		margin: 0 .25rem 0 .25rem
	}
	.ballContact .contact_ball-1 {
		left: 90%
	}
	.ballContact .contact_ball-3 {
		left: -55px;
		top: -30px
	}
	.normatividad-content-1 h1 {
		font-size: 1.3rem
	}
	.quienes-1 {
		padding-left: 1rem;
		padding-right: 1rem;
		margin-bottom: 260px;
	}
	.quienes-1 h1 {
		font-size: 2rem
	}
	.divider-line_horizontal {
		left: 36px
	}
	.principios-politica_title h3 {
		font-size: 1.3rem
	}
	.equipo-1 {
		height: 250px
	}
	.solution-2 .bg {
		width: 100%;
		height: 200px
	}
	.servicio-1_content-title h1 {
		font-size: 2.2rem
	}
	.servicio-1_content-title .servicio-1_text-small {
		font-size: 1.8rem
	}
	.servicio-2_text {
		padding-left: 1rem
	}
	.servicio-caracteristicas_title {
		position: relative;
		font-size: 1.5rem;
		-webkit-transform: none;
		transform: none;
		top: 0;
		text-align: center
	}
	.servicios-caracteristicas_txt {
		padding: 4rem 2rem 3rem;
	}
	.servicios-caracteristicas_txt h4, .servicios-caracteristicas_txt p {
		text-align: center
	}
	.servicio-requisitos_list-extend li span {
		padding-left: 1rem
	}
}
.footer-3 .clickfast-credit{display:inline-block;color:rgba(255,255,255,.54);font-size:.76rem;font-weight:400;letter-spacing:0;line-height:1.6}
