@charset "UTF-8";

/*Basicos*/

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 700,
  'GRAD' 0,
  'opsz' 24';
}

body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto';
	transition: all ease-in-out 200ms;
	font-weight: 400;
	font-variant-ligatures: no-common-ligatures;
}

h1{
	margin: 0;
	color: #464646;
}

h2{
	margin: 0;
	color: #464646;
	font-weight: 400;
}

h3{
	margin: 0;
	color: #464646;
}

p{
	font-size: 17px;
	margin: 0;
	color: #464646;
	line-height: 1.3em;
}

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

a{
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

ul{
	padding-left: 0;
	color: #464646;
    margin-bottom: 0;
    margin-left: 18px;
}

li{
    padding-bottom: 10px;
}

strong{
	font-weight: 700;
}

.space{
	height: 50px;
}

.center1{
	text-align: center !important;
}

.top-margin{
	margin-top: 5px;
}

.pad-box0{
	padding: 50px;
    background-color: none;
}

.pad-box{
	padding: 50px;
	background-color: #36b2a7;
}

.important-end{
	max-width: 1020px;
	margin: 0 auto;
}

.important-end h3{
	color: #fff;
}

.important-end ul{
	color: #fff;
}

.pad-box-2{
	padding: 50px;
	background-color: #32AC9F;
}

.strong2{
	font-weight: 800;
}

.wrapper{
	
}

/*Basicos*/

/*Header*/

.header{
	padding-left: 50px;
	padding-right: 50px;
}

.header-grid{
	display: grid; 
	grid-template-columns: 1fr 1fr; 
	grid-template-rows: 1fr; 
	gap: 0px 0px; 
	grid-template-areas: "logo name-date";
	padding-bottom: 30px;
	padding-top: 30px;
}

.pre-logo{
	display: flex;
    align-items: center;
    justify-content: left;
}

.logo{
	
}

.logo img{
	height: 50px;
	display: block;
}

.pre-name-date{
	text-align: right;
	display: flex;
    align-items: center;
    justify-content: right;
}

.name-date{
	height: auto;
}

.name{
	font-size: 18pt;
	font-weight: lighter;
}

.date{
	font-size: 15pt;
	font-weight: lighter;
}

.date-bold{
	font-weight: 500;
}

.green-bar{
	padding-left: 50px;
	padding-right: 50px;
	margin: 0 auto;
	background-color: #085D61;
	text-align: right;
	display: flex;
    align-items: center;
    justify-content: right;
	height: 0px;
}

.vol-link{
	text-align: right;
	display: flex;
	align-items: center;
    justify-content: right;
	gap: 10px;
}

.vol-link p{
	color: #fff;
	font-size: 15pt;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

.vol-link img{
	height: 22px;
}

/*Header*/

/*Banner*/

.autenticador-base-grid {  display: grid;
  grid-template-columns: 0.3fr 1fr 1fr 1fr 0.3fr;
  grid-template-rows: minmax minmax minmax minmax minmax;
  gap: 0px 0px;
  grid-auto-flow: row;
}

.grid-auth { grid-area: 1 / 1 / 6 / 6; }

.auth-banner-img { grid-area: 1 / 1 / 5 / 6; 
	background-image: url(assets/bg.png);
	height: 700px;
	background-size: cover;
	background-position: center;
}

.auth-banner-img img {
	width: 100%;
	display: flex;
}

.auth-phone {
	grid-area: 1 / 2 / 5 / 5;
	text-align: center;
}

.auth-phone img {
	max-height: 700px;
}


.auth-info {
	grid-area: 4 / 1 / 6 / 6;
	padding: 0px 50px;
}

.auth-pill{
	max-width: 920px;
	margin: 0 auto;
	background-color: #F8F8F8;
	border: solid 3px #D0D3D4;
	border-radius: 10px;
	padding: 50px
}

.auth-info h1{
	text-align: center;
	padding-bottom: 20px;
	font-weight: 400;
}

.auth-info p{
	
}

.pill-container{
	margin: 0 auto;
	max-width: 1020px;
}

.pill-area {
	display: grid;
  	grid-template-columns: 1fr 1fr;
  	grid-template-rows: minmax minmax minmax;
  	gap: 20px;
  	grid-auto-flow: row;
  	grid-template-areas:
    "auth-1 auth-2"
    "auth-3 auth-4"
    "auth-5 auth-6";
}

.pill-area p{
	color: #464646 !important;
	font-size: 22px;
}

.pill-area strong{
	color: #2E9D8F;
}

.pill-area img{
	width: 260px;
	display: flex;
}

.auth-1 { grid-area: auth-1; 
	align-content: center;
}

.auth-2 { grid-area: auth-2; 
	justify-self: center;
	align-content: center;

}

.auth-3 { grid-area: auth-3; 
justify-self: center;
	align-content: center;

}

.auth-4 { grid-area: auth-4;
	align-content: center;
}

.auth-5 { grid-area: auth-5;
	align-content: center;
}

.auth-6 { grid-area: auth-6;
justify-self: center;
	align-content: center;

}



.banner-intro {
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	background-color: #895ea6;
}

.banner-intro img {
	width: 100%;
	display: block;
}

.bg-trees {
	grid-area: 1 / 1 / 3 / 4;
	background-image: url(assets/130578.jpg);
	background-position: center;
	background-size: cover;
}

.text-intro {
	grid-area: 1 / 1 / 2 / 4;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 50px;
}

.text-intro h1 {
	text-align: center;
	color: #14586a;
	padding: 25px 0px;
}

.debut-card-girl {
	text-align: center;
	grid-area: 2 / 1 / 3 / 4;
	padding: 0px 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.debut-card-girl img{
	max-width: 500px;
	width: 100%;
	
}



/*Banner*/

/*Contenido*/

.intro-2{
	padding: 50px;
	background-color: #266dbf;
}

.intro-2 h2{
	text-align: center;
	font-size: 30px;
	margin: 0 auto;
	max-width: 1020px;
	color: #fff;
}

.bb-intro{
	max-width: 1020px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}

.bb-intro h2{
	font-size: 30px;
}

.pill-container p{
	color: #fff;
}

.pill-1 {
	grid-area: 1 / 1 / 3 / 2;
	border-radius: 15px;
	border: solid 2px #ed5826;
	background-color: #fff;
}

.pill-2 {
	grid-area: 1 / 2 / 3 / 3;
	border-radius: 15px;
	border: solid 2px #ed5826;
	background-color: #fff;
}

.pill-3 {
	grid-area: 1 / 3 / 3 / 4;
	border-radius: 15px;
	border: solid 2px #ed5826;
	background-color: #fff;
}

.pill-icon-1 {
	grid-area: 1 / 1 / 2 / 2;
	display: flex;
	justify-content: center;
}

.pill-text-1 {
	grid-area: 2 / 1 / 3 / 2;
	background-color: #ed5826;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 25px;
}

.pill-icon-2 {
	grid-area: 1 / 2 / 2 / 3;
	display: flex;
	justify-content: center;
}

.pill-text-2 {
	grid-area: 2 / 2 / 3 / 3;
	background-color: #ed5826;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 25px;
}

.pill-icon-3 {
	grid-area: 1 / 3 / 2 / 4;
	display: flex;
	justify-content: center;
}

.pill-text-3 {
	grid-area: 2 / 3 / 3 / 4;
	background-color: #ed5826;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	padding: 25px;
}

.qr-area{
	padding: 50px;
	background-color: none;
	padding-top: 0;
}

.qr-info{
	max-width: 1020px;
	margin: 0 auto;
	text-align: center;
}

.qr-info h2{
	font-size: 30px;
	padding-bottom: 20px;
}

.qr-grid {
	display: grid;
  	grid-template-columns: 1.7fr 0.3fr;
  	grid-template-rows: minmax;
  	gap: 20px;
  	grid-auto-flow: row;
  	grid-template-areas:
    "qr-text qr-icon";
	text-align: left;
}

.qr-text {
	grid-area: qr-text;
	display: flex;
}

.qr-icon {
	grid-area: qr-icon;
	display: flex;
	justify-content: center;
	text-align: center;
}

.qr-tx{
	color: #5b5d60;
}

.qr-icon img {
	max-width: 80px;
}

.ct-info{
	max-width: 1020px;
	margin: 0 auto;
}

.end-auth{
	max-width: 1020px;
	margin: 0 auto;
}

.end-auth p{
	padding-bottom: 15px;
	color: #fff;
	padding-left: 40px;
}

.content{
	/*padding: 50px;
	border-radius: 40px;
	background-color: #F1EFEE;*/
}

.content h2{
    text-align: center;
    padding-bottom: 20px
}

.content p{
    padding-bottom: 20px
}

.content-1{
	margin: 0 auto;
	width: 100%;
	max-width: 1020px;
}

.container {
	max-width: 1020px;
	margin: 0 auto;
	display: grid;
  grid-template-columns: 15px 1fr 1fr;
  grid-template-rows: minmax minmax;
  gap: 25px 25px;
  grid-auto-flow: row;
  grid-template-areas: 
    "bt-1 b-tx-1 b-tx-1"
    "bt-1 b-img-1 b-img-2";
}

.bt-1{
	grid-area: bt-1;
}

.bt-1 p{
	font-weight: bold;
	font-size: 25px;
	color: #b9b739;
}


.b-tx-1 { grid-area: b-tx-1; }

.b-tx-1 ul{
	margin-top: 5px;
}

.b-tx-1 li{
	padding-bottom: 0px;
}

.b-img-1 {
	grid-area: b-img-1;
}

.b-img-1 p{
	color: #258898;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
}

.b-img-2 p{
	color: #258898;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
}

.b-img-1 img {
	display: block;
}

.b-img-2 img {
	display: block;
}

.b-img-2 { grid-area: b-img-2; }


.container img{
    border: solid 2px #838383;
    border-radius: 15px;
}

.container-nu {
	max-width: 1020px;
	margin: 0 auto;
	display: grid;
  grid-template-columns: 15px 1fr;
  grid-template-rows: minmax minmax minmax minmax minmax;
  gap: 15px 25px;
  grid-auto-flow: row;
  grid-template-areas: 
    "ct-p-1 c-tx-1"
    "ct-p-2 c-tx-2"
    "ct-p-3 c-tx-3";
}

.container-nu strong{
	color: #004A61;
}

.container-nu p{
	color: #fff;
}

.ct-p-1 { grid-area: ct-p-1; }

.ct-p-1 p{
	font-weight: bold;
	font-size: 25px;
	color: #b9b739;
}

.ct-p-1 { grid-area: ct-p-1; }
.ct-p-2 { grid-area: ct-p-2; }
.ct-p-3 { grid-area: ct-p-3; }
.ct-p-4 { grid-area: ct-p-4; }
.c-tx-1 { grid-area: c-tx-1; }
.c-tx-2 { grid-area: c-tx-2; }
.c-tx-3 { grid-area: c-tx-3; }
.c-tx-4 { grid-area: c-tx-4;
}
.c-tx-5 { grid-area: c-tx-5; 
	max-width: 1020px;
	margin: 0 auto;
}

.c-tx-5 img {
	width: 100%;
}


.c-tx-2 h3{
	color: #1dbaed;
}
.c-tx-3 { grid-area: c-tx-3; }

.c-tx-3 img{
	display: block;
}
.ct-p-4 { grid-area: ct-p-4; }

.ball-2{
	margin-top: 5px;
	width: 17px;
	height: 17px;
	background-color: #f5911e;
	border-radius: 17px;
	margin: 0 auto;
}
.ct-p-5 { grid-area: ct-p-5; }

.c-tx-4 { grid-area: c-tx-4; }

.c-tx-4 h3{
	color: #f5911e;
}
.c-tx-5 { grid-area: c-tx-5; }

.c-tx-5 img{
	display: block;
}


.pic1 { grid-area: pic1; }

.pic2 { grid-area: pic2; }

.pic3 { grid-area: pic3; }

.text1 { grid-area: text1; }

.ball-1{
	margin-top: 5px;
	width: 17px;
	height: 17px;
	background-color: #1dbaed;
	border-radius: 17px;
	margin: 0 auto;
}

.border-box img{
	width: 100%;
}

.container2{
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	grid-template-rows: minmax;
	grid-row-gap: 30px;
	grid-column-gap: 15px;
	grid-auto-flow: row;
	grid-template-areas: "border-box border-box" ;
	padding-bottom: 15px;
}

.dorder-null{
	border: none !important;
	padding-top: 25px !important;
}

.subtitlle-box{
	padding: 50px;
	padding-bottom: 0px;
}

.subtitlle-box2{
	padding: 50px 50px 25px 50px;
}

.subtitlle-box h2{
	color: #464646;
	text-align: center;
}

.subtitlle-box2 h2{
	color: #464646;
	text-align: center;
}

.pre-ball{
	position: relative;
	bottom: -10px;
	height: 0;
	text-align: right;
}

.ball img{
	width: 90px;
}

.ball p{
	font-weight: 800;
	color: #fff;
	font-size: 40px !important;
	line-height: 40px;
}

.divider2{
	height: 3px;
	background-color: #825EFF;
	margin: 50px auto 0 auto;
	max-width: 1020px;
}

.pad-t{
	padding-top: 5px;
}

.box-center{
	flex-direction: none !important;
}

.border-box{
	border-radius: 17px;
	padding: 25px 25px 60px 25px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.bg-box-1{
	background-color: #F4EBF7;
}

.bg-box-2{
	background-color: #D2F4FF;
} 

.bg-box-3{
	background-color: #FEF5DD;
} 

.bg-box-4{
	background-color: #E6FFE9;
} 

.border-box2{
	border-radius: 17px;
	padding: 40px 25px 25px 25px;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	border: solid 3px #AA2276;
}

.border-box p{
	font-size: 20px;
}

.border-box h3{
	font-size: 20px;
	padding-bottom: 10px;
}

.border-box ul{
	margin-top: 5px;
}

.border-box li{
	padding-bottom: 7px;
	font-size: 16px;
}

.color-font-1{
	color: #34BFA1;
}

.foot-legend p{
	font-size: 14px;
}

.mid-banner{
	object-fit: cover;
	margin: 0 auto;
}

.mid-banner img{
	width: 100%;
}

.bullet{
	grid-area: bullet;
}

.bullet img{
	width: 30px;
}

.text{
	grid-area: text;
}

.content-b{
	padding: 50px;
	background-color: #F2E9E2;
}

.content-b-1{
	margin: 0 auto;
	width: 100%;
	max-width: 1020px;
}

.screens{
	width: 100%;
	height: auto;
	border-radius: 12px;
	outline: 2px solid #7E7E7E;
}

.screens-2{
	display: grid;
	align-content: end;
	gap: 15px;
	grid-template-columns: 1fr;
	grid-template-rows: minmax minmax;
}

.pad-1{
	padding-bottom: 15px;
}

.container-b{
	display: grid;
	grid-template-columns: minmax minmax;
	grid-template-rows: minmax minmax minmax;
	grid-row-gap: 30px;
	grid-column-gap: 15px;
	grid-auto-flow: row;
	grid-template-areas: "bullet text" "bullet1 text1";
	padding-top: 25px;
}

.container-b p{
	font-size: 17pt;
}

.mid-screen{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-row-gap: 30px;
	grid-column-gap: 15px;
	grid-auto-flow: row;
	grid-template-areas: "screen-1 screen-2";
	padding-top: 25px;
	align-content: end;
}
.screen-note{
	border-radius: 12px;
	outline: 2px solid #7E7E7E;
	padding: 15px;
}

.screen-note p{
	font-size: 17pt;
}

.check{
	position: relative;
	height: 0;
	text-align: center;
	bottom: 20px;
}

.check img{
	height: 40px;
	width: 40px;
}

.mid-screen-1{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
	grid-row-gap: 30px;
	grid-column-gap: 15px;
	grid-auto-flow: row;
	grid-template-areas: "screen-1 screen-2";
	align-content: end;
}

.container-c{
	display: grid;
	grid-template-columns: minmax minmax;
	grid-template-rows: minmax minmax;
	grid-row-gap: 30px;
	grid-column-gap: 15px;
	grid-auto-flow: row;
	grid-template-areas: "bullet text" "bullet1 text1";
	padding-top: 25px;
}

.container-c p{
	font-size: 17pt;
}
	
.container-d p{
	font-size: 17pt;
}

.container-d{
	display: grid;
	grid-template-columns: minmax minmax;
	grid-template-rows: minmax minmax minmax;
	grid-row-gap: 30px;
	grid-column-gap: 15px;
	grid-auto-flow: row;
	grid-template-areas: "bullet text";
	padding-top: 25px;
}

.foot-note{
	padding: 50px;
	background-color: #259AA7;
	/*max-width: 1020px;*/
	margin: 0 auto;
	border-radius: 40px;
	margin-top: 25px;
	background-image: url("assets/cayman-bg.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}

.foot-text{
	max-width: 1020px;
	margin: 0 auto;
}

.foot-text p{
	color: #fff;
}

.foot-text ul{
	padding-left: 20px;
	color: #fff;
	font-size: 17pt;
}

.foot-text li{
	padding-bottom: 15px;
}

.null{
	padding-bottom: 0px !important;
}

.last{
    background-color: #FEC337;
    background-image: -webkit-linear-gradient(77deg,rgba(252,124,3,1.00) 0%,rgba(254,195,55,1.00) 100%);
    background-image: -moz-linear-gradient(77deg,rgba(252,124,3,1.00) 0%,rgba(254,195,55,1.00) 100%);
    background-image: -o-linear-gradient(77deg,rgba(252,124,3,1.00) 0%,rgba(254,195,55,1.00) 100%);
    background-image: linear-gradient(13deg,rgba(252,124,3,1.00) 0%,rgba(254,195,55,1.00) 100%);
}

.l-box1{
	grid-area: l-box1;
	padding: 50px;
}

.l-box2{
	grid-area: l-box2;
	padding: 50px;
}

.l-box-a{
	padding: 0;
	
}

.l-box-a img{
	width: 350px;
	position: relative;
	bottom: -4px;
}

.l-box2 h3{
	font-size: 22px;
	color: #464646 !important;
	text-align: center !important;
}

.cta-box{
}

.cta-b-area{
	padding: 0 50px;
	position: relative;
	bottom: 25px;
}

.cta-b-area-2{
	padding: 50px 0px 0px 0px;
}

.cta{
    margin: 0px auto;
	max-width: 200px;
	border-radius: 50px;
	transition: all ease-in-out 200ms;
	background: #32AC9F;
}

.cta:hover{
	-webkit-transform: translate(0px, 0px) scale(1.07); transform: translate(0px, 0px) scale(1.07);
}

.cta p{
	padding: 10px 20px;
	color: #FFF;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}


.p-white{
	color: #464646;
}

.last-box{
	margin: 0 auto;
	max-width: 970px;
	display: grid;
	grid-template-columns: 0.8fr 1.2fr;
	grid-template-rows: minmax;
	grid-row-gap: 30px;
	grid-column-gap: 15px;
	grid-auto-flow: row;
	grid-template-areas: "l-box1 l-box2";
}

.l-box2 img{
	width: 75px;
}

.l-box3{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 25px;
}

.font-up p{
	font-size: 20px;
}

.end-box{
	background-color: #FEC337;
    background-image: -webkit-linear-gradient(77deg,rgba(252,124,3,1.00) 0%,rgba(254,195,55,1.00) 100%);
    background-image: -moz-linear-gradient(77deg,rgba(252,124,3,1.00) 0%,rgba(254,195,55,1.00) 100%);
    background-image: -o-linear-gradient(77deg,rgba(252,124,3,1.00) 0%,rgba(254,195,55,1.00) 100%);
    background-image: linear-gradient(13deg,rgba(252,124,3,1.00) 0%,rgba(254,195,55,1.00) 100%);
}

.end{
	max-width: 1020px;
	display: grid;
	margin: 0 auto;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: minmax;
	grid-auto-flow: row;
	grid-template-areas: "end-a end-b"

}

.end-a{
	grid-area: end-a;
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: flex-end;
}

.end-a img{
	width: 80%;
	height: auto;
}

.end-b{
	padding: 50px;
	grid-area: end-b;
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.end-b h3{
	font-size: 30px;
	text-align: left;
}

.strong5{
		font-weight: 500;
	}

.inner-end-b{
	
}

.inner-end-b p{
	font-size: 20px;
}

.hidden{
	display: none;
}

.container-ni {
	max-width: 1020px;
	margin: 0 auto;
	display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax minmax;
  gap: 25px 25px;
  grid-auto-flow: row;
  grid-template-areas:
    "e-tx-1 e-tx-1"
    "e-cta-1 e-cta-2";
}

.e-tx-1 { grid-area: e-tx-1; }

.e-tx-1 p{
	padding-bottom: 12px;
}

.e-cta-1 { grid-area: e-cta-1; 
	justify-self: end;
}

.e-cta-col-1{
	background-color: #1dbaed;
}

.e-cta-col-2{
	background-color: #f5911e;
}

.e-cta-2 { grid-area: e-cta-2;
	justify-self: baseline;
}


/*Contenido*/

/*Footer*/

.divider{
	border-top: solid 1px #464646;
	margin: 0 50px;
}

.footer{
	padding: 0px 50px;
}

.footer-grid{
	display: grid; 
	grid-template-columns: 1fr 1fr; 
	grid-template-rows: 1fr; 
	gap: 0px 0px; 
	grid-template-areas: "social web";
	padding-bottom: 20px;
	padding-top: 20px;
}

.social{
	display: flex;
	align-items: center;
    justify-content: left;
	gap: 7px;
}

.social img{
	height: 28px;
}

.web{
	display: flex;
	align-items: center;
    justify-content: right;
}

.web-bold{
	font-weight: 700;
	font-size: 22px;
}

/*Footer*/

/*Dispositivos*/

@media (max-width:720px){

	br{
		display: none;
	}
	
/*Header*/

	.space{
	height: 25px;
}
	
.header-grid{
	display: grid; 
	grid-template-columns: 1fr; 
	grid-template-rows: minmax; 
	gap: 0px; 
	grid-template-areas: "logo" "name-date";
	padding-bottom: 15px;
	padding-top: 15px;
}
	
.pre-logo{
    justify-content: center;
}

.logo{
	text-align: center;
	height: auto;
}
	
.logo img{
	height: 40px;
}
	
.pre-name-date{
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	gap: 0px;
}
	
.name{
	display: none;
	font-size: 14pt;
	font-weight: 700;
}

.date{
	display: none;
	font-size: 10pt;
}
	
.green-bar{
    justify-content: center;
}
	
.vol-link{
    justify-content: center;
	text-align: center;
}
	
.vol-link p{
	font-size: 14pt;
}
.vol-link img{
	height: 21px;
}

/*Header*/

/*Banner*/

.vdec-banner {
	padding: 25px 25px 0px 25px;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax 1fr;
	gap: 30px 0px;
	grid-auto-flow: row;
	grid-template-areas:
    "vdec-text"
    "vdec-img";
}

.vdec-text {
	grid-area: vdec-text;
	padding: 0;
	}
	

.vdec-img {
	grid-area: vdec-img;
	}
	
	.vdec-img img{
	width: 100%;
		height: 100%;
		height: auto;
}
	
	

	
.banner-grid{
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 15px;
	grid-auto-flow: row;
	grid-template-areas:
		"banner-top" "bannner-bottom" ;
}
	
.pre-pre-banner{
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(assets/bg2.jpg);
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}
	
	
.pre-banner{
	min-height: 300px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
	
.text-subtittle p{
	font-size: 18px;
	text-align: left;
}
	
.pre-subtitlle-area{
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
}
	
.post-text-subtittle p{
		padding: 25px;
		font-size: 17px;
	}
	
.text-subtittle h2{
	text-align: left;
}
	
.subtitlle-area{
	padding: 25px;
}	
	
.bannner-bottom h1{
	font-size: 28px;
	text-align: center;
	text-shadow: 0 0 5px #fff;
}
	
.banner-top{
	grid-area: banner-top;
	text-align: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.banner-top img{
	height: 100px;
	position: relative;
	top: 20px;
	left: 20px;
	z-index: 1000;
}
	
.pad-3{
	padding-bottom: 25px;
}
	
/*Banner*/

/*Contenido*/

		.intro-2{
	padding: 25px;
}
	
h2{
	font-size: 15pt;
}
		

	
.container2{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax minmax;
	grid-row-gap: 30px;
	grid-column-gap: 15px;
	grid-auto-flow: row;
	grid-template-areas: "border-box" "border-box" ;
	padding-bottom: 15px;
}
	
.pill-container {
	display: grid;
  	grid-template-columns: 1fr;
  	grid-template-rows: minmax minmax minmax minmax minmax minmax;
  	gap: 20px 0px;
  	grid-auto-flow: row;
}

.pill-1 {
	grid-area: 1 / 1 / 3 / 2;
	
	}

.pill-2 {
	grid-area: 3 / 1 / 5 / 2;
	}

.pill-3 {
	grid-area: 5 / 1 / 7 / 2;
	}

.pill-icon-1 {
	grid-area: 1 / 1 / 2 / 2;
	margin-bottom: -20px;
	}

.pill-text-1 {
	grid-area: 2 / 1 / 3 / 2;
	}

.pill-icon-2 {
	grid-area: 3 / 1 / 4 / 2;
	margin-bottom: -20px;
	}

.pill-text-2 {
	grid-area: 4 / 1 / 5 / 2;
	}

.pill-icon-3 {
	grid-area: 5 / 1 / 6 / 2;
	margin-bottom: -20px;
	}

.pill-text-3 {
	grid-area: 6 / 1 / 7 / 2;
	}
	
	.qr-area{
	padding: 25px;
}
	
.qr-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax;
	gap: 20px;
	grid-auto-flow: row;
	grid-template-areas:
		"qr-text" "qr-icon";
	text-align: left;
}
	
.content{
}
	
.bullet img{
	width: 30px
}
	
.content-b{
	padding: 25px;
	background-color: #F2E9E2;
}	
	
.container-b{
	grid-row-gap: 20px;
}

.container-b p{
	font-size: 13pt;	
}
	
.mid-screen{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax minmax;
	grid-row-gap: 15px;
	grid-column-gap: 15px;
	grid-auto-flow: row;
	grid-template-areas: "screen-1" "screen-2";
	padding-top: 25px;
}	
	
.screen-note p{
	font-size: 13pt;
}

.screens-2{
	align-content: flex-start;
	grid-template-columns: 1fr;
	grid-template-rows: minmax 1fr;
	grid-template-areas: "screen-note" "screens";
}
	
.mid-screen-1{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	grid-row-gap: 15px;
	grid-column-gap: 15px;
	grid-auto-flow: row;
	grid-template-areas: "screen-1";
}

.dorder-null p{
	font-size: 17px;
	}
	
.pad-null{
	padding: 0 !important;		
}	
	
.container-c{
	padding-top: 0px;
}
	
.container-c p{
	font-size: 13pt;
}
	
.container-d p{
	font-size: 13pt;
}

.foot-note{
	padding: 25px;
	background-color: #86A273;
	border-radius: 25px;
}
	
.foot-text ul{
	font-size: 13pt;
	padding-left: 15px;
}
	
.pad-2{
	padding-bottom: 15px;
}
	
.foot-legend p{
	font-size: 14px;
}
	
.subtitlle-box{
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
}

.subtitlle-box2{
	padding-top: 25px;
	padding-left: 0;
	padding-right: 0;
}

.divider2{
	margin-top: 25px;
}
	
.last{
	padding: 25px;
}
		
.font-up p{
	font-size: 17px;
}	
	
.end{
	grid-template-columns: 1fr;
	grid-template-rows: minmax minmax;
	grid-auto-flow: row;
	grid-template-areas:  "end-b" "end-a"
}
	
	.end-b{
		padding: 25px;
	}
	
	.end-b h3{
		text-align: center;
		font-size: 25px
	}
	
	
	
	.hidden{
    margin: 0 auto;
    display: flex;
    padding: 25px;
    background-color: #a09a2b;
}
	
	.hidden h1{
		color: #fff;
		
	}
	
	.hidden h1{
		font-weight: 400;
		font-size: 25px;
	}
	
	.banner-tittle-center h1{
		display: none;
	}
	
	.pad-box{
	padding: 25px;
}
	
	.pad-box0{
	padding: 25px;
}
	
	.pad-box-2{
	padding: 25px;
}
	
	.inner-end-b p{
	font-size: 17px;
}
	
	.cta{
		
	}
	
	.container {
  display: grid; 
  grid-template-columns: 15px 1fr 1fr; 
  grid-template-rows: minmax minmax minmax; 
  gap: 25px 25px; 
  grid-template-areas: 
    "bt-1 b-tx-1 b-tx-1"
    "bt-1 b-img-1 b-img-1"
    "bt-1 b-img-2 b-img-2"; 
}
	
	.container-ni {
	max-width: 1020px;
	margin: 0 auto;
	display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: minmax minmax minmax;
  gap: 25px 25px;
  grid-auto-flow: row;
  grid-template-areas:
    "e-tx-1 e-tx-1"
    "e-cta-1 e-cta-1"
	"e-cta-2 e-cta-2";
}

.e-cta-1 { grid-area: e-cta-1; 
	justify-self: center;
}

.e-cta-2 { grid-area: e-cta-2;
	justify-self: center;
}
	
	.text-intro {
	padding: 0px 25px;
}
	
	.autenticador-base-grid {  display: grid;
  grid-template-columns: 0.3fr 1fr 1fr 1fr 0.3fr;
  grid-template-rows: minmax minmax minmax minmax minmax;
  gap: 0px 0px;
  grid-auto-flow: row;
}

.grid-auth {  }

.auth-banner-img {  
	background-image: url(assets/bg.png);
	height: 500px;
	background-size: cover;
}

.auth-banner-img img {
	width: 100%;
	display: flex;
}

.auth-phone {
	text-align: center;
	display: flex;
}

.auth-phone img {
	margin: 0 auto;
	width: 280px;
	
}


.auth-info {
	padding: 25px
}
	
	.auth-pill{
		padding: 25px 25px 50px 25px;
	}
	
	.auth-info {
	grid-area: 4 / 1 / 6 / 6;
	padding: 0px 25px;
}

.auth-info h1{
	text-align: center;
	padding-bottom: 20px;
	font-weight: 400;
	font-size: 25px;
}

.auth-info p{
	
}
	
	.pill-area {
	display: grid;
  	grid-template-columns: 1fr;
  	grid-template-rows: minmax minmax minmax minmax minmax minmax;
  	gap: 0px;
  	grid-auto-flow: row;
  	grid-template-areas:
    "auth-2" "auth-1"
    "auth-3" "auth-4"
    "auth-6" "auth-5";
}
	.auth-2{
		padding-bottom: 15px;
	}
	
	.auth-1{
		padding-bottom: 30px;
	}
	
	.auth-3{
		padding-bottom: 15px;
	}
	
	.auth-4{
		padding-bottom: 30px;
	}
	
	.auth-6{
		padding-bottom: 15px;
	}
	
	.auth-5{
		padding-bottom: 30px;
	}
	
	.pill-area img{
	width: 200px;
	display: flex;
}
	
	.pill-area p{
	font-size: 17px;
}
	
	.cta-b-area{
	padding: 0 50px;
}
	
	.cta-b-area-2{
	padding: 0px 0px 25px 0px;
}
	

/*Contenido*/

/*Footer*/
	
.divider{
	border-top: solid 1px #464646;
	margin: 0 25px;
}
	
.footer{
	padding: 0px 25px;
}
	
.footer-grid{
	display: grid; 
	grid-template-columns: 1fr; 
	grid-template-rows: 1fr 1fr;
	grid-template-areas: "social" "web";
}
	
.social{
    justify-content: center;
}

.web{
    justify-content: center;
}
	
.last-box{
	margin: 0 auto;
	max-width: 970px;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax minmax;
	grid-row-gap: 30px;
	grid-column-gap: 15px;
	grid-auto-flow: row;
	grid-template-areas: "l-box2"
	"l-box1" ;
}
	
	.l-box2{
		padding: 0;
	}
	
	.l-box-a img{
		text-align: center;
	}
	
	.last{
		padding-bottom: 0;
	}

/*Footer*/
	
h2{
	font-size: 23px !important; 

/*Dispositivos*/
	
}

@media (max-width:480px){
	.green-bar{
		padding-left: 20px;
		padding-right: 20px;
	}
		
	.web-bold{
	font-size: 20px;
}
	
	.social img{
	height: 24px;
}
	
	.text-intro h1 {
	font-size: 23px
}
	
	.vdec-text h1{
		font-size: 22px;
	}
	
	.window{
	padding: 25px;
}
	
}

@media (max-width:370px){
	
	.auth-phone img {
	height: 450px;
		width: auto;
		
}
	
	.auth-phone {
	text-align: center;
	display: flex;
}

.auth-phone img {
	align-self: flex-start;
	
}
	
	.banner-top img{
		height: 80px;
	}
	
}

/*Dispositivos*/