@charset "UTF-8";

/*Basicos*/

body{
	margin: 0;
	padding: 0;
	font-family: 'Roboto';
	transition: all ease-in-out 200ms;
	font-weight: 300;
	font-variant-ligatures: none;
}

h1{
	margin: 0;
	color: #464646;
}

h2{
	margin: 0;
	color: #464646;
}

h3{
	margin: 0;
	color: #464646;
}

p{
	font-size: 17px;
	margin: 0;
	color: #464646;
}

.font-p{
	font-size: 20px;
}

a{
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

ul{
	padding-left: 0;
}

strong{
	font-weight: 500;
}

.center1{
	text-align: center !important;
}

.top-margin{
	margin-top: 5px;
}

.pad-box{
	padding: 50px;
}

.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;
}

.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: 20px;
}

.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*/

.pre-pre-banner{
	background-image: url("assets/bg.jpg");
	background-position: center;
	background-size: cover;
	padding-left: 50px;
	padding-right: 50px;
}

.pre-banner{
	max-width: 1020px;
	min-height: 450px;
	margin: 0 auto;
}

.pre-subtitlle-area{
	background-color: #FBF0FF;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}

.subtitlle-area{
    padding: 50px;
    background-color: #71c620;
	
}

.text-subtittle{
	max-width: 1020px;
	margin: 0 auto;
}

.text-subtittle h2{
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: 600;
}

.post-text-subtittle p{
	color: #464646;
	font-weight: 300;
	font-size: 20px;
	text-align: left;
	max-width: 1020px;
	padding: 50px;
	margin: 0 auto;
}

.banner-grid{
	display: grid;
	grid-template-columns:  1fr 1fr;
	grid-template-rows: minmax;
	gap: 15px;
	grid-auto-flow: row;
	grid-template-areas: "bannner-bottom banner-top";
}

.post-banner-grid{
	max-width: 1020px;
	margin: 0 auto;
}

.banner-box{
}

.banner-top{
	grid-area: banner-top;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.banner-top img{
	height: 150px;
	position: relative;
	top: 50px;
	z-index: 1000;
}

.bannner-bottom{
	grid-area: bannner-bottom;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner-tittle-center{
}

.bannner-bottom h1{
	max-width: 1020px;
	text-align: left;
	color: #fff;
	font-weight: 400;
	font-size: 38px;
}


/*Banner*/

/*Contenido*/

.content{
	/*padding: 50px;
	border-radius: 40px;
	background-color: #F1EFEE;*/
}

.content-1{
	margin: 0 auto;
	width: 100%;
	max-width: 1020px;
}

.container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: minmax;
	grid-row-gap: 60px;
	grid-column-gap: 30px;
	grid-auto-flow: row;
	grid-template-areas: "border-box border-box" "border-box border-box" ;
	padding-bottom: 15px;
}

.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%;
}

.container img{
	padding-top: 3px;
}

.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{
	max-width: 350px;
	border-radius: 50px;
	transition: all ease-in-out 200ms;
	background: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.cta:hover{
	-webkit-transform: translate(0px, 0px) scale(1.07); transform: translate(0px, 0px) scale(1.07);
}

.cta p{
	padding: 10px 20px;
	color: #FC7C03;
	text-align: center;
	font-weight: 500;
	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;
}

/*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){

/*Header*/

.header-grid{
	display: grid; 
	grid-template-columns: 1fr; 
	grid-template-rows: minmax minmax; 
	gap: 10px; 
	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{
	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*/

.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*/

h2{
	font-size: 15pt;
}
		
.container{
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: minmax minmax  minmax ;
	grid-row-gap: 60px;
	grid-column-gap: 15px;
	grid-auto-flow: row;
	grid-template-areas: "border-box";
}
	
.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;
}
	
.container p{
	font-size: 17px;
}
	
.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: #4718b4;
}
	
	.hidden h1{
		color: #fff;
		
	}
	
	.hidden h1{
		font-weight: 400;
		font-size: 25px;
	}
	
	.banner-tittle-center h1{
		display: none;
	}
	
	.pad-box{
	padding: 40px 25px 50px 25px;
}
	
	.inner-end-b p{
	font-size: 17px;
}
	
	.cta{
		margin: 20px auto;
	}

/*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: 20px !important; 

/*Dispositivos*/
	
}

@media (max-width:480px){
	.green-bar{
		padding-left: 20px;
		padding-right: 20px;
	}
		
	.web-bold{
	font-size: 20px;
}
	
	.social img{
	height: 24px;
}
	
}

@media (max-width:370px){
	
	
	
	.banner-top img{
		height: 80px;
	}
	
}

/*Dispositivos*/