/*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;
}
	
.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;
	transition: all 0.3s ease;
	}

a:hover{
	opacity: 0.5;
	transition: 0.5s;
	transform: scale(0.98);
}

/*elements*/
	.content, header, section, article, footer{
		width:100%;
		float:left;
	}

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


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

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

	.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: "AntennaCond-Light";
		src: url("css/AntennaCond-Light.otf");
		font-weight: 300;
	}

	@font-face {
		font-family: "AntennaCond-Regular";
		src: url("css/AntennaCond-Regular.otf");
		font-weight: normal;
	}

	@font-face {
		font-family: "AntennaCond-Medium";
		src: url("css/AntennaCond-Medium.otf");
		font-weight: 500;
	}

	@font-face {
		font-family: "AntennaCond-Bold";
		src: url("css/AntennaCond-Bold.otf");
		font-weight: bold;
	}


/*[Elements] */
	.container{
		width: 1000px;
		margin: 0 auto;
		height: auto;
		padding: 0;
	}	
	
	.left{
		position: relative;
		left: -50px;
	}
	
	.right{
		position: relative;
		left: 50px;
	}


	/*[BACKGROUND]*/	
	#sobre-nos{
		scroll-margin-top: 25px;
	}
	
	#operadoras{
		scroll-margin-top: 0;
	}

	#fale-conosco{
		scroll-margin-top: 25px;
	}

	#simulacao{
		scroll-margin-top: -25px;
	}

	.bg-header{
		background: #FFF;
		padding: 15px 0;
		z-index: 999;
		position: relative;
		float: left;
	}

	
	.bg-gray{
		position: relative;
		z-index: 33;
		background: #f8f8f8;
	}

	.bg-white{
		position: relative;
		z-index: 55;
		background: #fff;
	}

	.bg-black{
		position: relative;
		z-index: 55;
		background: #222222;
	}

	.bg-blue{
		position: relative;
		z-index: 55;
		background: #3150a0;
	}

	.bg-parallax {
		background: url("img/bg-parallax.jpg") center center;
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;
		margin: 0 auto;
		max-width: 100%;
		z-index: 77;
		display: flex;
		justify-content: center;
		align-items: center;
	}
				
	
	/*logo*/
	a.logo{
		width: 320px;
		padding: 0;
		text-align: center;
		margin: 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 320px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 20px!important;
		margin: 45px 0 0!important;
		font-weight: 500;
		padding: 0!important;
	}	
	

	/*nav-number*/
	.nav-number{
		margin: 40px 0 0;
		width: 220px;
		float: right;
		background: #3150a0;
		padding: 25px 0;
		text-align: center
	}	

	.nav-number a{
		color: #fff;
		font-family: "AntennaCond-Regular","Segoe UI", "Trebuchet MS";
		font-size: 18px;
		line-height: 1;
	}	
	
	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 5px 0!important;
		height: 90px;
		background: #fff!important;
		border-bottom: 2px solid rgba(236,236,236,1.00)
	}

	.sticky + .content {
  		padding-top: 102px;
	}

	.sticky a.logo{
		margin: 0;
		width: auto
	}	
	
	.sticky a.logo img{
  		width: 190px;
	}

	.sticky .nav ul {
		margin: 12px 0 0!important
	}

	.sticky .nav-number {
		margin: 5px 0 0
	}
	


	/*nav-botton*/
	.nav-botton {
		float: right;
		margin: 25px 0
	}

	.nav-botton a {
		margin-left: 35px;
		color: #fff;
		font-family: "AntennaCond-Medium","Segoe UI", "Trebuchet MS";
		font-size: 18px;
		text-transform: uppercase;
	}
	
	.nav-botton a img{
		position: relative;
		top: 5px;
		left: -5px
	}
	
	
	/*banner*/
	#layerslider{
		height: 900px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: -15px 0 0;
	}
	
	#layerslider img{
		height: auto!important;
		width: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.desktop{
		width: auto!important;
		height: auto!important;
		border-radius: 0!important
	}
		
	#layerslider img.responsive{
		width: 0!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 0!important;
	}
	
/**/
	#layerslider .ls-slide span{
		margin: 170px 0 0!important;
		width: 60%;
		float: left;
		text-align: left;
		color: #fff;
	}	
				
	#layerslider .ls-slide h2{
		font-size: 50px;
		line-height: 1.4;
		margin: 0 0 35px!important;
		font-family: "AntennaCond-Bold","Segoe UI", "Trebuchet MS";
		font-weight: normal;
		text-transform: uppercase;
	}	
				
	#layerslider .ls-slide h2 strong{
		background: #3150a0;
		padding: 10px
	}	
				
	#layerslider .ls-slide p{
		font-size: 30px;
		color: #fff;
		line-height: 1.2;
		margin: 0 0 80px!important;
		font-family: "AntennaCond-Regular","Segoe UI", "Trebuchet MS";
		font-weight: 300;
	}	

	#layerslider .ls-slide a{
		color: #fff;
		font-family: "AntennaCond-Bold","Segoe UI", "Trebuchet MS";
		font-size: 22px;
		font-weight: bold;
		line-height: 1;
		background: #3150a0;
		padding: 25px 30px;
	}	
					
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 125px 0;
	}
	
	.about span{
		float: right;
		width: 50%;
		margin: 0;
		text-align: left
	}
	
	.about span h2{
		font-family: "AntennaCond-Bold","Segoe UI", "Trebuchet MS";
		font-size: 40px;
		color: #191919;
		line-height: 1;
		font-weight: normal;
	}

	.about span h1{
		font-family: "AntennaCond-Light","Segoe UI", "Trebuchet MS";
		font-size: 35px;
		color: #3150a0;
		line-height: 1.4;
		font-weight: normal;
		margin-bottom: 25px
	}
	
	.about span p{
		font-family: "Segoe UI", "Trebuchet MS";
		font-size: 18px;
		color: #191919;
		line-height: 1.4;
		font-weight: normal;
		margin-bottom: 40px
	}
		
	.about span p strong{
		font-family: "Poppins-bold", "Segoe UI", "Trebuchet MS";
	}

	.about span a{
		color: #ffffff;
		font-family: "AntennaCond-Regular","Segoe UI", "Trebuchet MS";
		font-size: 18px;
		line-height: 1;
		background: #191919;
		padding: 18px 40px;
		border: 2px solid #191919;
		margin-right: 25px
	}

	.about span a#more{
		background: #fff;
		border: 2px solid #3150a0;
		color: #3150a0
	}
	
	.about span a#more img{
		margin-right: 10px
	}

	
	/*aside*/
	.about aside {
		float: left;
		width: 45%;
		text-align: center;
		margin: 0
	}
	
	.about aside img{
		width: auto;
	}
	
	/*row*/
	ul.row {
		width: 100%;
		margin: 0 0 40px;
		text-align: center;
		float: left;
		list-style: none
	}

	ul.row li {
		width: 25%;
		float: left;
		padding: 65px 0 80px;
		transition: transform 1s ease;
	}

	ul.row li:hover {
		transform: scale(0.9);
	}

	ul.row li img{
		width: auto;
	}

	ul.row li p{
		font-family: "Segoe UI", "Trebuchet MS";
		font-size: 40px;
		color: #fff;
		line-height: 1
	}

	#bg-1{
		background: #191919
	}

	#bg-2{
		background: #3150a0
	}

	#bg-3{
		background: #ededed
	}

	#bg-4{
		background: #5b76b7
	}


	/*profile*/
	.profile-slider {
		position: relative;
		width: 100%;
		overflow: hidden;
		margin: 170px 0;
		text-align: center
	}

	.profile-slider h2{
		font-family: "AntennaCond-Bold","Segoe UI", "Trebuchet MS";
		font-size: 60px;
		color: #fff;
		line-height: 1;
		margin-bottom: 25px
	}
	
	.profile-slider p{
		font-family: "AntennaCond-Light","Segoe UI", "Trebuchet MS";
		font-size: 23px;
		color: #fff;
		line-height: 1.4;
		font-weight: normal;
	}

	.profile-slider p strong{
		font-family: "AntennaCond-Bold","Segoe UI", "Trebuchet MS";
		font-size: 25px;
	}

	ul.profile {
		display: flex;
		transition: transform 0.5s ease-in-out;
		margin: 50px 0 90px;
		list-style: none;
	}

	ul.profile li {
		min-width: 90%;
		margin: 0 5%
	}

	/* Setas de navegação */
	button.prev, button.next {
		position: absolute;
		top: 50%;
		background-color: rgba(0, 0, 0, 0);
		color: #fff;
		border: none;
		padding: 15px 10px;
		font-size: 50px;
		cursor: pointer;
		z-index: 10;
		transform: translateY(-50%);
		margin-top: 0
	}

	button.prev {
		left: 0;
	}
	
	button.next {
		right: 0;
	}

	.profile-slider button:hover{
		opacity: 0.7;
		transition: 0.5
	}
	
	ul.profile li img {
		width: 23%;
		margin: 0 1%;
		text-align: center;
		float: left;
		transition: transform 1s ease!important;
	}
	
	ul.profile li img:hover {
		transform: scale(0.9)!important;
	}

	.profile-slider a{
		text-align: center
	}
	

	/*form*/	
	form{
		text-align: center;
		margin: 150px 0;
		float: left;
		width: 100%
	}

	form h2{
		font-family: "AntennaCond-Bold","Segoe UI", "Trebuchet MS";
		font-size: 50px;
		color: #5b76b7;
		line-height: 1;
		margin-bottom: 0
	}
	
	form p{
		font-family: "Segoe UI", "Trebuchet MS";
		font-size: 28px;
		color: #222222;
		line-height: 1.4;
		font-weight: normal;
		margin-bottom: 50px
	}

		
	.input{
		float: left;
		width: 45%;
		margin: 0 2.5% 10px;
		font-size: 21px;
		color: #303030;
		padding: 20px 10px;
		background-color: #f2f2f2;
		text-align: left;
		border: 0 solid #dcdcdc;
		font-family: "Segoe UI", "Trebuchet MS";
		padding-left: 30px;
		font-weight: 500
	}
	
	.calculator{
		width: 40%;
		font-family: "Segoe UI", "Trebuchet MS";
		margin: 10px 30%!important;
		text-align: center;
		padding-left: 0;
	}
	
	.comment{
		width: 95%;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
		position: relative;
	}
	
	.send:hover{
		opacity: 0.8
	}	
 
	.send{
		cursor: pointer;
		margin: 5px auto 0;
		width: 170px;
		height: 65px;
		border: 0;
		font-family: "Segoe UI", "Trebuchet MS";
		color: #fff;
		background: #5b76b7;
		text-align: center;
		padding: 0px 10px;
		font-size: 22px;
		line-height: 1;
		font-weight: bold;
	}	
 
	label{
		font-size: 18px;
		margin: 12px 0 5px;
		font-family: "Segoe UI", "Trebuchet MS";
		color: #303030;
		width: 100%;
		float: left;
		font-weight: normal;
		text-align: left;
	}
	
	label#calculo{
		text-align: center;
		font-size: 16px
	}
	
	.input-re p{
		width: 100%!important;
	}

	select.input {
		background-color: #5b76b7;
		color: white;
		border: 1px solid white;
		font-size: 20px;
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='40' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
		background-repeat: no-repeat;
		background-position: right 10px center;
		background-size: 35px 35px;
		cursor: pointer
	}

	select.input option {
		background-color: #5b76b7;
		color: white;
	}

	.input::placeholder {
		color: #303030;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #303030;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #303030;
	}
	

	/*tit*/
	.tit{
		float: left;
		width: 100%;
		margin: 100px 0;
		text-align: center
	}

	.tit h2{
		font-family: "AntennaCond-Regular","Segoe UI", "Trebuchet MS";
		font-size: 60px;
		color: #fff;
		line-height: 1;
		margin-bottom: 35px;
		font-weight: normal
	}

	.tit h2 strong{
		font-family: "AntennaCond-Bold","Segoe UI", "Trebuchet MS";
	}

	
	/*footer*/
	.shape-black{
		float: right;
		width: 31%;
		margin: 0;
		background: #222222;
		border-radius: 0;
		height: 350px;
		position: absolute;
		right: 0;
		z-index: 1
	}

	.footer{
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
		position: relative;
		z-index: 22
	}
	
	.footer ul {
		margin: 60px 0 50px;
		list-style: none;
		width: 100%;
		float: left;
	}

	.footer ul li {
		width: 31.3%;
		float: left; 
		margin: 0 1% 30px 0;
		font-size: 23px;
	}

	.footer ul li img {
		width: auto;
	}

	.footer ul li p {
		font-family: "AntennaCond-Regular","Segoe UI", "Trebuchet MS";
		line-height: 1.5;
		font-weight: normal;
	}
	
	.footer ul li p a{
		color: #2f2f2f;
	}
	
	.footer ul li p strong{
		font-family: "AntennaCond-Bold","Segoe UI", "Trebuchet MS";
	}

	.midia {
		width: auto;
		float: right;
		text-align: center;
		margin: 40px 0 0
	}
	
	.midia a{
		margin: 0 10px
	}
	

	/*sub-footer*/
	footer figure{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		border-bottom: 1px solid #e6e6e6;
		padding: 50px 0
	}

	footer figure figcaption{
		color: #959799;
		font-size: 25px;
		font-family: "AntennaCond-Bold","Segoe UI", "Trebuchet MS";
		line-height: 1;
		margin: 25px 0 0
	}

	footer h4{
		text-align: left;
		font-size: 14px;
		line-height: 1.2;
		text-transform: uppercase;
		font-family: "AntennaCond-Regular","Segoe UI", "Trebuchet MS";
		font-weight: 300;
		margin: 50px 0 60px;
		float: left;
	}

	footer h4 strong{
		font-family: "AntennaCond-Bold","Segoe UI", "Trebuchet MS";
	}

	footer h4 a{
		color: #202020;
	}

	footer h5 a{
		text-align: center;
		font-size: 14px;
		line-height: 1;
		font-family: "AntennaCond-Bold","Segoe UI", "Trebuchet MS";
		font-weight: 300;
		margin: 55px 0 0;
		float: right;
		color: #3150a0;
		border-bottom: 2px solid #3150a0;
		letter-spacing: 2px;
		padding: 5px 15px
		
	}

	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 57px;
		height: 57px;
		bottom: 25px;
		right: 20px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}




@media (max-width: 850px) {
  
	#sobre-nos{
		scroll-margin-top: 0;
	}
	
	#operadoras{
		scroll-margin-top: 0;
	}
	
	#fale-conosco{
		scroll-margin-top: 0;
	}
	
	#simulacao{
		scroll-margin-top: 0;
	}
	
	/*Elements*/
	.container{
		width: 90%;
	}
	
	.left{
		left: 0;
	}
	
	.right{
		left: 0;
	}	
	
	
	/*logo*/
	a.logo{
		width: 28%;
	}	 
	
	a.logo img{ 
		width: 300px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 18px!important;
		margin: 0!important;
		position: absolute;
		top: 120px
	}	
	
	.nav .navtoogle{
		width: 45%!important;
		float: left!important;
		text-align: center!important;
		position: relative!important;
		top: 25px!important
	}
	

	/*nav-number*/
	.nav-number{
		margin: 10px 0 0;
		width: 25%;
	}	

	
	
	/*banner*/
	#layerslider{
		height: 600px!important;
	}
	
	#layerslider img{
		height: 600px!important;
	}
	
	#layerslider img.desktop{
		height: 600px!important;
	}
	
	#layerslider .ls-slide span{
		margin: 120px 0 0!important;
		width: 80%;
	}	
				
	#layerslider .ls-slide h2{
		font-size: 40px;
	}	
				
	#layerslider .ls-slide p{
		font-size: 25px;
		margin: 0 0 50px!important;
	}	

					
	
	/*about*/
	.about span{
		width: 100%;
	}
	
	/*aside*/
	.about aside {
		width: 100%;
		text-align: center;
		margin: 50px 0 -50px
	}
	
	.about aside img{
		width: 450px;
	}
	
	/*row*/
	ul.row li {
		width: 50%;
	}



	/*profile*/
	button.prev, button.next {
		margin-top: 25px
	}
	

	
	/*footer*/
	.shape-black{
		width: 0;
		height: 0;
	}

	.footer ul li {
		font-size: 20px;
	}	

	/*sub-footer*/
	footer figure figcaption{
		font-size: 20px;
	}
	
	footer h5 a{
		font-size: 13px;
	}

		
	
	
	
	
}








@media (max-width: 550px) {
	

	/*logo*/
	a.logo{
		width: 60%;
	}	 
	
	a.logo img{ 
		width: 300px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 18px!important;
		margin: 0!important;
		position: absolute;
		top: 120px
	}	
	
	.nav .navtoogle{
		width: 20%!important;
		float: right!important;
		text-align: center!important;
		position: relative!important;
		top: 25px!important
	}
	

	/*nav-number*/
	.nav-number{
		width: 0%;
	}	

	.nav-number a{
		font-size: 0
	}	

			
	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 5px 0!important;
		height: 90px;
		background: #fff!important;
		border-bottom: 2px solid rgba(236,236,236,1.00)
	}

	.sticky a.logo{
		margin: 0;
		width: 50%;
		text-align: center
	}	
	
	.sticky a.logo img{
  		width: 175px;
	}

	.sticky .nav ul {
		margin: 8px 0 0!important;
		top: 80px!important
	}
	
	.sticky .nav .navtoogle{
		width: 20%!important;
		float: right!important;
		top: 20px!important
	}

	.sticky .nav-number {
		margin: 0;
		font-size: 0!important;
		background-color: transparent
	}
	
	
	


	/*nav-botton*/
	.nav-botton {
		margin: 25px 0
	}

	.nav-botton a {
		margin-left: 25px;
		font-size: 14px;
	}

	
	
	/*banner*/
	#layerslider{
		height: 650px!important;
	}
	
	#layerslider img{
		height: 0!important;
		width: auto!important;
	}
	
	#layerslider img.desktop{
		width: auto!important;
		height: 0!important;
	}
		
	#layerslider img.responsive{
		width: auto!important;
		height: 700px!important;
	}
	
/**/
	#layerslider .ls-slide span{
		margin: 250px 0 0!important;
		width: 85%;
		text-align: left;
	}	
				
	#layerslider .ls-slide h2{
		font-size: 25px;
		margin: 0 0 30px!important;
	}	
				
	#layerslider .ls-slide p{
		font-size: 20px;
		margin: 0 0 80px!important;
	}	

	#layerslider .ls-slide a{
		font-size: 18px;
		padding: 25px 30px;
	}	
					
	
	/*about*/
	.about{
		margin: 90px 0
	}
	
	.about span{
		text-align: center;
	}
	
	.about span p{
		text-align: left
	}
	
	.about span h1{
		font-size: 25px
	}
	
	.about span a{
		font-size: 15px;
		padding: 18px 15px;
		border: 2px solid #191919;
		margin-right: 15px
	}
	
	.about span a#more img{
		margin-right: 10px
	}
	
	
	/*row*/
	ul.row li {
		width: 100%;
	}


	/*profile*/
	.profile-slider {
		margin: 120px 0;
	}

	.profile-slider h2{
		font-size: 40px;
	}
	
	.profile-slider p{
		font-size: 18px;
	}

	.profile-slider p strong{
		font-size: 18px;
	}


	ul.profile li {
		min-width: 80%;
		margin: 0 10%
	}

	/* Setas de navegação */
	button.prev, button.next {
		top: 55%;
		padding: 15px 10px;
		font-size: 35px;
		margin-top: 0
	}
	
	ul.profile li img {
		width: 48%;
	}
		

	/*form*/	
	form{
		margin: 90px 0;
	}

	form h2{
		font-size: 35px;
	}
	
	form p{
		font-family: "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		margin-bottom: 30px
	}

		
	.input{
		width: 95%;
	}
	
	.calculator{
		width: 50%;
		margin: 10px 25%!important;
	}
	
	/*tit*/
	.tit h2{
		font-size: 35px;
	}

	
	/*footer*/
	.footer{
		text-align: center;
	}
	
	.footer ul li {
		width: 100%;
		margin: 0 0 25px;
	}
	
	.midia{
		width: 100%;
		margin-top: 0
	}
	

	/*sub-footer*/
	footer figure figcaption{
		font-size: 18px;
	}

	footer h4{
		text-align: center;
		margin: 50px 0 0;
	}


	footer h5 a{
		text-align: center;
		float: left;
		width: 100%;
		margin-bottom: 25px
	}

	
	
	
	
}



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