@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
/* CSS Document */
.google-sans-<uniquifier> {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}

/************************************************************************************
RESET
*************************************************************************************/

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	font-family: "Google Sans", sans-serif;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/

body {
	font-family: "Google Sans", sans-serif;
	background: #fcfcfc;
	margin: 0 auto;
	padding:0;	
}

::-webkit-scrollbar-thumb:vertical {background-color: #3D86C6; height:10px;}
::-webkit-scrollbar-thumb:horizontal { background-color: #3D86C6; height: 2px;}
::-webkit-scrollbar { height: 2px; width: 10px; background-color: #999999;} 

hr {
	width: 98%;
	border: 0 none #fff;
	border-top: .5px solid rgba(198,198,198,0.3);
	border-width: thin;
	height: 1px;
	margin: 1px auto;
	display: block;
	clear: both;
}

.borders{
	border: .5px solid rgba(198,198,198,0.5);
	border-width: thin;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

#pagewrap {
	width: 100%;
	margin: 0 auto;
	padding:0;
}

/*************************************************************************************
CONTAINERS
**************************************************************************************/

#col-max{
	clear:both;
	width:100%;
	margin:0px auto;
	padding:0;
}

#container{
	clear:both;
	width:100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 100px 0;
	
	/* flexbox */
	display: flex;
	flex-wrap: wrap; /*nowrap*/
	flex-direction: row;	
	justify-content: /*flex-start center space-between space-around*/ center;
}

/*************************************************************************************
HEADER
**************************************************************************************/

#header{
	width:100%;
	height: 800px;
	margin:0 auto;
	padding: 0;
}

	#header-interno{
		width:100%;
		height: 200px;
		margin:0 auto;
		padding: 0;
	}

#header-container{
	width: 100%;
	max-width:1300px;
	height: auto;
	margin:0 auto;
	padding: 0px 0 4px 0;
}

/************************************************************************************
MARCA
*************************************************************************************/

.marca{
	clear: both;
	width: 300px;
	height: auto;
	margin: 20px 0;
 	padding: 0px;
	float: left;
}

.marca img{
	width:100%;
	height:auto;
	-webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,5,.5) );
    filter: drop-shadow(2px 2px 1px rgba(0,0,5,.5) );
}

/*************************************************************************************
FATIAS
**************************************************************************************/

#slice{
	width: 32%;
	min-height: 10px;
	margin: 2px;
	padding: 5px;
	overflow: hidden;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

#slice-1{
	width:48%;
	min-height: 10px;
	margin: 2px;
	padding: 5px;
	overflow: hidden;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
}

#slice-2{
	width:23%;
	min-height: 10px;
	margin: 2px;
	padding: 5px;
	overflow: hidden;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

#slice-3{
	width: 62%;
	min-height: 10px;
	margin: 2px;
	padding: 5px;
	overflow: hidden;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

	.slice-container{
		min-height: 5px;
		margin: 4px auto;
		padding: 5px 5px;
		overflow: hidden;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
		transition: width 0.7s;
		
		/*background: rgba(255,255,255,0.35);*/
		background: linear-gradient(to bottom, rgba(198, 198, 198, 0.2), rgba(255, 255, 255, 0));
		/*box-shadow: 0px 0px 5px rgba(228,228,228,0.3);*/
		
		border: .5px solid rgba(255,255,255,0.1);
		border-width: thin;
		
		/* rounded corner */
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
	}
	
/*******************************************image */

.slice-image {
	width: 100%;
	height: auto;
	margin: 0 0 5px 0;
	padding: 0;
	float: left;
	overflow: hidden;
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

.slice-image img{
	position: center;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0;
	overflow: hidden;
	
	aspect-ratio: 4/ 3;
	object-fit: cover;
	/*background: #e3e9f7;*/
	
	/*box-shadow: 2px 1px 2px rgba(0,0,0,0.2);*/
	
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

	.slice-image-ico {
		width: 80px;
		height:auto;
		margin: 5px 10px;
		padding: 0px;
		float: right;
		
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
		transition: width 0.7s;
		
		/* rounded corner */
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}

	.slice-image-ico img{
		width: 100%;
		height: auto;
		margin:0;
		overflow:hidden;
	}
	
	.slice-image-thumb {
		width: 100%;
		height: auto;
		margin: 0 0 5px 0;
		padding: 0;
		float: left;
		overflow: hidden;
		/*transition*/
		-webkit-transition: width 0.7s;
		-moz-transition: width 0.7s;
		-ms-transition: width 0.7s;
		-o-transition: width 0.7s;
		transition: width 0.7s;
	}

	.slice-image-thumb img{
		position: center;
		bottom: 0;
		width: 100%;
		height: auto;
		margin: 0;
		overflow: hidden;
		
		object-fit: cover;
		/*background: #e3e9f7;*/
		
		/*box-shadow: 2px 1px 2px rgba(0,0,0,0.2);*/
		
		/* rounded corner */
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

/*******************************************slice-text */

.slice-text{
	width: 95%;
	height: auto;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}

.slice-text h1{
	color: #0098da;
	margin: 0;
	padding: 0;
	font-family: "Google Sans", sans-serif;
	font-size: 8rem;
	font-weight: 900;
	text-align: left;
	letter-spacing: -8px;
	line-height: 1em;
}

.slice-text h2{
	margin: 0;
	padding: 0;
	font-family: "Google Sans", sans-serif;
	font-size: 2.6rem;
	font-weight: 500;
	text-align: justify;
	letter-spacing: -1px;
	line-height: .95em;
}

.slice-text h3{
	margin: 0;
	padding: 0;
	font-size: 1.4rem;
	font-weight: 300;
	text-align: left;
	line-height:1.2em;
}
.slice-text p{
	font-family: "Google Sans", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1.15rem;
	font-weight: 300;
	line-height: 1.5em;
}

.slice-text a {
	cursor: pointer;
	font-family: "Google Sans", sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1.15rem;
	font-weight: 300;
	line-height: 1.2em;
	text-decoration: none;
}
.slice-text a:hover {
	color: #0098da;
	text-decoration: none;
}

	.slice-title{
		clear: both;
		width: 98%;
		min-height: 80px;
		height: auto;
		margin: 0 auto;
		padding: 0px;
		overflow: hidden;
		text-align: center;
	}
	
	.text-botton{
		width: 99%;
		min-height: 20px;
		height: auto;
		margin: 0 auto;
		padding: 180px 0 0 0;
		overflow: hidden;
	}
	
	.top{
		clear: both;
		margin: 0 auto;
		padding: 150px 0 20px 0;
	}
/*************************************************************************************
FOOTER
**************************************************************************************/

#footer{
	font-family: "Google Sans", sans-serif;
	clear:both;
	width: 100%;
	height: auto;
	padding: 50px 0px;
	margin:0 auto;
}

#footer-container{
	clear:both;
	width:100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 15px 0;
	overflow:hidden;
	
	/* flexbox */
	display: flex;
	flex-wrap: nowrap; /*nowrap*/
	flex-direction: row;	
	justify-content: /*flex-start center space-between space-around*/center;
}

#footer-slice{
	width:24%;
	height:auto;
	margin:2px;
	padding:0px;

	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

#footer-slice-2{
	width:49%;
	min-height: 2px;
	margin:2px;
	padding:0px;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

#feet_text{
	color: #DDD;
	font-family: "Google Sans", sans-serif;
	width: 100%;
	margin: 0px auto;
	padding:0px;
	
	/*transition*/
	-webkit-transition: width 0.7s;
	-moz-transition: width 0.7s;
	-ms-transition: width 0.7s;
	-o-transition: width 0.7s;
	transition: width 0.7s;
}

#feet_text h2{
	color: #0098da;
	margin: 0;
	padding: 0;
	font-family: "Google Sans", sans-serif;
	font-size: 8rem;
	font-weight: 900;
	text-align: left;
	letter-spacing: -10px;
	line-height: 1em;
}

#feet_text p{
	color: #DDD;
	margin: 0;
	padding: 0;
	font-family: "Google Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	line-height: 1em;
}

#feet_text ul{
	font-family: "Google Sans", sans-serif;
	width: 100%;
	margin: 5px auto 0 auto;
	padding: 0;
	text-align: left;
	display: block;
	/* rounded corner 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
	float:none;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	overflow:hidden;
}

#feet_text li{
	font-family: "Google Sans", sans-serif;
	text-align: left;
	margin: 5px auto;
	padding: 0;
	display: block;
	/* transition */
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
	overflow:hidden;
}

#feet_text a{
	color: #DDD;
	margin: 0;
	padding: 0;
	font-family: "Google Sans", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	line-height: 1em;
	text-decoration: none;
}

#feet_text a:hover{
	text-decoration:none;
	color: #3D86C6;
}

.feet_image{
	width: 140px;
	height: auto;
	margin: 15px  auto;
	padding: 0px;
}

.feet_image img{
	position: relative;
	width: 100%;
	height:100%;
	overflow:hidden;
}

.feet-icon{
	font-size: 1.1rem;
	color:#0098DA;
}

/************************************************************************************
EFEITOS
*************************************************************************************/

.bar{
	width: 1px;
	height: 90px;
	margin: 5% 0%;
	padding: 0;
	text-align: center;
	float: center;	
	/*background-image: url("../../images/comuns/barr.svg");*/
	background-color: #0098da;
}

.a{
	clear: both;
	width: 10%;
	height: 1px;
	margin: 26px 0;
	padding: 0;
	background-color: #0098da;
}

.b{
	clear: both;
	width: 20%;
	height: 8px;
	margin: 22px 0;
	padding: 0;
	background-color: #007aae;
}

.c{
	clear: both;
	width: 10%;
	height: 1px;
	margin: 26px 0;
	padding: 0;
	background-color: #0098da;
}

/*********CINZA*********/

	.color_gray{
		cursor:pointer;
		-webkit-filter:grayscale(100%);
	}
	.color_gray:hover{
		-webkit-filter:grayscale(0%);
		transition: .3s;
	}

/*********MASCARA*********/

.mascara {
	cursor: pointer;
	position: relative;
	width: 100%;
}

.image {
	display: block;
	width: 100%;
	height: auto;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(61,134,198,0.85);
}

.mascara:hover .overlay {
	opacity: 1;
}

.text {
	color: white;
	font-family: "Google Sans", sans-serif;
	font-size: 1.3em;
	font-weight: 300;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.text a{
	font-family: "Google Sans", sans-serif;
	color: white;
	text-decoration: none;
}


.tag-circle{
	width: 5px;
	height: 4px;
	color: #Fff;
	background: #FFF;
	float: left;
	margin: 6px 10px 2px 0;
	padding: 5px;
	text-transform: uppercase;
	border: 4px solid #0098da;
	
	/*rounded corner*/
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
} 

.contagem{
	color: #0098da;
	margin: 0;
	padding: 0;
	font-family: "Google Sans", sans-serif;
	font-size: 1em;
	font-weight: 800;
	text-align: left;
	letter-spacing: -2px;
	line-height: 1em;
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }