@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*, 
*:after,
*:before {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
h1,h2,h3,h4{
	margin: 0;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}

body{
	font-size: 100%;
	list-style-type: none;
	font-family: "Work Sans", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	overflow: hidden;
	height: 100%;
	width: 100%;
	margin: 0;
	background-color: #fff;
	font-weight: 300;
	position: relative;

	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 67%, rgba(248,248,248,1) 67%, rgba(248,248,248,1) 100%);
} 

main{
	height: 100vh;
	width: 90%;
	margin: auto;
	position: relative;
	padding: 70px 0 0;
}

.page main{
	padding: 100px 0 0;
}
p{
	font-size: 20px;
	line-height: 40px;
	font-weight: 400;
}
p a{
	color: #0982FC;
	text-decoration: underline;
}

.c-red{
	color: #CE162C!important;
}

h1{
	color: #fff;
	font-weight: 300;
	font-size: 120px;
	line-height: 141px;
	position: relative;
	padding-top: 20px;
	margin-bottom: 20px;

}

h1:before{
	content: '';
	width: 94px;
	top: 0;
	left: 0;
	position: absolute;
	border-top: 6px solid #CE162C;
}
body:not(#home) h1{
	font-size: 76px;
	line-height: 86px;
	color: #0F0F0F;
}

#home {
	background-image: url(../images/cwa-onboard-capa.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#home .logo{
	margin-bottom: 70px;
}
#home p{
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 80px;
}

#home a.goto{
	color: #fff;
	border: 2px solid #FFFFFF;
	border-radius: 22px;
	width: 328px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	line-height: 38px;
}
#home a svg{
	margin-left: 15px;
}

/* =============== page 1 ==================== */
.container{height: 100%;}
#page-1{
	background: transparent none;
	overflow-y: scroll;
}
#page-1 main{
	height: auto;
}

#page-1 .container p{
	width: 60%;
}
#page-1 .container .menu{
	background: #F8F8F8;
	border-radius: 60px;
	padding: 40px;
	margin-top: 50px;
}
#page-1 .container .menu h2{
	font-size: 36px;
}

#page-1 .container .menu ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 15px;
	grid-row-gap:20px;
	margin-top: 30px;
}
header nav ul li,
#page-1 .container .menu ul li{
	background: #FDFDFD;
	border-radius: 22px;
	position: relative;
	padding: 15px 15px 15px 55px;
	display: flex;
	align-items: center;
}
header nav ul li{margin-bottom: 10px;}
header nav ul li:before,
#page-1 .container .menu ul li:before{
	content: attr(data-item);
	width: 43px;
	height: 43px;
	background: #CE162C;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
}
header nav ul li a,
#page-1 .container .menu ul li a{
	position: relative;
	display: block;
	font-size: 16px;
	color: #0F0F0F;
	font-weight: 500;
	width: 100%;
}
/* =============== page 3 ==================== */
#page-3 .container .col-1{
	padding-top: 160px;
}
/* =============== page 5 ==================== */

#page-5 {overflow-y:auto }
#page-5 .container .app{
	display: flex;
}
#page-5 .container .app > div{
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	position: relative;
}
#page-5 .container .app > div p{
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}

#page-5 .container .app .download a{
	display: block;
}
#page-5 .container .app .download a img{
	width: ;
}
#page-5 .container .app .download a:nth-child(2) img{
	width: ;
}

#page-5 .container .app .img img{
	margin-top: 16px;
	min-width: 102px;
}

#page-5 .container .app .download .bts{
	display: flex;
	position: relative;
}

#page-5 .container .app .bts:after{
	content: '';
	width: 130%;
	height: 125px;
	top: -30px;
	left: -60px;
	bottom: 0;
	margin: auto;
	position: absolute;
	background: #eee;
	z-index: -1;
	border-radius: 32px;
}
#page-9{
	overflow-y: auto;
}		

#page-20 .container h1,
#page-19 .container h1,
#page-14 .container h1,
#page-13 .container h1{
	font-size: 36px;
	line-height: 46px;
}
#page-18 .container .col-1{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 50px;
}
#page-18 .container .col-2{justify-content: center;}
#page-18 .container .col-2 img{
	width: 35%;
}
#page-18 .container .col-1 div:nth-child(2) p{
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
}
#page-18 .container .col-1 div:nth-child(2) a{
	display: inline-block;
}

#page-19 .container .col-2{justify-content: center;}

#page-19 .container .col-2 img{
	width: 48%;
	margin-right: 34%;
}

#page-20 .container .col-2 img{
	width: 65%;
	margin-right: 24%;
}

#page-21{
	overflow-y:auto;
}
#page-21 .container .col-2 img{
	width: 38%;
	margin-right: 40%;
}
#page-21 .container .col-2{position: relative;}
#page-21 .container .col-2 p{
	right: 20px;
	position: absolute;
	width: 40%;
}
#page12 .text h1{
	font-size: 36px;
	line-height: 46px;
}

#contato {
	overflow-y: auto;
	background: #fff;
}
#contato .logo{
        padding: 20px 24px 0;
}

#contato main{
	width: 100%;
	padding: 0;
}	
#contato .container{
	width: 85%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 37%;

}
#contato .container .col{
	margin-top: -12%;
}
#contato .container .contatos{
	display: flex;
	flex-wrap: wrap;
	gap:20px;
	justify-content: space-between;
}
#contato .container .contatos > div{
	width: 296px;
	display: flex;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	border-left: 3px solid #E5E5E5;
	padding-left: 18px;
}

#contato .container .contatos > div:nth-child(2){
	width: 396px;
	display: block;
}

#contato .container .contatos > div:nth-child(3){
	width: 286px;
}
#contato .container .contatos > div:nth-child(3) a{
	font-size: 30px;
	line-height: 40px;
}

#contato .container .contatos > div:nth-child(4){
	width: 160px;
}

#contato .container .contatos > div svg{
	width: 25px;
	margin-right: 10px;
}
#contato .container .contatos > div a{
	font-size: 20px;
	line-height: 30px;
	color: #262626;
	font-weight: 400;
}

#contato .container .contatos > div p{
	font-size: 20px;
	line-height: 30px;
	color: #262626;
	font-weight: 400;
}


.flex{
	display: flex;
}
.flex-w{
	display: flex;
	flex-wrap: wrap;
}

strong{
	font-weight: bold;
}.


.line{
	position: relative;
	padding-top: 20px;

}
.line:before{
	content: '';
	width: 94px;
	top: 0;
	left: 0;
	position: absolute;
	border-top: 6px solid #CE162C;
}

p.line{position: relative;padding-top: 20px}


.page main{ height: 100vh; }
.page {overflow-y: auto;}

.page .container{
	display: flex;
	flex-wrap: wrap;
}
.page p{margin-bottom: 15px;}
.page .logo,
.d-mobile{display: none!important;}
.col-1{
	width: 36%;
	padding-right: 50px;
}
.col-2{
	width: 64%;
	display: flex;
	align-items: center;
	justify-content: end;
}

#nav{
	position: relative;
	width: 100%!important;
	display: flex;
	align-items: end;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 10px 0 10px;
}
#nav p{
	font-size: 18px!important;
	line-height: 38px;
	color: #0F0F0F;
	margin: 0;
}
#nav .label{
	margin-right: 20px;
}
#nav .spacer{
	display: block;
	height: 19px;
	width: 2px;
	background: #DBDADA;
	margin: 0 15px 0;
}
#nav > div{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#nav a{display: inline-block;margin-left: 10px}
#nav a.next svg{
	transform: rotate(180deg);
}

.mt-5{
	margin-top: 3rem !important;
}
.mt-4 {
	margin-top: 1.5rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.w-100{width: 100%}
/* =============== page 3 ==================== */


@media screen and (max-width: 1400px) {
	#contato .container {width: 92%;margin: auto;}
	#page-1 main,
	.page main {padding: 30px 0 0;	}

	#page-18 .container,
	#page-5 .container{ height:auto;	}
	#page-20 .container .col-2 img {  width: 78%;   margin-right: 11%;}
	#page-19 .container .col-2 img { width: 57%; margin-right: 19%;}

	#contato #nav,
	#page-1 #nav,
	#page-5 #nav{padding: 30px 0 0;}

	#page-18 .col-1 {  width: 36%; padding-right: 0}

	body:not(#home) h1 { font-size: 59px;   line-height: 66px;  color: #0F0F0F; }
}



@media screen and (max-width: 990px) {
	body{
		background: none;
	} 
	main{height: 100%;}
	#page-1 .container .menu ul{
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}
	#page-1 .container p {width: 100%;}
	.col-1{width: 100%;padding-right: 0;}
	.col-2{width: 100%;display: flex;align-items: center;justify-content: end;}
	.col-2 img{margin: 30px 0 0;}
	.page{overflow-y:auto; }
	main{padding: 20px 0!important;}
	header nav{
		background: #E5E5E5;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1;
		padding: 20px 24px;
		height: 100%;
		overflow: scroll;
	}
	header nav ul{padding: 30px 10px;}	
	.d-mobile{display: block!important;}
	.app{display: flex!important;}
	.page .logo{margin-bottom: 30px;display: block!important;}
	.d-desktop{display: none!important;}
	#nav .spacer,
	#nav-mobile{display: none;}
	#bt-nav{position: absolute;right: 20px; top: 35px;z-index: 1;}
	#nav-mobile .top{display: flex;justify-content: space-between;align-items: center;}
	#nav-mobile img{width: 120px;}
	#nav > div{justify-content: end;}
	#nav{margin: 30px 0 0; }
	#nav > div{gap: 15px;width: 100%;}
	#nav img{order: 2;margin: 20px auto ;}	#nav p{	font-size: 14px!important;line-height: 24px;text-align: center;	order: 1;width: 100%;		margin: 0;	}
	#home{overflow-y: auto;}
	#nav a { margin-left: 0;}
	#home #bt-nav svg path{	fill:#fff;}
	#btCloseNav{margin: -13px 0 0; }
	.page h1{ padding-top: 20px; }
	#page-18 .container .col-2 img {width: 50%;}
	#page-18:after{height:280px; }

	#nav{background: #F8F8F8;padding: 30px 0 0;box-shadow: -115px 0 0 0 #F8F8F8,  115px 0 0 0 #F8F8F8;}
	#page-18 .col-1 {   width: 100%;   padding-right: 0;  }
	.page .logo{padding: 20px 24px 0;}
	#contato .container .col {	margin-top: 50px;	}

	#contato .container .contatos div{width: 100%!important; display: block;border: 0;text-align: center;    padding-left: 0;}
	#contato .container .contatos > div:nth-child(3) span,
	#contato .container .contatos div a{display: block;font-size: 18px;line-height: 28px;}
	#contato .container .contatos > div:nth-child(4) a{display: inline-block;}
	#contato .container .contatos > div:nth-child(4) svg{width: 38px;margin-top: 10px}
}


@media screen and (max-width: 768px) {
	#page-1 .container .menu ul{
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
	}
	p{
		font-size: 18px;
		line-height: 28px;
	}
	body:not(#home) h1 {
		font-size: 46px;
		line-height: 56px;
		margin-bottom: 15px;
	}
	#page-5 .container .app .bts:after{
		width:86vw;
		border-radius: 0;
	}
	#home{
		background-image:url(../images/cwa-capa.png);
		background-position: top;
	}
	#home h1{
		font-size: 76px;
		line-height: 86px;
	}
	#page-3 .container .col-1 {
		padding-top: 0;
	}
	#page-21 .container .col-2{
		display: block;
	}
	#page-21 .container .col-2 p{
		position: relative;
		width: 100%;
		right: 0;
	}
	#page-21 .container .col-2 img{
		margin: 0;
		width: 100%;
	}


}


