@charset "utf-8";

@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Gellix', sans-serif !important;
}

.bg-body-tertiary {
	--bs-bg-opacity: 1;
	background-color: #ffffffad !important;
	backdrop-filter: blur(65px) !important;
}
@media (max-width: 700px)
{
   .esconder-mobile{
	   display: none !important;
   }
	.banner{
	    background-position: center !important;
		background-position-y: center !important;
		background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5788690476190477) 21%, rgba(255, 255, 255, 0) 100%), url('../../assets/images/banner.jpg');
		height: 80vh;
		background-size: cover;
		border-bottom-left-radius: 3rem;
		border-bottom-right-radius: 3rem;
		display: flex;
		align-items: end;
		padding: 5rem 0 5rem 0;
		margin-top: 5rem;
	}
	.w-33{
		width: 100% !important;
	}
	.dotSwiper {
		position: relative !important;
		top: 1px !important;
		background: #00000096;
		width: 100% !important;
		align-items: center;
		display: flex;
		height: 32px;
		justify-content: center;
		border-radius: 1.5rem;
		padding: 0 0.5rem !important;
	}
	.mb-4-mob{
		margin-bottom: 1.5rem !important;
	}
	.mb-3-mob{
		margin-bottom: 1rem !important;
	}
	.padsec {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	.offcanvas{
		height: 100vh
	}
	.listaNavbar li a {
		list-style: none;
		color: #201E1E;
		text-decoration: none;
		font-size: 22px !important;
		font-weight: 600;
	}
}

.listaFot li a{
	text-decoration: none;
	color: #fff;
	padding-left: 0.25rem;
}

.titleFot{
	color: #a2a2a2
}

@media (min-width: 700px)
{
   .esconder-desktop{
	   display: none !important;
   }
	
	.listaNavbar{
		display: flex !important;
	}
	.banner {
		background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5788690476190477) 21%, rgba(255, 255, 255, 0) 100%), url('../../assets/images/banner.jpg');
		height: 80vh;
		background-size: cover;
		border-bottom-left-radius: 3rem;
		border-bottom-right-radius: 3rem;
		display: flex;
		align-items: end;
		padding: 5rem 0 5rem 0;
		margin-top: 5rem;
		background-position-y: -120px;
	}
	.dotSwiper{
		position: relative !important;
		top: 1px !important;
		background: #00000096;
		width: 33% !important;
		align-items: center;
		display: flex;
		height: 32px;
		justify-content: center;
		border-radius: 1.5rem;
	}
}

.listaFot li a{
	text-decoration: none;
	color: #fff;
	padding-left: 0.25rem;
}

.titleFot{
	color: #a2a2a2
}

.mr-3{
	margin-right: 0.3rem
}

.form-box form{
	padding: 30px;
	height: 100%;
	border-radius: 12px;
	color: #333;
	background-color: #f3f3f3
}

.form-box h2 {
  margin-bottom: 20px;
}

.form-box textarea {
	margin-bottom: 10px;
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid transparent
}

.form-box input {
	margin-bottom: 10px;
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	border: 1px solid transparent
}

.form-box input:focus-visible{
	border: 1px solid #0098DA !important;
}
.form-box input:focus{
	border: 1px solid #0098DA !important;
}
.scroll-link {
    cursor: pointer;
}
.image-box {
  background: url('https://via.placeholder.com/600x400') center center no-repeat;
  background-size: cover;
  height: 100%;
}

.logosBanco .col-6 div{
	justify-content: center;
	display: flex;
	align-items: center;
	padding: 1rem
}
.logosBanco .col-6 div img{
	height: 30px;
}

.hidden {
  display: none;
}

.btn-toggle {
  margin-bottom: 20px;
  width: 100%;
}

.listaNavbar li a{
	list-style: none;
	color: #201E1E;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
}
.btnCliente{
	background-color: #0098DA;
	padding: 0.85rem 2rem;
	border-radius: 22px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.btnCliente:hover{
	background-color: #0273A4
}
.btnParceiro{
	background-color: black;
	padding: 0.85rem 2rem;
	border-radius: 22px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
.btnParceiro:hover{
	background-color: #292929
}
.padsec{
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.identificadorSec{
	color: #0098DA;
	font-weight: 600;
	font-size: 18px;
}
.bg-cinza{
	background-color: #f4f4f4;
}
.cardsobre{
	background-color: #fff;
	padding: 1rem;
	border-radius: 12px;
	margin-bottom: 22px;
	display: grid;
	align-content: space-between;
	border: 1px solid #292929;
}
.cardsobre:hover{
	border: 1px solid #0098DA;
}
.iconSobre{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1rem
}

.iconSobre i{
	background-color: #292929;
	color: #fff;
	padding: 1rem;
	border-radius: 50%;
}
.cardsobre:hover i{
	background-color: #0098DA;
}
.text-right{
	text-align: right
}
.ligue{
	background-color: #0098DA;
	height: 100%;
	padding: 1rem;
	border-radius: 12px;
	color: #fff;
}
.bannerServ{
	background-image: url('../../assets/images/bannerserviços.jpg');
	background-size: cover;
    background-repeat: no-repeat;
}