/*
    Theme Name: Bell
    Theme URL: https://bootstrapmade.com/bell-free-bootstrap-4-template/
    Author: BootstrapMade.com
    Author URL: https://bootstrapmade.com
*/
:root {
	--ffsd: 0px;
	--1vw: calc((100vw - var(--sbw, 0px)) / 100);
	--1vh: var(--inner1Vh, 1vh);
}
@media (prefers-reduced-motion: reduce) {
	.animated {
		animation: none !important;
	}
}
html {
	zoom: var(--rzf, 1);
	font-size: max(calc(min(var(--1vw, 1vw), 13.66px) * var(--rfso, 1)), var(--minfs, 0px));
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body {
	font-size: calc(1rem * var(--bfso, 1));
	display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
}

p {
  line-height: 1.55;
  color: #333;
  font-size: 400;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 50px;
  margin-bottom: 65px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

/* ==================================================
  General
  ================================================== */
a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


/* ==================================================
  Elements
  ================================================== */
.btn {
  background-color: #199EB8;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #fff;
  padding: 15px 45px;
  border-radius: 50px;
}

.btn:hover {
  background-color: #B22222;
  color: #fff;
}

.btn:focus {
  color: #fff;
}

.btn-ghost {
  border: 3px solid #fff;
  background-color: transparent;
}

.btn-ghost:hover {
  border: 3px solid #fff;
  background-color: #2b2b2b;
  color: #fff;
}

section {
  padding: 85px 0;
}

.card {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}

a:hover {
  text-decoration: none !important;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #2b2b2b;
  color: #fff;
  text-align: center;
  font-size: 24px;
}

.scrolltop:hover, .scrolltop:active, .scrolltop:focus {
  color: #fff !important;
  opacity: .75;
}

/* ==================================================
  Header Styling
================================================== */
.sticky-wrapper{
	width: 100%;
	position: fixed; 
	top: 0px; 
	z-index: 50;
	background: rgba(18,18,18,.20);
}

#header {
  background: rgba(18,18,18,.35);
  height: 85px;
}

#header #logo {
  margin: 14px 0px 0 25px;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 2px 0;
  line-height: 1;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  opacity: 1;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
  margin-top:3px;
}

.only-mobile {
	display: none;
}

/* ==================================================
  Hero Styling
================================================== */
.hero {
  display: table;
  position: relative;
  background-image: url(../img/detroit-3727417_832.jpg);
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
  background-size: cover; /* Faz o recorte e redimensiona para cobrir todo o espaço */
  background-position: top center; /* Centraliza a imagem no elemento */
  padding: 150px 0;
  color: #fff;
  width: 100%;
  height: 100vh;
}

.hero:after {
  content: '';
  z-index: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.35);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero .container {
  position: relative;
  z-index: 1;
  text-align: center;
  /* display: table-cell; */
  vertical-align: middle;
  width: 100%;
  /* margin-top: 280px; */
}

.hero-brand {
  margin-bottom: 0px;
  display: inline-block;
}

.hero-brand:hover {
  opacity: .85;
}

.tagline {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin: 45px 0 75px 0;
  color: #fff;
}

/* ==================================================
  About Styling
================================================== */
.about {
  display: table;
  position: relative;
  background-image: url(../img/pista-3727417_1920.jpg);
  background-size: 39.5% 100%;
  background-repeat: no-repeat;
  background-position: right;
  background-color: rgb(0,0,0);
  padding: 5% 0;
  color: #fff;
  width: 100%;
  height: 100vh;
}

/* ==================================================
  servicos Styling
  ================================================== */

.servicos {
  display: table;
  position: relative;
  background-image: url(../img/servicos-h.jpg);
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
  background-size: cover; /* Faz o recorte e redimensiona para cobrir todo o espaço */
  background-position: center center; /* Centraliza a imagem no elemento */
  color: #fff;
  width: 100%;
  height: 100vh;
}

/* .servicos h2 {
  margin-bottom: 10px !Important;
}
 */
.card-servicos {
    position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	min-height: 370px;
	min-width: 210px;
	width: 210px;
	/* max-width: 220px; */
	text-align: center;
	vertical-align: middle;
	user-select: none;
	font-size: 1rem;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 800;
	color: #fff;
	padding: 35px 0;
	border-radius: 30px;
	/* border: 3px solid #fff; */
	background: rgba(18,18,18,.85);
	/* cursor: pointer; */
}

.card-servicos.card-menu {
    position: absolute;
	/* cursor: default; */
	padding: 15px;
	display: none;
	justify-content: center;
	background: rgba(18,18,18,1);
}

/*--------------------------------------------------------------
# Navigation Menu Card
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu-card, .nav-menu-card * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu-card ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
 
}

.nav-menu-card li {
  position: relative;
}

.nav-menu-card li:hover > ul,
.nav-menu-card li.sfHover > ul {
  display: block;
}

.nav-menu-card ul ul {
  top: 0;
  left: 100%;
}

.nav-menu-card ul li {
  min-width: 180px;
}

/* Nav Meu Card Styling */
.nav-menu-card a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  margin-top:2px;

}

.nav-menu-card a:hover, .nav-menu-card li:hover > a, .nav-menu-card .menu-active > a {
  color: white;
}

.nav-menu-card ul {
  margin: 4px 0 0 15px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu-card ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu-card ul li:first-child {
  border-top: 0;
}

.nav-menu-card ul li:hover {
  background: rgba(0,0,0,0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu-card ul li a {
  color: #333;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 10px 15px;
}

.nav-menu-card ul li a:hover {
  color: #fff;
}

.nav-menu-card ul ul {
  margin: 0;
}

.feature-col {
  display: flex;
  justify-content: center;
  padding-bottom: 45px;
}

.feature-col > div > div {
  display: table-cell;
  vertical-align: middle;
}

.feature-col > div > div:last-child {
  padding-left: 15px;
  padding-right: 15px;
}

.feature-col .feature-icon {
  min-width: 70px;
  /* min-height: 370px; */
  /* height: 70px; */
  /* margin-bottom: 40px; */
  margin-top: 50px;
  /* background: #199EB8; */
  color: #fff;
/*   font-size: 24px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
 */  
 display: inline-block;
}

.feature-col h3 {	
  color: black;
}

.feature-col p {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #999;
}

/* ==================================================
  politica Styling
  ================================================== */
.politica {
  display: table;
  position: relative;
  background-image: url(../img/politicas.jpg);
  /* background-size: 100% 100%; */
  /* background-repeat: no-repeat; */
  background-size: cover; /* Faz o recorte e redimensiona para cobrir todo o espaço */
  background-position: center center; /* Centraliza a imagem no elemento */
  color: #fff;
  width: 100%;
  /* height: 135vh; */
}

/* .politica h2 {
  margin-bottom: 10px !Important;
}
 */
.card-politica {
    position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	min-height: 370px;
	min-width: 210px;
	width: 210px;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	font-size: 1rem;
	line-height: 1.5;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 800;
	background: rgba(18,18,18,.85);
	border-radius: 30px;
	color: #fff;
	padding: 35px 0;
}

.card-politica.card-menu {
    position: absolute;
	/* cursor: default; */
	padding: 15px;
	display: none;
	justify-content: center;
	background: rgba(18,18,18,1);
}

/* .card-politica::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	background-image: linear-gradient(to bottom, #ff5757, #8c52ff);
	opacity: 0.55;
}
 */
.card-politica > *
{
	z-index: 2;
}

/* ==================================================
  Lgpd Section
  ================================================== */
#lgpd  {
  background: #d9d9d9;
  padding: 0;
  position: relative;
}

#top-lgpd {
	position: relative;
	background-image: url("../img/lgpd-top.png");
	background-size: 110% 250%;
	background-position: 0px -175px;
	padding: 3% 0px;
	color: rgb(255, 255, 255);	
}

#top-lgpd h2 {
	
}

#lgpd ul {
  line-height: 1.55;
  color: #333;
  font-size: 400;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 20px;
}


/* ==================================================
  Compliance Section
  ================================================== */
#compliance  {
  background: #d9d9d9;
  padding: 0;
  position: relative;
}

#top-compliance {
	position: relative;
	background-image: url("../img/compliance-top.png");
	background-size: 125% 230%;
	background-position: 0px -115px;
	padding: 3% 0px;
	color: rgb(255, 255, 255);	
}

#top-compliance h2 {
	
}

#compliance ul {
  line-height: 1.55;
  color: #333;
  font-size: 400;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 20px;
}

@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/fcc7b8c7fad442649ca552dce8f94418.woff2);
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/7011f0066d6763da5cca149720035c7f.woff2);
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/e6d582177fe4437cb7cf52d427c2820e.woff2);
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/c4aa29e7d5a1a461026538590ae2f1bd.woff2);
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/fcc7b8c7fad442649ca552dce8f94418.woff2);
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/e6d582177fe4437cb7cf52d427c2820e.woff2);
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/fcc7b8c7fad442649ca552dce8f94418.woff2);
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/e6d582177fe4437cb7cf52d427c2820e.woff2);
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/fcc7b8c7fad442649ca552dce8f94418.woff2);
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/e6d582177fe4437cb7cf52d427c2820e.woff2);
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/fcc7b8c7fad442649ca552dce8f94418.woff2);
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/e6d582177fe4437cb7cf52d427c2820e.woff2);
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/7011f0066d6763da5cca149720035c7f.woff2);
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/c4aa29e7d5a1a461026538590ae2f1bd.woff2);
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/7011f0066d6763da5cca149720035c7f.woff2);
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/c4aa29e7d5a1a461026538590ae2f1bd.woff2);
	font-weight: 800;
	font-style: italic;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/7011f0066d6763da5cca149720035c7f.woff2);
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: YAEnTBpkzlo-0;
	src: url(../fonts/c4aa29e7d5a1a461026538590ae2f1bd.woff2);
	font-weight: 900;
	font-style: italic;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/98c4d2c0223fc8474641c77f923528e9.woff2);
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/d257a7100844bc3f98c9021168b6249e.woff2);
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/1060345c54d396e76d73f1da7ee200bd.woff2);
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);
	font-weight: 100;
	font-style: normal;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/d257a7100844bc3f98c9021168b6249e.woff2);
	font-weight: 100;
	font-style: italic;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/d257a7100844bc3f98c9021168b6249e.woff2);
	font-weight: 200;
	font-style: italic;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/d257a7100844bc3f98c9021168b6249e.woff2);
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/f8f199f09526f79e87644ed227e0f651.woff2);
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/d257a7100844bc3f98c9021168b6249e.woff2);
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/98c4d2c0223fc8474641c77f923528e9.woff2);
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/1060345c54d396e76d73f1da7ee200bd.woff2);
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/98c4d2c0223fc8474641c77f923528e9.woff2);
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/1060345c54d396e76d73f1da7ee200bd.woff2);
	font-weight: 800;
	font-style: italic;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/98c4d2c0223fc8474641c77f923528e9.woff2);
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: YACgEZ1cb1Q-0;
	src: url(../fonts/1060345c54d396e76d73f1da7ee200bd.woff2);
	font-weight: 900;
	font-style: italic;
}

@media (max-width: 768px) {
  #header {
    height: 50px;
    background-color: rgb(0,0,0,.35);
  }
  #header #logo {
    margin: 10px 0 0 25px;
  }
  #header #logo h1 {
    padding: 2px 0;
    font-size: 26px;
  }
  #header #logo img {
    max-height: 22px;
  }
}

#header .social-nav {
  margin-top: 15px;
}

#header .social-nav a {
  font-size: 24px;
  margin-left: 15px;
  color: #fff;
}

#header .social-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
 
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
  
}


.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
  margin-left: 50px;
}

@media (max-width: 768px) {
	#nav-menu-container {
		display: none;
	}
	.card-servicos.card-menu {
		position: relative;
	}

	.card-politica.card-menu {
		position: relative;
	}
	
	#lgpd-container, #compliance-container {
		padding: 0px 30px 0px 30px;
	}
}

/* Nav Meu Styling */
.nav-menu a {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
  outline: none;
  margin-top:2px;

}

.nav-menu a:hover, .nav-menu li:hover > a, .nav-menu .menu-active > a {
  /* color: white; */
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition: all .6s;
}

.nav-menu ul {
  margin: 4px 0 0 15px;
  -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.08);
}

.nav-menu ul li {
  background: #fff;
  border-top: 1px solid #f4f4f4;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li:hover {
  background: rgba(0,0,0,0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li a {
  color: #333;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 10px 15px;
}

.nav-menu ul li a:hover {
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 8px 10px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #199EB8;
}

#mobile-nav ul .menu-item-active {
  color: #199EB8;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* ==================================================
  Stats Styling
================================================== */
.stats-row {
  margin-top: 65px;
}

.stats-col .circle {
  display: inline-block;
  width: 160px;
  height: 160px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #666;
  border: 6px solid #199EB8;
  border-radius: 50%;
  padding: 55px 25px 0 25px;
  position: relative;
}

.stats-col .circle .stats-no {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  top: -25px;
  right: -15px;
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  font-size: 18px;
  background-color: #E04F00;
  position: absolute;
  border-radius: 50%;
  font-weight: 700;
}

/* ==================================================
  Contact Section
  ================================================== */
#contact {
  background: #f7f7f7;
  padding: 80px 0;
}

#contact h2 {
  font-family: "Raleway", Helvetica, Arial, sans-serif;
  color: black;

}

#contact .info i {
  font-size: 32px;
  color: #199B8;
  float: left;

}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 30px;
  font-size:16px
}

#contact .form #sendmessage {
  color: #199EB8;
  border: 1px solid #199EB8;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;

}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #199EB8;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #23c2e1;
}

.social{
  margin-left: -15px
}


.social i{
  margin-left: 15px;
  font-size: 25px;



}

.social a{
  color:#199EB8;
}


.social a:hover{
  color:rgba(0,0,0,.7);
}

/* ==================================================
  Footer Styling
  ================================================== */
.site-footer {
  background: rgba(18,18,18,.85);
  padding: 0;
  
  position: absolute;
  /* margin-top:85px; */
  bottom: 0;
  width: 100%;
}

.site-footer.interna {
  position: relative;
}


.site-footer h2, .site-footer p {
  color: #fff;
}

.site-footer p {
  opacity: .75;
  line-height: 2.0925;
}

.site-footer h2,
.site-footer .btn {
  margin-bottom: 25px;
}

.site-footer .social-nav a {
  color: #fff;
  opacity: .25;
}

.site-footer .social-nav a:hover {
  opacity: 1;
}

.site-footer .bottom {
  background: rgba(18,18,18,.20);
  padding: 20px 0;
}

.site-footer .bottom .list-inline, .site-footer .bottom p {
  margin: 0;
}

.site-footer .bottom .list-inline {
  position: relative;
  top: 5px;
}

.site-footer .bottom .list-inline a {
  color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin-right: 15px;
}

.site-footer .bottom .list-inline a:hover {
  color:  #B22222;
}

.site-footer .copyright-text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 17px;
}

.site-footer .list-inline-item {
  font-size: 16px;
  margin-top:12px;
}

.site-footer .credits p {
  color: #ddd;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.site-footer .credits a {
  color: #199EB8;
}

/* ==================================================
  Responsive Styling
  ================================================== */
@media (max-width: 61.9em) {
  section,
  .block,
  .cta {
    padding: 35px 0;
  }
  .servicos {
    padding-bottom: 5px;
  }
  p,
  .block p {
    margin: 0;
  }
  .hero-brand {
    margin-bottom: 35px;
  }
  .tagline {
    margin: 35px 0;
  }
  h1 {
    font-size: 32px;
    margin: 0;
  }
  .tagline {
    font-size: 28px;
  }
  h3 {
    font-size: 14px;
    margin-left:-18px;
  }
  .hero {
    /* padding: 75px 0; */
	/* background-size: 100% 75%; */
  }
  .stats-col {
    margin-bottom: 25px;
  }
  .block {
    height: auto;
  }
  .feature-col {
    padding-bottom: 30px;
  }
  .politica-grid .card h3.card-title {
    font-size: 18px !important;
  }
  .politica-grid .card .card-text {
    font-size: 13px;
  }
  .team .team-over {
    padding-top: 20px;
  }
  .team .card .social-nav {
    margin-bottom: 15px;
    padding: 0;
  }
  .site-footer .social-nav {
    margin-bottom: 35px;
  }
  .site-footer .list-inline {
    text-align: center;
    padding-bottom: 15px;
  }
  .site-footer .list-inline li {
    display: inline-block;
  }
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHead {
	background-color: #F3F3F3;
}
.divTableCell, .divTableHead {
	border: 1px solid #CCCCCC;
	display: table-cell;
	padding: 3px 10px;
	width: 50%;
}
.divTableFoot {
	background-color: #F3F3F3;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

@media (max-width: 767px) {
	.block {
	padding-left: 30px;
	padding-right: 30px;
	}
	#lgpd h2, #compliance h2{
	  margin-top: 65px;
	  font-size: 50px;
	  margin-bottom: 10px;
	}
	h2 {
	  margin-top: 30px;
	  font-size: 50px;
	  margin-bottom: 10px;
	}
}

@media (max-width: 375px) {
	#home-titulo {
		font-size: calc(4.953408em - var(--ffsd))
	}
	#maWmu5hvyfRlEcFy {
		font-size: calc(4.52065189em - var(--ffsd));
	}
	.only-mobile {
		display: block;
		padding-top: 20px;
	}
	#SobreNos1 {
		color: #ffffff; 
		font-family: YAEnTBpkzlo-0; 
		line-height: 1.09459755em; 
		text-align: justify; 
		padding-top: 20px;
		font-size: calc(6.23198085em - var(--ffsd));
	}
	#SobreNos2 {
		color: #ffffff; 
		letter-spacing: 0em; 
		font-family: YAEnTBpkzlo-0; 
		line-height: 1.27000117em; 
		text-align: justify; 
		padding-top: 20px;
		font-size: calc(5.23198085em - var(--ffsd));
	}
	#SaibaMais {
		font-size: calc(4.02065189em - var(--ffsd));
		padding-top: 60px;
	}
	#lgpd h2, #compliance h2{
	  margin-top: 65px;
	  font-size: 50px;
	  margin-bottom: 10px;
	}
	h2 {
	  margin-top: 30px;
	  font-size: 40px;
	  margin-bottom: 10px;
	}
}

@media (min-width: 375.05px) and (max-width: 480px) {
	#home-titulo {
		font-size: calc(4.953408em - var(--ffsd))
	}
	.hero .container {
	  margin-top: 280px;
	}
	.hero .container .row{
	  margin-top: 175px;
	}
	#maWmu5hvyfRlEcFy {
		font-size: calc(4.59250192em - var(--ffsd));
	}
	.only-mobile {
		display: block;
		padding-top: 20px;
	}
	#SobreNos1 {
		color: #ffffff; 
		font-family: YAEnTBpkzlo-0; 
		line-height: 1.09459755em; 
		text-align: justify; 
		padding-top: 30px;
		font-size: calc(6.27753148em - var(--ffsd));
	}
	#SobreNos2 {
		color: #ffffff; 
		letter-spacing: 0em; 
		font-family: YAEnTBpkzlo-0; 
		line-height: 1.27000117em; 
		text-align: justify; 
		padding-top: 30px;
		font-size: calc(4.57753148em - var(--ffsd));
	}
	#divSaibaMais {
		padding-top: 100px;
	}
	.btn {
		font-size: 3.5rem;
		padding: 10px 30px;
	}
	#lgpd h2, #compliance h2{
	  margin-top: 65px;
	  font-size: 50px;
	  margin-bottom: 10px;
	}
	h2 {
	  margin-top: 60px;
	  font-size: 40px;
	  margin-bottom: 10px;
	}
}

@media (min-width: 480.05px) and (max-width: 768px) {
	#home-titulo {
		font-size: calc(4.953408em - var(--ffsd))
	}
	#maWmu5hvyfRlEcFy {
		font-size: calc(3.5283501em - var(--ffsd));
	}
	.only-mobile {
		display: block;
		padding-top: 20px;
	}
	#SobreNos1 {
		color: #ffffff; 
		font-family: YAEnTBpkzlo-0; 
		line-height: 1.09459755em; 
		text-align: justify; 
		padding-top: 30px;
		font-size: calc(4.236861em - var(--ffsd));
	}
	#SobreNos2 {
		color: #ffffff; 
		letter-spacing: 0em; 
		font-family: YAEnTBpkzlo-0; 
		line-height: 1.27000117em; 
		text-align: justify; 
		padding-top: 30px;
		font-size: calc(4.236861em - var(--ffsd));
	}
	#divSaibaMais {
		padding-top: 40px;
	}
	#lgpd h2, #compliance h2{
	  margin-top: 65px;
	  font-size: 50px;
	  margin-bottom: 10px;
	}
	h2 {
	  margin-top: 30px;
	  font-size: 50px;
	  margin-bottom: 10px;
	}
}

@media (min-width: 768.05px) and (max-width: 1024px) {
	.nav-menu a {
	  padding: 22px 5px 5px 5px;
	}
	#lgpd-container, #compliance-container {
		padding: 0px 30px 0px 30px;
	}
	#home-titulo {
		font-size: calc(4.953408em - var(--ffsd))
	}
	#maWmu5hvyfRlEcFy {
		font-size: calc(4.60853988em - var(--ffsd));
	}
	#SobreNos1 {
		color: #ffffff; 
		font-family: YAEnTBpkzlo-0; 
		line-height: 1.09459755em; 
		text-align: justify; 
		padding-top: 30px;
		font-size: calc(6.28769903em - var(--ffsd));
	}
	#SobreNos2 {
		color: #ffffff; 
		letter-spacing: 0em; 
		font-family: YAEnTBpkzlo-0; 
		line-height: 1.27000117em; 
		text-align: justify; 
		padding-top: 30px;
		font-size: calc(5.28769903em - var(--ffsd));
	}
	#divSaibaMais {
		padding-top: 40px;
	}
	.hero .container {
	  margin-top: 280px;
	}
	.hero .container .row{
	  margin-top: 175px;
	}
	.btn {
		font-size: 3.5rem;
		padding: 10px 30px;
	}
	h2 {
	  margin-top: 65px;
	  font-size: 50px;
	  margin-bottom: 65px;
	}
}

@media (min-width: 1024.05px) {
	.nav-menu a {
	  padding: 22px 15px 5px 15px;
	}
	#home-titulo {
		font-size: calc(4.953408em - var(--ffsd))
	}
	#maWmu5hvyfRlEcFy {
		font-size: calc(3.41629575em - var(--ffsd));
	}
	#SobreNos1 {
		color: #ffffff; 
		font-family: YAEnTBpkzlo-0; 
		line-height: 1.09459755em; 
		text-align: justify; 
		padding-right: 30%;
		font-size: calc(3.0402123em - var(--ffsd))
	}
	#SobreNos2 {
		color: #ffffff; 
		letter-spacing: 0em; 
		font-family: YAEnTBpkzlo-0; 
		line-height: 1.27000117em; 
		text-align: justify; 
		padding-right: 30%;
		font-size: calc(2.0402123em - var(--ffsd));
	}
	#divSaibaMais {
		padding-top: 40px;
	}
	#lgpd h2, #compliance h2{
	  margin-top: 65px;
	  font-size: 50px;
	  margin-bottom: 10px;
	}
	h2 {
	  margin-top: 30px;
	  font-size: 50px;
	  margin-bottom: 10px;
	}
}

@media (min-height: 650px) and (max-height: 800px) {
	.hero .container {
	  margin-top: 200px;
	}
	.hero .container .row{
	  margin-top: 155px;
	}
}

@media (min-width: 1367px) {
	#home-titulo {
		font-size: calc(5.62464861em - var(--ffsd));
	}
	.hero .container {
	  margin-top: 280px;
	}
	.hero .container .row{
	  margin-top: 175px;
	}
	#lgpd h2, #compliance h2{
	  margin-top: 65px;
	  font-size: 50px;
	  margin-bottom: 0px;
	}
	h2 {
	  margin-top: 65px;
	  font-size: 50px;
	  margin-bottom: 65px;
	}
	/* .politica {
	  height: 88vh;
	} */
	.container
	{
		max-width: 1270px !important;
	}
	#divSaibaMais {
		padding-top: 200px;
	}
	.card-servicos {
		min-height: 420px;
		min-width: 230px;
		width: 230px;
		padding: 45px 0;
	}
	.card-politica {
		min-height: 420px;
		min-width: 230px;
		width: 230px;
		padding: 45px 0;
	}
}
				