/*
	[Initial]
				 */
				 
@charset "UTF-8";

img, object, embed, video {
	max-width: 100%;
	}
	
body{ 
	background:#FFFFFF;
	}

*{
	margin:0;
 	padding:0;
	}
 
*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
html {
	font-size: 50%;
	}
	
.ie6 img {
	width:100%;
	}

.gridContainer { 
	margin-left:auto; 
	margin-right:auto;
	width:100%;
	}


/*
	[Attribute]
				 */
img {
	border:0;
	padding:0;
	margin:0;
	}

.product span img {
}

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



/*
	[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%;
	}


	
	
	
	

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


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


.bg-article{
	background:url(img/bg-article.jpg) top center no-repeat ;
	float:left;
	width:100%;
	min-height:auto;
	position:relative;
	z-index:999; 
	margin: 0 auto;
	max-width: 1920px;
	bottom:0px;
	background-position: 50% 0; 
	background-repeat: repeat;
	background-attachment: fixed;
	}
	
.container-section{
	margin:0 auto;
	width:90%;
	height:auto;
	padding:5px 0;
	}


/*
	[Background]
				 */
.bg-header{
	background-image: url("img/bg-header-desktop.jpg");
	}
	
.bg-article{
	background:url("img/bg-section-page.jpg") top center no-repeat ;
	float:left;
	width:100%;
	min-height:auto;
	position:relative;
	z-index:999; 
	margin: 0 auto;
	max-width: 700px;
	bottom:0px;
	background-position: 50% 0; 
	background-repeat: repeat;
	background-attachment: fixed;
	}

.bg-section{
	background:url("img/bg-article.jpg") top center no-repeat ;
	float:left;
	width:100%;
	min-height:auto;
	position:relative;
	z-index:999; 
	margin: 0 auto;
	max-width: 1920px;
	bottom:0px;
	background-position: 50% 0; 
	background-repeat: repeat;
	background-attachment: fixed;
	}


	
.bg-footer{
	background-color:#30374c;
	}




/*
	[HEADER]
				 */
		
header h1{
	font-size:0px;
	}		
	
a.logo{
	float:left;
	width:100%;
	text-align:center;
	padding:0;
	}	 
	
img.logo{ 
	width:170px;
	height:auto;
	text-align:center;
	}

.number{
	float:right;
	text-align:left;
	top:0;
	position:relative;
	padding:0;
	}
	
.icon-number{
	text-align:left;
	float:left;
	padding:0 2px;
	}
	
.icon-number img{
	text-align:center;
	margin-top:-2px;
	width:0;
	}
	
.number a{
	font-size:0px;
	color:#3a425b;
	 text-align:left;
	 font-family:"Myriad Pro", Helvetica, Arial;
	 font-weight:normal;
	 letter-spacing:0.6px;
	 }

.number a:hover{
	opacity:.5;
}



/*
	[ANIMATION]
				 */

#layerslider{
	width: 100%; 
	height:200px;
	right:0;
	background:center center;
	z-index:1;
	position:relative;
	float:left
	}


#layerslider img{
	max-width: auto !important;
	height:200px !important;
	}

#layerslider .ls-slide span.text-anima{
	float:left;
	width:100%;
	text-align:center;
	font-size:20px;
	color:#FFFFFF;
	font-family: 'Open Sans';
	line-height:1.4;
	top:60px;
	position:relative;
	}

#layerslider .ls-slide span.space{
	letter-spacing: 1px;
	float:none;
	text-align:center;
	font-size:18px;
	color:#FFFFFF;
	font-family: 'Open Sans';
	top:5px;
	position:relative;
	font-weight: 100;
	}
	
	
/*
	[ARTICLE]
				 */
	
		/*		[CONTENT BOX]		*/
	
.content-box{
	width:100%;
	float: left;
	margin: 40px 0 20px;
	}
		
	.content-box h2{
		float:left;
		text-align: center;
		width: 100%;
		font-size: 27px;
		color: #3a425b;
		font-family: 'open sans';
		font-weight: bold;
		margin: 0 0 20px;
	}
	
	.content-box h3{
		float:left;
		text-align: center;
		width: 100%;
		font-size: 16px;
		color: #6f7995;
		font-family: 'open sans';
		font-weight: normal;
		margin: 0 0 40px;
		letter-spacing: 4px;
	}
	
	.content-box p{
		float:left;
		text-align: justify;
		width: 100%;
		font-size: 13px;
		color: #787878;
		font-family: 'open sans';
		font-weight: 100;
		margin: 0 0;
		letter-spacing: auto;
		line-height: 1.5;
	}
	
	.content-box p.shape{
		float:left;
		width: 100%;
		font-family: 'open sans';
		font-weight: 100;
		margin: 10px 0;
		letter-spacing: auto;
		line-height: 0;
		text-align: center;
		font-size: 15px;
		padding: 10px 10px 20px;
		background:rgba(58,66,91,1.00);
		color: #FFF;
		border-radius: 4px;
	}
	
	a.icon-more{
		float:left;
		width: 100%;
		text-align: left;
		margin: 35px 0
	}
	
	a.icon-more:hover{
		opacity: 0.7;
	}
	
	.line-vertical{
		float:left;
		height: 0;
		width: 0;
		background: none;
		margin: 0
	}
	
	
		/*		[TEXT-SERVICE]		*/

	ul.services{
		float:left;
		list-style: none;
		width: 100%;
		border: 1px solid rgba(216,216,216,1.00);
		border-radius: 8px;
		padding: 15px;
	}
	
		ul.services li.ok{
			float: left;
			width: 10%; 
			margin-right: 0;
			text-align: center;
			min-height: 45px;
			padding: 15px 5px 0;
			
	}
		ul.services li.text-service{
			float: left;
			font-family: 'open sans';
			font-size: 12px;
			width: 90%;
			min-height: 45px;
			border-bottom: 1px solid rgba(216,216,216,1.00);
			border-radius: 8px;
			margin: 5px 0;
			padding: 8px 5px 10px;
	}

	/*		[DROPDOWN]		*/
	
.dropdown{
	width:100%;
	float: left;
	margin: 40px 0 0;
	}
		
	
	
.collapsible {
	background-color:rgba(31,41,78,.5);
	cursor: pointer;
	padding: 10px 5px;
	width: 100%;
	border: none;
	text-align: center;
	outline: none;
	font-size: 13px;
	border-bottom:0;
	border-radius:0;
	margin:10px 0;
	font-family: 'open sans';
	color: #FFFFFF;
	font-weight: 100;
	letter-spacing: 0.7px;
	}

	
	.collapsible  span{
		font-size: 12px;
		color: #fdfdfd;
		padding: 5px;
		font-weight: bold
	}


.collapsible:hover {
	opacity: 0.8;
	}
	
.collapsible:active {
	background-color:rgba(46,52,72,1.00);
	}
	
.content-collapsible {
	padding: 0 5px;
	display: none;
	overflow: hidden;
	background-color: transparent;
	}
	
.collapsible:after {
	content: '▼'; /* () */
	font-size: 13px;
	color: #969aa8;
	float: right;
	margin-left: 5px;
	margin-top: 2px;
	}
	
.collapsible.active:after {
	content: "▲"; /* Unicode character for "minus" sign (-) */
	}
	
	.conteudo_section {
		float:left;
		width: 100%;
		padding: 10px;
	}
	
	.conteudo_section h4{
		font-size: 18px;
		text-transform: uppercase;
		color: #FFFFFF;
		font-family: 'open sans';
		font-weight: 400;
		padding: 5px 5px 5px 15px;
		letter-spacing: 5px;
		border-left: 4px solid rgba(55,66,99,1.00);
	}
	
	.conteudo_section p{
		font-size: 12px;
		color: #cacaca;
		font-family: 'open sans';
		font-weight: 100;
		line-height: 1.6;
		padding: 12px 7px;
		text-align: justify;
	}
	
	.conteudo_section p span{
		font-size: 12px;
		color: #cacaca;
		font-family: 'open sans';
		font-weight: 100;
		line-height: 1.6;
		padding: 5px 5px 5px 15px;
		border-left: 4px solid rgba(55,66,99,1.00);
		text-align: justify;
		margin: 2px 0;
		float: left;
		width: 100%;
	}
	
/*		[PARTNERS]		*/

	ul.partners{
		float:left;
		width: 100%;
		list-style: none;
		margin: 0;
	}
	
	ul.partners li{
		width: 50%;
		float: left;
		padding: 8px;
	}	
	
	ul.partners li:hover{
		opacity: 0.5;
		transition: 1s;
	}	
	
	



/*
	[SECTION]
				 */
	

	section h2{
		color: #504e4e;
		float: left;
		width: 100%;
		margin: 25px 0;
		color: #504e4e;
		font-size: 15px;
		font-family: 'open sans';
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 1px;
		text-align: center;
	}

	section h2 span{
		font-weight: 100;
		font-size: 15px;
	}

	.line-tit{
		width: 100%;
		float: right;
		height: 2px;
		background: #dddbdb;
		padding: 0;
		margin: 15px 0 0
	}
	
	section h3{
		width: 100%;
		float: left;
		text-align: center;
		color: #384058;
		font-size: 14px;
		text-transform: uppercase;
		margin: 15px 0;
		font-family: 'open sans';
		font-weight: 700;
	}
	
	

	/*			[CONTACT] 		*/
	ul.contato{
		float:left;
		list-style: none;
		width: 100%;
	}
	
	ul.contato li.icon{
		float: left;
		width: 20%;
		text-align: center;
		background: rgba(58,66,91,1.00);
		padding: 2px 10px;
		border-radius: 40px;
		min-height: 30px;
		margin: 10px 40% 0;
		border-left: 0;
	}
	
	ul.contato li.info a{
		color: #FFF
	}
	
	ul.contato li.info{
		float: left;
		width: 100%;
		left: 0%;
		border-radius: 40px;
		background: rgba(58,66,91,1.00);
		color: #FFF;
		padding: 16px 5px;
		font-size: 12px;
		font-family: 'open sans';
		border-left: 6px solid #fdc458;
		text-align: center;
		min-height: 48px;
		margin: 2px 0 10px;
		position: relative;
	}
	
	ul.contato li:hover{
		opacity: 0.7;
	}
	
	section h2.title{
		float:left;
		width: 100%;
		text-align: center;
		color: #8A9BBF;
		font-size: 15px;
	}


		.input2{
		float:left;
		width: 95%;
		margin: 5px 2.5%;
		padding: 10px;
		border: 1px solid #d3d0d0;
		background: rgba(58,66,91,.10);
		color: #FFF;
		font-size: 14px;
		font-family: 'open sans';
		font-weight: bold;
		letter-spacing: 2px;
		border-left: 10px solid rgba(255,255,255,.5);
	}


	
	.send2{
		font-size: 15px;
		padding: 10px 25px;
		background:rgba(74,91,126,1.00);
		color: #FFF;
		border: 0;
		font-family: 'open sans';
		border-radius: 4px;
		cursor: pointer;
	}


	

	

	/*			[FORM] 		*/

	.input{
		float:left;
		width: 100%;
		margin: 5px 0;
		padding: 10px;
		border: 1px solid #d3d0d0;
		background: rgba(58,66,91,.10);
		color: #384058;
		font-size: 13px;
		text-transform: uppercase;
		font-family: 'open sans';
		font-weight: bold;
		letter-spacing: 2px;
		border-left: 20px solid #edbb5c;
	}

	.input-box{
		float:left;
		width: 100%;
		margin: 5px 0;
		padding: 15px;
		border: 1px solid #d3d0d0;
		background: rgba(58,66,91,.10);
		color: #384058;
		font-size: 15px;
		text-transform: uppercase;
		font-family: 'open sans';
		font-weight: bold;
		letter-spacing: 2px;
		border-left: 20px solid #edbb5c;
	}

	.send_box{
		float:left;
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}
	
	.send{
		text-align: center;
		color: #FFF;
		font-size: 15px;
		text-transform: uppercase;
		font-family: 'open sans';
		font-weight: bold;
		background: #fba707;
		border: 0;
		padding: 10px 25px;
		position: relative;
		z-index: 99;
		cursor: pointer;
	}
	

	aside h3{
		float:left;
		width: 95%;
		padding: 80px 0 0;
		font-size: 22px;
		text-align: center;
		font-family: 'open sans';
		color: #4c81bf;
		border-bottom: 1px solid rgba(219,219,219,1.00);
		padding-bottom: 10px;
		
	}

/*
	[FOOTER]
				 */
footer h2{
	font-size:0
	}

	
	/*
	[FOOTER]
				 */
				 

	footer ul{
		float:left;
		width: 100%;
		list-style: none;
	}
	
	footer ul li.text-redes{
		float:left;
		width: 100%;
		margin: 30px 0 0;
	}
	
	footer ul li.text-redes a{
		color:#f6f6f6;
		text-align: center;
		font-family: 'open sans';
		width: 100%;
		float: left;
	}

		footer ul li.text-redes span{
		float:left;
		font-size: 13px;
		font-weight: 100;
		width: 100%;
	}
	
		footer ul li.text-redes span strong{
		font-size: 16px;
		letter-spacing: 5px;
		font-weight: 700;
	}
	
		footer ul li.text-redes ul.redes{
			width:50%;
			float: left;
			text-align: center;
			list-style: none;
			margin: 10px 25%;
			padding: 10px;
	}
	
		footer ul li.text-redes ul.redes li{
			width:50%;
			float: left;
			text-align: center;
	}
	
	
	footer ul li.text-location{
		width:100%;
		float: left;
		text-align: center;
		margin: 35px 0 0;

	}
	
	footer ul li.text-location a{
		font-size: 16px;
		color: #e2e5e8;
		font-family: 'open sans';
		line-height: 1.8;
		font-weight: normal;
		letter-spacing: 2

	}


	
	footer ul li.text-info{
		width:100%;
		float: left;
		text-align: center;
		margin: 35px 0 0;

	}
	
	footer ul li.text-info a{
		font-size: 14px;
		color: #e2e5e8;
		font-family: 'open sans';
		line-height: 1.8;
		font-weight: normal;
		letter-spacing: 1;
	}


	.line-ans{
		float:left;
		width: 80%;
		text-align: center;
		margin: 25px 10%;
	}

	.line-ans a{
		color:#bdc7e6;
		font-family: 'open sans';
		float: left;
		width: 100%;
		text-align: center;
		font-size: 9px;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 10px
	}
	


}







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


/*
	[ANIMATION]
				 */

#layerslider{
	height:350px;
	}


#layerslider img{
	height:350px !important;
	}

#layerslider .ls-slide span.text-anima{
	font-size:25px;
	top:130px;
	}

#layerslider .ls-slide span.space{
	font-size:18px;
	top:8px;
	}

	.bottom-anima{
		float:left;
		width: 100%;
		height: 45px;
		background: url("img/bottom-anima.jpg");
	}



}



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


/*
	[Elements]
				 */
.container{
	width:1000px;
	}




/*
	[Background]
				 */
	
	
	.bg-header{
		height: 130px;
	}
	
.bg-article{
	background:url(img/bg-section-page.jpg) top center no-repeat;
	float:left;
	width:100%;
	min-height:auto;
	position:relative;
	z-index:999; 
	margin: 0 auto;
	max-width: 1920px;
	bottom:0px;
	background-position: 50% 0; 
	background-repeat: repeat;
	background-attachment: fixed;
	}

.bg-section{
	background:url(img/bg-article.jpg) top center no-repeat ;
	float:left;
	width:100%;
	min-height:auto;
	position:relative;
	z-index:999; 
	margin: 0 auto;
	max-width: 1920px;
	bottom:0px;
	background-position: 50% 0; 
	background-repeat: repeat;
	background-attachment: fixed;
	}


/*
	[HEADER]
				 */
		
header h1{
	font-size:0px;
	}		
	
a.logo{
	width:230px;
	padding: 0;
	margin-top: 0;
	margin-right: 90px;
	}	 
	
img.logo{ 
	width:100%;
	margin: 0 0 0;
	}

.number{
	top:25px;
	padding:0 15px
	}
	
.icon-number{
	padding:0 3px;
	}
	
.icon-number img{
	margin-top:-2px;
	width:auto;
	}
	
.number a{
	font-size:18px;
	margin-right:20px; 
	 }



/*
	[ANIMATION]
				 */

#layerslider{
	height:608px;
	}

#layerslider img{
	height:auto !important;
	}

#layerslider .ls-slide span.text-anima{
	float:right;
	width:60%;
	text-align:center;
	font-size:35px;
	line-height:1.2;
	top:235px;
	}

#layerslider .ls-slide span.space{
	letter-spacing: 15px;
	font-size:35px;
	color:#FFFFFF;
	top:5px;
	}

	

/*
	[ARTICLE]
				 */
	
		/*		[CONTENT BOX]		*/
	
.content-box{
	width:60%;
	float: left;
	margin: 50px 0 0;
	padding: 8px 8px 40px 30px;
	border-left: 14px solid rgba(199,199,199,.2);
	}
		
	.content-box h2{
		float:left;
		text-align: left;
		width: 100%;
		font-size: 45px;
		color: #3a425b;
		font-family: 'open sans';
		font-weight: bold;
		margin: 0 0 0px;
	}
	
	
	.content-box h3{
		float:left;
		text-align: left;
		width: 100%;
		font-size: 20px;
		color: #6f7995;
		font-family: 'open sans';
		font-weight: normal;
		margin: 0 0 40px;
		letter-spacing: 4px;
		border-bottom: 1px solid rgba(58,66,91,.2);
		padding-bottom: 6px;
	}
	
	.content-box p{
		float:left;
		text-align: justify;
		width: 95%;
		font-size: 14px;
		color: #787878;
		font-family: 'open sans';
		font-weight: 100;
		margin: 0 0;
		letter-spacing: auto;
		line-height: 1.7;
	}
	
	.line-vertical{
		float:left;
		height: 260px;
		width: 1%;
		background: #3a425b;
		margin: 170px 5% 0
	}
	

	aside{
		float:right;
		width: 36%;
		height: auto;
		margin: 70px 0 40px;
	}
	
	aside img{
		width: auto;
		height: auto;
		float: left;
	}
	
	
	/*		[TEXT-SERVICE]		*/

	ul.services{
		float:left;
		list-style: none;
		width: 100%;
		border: 1px solid rgba(216,216,216,1.00);
		border-radius: 8px;
		padding: 15px;
	}
	
		ul.services li.ok{
			float: left;
			width: 8%; 
			margin-right: 0;
			text-align: center;
			min-height: 45px;
			padding: 8px 5px 0;
			
	}
		ul.services li.text-service{
			float: left;
			font-family: 'open sans';
			font-size: 13px;
			width: 92%;
			min-height: 45px;
			border-bottom: 1px solid rgba(216,216,216,1.00);
			border-radius: 8px;
			margin: 5px 0;
			padding: 8px 8px 10px;
	}
	
	/*		[DROPDOWN]		*/
	
.dropdown{
	width:80%;
	float: left;
	margin: 70px 10%;
	}
		
	

.collapsible {
	background-color:rgba(31,41,78,.5);
	cursor: pointer;
	padding: 17px 15px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 25px;
	border-bottom:0;
	border-radius:0;
	margin:15px 0;
	font-family: 'open sans';
	color: #FFFFFF;
	font-weight: 100;
	letter-spacing: 2px;
	border-bottom: 2px solid #FFF
	}

	
	.collapsible  span{
		font-size: 27px;
		color: #fdfdfd;
		padding: 3px 70px 0 40px;
		font-weight: bold
	}


.collapsible:hover {
	opacity: 0.8;
	}
	
.collapsible:active {
	background-color:rgba(46,52,72,1.00);
	}
	
.content-collapsible {
	padding: 0 16px;
	display: none;
	overflow: hidden;
	background-color: transparent;
	}
	
.collapsible:after {
	content: '▼'; /* () */
	font-size: 16px;
	color: #969aa8;
	float: right;
	margin-left: 5px;
	margin-top: 6px;
	}
	
.collapsible.active:after {
	content: "▲"; /* Unicode character for "minus" sign (-) */
	}
	
	.conteudo_section {
		float:left;
		width: 100%;
		padding: 10px;
	}
	
	.conteudo_section h4{
		font-size: 20px;
		text-transform: uppercase;
		color: #FFFFFF;
		font-family: 'open sans';
		font-weight: 400;
		padding: 10px 20px;
		letter-spacing: 5px;
		border-left: 7px solid rgba(55,66,99,1.00);
	}
	
	.conteudo_section p{
		font-size: 15px;
		color: #cacaca;
		font-family: 'open sans';
		font-weight: 100;
		line-height: 1.6;
		padding: 15px;
		text-align: justify;
	}
	
	.frota{
		float:left;
		width: 100%!important;
	}
	
	.conteudo_section p span{
		font-size: 15px;
		color: #cacaca;
		font-family: 'open sans';
		font-weight: 100;
		line-height: 1.6;
		padding: 10px;
		border-left: 6px solid rgba(55,66,99,1.00);
		text-align: justify;
		margin: 2px 0;
		float: left;
		width: 50%;
	}
	
/*		[PARTNERS]		*/

	ul.partners{
		float:left;
		width: 100%;
		list-style: none;
		margin: 0px 0;
	}
	
	ul.partners li{
		width: 32.3%;
		float: left;
		padding: 5px;
		margin: 0.5%;
		border: 2px solid rgba(227,227,227,1.00);
		border-radius: 4px;
	}	
		

	
/*
	[SECTION]
				 */
	
	section h2{
		float: left;
		width: 100%;
		margin: 70px 40px 70px 0;
		color: #504e4e;
		font-size: 30px;
		font-family: 'open sans';
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 2px;
	}

	section h2 span{
		font-weight: 100;
		font-size: 18px;
	}

	.line-tit{
		width: 580px;
		float: right;
		height: 2px;
		background: #dddbdb;
		padding: 0;
		margin: 23px 40px 0 0
	}
	
	section h3{
		width: 100%;
		float: left;
		text-align: center;
		color: #384058;
		font-size: 16px;
		text-transform: uppercase;
		margin: 20px 0;
		font-family: 'open sans';
		font-weight: 700;
	}
	

	/*			[CONTACT] 		*/
	ul.contato{
		float:left;
		list-style: none;
		width: 100%;
	}
	
	ul.contato li.icon{
		float: left;
		width: 15%;
		text-align: center;
		background: rgba(58,66,91,1.00);
		padding: 8px;
		border-radius: 40px;
		min-height: 50px;
		margin: 10px 0;
		border-left: 6px solid #fdc458;
	}
	
	ul.contato li.info a{
		color: #FFF
	}
	
	ul.contato li.info{
		float: left;
		width: 85%;
		left: 2%;
		border-radius: 40px;
		background: rgba(58,66,91,1.00);
		color: #FFF;
		padding: 16px 10px;
		font-size: 14px;
		font-family: 'open sans';
		border-left: 6px solid #fdc458;
		text-align: center;
		min-height: 48px;
		margin: 10px 0;
		position: relative;
	}
	
	ul.contato li:hover{
		opacity: 0.7;
	}
	
	section h2.title{
		float:left;
		width: 100%;
		text-align: center;
		color: #8A9BBF;
		font-size: 20px;
	}
	
	/*			[FORM] 		*/

	.input{
		float:left;
		width: 45%;
		margin: 5px 2.5%;
		padding: 10px;
		border: 1px solid #d3d0d0;
		background: rgba(58,66,91,.10);
		color: #505973;
		font-size: 13px;
		text-transform: uppercase;
		font-family: 'open sans';
		font-weight: bold;
		letter-spacing: 2px;
		border-left: 5px solid #edbb5c;
	}

	.input-box{
		float:left;
		width: 95%;
		margin: 5px 2.5%;
		padding: 15px;
		border: 1px solid #d3d0d0;
		background: rgba(58,66,91,.10);
		color: #505973;
		font-size: 13px;
		letter-spacing: 2px;
		border-left: 5px solid #edbb5c;
	}

	.send_box{
		margin: 20px 0;
	}
	
	.send{
		font-size: 15px;
		padding: 10px 25px;
	}

	

		.input2{
		float:left;
		width: 95%;
		margin: 5px 2.5%;
		padding: 15px 25px;
		border: 1px solid #d3d0d0;
		background: rgba(58,66,91,.10);
		color: #FFF;
		font-size: 16px;
		font-family: 'open sans';
		font-weight: bold;
		letter-spacing: 2px;
		border-left: 10px solid rgba(255,255,255,.5);
	}


	
	.send2{
		font-size: 15px;
		padding: 10px 25px;
		background:rgba(74,91,126,1.00);
		color: #FFF;
		border: 0;
		font-family: 'open sans';
		border-radius: 4px;
		cursor: pointer;
	}

/*
	[FOOTER]
				 */
				 
	footer ul li.text-redes{
		float:left;
		width: 27%;
		margin: 30px 0 0;
	}
	
	footer ul li.text-redes a{
		color:#f6f6f6;
		width: 100%;
		float: left;
	}

		footer ul li.text-redes span{
		font-size: 13px;
		font-weight: 100;
		width: 100%;
	}
	
		footer ul li.text-redes span strong{
		font-size: 16px;
		letter-spacing: 5px;
	}
	
		footer ul li.text-redes ul.redes{
			width:50%;
			margin: 10px 25%;
			padding: 10px;
	}
	
		footer ul li.text-redes ul.redes li{
			width:50%;
	}
	
	footer ul li.text-location{
		width:40%;
		margin: 35px 0 0;
	}
	
	footer ul li.text-location a{
		font-size: 16px;
		line-height: 1.8;
	}

	footer ul li.text-info{
		width:33%;
		margin: 35px 0 0;
	}
	
	footer ul li.text-info a{
		font-size: 14px;

	}

	.line-ans{
		margin: 25px 0;
		text-align: center;
		float: left;
		width: 100%;
	}

	.line-ans a{
		font-size: 10px;
		letter-spacing: 3px;
		text-align: center;
		float: none;
	}
	
	
}
