@charset "UTF-8";

/*  RESET
	========================================================================== */
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, 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, main, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

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

ol, ul {
	list-style: none;
}

li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

blockquote, q {
	quotes: none;
}

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

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

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

b, strong {
	font-weight: bold;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

html {
	font-family: sans-serif;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}

audio:focus {
	outline: none;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden], template {
	display: none;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.25em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

pre {
	overflow: auto;
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

legend {
	border: 0;
	padding: 0;
}

optgroup {
	font-weight: bold;
}

td, th {
	padding: 0;
}

a {
	background: transparent;
	text-decoration: none;
}

a:active, a:hover, a:focus {
	border: none;
	outline: 0;
	text-decoration: none;
}

::selection {
	background: #6a6a6a;
	color: #f5f5f5;
	text-shadow: 1px 1px 1px #060606;
}

::-moz-selection {
	background: #6a6a6a;
	color: #f5f5f5;
	text-shadow: 1px 1px 1px #060606;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.5;
	font-family: inherit;
}

:-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	font-family: inherit;
}

::-moz-placeholder {
	color: inherit;
	opacity: 0.5;
	font-family: inherit;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 0.5;
	font-family: inherit;
}

button, .btn:hover {
	cursor: pointer;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* Fonts */

@font-face {
	font-family: 'VAG-Rounded-BT';
	src: url('../fonts/VAG-Rounded-BT.TTF') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'VAG-Rounded-LT-Normal';
	src: url('../fonts/VAG-Rounded-LT-Normal.TTF') format('opentype');
	font-weight: normal;
	font-style: normal;
}


/*  DEFAULT & BASIC STYLES
	========================================================================== */
html,
body {
	font: 400 62.5%/1 Lato, sans-serif;
	height: 100%;
}

body {
	/* background: rgb(236, 235, 235); */
	color: #004d99;
	font-size: 100%;
	height: auto;
	min-height: 100%;
}

body.pagina--bg-alt {
	/* background: #f2f2f2; */
}

main,
header,
section,
footer,
nav,
.container,
a {
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}

.cf:before,
.cf:after {
	display: table;
	content: " ";
}

.cf:after {
	clear: both;
}

.container {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 1400px;
}

img {
	display: inline-block;
	height: auto !important;
	margin: 0 auto;
	max-width: 100%;
	width: auto;
}


.db {
	display: block;
}

.dib {
	display: inline-block;
}

.inlined-icon,
.vam {
	display: inline-block;
	vertical-align: middle;
}

.inlined-icon img,
.inlined-icon {
	max-height: 2em;
	height: auto !important;
	width: auto !important;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.mbq {
	margin-bottom: 0.25em !important;
}

.mbh {
	margin-bottom: 0.5em !important;
}

.mb {
	margin-bottom: 1em !important;
}

.mb1h {
	margin-bottom: 1.5em !important;
}

.mb2 {
	margin-bottom: 2em !important;
}

.mb3 {
	margin-bottom: 3em !important;
}

.mb4 {
	margin-bottom: 4em !important;
}

.pl {
	padding-left: 1em;
}

.pl2 {
	padding-left: 2em;
}

.uc {
	text-transform: uppercase;
}

.titulo {
	/* font-size: 3.6em; */
	/* font-size: calc(1vw + 1.68em); */
	font-size: calc(1vw + 1.5em);
	line-height: 1.25;

	font-family: 'VAG-Rounded-BT', sans-serif;
	color: #fff;
	font-weight: 300;
}

.texto {
	/* font-size: 2.5em; */
	/* font-size: calc(0.5625vw + 1.42em); */
	font-size: calc(0.5625vw + 1.1em);
	/* line-height: 1.11; */
	line-height: 1.3;
	font-family: 'VAG-Rounded-LT-Normal', sans-serif;
	color: #fff;
}

.texto-secundario {
	font-size: 2.5em;
	/* font-size: calc(0.5625vw + 1em); */
	font-size: calc(0.6625vw + 1.4em);
	line-height: 1.2;
	text-align: center;
	margin: 0 auto;
	color: #fff;

	z-index: 9999999;
}

.texto--cn {
	line-height: 0.95;
}

.ls {
	letter-spacing: -0.02em;
}

.lse {
	letter-spacing: 0.05em;
}

.texto p:not(:last-child) {
	margin-bottom: 1em;
}

.texto strong,
.titulo strong {
	font-weight: 700;
}


.fz__xxl-l {
	font-size: 2.15em;
}

.fz__xxl {
	font-size: 1.97em;
}

.fz__xxl-s {
	font-size: 1.86em;
}

.fz__xl-l {
	font-size: 1.75em;
}

.fz__xl {
	font-size: 1.5em;
}

.fz__xl-s {
	font-size: 1.4em;
}

.fz__lg-l {
	font-size: 1.25em;
}

.fz__lg {
	font-size: 1.18em;
}

.fz__lg-s {
	/* font-size: 1.05em; */
	font-size: 1.2em;
}

.fz__lg-s2 {
	font-size: 06em;
}

.fz__md-l {
	font-size: 0.95em;
}

.fz__md {
	font-size: 0.83em;
}

.fz__md-s {
	font-size: 0.75em;
}

.fz__sm {
	font-size: 0.66em;

}

.fz__xs {
	font-size: 0.5em;
}

.fz__xxs {
	font-size: 0.33em;
}


.fw-l {
	font-weight: 300 !important;
}

.fw-r {
	font-weight: 400 !important;
}

.fw-b {
	font-weight: 700 !important;
}

.fw-bl {
	font-weight: 900 !important;
}


.fsi {
	font-style: italic;
}


.hl {
	color: #004d99;
}

.font-wh {
	font-weight: 300;
}


.texto-resaltado {
	font-weight: bold;
	font-size: calc(0.2625vw + 1em);
}

.separador {
	border-bottom: 1px solid #fff;
	width: 430px;
	margin: 10px auto;
}

a.link:focus,
a.link:active,
a.link:hover,
a.link {
	color: #fff;
	display: inline-block;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

a.link:hover {
	text-decoration: underline;
	-webkit-text-decoration-skip: edges;
	text-decoration-skip: edges;
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}

a.link:active {
	opacity: 0.8;
	-webkit-transform: scale(1.01);
	-ms-transform: scale(1.01);
	transform: scale(1.01);
}


/*  ==========================================================================
	CONTENT 
	========================================================================== */

.fh {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fh .footer,
.fh .header:not(.header--placeholder) {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.fh .main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.main--npt {
	padding-top: 0 !important;
}

.main--pt {
	padding-top: 4%;
}

.logo-micoppe {
	width: 250px;
}

.bg-grad {
	background: #4687ff;
	background: -moz-linear-gradient(left, #4687ff 0%, #004d99 100%);
	background: -webkit-linear-gradient(left, #4687ff 0%, #004d99 100%);
	background: linear-gradient(to right, #4687ff 0%, #004d99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4687ff', endColorstr='#004d99', GradientType=1);
}

.seccion.bg-grad+.seccion.bg-grad {
	margin-top: -2px;


	position: relative;
	z-index: 15;
}

.bg-grad a,
.bg-grad {
	color: #fff;
}

.header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0.5em 5%;
}

.header--placeholder {
	visibility: hidden;
	pointer-events: none;
}

.header--fixed {
	background: #fff;
	/* z-index: 1001; */
	z-index: 99999999999;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	-webkit-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-o-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.scrolled .header--fixed {
	-webkit-box-shadow: 0 1em 1em -0.5em rgba(0, 0, 0, 0.5);
	box-shadow: 0 1em 1em -0.5em rgba(0, 0, 0, 0.5);
	padding: 0.25em 2%;
}

.logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	color: #004d99;
	font-size: 0.6em;
}

.logo>a {
	/* display: inline-block; */
	display: flex;
}

.scrolled .logo {
	font-size: 0.4em;
}

.logo__micoope {
	color: #004d99;
	display: inline-block;
	vertical-align: middle;
	font-size: 5em;
	font-weight: 900;
	position: relative;
	top: -0.025em;
}

.logo__micoope em {
	font-style: italic;
}

.logo img {
	-webkit-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-moz-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-ms-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-o-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	display: inline-block;
	vertical-align: middle;
	max-height: 3em;
}

.logo img+.logo__micoope {
	margin-left: 0.4em;
}

/* .scrolled .logo img {
				max-height: 2em;
			} */
@media (min-width:768px) {
	.logo {
		font-size: 0.7em;
	}

	.logo img {
		max-height: 4em;
	}

	.scrolled .logo {
		font-size: 0.5em;
	}
}

@media (min-width:992px) {
	.logo {
		font-size: 0.65em;
	}

	.logo img {
		max-height: 5.3em;
	}

	.scrolled .logo {
		font-size: 0.55em;
	}

	.navbar__links {
		font-size: 0.775em;
	}

	.scrolled .navbar__links {
		font-size: 0.7em;
	}
}

@media (min-width:1080px) {
	.logo {
		font-size: 0.875em;
	}

	.navbar__links {
		font-size: 0.95em;
	}

	.scrolled .navbar__links {
		font-size: 0.9em;
	}
}

@media (min-width:1240px) {
	.logo {
		font-size: 1em;
	}
}



.navbar {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 1 1 auto;
	margin-right: 0;
	margin-left: auto;
	position: relative;
	text-align: right;
	/* max-width: 1000px; */
	max-width: 1140px;
}

.navbar__btn {
	background: 0 0;
	border: none;
	display: none;
	padding: 1.4em 0;
	position: relative;
	top: 0.1em;
	z-index: 11;
}

.navbar__btn:focus {
	outline: 0
}

.navbar__btn span {
	position: relative
}

.navbar__btn span,
.navbar__btn span::after,
.navbar__btn span::before {
	display: block;
	height: 6px;
	border-radius: 2px;
	width: 55px;
	background-color: #004d99;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	transition: opacity .3s, -webkit-transform .3s;
	-o-transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s;
	transition: opacity .3s, transform .3s, -webkit-transform .3s;
}

.navbar__btn span::after:focus,
.navbar__btn span::before:focus,
.navbar__btn span:focus {
	outline: 0
}

.navbar__btn span::after,
.navbar__btn span::before {
	content: ''
}

.navbar__btn span::before {
	-webkit-transform: translateY(-1.4em);
	-ms-transform: translateY(-1.4em);
	transform: translateY(-1.4em)
}

.navbar__btn span::after {
	-webkit-transform: translateY(0.8em);
	-ms-transform: translateY(0.8em);
	transform: translateY(0.7em);
}

.main {
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	/* padding-top: 5em; */
}

.main-background {
	background-image: url(../images/bg-desktop.png);
	background-size: cover;
	/* background-size: contain; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;

	margin-top: 2rem;
	overflow: hidden;
	background-position: top;
	/* background-position: center; */
	background-repeat: no-repeat;
	/* width: 100%; */

}

.pop-active .main {
	position: relative;
}

.main::before {
	-webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-moz-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-ms-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	pointer-events: none;
	opacity: 0;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: -1;
}

.pop-active .main::before {
	opacity: 1;
	height: 100%;
	width: 100%;
	z-index: 1000;
}

.pop-active .footer,
.pop-active .main,
.menu-active .footer,
.menu-active .main {
	-webkit-filter: blur(5px) grayscale(0.5);
	filter: blur(5px) grayscale(0.5);
	pointer-events: none;
}

.menu-active .navbar__btn span {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg)
}

.menu-active .navbar__btn span::before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.menu-active .navbar__btn span::after {
	opacity: 0
}



.navbar__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar__links .sep,
.navbar__links a {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.navbar__links a {
	font-size: 2em;
	font-weight: 400;
	text-align: center;
}

.navbar__links a:not(.btn) {
	border-bottom: 2px solid transparent;
	color: #004d99;
	-webkit-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-moz-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-ms-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-o-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	padding-bottom: 0.1em;
	margin-bottom: -0.2em;
}

.navbar__links a.active {
	text-decoration: underline;
}

.navbar__links .sep {
	background: #004d99;
	position: relative;
	height: 3em;
	width: 1px;
}

.navbar__links .br {
	display: block;
}

.navbar__links a:not(.btn):hover {
	border-bottom: 2px solid #004d99;
}

.pagina--fh,
.main--fh {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 90vh;
}

.pagina--fh .footer,
.pagina--fh .header {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.pagina--fh .footer {
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.pagina--fh .main {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin-top: 0;
	margin-bottom: auto;
}

.minh {
	min-height: 75vh;
}

.section {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1670px;
}

.section+.section {
	margin-top: 4%;
}

.section--full {
	max-width: 100%;
	width: 100%;
}

.section--disabled {
	-webkit-filter: blur(3px) grayscale(1);
	filter: blur(3px) grayscale(1);
	pointer-events: none;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	user-drag: none;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
}

.section--pl {
	padding-left: 2%;
}

.section--pr {
	padding-right: 2%;
}

.section--p,
.section--pt {
	padding-top: 2%;
}

.section--p,
.section--pb {
	padding-bottom: 2%;
}

.section--pl-lg {
	padding-left: 4%;
}

.section--pr-lg {
	padding-right: 4%;
}

.section--p-lg,
.section--pt-lg {
	padding-top: 4%;
}

.section--p-lg,
.section--pb-lg {
	padding-bottom: 4%;
}



.maw--xs,
.maw--sm,
.maw--md,
.maw--lg {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
}

.maw--md {
	max-width: 1000px;
}

.maw--sm {
	max-width: 960px;
}

.maw--xs {
	max-width: 840px;
}



.embed-responsive {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-21by9::before {
	padding-top: 42.857143%
}

.embed-responsive-16by9::before {
	padding-top: 56.25%
}

.embed-responsive-4by3::before {
	padding-top: 75%
}

.embed-responsive-1by1::before {
	padding-top: 100%
}


.loading {
	background: url('../images/loading.gif') no-repeat center center transparent;
	-webkit-background-size: 3em 3em;
	-moz-background-size: 3em 3em;
	-o-background-size: 3em 3em;
	background-size: 3em 3em;
}












/*  BUTTONS 
	========================================================================== */


.buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.buttons .btn {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 auto;
}

.buttons .btn+.btn {
	margin-left: 1em;
}

.btn {
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 1;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	user-drag: none;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-webkit-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-moz-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-ms-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-o-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	background: #004d99;
	border-radius: 0.4em;
	color: #fff;
	font-weight: bold;
	padding: 0.1em 0.8em;
}

a.btn,
.btn {
	border: 0.2em solid transparent;
}

.btn.btn--alt {
	background: #e30521;
}

.btn:hover {
	border-color: #004d99;
	background: #fff;
	color: #004d99;
}

.btn:focus,
.btn:active,
.btn:hover {
	outline: none;
}

.btn:hover {
	cursor: pointer;
}

.btn:active {
	opacity: 0.9;
}

.vc--h img,
.vc--h span {
	display: inline-block;
	vertical-align: middle;
}

.vc--h img+span,
.vc--h span+img {
	margin-left: 0.4em;
}

.vc--v img,
.vc--v span {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


img.icon-sh {
	position: relative;
	left: -0.5em;
}





/*  ==========================================================================
	INTRO 
	========================================================================== */

.seccion--intro {
	position: relative;
	padding: 2.5% 0 0;
}

.seccion--intro::after {
	background: url('../images/bg-grad-top.svg') no-repeat center bottom transparent;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	padding-top: 23.666666667%;
	width: 100%;
	z-index: 1;
}

.seccion--secundaria {
	position: relative;

	padding-left: 15%;
	padding-right: 15%;
	display: flex !important;
	column-gap: 7rem;
	/* flex-wrap: wrap; */

	padding-top: 24rem;

}

.seccion--secundaria::before {
	background: url('../images/bg-grad-bottom.svg') no-repeat center bottom transparent;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	/* top: -4px; */
	top: 0px;
	padding-top: 8.666666667%;
	width: 100%;
	/* z-index: 1; */

	z-index: 12;

	/* margin-top: -3rem; */

	/* filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.7)); */
	filter: drop-shadow(0px 3px 44px rgba(0, 0, 0, 0.7));
}


.la {
	margin-right: 18px;
}

.app {}

/* Linea divisora */

.wave-divider {
	width: 100%;
	overflow: hidden;
	/* background-color: red; */

	background: linear-gradient(to right, rgb(70, 135, 255) 0%, rgb(0, 77, 153) 100%);

	margin-top: -123px;
	position: relative;
}

.wave-divider svg {
	width: 100%;
	height: auto;

	z-index: 999999;
	/* z-index: 9999999999 !important; */
	position: relative;

	/* height: 100px; */

	/* filter: drop-shadow(0px 3px 44px rgba(0, 0, 0, 0.7)); */

	/* margin-bottom: -1px; */
	margin-bottom: -20px;
}

.wave-divider path {
	fill: #ecebeb;
	fill: linear-gradient(to right, rgb(70, 135, 255) 0%, rgb(0, 77, 153) 100%);
	/* Color de fondo */
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.7));
	/* Sombra */

	/* filter: drop-shadow(0px 3px 44px rgba(0, 0, 0, 0.7)); */
	filter: drop-shadow(0px 3px 44px rgba(0, 0, 0, 0.7));
}

/* .seccion--beneficios {
	position: relative;
	z-index: 99999999;
	margin-top: -135px;
} */

.nuevo-label {
	background-color: #DB4437;
	color: white;
	padding: 8px 13px;
	border-radius: 5px;
	/* position: relative; */
	position: sticky;
	top: -15px;
	/* left: 20px; */
	left: -167px;
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto;

	margin-top: 2rem;
	/* margin-bottom: 1.5rem; */
	margin-bottom: 3.5rem;


	padding: 11px 15px;
	letter-spacing: .1rem;
	/* font-size: 17px; */
	font-size: 26px;

	/* width: 92px; */
}

.nuevo-label:after {
	content: '';
	position: absolute;
	/* position: relative; */
	bottom: -5px;
	/* left: 35px; */
	/* left: 40px; */
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #DB4437;

	/* ------------------------------ */

	content: '';
	position: absolute;
	/* position: relative; */
	bottom: -9px;
	/* left: 35px; */
	/* left: 36px; */
	/* left: 320px; */
	left: 300px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 11px solid #DB4437;
}

.left-out {
	margin-left: 0 !important;
}

.box-position {
	flex: 1;
	/* max-width: 600px; */
	max-width: 432px;
	align-self: flex-start;
}

.box-icono {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
}

.item-nuevo {
	display: flex;
	justify-content: center;

	/* margin-bottom: 3rem; */
	margin-bottom: 4rem;
}

.contenido-nuevo {
	display: flex;
	justify-content: center;
	/* margin: 5rem 0 8rem; */
	align-items: end;

}

.texto-position {
	position: relative;
	top: 5px;

	text-align: center;
}

.separador-blanco {
	max-width: 654px;
	margin: 0 auto;
	padding-bottom: 2px;
	background-color: #fff;
	/* margin-bottom: 1rem; */
	margin-bottom: 7rem;
	margin-top: 5rem;
}

.listado__icono-nuevo {
	width: 70px;
}

.btn-conocer-mas {
	display: flex;
	width: 200px;
	margin-bottom: 3rem;

	position: relative;
	/* left: 8px; */

	/* left: 28px; */

	margin-top: 7rem;
}

.miCoope-funcion {
	width: 178px;
	position: relative;
	top: 8px;
}

.titulo-funcion {
	position: relative;
	top: -10px;
}

.icono-nuevo-func {
	margin-left: 0;
}

.funcion-margin {
	/* margin-left: 17px; */
	margin-left: auto0;
}

.beneficio-contenedor {
	display: flex;
	gap: 6rem;
	/* gap: 4rem; */
	justify-content: center;
	/* align-items: center; */
	align-items: end;
}


.linea-vertical {
	width: 3px;
	height: 60px;
	background-color: #fff;
	border-radius: 1;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

	position: relative;
	top: -24px;
}

.linea-horizontal {
	width: 100px;
	padding-bottom: 3px;

	height: 3px;

	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

	background-color: #fff;
}

.fuente-fz {
	font-size: 1em;
}

@media (max-width:599px) {
	.contenido-nuevo {
		display: flex;
		justify-content: center;
		/* margin: 5rem 0 8rem; */
		align-items: end;
		gap: 1rem;
	}

	.texto-position {
		position: relative;
		top: -5px;
		font-size: 18px;
	}

	.listado {
		margin-top: 7rem;
	}

	.item-none {
		display: none !important;
	}

	.ultimo-item {
		margin: 0 auto !important;
		margin-bottom: 2rem;
	}

	.ultimo-item .listado__texto {
		line-height: 1.1;
		margin-top: 1rem;
	}

	.miCoope-funcion {
		width: 178px;
		position: relative;
		top: 4px;
	}

	.btn-conocer-mas {
		display: flex;
		width: 190px;
		margin-bottom: 3rem;
		position: relative;
		left: 8px;
	}




	.beneficio-contenedor {
		display: flex;
		gap: 2rem;
		justify-content: center;
		/* align-items: center; */
		align-items: end;

		flex-direction: column;

		align-items: center;
	}

	.linea-horizontal {
		width: 100px;
		padding-bottom: 2px;

		height: 3px;

		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;

		background-color: #fff;

		margin-bottom: 11px;
	}

	.btn-conocer-mas {
		margin-top: 1rem;
		width: 182px;
		left: 2px;

	}


}



/* fin linea divisora */

/* .seccion--secundaria::after {
	background: url('../images/bg-grad-top.svg') no-repeat center bottom transparent;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px;
	padding-top: 23.666666667%;
	width: 100%;

	z-index: 10;
	margin-bottom: -60px;
} */

.intro__imagen-secundaria {
	position: relative;
	top: -48px;
	z-index: 8;
	/* width: 100%; */
	/* width: 60%; */
	width: 82%;
}

.img-estudiantes {
	/* width: 75%; */
	width: 62%;
	margin-bottom: 22px;
}

.btn-micoope {
	width: 30%;
	margin-top: 5px;
}

.texto-zi {
	position: relative;
	z-index: 99;
}

.intro__imagen,
.intro__texto {
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
	z-index: 2;
}

.intro__texto {
	padding-top: 3%;
}

.bg-blue {
	background: -webkit-linear-gradient(left, #4687ff 0%, #004d99 100%);
	background: linear-gradient(to right, #4687ff 0%, #004d99 100%);
}

/* .intro__imagen-secundaria {
	width: 25%;
} */

.descripcion-contenedor {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;

	/* margin-top: 45px; */
	margin-top: -40px;
	position: relative;
	left: 88px;
}




/* Regalón */

.regalon {
	/* width: 500px; */
	/* padding: 0 33rem; */
	margin-bottom: 7rem;
	display: flex;
	margin-top: 4rem;
}


/* DESKTOP - MOBILE  */

@media (min-width:600px) {
	.mobile {
		display: none;
	}
}

@media (max-width:599px) {
	.desktop {
		display: none;
	}
}



@media (min-width:600px) {
	.header {
		/* padding: 0.5em 3%; */
		padding: 0.5em 1%;
	}

	.scrolled .header--fixed {
		padding: 0.25em 3%;
	}

	.seccion--intro {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;

		margin-bottom: 139px;
	}

	.intro__texto {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		max-width: 50%;
	}

	.intro__imagen {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		max-width: 50%;
		position: relative;
	}
}




@media (min-width:768px) {
	.seguridad {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.seguridad__imagen {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.seguridad__contenido {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

.listado {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	/* justify-content: space-between; */
	justify-content: center;
	margin-left: auto;
	margin-right: auto;

	/* max-width: 1130px; */

	max-width: 1293px;
	padding-left: 3px;
	padding-right: 3px;

	margin-top: 9rem;

	row-gap: 3rem;
}

.seguridad__contenido {
	max-width: 66%;
	width: 630px;
}

.listado li {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 4em;
	width: 48%;
}

.listado li.listado__full {
	max-width: 88%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;

	margin-top: calc(0.5625vw + 1.62em) !important;
	margin-bottom: calc(6vw + 1.62em) !important;
}

.listado li.listado__full-2 {
	max-width: 88%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;

	margin-top: -50px;
	margin-bottom: calc(6vw + 1.62em);
	color: #fff;
}


.etiqueta-disponible,
.etiqueta-nuevo {
	background: url('../images/nuevo-servicio-mobile.png?v=6kX3DJ1V') no-repeat center top transparent;
	-webkit-background-size: 200px auto;
	-moz-background-size: 200px auto;
	-o-background-size: 200px auto;
	background-size: 200px auto;
	padding-top: 6em;
}

.etiqueta-disponible {
	background-image: url('../images/disponible-mobile.png?v=6kX3DJ1V');
}

@media (max-width:767px) {
	.listado li.listado__derecha {
		max-width: 88%;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.seguridad__imagen {
		padding: 25px 20px 40px 80px;
		margin: 0 auto;
		text-align: center;
	}

	.listado li.listado__full-2 {
		margin-top: -20px;
	}

	.hidden {
		display: none;
	}

	.line-height_mobile {
		line-height: 1.7 !important;
	}

	.item-nuevo {
		display: flex;
		justify-content: center;
		margin-bottom: 2rem;
	}
}

@media (min-width:768px) {
	.listado li.listado__full {
		max-width: 100%;
		width: 100%;
	}

	.listado li.listado__derecha {
		-ms-flex-item-align: end;
		align-self: flex-end;
		margin-left: auto;
		margin-right: 0;
	}

	.etiqueta-disponible,
	.etiqueta-nuevo {
		background: url('../images/nuevo-servicio-desktop.png?v=6kX3DJ1V') no-repeat 1em 36% transparent;
		-webkit-background-size: 200px auto;
		-moz-background-size: 200px auto;
		-o-background-size: 200px auto;
		background-size: 200px auto;
		padding-top: 0;
		padding-left: 22em;
	}

	.etiqueta-disponible {
		background-image: url('../images/disponible-desktop.png?v=6kX3DJ1V');
	}
}

@media (min-width:1024px) {

	.etiqueta-disponible,
	.etiqueta-nuevo {
		background: url('../images/nuevo-servicio-desktop.png?v=6kX3DJ1V') no-repeat 0.33em 36% transparent;
		-webkit-background-size: 300px auto;
		-moz-background-size: 300px auto;
		-o-background-size: 300px auto;
		background-size: 300px auto;
		padding-top: 0;
		padding-left: 32em;
	}

	.etiqueta-disponible {
		background-image: url('../images/disponible-desktop.png?v=6kX3DJ1V');
	}
}

.listado--vertical li {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	text-align: left;
}

.listado__icono {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.listado--vertical .listado__texto,
.listado--vertical .listado__icono {
	margin-left: 0;
	text-align: left;
}

.listado--vertical .listado__icono {
	margin-bottom: 0.75em;
}

.listado--vertical .listado__texto .titulo {
	margin-bottom: 0.33em;
}

.listado--seguridad .listado__icono {
	width: 64px;
}

.listado--beneficios .listado__icono {
	/* width: 70px; */
	width: 62px;
}

.listado__texto {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-left: 2em;
}

.abonar-intro {
	display: flex;
	align-items: baseline;
}

.texto-intro {
	align-self: center;
	font-size: 34px;
}


.listado .texto {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/*  VIDEO 
	========================================================================== */
.seccion--tutoriales {
	/* position: relative; */
	/* padding-top: 17.33%; */

	/* margin-top: -10rem; */
	/* z-index: 999999999 !important; */
}

/* .seccion--tutoriales::before {
	background: url('../images/bg-grad-bottom.svg') no-repeat center bottom transparent;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0px;
	padding-top: 8.666666667%;
	width: 100%;
	z-index: 1;
} */

.tutoriales__contenido {
	position: relative;
	z-index: 2;
}

.video {
	margin: 0 auto 3%;
	max-width: 970px;
}









/*  PREGUNTAS 
	========================================================================== */
.preguntas {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	user-drag: none;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	width: 94%;
}

.respuesta,
.pregunta {
	background: #fff;
	border: 1px solid #ededed;
	font-size: 2.7em;
	font-size: calc(0.5625vw + 1.62em);
	position: relative;
}

.pregunta {
	font-weight: bold;
	padding: 1.19em 2.15em;
	z-index: 3;
	-webkit-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-moz-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-ms-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-o-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.pregunta {
	border-radius: 0.333em;
}

.preguntas--acordion .pregunta {
	cursor: pointer;
}

.preguntas--acordion .pregunta.activa {
	pointer-events: none;
}

.preguntas--acordion .pregunta:hover {
	color: #0078ef;
}

.preguntas--acordion .pregunta:active {
	color: #003e7a;
}

.preguntas--acordion .pregunta:not(:first-child):not(.activa) {
	border-radius: 0;
}

.preguntas--acordion .pregunta:first-child:not(.activa),
.preguntas--acordion .pregunta.activa+.respuesta+.pregunta:not(:last-of-type) {
	border-radius: 0.333em 0.333em 0 0;
}

.preguntas--acordion .pregunta:not(.activa)+.respuesta+.pregunta.activa,
.preguntas--acordion .pregunta:last-of-type:not(.activa) {
	border-radius: 0 0 0.333em 0.333em;
}

.preguntas--acordion .pregunta {
	padding-right: calc(2.15em + 1.3rem);
}

.preguntas--acordion .pregunta:not(.activa) {
	margin-bottom: -0.1em;
}

.preguntas--acordion .pregunta::after {
	background: url('../images/icono-flecha-abajo.png') no-repeat center;
	background-image: url('../images/icono-flecha-abajo.svg');
	background-size: contain;
	content: '';
	display: block;
	height: 0.8rem;
	width: 1.3rem;
	position: absolute;
	top: 50%;
	right: calc(1.075em + 1.3rem);
	-webkit-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-moz-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-ms-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-o-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.preguntas--acordion .pregunta.activa::after {
	-webkit-transform: translateY(-50%) rotate(-180deg);
	-moz-transform: translateY(-50%) rotate(-180deg);
	-ms-transform: translateY(-50%) rotate(-180deg);
	-o-transform: translateY(-50%) rotate(-180deg);
	transform: translateY(-50%) rotate(-180deg);
}

.respuesta {
	font-weight: 300;
	line-height: 1.2;
	opacity: 0.8;
	padding: 1.19em 2.15em 1.32em;
	z-index: 2;
}

.respuesta:not(.respuesta--nb)::before {
	background: #09C5F3;
	border-radius: 100%;
	content: '';
	display: block;
	height: 0.435185185em;
	position: absolute;
	left: 1.075em;
	top: 1.6em;
	width: 0.435185185em;
}

.respuesta::after {
	background: #004D99;
	content: '';
	display: block;
	height: 1px;
	margin: 1em auto 0;
	width: 3.7em;
}

.respuesta {
	overflow: hidden;
	top: -0.25em;
}

.respuesta:not(:last-child) {
	margin-bottom: -0.5em;
}

.respuesta a {
	color: #004D99;
	font-weight: 400;
	display: inline-block;
	border-bottom: 1px solid #004D99;
	-webkit-transition: all 0.22s ease-out;
	-o-transition: all 0.22s ease-out;
	transition: all 0.22s ease-out;
}

.respuesta a:hover {
	-webkit-filter: brightness(1.75);
	filter: brightness(1.75);
}

.preguntas--acordion .pregunta:active,
.respuesta a:active {
	opacity: 0.8;
}












/*  TUTORIALES 
	========================================================================== */
.tutoriales {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: 0 auto 3em;
	max-width: 94%;
}

.tutorial {
	width: 16%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	margin: 0 2% 2% 2%;
}

.tutorial.activo {
	margin-bottom: 3em;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 100%;
}

.tutorial.activo .tutorial__titulo,
.tutorial.activo .tutorial__video {
	max-width: 846px;
	margin-left: auto;
	margin-right: auto;
}

.tutorial:not(.activo):hover {
	cursor: pointer;
}

.tutorial:not(.activo) iframe {
	pointer-events: none;
	-webkit-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-moz-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-ms-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-o-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.tutorial:not(.activo):hover iframe {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-filter: contrast(1.1) brightness(1.1);
	filter: contrast(1.1) brightness(1.1);
}

.tutorial:not(.activo):hover .tutorial__titulo {
	-webkit-filter: brightness(1.5);
	filter: brightness(1.5);
}

.tutorial__video {
	margin-bottom: 1em;
}

.tutorial__titulo {
	font-size: 1.7em;
	font-size: calc(0.1875vw + 1.34em);
	line-height: 1.2;
	padding-bottom: 0.2em;
	text-align: left;
	-webkit-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-moz-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-ms-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-o-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
	user-drag: none;
	user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
}

.tutorial.activo .tutorial__titulo {
	font-size: 3em;
	font-size: calc(0.625vw + 1.8em);
}















/*  ==========================================================================
	POP 
	========================================================================== */
.pop {
	background: #fff;
	border: 2px solid #004d99;
	border-radius: 1em;
	-webkit-box-shadow: 0 0.7em 1em -0.7em rgba(0, 0, 0, 0.88), 0 1.25em 1.5em rgba(0, 0, 0, 0.66);
	box-shadow: 0 0.7em 1em -0.7em rgba(0, 0, 0, 0.88), 0 1.25em 1.5em rgba(0, 0, 0, 0.66);
	color: #202020;
	left: 50%;
	max-width: 80%;
	padding: 4em 2em 3.5em;
	position: fixed;
	text-align: center;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 600px;
	z-index: 9999;
}



/* Regalon */

.regalon-contenedor {
	display: flex;
	justify-content: center;
}

.regalon-contenedor li {
	flex: 1;
}



/*  FOOTER 
	========================================================================== */

.footer {
	font-weight: 300;
	line-height: 1.4;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 6em 0 0;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.footer__nav {
	padding-left: 1em;
	padding-right: 1em;
	margin: 0 auto 1em;
	max-width: 980px;
	text-align: center;
}

.footer__logos {
	display: inline-block;
	margin-top: 1em;
}

.footer__nav a:not(.footer__logos) {
	color: #004d99;
	font-size: 2em;
	margin-left: 1em;
	margin-right: 1em;

	/* font-family: 'VAG-Rounded-LT-Normal', sans-serif; */
	font-family: 'VAG-Rounded-BT', sans-serif;
}

.footer__logos>span,
.footer__logos img,
.footer__logos a {
	display: inline-block;
	vertical-align: middle;
}

.footer__logos a+span,
.footer__logos img+span,
.footer__logos a+span,
.footer__logos img+span,
.footer__logos>span+a,
.footer__logos>span+img,
.footer__logos>span+a,
.footer__logos>span+img,
.footer__logos img+a,
.footer__logos a+img,
.footer__logos img+img,
.footer__logos a+a {
	margin-left: 6%;
}

.footer__logos span,
.footer__logos a,
.footer__logos img {
	margin-bottom: 2%;
}

.logo-coope100 {
	max-height: 5.6em;
}

.logo-cooperativa {
	max-height: 7.8em;
}

.footer__contacto {
	-webkit-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-moz-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-ms-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	-o-transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	transition: all 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

.footer__contacto:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}


.footer__copyright {
	background: #004d99;
	color: #fff;
	font-size: 1.4em;
	padding: 1em;
	text-align: center;
}


/*  ==========================================================================
	MEDIA QUERIES 
	========================================================================== */

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


@media (min-width:768px) {

	.footer__logos,
	.footer__nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		/* justify-content: space-between; */
		justify-content: space-evenly;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer__logos {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.footer__logos>img,
	.footer__logos>a,
	.footer__nav>img,
	.footer__nav>a {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.footer__nav {
		flex-flow: row wrap;
		justify-content: center;
	}

	.footer__link {
		margin-bottom: 0.75em;
		margin-top: 1em;
		width: 100%;
	}

	.footer__logos {
		flex: 0 1 auto;
		width: auto;
	}

	.footer__logos:first-of-type {
		margin-top: 0;
	}

	.footer__logos+.footer__logos {
		margin-left: 2%;
	}

	.footer__link {
		margin-bottom: 0.85em;
	}

	.footer__logos {
		justify-content: center;
	}

	.footer__logos img {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width:1024px) {
	.footer__logos:first-of-type {
		margin-top: 0;
	}

	.footer__logos+.footer__logos {
		margin-left: 2%;
	}

}

@media (min-width:1400px) {
	.navbar__links .br {
		display: inline;
	}
}

@media (min-width:600px) and (max-width:1280px) {
	.intro__imagen {
		max-width: 42%;
		padding-left: 0;
	}

	.intro__texto {
		padding-left: 4%;
		padding-right: 2%;
		max-width: 58%;
		padding-bottom: 7em;
	}
}

@media (max-width:1370px) {
	.navbar__links a {
		font-size: 1.8em;
	}

}

@media (max-width:1200px) {
	.seccion--secundaria {
		flex-wrap: wrap;
		justify-content: center;
	}

	.descripcion-contenedor {
		display: flex;
		flex-direction: column;
		row-gap: 1rem;
		margin-top: 45px;
		/* margin-top: -40px; */
		position: relative;
		left: 0px;
	}

	.img-estudiantes {
		/* width: 75%; */
		width: 47%;
		margin-bottom: 22px;
		margin-top: 2rem;
	}

	.intro__imagen-secundaria {
		top: 0;
		width: 44%;
	}

	.seccion--intro {
		margin-bottom: 99px;
	}

	.seccion--secundaria::after {
		background: none;
	}

	.btn-micoope {
		margin-bottom: 25px;
	}

	.wave-divider {
		margin-top: -55px;
	}

	.wave-divider svg {
		width: 100%;
		height: auto;
		z-index: 999999999;
		position: relative;
	}

	/* .seccion--beneficios {
		position: relative;
		z-index: 999999999999999999999999;
		margin-top: -95px;
	} */
}

@media (max-width:1023px) {
	.footer__nav a.footer__logos {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 0 1 auto;
	}

	.tutorial {
		margin: 0 0.6666% 2% 0.6666%;
		width: 32%;
	}
}

@media (max-width:991px) {
	.navbar__btn {
		display: inline-block;
	}

	.logo>a {
		display: inline-block;
		/* display: flex; */
	}

	.seccion--intro {
		margin-bottom: 54px;
	}

	.texto-secundario {
		font-size: 2.5em;
		font-size: calc(0.5625vw + 2em);
	}

	.navbar__links {
		position: absolute;
		right: 0;
		top: calc(100% + 3em);
		background: rgb(255 255 255 / 0.5);
		padding: 1em 2em;
		-webkit-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		-webkit-transform-origin: right top;
		-ms-transform-origin: right top;
		transform-origin: right top;
		min-width: 26em;
	}

	body:not(.menu-active) .navbar__links {
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
	}

	.menu-active .navbar__links {
		visibility: visible;
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;

		line-height: 1.2;
	}

	.navbar__links a {
		font-size: 1.9em;
		font-weight: bold;
		margin: 1em 0;
		text-align: right;
		-webkit-transform-origin: center right;
		-ms-transform-origin: center right;
		transform-origin: center right;
		color: #fff;
	}

	.navbar__links .sep {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		height: 1px;
		margin-top: 2em;
		width: 100%;
	}

	.navbar__links .br {
		display: inline-block;
	}

	.navbar__links a+a {
		margin-left: 0;
	}

	.navbar__links a:not(.btn) {
		border-right: 0 solid #004d99;
		border-bottom: none;
		-webkit-transition: all 0.33s ease-out;
		-moz-transition: all 0.33s ease-out;
		-ms-transition: all 0.33s ease-out;
		-o-transition: all 0.33s ease-out;
		transition: all 0.33s ease-out;
	}

	.navbar__links a:not(.btn):hover {
		border-right: 0.5em solid #004d99;
		border-bottom: none;
		padding-right: 0.25em;
	}


	.intro {
		font-size: 0.75em;
	}

	.listado li.item-centrado {
		max-width: 88%;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.item-none {
		display: none;
	}

	.abonar-intro {
		display: block;
	}

	.listado li.listado__full {
		max-width: 88%;
		margin-left: auto;
		margin-right: auto;
		width: 100%;

		margin-top: calc(0.5625vw + 1.62em) !important;
		margin-bottom: calc(6vw + 1.62em) !important;
	}

	/* .seccion--beneficios {
		position: relative;
		z-index: 999999999999999999999999;
		margin-top: -50px;
	} */

	.wave-divider {
		margin-top: 0;
	}

	.seccion--tutoriales {
		/* position: relative; */
		/* padding-top: 17.33%; */
		/* margin-top: -4rem; */
		/* z-index: 999999999 !important; */
	}

}

@media (max-width:767px) {
	.intro {
		font-size: 0.65em;
	}

	.listado li {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column nowrap;
		flex-flow: column nowrap;
		text-align: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.listado--vertical .listado__texto,
	.listado--vertical .listado__icono {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.listado__icono {
		margin-bottom: 0.75em;
	}

	.listado__texto {
		margin-left: auto;
		margin-right: auto;
	}

	.listado__texto .titulo {
		margin-bottom: 0.33em;
	}

	.seguridad__contenido {
		max-width: 92%;
		margin-left: auto;
		margin-right: auto;
		width: 92%;
		text-align: center;
	}

	.logo-coope100 {
		/* max-height: 3.7em; */
	}

	.logo-cooperativa {
		/* max-height: 5.15em; */
	}

	.tutorial {
		margin: 0 1% 3% 1%;
		width: 48%;
	}

	.footer__nav a:not(.footer__logos),
	.footer__nav a.footer__logos {
		display: block;
		margin-left: auto;
		margin-right: auto;
		flex: 0 0 auto;
	}

	.footer__nav a:not(:last-child) {
		margin-bottom: 1em;
	}

	.regalon {
		/* width: 500px; */
		padding: 0 1rem;
		margin-bottom: 5rem;
		margin-top: 2rem;
	}

	.seccion--secundaria {
		position: relative;
		padding-left: 15%;
		padding-right: 15%;
		display: flex !important;
		column-gap: 7rem;
		/* flex-wrap: wrap; */
		padding-top: 12rem;
	}

	.nuevo-label {
		background-color: #DB4437;
		color: white;
		padding: 8px 13px;
		border-radius: 5px;
		/* position: relative; */
		position: sticky;
		top: -15px;
		/* left: 20px; */
		left: -167px;
		font-size: 15px;
		font-weight: bold;
		margin: 0 auto;

		margin-top: 2rem;
		/* margin-bottom: 1.5rem; */
		margin-bottom: 3.5rem;


		padding: 11px 15px;
		letter-spacing: .1rem;
		/* font-size: 17px; */
		font-size: 20px;

		/* width: 92px; */
	}

	.nuevo-label:after {
		content: '';
		position: absolute;
		/* position: relative; */
		bottom: -5px;
		/* left: 35px; */
		/* left: 40px; */
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #DB4437;

		/* ------------------------------ */

		content: '';
		position: absolute;
		/* position: relative; */
		bottom: -9px;
		/* left: 35px; */
		/* left: 36px; */
		left: 250px;
		width: 0;
		height: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 11px solid #DB4437;
	}
}

@media (max-width:579px) {

	.seccion--intro {
		margin-bottom: 9px;
	}


	/* .nuevo-label {
		background-color: #DB4437;
		color: white;
		padding: 8px 13px;
		border-radius: 5px;
		position: sticky;
		top: -15px;
		left: -167px;
		font-size: 15px;
		font-weight: bold;
		width: 80px;
		margin: 0 auto;
		margin-top: 2rem;
		margin-bottom: 1.5rem;
	} */

	.nuevo-label {
		background-color: #DB4437;
		color: white;
		padding: 8px 13px;
		border-radius: 5px;
		/* position: relative; */
		position: sticky;
		top: -15px;
		/* left: 20px; */
		left: -167px;
		font-size: 15px;
		font-weight: bold;
		margin: 0 auto;

		margin-top: 2rem;
		/* margin-bottom: 1.5rem; */
		margin-bottom: 3.5rem;


		padding: 11px 15px;
		letter-spacing: .1rem;
		/* font-size: 17px; */
		font-size: 14px;

		/* width: 92px; */
	}

	.nuevo-label:after {
		content: '';
		position: absolute;
		/* position: relative; */
		bottom: -5px;
		/* left: 35px; */
		/* left: 40px; */
		width: 0;
		height: 0;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
		border-top: 5px solid #DB4437;

		/* ------------------------------ */

		content: '';
		position: absolute;
		/* position: relative; */
		bottom: -9px;
		/* left: 35px; */
		/* left: 36px; */
		left: 173px;
		width: 0;
		height: 0;
		border-left: 12px solid transparent;
		border-right: 12px solid transparent;
		border-top: 11px solid #DB4437;
	}

}

.logo {
	max-width: 66%;
}

.navbar__btn {
	top: -0.1em;
}

.navbar__btn span,
.navbar__btn span::after,
.navbar__btn span::before {
	height: 4px;
	width: 3.6em;
}

.navbar__btn span::before {
	-webkit-transform: translateY(-1.1em);
	-ms-transform: translateY(-1.1em);
	transform: translateY(-1.1em);
}

.navbar__btn span::after {
	-webkit-transform: translateY(0.7em);
	-ms-transform: translateY(0.7em);
	transform: translateY(0.7em);
}

.navbar__links a {
	font-size: 1.75em;
}

.texto-intro {
	font-size: 24px;
}






@media (max-width:479px) {
	.footer__nav a:not(.footer__logos) {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 100%;
	}

	.footer__nav a:not(.footer__logos):not(:last-child) {
		margin-bottom: 1em;
	}

	.texto-secundario {
		font-size: calc(0.5625vw + 2em);
	}

	.separador {
		width: 300px;
	}

	/* .img-estudiantes {
		width: 87%;
	} */

	.img-estudiantes {
		width: 71%;
		margin-top: 1rem;
	}

	.intro__imagen-secundaria {
		top: 35px;
		margin-bottom: 20px;
		width: 52%;
	}

	.btn-micoope {
		width: 38%;
	}

	.intro {
		/* margin-bottom: -2px; */
		/* margin-bottom: 8px; */
		/* margin-bottom: -1px; */
	}

	.intro-mb {
		margin-bottom: 8px;
	}

	.beneficios-mb {
		margin-bottom: -1px;
	}

	.seccion--tutoriales {
		position: relative;
		/* padding-top: 17.33%; */
		/* margin-top: 1rem; */
		margin-top: -1px;
		z-index: 999999999 !important;

		background-color: #ecebeb;
	}

	.seccion--secundaria {
		position: relative;
		padding-left: 15%;
		padding-right: 15%;
		display: flex !important;
		column-gap: 7rem;
		/* flex-wrap: wrap; */
		padding-top: 6rem;
	}

	/* .seccion--beneficios {
		position: relative;
		z-index: 999999999999999999999999;
		margin-top: -6px;
	} */

	.fuente-fz {
		font-size: 1.3em;
	}
}

.banner {
	background: url('../images/banner.png') no-repeat left top transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 4em;
}

.seccion--promociones p {
	text-align: center;
}

.seccion--promociones h5 {
	font-size: 15px;
	margin-left: 15px;
}

.seccion--promociones h4 {
	text-align: center;
	font-weight: bold;
	font-size: 50px;
}

.seccion--promociones h2 {
	text-align: center;
	font-size: 40px;
	margin-top: 50px;
}

.seccion--promociones h3 {
	font-size: 30px;
	text-align: left;
	padding: 15px;
	margin-top: 50px;
	margin-left: 190px;
}

.container-promo {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	width: 80%;
	grid-template-columns: auto auto;
}

.promo {
	background-color: #fff;
	width: 600px;
	height: 200px;
	margin: 10px;
	margin: 15px;
	display: flex;
	flex-direction: row;
	flex: 0 0 45%;
	border-radius: 10px;
}

.promo--nota {
	position: relative;
	margin-bottom: 3.75em;
}

.promo--nota .nota {
	position: absolute;
	bottom: -2.25em;
	left: 0;
	right: 0;
	text-align: center;
}

@media (max-width:479px) {
	.promo--nota {
		margin-bottom: 4.5em;
	}

	.promo--nota .nota {
		bottom: -3.25em;
	}
}

.promo .descuento {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	background: url('../images/fondo-promo.png') no-repeat;
	text-align: center;
	color: #fff;
	width: 350px;

}

.promo .descuento p {
	font-size: 30px;
}

.promo .logo-promo {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	color: blue;
	width: 250px;
	height: 200px;

}

.promo .logo-promo p {
	margin-top: 5px;
}

.promo .logo-promo img {
	width: 200px;
	height: 150px;
}

.condiciones {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 94%;
}

@media (max-width:1405px) {
	.container-promo {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: auto;
	}

	h3 {
		text-align: center;
		margin: 0;
	}

	.condiciones {
		width: 600px;

	}
}

@media (max-width:639px) {
	.promo {
		max-width: 97%;
	}

	h3 {
		text-align: center;
		margin: 0;
	}

	.condiciones {
		width: 100%;
		margin: 0;
	}


}

@media (max-width:440px) {
	.promo {
		max-width: 300px;
	}

	.promo .descuento {
		width: 150px;
	}

	.promo .descuento p {
		max-width: 150px;
		font-size: 20px;
	}

	h2 {
		font-size: 20px;
	}

	.banner img {
		visibility: hidden;
		height: auto !important;
	}

	.banner {
		background-image: url('../images/banner-mobile.png');
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		margin-bottom: 4em;
	}

	.banner img {
		width: auto;
		max-width: 100%;
		min-height: 180px;
	}
}


/* --------------------------------------------------------- */
/* Nuevos estilos */
/* --------------------------------------------------------- */

#que-puedo-hacer {
	position: relative;
	top: -50px;
}


#beneficios {
	position: relative;
	top: -100px;
}

#miCoope {
	position: relative;
	top: -20px;
}

.bloque-promo-app {
	display: flex;
	justify-content: center;
	align-items: center;
	/* padding: 0 4vw; */
	gap: 9rem;
	box-sizing: border-box;

	padding: 3rem 0;
	padding-bottom: 8rem;
}

.bloque-textos {
	max-width: 50vw;
	color: #fff;
}

.texto-con {
	display: block;
	font-size: 40px;
	font-family: 'VAG-Rounded-LT-Normal';
	position: relative;
	left: 35px;
	top: 37px;
	color: #93BFE7;
}

.texto-h1 {
	margin: 0 0 50px 0;
	font-size: 3.6rem;
	line-height: 1.2;
}

.texto-app {
	font-family: 'VAG-Rounded-BT', sans-serif;
	font-size: 115px;
	color: #CD9EC8;
}

.texto-coope {
	display: inline-block;
	font-family: 'VAG-Rounded-LT-Normal';
	color: #93BFE7;
	font-size: 44px;
}

.parrafo-descripcion {
	font-family: 'VAG-Rounded-LT-Normal';
	font-size: 35px;
	margin-bottom: 50px;
	line-height: 1.2;
}

.texto-beneficio {
	font-size: 25px;
	font-family: 'VAG-Rounded-LT-Normal';
}

.botones-tiendas {
	display: flex;
	gap: 15px;
	margin-top: 25px;

	align-items: baseline;
}

.btn-tienda img {
	width: 150px;
	transition: transform 0.2s;
}

.btn-tienda img:hover {
	transform: scale(1.01);
}

.bloque-imagen {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 360px;
	/* padding: 16px; */
	box-sizing: border-box;
}

.img-celular {
	max-width: 487px;
	width: 100%;
	height: auto;
	position: relative;
	top: 50px;
}

.separador-app {
	width: 3px;
	padding-bottom: 24px;
	border-radius: 25px;
	background-color: #fff;
}


.btn-beneficio {
	width: 200px;
	/* width: 170px; */
}

.box-enlace-beneficios {
	display: flex;
	/* align-items: center; */
	gap: 1rem;
	margin-top: 7px;
}

.titulo-section {
	display: inline-block;
	font-family: 'VAG-Rounded-BT', sans-serif;
	text-align: center;
	font-size: 30px;
	color: #CD9EC8;
	background-color: #003e7a;
	padding: 5px 65px;
	border-radius: 50px;
	padding-bottom: 12px;
}

.logo--micoope-sz {
	width: 130px;
	position: relative;
	top: 5px;
}

.box-titulo-beneficio {
	display: flex;
	justify-content: center;
}

.c-amarillo {
	color: #F1B803;
}

.c-azul {
	color: #3B6CB2;
	padding-top: 10px;
}

.bg-azul {
	background-color: #93BFE7;
}

.titulo-reintegro {
	display: flex;
	padding: 2rem 0;
}

.titulo-reintegro img {
	/* width: 665px; */
	width: 750px;
	margin: 2rem auto;
}

.contenedor-decuentos {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 2rem;
	align-items: flex-start;
}

.contenedor-decuentos img {
	/* width: 520px; */
	/* width: 612px; */
	flex: 0 1 auto;
	width: auto !important;
	margin: 0;
}
@media (max-width:767px){
	.contenedor-decuentos {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 2rem;
	}
	.contenedor-decuentos img {
		width: 100%;
	}
	.contenedor-decuentos img:first-child {
		grid-column: span 2;
	}
}


.btn-box-info {
	/* display: flex; */
	display: inline-flex;
	justify-content: center;
	margin: 5rem 0 8rem;
}

.btn-info {
	width: 300px;
}

.contenedor-beneficio-est {
	display: flex;
	justify-content: center;
	/* gap: 11rem; */
	gap: 18rem;
	align-items: center;
	margin-top: 4rem;
	/* margin-bottom: 20rem; */
	/* margin-bottom: 10rem; */
	margin-bottom: 2rem;
}

.conoce-mas {
	width: 250px;
	/* margin-bottom: 10rem; */
}

/* .beneficio-texto {
	display: flex;
	flex-direction: column;
	gap: 4rem;
} */

.beneficio-texto {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	width: 420px;
	align-items: center;
}

.beneficio-texto p {
	font-family: 'VAG-Rounded-BT', sans-serif;
	color: #fff;
	/* font-size: 24px; */
	font-size: 25px;

	text-align: center;
	line-height: 1.2;
}

.miCoope-app {
	width: 240px;
	margin: 0;
}

.img-descuento {
	/* width: 400px; */
	width: 420px;
}

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

/* .mr-bottom {
	margin-bottom: 10rem;
} */

@media (max-width: 1200px) {
	.bloque-promo-app {
		padding-left: 2rem;
		padding-right: 2rem;
		gap: 8rem;
	}

	.img-celular {
		max-width: 420px;
	}

	.parrafo-descripcion {
		font-size: 29px;
	}

	.texto-beneficio {
		font-size: 20px;
	}

	.btn-tienda img {
		width: 125px;
	}

	.texto-app {
		font-size: 100px;
	}

	.texto-coope {
		font-size: 32px;
	}

	.texto-con {
		font-size: 30px;
	}
}


/* --- Mobile --- */
@media (max-width: 900px) {
	.bloque-promo-app {
		flex-direction: column;
		/* align-items: flex-start; */
		/* padding: 24px 12px 0 12px; */
		justify-content: center;
	}

	.bloque-textos {
		max-width: 100%;
	}

	.bloque-promo-app {
		padding-left: 0rem;
		padding-right: 0rem;
		/* gap: 2rem; */
		gap: 0rem;
	}

	.listado li {
		width: 100%;
		padding-left: 4rem;
		padding-right: 4rem;
		flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		align-items: start;
		text-align: start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		gap: 2rem;
	}

	/* .bloque-textos {
		max-width: 100vw;
		margin-bottom: 28px;
	} */

	/* .bloque-imagen {
		min-width: 0;
		width: 100%;
		justify-content: flex-start;
		padding: 0;
	} */

	.img-celular {
		max-width: 370px;
		margin-left: 0;
		border-radius: 20px;
		margin: 0 auto;
	}

	.botones-tiendas {
		gap: 14px;
	}

	/* .texto-h1 {
		font-size: 2.5rem;
	}

	.texto-app {
		font-size: 3.3rem;
	}

	.texto-coope {
		font-size: 1.2rem;
	} */

	/* .parrafo-descripcion {
		font-size: 1.1rem;
	} */

	/* .texto-beneficio {
		font-size: 0.95rem;
	} */

	.btn-tienda img {
		height: 37px;
	}
}

@media (max-width: 767px) {
	.bloque-promo-app {
		padding-left: 2rem;
		padding-right: 2rem;
		/* padding-top: 1.5rem; */
		padding-top: 1rem;
	}

	.titulo-section {
		font-size: 24px;
	}

	.logo--micoope-sz {
		width: 105px;
		top: 5px;
	}

	.titulo-section {
		padding: 10px 23px;
		padding-top: 4px;
	}

	.contenedor-beneficio-est {
		display: flex;
		justify-content: center;
		gap: 5rem;
		align-items: center;
		margin-top: 4rem;
		/* margin-bottom: 20rem; */
		/* margin-bottom: 10rem; */
		margin-bottom: 2rem;
		flex-direction: column;
	}

	.img-descuento {
		width: 330px;
	}
}

@media (max-width: 479px) {
	#miCoope {
		position: relative;
		top: -30px;
	}

	.main-background {
		background-image: url(../images/bg-desktop.png);
		/* background-image: url(../images/bg-mobile.png); */
		background-size: cover;
		/* background-size: contain; */
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		margin-top: 0rem;
		overflow: hidden;
		background-position: top;
		/* background-position: center; */
		background-repeat: no-repeat;
		/* width: 100%; */
	}

	.logo-micoppe {
		width: 185px;
	}

	.texto-h1 {
		/* margin: 0 0 30px 0; */
		margin: 0 0 27px 0;
		font-size: 3.8rem;
		line-height: 1.2;
	}

	.texto-app {
		font-size: 1.97em;
	}

	.texto-coope {
		font-size: 25px;
	}

	.texto-con {
		font-size: 25px;
		top: 23px;
		left: 21px;
	}

	.parrafo-descripcion {
		font-size: 25px;
		/* margin-bottom: 28px; */
		margin-bottom: 25px;
	}

	.texto-beneficio {
		font-size: 20px;
		line-height: 1.2;
	}

	.titulo-section {
		font-size: 20px;
		padding: 10px 20px;
		padding-top: 4px;
	}

	.logo--micoope-sz {
		width: 100px;
		top: 5px;
	}

	.listado--beneficios .listado__icono {
		/* width: 70px; */
		width: 55px;
	}

	.listado {
		margin-top: 6rem;
		padding-left: 0;
		padding-right: 3px;
		column-gap: 1rem;
		margin-bottom: 4rem;

		row-gap: 1rem;
	}

	.box-enlace-beneficios {
		display: flex;
		/* align-items: center; */
		gap: 0rem;
		margin-top: 7px;
		/* flex-direction: column; */
		flex-direction: row;
	}

	/* .beneficio-02 {
		position: relative;
		top: 10px;
	} */

	.img-celular {
		/* margin-bottom: 4rem; */
		margin-bottom: 3rem;
	}

	.titulo-reintegro img {
		width: 350px;
		margin: 1rem auto;
	}

	.contenedor-decuentos {
		padding: 0 2rem;
	}

	.contenedor-decuentos img {
		position: relative;
		left: 6px;
	}


	.listado li {
		padding-left: 2rem;
		padding-right: 1rem;
		flex-flow: row nowrap;
		-ms-flex-flow: row nowrap;
		align-items: start;
		text-align: start;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		gap: 1.5rem;
	}

	.texto {
		font-size: calc(0.5625vw + 1.42em);
	}

	.box-enlace-beneficios {
		display: flex;
		/* align-items: center; */
		gap: 1rem;
		/* margin-top: 7px; */
		/* flex-direction: column; */
	}

	.position-title {
		/* padding-top: 9px; */
		padding: 10px 50px 10px 50px;
		font-size: 22px;
	}

	.btn-info {
		width: 300px;
	}

	.beneficio-texto p {
		font-size: 20px;
	}

	.beneficio-texto {
		gap: 3rem;
		align-items: center;
	}

	.contenedor-beneficio-est {
		gap: 3rem;
	}

	.img-descuento {
		width: 285px;
	}

	.conoce-mas {
		width: 210px;
		/* margin-bottom: 10rem; */
		margin-top: -26px;
		margin-bottom: -27px;
	}

	.padd-beneficios {
		padding: 10px 11px;
		padding-top: 6px;
	}

	.btn-box-info {
		display: inline-flex;
		justify-content: center;
		margin: 3.5rem 0 6rem;
	}

	.img-celular {
		/* max-width: 332px; */
		max-width: 315px;
		margin-top: -28px;
	}

	.botones-tiendas {
		margin-top: 22px;
	}

}