/* =================================
------------------------------------
  Arcade - Architecture
  Version: 1.0
 ------------------------------------ 
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html,
body {
	height: 100%;
}


h1 {
	font-size: 60px;
}

h1 span {
	background: #baff00;
	padding: 0 10px;
	color: #222222;
	display: inline-block;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

h4 {
	font-size: 15px;
}


img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

/*------------------------
  Helper css
--------------------------*/
.sp-title {
	font-size: 60px;
	margin-bottom: 40px;
}

.sp-title span {
	background: #baff00;
	padding: 0 10px;
	color: #222222;
	display: inline-block;
}

.pt100 {
	padding-top: 100px;
}

.pb100 {
	padding-bottom: 100px;
}

.pt50 {
	padding-top: 50px;
}

.pb50 {
	padding-bottom: 50px;
}

.mb100 {
	margin-bottom: 100px;
}

.spad {
	padding: 50px 0 100px 0;
}

.section-title h1,
.section-title h2 {
	display: inline-block;
	background: #baff00;
	padding: 0 20px;
	margin-bottom: 0;
	font-size: 60px;
	text-transform: uppercase;
}

.set-bg {
	background-size: cover;
	background-repeat: no-repeat;
}

/*------------------------
  Common element css
--------------------------*/
/*=== Preloder ===*/
#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 30px;
	height: 30px;
	border: 3px solid #000;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	border-left-color: transparent;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
	}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
.site-btn {
	display: inline-block;
	font-weight: 700;
	border: 4px solid;
	min-width: 200px;
	text-align: center;
	padding: 19px 0;
	position: relative;
	background-color: transparent;
	margin-right: 15px;
	z-index: 1;
}

.site-btn:after,
.site-btn:before {
	position: absolute;
	content: "";
	width: 26px;
	height: 4px;
	right: -15px;
}

.site-btn:after {
	bottom: 8px;
}

.site-btn:before {
	bottom: 18px;
}

.site-btn.sb-light {
	color: #fff;
}

.site-btn.sb-light:after,
.site-btn.sb-light:before {
	background: #fff;
}

.site-btn.sb-dark {
	color: #222222;
}

.site-btn.sb-dark:after,
.site-btn.sb-dark:before {
	background: #222222;
}

.site-btn.sb-solid-color {
	background: #baff00;
	border-color: #baff00;
}

.site-btn.sb-solid-color:after,
.site-btn.sb-solid-color:before {
	background: #222222;
}

.site-btn.sb-solid-dark {
	background: #222;
	border-color: #222;
	color: #baff00;
}

.site-btn.sb-solid-dark:after,
.site-btn.sb-solid-dark:before {
	background: #baff00;
}

.element {
	margin-bottom: 100px;
}



/*----------------------------------------*/
/*  Service Section CSS
/*----------------------------------------*/
.service-box {
	margin-bottom: 1px;
	text-align: justify;
	
}
.service-box p{
	font-size:14px;
	color:#444444;
}

.service-box .sb-icon {
	margin-bottom: 1px;
	width: 100px;
	height: 125px;
	text-align: center;
	position: relative;
	overflow: hidden;
	background-color: transparent;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.service-box .sb-icon .sb-img-icon {
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.service-box .sb-icon .sb-img-icon img {
	opacity: 0.2;
	max-height: 70px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.service-box .sb-icon::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 25px;
	top: -80px;
	-webkit-transform: rotate(-65deg);
	    -ms-transform: rotate(-65deg);
	        transform: rotate(-65deg);
}


.service-box:hover .sb-icon {
	background-color: #66b2ff;
}

.service-box:hover .sb-icon .sb-img-icon {
	left: 15px;
	margin-bottom: 5px;
}

.service-box:hover .sb-icon .sb-img-icon img {
	opacity: 1;
}

.service-box:hover .readmore {
	background-color: #baff00;
	padding: 2px 10px;
}

/*----------------------------------------*/
/*  CTA Section CSS
/*----------------------------------------*/
.cta-section {
	position: relative;
	margin-bottom: 100px;
}

.cta-section:after {
	content: "";
	position: absolute;
	width: 67%;
	height: 100%;
	right: 0;
	top: 0;
	background: #222222;
	z-index: 2;
}

.cta-section .cta-image-box {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	background-image: url("../img/cta-img.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.cta-section .container {
	position: relative;
	z-index: 9;
}

.cta-section .cta-content h2 {
	color: #fff;
}

.cta-section .cta-content p {
	color: #fff;
	margin-bottom: 30px;
}

.cta-section .cta-content .cta-img-icon {
	display: inline-block;
	height: 80px;
	position: relative;
	width: 50px;
	margin-right: 40px;
	margin-bottom: 30px;
}

.cta-section .cta-content .cta-img-icon:last-child {
	margin-right: 0;
}

.cta-section .cta-content .cta-img-icon img {
	position: absolute;
	left: 0;
	bottom: 0;
	max-height: 100%;
}


/*----------------------------------------*/
/*  Service page CSS
/*----------------------------------------*/
.service-slider {
	position: relative;
}

.service-slider .owl-controls {
	position: absolute;
	height: 100%;
	width: 14px;
	left: 0;
	top: 0;
	display: -ms-grid;
	display: grid;
}

.service-slider .owl-dots {
	display: table-cell;
	vertical-align: middle;
}

.service-slider .owl-dots .owl-dot {
	width: 14px;
	height: 13px;
	margin-bottom: 10px;
	background: #e8e8e8;
}

.service-slider .owl-dots .owl-dot.active {
	background: #baff00;
}

.service-text h2 {
	font-size: 30px;
	margin-bottom: 30px;
}

.service-text p {
	margin-bottom: 50px;
}

.service-text ol {
	list-style: none;
}

.service-text ol li {
	font-size: 20px;
	font-weight: 700;
	color: #727272;
	margin-bottom: 20px;
}
.conceptos{
	position:absolute;
	width:100%;
	bottom:0;
	opacity:0;
}
.solid-service-box {
	float:center;
	color:black;
	text-align: center;
	background: #000;
	height:170px;
	padding-top:15px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:60px;
	-webkit-transition: all 0.4s ease-out 0s;
	-o-transition: all 0.4s ease-out 0s;
	transition: all 0.4s ease-out 0s;
	opacity:.7;
	border-radius: 5px;
}

.solid-service-box h2 {
	font-family: 'Saira Stencil One', cursive;
	font-size: 50px;
	color: #ffffff;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.solid-service-box h3 {
	margin-bottom: 20px;
	font-size: 32px;
	color: #ffffff;
}

.solid-service-box p {
	font-size: 14px;
	margin-bottom: 20px;
	color:#555555;
	font-family: 'Comfortaa', cursive;
}

.solid-service-box .readmore {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #222;
	opacity: 0;
	visibility: hidden;
	position: relative;
	bottom: -20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.solid-service-box:hover {
	opacity:1;
	background-color:#ffffff;
}

.solid-service-box:hover h2{
	color: #333333;
}
.solid-service-box:hover h3{
	color: #333333;
}
.solid-service-box:hover .readmore {
	visibility: visible;
	opacity: 1;
	bottom: 0;
}

.promo-box {
	width: 1383px;
	margin: 0 auto;
	padding: 40px 0;
}

.promo-box .promo-text h1,
.promo-box .promo-text p {
	color: #fff;
}



/*----------------------------------------*/
/*  Portfolio page CSS
/*----------------------------------------*/
.menu-pro{
	width:100%;
	margin-bottom:20px;
}
.filtros{
	font-size: 1.1rem;
	font-weight:300;
	float:left;
	color:#999999;
	border-right: 1px solid #c3c3c3;
	padding-right:10px;
	text-transform: uppercase;
}
.categoria{
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.8rem;
	float:left;
	margin-left:6px;
	margin-right: 6px;
	padding-top:3px;
	padding-bottom: 2px;
	font-weight: 400;
	color:#555555;
	-webkit-transition: color .2s ease-out, border-bottom .2s ease-out, font-weight .2s ease-out;
    -moz-transition: color .2s ease-out, border-bottom .2s ease-out, font-weight .2s ease-out;
    -ms-transition: color .2s ease-out, border-bottom .2s ease-out, font-weight .2s ease-out;
    -o-transition: color .2s ease-out, border-bottom .2s ease-out, font-weight .2s ease-out;
    transition: color .2s ease-out, border-bottom .5s ease-out, font-weight .2s ease-out;
	border-bottom: solid 1px transparent;
}
.categoria:hover{
	cursor:pointer;
	color:#333333;
	border-bottom: solid 1px #333333;
}
.categoria_a{
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 0.8rem;
	float:left;
	margin-left:6px;
	margin-right: 6px;
	padding-top:3px;
	padding-bottom: 2px;
	font-weight: 400;
	color:#111111;
	-webkit-transition: color .2s ease-out, border-bottom .2s ease-out, font-weight .2s ease-out;
    -moz-transition: color .2s ease-out, border-bottom .2s ease-out, font-weight .2s ease-out;
    -ms-transition: color .2s ease-out, border-bottom .2s ease-out, font-weight .2s ease-out;
    -o-transition: color .2s ease-out, border-bottom .2s ease-out, font-weight .2s ease-out;
    transition: color .2s ease-out, border-bottom .5s ease-out, font-weight .2s ease-out;
	border-bottom: solid 1px #333333;
}
.title-p{
		font-weight:300;
	color:#333333;
  font-size: 2.1rem;
  border-bottom: 1px solid #c3c3c3;
  text-transform: uppercase;
}
.title-paz{
		font-weight:300;
	color:#333333;
  font-size: 2.1rem;
  text-transform: uppercase;
}
.caja_pro{
	margin-top:60px;
	width:100%;
}
.caja_pro2{
	margin-top:10px;
	width:100%;
}
.img_pro{
	width:32%;
	float:left;
	margin-right:2%;
	margin-bottom:10px;
}
.img_pro3{
	width:32%;
	float:left;
	margin-bottom:10px;
}
.imagen{
	height:200px; 
	width:100%;
	opacity: 0.7;
	border:1px solid #c3c3c3;
	-webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.imagen:hover{
	opacity: 1;
	cursor:pointer;
}
.name_p{
	MARGIN-TOP:3PX;
	font-family: 'Poppins', sans-serif;
	color:#000000;
  font-size: 0.8rem;
  font-weight:400;
  text-transform: uppercase;
  line-height: 1.2em;
}
.fecha{
	font-family: 'Poppins', sans-serif;
	color:#888888;
  font-size:0.8rem;
  font-weight:300;
  text-transform: uppercase;
  line-height: 1.2em;
}
.loading{
	position:absolute;
	left:50%;
	width:100%;
	border:1px solid black;
}
.item img{
	width:100%;
	height:632px;
}
.mini{
	max-width:100px;
	max-height:56px;
	margin-right:5px;
	border:2px solid white;
		-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all.2s ease-out;
    transition: all .2s ease-out;
}
.mini:hover{
cursor:pointer;
border:2px solid #333333;
}
.back_p:hover{
	text-decoration:underline;
	color:#333333;
}
.datos{
	margin:auto;
	width:58.5%;
	height:450px;
	padding-top:30px;
}
.datos_p{
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 85px;
	float:left;
	padding-right:20px;
	width:20%;
	text-transform: uppercase;
	font-family: 'Roboto Mono', monospace;
}
.titulo_datos{
	text-align:left;
	color:#222222;
	font-size: 0.9rem;
	font-weight:500;
	text-transform: uppercase;
	padding-top:10px;
}
.valor_datos{
	text-align:right;
	color:#222222;
	font-size: 0.9rem;
	font-weight:300;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
}
.desc_p{
	FLOAT:LEFT;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	width:80%;
	text-align: justify;
}
.flechas{
	width:100%;
	height:100px;
}
.next{
	width:64px;
	height:64px;
	float:right;
	margin-right:21%;
	background-image: url("../img/next.png");
	 background-size: 64px 64px;
}
.next:hover{
	background-image: url("../img/nexth.png");
	cursor:pointer;
}
.ante{
	width:64px;
	height:64px;
	float:left;
	margin-left:21%;
	background-image: url("../img/ante.png");
	 background-size: 64px 64px;
}
.ante:hover{
	background-image: url("../img/anteh.png");
	cursor:pointer;
}
.relleno_grande{
	height:600px;
}
.relleno_mini{
	height:10px;
}
/* ===========================
FOOTER PROYECTOS
==============================*/
.pie_box{
	background-color: #333333;
	width:100%;
	height:250px;
	position:relative;
	bottom:0px;
	margin-top:200px;
	
}
.pie_box2{
	background-color: #333333;
	width:100%;
	height:250px;
	position:relative;
	bottom:0px;
	
}
.info_pie{
	width:58.5%;
	left: 21%;
	position:absolute;
	color:#f9f9f9;
	padding-top:20px;
}
.footer_title{
	color:#f9f9f9;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	font-size: 1.2rem;
}
.contacto_pie{
	float:left;
	width:50%;
padding-left:20px;
	font-size:13px;
	color:#DCDCDC;
}
.mapa_pie{
	float:left;
	width:50%;
	padding-right:100px;
	TEXT-ALIGN:JUSTIFY;
	font-size:12px;
	color:#DCDCDC;
}
.main_pie{
	width:58.5%;
	height:70px;
	position:absolute;
	bottom:0px;
	left: 21%;
	border-top:1px solid #f5f5f5;
}
.pie_copy{
	width:70%;
	color:#f9f9f9;
	float:left;
	line-height: 69px;
}
.pie_social{
	width:30%;
	margin:auto;
	color:#f5f5f5;
	float:right;
	text-align:right;
}
.pie_social i{
	padding:5px;
	color:#f5f5f5;
	float:right;
	text-align:right;
}

/* ===========================
  Responsive
==============================*/
@media only screen and (max-width: 1477px) {
	.slide-num-holder.test-slider {
		left: auto;
		right: 0;
	}
}

@media only screen and (max-width: 1400px) {
	.promo-box {
		width: 100%;
	}
}

/* Medium screen : 992px. */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.phone-number {
		margin-right: 30px;
	}
	.nav-menu ul li a {
		margin-right: 20px;
	}
	.slide-content {
		margin-left: 220px;
	}
	.milestone p {
		margin-left: 10px;
		font-size: 17px;
	}
	.milestone h2 {
		font-size: 55px;
	}
	.milestone:after {
		width: 90px;
		height: 90px;
	}
	.slide-num-holder {
		right: 20px;
	}
	.hero-right-text {
		right: 100px;
	}
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.logo-area {
		padding: 20px 40px 30px;
	}
	.slide-content {
		margin-left: 170px;
		margin-bottom: -35px;
		padding-left: 120px;
		padding-top: 120px;
		padding-bottom: 30px;
	}
	.slide-content h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.slide-content:after {
		border-top: 100px solid #baff00;
		border-left: 100px solid #baff00;
		border-bottom: 60px solid #baff00;
	}
	.hero-slider .owl-nav {
		left: 170px;
	}
	.slide-num-holder {
		right: 20px;
	}
	.hero-right-text {
		bottom: 70%;
		right: 100px;
	}
	.nav-menu ul li a {
		margin-right: 5px;
		font-size: 13px;
		padding: 37px 7px 5px;
	}
	.phone-number {
		font-size: 12px;
		margin-right: 10px;
	}
	.team-member {
		margin-bottom: 30px;
	}
	.portfolio-warp .grid-item {
		width: 50%;
	}
	.portfolio-warp .grid-item.grid-wide,
	.portfolio-warp .grid-item.grid-long {
		width: 50%;
	}
	.portfolio-warp .grid-sizer {
		width: 50%;
	}
	.solid-service-box {
		margin-bottom: 30px;
	}
	.cta-section {
		background: #222;
		margin-bottom: 0;
	}
	.testimonials-section {
		background: #222;
		margin: 0;
	}
	.testimonials-image-box,
	.testimonials-section:after,
	.cta-image-box,
	.cta-section:after {
		display: none;
	}
	.hero-section,
	.hero-slider .hero-slide-item {
		height: 850px;
	}
	.milestone,
	.solid-service-box {
		margin-bottom: 30px;
	}
	.footer-section .footer-social {
		width: auto;
		top: -25px;
		right: 50%;
		padding: 10px;
		margin-right: -133px;
	}
	.footer-section .social-links a {
		display: inline-block;
		padding: 0 15px;
		margin-bottom: 0;
	}
	.projects-filter-nav {
		text-align: left;
	}
	.projects-filter-nav li {
		margin-left: 0;
		margin-right: 15px;
	}
	.footer-section .copyright {
		position: relative;
		width: 100%;
		max-width: 720px;
		margin: 40px auto 0;
		left: 0;
		top: 0;
		margin-bottom: -50px;
		padding-left: 15px;
	}
}

/* Large Mobile :480px. */
@media only screen and (max-width: 767px) {
	
	h1,
	.sp-title {
		font-size: 45px;
	}
	.page-header-section .header-title {
		font-size: 55px;
	}
	.left-bar {
		width: 70px;
	}
	.slide-content:after,
	.hero-right-text,
	.phone-number {
		display: none;
	}
	.nav-switch {
		position: absolute;
		right: 20px;
		font-size: 30px;
		color: #fff;
		top: 20px;
		display: block;
	}
	.nav-menu {
		position: absolute;
		width: calc(100% - 90px);
		left: 80px;
		background: #121212;
		top: 100%;
		margin-top: 11px;
		display: none;
	}
	.nav-menu ul li a {
		display: block;
		padding: 16px 21px;
		border-bottom: 1px solid #202020;
		margin-right: 0;
	}
	.nav-menu ul li a:after {
		left: 20px;
	}
	.nav-menu ul li.active>a:after,
	.nav-menu ul li a:hover:after {
		height: 10px;
	}
	.hero-section {
		height: auto;
	}
	.hero-slider .hero-slide-item {
		padding: 150px 0;
		height: auto;
	}
	.slide-content h2 {
		font-size: 60px;
		line-height: 60px;
	}
	.hero-slider .owl-nav {
		padding-left: 70px;
		width: 100%;
		text-align: center;
		left: 0;
	}
	.slide-content {
		margin-left: 70px;
		padding: 0;
		text-align: center;
	}
	.slide-num-holder,
	.slide-num-holder.test-slider {
		right: 0;
		height: 75px;
		width: 136px;
		padding-top: 18px;
	}
	.slide-num-holder span,
	.slide-num-holder.test-slider span {
		font-size: 40px;
	}
	.slide-num-holder.test-slider {
		bottom: -135px;
	}
	.team-member {
		margin-bottom: 30px;
	}
	.portfolio-warp .grid-item {
		width: 50%;
	}
	.portfolio-warp .grid-item.grid-wide,
	.portfolio-warp .grid-item.grid-long {
		width: 50%;
	}
	.portfolio-warp .grid-sizer {
		width: 50%;
	}
	.cta-section {
		background: #222;
		margin-bottom: 0;
	}
	.testimonials-section {
		background: #222;
		margin: 0;
	}
	.testimonials-image-box,
	.testimonials-section:after,
	.cta-image-box,
	.cta-section:after {
		display: none;
	}
	.milestone,
	.solid-service-box {
		margin-bottom: 30px;
	}
	.projects-filter-nav {
		text-align: left;
	}
	.footer-section .footer-social {
		width: auto;
		top: -25px;
		right: 50%;
		padding: 10px;
		margin-right: -133px;
	}
	.footer-section .social-links a {
		display: inline-block;
		padding: 0 15px;
		margin-bottom: 0;
	}
	.footer-section .copyright {
		position: relative;
		width: 100%;
		max-width: 720px;
		margin: 40px auto 0;
		left: 0;
		top: 0;
		margin-bottom: -50px;
		padding-left: 15px;
		text-align: center;
	}
	.footer-item {
		margin-bottom: 40px;
	}
	.mapa_pie{
		display:none;
	}
	.contacto_pie{
		padding-left: 0px;
	float:left;
	width:100%;
	font-size:13px;
	color:#DCDCDC;
}

/* small mobile :320px. */
@media only screen and (max-width: 479px) {
.img_pro{
	width:100%;
}
.img_pro3{
	width:100%;
}
.imagen{
	height:213px;
	width:100%;
	opacity: 0.7;
	border:1px solid #c3c3c3;
	-webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.imagen:hover{
	opacity: 1;
	cursor:pointer;
}
.datos{
	margin:auto;
	width:96%;
	padding-top:30px;
	padding-bottom:50px;
}
.datos_p{
	display:none;
}
.desc_p{
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	width:100%;
	text-align: justify;
}
.flechas{
	width:100%;
	height:400px;
}
.next{
	width:64px;
	height:64px;
	float:right;
	margin-right:10%;
	margin-top:30px;
	background-image: url("../img/next.png");
	 background-size: 64px 64px;
}
.next:hover{
	background-image: url("../img/nexth.png");
	cursor:pointer;
}
.ante{
	width:64px;
	height:64px;
	float:left;
	margin-left:10%;
	margin-top:30px;
	background-image: url("../img/ante.png");
	 background-size: 64px 64px;
}
.ante:hover{
	background-image: url("../img/anteh.png");
	cursor:pointer;
}
.item img{
	width:100%;
	height:229px;
}
.title-p{
		font-weight:300;
	color:#333333;
  font-size: 1.5rem;
  border-bottom: 1px solid #c3c3c3;
  text-transform: uppercase;
}
	.mapa_pie{
		display:none;
	}
	.filtros{
		display:none;
	}
	.contacto_pie{
		padding-left: 0px;
	float:left;
	width:100%;
	font-size:13px;
	color:#DCDCDC;
}
	.logo-area {
		padding: 20px 30px 30px;
	}
	.header-area {
		background: #121212;
		padding-right: 66px;
	}
	.nav-menu {
		width: 100%;
		left: 0;
		margin-top: 0;
		border-top: 2px solid;
	}
	.left-bar {
		display: none;
	}
	.hero-slider .owl-nav {
		padding-left: 0;
	}
	.slide-content {
		margin-left: 0;
		padding: 0 15px;
	}
	.slide-content h2 {
		font-size: 35px;
		line-height: 1.5;
	}
	.portfolio-warp .grid-item {
		width: 100%;
	}
	.portfolio-warp .grid-item.grid-wide,
	.portfolio-warp .grid-item.grid-long {
		width: 100%;
	}
	.portfolio-warp .grid-sizer {
		width: 100%;
	}
	.projects-slider {
		padding: 0 15px;
	}
}