	/*inicial*/
	img, object, embed, video {
		max-width: 100%;
	}
	
	body{
		background: #FFF;
	}

	*{
		margin:0;
 		padding:0;
	}
 
	*, *::after, *::before {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	html {
		font-size: 50%;
		scroll-behavior: smooth;
		font-family: 'Open Sans', "Segoe UI", "Trebuchet MS";
	}
	
	.ie6 img {
		width:100%;
	}

	.gridContainer { 
		margin-left: auto; 
		margin-right: auto;
		width: 100%;
	}



	/*atribute */
	img {
		border: 0;
		padding: 0;
		margin: 0;
	}

	
	a{
		border: 0;
		text-decoration: none;
	}


	a:hover{
		opacity: 0.7!important;
		transition: 0.5s;
		transform: scale(0.98);
		text-decoration: none!important
	}


	/*elements*/
	.content{
		width:100%;
		float:left;
	}

	header{
		float:left;
		width:100%;
	}
	
	section{
		float:left;
		width:100%;
	}
	
	article{
		float:left;
		width:100%;
	}
	
	footer{
		float:left;
		width:100%;
	}


	/*effects */
	.inline-photo {
		opacity: 0;
		transform: translateY(6em) rotateZ(0deg);
		transition: transform 2s .50s cubic-bezier(0,1,.3,1), opacity .5s .50s ease-out;
		will-change: transform, opacity;
	}

	.inline-photo.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
	}

	.main-photo {
		transform: scale(.5);
	}

	.heading {
		transform: translate(-50%, calc(-50% + 1em));
	}

	.is-visible .main-photo {
		transform: none;
	}

	.is-visible .heading {
		transform: translate(-50%, -50%);
	}

	/*fonts */
	@font-face {
		font-family: "Poppins-Bold";
		src: url("Poppins-Bold.ttf");
		font-weight: bold;
	}

	@font-face {
		font-family: "Poppins-SemiBold";
		src: url("Poppins-SemiBold.ttf");
		font-weight: 600;
	}

	@font-face {
		font-family: "Poppins-Regular";
		src: url("Poppins-Regular.ttf");
		font-weight: normal;
	}

	@font-face {
		font-family: "Poppins-Light";
		src: url("Poppins-Light.ttf");
		font-weight: 300;
	}

	@font-face {
		font-family: "Metropolis-Regular";
		src: url("Metropolis-Regular.ttf");
		font-weight: 300;
	}

	@font-face {
		font-family: "Metropolis-Bold";
		src: url("Metropolis-Bold.ttf");
		font-weight: 300;
	}

	@font-face {
		font-family: "Typo-round-Regular";
		src: url("Typo_Round_Regular_Demo.otf");
		font-weight: 300;
	}

	@font-face {
		font-family: "Typo-round-Bold";
		src: url("Typo_Round_Bold_Demo.otf");
		font-weight: 300;
	}


@media only screen and (min-width: 300px) {
	
	.whatsapp{
		all: initial; /* redefinir todas as propriedades para seus valores iniciais */
		/* Adicione qualquer outra propriedade específica que você deseja permitir ou restringir */
	}
	
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}	
	
	
/*
		[BACKGROUND]
						 */
	.bg-color{
		position: relative;
		z-index: 55;
		background: url("../img/bg-color.jpg") center center;
		padding: 0;
	}
	
	.bg-header{
		z-index: 99;
		position: relative;
		background: #ffffff;
		padding: 0;
	}
	
	.bg-white{
		position: relative;
		z-index: 44;
		background: #fff;
		padding: 0;
	}
	
	.bg-blue-image{
		position: relative;
		z-index: 55;
		background: url("../img/bg-blue-image-responsive.jpg") center center;
		padding: 0;
		width: 50%;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 330px;
	}
	
	.bg-security{
		position: relative;
		z-index: 55;
		background: url("../img/bg-security-responsive.jpg") top center;
		padding: 0;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 330px;
	}
	
	.bg-white-b{
		position: relative;
		z-index: 44;
		background: #fff;
		padding: 0;
		width: 50%;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 330px;
	}
	
	.bg-black-gray{
		position: relative;
		z-index: 44;
		background: #000;
		padding: 0;
	}

	
/*
	[HEADER]
				 */	
	/*header*/
	header{
		width: 100%;
		border-bottom: 1px solid #9cc3ca;
		position: fixed;
		z-index: 99;
		height: 150px;
	}	
	
	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 0;
		z-index: 999;
		border-bottom: 1px solid #9cc3ca!important;
		height: 150px;
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	.sticky .logo{
		
	}
	
	.sticky a.logo{
		width: 82%;
		margin: 15px 0 5px;
	}	 
	
	.sticky a.logo img{ 
		width: 200px;
	}	
	
	.sticky  .nav .navtoogle{
		top: 20px!important;
	}
	
	
	/*top-menu*/
	.top-menu{
		float: left;
		width: 100%;
		margin: 15px 0 10px
	}
	
	.top-menu a{
		float: left;
		width: 45%;
		margin: 0 2%;
		text-align: center;
		color: #FFFFFF;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 13px
	}
	
	.top-menu span{
		float: left;
		width: 2px;
		margin: 0;
		height: 20px;
		background: rgba(255,255,255,0.56)
	}
	
	.top-menu a img{
		width: 25px;
		position: relative;
		top: -4px;
		left: -3px;
	}
	
	.top-menu a:hover{
		color: #fff
	}
	
	#desk{
		font-size: 0
	}
	
	#desk img{
		width: 0;
	}
	
	#mob{
		font-size: 13px
	}
	
	#mob img{
		width: 25px;
	}
	
	/*logo*/
	a.logo{
		width: 82%;
		padding: 0;
		text-align: center;
		margin: 25px 0 20px;
		float: right;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 200px;
	}	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 0 0 10px!important;
		font-weight: 500!important;
		padding: 0!important;
		border-bottom: 0;
		width: 100%!important;
		float: left!important;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS"!important;
	}
	
	.nav ul li em {
		float: right!important;
		position: relative;
		top: 0;
		left: 0;
		width: 0
	}	

	.nav .navtoogle{
		width: 12%!important;
		float: left!important;
		height: 36px;
		margin: 0!important;
		top: 25px!important;
		position: relative;
	}
	
	#border-a{
		border-radius: 15px 15px 0 0;
	}
		
	#border-b{
		border-radius: 0 0 15px 15px
	}
		
	
	/*[dropdown]*/
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
		height: 40px!important
	}

	.dropdown-content {
		display: none;
		position: relative;
		min-width: 100%;
		box-shadow: 0 0 0 0!important;
		z-index: 1;
		border-radius: 10px;
		padding: 0 0 0!important;
		left: 0;
		background: none;
	}

	.dropdown-content a {
		padding: 14px 10px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 11px;
		border-bottom: 1px solid rgba(223,223,223,1.00)!important;
		background-color: #fff!important;
		height: auto!important;
		font-weight: 500;
		text-transform: uppercase!important;
	}

	.dropdown-content a:hover{
		background-color: #fff!important;
		opacity: 1;
		padding: 14px 10px!important;
		border-bottom: 1px solid rgba(223,223,223,1.00)!important;
		font-weight: 500!important;
		color: #da7358!important;
	}

	.dropdown .dropdown-content a:hover{
		color: #da7358!important;
	}

	.dropdown:hover .dropdown-content{
		display: block;
	}

	.dropdown:hover .dropbtn{
		background-color: #fff!important;
		color: #da7358!important
}	
	
	 img#bottom-menu{
		width: 20px!important;
		 position: relative;
		 left: 10px;
	}
	
	 a#testemenu:hover, a#testemenu:active, a#testemenu:focus{
		 opacity: 0.5;
		 background: rgba(209,209,209,1.00);
	}

	a.orange:hover, a.orange:active, a.orange:focus{
		color: #da7358!important
	}
	
	
	/*section*/
	section {
		float: right;
		width: 100%;
		margin: 0;
		top: 0;
		position: relative;
		text-align: center;
		color: #fff;
	}
	
	section h2{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-size: 14px;
		margin: 35px 0 0
	}
	
	section h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		font-size: 14px
	}
	
	section img{
		margin-bottom: 40px;
		border-radius: 50px;
		padding: 15px 0 0
	}
	
	.carousel-control.right{
		background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, 0) 0)!important;
		right: -12%!important
	}

	.carousel-control.left{
		background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, 0) 0)!important;
		left: -12%!important
	}

	
	/*tit*/
	.tit{
		float: left;
		width: 95%;
		margin: 160px 2.5% 15px;
		text-align: center;
	}
	
	.tit h1{
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS";
		color: #4470dc;
		font-size: 23px;
		line-height: 1.4
	}
	
	.tit p{
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		line-height: 1.3;
		padding: 0;
		font-weight: 400;
		font-style: normal;
		width: 80%;
		margin: 0 10%;
		text-align: left
	}
	
	.tit h1 span{
		background: #4470dc;
		width: 20%;
		margin: 10px 40%;
		height: 5px;
		border-radius: 10px;
		float: left
	}
	
	/*text*/
	ul.text{
		float: left;
		width: 95%;
		margin: 40px 2.5%;
		text-align: center;
		height: auto;
		list-style: none
	}
	
	ul.text img{
		width: 100%;
		margin-bottom: 15px
	}
	
	ul.text li{
		width: 31.3%;
		margin: 0 1%;
		text-align: center;
		float: left;
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 10px;
		text-transform: uppercase
	}
	
	
	
	
	/*funil*/
	.bg-funil{
		float: left;
		width: 100%;
		margin: 0;
		text-align: right;
		position: relative
	}
	
	.bg-funil img{
		position: absolute;
		z-index: 1;
		width: 100%
	}
	
	.bg-funil img#funil-a{
		position: relative;
		width: 70%;
		margin: 4% 15% 0;
	}
	
	
	/*diagrama*/
	ul.diagrama{
		float: left;
		width: 95%;
		margin: 0 2.5% 40px;
		text-align: center;
		height: auto;
		list-style: none
	}
	
	ul.diagrama h2{
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		color: #357ac8;
		font-size: 22px;
		line-height: 1;
		text-align: center;
		margin-bottom: 35px
	}
	
	ul.diagrama img{
		width: 100%;
		margin-bottom: 0
	}
	
	ul.diagrama li{
		width: 40%;
		margin: 0 5%;
		text-align: center;
		float: left;
	}
		
	ul.diagrama li h3{
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		color: #357ac8;
		font-size: 14px;
		font-style: italic;
		line-height: 1.1;
		height: 55px;
	}
		
	ul.diagrama li p{
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
		color: #1d1c1a;
		font-size: 12px;
		text-align: left;
		line-height: 1.2;
		height: 220px;
		padding-bottom: 15px;
	}
		
	ul.diagrama li a{
		background-color: none!important;
		color: #357ac8;
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		font-style: italic;
		background: none;
		font-size: 11px;
		padding: 0;
	}
		
	ul.diagrama .more{
		width: 100%;
		float: left;
		text-align: center;
		margin: -40px 0 0;
	}
		
	ul.diagrama .more a{
		color: #fff;
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		background: #4470db;
		border-radius: 50px;
		text-align: center;
		padding: 10px 25px;
		width: 80%;
		margin: 0 10%;
		float: left;
		line-height: 1
	}
		
	
	/*about*/
	.about{
		float: left;
		width: 90%;
		margin: 25px 5%;
		text-align: left
	}
	
	.about h3{
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS";
		color: #4470dc;
		font-size: 18px;
		line-height: 1.3
	}
		
	.about p{
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		line-height: 1.4
	}
	
	.about p#contact{
		font-family: "Typo-round-Regular", "Segoe UI", "Trebuchet MS"!important;
		font-size: 14px;
	}
	
	.about p#contact strong{
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS"!important;
		font-size: 20px;
		font-weight: bold;
	}
	
	.about p{
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.3
	}
	
	.about p strong{
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.about a{
		color: #fff;
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 12px;
		background: #4470db;
		border-radius: 50px;
		text-align: center;
		padding: 5px 6px 4px;
		margin: 0
	}
	
	/*contact*/
	ul.contact{
		float: left;
		width: 80%;
		margin: 15px 10% 30px;
		list-style: none;
		text-align: center;
		border-bottom: 1px solid #fff
	}
	
	ul.contact li{
		float: left;
		width: 21%;
		margin: 0 2%;
		text-align: center
	}
	
	ul.contact li img{
		width: 100%;
		padding: 10px
	}
	
	#desk-b img{
		width: 0;
		padding: 0
	}
	
	#mob-b img{
		width: 100%;
		margin-top: 0
	}
	
	ul.contact h3{
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 30px;
		line-height: 1.2;
		width: 90%;
		margin: 35px 5%;
		float: left;
		letter-spacing: 2px;
	}
	
	ul.contact h3 strong#white-border{
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		color: #248ab8;
		font-size: 24px;
		line-height: 1;
		background: #fff;
		padding: 6px 10px 5px;
		border-radius: 10px;
		width: 100%;
		float: left;
		letter-spacing: 0;
		position: relative;
		top: -3px;
	}
	
	ul.contact h3 em{
		font-size: 23px;
		font-style: normal;
	}
	
	ul.contact p{
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.3;
	}
	
	ul.contact p a{
		color: #FFF
	}
	
	
	
	/*footer*/
	.footer{
		margin: 20px 0;
		float: left;
		width: 100%;
		text-align: center;
	}
	
	.footer img{
		width: 120px;
	}
	
	.footer a{
		color: #1d1d1b
	}
	
	.footer a:hover{
		color: #1d1d1b
	}
	
	.footer figure{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 30px
	}
	
	.footer p{
		float: right;
		width: 100%;
		text-align: center;
		font-size: 13px;
		margin: 0 0 0;
		font-weight: normal;
		line-height: 1.2;
		letter-spacing: 0;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
	}
	
	.footer strong{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 20px;
		float: left;
		width: 100%;
		text-align: center
	}
	
	/*whatsapp*/
	.ws-icon{
		position: fixed;
		width: 50px;
		height: 50px;
		bottom: 5%;
		right: 3%;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
	
	/*cookies*/
    .box-cookies.hide {
      display: none !important;
    }
    
    .box-cookies {
      position: fixed;
      background: rgba(0, 0, 0, .9);
      width: 100%;
      z-index: 999999999;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
        flex-direction: column;
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
    }
    
    .box-cookies .msg-cookies,
    .box-cookies .btn-cookies {
      text-align: left;
      padding: 10px 25px 5px;
      color: #fff;
      font-size: 12px;
    }
    
    .box-cookies .msg-cookies,
    .box-cookies .btn-cookies strong {
      font-size: 12px;
    }
    
    .msg-cookies a{
      font-size: 12px;
		color: #da7358;
      border-bottom: 1px solid #da7358;
      font-weight: bold
    }
    
    .msg-cookies a:hover{
      border-bottom: 1px solid #da7358;
      color: #da7358;
		opacity: 1
    }
    
    .box-cookies .btn-cookies {
      background: #4470dc;
      cursor: pointer;
      align-self: normal;
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
      border: 0;
    }
    
    .box-cookies .btn-cookies:hover {
      background: #da7358;
    }
	
}






@media only screen and (min-width: 603px) {	
	
      .box-cookies {
        flex-direction: row;
      }
	
}







@media only screen and (min-width: 1024px) {

/*
	[Elements]
				 */
	.container{
		width: 1000px;
	}	
	
	.left{
		position: relative;
		left: -50px;
	}
	
	.right{
		position: relative;
		left: 50px;
	}
	
	
/*
		[BACKGROUND]
						 */
	.bg-blue-image{
		position: relative;
		z-index: 55;
		background: url("../img/bg-blue-image.jpg") center center;
		padding: 0;
		width: 50%;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 330px;
	}
	
	.bg-security{
		position: relative;
		z-index: 55;
		background: url("../img/bg-security.jpg") center center;
		padding: 0;
		width: 100%;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 450px;
	}
	
	.bg-white-b{
		position: relative;
		z-index: 44;
		background: #fff;
		padding: 0;
		width: 50%;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 330px;
	}
	
	.bg-black-gray{
		position: relative;
		z-index: 44;
		background: #000;
		padding: 0;
	}

	
/*
	[HEADER]
				 */	
	/*header*/
	header{
		width: 100%;
		border-bottom: 1px solid #9cc3ca;
		position: relative;
		z-index: 99;
		height: 196px;
	}	
	
	
	/*sticky*/
	.sticky {
		position: relative;
  		top: 0;
  		width: 0;
		padding: 0;
		z-index: 999;
		border-bottom: 0;
		height: 0;
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	.sticky .logo{
		
	}
	
	.sticky a.logo{
		width: 0;
		margin: 0;
	}	 
	
	.sticky a.logo img{ 
		width: 0;
	}	
	
	.sticky .nav .navtoogle{
		top: 0;
	}
	
	.sticky .nav ul {
		font-size: 0!important;
		margin: 0!important;
		width: 0!important;
	}
	
	.sticky .nav ul li em {
		top: 0;
		left: 0;
		width: 0
	}	
	
	
	/*top-menu*/
	.top-menu{
		float: right;
		width: 40%;
		margin: 15px 0 10px
	}
	
	.top-menu a{
		float: left;
		width: 45%;
		margin: 0 2%;
		text-align: center;
		color: #FFFFFF;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 13px
	}
	
	.top-menu span{
		float: left;
		width: 2px;
		margin: 0;
		height: 20px;
		background: rgba(255,255,255,0.56)
	}
	
	.top-menu a img{
		width: 25px;
		position: relative;
		top: -4px;
		left: -3px;
	}
	
	.top-menu a:hover{
		color: #fff
	}
	
	#desk{
		font-size: 13px
	}
	
	#desk img{
		width: 25px;
	}
	
	#mob{
		font-size: 0
	}
	
	#mob img{
		width: 0;
	}
	
	
	
	
	/*logo*/
	a.logo{
		width: 40%;
		padding: 0;
		text-align: center;
		margin: 25px 0 20px;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 300px;
	}	
	
	/*menu*/
	.nav ul {
		font-size: 18px!important;
		margin: 50px 0 10px!important;
		font-weight: 500!important;
		padding: 0!important;
		border-bottom: 0;
		width: 60%!important;
		float: right!important;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS"!important;
	}
	
	.nav ul li em {
		float: right!important;
		position: relative;
		top: -38px;
		left: 5px;
		width: 10px
	}	

	
	
	
	/*[dropdown]*/
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: none;
		position: absolute;
		min-width: 300px;
		box-shadow: 0!important;
		z-index: 1;
		border-radius: 0;
		padding: 10px 0 0!important;
		left: 0;
		background: none;
	}

	.dropdown-content a {
		padding: 10px!important;
		text-decoration: none;
		display: block;
		color: #1d1c1a!important;
		font-size: 14px;
		border-bottom: 1px solid #FFF!important;
		background-color: rgba(240,240,240,1.00)!important;
		height: auto!important;
		font-weight: bold;
		text-transform: uppercase!important
	}

	.dropdown-content a:hover {
		background-color: rgba(240,240,240,1.00)!important;
		opacity: 1!important;
		padding: 10px!important;
		border-bottom: 1px solid #FFF!important;
		font-weight: 500!important;
		color: #fff!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #da7358!important;
	}
	
	 img#bottom-menu{
		width: 15px!important;
		 position: relative;
		 left: 0;
		 top: -3px
	}
	
	 a#testemenu:hover, a#testemenu:active, a#testemenu:focus{
		 opacity: 0.5;
		 background: rgba(209,209,209,0)
	}

	a.orange:hover, a.orange:active, a.orange:focus{
		color: #da7358!important
	}
	
	
	

	
	
	
	/*section*/
	#content-banner{
		width: 45%;
		float: left!important;
		margin: 50px 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 400px;
		position: relative

	}
	
	section {
		width: 100%;
		margin: 0;
		top: 0;
		position: relative;
		text-align: left;
		color: #fff;
		float: left;
	}
	
	section h2{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		line-height: 1.3;
		font-size: 35px;
		margin: 0;
		width: 100%;
	}
	
	section h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		line-height: 1.3;
		font-size: 45px;
		width: 100%;
	}
	
	section img{
		margin-bottom: 0;
		border-radius: 50px;
		padding: 0;
	}
	

	.carousel-control.right{
		background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, 0) 0)!important;
		right: -5%!important
	}

	.carousel-control.left{
		background-image: linear-gradient(to right, rgba(0, 0, 0, .0) 0, rgba(0, 0, 0, 0) 0)!important;
		left: -5%!important
	}

		
	.carousel .item img{
		width: 80%!important;
		margin: 0 10%!important
	}
	
	.carousel{
		width: 40%!important;
		float: right!important;
		margin: 15px 6%!important;
		position: relative;
		top: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 500px;
	}

	
	/*tit*/
	.tit{
		float: left;
		width: 95%;
		margin: 25px 2.5%;
		text-align: center;
	}
	
	.tit h1{
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS";
		color: #4470dc;
		font-size: 55px;
		line-height: 1.3
	}
	
	.tit h1 span{
		background: #4470dc;
		width: 20%;
		margin: 10px 40%;
		height: 5px;
		border-radius: 10px;
		float: left
	}
	
	/*text*/
	ul.text{
		float: left;
		width: 80%;
		margin: 40px 10%;
		text-align: center;
		height: auto;
		list-style: none
	}
	
	
	ul.text img{
		width: 100%;
		margin-bottom: 20px;
	}
	
	ul.text li{
		width: 29.3%;
		margin: 0 2%;
		text-align: center;
		float: left;
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 18px;
		text-transform: uppercase
	}
	
	
	/*funil*/
	.bg-funil{
		float: left;
		width: 100%;
		margin: 0;
		text-align: right;
		position: relative
	}
	
	.bg-funil img{
		position: absolute;
		z-index: 1;
		width: 95%;
		left: 5%
	}
	
	.bg-funil img#funil-a{
		position: relative;
		width: 40%;
		margin: 13% 30% 0;
		left: 0
	}
	
	
	/*diagrama*/
	ul.diagrama{
		float: left;
		width: 80%;
		margin: 0 10% 40px;
		text-align: center;
		height: auto;
		list-style: none
	}
	
	ul.diagrama h2{
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		color: #357ac8;
		font-size: 40px;
		line-height: 1;
		text-align: center;
		margin-bottom: 35px
	}
	
	ul.diagrama img{
		width: 100%;
		margin-bottom: 15px
	}
	
	ul.diagrama li{
		width: 21%;
		margin: 0 2%;
		text-align: center;
		float: left;
	}
		
	ul.diagrama li h3{
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		color: #357ac8;
		font-size: 18px;
		font-style: italic;
		line-height: 1.1;
		height: 55px;
	}
		
	ul.diagrama li p{
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
		color: #1d1c1a;
		font-size: 15px;
		text-align: left;
		line-height: 1.4;
		height: auto;
		padding-bottom: 15px
	}
		
	ul.diagrama li a{
		background-color: none!important;
		color: #357ac8;
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		font-style: italic;
		background: none;
		font-size: 11px;
		padding: 0;
	}
		
	ul.diagrama .more{
		width: 100%;
		float: left;
		text-align: center;
		margin: 35px 0 0;
	}
		
	ul.diagrama .more a{
		color: #fff;
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		background: #4470db;
		border-radius: 50px;
		text-align: center;
		padding: 10px 25px;
		width: 40%;
		margin: 0 30%;
		float: left;
		line-height: 1
	}
		
	
	/*about*/
	.about{
		float: left;
		width: 90%;
		margin: 50px 5%;
		text-align: left
	}
	
	.about h3{
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS";
		color: #4470dc;
		font-size: 35px;
		line-height: 1.3
	}
		
	.about p{
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 19px;
		line-height: 1.4
	}
	
	.about p#contact{
		font-family: "Typo-round-Regular", "Segoe UI", "Trebuchet MS"!important;
		font-size: 19px;
	}
	
	.about p#contact strong{
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS"!important;
		font-size: 24px;
		font-weight: bold;
	}
	
	.about p strong{
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.about a{
		color: #fff;
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		background: #4470db;
		border-radius: 50px;
		text-align: center;
		padding: 15px 16px 14px;
		margin: 0
	}
	
	/*contact*/
	ul.contact{
		float: left;
		width: 40%;
		margin: 45px 30%;
		list-style: none;
		text-align: center;
		border-bottom: 0
	}
	
	ul.contact span{
		float: left;
		width: 60%;
		margin: 0 20%;
		border-bottom: 1px solid #fff
	}
	
	ul.contact li{
		float: left;
		width: 21%;
		margin: 0 2%;
		text-align: center
	}
	
	ul.contact li img{
		width: 100%;
		padding: 10px
	}
	
	#desk-b img{
		width: 100%;
		margin-top: -17px;
		padding: 10px
	}
	
	#mob-b img{
		width: 0;
		padding: 0
	}
	
	ul.contact h3{
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 40px;
		line-height: 1.2;
		width: 60%;
		margin: 35px 20% 20px;
		float: left;
		letter-spacing: 2px;
	}
	
	ul.contact h3 strong#white-border{
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		color: #248ab8;
		font-size: 35px;
		line-height: 1;
		background: #fff;
		padding: 6px 10px 5px;
		border-radius: 10px;
		width: 100%;
		float: left;
		letter-spacing: 0;
		position: relative;
		top: -3px;
	}
	
	ul.contact h3 em{
		font-size: 26px;
		font-style: normal;
	}
	
	ul.contact p{
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.3;
	}
	
	ul.contact p a{
		color: #FFF
	}
	
	
	
	
	/*footer*/
	.footer{
		margin: 35px 0 -10px
	}
	
	.footer figure{
		float: left;
		width: 50%;
		text-align: left
	}
	
	.footer p{
		float: right;
		width: 50%;
		text-align: right;
		font-size: 14px;
		margin: 45px 0 0
	}
			
	.footer p strong{
		margin-bottom: 0;
		float: none;
		width: auto
	}
	
	
			
}




/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

