@charset "utf-8";
/* CSS Document */
/*todas as páginas*/

@font-face{
	font-family: "ITC Ronda";
	src: url("fontes/ITC-Ronda-Bold.otf");
	src: url('fontes/ITC-Ronda-Bold.otf?#iefix') format('embedded-opentype'),
	url('fontes/ITC-Ronda-Bold.woff') format('woff'),
	url('fontes/ITC-Ronda-Bold.ttf') format('truetype'),
	url('fontes/ITC-Ronda-Bold.svg#ITCRondaBold') format('svg');
	font-weight: bold;
	font-style: bold;
}

@font-face{
	font-family: 'Cabin';
	src: url("fontes/Cabin-Bold.ttf");
	src: url('fontes/Cabin-Bold.ttf?#iefix') format('embedded-opentype'),
	url('fontes/Cabin-Bold.woff') format('woff'),
	url('fontes/Cabin-Bold.ttf') format('truetype'),
	url('fontes/Cabin-Bold.svg#ITCRondaBold') format('svg');
	font-weight: bold;
	font-style: bold;
}

@font-face{
	font-family:'Cabin Medium';
	src: url("fontes/Cabin-Medium.ttf");
	src: url('fontes/Cabin-Medium.ttf?#iefix') format('embedded-opentype'),
	url('fontes/Cabin-Medium.woff') format('woff'),
	url('fontes/Cabin-Medium.ttf') format('truetype'),
	url('fontes/Cabin-Medium.svg#ITCRondaBold') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
	margin: 0px;
	padding: 0px;
}

.header{
	width:100%;
	height: 100px;
	position: fixed;
	display:inherit;
	z-index: 2;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

.logo{
	width: 50px;
	height: 165px;
	float: left;
	margin: auto;
	padding: auto;
	margin: 25px 0 25px 0;
}

.content-header{  
	margin: auto;
	padding: auto;
	max-width: 1010px;
}

.menu{
	float: right;
	margin: auto;
	padding: auto;
	margin-top:40px;
}

.menu a{
	font-family: "ITC Ronda";
	font-size: 15px;
	font-display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 0px 25px 0px 25px;
}

.menu-ativo{
	font-family: "ITC Ronda";
	font-size: 15px;
	font-display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 0px 25px 0px 25px;
	background-color:#274469;
	border-radius: 10px;
}

.menu-inativo{
	font-family: "ITC Ronda";
	font-size: 15px;
	font-display: block;
	color: #274469;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 0px 25px 0px 25px;
}

.menu a:hover{
	font-family: "ITC Ronda";
	font-size: 15px;
	font-display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 0px 25px 0px 25px;
	background-color:#274469;
	border-radius: 10px;
}

.content-banner{  
	margin: auto;
	padding: auto;
	max-width: 1010px;
}

.banner{
	width:100%;
	height: 495px;
	background-color: #194FA1;
	position:absolute;
	z-index: 1;
	padding: 0px;
	margin: 100px 0 0 0;
}

.parent-banner {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin: 0px;
	padding: 0px;
	max-width: 1010px;
}

.div1-banner { grid-area: 1 / 1 / 2 / 2; }
.div2-banner { grid-area: 2 / 1 / 3 / 2; }
.div3-banner { grid-area: 3 / 1 / 4 / 2; }
.div4-banner { grid-area: 1 / 2 / 4 / 3; }

.titulo-banner{
	width: 380px;
	height: 140px;
	font-family: "ITC Ronda";
	font-size: 28px;
	color: #f3f3f3;
	text-decoration: none;
	text-align:justify;
	padding: 0px;
	margin: 30px 0 0 0;
		user-select: none;
}


.subtitulo-banner{
	width: 380px;
	height: 113px;
	font-family: "ITC Ronda";
	font-size: 18px;
	color: #f3f3f3;
	text-decoration: none;
	text-align:justify;
	padding: 0px;
	margin: 30px 0 0 0;
		user-select: none;
}

.img-banner{
	width: 600px;
	height: 440px;
	padding: 0px 0 0 0;
	margin: 30px 0 0 0;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.61); 
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.61);
}

.btn-c2a{
	background-color:#194FA1;
	border-radius: 20px;
	height: 50px;
	border: #1A3961 solid 5px;
	margin: 30px 0 0 160px;
	padding: 5px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	cursor: pointer;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
  	-webkit-user-select: none;
  	width: auto;
  	z-index: 0;
	text-decoration: none;
}

.btn-c2a:hover{
	background-color:#1A3961;
	border-radius: 20px;
	height: 50px;
	border: #274469 solid 5px;
	margin: 30px 0 0 160px;
	padding: 5px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	cursor: pointer;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
  	-webkit-user-select: none;
  	width: auto;
  	z-index: 0;
	text-decoration: none;
}

.btn-c2a img{
	padding: 0px 5px 0px 5px;
	margin: 0px;
	width: 30px;
	height: 30px;
}

.btn-c2a p{
	padding: 0px 5px 0px 0px;
	margin: 0px;
	width: 152px;
	height: 24px;
	font-family: 'Cabin';
	font-size: 20px;
	color: #f3f3f3;
	font-weight: bold;
	text-decoration: none;
}

.logo .tooltiptext {
  	visibility: hidden;
  	width: auto;
  	background-color: #274469;
  	color: #fff;
 	text-align: center;
  	padding: 10px;
 	border-radius: 10px;
  	position: absolute;
  	z-index: 1;
	font-family: "ITC Ronda";
	font-size: 12px;
	color: #f3f3f3;
	opacity: 0;
    transition: opacity 1s;
	
}

.logo .tooltiptext:after {
  	content: "";
  	position: absolute;
 	top: 25%;
  	right: 100%;
  	border-width: 5px;
  	border-style: solid;
  	border-color: transparent #274469 transparent transparent;
}

.logo:hover .tooltiptext {
  	visibility: visible;
	opacity: 0.8;
	margin: -20px 0px 0px 170px;
}

.content-rodape{  
	margin: auto;
	padding: auto;
	max-width: 1010px;
}

.rodape{
	width:100%;
	height: content;
	background-color: #ffffff;
	position:absolute;
	z-index: 1;
	padding: 20px 0px 20px 0px;
	margin: 1460px 0 0 0;
}

.rodape-col1 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	margin: 0px;
	padding: 0px;
	max-width: 364px;
	float: left;
}

.rodape-col2{
	margin: 0px 0px 0px 230px;
	padding: 0;
	display: grid;
	max-width: 101px;
	float: left;
}

.rodape-col3 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	max-width: 90px;
	margin: 0px 0px 0px 220px;
	padding: 0;
	float: left;
}

.rcol3-conecte { grid-area: 1 / 1 / 2 / 3;}
.rcol3-instagramicon { grid-area: 2 / 1 / 3 / 2;}
.rcol3-linkedinicon { grid-area: 2 / 2 / 3 / 3;}
.rcol1-logo { grid-area: 1 / 1 / 2 / 2; }
.rcol1-email { grid-area: 1 / 2 / 2 / 3; }
.rcol1-cel { grid-area: 2 / 1 / 3 / 3; }
.rcol1-direitos { grid-area: 3 / 1 / 4 / 3; }

.rcol1-direitos{
	padding: 0px;
	margin: 0px 0px 0px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
}

.rcol1-cel{
	padding: 0px;
	margin: 0px 0px 0px 240px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
}

.rcol1-cel img{
	padding: 0px 5px 0px 0px;
}

.rcol1-email{
	padding: 0px;
	margin: 0px 0px 0px 25px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
}


.rcol1-logo{
	padding: 0px;
	margin: 10px 0px 0px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
}

.rodape-col1 p{
	font-family: "ITC Ronda";
	font-size: 14px;
	color: #274469;
	text-decoration: none;
	text-align:center;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-transform: none;
}

.rodape-col1 img{
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	display: inline-flex;
  	justify-content: center;
  	line-height: normal;
  	max-width: 100%;
  	overflow: visible;
 	position: relative;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
}

.rodape-col2 li{
	font-family: "ITC Ronda";
	font-size: 14px;
	color: #274469;
	text-decoration:none;
	text-align:left;
	padding: 5px 0px 5px 2px;
	margin: 0px;
	cursor: pointer;
}

.rodape-col2 a{
	text-decoration:none;
}

.rodape-col2 li:hover{
	font-family: "ITC Ronda";
	font-size: 14px;
	color: #ffffff;
	text-decoration:none;
	text-align:left;
	padding: 5px 0px 5px 2px;
	margin: 0px;
	background-color: #274469;
	border-radius: 10px;
}

.rodape-col2 ul{
	font-family: "ITC Ronda";
	font-size: 14px;
	color: #274469;
	text-decoration: none;
	text-align:center;
	padding: 0px;
	margin: 0px;
}

.rodape-col3 p{
	font-family: "ITC Ronda";
	font-size: 14px;
	color: #274469;
	text-decoration: none;
	text-align:center;
	padding: 0px;
	margin: 0px;
}
.rodape-col3 img{
	width: 40px;
	height: 40px;
	padding: 0px 5px 0px 0px;
	margin: -10px 0px 0px 0px;
	cursor: pointer;
}

/*segurança page*/

.content-seguranca{  
	margin: auto;
	padding: auto;
	max-width: 1010px;
	background-color:#0A0A0A;
	height: 820px;
	background-repeat: no-repeat;
	background-position:center;
}

.seguranca{
	width:100%;
	height:850px;
	background-color: #0A0A0A;
	position:absolute;
	z-index: 1;
	padding: 0px;
	margin: 595px 0 0 0;
}

.parent-seguranca {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	padding: 0px;
	margin: 0px;
	max-width: 1010px;
}

.row1-box1 { grid-area: 1 / 1 / 2 / 2; }
.row1-box2 { grid-area: 1 / 2 / 2 / 3; }
.row2-box1 { grid-area: 2 / 1 / 3 / 2; }
.row2-box2 { grid-area: 2 / 2 / 3 / 3; }

.parent-seguranca img{
	padding: 0px;
	margin: 25px 0px 25px 0px;
	box-sizing: border-box;
	align-items: center;
  	appearance: none;
  	justify-content: center;
  	line-height: normal;
  	max-width: 475px;
	max-height: 350px;
  	overflow: visible;
 	position: relative;
	display: grid;
  	text-align: center;
  	text-transform: none;
  	user-select: none;
	float: left;
}

.parent-seguranca h3{
	font-family: "ITC Ronda";
	font-size: 18px;
	color: #f3f3f3;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	font-weight:normal;
	padding: 0px;
	margin: 20px 0px 20px 0px;
		user-select: none;
}

.parent-seguranca p{
	max-width: 475px;
	max-height:content;
	font-family: 'Cabin Medium';
	font-size: 16px;
	color: #f3f3f3;
	text-decoration: none;
	text-align:justify;
	font-weight:normal;
	padding: 0px;
	margin: 100px 0px 0px 0px;
		user-select: none;
}

.linha-content{
	width:10px;
	height: 35px;
	background-color: #0A0A0A;
}