/*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;
	}

body{
	font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
}

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: normal;
	}

	@font-face {
		font-family: "Poppins-ExtraLight";
		src: url("css/Poppins-ExtraLight.ttf");
		font-weight: 300;
	}

	@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;
	}
	
	.left{
		position: relative;
		left: 0;
	}
	
	.right{
		position: relative;
		left: 0;
	}	
	
	strong {
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
	}
	
		
	
	/*[BACKGROUND]*/
	.bg-header{
		background: rgba(0,0,0,0.30)!important;
		padding: 25px 0;
		z-index: 999;
		position: fixed;
		float: left;
		margin: 0;
		height: auto
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 0;
	}
	
	.bg-purple{
		background: url("img/bg-purple.jpg") top center no-repeat #000;
		width: 100%;
		float: left;
		position: relative;
		z-index: 66;
	}
	
	.bg-white-gray{
		background: #fff;
		width: 100%;
		float: left;
		position: relative;
		z-index: 66;
	}
	
	.bg-gray{
		position: relative;
		background: #e8e8e8;
		z-index: 55;
		padding: 0;
		height: auto;
	}
	
	.bg-green{
		position: relative;
		background: #132125;
		z-index: 33;
		padding: 0;
		height: auto;
	}

		
	/*[HEADER] */
	
	/*logo*/
	a.logo{
		width: 100%;
		padding: 0;
		text-align: center;
		margin: 10px 0;
		float: left;
	}	 
	
	a.logo img{ 
		width: 280px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 15px!important;
		margin: 5px 0 0!important;
		padding: 0!important;
		position: relative
	}
	
	.nav .navtoogle{
		width: 100%!important;
		text-align: center;
		float: left!important;
		position: relative;
		top: 5px
	}
	
	#bottom{
		width: 10px;
		position: relative;
		left: 6px;
		top: -2px
	}
	
	
	/*[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: 13px!important;
		text-decoration: none;
		display: block;
		color: #303030!important;
		font-size: 14px;
		border-bottom: 1px solid #FFF;
		background-color: #1e4a76!important;
		height: auto!important;
		font-weight: 500;
		text-transform: none!important;
	}

	.dropdown-content a:hover {
		background-color: #fff!important;
		opacity: 1;
		padding: 13px!important;
		border: 1px solid #FFF!important;
		font-weight: normal!important;
		color: #303030!important;
	}

	.dropdown:hover .dropdown-content {
		display: block;
	}

	.dropdown:hover .dropbtn {
		background-color: #fff!important;
	}
	
	
	.nav-right{
		margin: 25px 0 15px;
		text-align: center;
		width: 100%;
		float: left;
	}

	.nav-right a{
		font-size: 15px;
		margin: 10px 1% 0;
		text-align: center;
		width: 100%;
		background: #ffffff;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		color: #1f1f1f;
		border-radius: 50px;
		padding: 8px 15px;
		float: none;
		font-weight: 600
	}
			
	.nav-redes{
		margin: 0;
		text-align: center;
		width: 0;
		float: right;
		right: 0;
		position: relative;
	}

	.nav-redes a{
		margin:0;
		text-align: center;
		width: 0;
		float: right
	}
	
	/*sticky*/
	.sticky {
		position: fixed;
  		top: 0;
  		width: 100%;
		padding: 15px 0 0!important;
		height: auto;
		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: 230px;
	}

	.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: 0;
		width: 100%;
		left: 0;
		position: relative;
		background: none
	}
	

		
	/*article*/
	h1{
		padding: 290px 0 80px;
		font-family: "Poppins-ExtraLight", "Segoe UI", "Trebuchet MS";
		font-size: 38px;
		color: #fff;
		text-align: center;
		font-weight: 100
	}
	
	.bg-article-a{
		background: url("img/bg-mobile-a.jpg") center center;
		width: 100%;
		float: left;
		position: relative;
		z-index: 66;
		margin: 0 0 50px
	}
	
	.bg-article-b{
		background: url("img/bg-mobile-b.jpg") center center;
		width: 100%;
		float: left;
		position: relative;
		z-index: 66;
		margin: 0 0 50px
	}
	
	.bg-article-c{
		background: url("img/bg-mobile-c.jpg") center center;
		width: 100%;
		float: left;
		position: relative;
		z-index: 66;
		margin: 0 0 50px
	}
	
	.bg-article-d{
		background: url("img/bg-mobile-d.jpg") center center;
		width: 100%;
		float: left;
		position: relative;
		z-index: 66;
		margin: 0 0 50px
	}
		
	/*politica*/
	#politica{
		width: 100%;
		float: left;
		margin: 25px 0 50px;
	}	
	
	#politica h2{
		font-size: 20px;
		text-align: left;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		margin: 20px 0 15px;
		font-weight: bold
	}	
	
	#politica p{
		width: 100%;
	}	
	
	#politica p strong a{
		color: #333333;
	}	
	
	
	/*about*/
	.about{
		width: 100%;
		float: left;
		margin: 0 0 30px;
	}
	
	.about h2{
		color: #333333;
		font-size: 40px;
		text-align: center;
		font-family: "Poppins-ExtraLight", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		width: 100%;
		margin: 0 0 25px;
		float: left;
		letter-spacing: -1px;
		font-weight: 100
	}
				
	.about p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		color: #333333;
		line-height: 1.3;
		text-align: left;
		width: 100%;
	}
	
	
	/*sidebar*/
	.sidebar{
		float: left;
		width: 100%;
		text-align: center;
		margin: 0 0 0;
	}
	
	.sidebar img{
		width: 300px;
		position: relative;
		top: 15px
	}
	
	
	
	/*aside*/
	aside{
		float: right;
		width: 100%;
		margin: 50px 0 15px;
		position: relative;
		text-align: center
	}
	
	ul.column{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0
	}
	
	ul.column li{
		float: left;
		width: 48%;
		list-style: none;
		margin: 0 1% 25px;
		text-align: center;
	}
			
	ul.column li span{
		font-size: 40px;
		color: #1b1b1b;
		float: left;
		width: 100%;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		line-height: 1.0;
		padding: 0;
		margin: 0
	}
		
	ul.column li p{
		color: #3b454f;
		font-size: 19px;
		line-height: 1;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
	}	
	
	aside a{
		color: #fff;
		font-size: 16px;
		line-height: 1;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		background: #000000;
		padding: 15px 25px;
		border-radius: 15px;
		float: left;
		margin: 20px 0 0;
		position: relative;
		top: 0;
		text-align: center;
		width: 100%;
	}	
	
	
	/*partners*/
	p#partners{
		color: #3b454f;
		font-size: 18px;
		line-height: 1.5;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		text-align: center;
		padding: 70px 0
		
	}
	
	ul.partners{
		width: 100%;
		margin: 80px 0;
		float: left;
		list-style: none
	}
	
	ul.partners li{
		width: 45%;
		margin: 25px 2.5%;
		float: left;
		text-align: center
	}
	
	
	
	/*row*/
	ul.row{
		width: 100%;
		margin: 50px 0;
		float: left;
		list-style: none
	}
	
	ul.row li{
		width: 90%;
		margin: 0 5% 35px;
		float: left;
		background: rgba(255,255,255,1.00);
		border-radius: 28px;
		text-align: center;
		padding: 30px 45px
	}
	
	ul.row li h3{
		text-align: center;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		border-bottom: 2px solid #e5e5e5;
		padding: 10px 0 20px;
		font-size: 25px;
		line-height: 1.1;
		color: #1b1b1b
	}
	
	ul.row li p{
		text-align: center;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #1b1b1b;
		font-size: 14px;
		padding: 25px 0
	}
	
	ul.row li a{
		border-top: 2px solid #e5e5e5;
		color: #1b1b1b;
		font-size: 15px;
		width: 100%;
		padding: 15px 0;
		float: left;
		text-align: center
	}
	
	
	
	/*app*/
	.app{
		width: 96%;
		margin: 50px 2%;
		text-align: center;
		color: #fff;
		flaot: left;
	}
	
	.app h3{
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		line-height: 1.4;
		margin-bottom: 15px
	}
	
	.app h2{
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		line-height: 1.2;
		margin-bottom: 15px;
		text-transform: uppercase;
		height: 55px;
	}
	
	.app p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 14px;
		line-height: 1.3
	}
	
	.app ul{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none
	}
	
	.app ul li{
		float: left;
		width: 95%;
		margin: 0 2.5% 50px;
	}
		
	
	
	/*form*/
	form{
		float: left;
		width: 100%;
		margin: 100px 0 0;
		color: #2a2c2d;
	}
	
	
	form label{
		font-size: 15px;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: normal;
	}
			
	.input{
		float: left;
		width: 98%;
		margin: 10px 1% 35px;
		font-size: 16px;
		color: #636a6f;
		padding: 15px 20px;
		background-color: transparent;
		text-align: left;
		border: 0;
		border-bottom: 2px solid #bebebe;
		font-weight: normal;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
	}	
	
	.comment{
		width: 98%;
		margin: 10px 1% 40px;
	}
	
	.calculator{
		width: 50%;
		margin: 0 25%;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: #2c4c56;
		border: 0;
		color: #fff;
		font-size: 16px;
		padding: 15px;
		cursor: pointer;
		margin: 0 auto 0;
		width: 50%;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		letter-spacing: 0;
		position: relative;
		z-index: 44;
		font-weight: 600;
		border-radius: 50px;
		top: 25px
	}
	
	.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: #636a6f;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #636a6f;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #636a6f;
	}	
	
	
	/*contact*/
	.contact {
		display: block;
		justify-content: center;
		gap: 15px;
		margin: 150px 0
	}
	
	.contact a {
		display: block;
		align-items: center;
		text-decoration: none;
		color: #f3f3f3;
		margin: 0 0 40px;
		width: 100%;
		text-align: center
	}

	.contact a img {
		margin-right: 0;
		width: 40px;
		height: auto;
	}

	.contact a p {
		margin: 0;
		font-size: 1rem;
		font-size: 14px;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
	}

	.contact a p strong{
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
	}

	.contact a p br {
		display: block;
	}
	
	
	
	
	
	
	/*footer*/
	ul.menu-min{
		float: right;
		width: 100%;
		margin: 20px 0 0;
		list-style: none;
		text-align: center;
		text-transform: uppercase;
	}
	
	ul.menu-min li{
		float: left;
		width: 100%;
		margin: 0 0 35px;
	}
	
	ul.menu-min h3{
		font-size: 17px;
		color: #000000;
		line-height: 1.1;
		margin-bottom: 15px;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
	}
	
	ul.menu-min li a{
		color: #000000;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		line-height: 1.7
	}
	
	a#email{
		text-transform: none
	}
	
	
	.midia{
		float: left;
		width: 60%;
		margin: 15px 20% 0;
	}
	
	.midia a{
		float: left;
		width: 23%;
		margin: 0 1%;
		text-align: center
	}
	
	/*logo-min*/
	.logo-min{
		float: left;
		width: 100%;
		margin: 50px 0;
		text-align: center;
	}
	
	.logo-min p{
		font-weight: 300;
		margin: 15px 0 0;
		font-size: 14px;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #090909;
		line-height: 1.3;
	}	
	
	/*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;
	}
	
	.flutuante a img{
		width: 45px;
		margin-bottom: 10px
	}
		
	/*cookies*/
    .box-cookies.hide {
      display: none !important;
    }
    
    .box-cookies {
      position: fixed;
      background: #fff;
      width: 100%;
      z-index: 999999999;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
        flex-direction: column;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		height: 180px;
		border: 2px solid #000;
		box-shadow: 5px 5px 5px rgba(34,34,34,0.2);
		border-radius: 0;
      ;
    }
    
    .box-cookies .msg-cookies,
    .box-cookies .btn-cookies {
      text-align: center;
      padding: 15px 25px;
      color: #000;
      font-size: 12px;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
    }
    
    .box-cookies .msg-cookies,
    .box-cookies .btn-cookies strong {
      font-size: 12px;
		font-family: "Poppins-Bold", "Segoe UI", "Trebuchet MS";
    }
    
    .msg-cookies a{
      font-size: 14px;
		color: rgba(164,164,164,1.00);
      border-bottom: 1px solid rgba(164,164,164,1.00);
      font-weight: bold;
    }
    
    .msg-cookies a:hover{
		opacity: 0.5
    }
    
    .box-cookies .btn-cookies {
      background: #000;
      cursor: pointer;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
      border: 0;
		color: #fff;
		right: 0;
		position: relative;
		top: -10px
		
    }
    
    .box-cookies .btn-cookies:hover {
      background: rgba(34,34,34,1.00);
		opacity: 0.7
    }

		
	
}




@media only screen and (min-width: 603px) {	
		
	/*article*/
	.bg-article-a{
		background: url("img/bg-article-a.jpg") center center;
	}
	
	.bg-article-b{
		background: url("img/bg-article-a.jpg") center center;
	}
	
	.bg-article-c{
		background: url("img/bg-article-a.jpg") center center;
	}
	
	.bg-article-d{
		background: url("img/bg-article-a.jpg") center center;
	}
	
		
	
	/*about*/
	.about h2{
		font-size: 55px;
	}
				
	.about p{
		font-size: 17px;
		width: 100%;
	}
	
	
	
	/*aside*/
	ul.column li{
		width: 23%;
	}
			
	/*pp*/
	.app ul li{
		width: 31.3%;
		margin: 0 1% 50px;
	}
	
	ul.partners li{
		width: 23%;
		margin: 0 1%;
	}
	
	
	/*row*/
	ul.row{
		width: 100%;
	}
	
	ul.row li{
		width: 31.3%;
		margin: 0 1% 35px;
		padding: 30px 10px
	}
	
	ul.row li h3{
		padding: 10px 0;
		font-size: 20px;
	}
	
	
	/*footer*/
	ul.menu-min{
		text-align: left;
	}
	
	ul.menu-min li{
		width: 31.3%;
		margin: 0 1% 35px;
	}
	
	
	/*contact*/
	.contact {
		display: flex;
		justify-content: space-between;
		gap: 20px;
		margin: 150px 0
	}
	
	.contact a {
		display: flex;
		align-items: center;
		text-decoration: none;
		color: #f3f3f3;
		margin: 0;
		width: auto;
		text-align: left
	}
	
	
	
}






@media only screen and (min-width: 1024px) {

	/*cookies*/
    .box-cookies {
      position: fixed;
      background: #fff;
      width: 30%;
      z-index: 999999999;
      bottom: 1%;
		right: 1%;
      display: flex;
      align-items: center;
      justify-content: space-between;
        flex-direction: row;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		height: 150px;
		border: 2px solid #000;
		box-shadow: 5px 5px 5px rgba(34,34,34,0.2);
		border-radius: 0;
    }
	
    .box-cookies .msg-cookies,
    .box-cookies .btn-cookies {
      text-align: left;
    }
	
    .box-cookies .btn-cookies {
		right: 4%;	
		top: 0
    }
	
	
/*
	[Elements]
				 */
	.container{
		width: 1000px;
	}	
	
	.left{
		position: relative;
		left: -50px;
	}
	
	.right{
		position: relative;
		left: 50px;
	}
	
	
	/*[BACKGROUND]*/
	.bg-header{
		background: rgba(0,0,0,0.30)!important;
		padding: 45px 0;
		z-index: 999;
		position: fixed;
		float: left;
		margin: 0;
		height: 150px
	}
	
	.bg-white{
		position: relative;
		z-index: 77;
		background: #fff;
		padding: 0;
	}
	
	.bg-purple{
		background: url("img/bg-purple.jpg") top center;
		width: 100%;
		float: left;
		position: relative;
		z-index: 66;
	}
	
	.bg-white-gray{
		background: url("img/bg-white-gray.jpg") top center;
		width: 100%;
		float: left;
		position: relative;
		z-index: 66;
	}
	
	.bg-gray{
		position: relative;
		background: #e8e8e8;
		z-index: 55;
		padding: 0;
		height: auto;
	}

		
	/*[HEADER] */
	
	/*logo*/
	a.logo{
		width: auto;
		padding: 0;
		text-align: center;
		margin: 10px 0;
		float: left;
	}	 
	
	a.logo img{ 
		width: 280px;
	}
	
	
	/*menu*/
	.nav ul {
		font-size: 15px!important;
		margin: 5px 0 0!important;
		padding: 0!important;
		position: relative
	}
	
	#bottom{
		width: 10px;
		position: relative;
		left: 6px;
		top: -2px
	}
	
	/*[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: 14px;
		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-Semibold", "Segoe UI", "Trebuchet MS";
		margin-bottom: 2px!important; 
		text-align: left!important
	}

	.dropdown-content a:hover {
		background-color: rgba(0,0,0,0.9)!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;
	}
	
	
	.nav-right{
		margin: 25px 0 0 10px;
		text-align: center;
		width: auto;
		float: left;
	}

	.nav-right a{
		font-size: 15px;
		margin: 0;
		text-align: center;
		width: auto;
		background: #ffffff;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		color: #1f1f1f;
		border-radius: 50px;
		padding: 8px 15px;
		float: none;
		font-weight: 600
	}
			
	.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 1%;
		text-align: center;
		width: 23%;
		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: 230px;
	}

	.sticky .nav ul {
		margin: -5px 0 0!important
	}

	.sticky .nav-right {
		margin: 17px 2px 0!important
	}
	
	.sticky .nav-redes{
		margin: 10px 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%;
		left: 50px;
		position: relative;
		background: rgba(255,255,255,1.00)
	}
	

	
	
/*
		[BANNER]
						 */
		
	
	
	/*article*/
	h1{
		padding: 250px 0 150px;
		font-family: "Poppins-ExtraLight", "Segoe UI", "Trebuchet MS";
		font-size: 38px;
		color: #fff;
		text-align: center;
		font-weight: 100;
		letter-spacing: 1.5px
	}
	
	.bg-article-a{
		background: url("img/bg-article-a.jpg") top center;
		width: 100%;
		float: left;
		position: relative;
		z-index: 66;
		margin: 0 0 0
	}
	
	.bg-article-b{
		background: url("img/bg-article-b.jpg") top center;
		width: 100%;
		float: left;
		position: relative;
		z-index: 66;
		margin: 0 0 0
	}
	
	.bg-article-c{
		background: url("img/bg-article-c.jpg") top center;
		width: 100%;
		float: left;
		position: relative;
		z-index: 66;
		margin: 0 0 0
	}
	
	.bg-article-d{
		background: url("img/bg-article-d.jpg") top center;
		width: 100%;
		float: left;
		position: relative;
		z-index: 66;
		margin: 0 0 0
	}
	
	
	/*politica*/
	#politica{
		width: 100%;
		float: left;
		margin: 50px 0;
	}	
	
	#politica h2{
		font-size: 25px;
		text-align: left;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		margin: 35px 0 15px;
		font-weight: bold
	}	
	
	#politica p{
		width: 100%;
	}	
	
	#politica p strong a{
		color: #333333;
	}	
	
	
	/*about*/
	.about{
		width: 50%;
		float: right;
		margin: 180px 0 0;
	}
	
	.about h2{
		color: #333333;
		font-size: 45px;
		text-align: left;
		font-family: "Poppins-ExtraLight", "Segoe UI", "Trebuchet MS";
		line-height: 1;
		width: 100%;
		margin: 0 0 45px;
		float: left;
		letter-spacing: -1px;
		font-weight: 100
	}
				
	.about p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 16px;
		color: #333333;
		line-height: 1.3;
		text-align: left;
		width: 85%;
	}
	
	
	/*sidebar*/
	.sidebar{
		float: left;
		width: 50%;
		text-align: center;
		margin: 100px 0 0;
	}
	
	.sidebar img{
		width: auto;
		position: relative;
		top: 50px
	}
	
	
	/*aside*/
	aside{
		float: left;
		width: 50%;
		margin: 190px 0 50px;
		position: relative;
		text-align: center
	}
	
	ul.column{
		float: left;
		width: 100%;
		list-style: none;
		margin: 0
	}
	
	ul.column li{
		float: left;
		width: 45%;
		list-style: none;
		margin: 0 2.5% 80px;
		text-align: left;
	}
			
	ul.column li span{
		font-size: 50px;
		color: #1b1b1b;
		float: left;
		width: 100%;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		line-height: 1.0;
		padding: 0;
		margin: 0
	}
		
	ul.column li p{
		color: #3b454f;
		font-size: 22px;
		line-height: 1;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
	}	
	
	aside a{
		color: #fff;
		font-size: 16px;
		line-height: 1;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		background: #000000;
		padding: 20px 25px;
		border-radius: 15px;
		float: left;
		margin: 20px 0 0;
		position: relative;
		top: 20px;
		text-align: left;
		width: auto

	}	
	
	
	/*partners*/
	p#partners{
		color: #3b454f;
		font-size: 20px;
		line-height: 1.5;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		text-align: center;
		padding: 120px 0
		
	}
	
	ul.partners{
		width: 100%;
		margin: 80px 0;
		float: left;
		list-style: none
	}
	
	ul.partners li{
		width: 23%;
		margin: 0 1%;
		float: left;
		text-align: center
	}
	

	
	
	/*row*/
	ul.row{
		width: 100%;
		margin: 130px 0;
		float: left;
		list-style: none
	}
	
	ul.row li{
		width: 33.3%;
		margin: 0 0;
		float: left;
		background: rgba(255,255,255,1.00);
		border-radius: 28px;
		text-align: right;
		padding: 30px 45px
	}
	
	ul.row li h3{
		text-align: left;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		border-bottom: 2px solid #e5e5e5;
		padding: 10px 0 20px;
		font-size: 26px;
		line-height: 1.1;
		color: #1b1b1b
	}
	
	ul.row li p{
		text-align: left;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #1b1b1b;
		font-size: 14px;
		padding: 25px 0
	}
	
	ul.row li a{
		border-top: 2px solid #e5e5e5;
		color: #1b1b1b;
		font-size: 15px;
		width: 100%;
		padding: 15px 0;
		float: left;
		text-align: left
	}
	
	
	
	/*app*/
	.app{
		width: 100%;
		margin: 130px 0;
		text-align: left;
		color: #fff;
		float: left
	}
	
	.app h3{
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		line-height: 1.4;
		margin-bottom: 40px;
		text-transform: uppercase;
	}
	
	.app h2{
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
		font-size: 25px;
		line-height: 1.2;
		margin-bottom: 15px;
		text-transform: uppercase;
		height: 55px;
	}
	
	.app p{
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		line-height: 1.4
	}
	
	.app ul{
		float: left;
		width: 100%;
		margin: 0;
		list-style: none
	}
	
	.app ul li{
		float: left;
		width: 29.3%;
		margin: 0 2%;
	}
	
	.app ul li h3{
		text-align: left;
	}
	
	
	
	/*form*/
	form{
		float: left;
		width: 100%;
		margin: 100px 0 0;
		color: #2a2c2d;
	}
	
	
	form label{
		font-size: 15px;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-weight: normal;
	}
			
	.input{
		float: left;
		width: 31.3%;
		margin: 10px 1% 35px;
		font-size: 16px;
		color: #636a6f;
		padding: 15px 20px;
		background-color: transparent;
		text-align: left;
		border: 0;
		border-bottom: 2px solid #bebebe;
		font-weight: normal;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
	}	
	
	.comment{
		width: 98%;
		margin: 35px 1%;
	}
	
	.calculator{
		width: 50%;
		margin: 0 25%;
	}
	
	.send-box{
		float: right;
		width: 100%;
		text-align: center;
		margin: 0;
	}
	
	.send{
		text-align: center;
		background: #2c4c56;
		border: 0;
		color: #fff;
		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;
		border-radius: 50px;
		top: 25px
	}
	
	.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: #636a6f;
		opacity: 1; /* Firefox */
	}
	
	.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: #636a6f;
	}
	
	.input::-ms-input-placeholder { /* Microsoft Edge */
		color: #636a6f;
	}	
	
	
	/*contact*/
	.contact {
		display: flex;
		justify-content: space-between;
		gap: 20px;
		margin: 150px 0
	}
	
	.contact a {
		display: flex;
		align-items: center;
		text-decoration: none;
		color: #f3f3f3;
		margin: 0;
		width: auto;
		text-align: left
	}

	.contact a img {
		margin-right: 15px;
		width: 40px;
		height: auto;
	}

	.contact a p {
		margin: 0;
		font-size: 1rem;
		font-size: 14px;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
	}

	.contact a p strong{
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
	}

	.contact a p br {
		display: block;
	}
	
	
	
	/*footer*/
	ul.menu-min{
		float: right;
		width: 70%;
		margin: 120px 0 0;
		list-style: none;
		text-align: left;
		text-transform: uppercase;
	}
	
	ul.menu-min li{
		float: left;
		width: 29.3%;
		margin: 0 2%;
	}
	
	ul.menu-min h3{
		font-size: 17px;
		color: #000000;
		line-height: 1.1;
		margin-bottom: 15px;
		font-family: "Poppins-Semibold", "Segoe UI", "Trebuchet MS";
	}
	
	ul.menu-min li a{
		color: #000000;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		font-size: 15px;
		line-height: 1.7
	}
	
	a#email{
		text-transform: none
	}
	
	
	.midia{
		float: left;
		width: 80%;
		margin: 15px 0 0;
	}
	
	.midia a{
		float: left;
		width: 23%;
		margin: 0 1% 0 0;
		text-align: left
	}
	
	/*logo-min*/
	.logo-min{
		float: left;
		width: 30%;
		margin: 120px 0;
		text-align: left;
	}
	
	.logo-min p{
		font-weight: 300;
		margin: 35px 0 0;
		font-size: 15px;
		font-family: "Poppins-Light", "Segoe UI", "Trebuchet MS";
		color: #090909;
		line-height: 1.3;
	}	
	
	/*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;
	}
	
	.flutuante a img{
		width: 45px;
		margin-bottom: 10px
	}
	
			
}




/* 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}
}