@charset "UTF-8";

* {
	font-family: 'Montserrat', sans-serif;
	scroll-behavior: smooth;
}

body {
	margin: 0px;
	overflow-x: hidden;
	text-align: center;
}

.wrapper {
	width: 84%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.oculto {
	opacity: 0;
}

.desktop_only {
}

/* *************** */
/* *** CABEZAL *** */
/* *************** */

.cabezal {
	width: 100%;
	display: block;
	margin: 0;
	z-index: 10;
}

.logo_corner {
	width: 175px;
	height: 175px;
	display: inline-block;
	float: left;
	background-image: url('../img/logolink.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.menutop {
	display: inline-block;
	float: right;
}

.boton {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	color: white;
	font-size: 1em;
	font-weight: 700;
	background-color: #0188a5;
	border: 2px solid #0188a5;
	border-radius: 40px;
	margin-left: 20px;
	margin-top: 20px;
	text-decoration: none;
}

.boton:hover {
	background-color: transparent;
	color: #0188a5;
}

/* ******************* */
/* *** HERO HEADER *** */
/* ******************* */

.heroheader {
	display: block;
	width: 100%;
	background-image: url('../img/gradiente.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: -75px;
	padding-top: 20px;
	z-index: 0;
}

.mitadder {
	display: inline-block;
	float: right;
	width: 50%;
	height: 800px;
	background-image: url('../img/ilus1.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.mitadizq {
	display: inline-block;
	width: 49%;
	text-align: center;
	float: right;
}

.contenedor_iconos {
	display: block;
	width: 100%;
	text-align: justify;
}

.icono {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	padding-top: 132px;
	height: 40px;
	color: white;
	text-align: center;
	font-size: 1em;
	font-weight: 400;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
}

.icono_homebanking {
	background-image: url('../img/icono_homebanking.svg');
}

.icono_mobilebanking {
	background-image: url('../img/icono_mobilebanking.svg');
}

.icono_billeteras {
	background-image: url('../img/icono_billetera.svg');
}

.icono_cajeros {
	background-image: url('../img/icono_cajeros.svg');
}

.icono_pagar {
	background-image: url('../img/icono_pagar.svg');
}

.ultimo_justificado {
	display: inline-block;
	width: 100%;
	height: 5px;
}

.boton_blanco {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	color: #0188a5;
	font-size: 1em;
	font-weight: 700;
	background-color: white;
	border: 2px solid white;
	border-radius: 40px;
	margin-left: 20px;
	margin-top: 20px;
	text-decoration: none;
}

.boton_blanco:hover {
	background-color: transparent;
	color: white;
}

/* ************** */
/* *** TEXTOS *** */
/* ************** */

h1 {
	color: white;
	font-size: 3em;
	line-height: 1.2em;
	font-weight: 700;
	margin-top: 140px;
}

.tyc {
	font-size: 2 em;
	line-height: 1.2em;
	font-weight: 700;
	color: #0289a4;
	margin: 60px 0 40px 0;
}

.seo-breadcrumbs {
	font-size:13px;
	color:#666;
	
	
}

.seo-breadcrumbs a {
	font-size:13px;
	text-decoration:underline;
	color:#4fa791;
	
}

.seo-breadcrumbs a.active {
	text-decoration:none;
}


h2 {
	font-size: 2.5em;
	line-height: 1.2em;
	font-weight: 700;
	color: #0289a4;
	margin: 60px 0 40px 0;
}

h3 {
	font-size: 3em;
	line-height: 1.2em;
	font-weight: 700;
	color: white;
	margin-top: 140px;
}

span {
	display: inline-block;
	color: white;
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 20px;
}

/* **************** */
/* *** TERMINOS *** */
/* **************** */

.terminos {
	width: 76%;
	padding: 2%;
	height: 600px;
	overflow-y: scroll;
	color: black;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: 400;
	margin-bottom: 40px;
	display: inline-block;
	border: 1px solid #999999;
}

.terminos_mobile {
	display: none;
}

.boton_up {
	display: inline-block;
	width: 100px;
	height: 100px;
	background-image: url('../img/flechaup.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

.boton_up:hover {
	background-image: url('../img/flechaup2.svg');
}

/* **************** */
/* *** CABEZAL2 *** */
/* **************** */

.menutop2 {
	display: inline-block;
	float: left;
}

.logo_corner2 {
	width: 175px;
	height: 175px;
	display: inline-block;
	float: right;
	background-image: url('../img/logolink.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

/* ***************** */
/* *** GANADORES *** */
/* ***************** */

.mitadizq2 {
	display: inline-block;
	float: left;
	width: 50%;
	height: 800px;
	background-image: url('../img/ilus2.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.mitadder2 {
	display: inline-block;
	width: 49%;
	text-align: center;
	float: right;
}

/* *********** */
/* *** PIE *** */
/* *********** */

.pie {
	display: block;
	width: 100%;
	height: 68px;
	background-color: white;
	padding-top: 30px;
	padding-bottom: 30px;
	vertical-align: bottom;
}

.legales {
	display: inline-block;
	width: 50%;
	line-height: 68px;
}

.legales div {
	display: inline-block;
	color: #58595b;
	font-size: 0.8em;
	line-height: 1em;
	text-align: justify;
	vertical-align: middle;
}

.link {
	color: #58595b;
	text-decoration: underline;
}

.link:hover {
	color: #0188a5;
}

.redes_sociales {
	display: inline-block;
	height: 68px;
	float: right;
	vertical-align: middle;
}

.redlink {
	display: inline-block;
	color: #58595b;
	font-size: 0.8em;
	line-height: 68px;
	text-decoration: none;
	vertical-align: middle;
}

.redlink:hover {
	color: #0188a5;
}

.sociales_separador {
	display: inline-block;
	width: 5px;
	height: 52px;
	margin-left: 10px;
	margin-right: 5px;
	border-left: 1px solid #58595b;
	vertical-align: middle;
}

.red_social {
	display: inline-block;
	width: 52px;
	height: 52px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

.facebook {
	background-image: url('../img/icono_facebook1.svg');
}

.facebook:hover {
	background-image: url('../img/icono_facebook2.svg');
}

.instagram {
	background-image: url('../img/icono_instagram1.svg');
}

.instagram:hover {
	background-image: url('../img/icono_instagram2.svg');
}

.linkedin {
	background-image: url('../img/icono_linkedin1.svg');
}

.linkedin:hover {
	background-image: url('../img/icono_linkedin2.svg');
}

.twitter {
	background-image: url('../img/icono_twitter1.svg');
}

.twitter:hover {
	background-image: url('../img/icono_twitter2.svg');
}

.sociales_powered {
	display: inline-block;
	width: 188px;
	height: 68px;
	background-image: url('../img/poweredby.svg');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
}

/* ************************************************************************* */

.mobile_only {
	display: none;
}

/* ************************************************************************* */

/* ************ */
/* MEDIA QUERYS */
/* ************ */

/* Media Query para pantallas 720p */
@media screen and (min-width: 1201px) and (max-width: 1600px) {

.desktop_only {
}

/* *** CABEZAL *** */
.logo_corner {
	width: 148px;
	height: 148px;
}

/* *** HERO HEADER *** */
.heroheader {
	margin-top: -62px;
}
.mitadder {
	width: 42%;
	background-position: right center;
	height: 500px;
}
.mitadizq {
	width: 55%;
	float: left;
}
.icono {
	width: 80px;
	padding-top: 92px;
	height: 20px;
	font-size: 0.8em;
}

/* *** TEXTOS *** */
h1 {
	color: white;
	font-size: 2em;
	margin-top: 60px;
}
h2 {
	font-size: 1.8em;
	margin: 60px 0 40px 0;
}
h3 {
	font-size: 2em;
	margin-top: 80px;
}
span {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 10px;
}

/* *** TERMINOS *** */
.terminos {
	height: 400px;
}
.boton_up {
	width: 72px;
	height: 72px;
}

/* *** CABEZAL2 *** */
.logo_corner2 {
	width: 148px;
	height: 148px;
}

/* *** GANADORES *** */
.mitadizq2 {
	width: 42%;
	height: 400px;
}
.mitadder2 {
	width: 55%;
}

/* *** PIE *** */
.pie {
	height: 56px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.legales {
	line-height: 56px;
}
.redes_sociales {
	height: 56px;
}
.redlink {
	line-height: 56px;
}
.sociales_separador {
	margin-left: 7px;
	margin-right: 3px;
	height: 42px;
}
.red_social {
	width: 36px;
	height: 36px;
}
.sociales_powered {
	width: 124px;
	height: 44px;
}

.mobile_only {
	display: none;
}

}

/* Media Query para pantallas medianas */
@media screen and (min-width: 641px) and (max-width: 1200px) {

.wrapper {
	width: 90%;
}

.desktop_only {
}

/* *** CABEZAL *** */
.logo_corner {
	width: 120px;
	height: 120px;
}

/* *** HERO HEADER *** */
.heroheader {
	margin-top: -50px;
}
.mitadder {
	width: 42%;
	background-position: right center;
	height: 400px;
}
.mitadizq {
	width: 55%;
	float: left;
}
.icono {
	width: 48px;
	padding-top: 60px;
	height: 20px;
	font-size: 0.8em;
}

/* *** TEXTOS *** */
h1 {
	color: white;
	font-size: 1.4em;
	margin-top: 30px;
}
h2 {
	font-size: 1.4em;
	margin: 80px 0 40px 0;
}
h3 {
	font-size: 1.4em;
	margin-top: 120px;
}
span {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 10px;
}

/* *** TERMINOS *** */
.terminos {
	height: 250px;
}
.boton_up {
	width: 60px;
	height: 60px;
}

/* *** CABEZAL2 *** */
.logo_corner2 {
	width: 120px;
	height: 120px;
}

/* *** GANADORES *** */
.mitadizq2 {
	width: 42%;
	height: 300px;
}
.mitadder2 {
	width: 55%;
}

/* *** PIE *** */
.pie {
	height: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.legales {
	width: 100%;
	line-height: 1em;
}
.redes_sociales {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 56px;
	float: none;
	text-align: center;
}
.redlink {
	line-height: 56px;
}
.sociales_separador {
	margin-left: 7px;
	margin-right: 3px;
	height: 42px;
}
.red_social {
	width: 36px;
	height: 36px;
}
.sociales_powered {
	width: 124px;
	height: 44px;
}

.mobile_only {
	display: none;
}

}

/* Media Query para pantallas chicas */
@media screen and (max-width: 640px) {

.wrapper {
	width: 100%;
}

.desktop_only {
	display: none;
}

/* *** CABEZAL *** */
.cabezal {
	height: 120px;
}
.logo_corner {
	width: 100px;
	height: 126px;
	background-position: center bottom;
}
.menutop {
	width: 50%;
	height: 160px;
	text-align: right;
	margin-right: 20px;
}
.boton {
	font-size: 0.8em;
	margin-top: 10px;
}
.desplegable_mobile {
	display: block;
	position: fixed;
	left: 0;
	width: 100vw;
	z-index: 200;
	background-color: #58595b;
	text-align: center;
	padding-bottom: 20px;
	box-shadow: 0 50px 50px black;
	-ms-transition: top 0.5s ease-out;
	-webkit-transition: top 0.5s ease-out;
	transition: top 0.5s ease-out;
}
.hamburguesa {
	color: #0289a4;
	margin-top: 20px;
	text-decoration: none;
	font-size: 2em;
	font-weight: 700;
}

.boton_X {
	display: block;
	text-decoration: none;
	color: white;
	font-size: 2em;
	float: right;
	margin: 20px 20px 0 0;
}

.boton_desplegable {
	display: inline-block;
	text-decoration: none;
	color: white;
	font-size: 1.2em;
	width: 80%;
	padding: 5%;
	border-bottom: 1px solid white;
}

.ultimo {
	border: none;
}

/* *** HERO HEADER *** */
.heroheader {
	margin-top: -35px;
}
.mitadder {
	width: 100%;
	background-position: center;
	height: 100vw;
	margin-top: 20px;
}
.mitadizq {
	width: 100%;
	float: none;
	text-align: center;
}
.contenedor_iconos {
	display: inline-block;
	width: 90%;
}
.icono {
	width: 42px;
	padding-top: 56px;
	height: 20px;
	font-size: 0.6em;
}
.boton_blanco {
	font-size: 0.8em;
}

/* *** TEXTOS *** */
h1 {
	color: white;
	font-size: 1.2em;
	margin-top: 0;
}
h2 {
	font-size: 1.2em;
	margin: 80px 0 40px 0;
}
h3 {
	font-size: 1.2em;
	margin-top: 20px;
}
span {
	font-size: 0.8em;
	line-height: 1em;
	margin-bottom: 10px;
}

/* *** TERMINOS *** */
.terminos_mobile {
	background-color: rgba(0, 0, 0, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
}
.terminos {
	color: white;
	font-size: 0.8em;
	height: 70vh;
	border: none;
	margin-bottom: 20px;
}
.boton_cerrar {
	display: inline-block;
	padding: 6px 15px 8px 15px;
	color: white;
	font-size: 1em;
	font-weight: 700;
	border-radius: 40px;
	border: 2px solid white;
}
.boton_up {
	width: 52px;
	height: 52px;
}

/* *** CABEZAL2 *** */
.cabezal2 {
	height: 120px;
}
.logo_corner2 {
	width: 100px;
	height: 126px;
	background-position: center bottom;
}
.menutop2 {
	width: 40%;
	height: 160px;
	text-align: left;
	margin-left: 20px;
}

/* *** GANADORES *** */
.mitadizq2 {
	width: 100%;
	background-position: center;
	height: 100vw;
	margin-top: 20px;
}
.mitadder2 {
	width: 100%;
}

/* *** PIE *** */
.pie {
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.legales {
	width: 90%;
	line-height: 0.8em;
}
.redes_sociales {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 56px;
	float: none;
	text-align: center;
}
.redlink {
	line-height: 56px;
}
.sociales_separador {
	margin-left: 7px;
	margin-right: 3px;
	height: 42px;
}
.red_social {
	width: 36px;
	height: 36px;
}
.sociales_powered {
	width: 124px;
	height: 44px;
}

.mobile_only {
	display: inline-block;
}

}