	/*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 */
	h1 {
		font-size: 0!important
	}
	
	img {
		border: 0;
		padding: 0;
		margin: 0;
	}

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


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




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

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


	/*effects */
	.inline-photo {
		opacity: 0;
		transform: translateY(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);
	}

	.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 poppins*/
	@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;
	}

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

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

	/*fonts isidora sans*/
	@font-face {
		font-family: "Isidora-Sans-Bold";
		src: url("css/IsidoraSansAltBold.otf");
		font-weight: bold;
	}

	@font-face {
		font-family: "Isidora-Sans-Semibold";
		src: url("css/IsidoraSansAltSemiBold.otf");
		font-weight: 600;
	}

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

	@font-face {
		font-family: "Isidora-Sans-Light";
		src: url("css/IsidoraSansAltLight.otf");
		font-weight: 300;
	}

	

@media only screen and (min-width: 300px) {
	
		.mob{
		height: auto
	}
	.desk{
		height: 0!important;
	}

	
/*
	[Elements]
				 */
	.container{
		margin: 0 auto;
		width: 90%;
		height: auto;
		padding: 0;
	}

	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}	
	
	
/*
		[BACKGROUND]
						 */
	.bg-header{
		z-index: 99;
		position: relative;
		background: #333333;
		padding: 0;
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 0;
	}
	
	.bg-transparent{
		z-index: 88;
		position: relative;
		background-color: #e8e8e8;
		padding: 0;
	}

	.bg-white-gray{
		position: relative;
		z-index: 77;
		background: #e8e8e8;
		padding: 0;
	}

	.bg-design{
		position: relative;
		z-index: 33;
		background: url("img/bg-design-mobile.jpg") top center no-repeat #efefef;
		padding: 0;
		height: auto
	}
	
	.bg-gray{
		position: relative;
		z-index: 55;
		background: #f1f1f1;
		padding: 0;
	}
	
	.bg-black{
		position: relative;
		z-index: 44;
		background: #333333;
		padding: 0;
	}

	
/*
	[HEADER]
				 */		
	/*sticky*/
	.sticky {
		position: relative;
  		top: 0;
  		width: 0;
		padding: 0px!important;
		z-index: 999;
		background: rgba(16,49,82,0);
	}

	.sticky + .content {
  		padding-top: 0;
	}
	
	.sticky .logo{
		width: 0;
	}
	
	.sticky .logo img{
		width: 0;
	}
		
	
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 30px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 200px;
	}	
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 5px 0 5px!important;
		font-weight: normal;
		padding: 0!important;
		border-bottom: 0;
		float: left!important
	}
	
	/*[dropdown]*/
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

	.dropdown-content {
		display: inline-block;
		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 15px!important;
		text-decoration: none;
		display: block;
		color: #303030!important;
		font-size: 14px;
		border: 1px solid #FFF;
		background-color: #6790b1!important;
		height: auto!important;
		font-weight: 500;
		text-transform: none!important;
		font-family: "Isidora-Sans-Semibold", "Segoe UI", "Trebuchet MS";
	}

	.dropdown-content a:hover {
		background-color: #6790b1!important;
		opacity: 1;
		padding: 9px 8px!important;
		border: 1px solid #FFF!important;
		font-weight: normal!important;
		color: #303030!important;
	}

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

	.dropdown:hover .dropbtn {
		background-color: #6790b1!important;
	}
	
	.central{
		float: left;
		width: 50%;
		text-align: center;
		margin: 0 0 15px;
	}

	.central a{
		width: auto
	}
	
	
	/*redes*/
	.redes{
		position: relative;
		width: 40%;
		float: right;
		margin: 0 0 15px
	}
	
	.redes a{
		width: 29.3%;
		margin: 0 2%;
		float: left
	}
	
	.redes a img{
		width: auto
	}
	
	
/*
		[MAIN]
						 */
	
	section{
		width: 100%;
		float: left;
		margin-bottom: -30px
	}
	
	
	/* sliders */
	.sliders{
		float: left;
		width: 100%;
		position: relative;
		top: 0;
		margin-bottom: 0;
	}
	
	.sliders a{
		float: left;
		width: auto;
		margin: 0;
		color: #fff;
		flex-direction: column;
		border: 0;
		background: rgba(87,164,214,0);
		padding: 0;
		border-radius: 0;
		height: auto;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 0
	}
	
	.sliders a.not-id{
		float: none;
		width: auto;
		margin: 0;
		color: #fff;
		flex-direction: column;
		border: 0;
		background: rgba(87,164,214,0);
		padding: 0;
		border-radius: 0;
		height: auto;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 0
	}
	
	.sliders ul{
		float: left;
		width: 0;
		margin:0;
		list-style: none;
	}
	
	.sliders ul li{
		float: left;
		width: 0;
		margin: 0;
		color: #fff;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 0 solid #fff;
		background: rgba(87,164,214, 0);
		padding: 0;
		border-radius: 50px;
		height: auto
	}
	
	.sliders li h3{
		margin-bottom: 0;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 0;
		line-height: 1.2
	}
	
	.sliders li p{
		margin-bottom: 0;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";;
		font-size: 0;
		line-height: 1.2
	}
	
	
	/* tab */
	.tab {
		overflow: hidden;
		float: left;
		width: 100%;
	}
	
	.tab button {
		background-color: transparent;
		float: left;
		cursor: pointer;
		padding: 0;
		transition: 0.3s;
		font-size: 25px;
		color: #242424;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		border: 0;
		width: 100%;
		margin: 50px 0 25px;
	}

	/**/
	.tabcontent {
		display: none;
		padding: 6px 12px;
		-webkit-animation: fadeEffect 2s;
		animation: fadeEffect 2s;
	}
	
	.list-planos{
		float:left;
		list-style: none;
		width: 90%;
		margin: 25px 5% 90px;
	}

	.list-planos:hover{
		transition: 1s;
		transform:scale(0.99)
	}
	
	.list-planos .mega{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 100px;
		color: #3399cc;
		text-align: right;
		float: left;
		width: 100%;
		line-height: 1;
		padding: 10px 25px;
		letter-spacing: -4px;
	}
	
	.number{
		float: left;
		margin-left: 0px;
		width: 150px;
		text-align: center;
	}

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

	
	.list-planos .info{
		width: 100%;
		margin: 0 0 0;
		float:left;
		padding: 10px 12px;
		min-height: auto;
		height: 380px;
		border-radius: 50px;
	}
	
	.list{
		float:left;
		width: 100%;
		list-style: none;
		margin: 20px 0;
	}
	
	.list .row{
		float:left;
		width: 100%;
		list-style: none;
		font-size: 14px;
		color: #6a6a6a;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		margin: 0 0 -2px;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		font-weight: normal;
		border-bottom: 1px dashed rgba(126,126,126,0.3);
		padding: 15px 0 8px;
	}
	
	.list .row img{
		margin-right: 5px;
	}
	

	/**/
	.price{
		color: #242424;
		float: left;
		width: 200px;
		text-align: center;
		margin: 10px 10%;
	}
	
	.price strong{
		color: #242424;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 55px;
		letter-spacing: -3px;
		margin-left: -8px;
	}
	
	.price em{
		color: #242424;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 27px;
		letter-spacing: 0;
		margin: 17px 5px 0;
		float: left;
	}
	
	span.cents{
		color: #242424;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		letter-spacing: 0;
		margin: 17px 30px 0 0;
		float: right;
		font-style: italic;
	}
	
	span.month{
		color: #242424;
		font-size: 15px;
		font-style: italic;
		float: right;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		margin: -35px 0px 0 0;
	}
	

	/**/
	a.contratar{
		float:left;
		width: 95%;
		margin: 15px 2.5% 0;
		text-align: center;
		color: #ffffff;
		font-family: "Isidora-Sans-Semibold", "Segoe UI", "Trebuchet MS";
		background: url("img/bg-blue.jpg") top center;
		padding: 13px 10px;
		font-size: 16px;
		border-radius: 50px;
		letter-spacing: 2px
	}

	a.contratar:hover{
		background: #242424;
		transition: 1s;
		transform: scale(0.99);
		color: #fff;
	}
	
	/**/
	a.link-tab{
		width: 100%;
		margin: 50px 0;
		text-align: center;
		float: left
	}
	
	
	
	
	
	/*column*/
	ul.column{
		float: left;
		width: 100%;
		margin: 50px 0;
		list-style: none;
	}
	
	ul.column li{
		width: 98%;
		margin: 0 1% 25px;
		float: left;
		background: #fff;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border-radius: 30px;
		height: 200px;
		padding: 0 40px
	}
	
	ul.column li h3{
		margin-bottom: 25px;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #000000;
		font-size: 20px;
		line-height: 1.2
	}
	
	ul.column li p{
		color: #565656;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		line-height: 1.4;
		font-size: 14px
	}
	
	ul.column li p a{
		color: #565656;
	}
	
	
	/*sidebar*/
	.sidebar{
		float: right;
		width: 100%;
		margin: 50px 0 0;
		position: relative
	}
	
	.sidebar img#sidebar-bg{
		position: absolute;
		z-index: 33
	}
	
	.column-sidebar{
		position: relative;
		z-index: 44;
		top: 0;
		right: 5%;
		width: 50%;
		float: right;
		text-align: left;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto
	}
	
	.column-sidebar h3{
		color: #6c6450;
		font-size: 0;
		line-height: 1.0;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.column-sidebar p{
		color: #6c6450;
		font-size: 0;
		line-height: 1.0;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		margin: 0
	}
	
	.column-sidebar a img{
		width: 250px
	}
		
	
	
	/*about*/
	.about{
		float: left;
		width: 100%;
		margin: 50px 0 50px
	}
	
	.about span{
		float: left;
		width: 100%;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		color: #333333;
		text-align: center;
	}
	
	.about span h2{
		font-size: 32px;
		line-height: 1.2
	}
	
	.about span p{
		font-size: 16px;
		line-height: 1.4
	}
	
	.about aside{
		float: left;
		width: 100%;
		text-align: center
	}
	
	.about aside img{
		width: 300px;
	}
	
	
	
		
	
	/*
		footer
	*/
	
	/*app*/
	.app{
		float: left;
		width: 100%;
		margin: 60px 0 0;
		text-align: center;
		color: #333333
	}
	
	.app h3{
		float: left;
		width: 100%;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 20px
	}
	
	.app p{
		float: left;
		width: 100%;
		font-size: 16px;
		line-height: 1.4;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.app aside{
		float: left;
		width: 100%;
		text-align: center;
		margin: 35px 0 0
	}
	
	.app aside a{
		margin-bottom: 20px;
		float: none;
	}
	
	.img-app{
		position: relative;
		bottom: 0;
		width: 100%;
		text-align: center;
		float: left;
		margin: 20px 0 0
	}
	
	.img-app img{
		width: auto;
	}
	
	
	/*contact*/
	.contact{
		float: left;
		width: 100%;
		margin: 50px 0 0;
		color: #2d3032
	}
	
	.contact h4{
		font-size: 14px;
		font-family: "Isidora-Sans-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 30px;
		line-height: 1.4
	}
	
	.contact a{
		color: #2d3032;
		width: 100%;
		float: left;
		margin: 0 0 20px
	}
	
	.contact a:hover{
		color: #2d3032;
	}
	
	.contact a span{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0;
		height: 50px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	.contact a h3{
		float: right;
		margin: 2px 0;
		width: 100%;
		text-align: center;
		font-size: 16px;
		font-family: "Isidora-Sans-Semibold", "Segoe UI", "Trebuchet MS";
	}
	
	.contact a h3 strong{
		margin-left: 20px
	}
	
	.contact a p{
		float: right;
		margin: 2px 0;
		width: 100%;
		text-align: center;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 15px
	}
	
	
	/*footer*/
	ul.footer{
		float: left;
		width: 100%;
		list-style: none;
		margin: 40px 0 0
	}
	
	ul.footer li{
		float: left;
		width: 100%;
		margin: 0 0 40px;
		text-align: center
	}
	
	ul.footer li button{
		color: #fff;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		border: 1px solid #fff;
		border-radius: 50px;
		background: #747273;
		padding: 10px 25px;
		width: 60%;
		margin: 10px 0 0;
		float: left
	}
	
	ul.footer li span{
		color: #fff;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		text-align: center;
		position: relative;
		top: 10px
	}
	
	ul.footer li button a{
		color: #fff;
	}
	
	ul.footer li div{
		width: 20%;
		float: right;
		margin: 18px 0 0
	}
	
	ul.footer li div a{
		width: 50%;
		float: left;
		text-align: center;
		margin: 0
	}
	
	ul.footer li#align-center{
		text-align: center
	}
	
	/*whatsapp*/
	.whatsapp{
		position: fixed;
		width: 35px;
		height: 35px;
		bottom: 15px;
		right: 15px;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		box-shadow: 1px 1px 2px #888;
		z-index: 1000;
	}
	
}







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

	.mob{
		height: 0!important
	}
	.desk{
		height: auto!important;
	}
	
/*
		[BACKGROUND]
						 */
	.bg-header{
		z-index: 99;
		position: fixed;
		background-color: transparent;
		padding: 0;
		background: none;
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 0;
	}
	
	.bg-transparent{
		z-index: 88;
		position: relative;
		background-color: #e8e8e8;
		padding: 0;
	}

	.bg-white-gray{
		position: relative;
		z-index: 77;
		background: #e8e8e8;
		padding: 0;
	}

	.bg-design{
		position: relative;
		z-index: 33;
		background: url("img/bg-design.jpg") top center no-repeat #eeeeee;
		padding: 0;
		height: auto
	}
	
	.bg-gray{
		position: relative;
		z-index: 55;
		background: #f1f1f1;
		padding: 0;
	}
	
	.bg-black{
		position: relative;
		z-index: 44;
		background: #333333;
		padding: 0;
	}

	
/*
	[HEADER]
				 */		
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 0px!important;
		z-index: 999;
		background: rgba(16,49,82,0.3);
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	.sticky .logo{
		width: 200px;
	}
	
	.sticky .logo img{
		width: 200px;
	}
		
	
	
	/*logo*/
	a.logo{
		width: 30%;
		padding: 0;
		text-align: center;
		margin: 30px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 100%;
	}	
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: -20px 0 0 0!important;
		font-weight: normal;
		padding: 0!important;
		border-bottom: 0;
		float: left!important
	}
	
	.nav .navtoogle{
		display: none;	
		width: 30%!important;
		text-align: center;
		border: none;
		cursor: pointer;
		background: url(../img/menu.png) center center no-repeat;
		height: 36px;
		margin: 90px 35% 0!important;
		top: 22px!important;
		position: relative!important
			
	}
	
	.central{
		float: right;
		width: 15%;
		text-align: center;
		margin: 45px 2% 0 0;
	}

	.central a{
		width: auto;
	}
	
	
	/*redes*/
	.redes{
		position: relative;
		width: 15%;
		float: right;
		margin: 40px 0 0
	}
	
	.redes a{
		width: 29.3%;
		margin: 0 2%;
		float: left
	}
	
	.redes a img{
		width: auto
	}
	
	
/*
		[MAIN]
						 */
	
	section{
		width: 100%;
		float: left;
		margin-bottom: -30px;
	}
	
	
	/* sliders */
	.sliders{
		float: left;
		width: 100%;
		position: relative;
		top: -50px;
		margin-bottom: -80px;
	}
	
	.sliders a{
		float: left;
		width: 0;
		margin: 0;
		color: #fff;
		flex-direction: column;
		border: 0;
		background: rgba(255,255,255, 0);
		padding: 0;
		border-radius: 50px;
		height: auto;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 0
	}
	
	.sliders ul{
		float: right;
		width: 100%;
		margin: 0;
		list-style: none;
	}
	
	.sliders ul li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		color: #fff;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 2px solid #fff;
		background: #57a4d6;
		padding: 0 40px;
		border-radius: 50px;
		height: auto
	}
	
	.sliders li h3{
		margin-bottom: 10px;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		line-height: 1.2
	}
	
	.sliders li p{
		margin-bottom: 25px;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";;
		font-size: 12px;
		line-height: 1.2
	}
	
	
	/* tab */
	.tab {
		overflow: hidden;
		float: left;
		width: 100%;
	}
	
	.tab button {
		background-color: transparent;
		float: left;
		cursor: pointer;
		padding: 0;
		transition: 0.3s;
		font-size: 35px;
		color: #242424;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		border: 0;
		width: 100%;
		margin: 120px 0 75px;
	}

	/**/
	.tabcontent {
		display: none;
		padding: 6px 12px;
		-webkit-animation: fadeEffect 2s;
		animation: fadeEffect 2s;
	}
	
	.list-planos{
		float:left;
		list-style: none;
		width: 40%;
		margin: 0 5% 0;
	}

	.list-planos:hover{
		transition: 1s;
		transform:scale(0.99)
	}
	
	.list-planos .mega{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 100px;
		color: #3399cc;
		text-align: right;
		float: left;
		width: 100%;
		line-height: 1;
		padding: 10px 25px;
		letter-spacing: -4px;
	}
	
	.number{
		float: left;
		margin-left: 0px;
		width: 150px;
		text-align: center;
	}

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

	
	.list-planos .info{
		width: 100%;
		margin: 15px 0 80px;
		float:left;
		padding: 10px 12px;
		min-height: auto;
		height: 430px;
		border-radius: 50px
	}
	
	.list{
		float:left;
		width: 100%;
		list-style: none;
		margin: 20px 0;
	}
	
	.list .row{
		float:left;
		width: 100%;
		list-style: none;
		font-size: 14px;
		color: #6a6a6a;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		margin: 0 0 -2px;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		font-weight: normal;
		border-bottom: 1px dashed rgba(126,126,126,0.3);
		padding: 15px 0 8px;
	}
	
	.list .row img{
		margin-right: 5px;
	}
	

	/**/
	.price{
		color: #242424;
		float: left;
		width: 200px;
		text-align: center;
		margin: 10px 10%;
	}
	
	.price strong{
		color: #242424;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 55px;
		letter-spacing: -3px;
		margin-left: -8px;
	}
	
	.price em{
		color: #242424;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 27px;
		letter-spacing: 0;
		margin: 17px 5px 0;
		float: left;
	}
	
	span.cents{
		color: #242424;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		letter-spacing: 0;
		margin: 17px 30px 0 0;
		float: right;
		font-style: italic;
	}
	
	span.month{
		color: #242424;
		font-size: 15px;
		font-style: italic;
		float: right;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		margin: -35px 0px 0 0;
	}
	

	/**/
	a.contratar{
		float:left;
		width: 95%;
		margin: 35px 2.5% 0;
		text-align: center;
		color: #ffffff;
		font-family: "Isidora-Sans-Semibold", "Segoe UI", "Trebuchet MS";
		background: url("img/bg-blue.jpg") top center;
		padding: 13px 10px;
		font-size: 16px;
		border-radius: 50px;
		letter-spacing: 2px
	}

	a.contratar:hover{
		background: #242424;
		transition: 1s;
		transform: scale(0.99);
		color: #fff;
	}
	
	/**/
	a.link-tab{
		width: 100%;
		margin: 50px 0 50px;
		text-align: center;
		float: left
	}
	
	
	
	
	
	/*column*/
	ul.column{
		float: left;
		width: 100%;
		margin: 50px 0;
		list-style: none;
	}
	
	ul.column li{
		width: 40%;
		margin: 0 5% 50px;
		float: left;
		background: #fff;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border-radius: 30px;
		height: 250px;
		padding: 0 40px
	}
	
	ul.column li h3{
		margin-bottom: 25px;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #000000;
		font-size: 20px;
		line-height: 1.2
	}
	
	ul.column li p{
		color: #565656;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		line-height: 1.4;
		font-size: 14px
	}
	
	
	/*sidebar*/
	.sidebar{
		float: right;
		width: 100%;
		margin: -50px 0 0;
		position: relative
	}
	
	.sidebar img#sidebar-bg{
		position: absolute;
		z-index: 33
	}
	
	.column-sidebar{
		position: relative;
		z-index: 44;
		top: 0;
		right: 5%;
		width: 28%;
		float: right;
		text-align: left;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: auto
	}
	
	.column-sidebar h3{
		color: #6c6450;
		font-size: 20px;
		line-height: 1.0;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.column-sidebar p{
		color: #6c6450;
		font-size: 15px;
		line-height: 1.0;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		margin: 12px 0 12px
	}
	
	.column-sidebar a img{
		width: 190px
	}
		
	
	
	/*about*/
	.about{
		float: right;
		width: 100%;
		margin: 80px 0
	}
	
	.about span{
		float: right;
		width: 52%;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		color: #333333;
		text-align: left;
	}
	
	.about span h2{
		font-size: 32px;
		line-height: 1.2
	}
	
	.about span p{
		font-size: 16px;
		line-height: 1.4
	}
	
	.about aside{
		float: left;
		width: 48%;
		text-align: center
	}
	
	.about aside img{
		width: auto;
	}
	
	
	
		
	
	/*
		footer
	*/
	
	/*app*/
	.app{
		float: left;
		width: 100%;
		margin: 60px 0 0;
		text-align: left;
		color: #333333
	}
	
	.app h3{
		float: left;
		width: 55%;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 20px
	}
	
	.app p{
		float: left;
		width: 55%;
		font-size: 16px;
		line-height: 1.4;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.app aside{
		float: right;
		width: 37%;
		text-align: center;
		margin: -60px 0 0
	}
	
	.app aside a{
		margin-bottom: 20px;
		float: right;
	}
	
	.img-app{
		position: relative;
		bottom: 0;
		width: 100%;
		text-align: center;
		float: left;
		margin: 20px 0 0
	}
	
	.img-app img{
		width: auto;
	}
	
	
	
	/*contact*/
	.contact{
		float: right;
		width: 100%;
		margin: 25px 0 50px;
		color: #2d3032
	}
	
	.contact h4{
		font-size: 19px;
		font-family: "Isidora-Sans-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 14px;
		line-height: 1.4;
		text-align: center
	}
	
	.contact a{
		color: #2d3032;
		width: 100%;
		float: left;
		margin: 0 0 15px
	}
	
	.contact a:hover{
		color: #2d3032;
	}
	
	.contact a span{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0;
		height: 50px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	.contact a h3{
		float: right;
		margin: 2px 0;
		width: 100%;
		text-align: center;
		font-size: 14px;
		font-family: "Isidora-Sans-Semibold", "Segoe UI", "Trebuchet MS";
	}
	
	.contact a h3 strong{
		margin-left: 20px
	}
	
	.contact a p{
		float: right;
		margin: 2px 0;
		width: 100%;
		text-align: center;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 18px
	}
	
	
	/*footer*/
	ul.footer{
		float: left;
		width: 100%;
		list-style: none;
		margin: 40px 0
	}
	
	ul.footer li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		text-align: right
	}
	
	ul.footer li button{
		color: #fff;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 12px;
		border: 1px solid #fff;
		border-radius: 50px;
		background: #747273;
		padding: 10px 0;
		width: 70%;
		margin: 10px 0 0;
		float: left
	}
	
	ul.footer li button a{
		color: #fff;
	}
	
	ul.footer li div{
		width: 20%;
		float: right;
		margin: 18px 0 0
	}
	
	ul.footer li div a{
		width: 50%;
		float: left;
		text-align: center;
		margin: 0
	}
	
	ul.footer li#align-center{
		text-align: center
	}
	
	
	
	
	
	

}







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

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


/*
		[BACKGROUND]
						 */
	.bg-header{
		z-index: 99;
		position: fixed;
		background-color: transparent;
		padding: 0;
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 0;
	}
	
	.bg-transparent{
		z-index: 88;
		position: relative;
		background-color: transparent;
		padding: 0;
	}

	.bg-white-gray{
		position: relative;
		z-index: 77;
		background: #e8e8e8;
		padding: 0;
	}

	.bg-design{
		position: relative;
		z-index: 33;
		background: url("img/bg-design.jpg") top center no-repeat #efefef ;
		padding: 0;
		height: 1200px
	}
	
	.bg-gray{
		position: relative;
		z-index: 55;
		background: #f1f1f1;
		padding: 0;
	}
	
	.bg-black{
		position: relative;
		z-index: 44;
		background: #333333;
		padding: 0;
	}

	
/*
	[HEADER]
				 */		
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 0px!important;
		z-index: 999;
		background: rgba(16,49,82,0.3);
	}

	.sticky + .content {
  		padding-top: 102px;
	}
	
	.sticky .logo{
		width: 200px;
	}
	
	.sticky .logo img{
		width: 200px;
	}
		
	
	
	/*logo*/
	a.logo{
		width: 240px;
		padding: 0;
		text-align: center;
		margin: 30px 0;
		float: left;
		position: relative;
		top: 0;
	}	 
	
	a.logo img{ 
		width: 240px;
	}	
	
	
	/*menu*/
	.nav ul {
		font-size: 16px!important;
		margin: 20px 0 0 50px!important;
		font-weight: normal;
		padding: 0!important;
		border-bottom: 0;
		float: left!important
	}
	
	/*[dropdown]*/
	.dropdown {
		position: relative;
		display: inline-block;
		width: 100%;
		z-index: 99;
	}

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

	.dropdown-content a {
		padding: 8px 15px 7px!important;
		text-decoration: none;
		display: block;
		color: #fff!important;
		font-size: 13px;
		border: 1px solid #FFF!important;
		background-color: rgba(0,0,0,0.44)!important;
		height: auto!important;
		font-weight: normal;
		text-transform: none!important;
		border-radius: 50px!important;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";
		margin-bottom: 2px!important; 
		text-align: left!important
	}

	.dropdown-content a:hover {
		background-color: rgba(0,0,0,0.6)!important;
		opacity: 1!important;
		padding: 8px 15px 7px!important;
		border: 1px solid #FFF!important;
		font-weight: normal;
		color: #fff!important;
	}

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

	.dropdown:hover .dropbtn {
		background-color: #678eb0!important;
	}
	
	
	
	
	.central{
		float: right;
		width: auto;
		text-align: center;
		margin: 35px 0 0;
	}

	.central a{
		width: auto
	}
	
	
	/*redes*/
	.redes{
		position: relative;
		width: 10%;
		float: right;
		margin: 40px 0 0
	}
	
	.redes a{
		width: 29.3%;
		margin: 0 2%;
		float: left
	}
	
	.redes a img{
		width: auto
	}
	
	
/*
		[MAIN]
						 */
	
	section{
		width: 100%;
		float: left;
		margin-bottom: -30px
	}
	
	
	/* sliders */
	.sliders{
		float: left;
		width: 100%;
		position: relative;
		top: -250px;
		margin-bottom: -250px;
	}
	
	.sliders a{
		float: left;
		width: auto;
		margin: 50px 0;
		color: #fff;
		flex-direction: column;
		border: 2px solid #fff;
		background: rgba(255,255,255, 0);
		padding: 10px 30px 12px;
		border-radius: 50px;
		height: auto;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 15px
	}
	
	.sliders ul{
		float: right;
		width: 75%;
		margin: 0;
		list-style: none;
	}
	
	.sliders ul li{
		float: left;
		width: 31.3%;
		margin: 0 1%;
		color: #fff;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border: 2px solid #fff;
		background: rgba(223,223,223,0.3);
		padding: 0 40px;
		border-radius: 50px;
		height: auto
	}
	
	.sliders li h3{
		margin-bottom: 10px;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		line-height: 1.2
	}
	
	.sliders li p{
		margin-bottom: 25px;
		font-family: "Poppins-Regular", "Segoe UI", "Trebuchet MS";;
		font-size: 12px;
		line-height: 1.2
	}
	
	
	/* tab */
	.tab {
		overflow: hidden;
		float: left;
		width: 100%;
	}
	
	.tab button {
		background-color: transparent;
		float: left;
		cursor: pointer;
		padding: 0;
		transition: 0.3s;
		font-size: 35px;
		color: #242424;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		border: 0;
		width: 100%;
		margin: 120px 0 75px;
	}

	/**/
	.tabcontent {
		display: none;
		padding: 6px 12px;
		-webkit-animation: fadeEffect 2s;
		animation: fadeEffect 2s;
	}
	
	.list-planos{
		float:left;
		list-style: none;
		width: 20%;
		margin: 0 2.5% 0;
	}

	.list-planos:hover{
		transition: 1s;
		transform:scale(0.99)
	}
	
	.list-planos .mega{
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 80px;
		color: #3399cc;
		text-align: right;
		float: left;
		width: 100%;
		line-height: 1;
		padding: 10px 25px;
		letter-spacing: -4px;
	}
	
	.number{
		float: left;
		margin-left: 0px;
		width: 150px;
		text-align: center;
	}

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

	
	.list-planos .info{
		width: 100%;
		margin: 15px 0 0;
		float:left;
		padding: 10px 12px;
		min-height: auto;
		height: 430px;
		border-radius: 50px
	}
	
	.list{
		float:left;
		width: 100%;
		list-style: none;
		margin: 20px 0;
	}
	
	.list .row{
		float:left;
		width: 100%;
		list-style: none;
		font-size: 12px;
		color: #6a6a6a;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		margin: 0 0 -2px;
		text-transform: uppercase;
		letter-spacing: 0;
		font-weight: normal;
		border-bottom: 1px dashed rgba(126,126,126,0.3);
		padding: 15px 0 8px;
	}
	
	.list .row img{
		margin-right: 5px;
	}
	

	/**/
	.price{
		color: #242424;
		float: left;
		width: 180px;
		text-align: center;
		margin: 10px 7%;
	}
	
	.price strong{
		color: #242424;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 50px;
		letter-spacing: -3px;
		margin-left: -8px;
	}
	
	.price em{
		color: #242424;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 27px;
		letter-spacing: 0;
		margin: 17px 5px 0;
		float: left;
	}
	
	span.cents{
		color: #242424;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 20px;
		letter-spacing: 0;
		margin: 10px 25px 0 0;
		float: right;
		font-style: italic;
	}
	
	span.month{
		color: #242424;
		font-size: 13px;
		font-style: italic;
		float: right;
		font-family: "Poppins-SemiBold", "Segoe UI", "Trebuchet MS";
		margin: -35px 0px 0 0;
	}
	

	/**/
	a.contratar{
		float:left;
		width: 95%;
		margin: 15px 2.5% 0;
		text-align: center;
		color: #ffffff;
		font-family: "Isidora-Sans-Semibold", "Segoe UI", "Trebuchet MS";
		background: url("img/bg-blue.jpg") top center;
		padding: 13px 10px;
		font-size: 16px;
		border-radius: 50px;
		letter-spacing: 2px
	}

	a.contratar:hover{
		background: #242424;
		transition: 1s;
		transform: scale(0.99);
		color: #fff;
	}
	
	/**/
	a.link-tab{
		width: 100%;
		margin: 80px 0 120px;
		text-align: center;
		float: left
	}
	
	
	
	
	
	/*column*/
	ul.column{
		float: left;
		width: 100%;
		margin: 180px 0 0;
		list-style: none;
	}
	
	ul.column li{
		width: 31.3%;
		margin: 0 1% 50px;
		float: left;
		background: #fff;
		display: flex;
		justify-content: center;
		flex-direction: column;
		border-radius: 30px;
		height: 250px;
		padding: 0 40px
	}
	
	ul.column li h3{
		margin-bottom: 25px;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		color: #000000;
		font-size: 20px;
		line-height: 1.2
	}
	
	ul.column li p{
		color: #565656;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		line-height: 1.4;
		font-size: 16px
	}
	
	
	/*sidebar*/
	.sidebar{
		float: right;
		width: 100%;
		margin: -250px 0 0;
		position: relative
	}
	
	.sidebar img#sidebar-bg{
		position: absolute;
		z-index: 33
	}
	
	.column-sidebar{
		position: relative;
		z-index: 44;
		top: 0;
		right: 5%;
		width: 28%;
		float: right;
		text-align: left;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 345px
	}
	
	.column-sidebar h3{
		color: #6c6450;
		font-size: 26px;
		line-height: 1.0;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
	}
	
	.column-sidebar p{
		color: #6c6450;
		font-size: 18px;
		line-height: 1.0;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		margin: 12px 0 30px
	}
	
	.column-sidebar a img{
		width: 250px
	}
		
	
	
	/*about*/
	.about{
		float: right;
		width: 100%;
		margin: 150px 0
	}
	
	.about span{
		float: right;
		width: 52%;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		color: #333333;
		text-align: left;
	}
	
	.about span h2{
		font-size: 32px;
		line-height: 1.2
	}
	
	.about span p{
		font-size: 16px;
		line-height: 1.4
	}
	
	.about aside{
		float: left;
		width: 48%;
		text-align: center
	}
	
	.about aside img{
		width: auto;
	}
	
	
	
		
	
	/*
		footer
	*/
	
	/*app*/
	.app{
		float: left;
		width: 45%;
		margin: 60px 0 0;
		text-align: left;
		color: #333333
	}
	
	.app h3{
		float: left;
		width: 55%;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 24px;
		line-height: 1.2;
		margin-bottom: 20px
	}
	
	.app p{
		float: left;
		width: 55%;
		font-size: 16px;
		line-height: 1.4;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
	}
	
	.app aside{
		float: right;
		width: 37%;
		text-align: center;
		margin: -60px 0 0
	}
	
	.app aside a{
		margin-bottom: 20px;
		float: right;
	}
	
	.img-app{
		position: relative;
		bottom: 0;
		width: 100%;
		text-align: center;
		float: left;
		margin: 20px 0 0
	}
	
	.img-app img{
		width: auto;
	}
	
	
	
	/*contact*/
	.contact{
		float: right;
		width: 50%;
		margin: 170px 0 0;
		color: #2d3032
	}
	
	.contact h4{
		font-size: 19px;
		font-family: "Isidora-Sans-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 65px;
		line-height: 1.4;
		text-align: left
	}
	
	.contact a{
		color: #2d3032;
		width: 100%;
		float: left;
		margin: 0 0 35px
	}
	
	.contact a:hover{
		color: #2d3032;
	}
	
	.contact a span{
		float: left;
		width: 5%;
		text-align: left;
		margin: 0;
		height: 50px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	
	.contact a h3{
		float: right;
		margin: 2px 0;
		width: 92%;
		text-align: left;
		font-size: 14px;
		font-family: "Isidora-Sans-Semibold", "Segoe UI", "Trebuchet MS";
	}
	
	.contact a h3 strong{
		margin-left: 20px
	}
	
	.contact a p{
		float: right;
		margin: 2px 0;
		width: 92%;
		text-align: left;
		font-family: "Isidora-Sans-Regular", "Segoe UI", "Trebuchet MS";
		font-size: 18px
	}
	
	
	
	
	
	/*footer*/
	ul.footer{
		float: left;
		width: 100%;
		list-style: none;
		margin: 60px 0
	}
	
	ul.footer li{
		float: left;
		width: 33.3%;
		margin: 0;
		text-align: right
	}
	
	ul.footer li button{
		color: #fff;
		font-family: "Isidora-Sans-Bold", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		border: 1px solid #fff;
		border-radius: 50px;
		background: #747273;
		padding: 10px 25px;
		width: 55%;
		margin: 10px 0 0;
		float: left
	}
	
	ul.footer li button a{
		color: #fff;
	}
	
	ul.footer li div{
		width: 20%;
		float: right;
		margin: 18px 0 0
	}
	
	ul.footer li div a{
		width: 50%;
		float: left;
		text-align: center;
		margin: 0
	}
	
	ul.footer li#align-center{
		text-align: center
	}
	
	
		
	/*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;
	}
			
}




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


#animation {
    animation: go-back 1s infinite alternate;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}	


