@import url(fontawesome-all.min.css);
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400';

/*
	Stellar by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

@font-face {
	font-family: QuicksandBold;
	src: url(../fonts/quicksand/Quicksand-Bold.ttf);
}

@font-face {
	font-family: Quicksand;
	src: url(../fonts/quicksand/Quicksand-Regular.ttf);
}

@font-face {
	font-family: QuicksandLight;
	src: url(../fonts/quicksand/Quicksand-Light.ttf);
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0px 0px 0px 0px;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Montserrat', sans-serif;
}

body, input, select, textarea {
	font-size: 15px;
	;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}



body {
	line-height: 1;
	min-height: 100vh;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;

}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
	color: #696969;

}

mark {
	background-color: #000000;
	color: solid;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input.input-channel {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: .25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
	color: #5A1A62;
}

/* Basic */

@-ms-viewport {
	width: device-width;
}

body {
	-ms-overflow-style: scrollbar;
}

@media screen and (max-width: 480px) {

	html, body {
		min-width: 320px;
	}

}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

body {
	background-color: #ffffff;

}

body.is-preload *, body.is-preload *:before, body.is-preload *:after {
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;

}

/* Type */

body {
	background-color: #ffffff;
	color: rgba(255, 255, 255, 0.65);
}

body, input, select, textarea {
	font-size: 17pt;
	font-weight: 300;
	line-height: 1.65;
}

@media screen and (max-width: 1680px) {

	body, input, select, textarea {
		font-size: 14pt;
	}

}


@media screen and (max-width: 360px) {

	body, input, select, textarea {
		font-size: 11pt;
	}

}

a {
	-moz-transition: color 0.2s ease, border-bottom 0.2s ease;
	-webkit-transition: color 0.2s ease, border-bottom 0.2s ease;
	-ms-transition: color 0.2s ease, border-bottom 0.2s ease;
	transition: color 0.2s ease, border-bottom 0.2s ease;
	text-decoration: none;
	color: whitesmoke;
}

a:hover {
	border-bottom-color: solid;
}

strong, b {
	font-weight: 400;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 35px 0;
}

p.content {
	-moz-columns: 20em 2;
	-webkit-columns: 20em 2;
	-ms-columns: 20em 2;
	columns: 20em 2;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	-ms-column-gap: 2em;
	column-gap: 2em;
	text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	letter-spacing: -0.025em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #696969;
	text-decoration: none;
}

h1 {
	font-size: 2.5em;
	line-height: 1.2;
	padding-top: 30px !important;
	padding-bottom: 30px !important;
	text-align: center;
}

h2 {
	font-size: 1.5rem !important;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.3em;
}

p {
	font-size: 1em;
}

@media screen and (max-width: 736px) {

	h1 {
		font-size: 2em;
	}

}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

blockquote {
	border-left: solid 4px;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 2em;
}

code {
	border-radius: 8px;
	border: solid 1px;
	font-family: "Courier New", monospace;
	font-size: 0.9em;
	margin: 0 0.25em;
	padding: 0.25em 0.65em;

}

pre {
	-webkit-overflow-scrolling: touch;
	font-family: Helvetica;
	font-size: 0.9em;
	margin: 0 0 2em 0;
}

pre code {
	display: block;
	line-height: 1.75;
	padding: 1em 1.5em;
	overflow-x: auto;
}

hr {
	border: 0;
	border-bottom: solid 1px;
	margin: 2em 0;
}

hr.major {
	margin: 3em 0;
}

.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

input, select, textarea {
	color: #000000;
}

h1 {
	color: #151A24;
}

h2 {
	color: #151A24;
}

h3 {
	color: #696969;
}

h4 {
	color: #696969;
}

h5 {
	color: #696969;
}

h6 {
	color: #696969;
}

blockquote {
	border-left-color: rgba(0, 0, 0, 0);
}

code {
	background: #ffffff;
	border-color: #ffffff;
}

hr {
	border-bottom-color: rgba(0, 0, 0, 0);
}

.column {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
  }
  
.btn {
	margin: 0 10px;
  }

.box {
	border-radius: 8px;
	border: solid;
	margin-bottom: 2em;
	padding: 1.5em;
}

.box> :last-child,
.box> :last-child> :last-child,
.box> :last-child> :last-child> :last-child {
	margin-bottom: 0;
}

.box.alt {
	border: 0;
	border-radius: 0;
	padding: 0;
}

.box {
	border-color: #666666;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button1 {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	height: 2.75em;
	line-height: 2.75em;
	min-width: 9.25em;
	padding: 0 1.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}


.button2 {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	height: 2.75em;
	line-height: 2.75em;
	min-width: 9.25em;
	padding: 0 1.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	background-color: #636363;
	color: #ffffff !important;
	box-shadow: none;
}




input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
	padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
	width: 100%;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	height: 2.75em;
	line-height: 2.75em;
	min-width: 9.25em;
	padding: 0 1.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}


button2,
.button2 {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-radius: 8px;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 300;
	height: 2.75em;
	line-height: 2.75em;
	min-width: 9.25em;
	padding: 0 1.5em;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	background-color: #636363;
	color: #ffffff !important;
	box-shadow: none;
}



input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
	padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
	width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
button.small,
.button.small {
	font-size: 0.8em;
}

input[type="submit"].large,
input[type="reset"].large,
input[type="button"].large,
button.large,
.button.large {
	font-size: 1.35em;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
button.disabled,
button:disabled,
.button.disabled,
.button:disabled {
	pointer-events: none;
	opacity: 0.25;
}

@media screen and (max-width: 736px) {

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		min-width: 0;
	}

}

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
	min-width: 0;
}


input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
	background-color: rgba(162, 56, 64, 0.5);
}

.button2:hover {
	background-color: rgba(59, 58, 58, 0.5);
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.button:active {
	background-color: rgba(162, 56, 64, 0.5);
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
button.icon:before,
.button.icon:before {
	color: rgba(162, 56, 64, 0.5);
}

input[type="submit"].primary,
input[type="reset"].primary,
input[type="button"].primary,
button.primary,
.button.primary {
	background-color: #8cc9f0;
	color: #ffffff !important;
	box-shadow: none;
}

input[type="submit"].primary:hover,
input[type="reset"].primary:hover,
input[type="button"].primary:hover,
button.primary:hover,
.button.primary:hover {
	background-color: #9acff2;
}

input[type="submit"].primary:active,
input[type="reset"].primary:active,
input[type="button"].primary:active,
button.primary:active,
.button.primary:active {
	background-color: #7ec3ee;
}

input[type="submit"].primary.icon:before,
input[type="reset"].primary.icon:before,
input[type="button"].primary.icon:before,
button.primary.icon:before,
.button.primary.icon:before {
	color: #ffffff !important;
}

.flex-buttons-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: fixed;
	bottom: 20px;
	right: 20px;
	gap: -10px;
}

.flex-buttons-container .btn {
	margin-left: 4px;
	margin-right: 4px;
}

.flex-buttons-container a {
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
	padding: 12px 24px !important;
}

/* Icon */

.icon {
	text-decoration: none;
	-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
	border-bottom: none;
	position: relative;
}

.icon:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	text-transform: none !important;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
}

.icon>.label {
	display: none;
}

.icon:before {
	line-height: solid;
}

.icon.solid:before {
	font-weight: 900;
}

.icon.brands:before {

	font-family: 'Font Awesome 5 Brands';
}

.icon.major {
	border: solid 1px;
	display: inline-block;
	border-radius: 100%;
	padding: 0.65em;
	margin: 0 0 2em 0;
	cursor: default;
}

.icon.major:before {
	display: inline-block;
	font-size: 6.25rem;
	width: 2.25em;
	height: 2.25em;
	line-height: 2.2em;
	border-radius: 100%;
	border: solid 1px;
	text-align: center;
}

.icon.alt {
	display: inline-block;
	border: solid 1px;
	border-radius: 100%;
}

.icon.alt:before {
	display: block;
	font-size: 1.25em;
	width: 2em;
	height: 2em;
	text-align: center;
	line-height: 2em;
}

.icon.style1 {
	color: #efa8b0;
}

.icon.style2 {
	color: #c79cc8;
}

.icon.style3 {
	color: #a89cc8;
}

.icon.style4 {
	color: #9bb2e1;
}

.icon.style5 {
	color: #8cc9f0;
}

@media screen and (max-width: 1680px) {

	.icon.major:before {
		font-size: 5.5rem;
	}

}

@media screen and (max-width: 1280px) {

	.icon.major:before {
		font-size: 4.75rem;
	}

}

@media screen and (max-width: 736px) {

	.icon.major {
		margin: 0 0 1.5em 0;
		padding: 0.35em;
	}

	.icon.major:before {
		font-size: 3.5rem;
	}

}

.icon.major {
	border-color: rgba(255, 255, 255, 0.65);
}

.icon.major:before {
	border-color: rgba(255, 255, 255, 0.65);
}

.icon.alt {
	border-color: rgba(255, 255, 255, 0.65);
	color: #ffffff;
}

.icon.alt:hover {
	background-color: rgba(255, 255, 255, 0.65);
}

.icon.alt:active {
	background-color: rgba(255, 255, 255, 0.65);
}

/* Image */

.image {
	border-radius: 8px;
	border: 0;
	display: inline-block;
	position: relative;
}

.image img {
	border-radius: 8px;
	display: block;
	margin: 0 auto;
	max-width: 100%;
	width: 80%;
}

.image.left, .image.right {
	max-width: 40%;
}

.image.left img, .image.right img {
	width: 100%;
}

.image.left {
	float: left;
	margin: 0 1.5em 1em 0;
	top: 0.25em;
}

.image.right {
	float: right;
	margin: 0 0 1em 1.5em;
	top: 0.25em;
}

.image.fit {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.image.fit img {
	width: 100%;
}

.image.main {
	display: block;
	margin: 0 0 3em 0;
	width: 100%;
}

.image.main img {
	width: 100%;
}

img.canales {
	width: 129px !important;
	height: 115px !important;
}

/*Bot*/

img.bot {
	width: 30%;
	float: left;
	margin: -3.5em 1em 1em 0;
	top: 0.25em;
	padding: 0px 0px 0px 0px;
	border: 0;


}





/* List */

ol {
	list-style: decimal;
	margin: 0 0 2em 0;
	padding-left: 1.25em;
}

ol li {
	padding-left: 0.25em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

ul li {
	padding-left: 0.5em;
}

ul.alt {
	list-style: none;
	padding-left: 0;
}

ul.alt li {
	border-top: solid 1px;
	padding: 0.5em 0;
}

ul.alt li:first-child {
	border-top: 0;
	padding-top: 0;
}

dl {
	margin: 0 0 2em 0;
}

dl dt {
	display: block;
	font-weight: 400;
	margin: 0 0 1em 0;
}

dl dd {
	margin-left: 2em;
}

dl.alt dt {
	display: block;
	width: 3em;
	margin: 0;
	clear: left;
	float: left;
}

dl.alt dd {
	margin: 0 0 0.85em 5.5em;
}

dl.alt:after {
	content: '';
	display: block;
	clear: both;
}

ul.alt li {
	border-top-color: rgba(255, 255, 255, 0.35);
}

dl dt {
	color: #ffffff;
}

/* Actions */

ul.actions {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	cursor: default;
	list-style: none;
	margin-left: -1em;
	padding-left: 0;
}

ul.actions li {
	padding: 0 0 0 1em;
	vertical-align: middle;
}

ul.actions.special {
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: 100%;
	margin-left: 0;
}

ul.actions.special li:first-child {
	padding-left: 0;
}

ul.actions.stacked {
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-left: 0;
}

ul.actions.stacked li {
	padding: 1.3em 0 0 0;
}

ul.actions.stacked li:first-child {
	padding-top: 0;
}

ul.actions.fit {
	width: calc(100% + 1em);
}

ul.actions.fit li {
	-moz-flex-grow: 1;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	flex-grow: 1;
	-moz-flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-shrink: 1;
	flex-shrink: 1;
	width: 100%;
}

ul.actions.fit li>* {
	width: 100%;
}

ul.actions.fit.stacked {
	width: 100%;
}

@media screen and (max-width: 480px) {

	ul.actions:not(.fixed) {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
		width: 100% !important;
	}

	ul.actions:not(.fixed) li {
		-moz-flex-grow: 1;
		-webkit-flex-grow: 1;
		-ms-flex-grow: 1;
		flex-grow: 1;
		-moz-flex-shrink: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-shrink: 1;
		flex-shrink: 1;
		padding: 1em 0 0 0;
		text-align: center;
		width: 100%;
	}

	ul.actions:not(.fixed) li>* {
		width: 100%;
	}

	ul.actions:not(.fixed) li:first-child {
		padding-top: 0;
	}

	ul.actions:not(.fixed) li input[type="submit"],
	ul.actions:not(.fixed) li input[type="reset"],
	ul.actions:not(.fixed) li input[type="button"],
	ul.actions:not(.fixed) li button,
	ul.actions:not(.fixed) li .button {
		width: 100%;
	}

	ul.actions:not(.fixed) li input[type="submit"].icon:before,
	ul.actions:not(.fixed) li input[type="reset"].icon:before,
	ul.actions:not(.fixed) li input[type="button"].icon:before,
	ul.actions:not(.fixed) li button.icon:before,
	ul.actions:not(.fixed) li .button.icon:before {
		margin-left: -0.5rem;
	}

}

/* Icons */

ul.icons {
	cursor: default;
	list-style: none;
	padding-left: 0;
}

ul.icons li {
	display: inline-block;
	padding: 0 0.65em 0 0;
}

ul.icons li:last-child {
	padding-right: 0 !important;
}

/* Section/Article */

section.special, article.special {
	text-align: center;
}

header.major {
	margin-bottom: 3em;

}

header.major h2 {
	font-size: 2em;
}

header.major h2:after {
	display: block;
	content: '';
	width: 3.25em;
	height: 2px;
	margin: 0.7em 0 1em 0;
	border-radius: 2px;
}

section.special header.major h2:after, article.special header.major h2:after {
	margin-left: auto;
	margin-right: auto;
}

header.major p {
	font-size: 1.25em;
	letter-spacing: -0.025em;
}

header.major.special {
	text-align: center;
}

header.major.special h2:after {
	margin-left: auto;
	margin-right: auto;
}

footer.major {
	margin-top: 3em;
}

@media screen and (max-width: 736px) {

	header.major {
		margin-bottom: 0;
	}

	header.major h2 {
		font-size: 1.5em;
	}

	header.major p {
		font-size: 1em;
		letter-spacing: 0;
	}

	header.major p br {
		display: none;
	}

	footer.major {
		margin-top: 0;
	}

}

header.major h2:after {
	background-color: rgba(255, 255, 255, 0.35);
}


/* Features */

.features {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: calc(100% + 2em);
	margin: 0 0 3em -2em;
	padding: 0;
	list-style: none;

}

.features li {
	width: calc(33.33333% - 2em);
	margin-left: 2em;
	margin-top: 3em;
	padding: 0;
}

.features li:nth-child(1), .features li:nth-child(2), .features li:nth-child(3) {
	margin-top: 0;
}

.features li> :last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 980px) {

	.features li {
		width: calc(50% - 2em);
	}

	.features li:nth-child(3) {
		margin-top: 3em;
	}

}

@media screen and (max-width: 736px) {

	.features {
		width: 100%;
		margin: 0 0 2em 0;
	}

	.features li {
		width: 100%;
		margin-left: 0;
		margin-top: 2em;
	}

	.features li:nth-child(2), .features li:nth-child(3) {
		margin-top: 2em;
	}

}

/* Statistics */

.statistics {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	width: 100%;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	cursor: default;
}

.statistics li {
	-moz-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 1.5em;
	color: #ffffff;
	text-align: center;
}

.statistics li.style1 {
	background-color: #efa8b0;
}

.statistics li.style2 {
	background-color: #c79cc8;
}

.statistics li.style3 {
	background-color: #a89cc8;
}

.statistics li.style4 {
	background-color: #9bb2e1;
}

.statistics li.style5 {
	background-color: #8cc9f0;
}

.statistics li strong, .statistics li b {
	display: block;
	font-size: 2em;
	line-height: 1.1;
	color: inherit !important;
	font-weight: 300;
	letter-spacing: -0.025em;
}

.statistics li:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.statistics li:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.statistics li .icon {
	display: inline-block;
}

.statistics li .icon:before {
	font-size: 2.75rem;
	line-height: 1.3;
}

@media screen and (max-width: 980px) {

	.statistics li strong, .statistics li b {
		font-size: 1.5em;
	}

}

@media screen and (max-width: 736px) {

	.statistics {
		display: block;
		width: 20em;
		max-width: 100%;
		margin: 0 auto 2em auto;
	}

	.statistics li:first-child {
		border-bottom-left-radius: 0;
		border-top-right-radius: 8px;
	}

	.statistics li:last-child {
		border-top-right-radius: 0;
		border-bottom-left-radius: 8px;
	}

	.statistics li .icon:before {
		font-size: 3.75rem;
	}

	.statistics li strong, .statistics li b {
		font-size: 2.5em;
	}

}

/* Spotlight */

.spotlight {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	margin: 0 0 2em 0;
}

.spotlight .content {
	-moz-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.spotlight .content> :last-child {
	margin-bottom: 0;
}

.spotlight .content header.major {
	margin: 0 0 2em 0;
}

.spotlight .image {
	display: inline-block;
	margin-left: 4em;
	padding: 0.65em;
	border-radius: 100%;
	border: solid 1px;
}

.spotlight .image img {
	display: block;
	border-radius: 100%;
	width: 16em;
}

@media screen and (max-width: 980px) {

	.spotlight {
		-moz-flex-direction: column-reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		text-align: center;
	}

	.spotlight .content {
		-moz-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		width: 100%;
	}

	.spotlight .content header.major h2:after {
		margin-left: auto;
		margin-right: auto;
	}

	.spotlight .content .actions {
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		width: calc(100% + 1em);
	}

	.spotlight .image {
		-moz-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		margin-left: 0;
		margin-bottom: 2em;
	}

}

@media screen and (max-width: 736px) {

	.spotlight .image {
		padding: 0.35em;
	}

	.spotlight .image img {
		width: 12em;
	}

}

.spotlight .image {
	border-color: rgba(255, 255, 255, 0.35);
}

/* Header */

#header {

	text-align: center;
}

#header h1 {
	margin: 0;
}

#header.alt {
	padding: 7em 5em 4em 5em;
}

#header.alt h1 {
	font-size: 3.25em;
}

#header.alt>* {
	-moz-transition: opacity 3s ease;
	-webkit-transition: opacity 3s ease;
	-ms-transition: opacity 3s ease;
	transition: opacity 3s ease;
	-moz-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 1;
}

#header.alt .logo {
	-moz-transition: opacity 1.25s ease, -moz-transform 0.5s ease;
	-webkit-transition: opacity 1.25s ease, -webkit-transform 0.5s ease;
	-ms-transition: opacity 1.25s ease, -ms-transform 0.5s ease;
	transition: opacity 1.25s ease, transform 0.5s ease;
	-moz-transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	display: block;
	margin: 0 0 1.5em 0;
}

#header.alt .logo img {
	display: block;
	margin: 0 auto;
	max-width: 75%;
}

@media screen and (max-width: 980px) {

	#header {
		padding: 4em 4em 0.1em 4em;
	}

	#header.alt {
		padding: 6em 4em 3em 4em;
	}

}

@media screen and (max-width: 1200px) {

	#header {
		padding: 4em 3em 0.1em 3em;
	}

	#header.alt {
		padding: 5em 5em 5em 5em;
	}

}

@media screen and (max-width: 736px) {

	#header {
		padding: 3em 2em 0.1em 2em;
	}

	#header p {
		font-size: 1em;
		letter-spacing: 0;
	}

	#header p br {
		display: none;
	}

	#header.alt {
		padding: 40px 0 40px 0;
	}

	#header.alt h1 {
		font-size: 2.5em;
	}

}

@media screen and (max-width: 480px) {

	#header {
		padding: 3em 1.5em 0.1em 1.5em;
	}

	#header.alt {
		padding: 4em 1.5em 1em 1.5em;
	}

}

@media screen and (max-width: 360px) {

	#header {
		padding: 2.5em 1em 0.1em 1em;
	}

	#header.alt {
		padding: 3.5em 1em 0.5em 1em;
	}

}

body.is-preload #header.alt>* {
	opacity: 0;
}

body.is-preload #header.alt .logo {
	-moz-transform: scale(0.8) rotate(-30deg);
	-webkit-transform: scale(0.8) rotate(-30deg);
	-ms-transform: scale(0.8) rotate(-30deg);
	transform: scale(0.8) rotate(-30deg);
}

/* Nav */

#nav {
	-moz-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
	-webkit-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
	-ms-transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
	transition: background-color 0.2s ease, border-top-left-radius 0.2s ease, border-top-right-radius 0.2s ease, padding 0.2s ease;
	background-color: #ffffff;
	color: #636363;
	position: fixed;
	width: 64em;
	max-width: calc(100% - 4em);
	padding: 10px 0px 10px 100px !important;
	background-color: #f7f7f7;
	background: linear-gradient(45deg, #972f3d 20%, #5c1646 80%);
	border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
	cursor: default;
	text-align: center;

}

#nav input, #nav select, #nav textarea {
	color: #636363;
}

#nav a:hover {
	color: #ffffff;
}

#nav strong, #nav b {
	color: #ffffff;
}

#nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 {
	color: #ffffff;
}

#nav blockquote {
	border-left-color: #dddddd;
}

#nav code {
	background: rgba(222, 222, 222, 0.25);
	border-color: #dddddd;
}

#nav hr {
	border-bottom-color: #dddddd;
}

#nav+#main {
	padding-top: 4.25em;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	-moz-transition: margin 0.2s ease;
	-webkit-transition: margin 0.2s ease;
	-ms-transition: margin 0.2s ease;
	transition: margin 0.2s ease;
	display: inline-block;
	margin: 0 0.35em;
	padding: 0;
	vertical-align: middle;
}




#nav ul li a {
	-moz-transition: font-size 0.2s ease;
	-webkit-transition: font-size 0.2s ease;
	-ms-transition: font-size 0.2s ease;
	transition: font-size 0.2s ease;
	display: inline-block;
	height: 2.25em;
	line-height: 2.25em;
	padding: 0 1.25em;
	border: 0;
	border-radius: 8px;
	box-shadow: inset 0 0 0 1px transparent;

}

#nav ul li a:hover {
	background-color: rgba(222, 222, 222, 0.25);

}

#nav ul li a.active {
	background-color: #a23840;
	box-shadow: none;
}



#nav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #eee;
	padding: 0;
	overflow: hidden;
}

/* (MV) items del menu desplegable */

#nav ul ul li {
	float: none;
	width: 150px
}

/* enlaces de los items del menu desplegable */

#nav ul ul a {
	line-height: 120%;
	padding: 10px 15px;
}

/* items del menu desplegable al pasar el ratón */

#nav ul li a.hover {
	display: block;
	color: #ffffff;

}






#nav.alt {
	position: fixed;
	top: 0;
	padding: 0.5em 1em;
	background-color: rgba(247, 247, 247, 0.95);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	z-index: 10000;
}

#nav.alt ul li {
	margin: 0 0.175em;
}

#nav.alt ul li a {
	font-size: 0.9em;
}

@media screen and (max-width: 736px) {

	#nav {
		display: none;
	}

	#nav+#main {
		padding-top: 0;
	}

}



/* Main */

#main {

	color: #000000;
	border-radius: 0.25em;
}

#main input, #main select, #main textarea, #main-home input, #main-home select, #main-home textarea {
	color: #000000;
}

#main a:hover, #main-home a:hover {
	color: #ffffff;
}

#main strong, #main b, #main-home strong, #main-home b {
	color: #696969;
}

#main h1 {
	color: #5B1646;
}

#main h2 {
	color: #5B1646;
}

#main h3 {
	color: #D6004B;
}

#main h4 {
	color: #CCCCCC;
}

#main-home h1, #main-home h2, #main-home h3, #main-home h4,
#main-home h5, #main-home h6 {
	color: #636363
}

#main h5 {
	color: #696969;
}


#main h6 {
	color: #ffffff;
}

#main blockquote, #main-home blockquote {
	border-left-color: #dddddd;
}

#main code, #main-home code {
	background: rgba(0, 0, 0, 0);
	border-color: #dddddd;
}

#main hr, #main-home hr {
	border-bottom-color: #dddddd;
}

#main .box, #main-home .box {
	border-color: #dddddd;
}

#main input[type="submit"],
#main input[type="reset"],
#main input[type="button"],
#main button,
#main .button,
#main-home input[type="submit"],
#main-home input[type="reset"],
#main-home input[type="button"],
#main-home button,
#main-home .button {
	background-color: #a23840;
	color: #f3e2e3;
}

#main input[type="submit"]:hover,
#main input[type="reset"]:hover,
#main input[type="button"]:hover,
#main button:hover,
#main .button:hover,
#main-home input[type="submit"]:hover,
#main-home input[type="reset"]:hover,
#main-home input[type="button"]:hover,
#main-home button:hover,
#main-home .button:hover {
	background-color: rgba(162, 56, 64, 0.5);
}

#main input[type="submit"]:active,
#main input[type="reset"]:active,
#main input[type="button"]:active,
#main button:active,
#main .button:active,
#main-home input[type="submit"]:active,
#main-home input[type="reset"]:active,
#main-home input[type="button"]:active,
#main-home button:active,
#main-home .button:active {
	background-color: rgba(162, 56, 64, 0.5);
}

#main input[type="submit"].icon:before,
#main input[type="reset"].icon:before,
#main input[type="button"].icon:before,
#main button.icon:before,
#main .button.icon:before,
#main-home input[type="submit"].icon:before,
#main-home input[type="reset"].icon:before,
#main-home input[type="button"].icon:before,
#main-home button.icon:before,
#main-home .button.icon:before {
	color: rgba(162, 56, 64, 0.5);
}

#main input[type="submit"].primary,
#main input[type="reset"].primary,
#main input[type="button"].primary,
#main button.primary,
#main .button.primary,
#main-home input[type="submit"].primary,
#main-home input[type="reset"].primary,
#main-home input[type="button"].primary,
#main-home button.primary,
#main-home .button.primary {
	background-color: #a23840;
	color: #ffffff !important;
	box-shadow: none;
}

#main input[type="submit"].primary:hover,
#main input[type="reset"].primary:hover,
#main input[type="button"].primary:hover,
#main button.primary:hover,
#main .button.primary:hover,
#main-home input[type="submit"].primary:hover,
#main-home input[type="reset"].primary:hover,
#main-home input[type="button"].primary:hover,
#main-home button.primary:hover,
#main-home .button.primary:hover {
	background-color: rgba(162, 56, 64, 0.5);
}

#main input[type="submit"].primary:active,
#main input[type="reset"].primary:active,
#main input[type="button"].primary:active,
#main button.primary:active,
#main .button.primary:active,
#main-home input[type="submit"].primary:active,
#main-home input[type="reset"].primary:active,
#main-home input[type="button"].primary:active,
#main-home button.primary:active,
#main-home .button.primary:active {
	background-color: rgba(162, 56, 64, 0.5);
}

#main input[type="submit"].primary.icon:before,
#main input[type="reset"].primary.icon:before,
#main input[type="button"].primary.icon:before,
#main button.primary.icon:before,
#main .button.primary.icon:before,
#main-home input[type="submit"].primary.icon:before,
#main-home input[type="reset"].primary.icon:before,
#main-home input[type="button"].primary.icon:before,
#main-home button.primary.icon:before,
#main-home .button.primary.icon:before {
	color: #ffffff !important;
}

#main label, #main-home label {
	color: #636363;
}

#main input[type="text"],
input[type="number"],
#main input[type="password"],
#main input[type="email"],
#main select,
#main textarea,
#main-home input[type="text"],
#main-home input[type="password"],
#main-home input[type="email"],
#main-home select,
#main-home textarea {
	background-color: rgba(222, 222, 222, 0.25);
	border-color: #dddddd;
}

#main input[type="text"]:focus,
input[type="number"]:focus,
#main input[type="password"]:focus,
#main input[type="email"]:focus,
#main select:focus,
#main textarea:focus,
#main-home input[type="text"]:focus,
#main-home input[type="password"]:focus,
#main-home input[type="email"]:focus,
#main-home select:focus,
#main-home textarea:focus {
	border-color: #8cc9f0;
	box-shadow: 0 0 0 1px #8cc9f0;
}

#main select, #main-home select {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23dddddd' /%3E%3C/svg%3E");
}

#main select option, #main-home select option {
	color: #636363;
	background: #CCCCCC;
}

#main input[type="checkbox"]+label,
#main input[type="radio"]+label,
#main-home input[type="checkbox"]+label,
#main-home input[type="radio"]+label {
	color: #000000;
}

#main input[type="checkbox"]+label:before,
#main input[type="radio"]+label:before,
#main-home input[type="checkbox"]+label:before,
#main-home input[type="radio"]+label:before {
	background: rgba(222, 222, 222, 0.25);
	border-color: #dddddd;
}

#main input[type="checkbox"]:checked+label:before,
#main input[type="radio"]:checked+label:before,
#main-home input[type="checkbox"]:checked+label:before,
#main-home input[type="radio"]:checked+label:before {
	background-color: #636363;
	border-color: #636363;
	color: #CCCCCC;
}

#main input[type="checkbox"]:focus+label:before,
#main input[type="radio"]:focus+label:before,
#main-home input[type="checkbox"]:focus+label:before,
#main-home input[type="radio"]:focus+label:before {
	border-color: #8cc9f0;
	box-shadow: 0 0 0 1px #8cc9f0;
}

#main ::-webkit-input-placeholder,
#main-home ::-webkit-input-placeholder {
	color: rgba(99, 99, 99, 0.25) !important;
}

#main :-moz-placeholder,
#main-home :-moz-placeholder {
	color: rgba(99, 99, 99, 0.25) !important;
}

#main ::-moz-placeholder,
#main-home ::-moz-placeholder {
	color: rgba(99, 99, 99, 0.25) !important;
}

#main :-ms-input-placeholder,
#main-home :-ms-input-placeholder {
	color: rgba(99, 99, 99, 0.25) !important;
}

#main .formerize-placeholder,
#main-home .formerize-placeholder {
	color: rgba(99, 99, 99, 0.25) !important;
}

#main .icon.major,
#main-home .icon.major {
	border-color: #dddddd;
}

#main .icon.major:before,
#main-home .icon.major:before {
	border-color: #dddddd;
}

#main .icon.alt,
#main-home .icon.alt {
	border-color: #dddddd;
	color: #636363;
}

#main .icon.alt:hover,
#main-home .icon.alt:hover {
	background-color: rgba(222, 222, 222, 0.25);
}

#main .icon.alt:active,
#main-home .icon.alt:active {
	background-color: rgba(222, 222, 222, 0.5);
}

#main ul.alt li,
#main-home ul.alt li {
	border-top-color: #dddddd;
}

#main dl dt,
#main-home dl dt {
	color: #636363;
}

#main header.major h2:after,
#main-home header.major h2:after {
	background-color: #dddddd;
	background-image: -moz-linear-gradient(90deg, #5c1646, #f95525);
	background-image: -webkit-linear-gradient(90deg, #5c1646, #f95525);
	background-image: -ms-linear-gradient(90deg, #5c1646, #f95525);
	background-image: linear-gradient(to top right, #5c1646 36.97%, #f95525 79.41%);
}



#main table tbody tr,
#main-home table tbody tr {
	border-color: #dddddd;
}

#main table tbody tr:nth-child(2n + 1),
#main-home table tbody tr:nth-child(2n + 1) {
	background-color: rgba(222, 222, 222, 0.25);
}

#main table th, #main-home table th {
	color: #636363;
}

#main table thead, #main-home table thead {
	border-bottom-color: #dddddd;
}

#main table tfoot, #main-home table tfoot {
	border-top-color: #dddddd;
}

#main table.alt tbody tr td, #main-home table.alt tbody tr td {
	border-color: #dddddd;
}

#main .spotlight .image, #main-home .spotlight .image {
	border-color: #dedede40;
}

#main>.main, #main-home>.main {
	padding: 5em 5em 3em 5em;
	border-top: solid 1px #dddddd;
}

#main>.main:first-child, #main-home>.main:first-child {
	border-top: 0;
}

#main>.main>.image.main:first-child,
#main-home>.main>.image.main:first-child {
	margin: -5em 0 5em -5em;
	width: calc(100% + 10em);
	border-top-right-radius: 0.25em;
	border-top-left-radius: 0.25em;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#main>.main>.image.main:first-child img,
#main-home>.main>.image.main:first-child img {
	border-top-right-radius: 0.25em;
	border-top-left-radius: 0.25em;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

@media screen and (max-width: 1280px) {

	#main>.main, #main-home>.main {
		padding: 6em 4em 2em 4em;
	}

	#main>.main>.image.main:first-child, #main-home>.main>.image.main:first-child {
		margin: 40px 0 130px 0px;
		width: calc(100% + 8em);
	}

}

@media screen and (max-width: 980px) {

	#main>.main, #main-home>.main {
		padding: 4em 3em 2em 3em;
	}

	#main>.main>.image.main:first-child, #main-home>.main>.image.main:first-child {
		margin: -4em 0 4em -3em;
		width: calc(100% + 6em);
	}

}

@media screen and (max-width: 736px) {

	#main>.main, #main-home>.main {
		padding: 3em 2em 1em 2em;
	}

	#main>.main>.image.main:first-child, #main-home>.main>.image.main:first-child {
		margin: -3em 0 2em -2em;
		width: calc(100% + 4em);
	}

}

@media screen and (max-width: 480px) {

	#main>.main, #main-home>.main {
		padding: 3em 1.5em 1em 1.5em;
	}

	#main>.main>.image.main:first-child, #main-home>.main>.image.main:first-child {
		margin: -3em 0 1.5em -1.5em;
		width: calc(100% + 3em);
	}

}

@media screen and (max-width: 360px) {

	#main, #main-home {
		border-radius: 0;
	}

	#main>.main, #main-home>.main {
		padding: 2.5em 1em 0.5em 1em;
	}

	#main>.main>.image.main:first-child, #main-home>.main>.image.main:first-child {
		margin: -2.5em 0 1.5em -1em;
		width: calc(100% + 2em);
		border-radius: 0;
	}

	#main>.main>.image.main:first-child img, #main-home>.main>.image.main:first-child img {
		border-radius: 0;
	}

}

/* Footer */

#leti-footer {
	padding: 5em 5em 3em 5em;
	width: calc(100% + 2em);
	margin: 0 0 0em 0em;
	border-top: solid 1px #dddddd;
	background-color: #ffffff;

}

#footer-home {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 5em 5em 3em 5em;
	width: calc(100% + 2em);
	margin: 0 0 3em -2em;
}


#footer>*, #footer-home>* {
	width: calc(50% - 2em);
	margin-left: 2em;
}

#footer .copyright, #footer-home .copyright {
	width: 100%;
	margin: 2.5em 0 2em 0;
	font-size: 1em;
	text-align: center;
}

@media screen and (max-width: 1280px) {

	#footer, #footer-home {
		padding: 4em 4em 2em 4em;
	}

}

@media screen and (max-width: 980px) {

	#footer, #footer-home {
		padding: 4em 3em 2em 3em;
		display: block;
		margin: 0 0 3em 0;
		width: 100%;
	}

	#footer>*, #footer-home>* {
		width: 100%;
		margin-left: 0;
		margin-bottom: 3em;
	}

	#footer .copyright, #footer-home .copyright {
		text-align: left;
	}

}

@media screen and (max-width: 736px) {

	#footer, #footer-home {
		padding: 3em 2em 1em 2em;
	}

}

@media screen and (max-width: 480px) {

	#footer, #footer-home {
		padding: 3em 1.5em 1em 1.5em;
	}

}

@media screen and (max-width: 480px) {

	#footer, #footer-home {
		padding: 2.5em 1em 0.5em 1em;
	}

}





/* Estilos del home */
.body-home {
	background-color: #935d8c;
	background-image: -moz-linear-gradient(45deg, #972f3d 20%, #5c1646 80%);
	background-image: -webkit-linear-gradient(45deg, #972f3d 20%, #5c1646 80%);
	background-image: -ms-linear-gradient(45deg, #972f3d 20%, #5c1646 80%);
	background-image: linear-gradient(45deg, #972f3d 20%, #5c1646 80%)
}

#main-home {
	background-color: #ffffff;
	color: #636363;
	border-radius: 0.25em;

}

.home-a {
	color: #ffffff !important;
}

.home-letras {
	color: rgba(255, 255, 255, 0.65) !important;
}

/* estilo pestañas */

.nav-tabs>.nav--menu {
	color: #696969 !important;
}

.nav-tabs>.nav-link-menu.active {
	color: #ffffff !important;
	background-color: #a23849 !important;
}


#wrapper {
	width: 64em;
	max-width: calc(100% - 4em);
	margin: 0 auto;



}

@media screen and (max-width: 480px) {

	#wrapper {
		max-width: calc(100% - 2em);
	}

}

@media screen and (max-width: 360px) {

	#wrapper {
		max-width: 100%;
	}

}

.nav-item>a {
	border-bottom: none;
}

a.navbar-brand {
	border-bottom: none;
}

#WACContainer.WACContainer .WAC__customSelect-toggle * {
	color: #696969 !important;
}

a.green {
	color: #17FFDC !important;
}

a {
	color: #444444 !important;
	text-decoration: none !important;
}

a:hover {
	color: #ffffff;
}

a.nav-link-menu {
	color: #ffffff !important;
}

a.dropdown-item {
	color: #696969 !important;
}





li.link-mv {
	border-radius: 13px;
	border-top-right-radius: 13px;
	border-bottom-right-radius: 13px;
	border-bottom-left-radius: 13px;
	width: 100% !important;
}

ul.left-menu {
	width: 100% !important;
}


@media screen and (max-width: 480px) {

	div.left-menu {
		width: 100%;
	}
}

@media screen and (min-width: 480px) {

	div.left-menu {
		width: 260px;
	}
}


iframe.youtube {
	width: 100%;
	height: 60vh;
}

iframe.document {
	width: 100%;
	height: 80vh;
}

.checked {
	color: #CA0036;
}

/* Botones de login */
.fab-login {
	max-width: 250px;
	width: 100%;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding-left: 25px;
}

.fab-login.google {
	background-color: #4285f4 !important;
	border-radius: 6px;
}

.fab-login.github {
	background-color: rgb(24, 24, 24) !important;
	border-radius: 6px;
}

.fab-login.facebook {
	background-color: #4267B2 !important;
	border-radius: 6px;
}

.fab-login .fa-google {
	color: white !important;
	font-size: 24px !important;
}

.fab-login .fa-facebook {
	color: white !important;
	font-size: 24px !important;
}

.fab-login .fa-github {
	color: white !important;
	font-size: 24px !important;
}

.fab-login .fab {
	margin-right: 5px;
}

/* END Botones de login */



.ribbon {
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;
	overflow: hidden;
	width: 75px;
	height: 75px;
	text-align: right;
}

.ribbon span {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	width: 100px;
	display: block;
	background: #79A70A;
	background: linear-gradient(#B6BAC9 0%, #808080 100%);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	position: absolute;
	top: 19px;
	right: -21px;
}

.ribbon span::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid #808080;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #808080;
}

.ribbon span::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: -1;
	border-left: 3px solid transparent;
	border-right: 3px solid #808080;
	border-bottom: 3px solid transparent;
	border-top: 3px solid #808080;
}

/* Dropdown - Cambiamos el color para la demo por el drop del nav */

.dropdown-item.active, .dropdown-item:active {

	background-color: #5b164665 !important;
}

.dropdown-item.focus, .dropdown-item:focus {

	border-color: #5b164665 !important;
}

/* START Timeline  */
.timeline_area {
	position: relative;
	z-index: 1;
}

.single-timeline-area {
	position: relative;
	z-index: 1;
	padding-left: 180px;
}


@media only screen and (max-width: 575px) {
	.single-timeline-area {
		padding-left: 100px;
	}
}

.single-timeline-area .timeline-date {
	position: absolute;
	width: 180px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 60px;
}

@media only screen and (max-width: 575px) {
	.single-timeline-area .timeline-date {
		width: 100px;
	}
}

.single-timeline-area .timeline-date::after {
	position: absolute;
	width: 3px;
	height: 100%;
	content: "";
	background-color: #ebebeb;
	top: 0;
	right: 30px;
	z-index: 1;
}

.single-timeline-area .timeline-date::before {
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #f1c40f;
	content: "";
	top: 50%;
	right: 26px;
	z-index: 5;
	margin-top: -5.5px;
}

.single-timeline-area .timeline-date p {
	margin-bottom: 0;
	color: #020710;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
}

.single-timeline-area .single-timeline-content {
	position: relative;
	z-index: 1;
	padding: 30px 30px 25px;
	border-radius: 6px;
	margin-bottom: 15px;
	margin-top: 15px;
	-webkit-box-shadow: 0 0.25rem 1rem 0 rgba(151, 47, 61, 0.125);
	box-shadow: 0 0.25rem 1rem 0 rgba(151, 47, 61, 0.125);
	border: 1px solid #ebebeb;
}

.single-timeline-area .single-timeline-content:hover {
	box-shadow: 0 0.5rem 1rem 0 rgba(151, 47, 61, 0.3);
}

@media only screen and (max-width: 575px) {
	.single-timeline-area .single-timeline-content {
		padding: 20px;
	}
}

.single-timeline-area .single-timeline-content .timeline-icon-c {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 30px;
	height: 30px;
	background-color: #CA0036;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	text-align: center;
	max-width: 30px;
	border-radius: 50%;
	margin-right: 15px;
}

.single-timeline-area .single-timeline-content .timeline-icon-f {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 30px;
	height: 30px;
	background-color: #ffc502;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	text-align: center;
	max-width: 30px;
	border-radius: 50%;
	margin-right: 15px;
}

.single-timeline-area .single-timeline-content .timeline-icon-n {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 30px;
	height: 30px;
	background-color: #a23840;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	text-align: center;
	max-width: 30px;
	border-radius: 50%;
	margin-right: 15px;
}


.single-timeline-area .single-timeline-content .timeline-icon-d {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	width: 30px;
	height: 30px;
	background-color: #5b164665;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	text-align: center;
	max-width: 30px;
	border-radius: 50%;
	margin-right: 15px;
}

.single-timeline-area .single-timeline-content .timeline-icon-d i {
	color: #ffffff;
	line-height: 30px;
}



.single-timeline-area .single-timeline-content .timeline-icon-n i {
	color: #ffffff;
	line-height: 30px;
}



.single-timeline-area .single-timeline-content .timeline-icon-c i {
	color: #ffffff;
	line-height: 30px;
}

.single-timeline-area .single-timeline-content .timeline-icon-f i {
	color: #ffffff;
	line-height: 30px;
}

.single-timeline-area .single-timeline-content .timeline-text h6 {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.single-timeline-area .single-timeline-content .timeline-text p {
	font-size: 17px;
	margin-bottom: 0;
}

.single-timeline-area .single-timeline-content:hover .timeline-icon,
.single-timeline-area .single-timeline-content:focus .timeline-icon {
	background-color: #020710;
}

.single-timeline-area .single-timeline-content:hover .timeline-text h6,
.single-timeline-area .single-timeline-content:focus .timeline-text h6 {
	color: #5B1646;
}

.single-timeline-content {
	cursor: pointer;
}

.apland-timeline-area a {
	border: none;
	text-decoration: none;
}

/* END Timeline  */


/* Forms */

ul.flat {
	margin-left: 15px;
}

/* Modal */
.modal-content {
	padding-bottom: 28px;
}

.module-content {
	padding-top: 30px;
}

h1 {
	margin: 0;
}

/* Page Container para hacer que la pagina siempre tenga min-height */

div.page-container {
	min-height: calc(100vh - 177px);
	position: relative;
}


/* boton */
.btn-primary, .light-bg .btn-primary {
	background-color: #5A1A62 !important;
	border: 3px #5A1A62 solid !important;
	color: white !important;
	
}
.btn {
	border-radius: 15px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

/* end boton */

.info-border {
	border: 1px solid #5A1A62;
}

.info {
	color: #5A1A62;
}

.row {
	margin: 0px !important;
}

/** Switch Bootstrap */
input:is([type="radio"], [type="checkbox"]) {
	height:35px;
	width:35px;
	vertical-align: middle;
}
.form-check-input:checked {
	background-color: #17FFDC !important;
	border-color: #17FFDC !important;
}

.form-image {
	aspect-ratio: 1;
	border: 1px solid black;
	cursor: pointer;
}

.form-image.round {
	border-radius: 100%;
}

.hidden-field>input, .hidden-field>select {
	opacity: 0;
	width: 100%;
}

.red-text {
	color: red !important;
}

.bg-green {
	background-color: #17FFDC !important;
}

.bg-blue {
	background-color: #4c8bf0 !important;
}

.bg-purple {
	background-color: #5A1A62 !important;
}

.bg-gray {
	background-color: #6c757d !important;
	/* o #343a40 */
}

.swal2-styled.swal2-confirm.swalBtnColor {
	color: #FFC900;
  }

/* Ribbon */
.ui-ribbon-container {
	position: relative;
}

.ui-ribbon-container .ui-ribbon-wrapper {
	position: absolute;
	overflow: hidden;
	width: 85px;
	height: 88px;
	top: -3px;
	right: -3px;
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon {
	background-color: #5b90bf;
}

.ui-ribbon-container .ui-ribbon {
	position: relative;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	line-height: 20px;
	background-color: #555;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.ui-ribbon-container.ui-ribbon-primary .ui-ribbon:after, .ui-ribbon-container.ui-ribbon-primary .ui-ribbon:before {
	border-top: 2px solid #5b90bf;
}

.ui-ribbon-container .ui-ribbon:before {
	left: 0;
	bottom: -1px;
}

.ui-ribbon-container .ui-ribbon:before {
	right: 0;
}

.ui-ribbon-container .ui-ribbon:after, .ui-ribbon-container .ui-ribbon:before {
	position: absolute;
	content: " ";
	line-height: 0;
	border-top: 2px solid #555;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
}

.x_panel {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 17px;
	display: inline-block;
	background: #fff;
	border: 1px solid #E6E9ED;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

/* End Ribbon */

/* Datatable */
.page-item.active .page-link {
	
	color: #fff !important;
	background-color: #5A1A62 !important;
	border-color: #5A1A62 !important;
}
/* End Datatable */

.avatar {
	width: 50px;
	height: 50px;
	border-radius: 100%; 
}