	/*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
	}

h1{
	font-size: 0!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;
	}

	#form {
  position: relative;
  padding-top: 80px;  /* ajusta esse valor para a altura do seu cabeçalho fixo */
}

#form {
  scroll-margin-top: 120px;
}





@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: 380px;
	}
	
	.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: 380px;
	}
	
	.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
	}


	/*text*/
	.text{
		float: right;
		width: 95%;
		margin: 130px 2.5% 25px;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto;
	}
	
	.text p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		line-height: 1.4;
		font-weight: 300;
		padding: 20px 0 0;
		text-align: left;
	}
	
	.text h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		line-height: 1.3;
		font-weight: 100;
		color: #4873c1
	}
	
	.text ul{
		width: 100%;
		margin: 0;
		float: left;
		list-style: none
	}
	
	.text ul img{
		width: 100%
	}
	
	.text ul li{
		width: 23%;
		margin: 0 1%;
		text-align: center;
		float: left;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #4873c1;
		font-size: 11px
	}
	
	.link{
		float: left;
		width: 100%;
		margin: 25px 0 0 
	}
	
	.link a{
		float: right;
		width: 40%;
		margin: 0 2.5%;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #923d1f;
		background: #da7358;
		text-align: center;
		padding: 15px;
		border-radius: 50px;
		font-size: 14px;
		line-height: 1
	}
	
	.link a:hover{
		color: #fff;
	}

	.link a#blue{
		background: #3978d1;
		color: #fff
	}
	
		
	/*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
}
		
	
	/*text-form*/
	.text-form{
		float: left;
		margin: 0 5%;
		width: 90%;
		text-align: left;
	}
	
	.text-form h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 14px;
		line-height: 1.3
	}
	
	.text-form p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 12px;
		line-height: 1.3
	}
	
	
	/*form*/
	form{
		float: left;
		width: 90%;
		margin: 0 5%;
		text-align: center;
		color: #454545
	}
	
	form h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 11px;
		line-height: 1;
	}
	
	form p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 10px;
		line-height: 1.3
	}
									
	.input{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		font-size: 12px;
		color: #939798;
		padding: 6px 12px;
		font-weight: normal;
		background-color: #ecf0f1;
		text-align: left;
		border: 0;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		background: url("../img/bg-email.png") center left no-repeat #ecf0f1;
		padding-left: 50px;
		text-transform: uppercase
	}
	
	#bg-perfil{
		background: url("../img/bg-perfil.png") center left no-repeat #ecf0f1;
	}
	
	#bg-whatsapp{
		background: url("../img/bg-whatsapp.png") center left no-repeat #ecf0f1;
	}
	
	#bg-empresa{
		background: url("../img/bg-empresa.png") center left no-repeat #ecf0f1;
	}
	
	#bg-mensagem{
		background: #ecf0f1;
	}
	
	label{
		font-size: 10px;
		margin: 0 0 0;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #454545;
		width: 100%;
		float: left;
		font-weight: normal;
	}
	
	.calculator{
		width: 50%;
		font-family: "Poppins-Regular", sans-serif;
		margin: 0 0 10px 25%;
		border: 0;
		background: #ecf0f1;
		color: #454545;
		text-align: center;
		padding-left: 0;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
		position: relative;
	}
	
	.send{
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		height: auto;
		border: 0;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #3978d1;
		text-align: center;
		padding: 6px 18px;
		border-radius: 50px;
		font-size: 12px;
		line-height: 1
	}
	
	.send:hover{
		transition: 1s;
		opacity: 1;
		cursor: pointer;
		transform: scale(0.95)
	}
	
	.input::placeholder {
		color: #939798;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #939798;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #939798;
	}
	
		
/*
		[ARTICLE]
						 */	
	/*aside*/
	aside{
		float: left;
		width: 52%;
		margin: 0;
		text-align: center;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		height: 350px!important;
	}

	aside img{
		width: auto;
	}
	
	.sidebar{
		float: right;
		width: 45%;
		margin: 0;
		text-align: left;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 350px;
	}

	.sidebar h2{
		color: #4470db;
		font-family: "Typo-round-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 28px;
		line-height: 1;
		font-weight: 100
	}

	.sidebar h2 strong{
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS";
		font-weight: bold;
		font-size: 35px
	}

	.sidebar h3{
		color: #fff;
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 29px;
		line-height: 1;
		background: #e97546;
		margin: -5px 0 0;
		width: 100%;
		float: left;
		border-radius: 10px;
		padding: 5px 5px 2px
	}

	.sidebar h4{
		color: #fff;
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 27px;
		line-height: 1;
		background: #4075d1;
		width: 100%;
		float: left;
		border-radius: 10px;
		padding: 3px 5px 5px;
		margin: -15px 0 -5px
	}

	.sidebar p{
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 13px;
		line-height: 1.2;
		font-weight: 400;
	}

	.sidebar 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;
		width: auto
	}

	
	
	/*tit-redes*/
	.tit-redes{
		float: left;
		width: 100%;
		margin: 10px 0 30px;
		text-align: center
	}
	
	.tit-redes h3{
		color: #fff;
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
		line-height: 1.4;
		font-size: 18px;
		font-weight: 300;
	}
	
	.tit-redes h3 strong{
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
	}
	
	.tit-redes img{
		width: auto;
	}
	
	/*text-redes*/
	.text-redes{
		float: left;
		width: 90%;
		margin: 25px 5%;
		text-align: left
	}
	
	.text-redes p{
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		line-height: 1.3
	}
	
	.text-redes p strong{
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.text-redes 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
	}
	
	
	
	/*tit-security*/
	.tit-security{
		position: relative;
		top: -70px
	}
	
	.tit-security h3{
		color: #fff;
		font-family: "Typo-round-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 22px;
		line-height: 1;
		font-weight: 100
	}
	
	.tit-security h3 strong{
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 28px;
		font-weight: bold
	}
	
	.tit-security h4{
		color: #fe8d63;
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 33px;
		line-height: 1;
		text-shadow: 3px 3px 1px #26538c;
		position: relative;
		top: -5px
	}
	
	.tit-security h4 strong{
		font-size: 23px;
		line-height: 1;
		font-weight: normal;
		background: rgba(255,255,255,1.00);
		border-radius: 10px;
		padding: 1px 5px 3px;
		text-shadow: 0 0 0 rgba(0,0,0,0.00);
	}
	
	.tit-security h5{
		color: #fff;
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 28px;
		line-height: 1;
		position: relative;
		top: -5px
	}
	
	.tit-security h5 strong{
		color: #fe8d63;
	}
	
	.tit-security a{
		color: #fff;
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 12px;
		background: #fe8d63;
		border-radius: 50px;
		text-align: center;
		padding: 5px 6px 4px;
	}
	
	
	/*column*/
	ul.column{
		margin: 20px 0;
		float: left;
		width: 100%;
		list-style: none;
		text-align: center;
	}
	
	ul.column h3{
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 18px
	}
	
	ul.column li{
		margin: 0 0 15px;
		float: left;
		width: 100%;
		text-align: center;
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.2;
	}

	ul.column li img{
		width: 250px;
	}

	ul.column li p{
		padding: 0 15px
	}
	
	
	/*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) {	
	
	.text-form h3{
		font-size: 20px;
	}
	
	.text-form p{
		font-size: 18px;
	}
	
	/*aside*/
	aside{
		width: 52%;
		height: 350px!important;
	}

	aside img{
		width: 280px;
	}
	
	/*form*/
	form h3{
		font-size: 16px;
	}
	
	form p{
		font-size: 14px;
	}
	
	
	/*text-redes*/
	.text-redes p{
		font-size: 20px;
		line-height: 1.3
	}
	
	.text-redes a{
		font-size: 16px;
		padding: 9px 6px 8px;
	}
	
	/*tit-redes*/
	.tit-redes{
		width: 100%;
		margin: 10px 0 30px;
	}
	
	.tit-redes h3{
		font-size: 30px;
	}
		
	.tit-redes img{
		width: 95%;
		float: right
	}
			
	.carousel .item img{
		width: 80%!important;
		margin: 0 10%!important
	}
	
	.carousel{
		width: 60%!important;
		margin: 15px 20%!important;
	}
	
	
	/*security*/
	.tit-security{
		top: 0
	}

	.bg-security{
		background: url("../img/bg-security.jpg") center center;
	}
	
	/*column*/
	ul.column li{
		margin: 0 1% 15px;
		width: 48%;
	}
	
	/*cookies*/
      .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: 500px;
	}
	
	.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: 500px;
	}
	
	.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
	}
	
	 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
	}
	
	
	

	/*text*/
	.text{
		float: right;
		width: 100%;
		margin: 25px 0;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto;
	}
	
	.text p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		line-height: 1.4;
		font-weight: 300;
		padding: 20px 0 0;
		text-align: left;
	}
	
	.text h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		line-height: 1.3;
		font-weight: 100;
		color: #4873c1
	}
	
	.text ul{
		width: 100%;
		margin: 0;
		float: left;
		list-style: none
	}
	
	.text ul img{
		width: 100%
	}
	
	.text ul li{
		width: 21%;
		margin: 0 2%;
		text-align: center;
		float: left;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #4873c1;
		font-size: 15px
	}
	
	.link{
		float: left;
		width: 100%;
		margin: 40px 0 0
	}
	
	.link a{
		float: left;
		width: 20%;
		margin: 0 40%;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #923d1f;
		background: #da7358;
		text-align: center;
		padding: 15px;
		border-radius: 50px;
		font-size: 14px;
		line-height: 1
	}
	
	.link a:hover{
		color: #fff;
	}

	.link a#blue{
		background: #3978d1;
		color: #fff
	}
	
		
	/*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 .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;
	}
	
.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
}
		
	
	/*text-form*/
	.text-form{
		float: left;
		margin: 0 10%;
		width: 80%;
		text-align: left;
	}
	
	.text-form h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 20px;
		line-height: 1.3
	}
	
	.text-form p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #fff;
		font-size: 18px;
		line-height: 1.3
	}
	
	
	/*form*/
	form{
		float: left;
		width: 60%;
		margin: 0 20%;
		text-align: center;
		color: #454545;
	}
	
	form h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		line-height: 1;
	}
	
	form p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.3
	}
									
	.input{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		font-size: 12px;
		color: #939798;
		padding: 6px 12px;
		font-weight: normal;
		background-color: #ecf0f1;
		text-align: left;
		border: 0;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		background: url("../img/bg-email.png") center left no-repeat #ecf0f1;
		padding-left: 50px;
		text-transform: uppercase
	}
	
	label{
		font-size: 10px;
		margin: 0!important;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #454545;
		width: 100%;
		float: left;
		font-weight: normal;
	}
	
	.calculator{
		width: 60%;
		font-family: "Poppins-Regular", sans-serif;
		margin: 10px 20%!important;
		border: 0;
		background: #ecf0f1;
		color: #454545;
		text-align: center;
		padding-left: 0;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
		position: relative;
	}
	
	.send{
		cursor: pointer;
		margin: 0 auto;
		width: auto;
		height: auto;
		border: 0;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #3978d1;
		text-align: center;
		padding: 6px 18px;
		border-radius: 50px;
		font-size: 12px;
		line-height: 1
	}	
	
	
		
/*
		[ARTICLE]
						 */		
	
	/*aside*/
	aside{
		float: left;
		width: 40%;
		margin: 50px 0 50px 10%;
		text-align: center;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		height: 450px!important;
	}

	aside img{
		width: 390px;
	}
	
	.sidebar{
		float: right;
		width: 25%;
		margin: 0 25% 0 0;
		text-align: left;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 450px;
	}

	.sidebar h2{
		color: #4470db;
		font-family: "Typo-round-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 38px;
		line-height: 1;
		font-weight: 100
	}

	.sidebar h2 strong{
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS";
		font-weight: bold;
		font-size: 45px
	}

	.sidebar h3{
		color: #fff;
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 41px;
		line-height: 1;
		background: #e97546;
		margin: -5px 0 0;
		width: 100%;
		float: left;
		border-radius: 10px;
		padding: 5px 5px 2px
	}

	.sidebar h4{
		color: #fff;
		font-family: "Typo-round-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 41px;
		line-height: 1;
		background: #4075d1;
		width: 100%;
		float: left;
		border-radius: 10px;
		padding: 3px 5px 5px;
		margin: -15px 0 -5px
	}

	.sidebar p{
		font-family: "Metropolis-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		line-height: 1.2;
		font-weight: 400;
	}

	.sidebar a{
		color: #fff;
		font-family: "Metropolis-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		background: #4470db;
		border-radius: 50px;
		text-align: center;
		padding: 5px 6px 4px;
		margin: 0;
		width: auto
	}

	
	
	/*tit-redes*/
	.tit-redes{
		float: left;
		width: 100%;
		margin: 30px 0 15px;
		text-align: center
	}
	
	#color{
		width: 40%!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		height: 500px!important;
	}
	
	#tit-redes{
		float: left;
	}
	
	.tit-redes h3{
		color: #fff;
		line-height: 1.;
		font-size: 20px;
		font-weight: 300;
		width: 100%;
		float: left;
		text-align: center
	}
	
	.tit-redes h3 strong{
		font-size: 16px;
	}
	
	.tit-redes img{
		width: 80%;
		float: right;
		max-height: 450px;
	}
	
	
	/*text-redes*/
	.text-redes{
		width: 80%;
		margin: 25px 10%;
		text-align: left
	}
	
	#redes{
		width: 60%!important;
		display: flex!important;
		justify-content: center!important;
		flex-direction: column!important;
		height: 500px!important;
	}
	
	.text-redes p{
		font-size: 18px;
		line-height: 1.3
	}
	
	.text-redes a{
		font-size: 18px;
		padding: 8px 10px 7px;
		margin: 25px 0 0 
	}
	
	
	
	/*tit-security*/
	.tit-security{
		top: 0
	}
	
	.tit-security h3{
		font-size: 32px;
		line-height: 1;
	}
	
	.tit-security h3 strong{
		font-size: 38px;
	}
	
	.tit-security h4{
		font-size: 43px;
		line-height: 1;
	}
	
	.tit-security h4 strong{
		font-size: 33px;
		line-height: 1;
	}
	
	.tit-security h5{
		font-size: 38px;
		line-height: 1;
		top: -5px
	}
	
	.tit-security a{
		font-size: 18px;
		padding: 8px 10px 7px;
	}
	
	
	/*column*/
	ul.column{
		margin: 50px 0;
	}
	
	ul.column h3{
		font-size: 20px
	}
	
	ul.column li{
		margin: 0 1% 15px;
		width: 23%;
		font-size: 15px;
	}

	ul.column li img{
		width: 230px;
	}
	
	
	/*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}
}

