@import url("font-aaux-next.css");

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    border: none;
    font-family: aaux-next, sans-serif;
    color: #051f38;
}
body{
	color: #051f38;
	background-color: #e6edf2;
	overflow-x: hidden;
}

hr{
	display: none;
}
h3{
	font-size: 32px;
	font-weight:800;
}
p{
	font-size: 18px;
	font-weight: 300;
}
.display-none{
	display: none!important;
}
.section1{
	width: 100vw;
	display: flex;
	justify-content: space-between; 
	flex-direction: column;
	flex-wrap: nowrap;
}.section1 .section1-container{
	width: 100vw;
	display: flex;
	justify-content: space-around; 
	flex-direction: row;
	flex-wrap: nowrap;
}
.section1 .section1-container > div{
	display: flex;
	justify-content: space-around; 
	gap:20px; 
	flex-direction: column;
}
.section1 .section1-container > div img{
	margin:50px;
	max-width:300px
}
.section1-box{
	z-index: 1;
	width: calc(100% + 40px);
	border:8px solid #a1bbc8;
	padding:30px;
	border-left: none;
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
}
.section1-box button{
	padding: 10px 20px;
	font-weight: 800;
	background-color: white;
	border:4px solid #a1bbc8;
	margin-top: 20px;
	font-size: 20px;
	color: #051f38;
	border-radius: 999px;
	cursor: pointer;
}
.menu{
	padding: 50px;
	margin-top: -6%;
}.menu.ativado{
	padding: 0px!important;
	margin-top: 0!important;
	position: fixed;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	z-index: 99999;
}.menu.ativado nav{
	padding: 20px 70px!important; 
	border-radius: 0!important
}
.menu nav{
	padding: 20px; 
	display: flex; 
	justify-content: space-around;
	width: 100%;
	background-color: #a1bbc8;
	border-radius: 999px
}
.menu nav a:hover{
	font-weight: 600;
}.menu nav a{
	color: #051f38;
}.menu nav a.ativado{
	color: #fff;
}
.imgSection1{
	display: block;
}
.imgSection1Mobile{
	display: none;
}
.box-linha{
	display: flex;
	flex-direction: row;
	gap:25px;
	align-items: center;
}
.linha-dourada{
	background: linear-gradient(90deg, #b57e10 0%, #f9df7b 20%, #fff3a6 46%,#f9df7b 78%, #b57e10 98%); 
	width: 100%;
	height: 5px;
	border-radius: 9999px
}
.linha-preta{
	background: #051f38; 
	width: 100%;
	height: 10px;
	border-radius: 9999px
}

.section2{
	border:8px solid #a1bbc8;
	padding: 20px;
	margin-left: 100px;
	border-right: none;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	padding-left: 300px;
	position: relative;
}

.section2 > div{
	display: flex;
	flex-direction: column;
	gap:20px;
}
.section2 > div > img{
	display: block;
	max-height: 75px;
	max-width:1000px;
	align-self: center;
}
.section2-boxImg{
	position: absolute;
	left: -125px;
	height: 80%;
	top: 10%;
	width: 400px;
	background-color: #a1bbc8;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.section2-boxImg img{
	position: absolute;
	margin: auto;
	height: 70%;
	top: 15%;

}

.section3{
	width: 100%;
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	min-height: 52vw;
	justify-content: flex-start;
	background-image: url('../image/foto_banner03.png');
	background-size: cover;
	background-repeat: no-repeat;
}
.section3 img{
	display: none;
}
.section3-text{
	padding: 100px;
	padding-top: 10px;
	font-size:24px
}

.section4{
	width: 100%;
	margin-top: 50px;
}
.section4-container{
	width: calc(100% - 50px);
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 50px;
	gap:50px;
	border-bottom-right-radius:75px;
	background-image: linear-gradient(to bottom, #ffffff00 0%, #ffffffaa 10%, #ffffffff 100%);
}
.section4-container > div{
	display: flex; 
	justify-content: center;
	align-items: flex-start;
	width: 40%;
	gap:20px
}
.section4-container > div img{
	width: 100px;
}

.section5{
	width: calc(100% - 50px);
	margin-left: 50px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: flex-start;
	padding: 50px;
	padding-top: 0px;
	margin-top: 100px;
	gap:50px;
	border-bottom-left-radius:75px;
	background-image: linear-gradient(to bottom, #ffffff00 0%, #ffffffaa 10%, #ffffffff 100%);
	position: relative;
}
.section5-container{
	display: flex;
	flex-direction: column;
	gap:20px;
}
.section5-boxImg{
	align-self: center;
	width: 500px;
	background-color: #a1bbc8;
	border-radius: 50px;
}
.section5-boxImg img{
	width: 500px;

}
.section6{
	padding: 20px;
	margin-top: 100px;
}

.area_1{
	order: 1;
}
.area_2{
	order: 2;
}
.area_3{
	order: 3;
}
.area_4{
	order: 4;
}
.section6-container{
	display: flex;
	justify-content: space-around;
	gap:50px;
	align-items: center;
	position: relative;
}
.areas{
	position: relative;
	display: flex;
	gap:40px;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	align-items: center;
}
.areas > div{
	max-width: calc(50% - 50px);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
	border-radius: 20px;
	overflow: hidden;
	background-position: center;
}.areas > div.a_1{
	background-image: url('../image/blog/1.png');
}.areas > div.a_2{
	background-image: url('../image/blog/2.png');
}.areas > div.a_3{
	background-image: url('../image/blog/3.png');
}.areas > div.a_4{
	background-image: url('../image/blog/4.png');
}
.areas > div > div{
	width: 100%;
	height: 100%;
	background-color:#7777;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.areas > div button{
	background: none;
	border:2px solid white;
	padding: 5px 10px;
	font-size: 20px;
	border-radius: 999px;
	cursor: pointer;
	align-self: flex-end;
	font-weight: 800;
}
.areas > div button:hover{
	background: white;
	color: #777;
}

.areas *{
	color: white
}

.section7{
	width: calc(100% - 100px);
	margin: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	padding-right: 0px;
	margin-top: 100px;
	gap:50px;
	border-radius:30px;
	background-image: linear-gradient(to top, #ffffff00 0%, #ffffffaa 10%, #ffffffff 100%);
	position: relative;
}
.section7 > form {
	width: 100%
}
.section7 > form > div{
	display: flex;
	flex-direction: column;
	gap:10px;
	width: 100%
}
.section7 > form > div input{
	width: 100%;
	height: 40px;
	font-size: 18px;
	border:2px solid #051f38;
	border-radius: 10px;
	padding-left:10px
}
.section7 > form > div textarea{
	width: 100%;
	height: 160px;
	font-size: 18px;
	border:2px solid #051f38;
	border-radius: 10px;
	padding-left:10px;
	padding-top:10px;
	resize: none;
}.section7 > form > div button{
	background: white;
	border:2px solid #051f38;
	padding: 10px 20px;
	font-size: 20px;
	border-radius: 999px;
	cursor: pointer;
	align-self: flex-end;
	font-weight: 800;
}
.section7 > form > div button:hover{
	background: white;
	color: #051f38;
}

.section8{
	margin-top: 100px;
	display: flex;
	padding-left: 5%;
	justify-content: space-between;
	gap:50px;
}
.section8 > img{
	max-height: 500px
}
.section8 ul{
	width: 80%;
}
.section8 ul li{
	margin: 20px 0;
}
.section8-circulos{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap:40px
}
.modal-blog{
	position:fixed;
	top:0;
	left:0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}.modal-blog-fechar{
	position: fixed;
	background: #a1bbc8ee;
	width: 100%;
	height: 100%;
	top:0;
	left: 0
}.modal-blog-post{
	border-radius: 20px;
	max-width: 450px;
	height: 80%;
	overflow-y: scroll;
	padding: 20px;
	border:4px solid #051f38;
	z-index: 999;
	display: flex;
	flex-direction: column;
	gap:20px;
}.modal-blog-post p{
	color: white
}
.modal-blog-post img{
	border-radius: 20px;
}




footer{
	padding: 20px;
	background: #051f38;
}
footer .container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:40px;
	padding: 20px 70px;
}
footer .container div{
	display: flex;
	gap:40px;
}
footer img{
	max-height:40px;
	max-width: 100%;
}
.direitos{
	display: flex;
	justify-content: center;
	color: white;
	align-items: center;
	margin-top:20px
}

@media (max-width: 1300px) {

	h3{
		font-size: 20px
	}p{
		font-size: 16px
	}
	.linha-dourada{
		display: none;
	}
	.section1 .section1-container{
		flex-wrap: wrap;
	}
	.section1 .section1-container > div{
		order: 2;
	}
	.section1 .section1-container > div img{
		display: none;
	}
	.section1-box{
		border:none;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		gap:30px;
		width: 100%;
		text-align: center;
		padding: 20px;
	}
	.menu{
		display: none;
	}
	.imgSection1{
		display: none!important;
	}
	.imgSection1Mobile{
		display: block;
	}

	.section2{
		border:none;
		padding: 20px;
		margin: 0;
	}
	.section2-boxImg{
		display: none;
	}
	.section2 > div > img{
		height: auto!important;
		width:100%!important;
		max-height: 200px;
	}
	.section3{
		background:none;
		gap:10px;
	}
	.section3 img{
		display: block;
	}

	.section3-text{
		padding: 20px;
		font-size:16px
	}

	.section4-container{
		width: 100%;
		border-radius: 0;
		padding: 20px;
	}
	.section4-container > div{
		width: 100%;
	}
	.section4-container > div img{
		width: 50px;
	}

	.section5{
		width: 100%;
		border-radius: 0;
		padding: 20px;
		margin: 0;
	}
	.section5-boxImg{
		display: none;
	}

	.section6-setas{
		position: absolute;
	}.section6-setas.dir{
		right: 0;
		z-index: 999;
		opacity: .5;
	}.section6-setas.esq{
		left: 0;
		z-index: 999;
		opacity: .5;
	}.section6-setas:hover{
		opacity: 1!important;
	}
	.areas div{
		max-width: 100%!important;
	}
	.area_2{
		display: none;
	}
	.area_3{
		display: none;
	}
	.area_4{
		display: none;
	}
	.section7 {
		padding: 20px;
		margin: 0;
		width: 100%;
		border-radius: 0;
	}
	.section7 img{
		display: none;
	}

	.section8{
		padding: 20px;
		padding-left: 40px;
	}
	.section8 > img{
		display: none;
	}
	.section8 ul{
		width: 10%0%;
	}
	.section8 ul li{
		margin: 0;
	}

	footer .container{
		flex-direction: column;
		align-items:center;
		justify-content: center;
		gap:20px;
	}
}