/* 
	CORE 
*/

/* fonts */
@font-face {
  font-family:"Poppins-Light"; 
  src: local(Poppins-Light), url('../fonts/Poppins-Light.ttf') format('OpenType');
}
@font-face {
  font-family:"Poppins-Regular"; 
  src: local(Poppins-Regular), url('../fonts/Poppins-Regular.ttf') format('OpenType');
}
@font-face {
  font-family:"Poppins-SemiBold"; 
  src: local(Poppins-SemiBold), url('../fonts/Poppins-SemiBold.ttf') format('OpenType');
}


body {
	font-family:"Poppins-Regular";
	font-weight: 300;
	background:#F9F9F9 url(../img/bg-banner.svg) no-repeat top center;
	font-size:12px;
	padding: 20px 0 0 0;
	color: #061638;
}
a, img, button {-moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out;}

a {opacity:1; color:#007E79; text-decoration:none;}
a:hover, a:focus {opacity:0.6; text-decoration:none; color:#007E79;}

a img {opacity:1;}

ul, li {list-style:none; padding:0; margin:0;}

p {
	font-size:16px; 
	color:#464646;
}

hr {
	margin:30px 0; 
	border-top: 1px solid rgba(0,0,0,.1);
}

h2 {
	font-family:"Poppins-Light";
	font-size: 48px;
	color: #061638;
}
h2 span {
	font-family:"Poppins-SemiBold";
}

h3 {
	font-family:"Poppins-Light";
	font-size: 26px;
	color: #061638;
}
h3 span {
	font-family:"Poppins-SemiBold";
}

.btn {
	
	
	text-transform: uppercase;
	font-family:"Poppins-SemiBold";
}
.btn-primary {
	border: 1px solid;
	border-radius: 50px;
	border-radius: 50px;
	padding: 10px 80px;
	background-color: #37D283;
	border-color: #37D283;
	
}
.btn:first-child:hover, :not(.btn-check)+.btn:hover { 
	background-color: inherit !important;
	border-color: #37D283 !important;
	color: #37D283;
}
.btn-link {
	color: #37D283;
	text-decoration: none;
	border: none !important;
	font-size: 16px;
	padding: 0;
}
.btn-link:hover {
	border: none !important;
}

.btn-link img {
	margin-top: -3px;
	margin-left: 6px;
}

.bg-light {
	background-color: none!important;
}
.navbar-nav li a {
	font-size: 16px;
	font-family:"Poppins-SemiBold"; 
}
.sticky-top {
	background-color: #F9F9F9;
}
#inicio .col-md-6 {
	display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}
#inicio .col-md-6.ilus {
	align-items: flex-end;
}

#sobre {
	padding: 80px 0;
}

#servicos {
	background: #262C42 url(../img/bg-servicos.jpg) top center no-repeat;
	padding: 80px 0;
}
#servicos h3 {
	color: #fff;
}
#servicos .card-servico {
	background: #fff;
	border-radius: 16px;
	padding: 30px;
	min-height: 250px;
	display: flex;
	flex-direction: column;
    justify-content: center;
}
#servicos .card-servico h4 {
	font-family:"Poppins-SemiBold";
	color: #061638;
	font-size: 20px;
	margin-bottom: 18px;
}
#servicos .card-servico p {
	margin-bottom: 0;
}

#lgpd {
	background: #fff;
	padding: 80px 0 0 0;
}
#lgpd a {
	color: #37D283;
	font-family:"Poppins-SemiBold";
}
#contato {
	padding: 80px 0 0 0;
}
#contato label {
	font-size: 16px;
}
.map a {
	font-size: 20px;
	color: #37D283;
	font-family:"Poppins-SemiBold";
	display: block;
}

footer {
	background: #061638;
	padding: 20px 0;
}
footer .container {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
footer p {
	color: #fff;
	display: inline-block;
	margin-bottom: 0;
	font-size: 13px;
}



