/*inicial*/
img, object, embed, video {
	max-width: 100%;
	}
	
*{
	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;
	}

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



/*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(2em) rotateZ(0deg);
		transition: transform 7s .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);
		animation: enterFromLeft 2s ease-out;
	}

	.inline-photo2 {
		opacity: 0;
		transform: translateY(2em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.3,1), opacity .5s .50s ease-out;
		will-change: transform, opacity;

	}

	.inline-photo2.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
		animation: enterFromTop 2s ease-out;
	}

	.inline-photo3 {
		opacity: 0;
		transform: translateY(2em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.3,1), opacity .5s .50s ease-out;
		will-change: transform, opacity;

	}

	.inline-photo3.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
		animation: enterFromRight 2s ease-out; /* Animando para entrar da direita */
	}

	.inline-photo4 {
		opacity: 0;
		transform: translateY(2em) rotateZ(0deg);
		transition: transform 7s .50s cubic-bezier(0,1,.3,1), opacity .5s .50s ease-out;
		will-change: transform, opacity;

	}

	.inline-photo4.is-visible {
		opacity: 1;
		transform: rotateZ(0deg);
		animation: enterFromBottom 2s ease-out; /* Animando para entrar de baixo */
	}

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

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

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

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

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




	

@media only screen and (min-width: 300px) {
		
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	body{
		background: url("img/bg-body-resp.jpg") top center no-repeat;
	}	
	
	
/*
		[HEADER]
						 */
	.bg-header{
		background-color: transparent;
		padding: 30px 0;
		z-index: 999;
		position: fixed;
		height: auto;
		float: left;
		margin: 0;
	}
	
	/*logo*/
	a.logo{
		width: 50%;
		padding: 0;
		text-align: center;
		margin: 10px 0;
		float: left;
	}	 
	
	a.logo img{ 
		width: 160px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 15px!important;
		margin: 0 0 0!important;
		font-weight: 600;
		padding: 0!important;
		position: relative
	}
	
	.nav .navtoogle{
		width: 50%!important;
		top: 15px!important;
		float: right!important;
		position: relative!important
	}
	
	
	.nav-right{
		margin: 16px 1% 0;
		text-align: center;
		width: 34%;
		float: right;
	}

	.nav-right a{
		font-size: 10px;
		margin: 0;
		text-align: center;
		width: 100%;
		background: #fc9a27;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		color: #fff;
		border-radius: 10px;
		padding: 8px 5px 8px;
		float: left
	}
	
	.nav-rightb img{
		width: 35px;
		top: 15px;
		position: relative
	}
	
	.nav-redes{
		margin: 20px 0 0;
		text-align: center;
		width: 16%;
		float: right;
		right: 0;
		position: relative;
	}

	.nav-redes a{
		margin: 0 5%;
		text-align: center;
		width: 40%;
		float: left
	}

	#topo{
		background: rgba(0,0,0,0.50)!important;
  		width: 100%!important;
		float: left!important;
		height: 170px
	}

	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 15px 0!important;
		height: 70px;
		background: rgba(0,0,0,0.50)!important;
		border-bottom: 2px solid rgba(255,255,255,1.00)
	}

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

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

	.sticky .nav ul {
		margin: 0!important
	}
	
	.sticky .nav .navtoogle{
		top: 0!important;
	}
	
	.sticky .nav-redes img{
		width: 0
	}
	
	.sticky .nav-right{
		margin: 0;
		width: 0;
	}

	.sticky .nav-right a{
		font-size: 0;
		width: 0;
		background: rgba(255,255,255,0);
		border: 0;
	}

	.sticky .nav-rightb a{
		font-size: 0;
		width: 0;
		background: rgba(255,255,255,0);
		border: 0;
	}

	.sticky .nav-rightb a img{
		width: 0;
	}

	
	
/*
		[BANNER]
						 */
	
	#layerslider{
		height: 700px!important;
		top: 0;
		margin-bottom: 0;
		width: 100%;
		margin: -15px 0 0;
		position: relative!important
	}
	
	#layerslider img{
		height: 0!important;
		width: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.desktop{
		width: 0!important;
		height: auto;
		border-radius: 0!important
	}
	
	#layerslider img.responsive{
		width: 100%!important;
		height: 715px!important;
		border-radius: 0!important;
	}
	
	#layerslider .ls-slide .banner{
		width: 100%!important;
		float: left!important;
		margin: 550px 0 0!important;
	}
	
	#layerslider .ls-slide figure{
		width: 100%;
		text-align: center!important

	}	
				
	#layerslider .ls-slide figure img{
		width: 0!important;
		height: 0!important;
		margin: 0!important;
		position: relative!important;
		border-radius: 0!important;
	}	
				
	#layerslider .ls-slide figure img.image_b{
		width: 0!important;
		height: 0!important;
		margin: 0!important;
		position: relative!important;
		border-radius: 0!important;
	}	
				
	#layerslider .ls-slide p{
		font-size: 0;
	}	
				
	#layerslider .ls-slide a{
		margin: 0!important;
		width: auto;
		float: none;
		border-radius: 50px;
		border: 1px solid #fff;
		text-align: center;
		color: #fff;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 12px;
		padding: 8px 12px 10px;
		line-height: 1;
		position: relative;
		z-index: 22
	}	
	
	
/*
		[ARTICLE]
						 */
	
	/*text-section*/
	ul.text-section{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0;
		position: relative;
		top: 0;
		z-index: 88;
	}
	
	ul.text-section li{
		float: left;
		width: 100%;
		margin: 0 0 10px;
		padding: 30px 15px 15px
	}
	
	ul.text-section li figure{
		float: left;
		width: 30%;
		margin: 0 0 40px;
		text-align: center
	}
	
	ul.text-section li figure img{
		position: relative;
		left: 15px
	}
	
	ul.text-section li h3{
		color: #181919;
		font-size: 16px;
		text-align: left;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: 100%;
		margin: 0 0 15px;
	}
	
	ul.text-section li p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		color: #181919;
		line-height: 1.2;
		text-align: left;
		float: none;
		width: 95%;
		letter-spacing: 0px;
		font-weight: normal;
	}
	
	#bg-01{
		background: url("img/bg-01.jpg") top center;
		border-radius: 23px;
	}
	
	#bg-02{
		background: url("img/bg-02.jpg") top center;
		border-radius: 23px
	}
	
	#bg-03{
		background: url("img/bg-03.jpg") top center;
		border-radius: 23px;
	}
	
	
	
	/*================[PLANOS]================*/
	
	.tabcontent {
		width: 100%;
		margin: 80px 0 60px;
		padding: 0;
		position: relative;
		z-index: 77
	}
	
	.tit {
		width: 90%;
		margin: 25px 5%;
		float: left;
	}
	.tit h2{
		color: #ffffff;
		font-size: 35px;
		text-align: left;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: 100%;
		margin: 0 0 10px;
		float: left
	}
	
	.tit p{
		color: #ffffff;
		font-size: 16px;
		text-align: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: lighter;
		line-height: 1.3;
		width: 100%;
		margin: 0;
		float: left;
	}
	
	.list-planos{
		float:left;
		list-style: none;
		width: 80%;
		margin: 0 10% 50px;
		background-color: transparent;
		box-shadow: 0;
		padding: 40px 0;
		border-radius: 35px;
	}
	
	.list-planos:hover{
		transition: 1s;
		transform:scale(0.99)
	}
	
	.list-planos .mega{
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-size: 90px;
		color: #fff;
		text-align: center;
		float: left;
		width: 100%;
		line-height: 1;
		padding: 0;
		letter-spacing: -4px;
	}

	.list-planos .mega span{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		color: #ffffff;
		text-align: center;
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
		float: right;
		margin-top: 70px;
		margin-right: 8px;
		line-height: 0;
		width: 10px;
		background: rgba(28,99,32,1.00);
		font-weight: 200;
		letter-spacing: 1px
	}

	
	.list-planos .info{
		width: 100%;
		margin: 25px 0 0;
		float:left;
		padding: 10px 16px;
		height: 280px;
		background: rgba(18,17,43,0.34);
		border-radius: 18px;
		position: relative;
		text-align: center
	}
		
	.list-planos .info img{
		margin: 10px 0 0;
	}
		
	.list{
		float:left;
		width: 100%;
		list-style: none;
		margin: 15px 0 0;
	}
	
	.list .row{
		float:left;
		width: 100%;
		list-style: none;
		font-size: 12px;
		color: #fff;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		margin: 0;
		text-transform: uppercase;
		letter-spacing: 0;
		font-weight: normal;
		border-bottom: 1px dashed #7c7e76;
		padding: 7px 0 12px;
		text-align: left
	}
	
	.list .row img{
		margin-right: 5px;
	}

	.price{
		color: #ffffff;
		float: left;
		width: 200px;
		text-align: center;
		margin: 10px 10%;
		position: relative;
		left: 30px
	}
	
	.price em{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 30px;
		letter-spacing: 0;
		margin: 14px 5px 0;
		float: left;
		font-weight: 300
	}
	
	.price strong{
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-size: 55px;
		letter-spacing: -2.5px;
		margin-left: -15px;
		font-weight: 900;
		font-style: italic;
	}
	
	
	span.cents{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		letter-spacing: 0;
		margin: 10px 35px 0 0;
		float: right;
		font-weight: 300;
		font-style: italic;
	}
	
	span.month{
		font-size: 15px;
		float: right;
		font-family: "Poppins-Medium", "Segoe UI", "Trebuchet MS";
		margin: -40px 5px 0 0;
		font-style: italic;
	}

	a.contratar{
		float:left;
		width: 95%;
		margin: 10px 2.5% 0;
		text-align: center;
		color: #111215;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		background: #ff9c27;
		padding: 12px 12px 14px;
		font-size: 14px;
		border-radius: 50px;
		letter-spacing: 0;
		letter-spacing: 1px;
	}

	a.contratar:hover{
		background: #fff;
		transition: 1s;
		transform: scale(0.99);
		color: #ff9c27;
		opacity: 1!important
	}
	
	
	.more-planos{
		float: left;
		width: 80%;
		text-align: center;
		margin: 35px 10% 60px;
		animation: pulse2 0.5s infinite alternate;

	}
	
	.more-planos a{
		background: rgba(255,255,255,1.00);
		border-radius: 50px;
		text-align: center;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-size: 12px;
		padding: 12px 10px;
		color: #212224;
	}
	
	.wifi{
		position: absolute;
		top: -15px;
		right: -10px;
	}

	
	
	
/*
		[VANTAGENS]
						 */
	
	.bg-transparent{
		position: relative;
		z-index: 22
	}
	
	/*text*/
	.text{
		float: left;
		width: 100%;
		margin: 80px 0 0;
	}
	
	.text h2{
		color: #fff;
		font-size: 30px;
		text-align: left;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: 100%;
		margin: 0 0 45px;
		 animation: enterFromTop 2s ease-out;
	}
	
	.text p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		color: #fff;
		line-height: 1.1;
		text-align: left;
		float: left;
		width: 100%;
		letter-spacing: 0.5px;
		font-weight: normal;
		animation: enterFromLeft 2s ease-out;
	}
	
	
	/*column*/
	ul.column{
		float: right;
		width: 100%;
		margin: 70px 0 100px;
		list-style: none
	}
	
	ul.column li{
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto;
		background: rgba(255,255,255,0);
		border-radius: 25px;
		width: 90%;
		margin: 0 5% 25px;
		float: left;
		text-align: center;
		padding: 0 25px
	}
	
	ul.column li h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 22px;
		color: #ff9c27;
		line-height: 1;
		margin-bottom: 30px
	}
	
	ul.column li p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 13px;
		color: #fff;
		line-height: 1.3
	}
	
	ul.column li a{
		text-align: center;
		margin-top: 25px
	}
	
	ul.column li a img{
		width: 100px
	}
	
	
/*
		[SIDEBAR]
						 */	
	/*sidebar*/
	#bg-a{
		position: relative;
		z-index: 1;
		background: url("img/bg-a-mobile.jpg") top center no-repeat;
		background-size: cover;
		padding: 0;
		width: 100%;
		float: left;
		text-align: center;
		height: 760px;
	}
		
	#bg-b{
		position: relative;
		z-index: 1;
		background: url("img/bg-b-mobile.jpg") top center no-repeat;
		background-size: cover;
		padding: 0;
		width: 100%;
		float: left;
		text-align: center;
		height: 760px;
	}
		
	#sidebar-container {
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 690px;
		top: -70px;
		margin: 0 0 -70px
	}
	
	.sidebar {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	
	.active {
    	display: block;
	}	
	
	.arrow {
    	position: absolute;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
		cursor: pointer;
		z-index: 88
	}
	
	.arrow img {
		width: 30px
	}	
	
	.arrow img:hover {
		opacity: 0.7!important;
		
	}	
	
	
	/**/
	.sidebar span{
		float: right;
		width: 100%;
		margin: 400px 0 50px;
		text-align: center;
		color: #f6f3f5;
		position: relative;
		left: 0
	}
	
	.sidebar h2{
		font-size: 35px;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 0.9;
	}
	
	.sidebar p{
		font-size: 16px;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: normal;
		line-height: 1.3;
		margin: 35px 0
	}
	
	.sidebar a{
		width: auto;
	}
	
	.sidebar a.more img{
		width: 190px;
	}
	
	.sidebar a.max{
		width: 0!important;
		text-align: center!important;
		position: relative;
		top: 0;
	}
	
	.sidebar a.max img{
		width: 0;
	}
	
	.sidebar a.maxb{
		width: 100%!important;
		text-align: center!important;
		position: relative;
		top: 70px;
	}
	
	.sidebar a.maxb img{
		width: 320px;
	}
	
	
/*
		[ABOUT]
						 */
	.bg-white-blue{
		position: relative;
		z-index: 11;
		background: #ffffff;
		padding: 120px 0 50px;
		width: 100%;
		float: left;
		text-align: left;
	}
	
	
	.about{
		width: 100%;
		float: left;
		margin: 0;
	}
	
	.about h2{
		color: #333333;
		font-size: 40px;
		text-align: left;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: 100%;
		margin: 0 0 30px;
		float: left;
		left: 0;
		position: relative
	}
		
	.about h3{
		color: #333333;
		font-size: 30px;
		text-align: left;
		font-family: "Poppins-Medium", "Segoe UI", "Trebuchet MS";
		font-weight: normal;
		line-height: 1.0;
		width: 100%;
		margin: 0 0 30px;
		float: left
	}
		
	.about p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		color: #333333;
		line-height: 1.3;
		text-align: left;
		float: left;
		width: 100%;
		font-weight: normal;
	}
	
	/*aside*/
	aside{
		float: left;
		width: 100%;
		margin: 30px 0;
		right: 0;
		position: relative
	}
	
	
	
/*
		[APP]
						 */
	.bg-app{
		position: relative;
		z-index: 11;
		background: #ff9c27;
		padding: 80px 0 50px;
		width: 100%;
		float: left;
		text-align: center;
	}
	
	/*app*/
	.app{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		color: #2a2c2d
	}
	
	.app span{
		float: left;
		width: 100%;
		margin: 35px 0;
		text-align: left;
	}
	
	.app span h3{
		margin: 0 0 35px;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-size: 23px;
		line-height: 1;
	}
	
	.app span p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		line-height: 1.3;
		font-weight: normal
	}

	.app figure{
		float: left;
		width: 100%;
		margin: 0 0;
		animation: rotate 0.2s infinite linear; /* Aplica a animação de rotação */
	}
	
	.app ul{
		float: right;
		width: 100%;
		text-align: center;
		margin: 30px 0 0;
		list-style: none
	}
	
	.app ul p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #fff;
		line-height: 1.2;
		font-size: 15px;
		margin: 0 0 35px
	}
	
	.app ul p strong{
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
	}
	
	.app ul li{
		float: left;
		width: 100%;
		margin: 0 0 15px
	}
	
	.app ul li img{
		width: 180px;
	}
	
	
/*
		[NEWS]
						 */
	.bg-news{
		position: relative;
		z-index: 11;
		background: #373435;
		padding: 60px 0 50px;
		width: 100%;
		float: left;
		text-align: center
	}
	
	/*news*/
	.news{
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
		color: #fff;
	}
	
	.news span{
		float: left;
		width: 30%;
		margin: 0;
		text-align: center;
	}
	
	.news h3{
		float: right;
		width: 65%;
		margin: 0;
		font-family: "Poppins-Medium", "Segoe UI", "Trebuchet MS";
		font-size: 27px;
		line-height: 1;
	}
	
	.news p{
		float: right;
		width: 65%;
		margin: 10px 0 0;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.3;
		font-weight: normal
	}
	
	
	/*form-news*/
	.form-news{
		float: right;
		width: 100%;
		margin: 20px 0;
		text-align: left;
		color: #fff;
	}

	.input-news{
		float: left;
		width: 100%;
		margin: 0;
		font-size: 18px;
		color: #ff9c27;
		padding: 12px 20px;
		background-color: #fff;
		text-align: left;
		border: 0;
		border-radius: 50px;
		font-weight: normal;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
		
	.form-news a{
		float: right;
		width: 50%;
		margin: 15px 25% 0;
		font-size: 18px;
		color: #fff;
		padding: 12px 20px 16px;
		background-color: transparent;
		text-align: center;
		border: 1px solid #cecece;
		border-radius: 50px;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		animation: pulse2 0.5s infinite alternate; /* Aplica a animação de pulsação */
	}
	
	.form-news a:hover{
		transition: 1s;
		background: #2a2c2d;
		opacity: 1!important;

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

	
/*
		[FOOTER]
						 */
	.bg-blue{
		position: relative;
		z-index: 11;
		background: #d9d9d9;
		padding: 0;
		width: 100%;
		float: left;
		text-align: center;
	}
	
		
	.bg-white{
		position: relative;
		z-index: 11;
		background: #fff;
		padding: 0;
		width: 100%;
		float: left;
		text-align: center
	}
	
	
	/*form*/
	.tit-contact{
		float: left;
		width: 100%;
		margin: 90px 0 0;
	}
	
	.tit-contact h2{
		font-size: 28px;
		font-weight: 600;
		text-align: left;
		line-height: 1;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 40px
	}
	
	.tit-contact p{
		font-size: 16px;
		text-align: left;
		line-height: 1.4;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: 200
	}
	
	
	.tit-contact span{
		float: left;
		width: 100%;
		margin: 40px 0 0;
		border: 2px solid #fb9a26;
		padding: 30px;
		text-align: center;
	}
	
	.tit-contact span h3{
		font-size: 22px;
		font-weight: 600;
		line-height: 1;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 15px
	}
	
	.tit-contact span p{
		font-size: 16px;
		line-height: 1.4;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: 200;
		margin-bottom: 35px

	}
	
	.tit-contact span a{
		text-align: center;
		background: #fb9a26;
		border: 0;
		color: #282828;
		font-size: 16px;
		padding: 15px;
		cursor: pointer;
		margin: 20px auto 0;
		width: auto;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		letter-spacing: 0;
		position: relative;
		z-index: 44;
		font-weight: 600;
		float: none
	}
	
	
	
	
	form{
		float: right;
		width: 100%;
		margin: 20px 0 50px;
		color: #2a2c2d;
	}
	
	
	form h2{
		font-size: 45px;
		font-weight: 600;
		text-align: left;
		line-height: 1;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 40px
	}
	
	form label{
		font-size: 14px;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-weight: normal;
	}
			
	.input{
		float: left;
		width: 100%;
		margin: 10px 0;
		font-size: 16px;
		color: #2a2c2d;
		padding: 10px 25px;
		background-color: transparent;
		text-align: left;
		border: 0;
		border-bottom: 2px solid #bebebe;
		font-weight: normal;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}	
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: #fb9a26;
		border: 0;
		color: #282828;
		font-size: 16px;
		padding: 15px;
		cursor: pointer;
		margin: 0 auto 0;
		width: 20%;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		letter-spacing: 0;
		position: relative;
		z-index: 44;
		font-weight: 600;
	}
	
	.send:hover{
		background: #282828;
		transition: 1s;
		color: #fff;
	}
	
	.input-c{
		float: right;
		width: 30%;
		margin: 10px 35% 0;
		font-size: 14px;
		color: #2a2c2d;
		padding: 12px;
		text-align: center;
		font-weight: normal;
		border: 2px solid #fb9a26;
		border-bottom: 2px solid #fb9a26;
		background-color: transparent;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.input-re{
		height: 110px!important;
		float: right!important;
		text-align: center!important;
		margin: 8px 0 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.input::placeholder {
		color: #2a2c2d;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #2a2c2d;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #2a2c2d;
	}	
	
	
	
	
	/*nav-footer*/
	ul.nav-footer{
		float: right;
		width: 100%;
		margin: 0 0 25px;
		text-align: center;
		color: #fcfcff;
		list-style: none;
	}
		
	ul.nav-footer p{
		font-size: 18px;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		margin-bottom: 60px;
		line-height: 1.4;
	}
	
	.nav-footer li{
		width: 100%;
		float: left;
		margin: 0 0 30px;
	}
		
	.nav-footer li h3{
		font-family: "Poppins-Medium", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		line-height: 1;
		font-weight: 600;
		width: 100%;
		float: right;
		margin: 10px 0 5px;
		color: #fb9a26
	}
	
	.nav-footer li a{
		width: 100%;
		float: right;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #2a2c2d;
	}
	
	
	/*logo-min*/
	.logo-min{
		float: left;
		width: 100%;
		margin: 50px 0;
		text-align: center;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.logo-min figure{
		float: left;
		width: 100%;
		text-align: center;
		margin: 45px 0 0;
		color: #a3a3a3;
		font-size: 14px;
		line-height: 1
	}
	
	.logo-min figure img{
		width: 160px;
	}
	
	.logo-min figure a{
		color: #a3a3a3;
		font-family: "Poppins-Medium", "Segoe UI", "Trebuchet MS";
	}
	
	.logo-min p{
		float: left;
		width: 100%;
		font-weight: 300;
		margin: 20px 3%;
		font-size: 14px;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #333333;
		line-height: 1.1;
	}
	
	
	.logo-min ul{
		float: right;
		width: 60%;
		margin: 0 20%;
		list-style: none;
		text-align: center;
	}
	
	.logo-min ul h3{
		font-size: 17px;
		color: #525252;
		line-height: 1.1;
		margin-bottom: 10px;
	}
	
	.logo-min ul li{
		float: left;
		width: 20%;
		margin: 0 15%;
	}
	
	/*menu-min*/
	.menu-min {
		float: left;
		width: 60%;
		color: #333333;
		font-size: 14px;
		margin: 0 20% 35px
	}
	
	.menu-min a{
		color: #333333;
		margin-bottom: 3px
	}
	
	.menu-min h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 5px
	}
	
	
	/*flutuante*/
	.flutuante{
		position: fixed;
		width: 45px;
		height: auto;
		bottom: 0px;
		right: 10px;
		color: #FFF;
		text-align: center;
		box-shadow: 0 0 0;
		z-index: 999;
	}
	
	.flutuante a img{
		width: 40px;
		margin-bottom: 20px
	}
		
	
		
	
}




@media only screen and (min-width: 603px) {	
		
	
	/*logo*/
	a.logo{
		text-align: left;
	}	 
	
	.nav .navtoogle{
		width: 20%!important;
	}
	
	
	.nav-right{
		width: 40%;
	}
		
	
/*
		[BANNER]
						 */
	#layerslider{
		height: 650px!important;
	}
	
	#layerslider img{
		height: auto!important;
		width: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.desktop{
		width: 0!important;
		height: 0!important;
		border-radius: 0!important
	}
	
	#layerslider img.tablet{
		width: 100%!important;
		height: auto!important;
		border-radius: 0!important
	}
	
	#layerslider img.responsive{
		width: 0!important;
		height: 0!important;
		border-radius: 0!important
	}
	
	#layerslider .ls-slide a{
		width: 30%;
	}	
	
		
	/*text-section*/
	ul.text-section li{
		width: 31.3%;
		margin: 15px 1%;
	}
	
	ul.text-section li figure{
		width: 50%;
		margin: 0 25% 10px;
		text-align: center
	}
	
	ul.text-section li figure img{
		left: 0
	}
	
	ul.text-section li h3{
		font-size: 18px;
		text-align: center;

	}
	
	ul.text-section li p{
		font-size: 12px;
		text-align: center;
	}
	
	
	.list-planos{
		width: 40%;
		margin: 0 5% 50px;
	}
	
	
	/*column*/
	ul.column li{
		height: 230px;
		width: 31.3%;
		margin: 0 1% 20px;
	}
			
	
/*
		[ABOUT]
						 */
	.about{
		width: 57%;
		float: left;
		margin: 0;
	}
	
	.about h2{
		font-size: 30px;
		text-align: left;
		margin: 0 0 15px;
	}
		
	.about h3{
		font-size: 25px;
		text-align: left;
		margin: 0 0 15px;
	}
		
	.about p{
		font-size: 13px;
	}
	
	/*aside*/
	aside{
		float: right;
		width: 42%;
		margin: 0;
	}
	
	
	
/*
		[APP]
						 */	
	/*app*/
	.app{
		float: left;
		width: 100%;
		margin: 0;
		text-align: center;
		color: #2a2c2d
	}
	
	.app span{
		width: 31.3%;
		margin: 35px 0;
	}
	
	.app figure{
		width: 25%;
		float: right
	}
	
	.app ul{
		width: 35%;
		margin: 30px 0 0;
	}
		
	
	/*form-news*/
	.form-news{
		width: 60%;
		margin: 20px 20%;
		text-align: left;
	}
	
/*
		[FOOTER]
						 */	
	
	/*nav-footer*/
	ul.nav-footer p{
		font-size: 16px;
		margin-bottom: 45px;
	}
	
	.nav-footer li{
		width: 29.3%;
		margin: 0 2% 60px;
	}
	
	.nav-footer li a{
		font-size: 12px;
	}
	
	.nav-footer li a.min{
		font-size: 12px;
	}
	
		
	
}






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

	#topo{
		background: rgba(0,0,0,0.50)!important;
  		width: 100%!important;
		float: left!important;
		height: 125px
	}
	
/*
	[Elements]
				 */
	.container{
		width: 1000px;
	}	
	
	body{
		background: url("img/bg-body.jpg") top center no-repeat;
	}	
	
	
/*
		[HEADER]
						 */
	.bg-header{
		background-color: transparent;
		padding: 30px 0;
		z-index: 999;
		position: fixed;
		height: auto;
		float: left;
		margin: 0;
	}
	
	/*logo*/
	a.logo{
		width: auto;
		padding: 0;
		text-align: center;
		margin: 10px 40px 0 0;
		float: left;
		position: relative;
		left: -45px;
	}	 
	
	a.logo img{ 
		width: 180px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 15px!important;
		margin: 0 15px 0 0!important;
		font-weight: 600;
		padding: 0!important;
		position: relative
	}
	
	.nav-right{
		margin: 25px 0 0 15px;
		text-align: center;
		width: auto;
		float: left;
	}

	.nav-right a{
		font-size: 11px;
		margin: 0;
		text-align: center;
		width: auto;
		background: #fc9a27;
		font-family: "Poppins-Semibold" "Segoe UI", "Trebuchet MS";
		color: #fff;
		border-radius: 10px;
		padding: 8px 12px;
		float: none
	}
		
	.nav-rightb a{
		margin: 0;
		text-align: center;
		width: auto;
		float: right;
		position: relative;
		top: 0;
		left: 0;
	}
	
	.nav-rightb a img{
		width: 30px;
		position: relative;
		left: -3px;
		top: 15px;
	}
	
	.nav-redes{
		margin: 20px 0 0;
		text-align: center;
		width: auto;
		float: right;
		right: -40px;
		position: relative;
	}

	.nav-redes a{
		margin: 0 5%;
		text-align: center;
		width: 40%;
		float: left
	}


	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 15px 0!important;
		height: 80px;
		background: rgba(0,0,0,0.50)!important;
		border-bottom: 2px solid rgba(255,255,255,1.00)
	}

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

	.sticky a.logo{
		margin: 7px 40px 0 0;
	}	
	
	.sticky a.logo img{
  		width: 180px;
	}

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

	.sticky .nav-right {
		margin: 17px 2px 0!important
	}
	
	.sticky .nav-redes{
		margin: 14px 0 0;
	}
	
	.sticky .nav-redes img{
		width: auto
	}
	
	.sticky .nav-right{
		margin: 25px 0 0 90px;
		width: auto;
	}

	.sticky .nav-right a{
		font-size: 13px;
		width: 100%;
		background: #fc9a27;
		left: 50px;
		position: relative
	}
	
	.sticky .nav-rightb a{
		top: 15px;
		left: 40px;
		font-size: 12px;
		width: auto;
		background-color: transparent;
		border: 0;
	}
	
	.sticky .nav-rightb a img{
		width: 22px;
		position: relative;
		top: 2px;
		left: -15px
	}
	
	

	
	
/*
		[BANNER]
						 */
	
	#layerslider{
		height: 797px!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.tablet{
		width: 0!important;
		height: 0!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 figure{
		width: 100%;
		text-align: left!important
	}	
				
	#layerslider .ls-slide figure img{
		min-width: 100%!important;
		height: 230px!important;
		margin: 200px 0 0!important;
		position: relative!important
	}	
	
	
	#layerslider .ls-slide figure img.image_b{
		width: 20%!important;
		height: auto!important;
		margin: 200px 0 0!important;
		position: relative!important;
		border-radius: 0!important;
		min-width: 50%!important;
	}	
	
				
	#layerslider .ls-slide p{
		font-size: 0;
	}	
				
	#layerslider .ls-slide a{
		margin: -55px 48% 0 0!important;
		width: 19%;
		float: right;
		border-radius: 50px;
		border: 1px solid #fff;
		text-align: center;
		color: #fff;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		padding: 12px 15px;
		line-height: 1;
		position: relative;
		z-index: 22
	}	
	
	#layerslider .ls-slide a.linkb{
		margin: 0!important;
		width: 0;
		float: right;
		border-radius: 0;
		border: 0 solid #fff;
		text-align: center;
		color: #fff;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 0;
		padding: 0;
		line-height: 1;
		position: relative;
		z-index: 22
	}	
	
	
/*
		[ARTICLE]
						 */
	
	/*text-section*/
	ul.text-section{
		float: left;
		width: 100%;
		list-style: none;
		background: rgba(33,34,36,0);
		border: 0;
		border-radius: 25px;
		margin: -200px 0 0;
		position: relative;
		top: 0;
		z-index: 88;
		padding: 0
	}
	
	ul.text-section li{
		float: left;
		width: 33.3%;
		margin: 0;
		padding: 30px 15px 15px
	}
	
	ul.text-section li figure{
		float: left;
		width: 30%;
		margin: 5px 0 40px;
	}
	
	ul.text-section li figure img{
		position: relative;
		left: 15px
	}
	
	ul.text-section li h3{
		color: #181919;
		font-size: 16px;
		text-align: left;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: 100%;
		margin: 0 0 15px;
	}
	
	ul.text-section li p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		color: #181919;
		line-height: 1.2;
		text-align: left;
		float: none;
		width: 95%;
		letter-spacing: 0px;
		font-weight: normal;
	}
	
	#bg-01{
		background: url("img/bg-01.jpg") top center;
		border-radius: 23px;
		position: relative;
		left: -50px
	}
	
	#bg-02{
		background: url("img/bg-02.jpg") top center;
		border-radius: 23px
	}
	
	#bg-03{
		background: url("img/bg-03.jpg") top center;
		border-radius: 23px;
		position: relative;
		right: -50px
	}
	
	
	
	/*================[PLANOS]================*/
	#box-a{
		float: left;
		width: 60%;
		margin: -90px 20% 25px;
	}
	
	#box-a .list-planos{
		float: left;
		width: 18%;
		margin: 0 1%;
	}
	
	#box-b{
		float: left;
		width: 98%;
		margin: 0 1% 50px;
	}
	
	#box-b .list-planos{
		float: left;
		width: 18%;
		margin: 0 1%;
	}
	
	.tabcontent {
		width: 100%;
		margin: 80px 0 0;
		padding: 0;
		position: relative;
		z-index: 77
	}
	
	.tit {
		width: 60%;
		margin: 25px 30% 80px;
		float: left;
	}
	.tit h2{
		color: #ffffff;
		font-size: 46px;
		text-align: left;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: 40%;
		margin: 15px 0 0;
		float: left
	}
	
	.tit p{
		color: #ffffff;
		font-size: 20px;
		text-align: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: lighter;
		line-height: 1.3;
		width: 50%;
		margin: 0;
		float: left;
	}
	
	.list-planos{
		float:left;
		list-style: none;
		width: 23%;
		margin: -70px 1% 50px;
		background-color: transparent;
		box-shadow: 0;
		padding: 40px 0;
		border-radius: 35px;
	}
	
	.list-planos:hover{
		transition: 1s;
		transform:scale(0.99)
	}
	
	.list-planos .mega{
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-size: 90px;
		color: #fff;
		text-align: center;
		float: left;
		width: 100%;
		line-height: 1;
		padding: 0;
		letter-spacing: -4px;
	}

	.list-planos .mega span{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		color: #ffffff;
		text-align: center;
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
		float: right;
		margin-top: 70px;
		margin-right: 8px;
		line-height: 0;
		width: 10px;
		background: rgba(28,99,32,1.00);
		font-weight: 200;
		letter-spacing: 1px
	}

	
	.list-planos .info{
		width: 100%;
		margin: 25px 0 0;
		float:left;
		padding: 10px 16px;
		height: 280px;
		background: rgba(18,17,43,0.34);
		border-radius: 18px;
		position: relative;
		text-align: center
	}
		
	.list-planos .info img{
		margin: 10px 0 0;
	}
		
	.list{
		float:left;
		width: 100%;
		list-style: none;
		margin: 15px 0 0;
	}
	
	.list .row{
		float:left;
		width: 100%;
		list-style: none;
		font-size: 12px;
		color: #fff;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		margin: 0;
		text-transform: uppercase;
		letter-spacing: 0;
		font-weight: normal;
		border-bottom: 1px dashed #7c7e76;
		padding: 7px 0 12px;
		text-align: left
	}
	
	.list .row img{
		margin-right: 5px;
	}

	.price{
		color: #ffffff;
		float: left;
		width: 190px;
		text-align: center;
		margin: 10px 5%;
		position: relative;
		left: 30px
	}
	
	.price em{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 30px;
		letter-spacing: 0;
		margin: 14px 5px 0;
		float: left;
		font-weight: 300
	}
	
	.price strong{
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-size: 55px;
		letter-spacing: -2.5px;
		margin-left: -15px;
		font-weight: 900;
		font-style: italic;
	}
	
	
	span.cents{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		letter-spacing: 0;
		margin: 10px 35px 0 0;
		float: right;
		font-weight: 300;
		font-style: italic;
	}
	
	span.month{
		font-size: 15px;
		float: right;
		font-family: "Poppins-Medium", "Segoe UI", "Trebuchet MS";
		margin: -40px 5px 0 0;
		font-style: italic;
	}

	a.contratar{
		float:left;
		width: 95%;
		margin: 10px 2.5% 0;
		text-align: center;
		color: #111215;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		background: #ff9c27;
		padding: 12px 12px 14px;
		font-size: 14px;
		border-radius: 50px;
		letter-spacing: 0;
		letter-spacing: 1px;
	}

	a.contratar:hover{
		background: #fff;
		transition: 1s;
		transform: scale(0.99);
		color: #ff9c27;
		opacity: 1!important
	}
	
	
	.more-planos{
		float: left;
		width: 60%;
		text-align: center;
		margin: 35px 20% 60px;
		animation: pulse2 0.5s infinite alternate;

	}
	
	.more-planos a{
		background: rgba(255,255,255,1.00);
		border-radius: 50px;
		text-align: center;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		padding: 12px 30px 12px;
		color: #212224;
	}
	
	.wifi{
		position: absolute;
		top: -15px;
		right: -10px;
	}

	
	
	
/*
		[VANTAGENS]
						 */
	
	.bg-transparent{
		position: relative;
		z-index: 22
	}
	
	/*text*/
	.text{
		float: left;
		width: 30%;
		margin: 90px 0 0;
	}
	
	.text h2{
		color: #fff;
		font-size: 30px;
		text-align: left;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: 100%;
		margin: 0 0 45px;
	}
	
	.text p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		color: #fff;
		line-height: 1.1;
		text-align: left;
		float: left;
		width: 100%;
		letter-spacing: 0.5px;
		font-weight: normal;
	}
	
	.text p strong{
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
	}
	
	
	/*column*/
	ul.column{
		float: right;
		width: 70%;
		margin: 90px 0 180px;
		list-style: none
	}
	
	ul.column li{
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 220px;
		background: rgba(255,255,255,0);
		border-radius: 25px;
		width: 31.3%;
		margin: 0 1% 20px;
		float: left;
		text-align: left;
		padding: 0 25px
	}
	
	ul.column li figure{
		width: 100%;
		text-align: center;
		margin: 0 0 15px
	}
	ul.column li figure img{
		width: 55px;
	}
	
	ul.column li h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 22px;
		color: #ff9c27;
		line-height: 1;
		margin-bottom: 30px
	}
	
	ul.column li p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 13px;
		color: #fff;
		line-height: 1.3
	}
	
	ul.column li a{
		text-align: left;
		margin-top: 25px
	}
	
	ul.column li a img{
		width: 100px
	}
	
	
	
	
/*
		[SIDEBAR]
						 */	
	/*sidebar*/
	#bg-a{
		position: relative;
		z-index: 1;
		background: url("img/bg-a.jpg") top center no-repeat;
		background-size: cover;
		padding: 0;
		width: 100%;
		float: left;
		text-align: center;
		height: 690px;
		
	}
		
	#bg-b{
		position: relative;
		z-index: 1;
		background: url("img/bg-b.jpg") top center no-repeat;
		background-size: cover;
		padding: 0;
		width: 100%;
		float: left;
		text-align: center;
		height: 690px;
	}
		
	#sidebar-container {
		position: relative;
		overflow: hidden;
		width: 96%;
		height: 690px;
		top: -70px;
		margin: 0 2% -70px;
		border-radius: 50px
	}
	
	.sidebar {
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	
	.active {
    	display: block;
	}	
	
	.arrow {
    	position: absolute;
		top: 50%;
		right: 5%;
		transform: translateY(-50%);
		cursor: pointer;
		z-index: 88
	}
	
	.arrow img {
		width: 30px
	}	
	
	.arrow img:hover {
		opacity: 0.7!important;
		
	}	
	
	
	/**/
	.sidebar span{
		float: right;
		width: 40%;
		margin: 170px 0 0;
		text-align: left;
		color: #f6f3f5;
		position: relative;
		left: 50px
	}
	
	.sidebar h2{
		font-size: 40px;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 0.9;
	}
	
	.sidebar p{
		font-size: 18px;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: normal;
		line-height: 1.3;
		margin: 50px 0
	}
	
	.sidebar a{
		width: auto;
	}
	
	.sidebar a.max{
		width: 100%!important;
		text-align: center!important;
		position: relative;
		top: 85px;
	}
	
	.sidebar a.max img{
		width: auto;
	}
	
	.sidebar a.maxb{
		width: 0!important;
		text-align: center!important;
		position: relative;
		top: 0;
	}
	
	.sidebar a.maxb img{
		width: 0;
	}
	
	
	
/*
		[ABOUT]
						 */
	.bg-white-blue{
		position: relative;
		z-index: 00;
		background: #ffffff;
		padding: 450px 0 50px;
		width: 100%;
		float: left;
		text-align: center;
		top: -300px;
		margin-bottom: -300px
	}
	
	
	.about{
		width: 60%;
		float: left;
		margin: 0;
	}
	
	.about h2{
		color: #333333;
		font-size: 40px;
		text-align: left;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-weight: 600;
		line-height: 1;
		width: 100%;
		margin: 0 0 55px;
		float: left;
		left: 0;
		position: relative;
		letter-spacing: -1px
	}
				
	.about p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 17px;
		color: #333333;
		line-height: 1.3;
		text-align: left;
		float: left;
		width: 90%;
		font-weight: normal;
	}
	
	/*aside*/
	aside{
		float: left;
		width: 40%;
		margin: -100px 0 0;
		right: -50px;
		position: relative
	}
	
	
	
/*
		[APP]
						 */
	.bg-app{
		position: relative;
		z-index: 11;
		background: url("img/bg-app.jpg") top center;
		padding: 80px 0 50px;
		width: 100%;
		float: left;
		text-align: center;
	}
	
	/*app*/
	.app{
		float: left;
		width: 100%;
		margin: 0;
		text-align: left;
		color: #2a2c2d
	}
	
	.app span{
		float: left;
		width: 25%;
		margin: 100px 0 0;
		text-align: left;
	}
	
	.app span h3{
		margin: 0 0 35px;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-size: 23px;
		line-height: 1;
	}
	
	.app span p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		line-height: 1.3;
		font-weight: normal
	}

	.app figure{
		float: left;
		width: 27%;
		margin: 0 5%;
		animation: rotate 0.2s infinite linear; /* Aplica a animação de rotação */
	}
	
	.app ul{
		float: right;
		width: 35%;
		text-align: left;
		margin: 100px 0 0;
		list-style: none
	}
	
	.app ul p{
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		color: #fff;
		line-height: 1.2;
		font-size: 15px;
		margin: 0 0 35px
	}
	
	.app ul p strong{
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
	}
	
	.app ul li{
		float: left;
		width: 100%;
		margin: 0 0 15px
	}
	
	.app ul li img{
		width: 180px;
	}
	
	
/*
		[NEWS]
						 */
	.bg-news{
		position: relative;
		z-index: 11;
		background: url("img/bg-news.jpg") top center;
		padding: 60px 0 50px;
		width: 100%;
		float: left;
		text-align: center
	}
	
	/*news*/
	.news{
		float: left;
		width: 35%;
		margin: 0;
		text-align: left;
		color: #fff;
	}
	
	.news span{
		float: left;
		width: 30%;
		margin: 0;
		text-align: center;
	}
	
	.news h3{
		float: right;
		width: 65%;
		margin: 0;
		font-family: "Poppins-Medium", "Segoe UI", "Trebuchet MS";
		font-size: 27px;
		line-height: 1;
	}
	
	.news p{
		float: right;
		width: 65%;
		margin: 10px 0 0;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		line-height: 1.3;
		font-weight: normal
	}
	
	
	/*form-news*/
	.form-news{
		float: right;
		width: 50%;
		margin: 20px 0;
		text-align: left;
		color: #fff;
	}

	.input-news{
		float: left;
		width: 70%;
		margin: 0;
		font-size: 18px;
		color: #ff9c27;
		padding: 12px 20px;
		background-color: #fff;
		text-align: left;
		border: 0;
		border-radius: 50px;
		font-weight: normal;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
		
	.form-news a{
		float: right;
		width: 28%;
		margin: 0;
		font-size: 18px;
		color: #fff;
		padding: 12px 20px 16px;
		background-color: transparent;
		text-align: center;
		border: 1px solid #cecece;
		border-radius: 50px;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		animation: pulse2 0.5s infinite alternate; /* Aplica a animação de pulsação */
	}
	
	.form-news a:hover{
		transition: 1s;
		background: #2a2c2d;
		opacity: 1!important;
	}

	
/*
		[FOOTER]
						 */
	.bg-blue{
		position: relative;
		z-index: 11;
		background: #d9d9d9;
		padding: 0;
		width: 100%;
		float: left;
		text-align: center;
	}
	
		
	.bg-white{
		position: relative;
		z-index: 11;
		background: #fff;
		padding: 30px 0;
		width: 100%;
		float: left;
		text-align: center
	}
	
	
	/*form*/
	.tit-contact{
		float: left;
		width: 40%;
		margin: 100px 0 0;
	}
	
	.tit-contact h2{
		font-size: 40px;
		font-weight: 600;
		text-align: left;
		line-height: 1;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 40px
	}
	
	.tit-contact p{
		font-size: 19px;
		text-align: left;
		line-height: 1.4;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: 200
	}
	
	.tit-contact span{
		float: left;
		width: 100%;
		margin: 40px 0 0;
		border: 2px solid #fb9a26;
		padding: 30px;
		text-align: left;
	}
	
	.tit-contact span h3{
		font-size: 22px;
		font-weight: 600;
		line-height: 1;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 15px
	}
	
	.tit-contact span p{
		font-size: 16px;
		line-height: 1.4;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: 200;
		margin-bottom: 0
	}
	
	.tit-contact span a{
		text-align: center;
		background: #fb9a26;
		border: 0;
		color: #282828;
		font-size: 16px;
		padding: 15px;
		cursor: pointer;
		margin: 20px auto 0;
		width: auto;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		letter-spacing: 0;
		position: relative;
		z-index: 44;
		font-weight: 600;
		float: left
	}
	
	
	form{
		float: right;
		width: 50%;
		margin: 100px 0 0;
		color: #2a2c2d;
	}
	
	
	form h2{
		font-size: 45px;
		font-weight: 600;
		text-align: left;
		line-height: 1;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 40px
	}
	
	form label{
		font-size: 14px;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-weight: normal;
	}
			
	.input{
		float: left;
		width: 100%;
		margin: 10px 0;
		font-size: 16px;
		color: #2a2c2d;
		padding: 10px 25px;
		background-color: transparent;
		text-align: left;
		border: 0;
		border-bottom: 2px solid #bebebe;
		font-weight: normal;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}	
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: #fb9a26;
		border: 0;
		color: #282828;
		font-size: 16px;
		padding: 15px;
		cursor: pointer;
		margin: 0 auto 0;
		width: 20%;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		letter-spacing: 0;
		position: relative;
		z-index: 44;
		font-weight: 600;
		animation: pulse2 0.5s infinite alternate; /* Aplica a animação de pulsação */
	}
	
	.send:hover{
		background: #282828;
		transition: 1s;
		color: #fff;
	}
	
	.input-c{
		float: right;
		width: 30%;
		margin: 10px 35% 0;
		font-size: 14px;
		color: #2a2c2d;
		padding: 12px;
		text-align: center;
		font-weight: normal;
		border: 2px solid #fb9a26;
		border-bottom: 2px solid #fb9a26;
		background-color: transparent;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.input-re{
		height: 110px!important;
		float: right!important;
		text-align: center!important;
		margin: 8px 0 0!important;
		position: relative;
		width: 100%!important;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.input::placeholder {
		color: #2a2c2d;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #2a2c2d;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #2a2c2d;
	}	
	
	
	/*nav-footer*/
	ul.nav-footer{
		float: left;
		width: 100%;
		margin: 70px 0;
		text-align: left;
		color: #fcfcff;
		list-style: none;
	}
		
	ul.nav-footer p{
		font-size: 18px;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		margin-bottom: 60px;
		line-height: 1.4;
	}
	
	.nav-footer li{
		width: 29.3%;
		float: left;
		margin: 0 2%;
	}
	
	
	.nav-footer li h3{
		font-family: "Poppins-Medium", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		line-height: 1;
		font-weight: 600;
		width: 85%;
		float: right;
		margin: 0 0 5px;
		color: #fb9a26
	}
	
	.nav-footer li a{
		width: 85%;
		float: right;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #2a2c2d;
	}
		
	
	/*logo-min*/
	.logo-min{
		float: left;
		width: 100%;
		margin: 50px 0;
		text-align: left;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.logo-min figure{
		float: left;
		width: 24%;
		text-align: left;
		margin: 45px 0 0;
		color: #a3a3a3;
		font-size: 14px;
		line-height: 1
	}
	
	.logo-min figure a{
		color: #a3a3a3;
		font-family: "Poppins-Medium", "Segoe UI", "Trebuchet MS";
	}
	
	.logo-min p{
		float: left;
		width: 30%;
		font-weight: 300;
		margin: 0 3%;
		font-size: 14px;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #333333;
		line-height: 1.1;
	}
	
	
	.logo-min ul{
		float: right;
		width: 18%;
		margin: 0;
		list-style: none;
		text-align: center;
	}
	
	.logo-min ul h3{
		font-size: 17px;
		color: #525252;
		line-height: 1.1;
		margin-bottom: 10px;
	}
	
	.logo-min ul li{
		float: left;
		width: 20%;
		margin: 0 15%;
	}
	
	/*menu-min*/
	.menu-min {
		float: left;
		width: 18%;
		color: #333333;
		font-size: 14px;
		margin: 0 2%
	}
	
	.menu-min a{
		color: #333333;
		margin-bottom: 3px
	}
	
	.menu-min h3{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 5px
	}
	
	
	/*flutuante*/
	.flutuante{
		position: fixed;
		width: 45px;
		height: auto;
		bottom: 25px;
		right: 25px;
		color: #FFF;
		text-align: center;
		box-shadow: 0 0 0;
		z-index: 1000;
		animation: pulse 0.5s infinite alternate;
	}
	
	.flutuante a img{
		width: 45px;
		margin-bottom: 10px
	}
	
			
}






@keyframes enterFromBottom {
    0% {
        transform: translateY(10%); /* Começa fora da tela abaixo */
        opacity: 0;
    }
    100% {
        transform: translateY(0); /* Termina na posição inicial */
        opacity: 1;
    }
}
@keyframes enterFromRight {
    0% {
        transform: translateX(70%); /* Começa fora da tela à direita */
        opacity: 0;
    }
    100% {
        transform: translateX(0); /* Termina na posição inicial */
        opacity: 1;
    }
}

@keyframes enterFromTop {
    0% {
        transform: translateY(-30%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


@keyframes enterFromLeft {
    0% {
        transform: translateX(-70%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes rotate {
    0% {
        transform: rotate(0deg); /* Sem rotação */
    }
    50% {
        transform: rotate(2deg); /* Rotação para a direita */
    }
    100% {
        transform: rotate(0deg); /* Rotação para a esquerda */
    }
}

@keyframes pulse {
    from {
        transform: scale(0.8); /* Tamanho original */
    }
    to {
        transform: scale(1.1); /* Tamanho aumentado */
    }
}

@keyframes pulse2 {
    from {
        transform: scale(1); /* Tamanho original */
    }
    to {
        transform: scale(1.07); /* Tamanho aumentado */
    }
}

@keyframes pulse3 {
    from {
        transform: scale(1); /* Tamanho original */
    }
    to {
        transform: scale(1.04); /* Tamanho aumentado */
    }
}


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

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

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