@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
/* ==========================================================================
Global Styles
========================================================================== */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0d0d0d;
  overflow-x: hidden;
}

.sep {
  max-width: 80px;
  border: 2px solid #0d0d0d;
  margin-top: 40px;
  margin-bottom: 40px;
}

.light-sep {
  max-width: 80px;
  border: 2px solid #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.img-serv{
	max-width: 214px;
}
.sombra{
	-webkit-text-shadow: -1px -2px 1px rgba(0, 0, 0, 0.6);
	-moz-text-shadow: -1px -2px 1px rgba(0, 0, 0, 0.6);
	text-shadow: -1px -2px 1px rgba(0, 0, 0, 0.6);
}
a, a:hover {
	text-decoration:none;
}
	
/* ==========================================================================
Typography
========================================================================== */
h1 {
  font-size: 72px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.16em;
  
}

h2 {
  font-size: 36px;
  color: #FFF;
  font-weight: 400;
  letter-spacing: 0.05em;
}

h3 {
  font-size: 26px;
  color: #000;
  font-weight: 400;
}

h4 {
  font-size: 24px;
  color: #000;
  font-weight: 400;
}

h5 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
}

h6 {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

/* ==========================================================================
Buttons Styles
========================================================================== */
.btn-transparent {
  background: transparent;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active {
  background: #fff;
  color: #0d0d0d;
  text-decoration: none;
}

.btn-light {
  background: #fff;
  border: 3px solid #fff;
  padding: 15px 30px;
  font-size: 14px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #0d0d0d;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.btn-block {
  background: #4d4d4d;
  padding: 15px 0;
  font-size: 16px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: 2px solid #4d4d4d;
}

.btn-block:hover,
.btn-block:focus,
.btn-block:active {
  background: #fff;
  color: #4d4d4d;
  text-decoration: none;
}

/* ==========================================================================
Layout 
========================================================================== */
.dark-bg {
  background: #24242a;
}

.light-bg {
  background: #fff;
}

    /* ==========================================================================
Preloader Style
========================================================================== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background: #24242a;
}
.preloader i {
  color: #fff;
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}


    /* ==========================================================================
Navigation Style
========================================================================== */
.navbar-default {
  background: rgba(255, 255, 255, 0.99);
  margin-bottom: 0;
  border: none;
}
.navbar-default .navbar-header {
  /*width: 30%;
  padding-right: 15px;*/
}
.navbar-default .nav-wrap {
  /*width: 60%;*/
}
.navbar-default .nav > li > a {
  font-size: 14px;
  color: #6d6e71;
  font-weight: normal;
  text-transform: uppercase;
  padding: 35px 5px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus,
.navbar-default .nav > li > a:active {
  color: #39b54a;
}
.navbar-default .social-media {
  float: right;
  padding: 0 15px;
}
.navbar-default .social-media i {
  font-size: 22px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #39b54a;
}

.top-nav-collapse {
  background: rgba(255, 255, 255, 0.99);
}
.top-nav-collapse .navbar-brand {
  height: auto;
}
.top-nav-collapse .navbar-brand img {
  /*width: 52px;*/
  height: 82px;
}
.top-nav-collapse .nav > li > a {
  padding: 30px 5px;
}

    /* ==========================================================================
Sliders Style
========================================================================== */
#owl-hero {
  overflow: hidden;
}
#owl-hero .item {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#owl-hero .item .caption {
  position: absolute;
  top: 50%;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
#owl-hero .item .caption h1 {
  margin-top: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
}
#owl-hero .item .caption h1 span {
  font-weight: 700;
}
#owl-hero .item .caption h6 {
  color: #fff;
  margin: 0;
}
#owl-hero .owl-pagination {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 5%;
}
#owl-hero .owl-pagination .owl-page.active span {
  background: #fff;
}
#owl-hero .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#owl-hero .owl-buttons div {
  background: #fff;
  font-size: 24px;
  color: #a3a3a3;
  opacity: 1;
}
#owl-hero .owl-buttons .owl-prev {
  left: -60px;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}
#owl-hero .owl-buttons .owl-next {
  right: -60px;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}
#owl-hero .owl-buttons .owl-prev,
#owl-hero .owl-buttons .owl-next {
  position: absolute;
  background: #fff;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 45px;
  border-radius: 0;
  border: 1px solid #fff;
  z-index: 20;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#owl-hero:hover .owl-prev {
  left: -5px;
}

#owl-hero:hover .owl-next {
  right: -5px;
}

    /* ==========================================================================
Servicios Style
========================================================================== */
#servicios {
	background-color:#00cbe7;
}
#servicios .container {
	height:100px;
}
#servicios h2 {
	color:#414042;
}
#servicios h2 span {
	font-weight: 700;
}
#servicios img {
}
#servicios .estrella {
	max-width:270px;
	text-align:center !important;
	position: absolute;
    top: -85px;
    left: 13%;
}
#servicios .der {
	text-align:left;
	padding: 1% 0;
}
#servicios .izq {
	text-align:right;
	padding: 1% 0;
}

    /* ==========================================================================
filosofia Style
========================================================================== */
#filosofia {
  padding: 60px 0;
  text-align: center;
  background-image:url(../img/filosofia-megaformato.jpg);
  background-repeat:no-repeat;
  background-size:cover;
}
#filosofia h2 {
  text-transform: uppercase;
  color:#FFFFFF;
}
#filosofia h2 span {
  font-weight: 700;
}
#filosofia img {
  margin-top: 40px;
  margin-bottom: 40px;
}

    /* ==========================================================================
Nosotros Style
========================================================================== */
#nosotros {
  padding: 60px 0;
  text-align: left;
  background-color:#00ad4d;
}
#nosotros h2 {
  text-transform: uppercase;
  color:#FFFFFF;
}
#nosotros h2 span {
  font-weight: 700;
}
#nosotros img {
	max-height:160px;
}

    /* ==========================================================================
Galeria Style
========================================================================== */
#galeria {
  padding: 60px 0;
  text-align: center;
  background-image:url(../img/Galeria-megaformato.jpg);
  background-repeat:no-repeat;
  background-size:cover;  
}
#galeria h2 {
  text-transform: uppercase;
  color:#FFFFFF;
}
#galeria h2 span {
  font-weight: 700;
}
#galeria img {
  margin-top: 40px;
  margin-bottom: 40px;
}

    /* ==========================================================================
Impresion Style
========================================================================== */
#impresion {
  padding: 60px 0;
  text-align: center;
  background-image:url(../img/impresion-megaformato.jpg);
  background-repeat:no-repeat;
  background-size:cover;  
}
#impresion h2 {
  text-transform: uppercase;
  color:#FFFFFF;
}
#impresion h2 span {
  font-weight: 700;
}
#impresion img {
  margin-top: 40px;
  margin-bottom: 40px;
}

    /* ==========================================================================
Secciones servicios
========================================================================== */
#sec-impresion {background-color:#8bcd41;}
#sec-corte {background-color:#00aaae;}
#sec-instalacion {background-color:#003d81;}
#sec-toldos {background-color:#00d2e6;}
#sec-escultura {background-color:#00b446;}

#sec-impresion h2, #sec-corte h2, #sec-instalacion h2, #sec-toldos h2, #sec-escultura h2 {
  text-transform: uppercase;
  color:#FFFFFF;
  text-align:center;
}
#sec-impresion h2 span, #sec-corte h2 span, #sec-instalacion h2 span, #sec-toldos h2 span, #sec-escultura h2 span {
  font-weight: 700;
}
#sec-impresion p, #sec-corte p, #sec-instalacion p, #sec-toldos p, #sec-escultura p {
  color:#FFFFFF;
  text-align:justify;
}
#sec-impresion .container, #sec-corte .container, #sec-instalacion .container, #sec-toldos .container, #sec-escultura .container {
	padding:0px !important;
	margin:0px !important;
	width:100%;
}
#sec-impresion .padding, #sec-corte .padding, #sec-instalacion .padding, #sec-toldos .padding, #sec-escultura .padding {
	padding:50px;
}

#sec-impresion .photo {background-image:url(../img/servicios/impresion.png); background-repeat:no-repeat; background-size:cover; min-height:620px;}
#sec-corte .photo {background-image:url(../img/servicios/corte.png); background-repeat:no-repeat; background-size:cover; min-height:620px;}
#sec-instalacion .photo {background-image:url(../img/servicios/instalacion.png); background-repeat:no-repeat; background-size:cover; min-height:620px;}
#sec-toldos .photo {background-image:url(../img/servicios/s-toldos.png); background-repeat:no-repeat; background-size:cover; min-height:620px;}
#sec-escultura .photo {background-image:url(../img/servicios/s-escultura.png); background-repeat:no-repeat; background-size:cover; min-height:620px;}

    /* ==========================================================================
Corte Style
========================================================================== */
#corte {
  padding: 60px 0;
  text-align: center;
  background-image:url(../img/corte-megaformato.jpg);
  background-repeat:no-repeat;
  background-size:cover;  
}
#corte h2 {
  text-transform: uppercase;
  color:#FFFFFF;
}
#corte h2 span {
  font-weight: 700;
}
#corte img {
  margin-top: 40px;
  margin-bottom: 40px;
}

    /* ==========================================================================
Instalacion Style
========================================================================== */
#instalacion {
  padding: 60px 0;
  text-align: center;
  background-image:url(../img/instalacion-megaformato.jpg);
  background-repeat:no-repeat;
  background-size:cover;  
}
#instalacion h2 {
  text-transform: uppercase;
  color:#FFFFFF;
}
#instalacion h2 span {
  font-weight: 700;
}
#instalacion img {
  margin-top: 40px;
  margin-bottom: 40px;
}

    /* ==========================================================================
Toldos Style
========================================================================== */
#toldos {
  padding: 60px 0;
  text-align: center;
  background-image:url(../img/toldos-megaformato.jpg);
  background-repeat:no-repeat;
  background-size:cover;  
}
#toldos h2 {
  text-transform: uppercase;
  color:#FFF;
}
#toldos h2 span {
  font-weight: 700;
}
#toldos img {
  margin-top: 40px;
  margin-bottom: 40px;
}

    /* ==========================================================================
Escultura Style
========================================================================== */
#escultura {
  padding: 60px 0;
  text-align: center;
  background-image:url(../img/escultura-megaformato.jpg);
  background-repeat:no-repeat;
  background-size:cover;
}
#escultura h2 {
  text-transform: uppercase;
  color:#FFFFFF;
}
#escultura h2 span {
  font-weight: 700;
}
#escultura img {
  margin-top: 40px;
  margin-bottom: 40px;
}


    /* ==========================================================================
Services Style
========================================================================== */
#services {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
#services h2 {
  text-transform: uppercase;
  color: #fff;
}
#services p {
  color: #fff;
}
#services .services-box {
  margin-top: 40px;
}
#services .services-box .col-md-4 {
  margin-bottom: 20px;
}
#services .services-box .col-md-4 .media-left,
#services .services-box .col-md-4 .media-right,
#services .services-box .col-md-4 .media-body {
  padding-right: 30px;
  vertical-align: baseline;
}
#services .services-box .col-md-4 .media-left p,
#services .services-box .col-md-4 .media-right p,
#services .services-box .col-md-4 .media-body p {
  text-align: left;
}
#services .services-box .col-md-4 .media-left h3,
#services .services-box .col-md-4 .media-right h3,
#services .services-box .col-md-4 .media-body h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
#services .services-box .col-md-4 .media-left span,
#services .services-box .col-md-4 .media-right span,
#services .services-box .col-md-4 .media-body span {
  font-size: 36px;
  color: #fff;
}

    /* ==========================================================================
Portfolio Style
========================================================================== */
#portfolio {
  padding: 60px 0;
  text-align: center;
  background-color:#db1c24;
}
#portfolio h2 {
  text-transform: uppercase;
  font-size:66px;
  text-align:left;
}
#portfolio p {
  margin-bottom: 40px;
}
#portfolio .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .container-fluid .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}
#portfolio .portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
}
#portfolio .portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  background: rgba(13, 13, 13, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
}
#portfolio .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 18px;
}
#portfolio .portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

    /* ==========================================================================
Portfolio Pop
========================================================================== */
#portfolio-pop {
  padding: 60px 0;
  text-align: center;
  background-color:#db1c24;
  min-height:585px;
}
#portfolio-pop h2 {
  font-size:36px;
  text-align:left;
  letter-spacing:normal;
}
#portfolio-pop p {
  margin-bottom: 40px;
  text-align:left;
}
#portfolio-pop .cabeza {
	max-height:150px;
	padding:3% 0;
}
#portfolio-pop #owl-hero .item img{
    display: block;
    width: 100%;
    height: 100% !important;
}
    /* ==========================================================================
Work Process Style
========================================================================== */
#work-process {
  padding: 60px 0;
  text-align: center;
}
#work-process .col-lg-3 {
  margin-top: 40px;
}
#work-process h2 {
  text-transform: uppercase;
}
#work-process h4 {
  text-transform: uppercase;
  color: #0d0d0d;
}
#work-process span {
  font-size: 48px;
  color: #0d0d0d;
  margin-bottom: 15px;
}

    /* ==========================================================================
Fun Facts Style
========================================================================== */
#fun-facts {
  background: #24242a;
  padding: 60px 0;
  text-align: center;
}
#fun-facts .col-lg-3 {
  margin-top: 40px;
  margin-bottom: 20px;
}
#fun-facts h2 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts p {
  color: #fff;
}
#fun-facts h4 {
  text-transform: uppercase;
  color: #fff;
}
#fun-facts .number {
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
  margin: 0;
}
#fun-facts span {
  font-size: 48px;
  color: #fff;
  margin-bottom: 15px;
}

    /* ==========================================================================
Our Team Style
========================================================================== */
#team {
  padding: 60px 0;
  text-align: center;
}
#team h2 {
  text-transform: uppercase;
}
#team .team {
  margin-top: 40px;
  margin-bottom: 20px;
}
#team .team h4 {
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
#team .team p {
  color: #a3a3a3;
}
#team .team a {
  color: #0d0d0d;
  font-size: 22px;
  padding-right: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#team .team a:hover,
#team .team a:focus,
#team .team a:active {
  color: #a3a3a3;
}

    /* ==========================================================================
Testimonials Style
========================================================================== */
#testimonials {
  background-image: url("../img/testimonials/Testimonials.jpg");
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  text-align: center;
}
#testimonials h2 {
  text-transform: uppercase;
  color: #fff;
}
#testimonials p {
  color: #fff;
}
#testimonials .item .quote {
  margin: 20px auto;
  width: 80%;
}
#testimonials .item .quote .right {
  margin-left: 40px;
  font-size: 32px;
  color: #fff;
}
#testimonials .item .quote .left {
  float: left;
  margin-right: 40px;
  color: #fff;
}
#testimonials .item h5 {
  color: #fff;
  line-height: 36px;
}
#testimonials .item h5 span {
  font-weight: 700;
  text-transform: uppercase;
}
#testimonials .owl-pagination .owl-page.active span {
  background-color: #fff;
}
#testimonials .owl-pagination .owl-page span {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

    /* ==========================================================================
Contact Us Style
========================================================================== */
#contact {
  padding: 60px 0;
  text-align: center;
  background-color: #00abb1;
}
#contact h2 {
  text-transform: uppercase;
}
#contact form {
  margin: 40px 0;
}
#contact .form-group {
  margin-bottom: 5px;
}
#contact .form-control {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 2px solid #a8f7f8;
  color: #0d0d0d;
  min-height: 45px;
}
#contact textarea {
  height: 140px;
  resize: none;
}

    /* ==========================================================================
Google Map Style
========================================================================== */
#map {
  width: 100%;
  height: 400px;
}

    /* ==========================================================================
Footer Map Style
========================================================================== */
footer {
  background: #00abb1;
  padding: 20px 0;
  text-align: center;
}
footer h1 {
  text-transform: uppercase;
  font-weight: 700;
}
footer .social {
  margin: 40px 0;
}
footer a,
footer a:focus {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
footer a:hover,
footer a:active {
	color:#4d4d4d !important;
	text-decoration:none;
	font-weight:bold;
}	
footer .social a {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .social a:hover,
footer .social a:focus,
footer .social a:active {
  color: #a3a3a3;
}
footer h6 {
  font-size:14px;
  text-transform: uppercase;
  color: #fff;
}
    /* ==========================================================================
Coparmex Map Style
========================================================================== */
#coparmex, #coparmex p {
  background: #f2f1f1;
  padding: 6px 0;
  text-align: center;
  color:#999999;
}
    /* ==========================================================================
Media Queries Style
========================================================================== */
@media (max-width: 992px) {
  /*-- Navigation --*/
  /*.navbar-default {
    background: #fff;
  }*/
  
  .navbar-default .navbar-header {
    width: 100%;
    padding-right: 0;
  }
  .navbar-default .navbar-header .navbar-brand {
    height: auto;
  }
  .navbar-default .navbar-header .navbar-brand img {
	/*width: 52px;*/
	height: 116px;
  }
  .navbar-default .nav-wrap {
    width: 100%;
  }
  .navbar-default .navbar-toggle {
    padding-top: 25px;
    padding-bottom: 25px;
    border: none;
  }
  /*
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  } */
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background: none;
  }
  .navbar-default .navbar-left,
  .navbar-default .navbar-right {
    float: none !important;
  }
  .navbar-default .navbar-toggle {
    display: block;
  }
/*  .navbar-default .navbar-collapse {
    box-shadow: inset 0px 1px 15px rgba(0, 0, 0, 0.1);
  } */
  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-default .navbar-nav > li {
    float: none;
  }
  .navbar-default .nav > li > a {
  padding: 5px;
  }
  .navbar-default .collapse.in {
    display: block !important;
  }

  /*-- Sliders --*/
  #owl-hero h1 {
    font-size: 38px;
  }
  #owl-hero h6 {
    font-size: 16px;
  }
  #owl-hero .btn {
    margin-top: 20px;
  }
  #owl-hero .owl-buttons {
    display: none;
  }

  /*-- Services --*/
  #services h3 {
    font-size: 22px;
  }

#sec-impresion .photo, #sec-instalacion .photo {
	margin-bottom:-10px;
}
    /* ==========================================================================
Servicios Style 992px
========================================================================== */
#servicios .container {
	height:100px;
}
#servicios h2 {
	color:#414042;
}
#servicios h2 span {
	font-weight: 700;
}
#servicios .estrella {
	max-width:270px;
	text-align:center !important;
	position: absolute;
    top: -55px;
    left: 5%;
}
#servicios .der {
	text-align:left;
	padding: 1% 0;
}
#servicios .izq {
	text-align:right;
	padding: 1% 0;
}

  /*-- section styles --*/
  section h2 {
    font-size: 32px;
  }

  #testimonials h5 {
    font-size: 18px;
  }
#portfolio h2 {
  font-size:36px;
  text-align:center;
}
}
/* ==========================================================================
Portfolio 767px
========================================================================== */
@media (max-width: 767px) {
#portfolio-pop h2 {
 	text-align:center;
}
#portfolio-pop p {
	text-align:center;
}
}
@media (max-width: 700px) {
#servicios {
	display:none;
}
}
