@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@300&display=swap');

@font-face {
  font-family: rajdhani;
  src: url('fonts/Rajdhani-Bold.ttf');
}
@font-face {
  font-family: orbitron;
  src: url('fonts/Orbitron-VariableFont_wght.ttf');
}
@font-face {
  font-family: roboto;
  src: url('fonts/Roboto/RobotoSlab-SemiBold.ttf');
}
@font-face {
  font-family: oxygen;
  src: url('fonts/Oxygen/Oxygen-Regular.ttf');
}

[role="button"] {
	cursor: pointer;
}

body{
	margin: 0;
	min-height: 100vh;
	height: auto !important;
	padding: 0;
	font-family: oxygen !important;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
	font-family: oxygen !important;
}

* {
	/*transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;*/

	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
		    box-sizing: border-box;
			
	outline: none;
}

a {
	text-decoration: none !important;
}

section {
	opacity: 0;
	transition: all 1.5s ease 0s;
	-moz-transition: all 1.5s ease 0s;
	-webkit-transition: all 1.5s ease 0s;
}

.d-table-cell{
	vertical-align: middle;
}

.align-itens-center{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
}

#headerHome{	
	height: 95vh;
	position: relative;
	border-bottom: 5px solid orange;
}

#headerHome h1,
#headerInternal h1{
	font-size: 4em;
	line-height: 54px;
}

#headerHome h2{
	font-size: 3em;
	font-weight: lighter;
	line-height: 50px;
}

header .logo{
	display: table;
	padding: 0 0 0 68px;
	position: relative;
	z-index: 9;
	top:0;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
}

header .logo img{
	width: 300px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
}

header .main-menu-collapse{
	display: none;
	border-radius: 5px;
	margin-top: 4px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

.area-close {
	margin-top: 10px;
	text-align: right;
	padding: 0 3px;
}

.main-menu-collapse:hover,
.area-close .btn:hover{
	background-color: #ffffff3D;
}


#headerHome .layer{
	height: 100%;
	width: 100%;
	background-attachment: scroll;
	position: absolute;
	top: 0;
	left: 0;
}

#headerHome .camada_0{
	z-index: 4;
	transition: all 0.3s ease 0s;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	background-color: rgba(0,0,0,0.3);
}
#headerHome .camada_1{
	background-position: right;
	/*background-image: url(../images/camada1.png);*/
	background-size: cover;
	background-color: rgba(0,0,0,0.4);
	z-index: 3;
	transition: all 0.3s ease 0s;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: end;
	justify-content: center;
	align-content: center;
}
#headerHome .camada_2{
	background-position: left;
	/*background-image: url(../images/camada2.png);*/
	background-size: cover;
	z-index: 2;
}
#headerHome .camada_3{
	background-position: left;
	/*background-image: url(../images/camada3.png);*/
	background-size: cover;
	z-index: 1;
}

#headerHome .title-slider{
	max-width: 550px;
	position: relative;
	margin-top: 80px;
}

#headerHome .title-slider .btn_more{
	border-radius: 20px;
}

#headerHome .title-slider h1,
#headerHome .title-slider h4 {
	/*text-shadow: 3px 3px 5px rgba(0,0,0,0.5);*/
}

#headerHome .carousel-image{
	background-size:cover;
	background-position: 60% 10%;
	width:100%;
	height: calc(95vh - 5px);
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

#headerHome .carousel-item .btn_more{
	border-radius: 20px;
	font-size: 16px;
}

#headerInternal .header-main{
	background: #0000008D;
	background: #0000008D;
	display: grid;
	height: 250px;
	align-items: end;
}
#headerInternal.header-compliance{
	background: url(../images/bg-header-compliance.jpg) no-repeat scroll center/cover;
}
#headerInternal.header-politica{
	background: url(../images/bg-compliance-politica.jpg) no-repeat scroll center/cover;
}
#headerInternal.header-lgpd{
	background: url(../images/bg-compliance-lgpd.jpg) no-repeat scroll center/cover;
}
#headerInternal.header-error{
	background: url(../images/bg-erro.jpg) no-repeat scroll center/cover;
}
#headerInternal.header-email{
	background: url(../images/bg-email.jpg) no-repeat scroll center/cover;
}
#headerInternal.header-senha{
	background: url(../images/bg-senha.jpg) no-repeat scroll center/cover;
}

.carousel-caption {
	text-align: left;
	right: 40%;
	left: 5%;
}

.carousel-caption .textMobile{
	display: none;
}

.carousel-caption .textDesktop{
	display: block;
}

.float-header,
.inner-header{
	width: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	padding: 10px 0;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
}

#menu-top {
	position: absolute;
	z-index: 10;
	top: 15px;
	right: 50px;
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
}

#menu-top a .line {
	padding: 1.5px;
	border-radius: 20px;
	background-color: #ffffff;
	display: none;
	margin: auto;
	max-width: 25%;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

#menu-top a:hover {
	color: #ccc !important;
}

#container-wellcome{
	background-image: url(../images/bg-wellcome.jpg);
	background-color: #ffffff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 50px 0;
}

#container-video {
	display: none;
}

#container-video .box-video{
	background-image: url(../images/bg-video.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 80%;
	margin: auto;
	position: relative;
	cursor: pointer;
}

#container-video .box-video::before{
	content: "";
	height: 0;
	float: left;
	padding-bottom: calc( 100% / (16/9) );
	width: 80%;
}

#container-video .box-video::after{
	content: "";
	display: block;
	clear: both;
}

#container-video .box-video .btn-play{
	position: absolute;
	opacity: 0.4;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

#container-video .box-video:hover .btn-play{
	opacity: 0.8;
}

#container-services,
#container-compliance{
	background-color: #ffffff;
	background-image: linear-gradient(#d5d5d5, #ffffff);
	overflow: hidden;
	width: 100%;
}

#container-services .imgMobile{
	display: none !important;
}

#container-services .img-serv{
	width: 100%;
	min-height: 400px;
	height: 100%;
	background-position: center;
	background-size: cover;
	border-radius: 50% 20% !important;
}

#container-services .img-serv.serv01{ background-image: url(../images/bg-services01.jpg); }
#container-services .img-serv.serv02{ background-image: url(../images/bg-services02.jpg); }
#container-services .img-serv.serv03{ background-image: url(../images/bg-services03.jpg); }
#container-services .img-serv.serv04{ background-image: url(../images/bg-services04.jpg); }
#container-services .img-serv.serv05{ background-image: url(../images/bg-services05.jpg); }

#container-services .title-service{
	text-align: left;
}
#container-services .detail-service{
	text-align: justify;
}

.carousel-control-next, .carousel-control-prev {
	z-index: 3 !important;
}

.btn-login {
	padding: 10px 15px;
	font-size: 15px;
	border-radius: 30px !important;
}

.bg-custom{
	background-color: #f0f0f0;
	border-radius: 0 30% 0 30%;
}

.div{
	max-width: 150px;
}

.btn{
	border-radius: 50px !important;
}

#container-segment .forMobile{
	display: none !important;
}

#container-segment .main-segment{
	background-image: url(../images/bg-segment.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#container-numbers {
	background-image: url(../images/bg-numbers.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#container-numbers .bg-numbers{
	/*background-color: rgba(0,0,16,0.8);*/
	background-color: #59220cc7;
}

#container-sitemap ul{
	list-style: none;
	padding: 0;
}

#container-sitemap a{
	color: #ffffff;
	font-size: large;
}

#container-sitemap li{
	margin: 10px 0;
}

#container-sitemap .lista-redes-sociais a{
	align-items: center;
	display: flex;
}

#container-sitemap .lista-redes-sociais i{
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,100,0.45));
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 6px;
	font-size: 30px;
}

.carousel-control-next, .carousel-control-prev{
	width: 5%;
}

#container-facility{
	background: url(../images/bg-facility.webp) no-repeat scroll right/contain, url(../images/bg-facility2.jpg) no-repeat scroll center/cover;
	color: #fff;
	font-size: 33px;
}

#container-facility .text-facility{
	background-color: #04445350;
	border-radius: 50px;
}

#container-transations {
	background-image: url(../images/bg-transations.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#container-transations .box-trans{
	border-radius: 20px 500px !important;
	background-color: #dddddd50;
	border: #fff solid 2px;
	height: 290px;
	display: grid;
	align-items: center;
}

#container-transations .box-trans .transacoes_mes,
#container-transations .box-trans .transacoes_mes_ok{
	font-size: 100px;
}

.slideUp{
	position: relative;
	top: 1.5%;
}

#bgMenu{
	background-color: #0000006e;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10;
}

#container-compliance .btn-compliance {
	background-color: #ccc;
	background-position: center;
	background-size: cover;
	display: flex;
	text-align: center;
	height: 250px;
	align-items: end;
	margin: 20px 0;
	overflow: hidden;
	border-radius: 100px 20px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}

#container-compliance .btn-compliance:hover {
	opacity: 0.6;
}

#container-compliance .btn-compliance .content-btn {
	background: linear-gradient(#00000048, #0000009A);
	height: 100%;
	width: 100%;
	text-align: center;
	display: grid;
	align-items: end;
}

#container-compliance .btn-politica {
	background-image: url(../images/bg-compliance-politica.jpg);
}

#container-compliance .btn-lgpd {
	background-image: url(../images/bg-compliance-lgpd.jpg);
}

#container-contact{
	background-image: url(../images/bg-contact.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

#container-contact .box-solicitar{
	display: grid;
	align-items: center;
	height: 100%;
	border-radius: 10px;
	border-width: 2px !important;
}

#container-senha,
#container-email .content-email{
	margin: auto;
	max-width: 600px;
}

@media (max-width: 1190px) {
	#menu-top {
		top: 15px;
		right: 10px;
	}
	header #menu-right {
		height: 10%;
		right: 10px;
		top: 10px;
	}
	header .main-menu-collapse{
		display: block;
	}
	#headerHome h1{
		font-size: 2.5em;
		line-height: 35px;
	}

	#headerHome h2{
		font-size: 2em;
		font-weight: lighter;
		line-height: 33px;
	}
	
	#menu-top .main-menu{
		position: fixed;
		z-index: 9999 !important;
		top: 15px;
		right: 0;
		transition: all 0.4s ease 0s;
		-webkit-transition: all 0.4s ease 0s;
		-moz-transition: all 0.4s ease 0s;
		background: #0008;
		height: 100vh;
		padding: 0;
		top: 0 !important;
		overflow: hidden;
		width: 0;
		max-width: 300px;
		text-align: center;
		overflow: auto;
	}
	
	#menu-top .main-menu a{
		display: block !important;
		padding: 10px 0;
		margin-top: 10px;
	}
	
	#menu-top .main-menu a:hover{
		background-color: #fff2;
	}
}

@media (max-width: 900px) {
	#headerHome h1{
		font-size: 2.5em;
		line-height: 35px;
	}

	#headerHome h2{
		font-size: 2em;
		font-weight: lighter;
		line-height: 33px;
	}
}

@media (max-width: 800px) {
	header .logo{
		margin: auto;
		padding: 5px;
		top:10px;
		left: 0;
	}
	header .logo img{
		max-width: 250px;
		margin-left: 0;
	}
	header .title-slider{
		max-width: 350px;
		margin-bottom: 70px;
	}
	header .camada_0 {
		align-content: end;
	}
	
	#headerHome .carousel-image.banner01{ background-position: 85% 10%; }
	#headerHome .carousel-image.banner02{ background-position: 30% 10%; }
	#headerHome .carousel-image.banner03{ background-position: 70% 10%; }
	#headerHome .carousel-image.banner04{ background-position: 60% 10%; }
	#headerHome .carousel-image.banner05{ background-position: 75% 10%; }
	#headerHome .carousel-image.banner06{ background-position: 80% 10%; }
	
	#headerInternal h1{
		font-size: 2.6em;
		line-height: 54px;
	}
	
	.carousel-caption {
		right: 5%;
	}
	
	.carousel-caption .textMobile{
		display: block;
		text-align: center;
	}

	.carousel-caption .textDesktop{
		display: none;
	}
	
	#container-services .imgMobile{
		display: block !important;
	}
	
	#container-services .imgDesktop{
		display: none !important;
	}	
	#container-services .boxImg{
		margin-top: 50px;
	}
	#container-services .img-serv{
		min-height: 200px;
	}
	#container-services .title-service,
	#container-services .detail-service{
		text-align: center;
	}
	
	#container-facility {
		background: url(../images/bg-facility2.jpg) no-repeat scroll center/cover;
		font-size: 24px;
	}
	#container-facility img {
		width: 90px;
	}
	
	#container-segment .forMobile{
		display: block !important;
	}
	#container-segment .forDesktop{
		display: none !important;
	}
	
	#container-compliance,
	#container-compliance .compliance-main{
		padding: 20px !important;
	}
}

@media (max-width: 600px) {	
	#headerHome .camada_1{
		opacity: 0.4;
		background-color: rgba(0,0,0,0.8);
	}
	
	#container-video .box-video{
		width: 100%;
	}
	
	#container-facility p {
		font-size: 20px;
		margin: 25px 0;
	}

	#container-transations .box-trans .transacoes_mes,
	#container-transations .box-trans .transacoes_mes_ok{
		font-size: 70px;
	}
	
		
	#container-services,
	#container-compliance{
		background-image: none;
	}
	
	#container-wellcome{
		background-image: none;
	}
}

@media (max-height: 500px) {
	header .logo{
		margin: auto;
		padding: 5px;
	}
	header .logo img{
		max-width: 250px;
		margin-left: 0;
	}
	#headerHome h1{
		font-size: 22px !important;
	}
	#headerHome h4{
		font-size: 14px !important;
	}
	#headerHome .title-slider{
		max-width: 350px;
	}
	
	#container-sitemap a{
		color: #ffffff #important;
		font-size: 12px;
	}
	
	footer{
		font-size: 12px;
	}
}