.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0
}

.navbar.navbar-default .navbar-toggle {
  margin-top: 32px
}

.navbar-header .navbar-brand {
  padding: 5px 0
}

.navbar-header .navbar-brand a {
  height: auto;
  display: inline-block;
  margin-top: -15px
}

.navbar-header .navbar-brand a img {
  height: 40px;
  width: auto
}

.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus {
  background: #444
}


#top-bar {
  background: #fff;
  color: #333;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
  padding: 15px 0;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, .1);
  border-bottom: 1px solid #dedede
}

#top-bar .navbar-nav>li>a:hover {
  background: 0
}

#top-bar.animated-header {
  padding: 0px 0;
  box-shadow: none
}

#top-bar .main-menu li>a {
  color: #000;
}

#top-bar .main-menu li {
  position: relative
}

#top-bar .main-menu li a {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}

#top-bar .main-menu li a:hover {
  color: rgb(228, 7, 7);
}

.navbar-custom .nav li>a {
  position: relative;
  color: rgb(239, 14, 14);
}

.navbar-right .dropdown-menu {
  position: fixed;
  top: 135px;
  right: 0;
  left: 0
}

.navbar-custom .dropdown-menu {
  position: absolute;
  display: block;
  visibility: hidden;
  opacity: 0
}

#hero-area {
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  height: auto
}

#hero-area .block {
  position: relative;
  z-index: 999
}

#hero-area h1 {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px
}

#call-to-action .block p,
#hero-area h2 {
  font-weight: 300;
  font-family: 'Open Sans', sans-serif
}

#hero-area h2 {
  font-size: 18px;
  margin-bottom: 38px;
  line-height: 27px;
  color: #666;
  margin-top: 25px
}

#hero-area .btn {
  background: #414141;
  border: 0;
  color: #fff;
  padding: 20px 35px;
  margin-top: 5px;
  font-size: 16px;
  font-size: 13px;
  line-height: em;
  text-transform: uppercase;
  letter-spacing: normal;
  border-radius: 0
}

#call-to-action {
  padding: 0;
  text-align: center;
  position: relative;
  color: #fff
}

#call-to-action .block {
  position: relative;
  z-index: 99;
  color: #fff
}

#call-to-action .block h2 {
  margin-bottom: 15px;
  color: #fff
}

#call-to-action .block p {
  font-size: 15px;
  margin-top: 20px
}

#call-to-action .block .btn-contact {
  background: #fff;
  border: 0;
  color: #b37129;
  padding: 16px 35px;
  margin-top: 20px;
  font-size: 12px;
  letter-spacing: 2px;
  border-radius: 0
}

#call-to-action .block .btn-contact i {
  margin-right: 10px
}

#about {
  padding: 60px 0;
  position: relative
}

#about .block {
  padding: 20px 30px 0
}

#about .block h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px
}

#about .block p {
  color: #727272;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 35px
}

#about .banner {
  position: absolute;
  width: 50%;
  height: 100%;
  margin: -110px 0 0;
  overflow: hidden;
  left: 50%;
  padding: 0;
  text-align: right
}

#about .banner div {
  padding: 0;
  margin: 0;
  height: 100%
}

#about img {
  width: auto;
  height: 100%
}

.works {
  padding: 80px 0;
  background: #fcfcfc
}

.works .block {
  position: relative;
  z-index: 99
}

.works .block:hover .img-overly .overly {
  opacity: 1
}

.works .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666
}

.works .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, .85)
}

.works .block .img-overly img {
  border-radius: 0
}

.works .block .img-overly .overly {
  background: rgba(57, 181, 74, .9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}

.works .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 22%
}

.works .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff
}

figure {
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .04), 0 2px 10px 0 rgba(0, 0, 0, .06)
}

figure .img-wrapper {
  position: relative;
  overflow: hidden
}

figure img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s
}

figure:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1)
}

figure:hover .overlay {
  opacity: 1
}

figure:hover .overlay .buttons a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
  background: rgba(0, 0, 0, .7);
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s
}

figure .overlay a {
  display: inline-block;
  color: #fff;
  padding: 10px 23px;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 0;
  margin: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all .4s;
  transition: all .4s
}

#feature p,
figure figcaption h4 a,
figure figcaption h4 a:hover {
  color: #000
}

figure .overlay a:hover {
  text-decoration: none
}

figure .overlay:hover a {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1)
}

figure .overlay .botones {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0 !important
}

figure .overlay .botones a {
  width: 150px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: calc(50% - 75px)
}

figure .buttons {
  position: absolute;
  top: 45%;
  left: 24%
}

figure figcaption {
  padding: 20px 25px;
  margin-top: 0;
  color: #666
}

figure figcaption h4 {
  margin: 0;
  font-weight: 400
}

figure figcaption p {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px
}

#feature {
  padding: 80px 0;
  background: url(../images/servicios/PLACAS-1.png) left top no-repeat, url(../images/servicios/PLACAS-2.png) right top no-repeat #fff;
  background-size: 35% 100%, 35% 100%
}

#feature h1 {
  letter-spacing: 4px
}

#feature .media {
  margin: 0 0 70px
}

#feature .media .media-left {
  padding-right: 25px
}

#feature h3 {
  color: #000;
  font-size: 18px;
  text-align: center;
  margin: 0 0 15px;
  font-weight: 400
}

#feature p {
  line-height: 25px;
  font-size: 20px
}

#feature .icon {
  text-decoration: none;
  color: #fff;
  background-color: #b37129;
  height: 100px;
  text-align: center;
  width: 100px;
  font-size: 50px;
  line-height: 100px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-shadow: #00a4ba 1px 1px, #00a4ba 2px 2px, #00a4ba 3px 3px, #00a4ba 4px 4px, #00a4ba 5px 5px, #00a4ba 6px 6px, #00a4ba 7px 7px, #00a4ba 8px 8px, #00a4ba 9px 9px, #00a4ba 10px 10px, #00a4ba 11px 11px, #00a4ba 12px 12px, #00a4ba 13px 13px, #00a4ba 14px 14px, #00a4ba 15px 15px, #00a4ba 16px 16px, #00a4ba 17px 17px, #00a4ba 18px 18px, #00a4ba 19px 19px, #00a4ba 20px 20px, #00a4ba 21px 21px, #00a4ba 22px 22px, #00a4ba 23px 23px, #00a4ba 24px 24px, #00a4ba 25px 25px, #00a4ba 26px 26px, #00a4ba 27px 27px, #00a4ba 28px 28px, #00a4ba 29px 29px, #00a4ba 30px 30px, #00a4ba 31px 31px, #00a4ba 32px 32px, #00a4ba 33px 33px, #00a4ba 34px 34px, #00a4ba 35px 35px, #00a4ba 36px 36px, #00a4ba 37px 37px, #00a4ba 38px 38px, #00a4ba 39px 39px, #00a4ba 40px 40px, #00a4ba 41px 41px, #00a4ba 42px 42px, #00a4ba 43px 43px, #00a4ba 44px 44px, #00a4ba 45px 45px, #00a4ba 46px 46px, #00a4ba 47px 47px, #00a4ba 48px 48px, #00a4ba 49px 49px, #00a4ba 50px 50px, #00a4ba 51px 51px, #00a4ba 52px 52px, #00a4ba 53px 53px, #00a4ba 54px 54px, #00a4ba 55px 55px, #00a4ba 56px 56px, #00a4ba 57px 57px, #00a4ba 58px 58px, #00a4ba 59px 59px, #00a4ba 60px 60px, #00a4ba 61px 61px, #00a4ba 62px 62px, #00a4ba 63px 63px, #00a4ba 64px 64px, #00a4ba 65px 65px, #00a4ba 66px 66px, #00a4ba 67px 67px, #00a4ba 68px 68px, #00a4ba 69px 69px, #00a4ba 70px 70px, #00a4ba 71px 71px, #00a4ba 72px 72px, #00a4ba 73px 73px, #00a4ba 74px 74px, #00a4ba 75px 75px, #00a4ba 76px 76px, #00a4ba 77px 77px, #00a4ba 78px 78px, #00a4ba 79px 79px, #00a4ba 80px 80px, #00a4ba 81px 81px, #00a4ba 82px 82px, #00a4ba 83px 83px, #00a4ba 84px 84px, #00a4ba 85px 85px, #00a4ba 86px 86px, #00a4ba 87px 87px, #00a4ba 88px 88px, #00a4ba 89px 89px, #00a4ba 90px 90px, #00a4ba 91px 91px, #00a4ba 92px 92px, #00a4ba 93px 93px, #00a4ba 94px 94px, #00a4ba 95px 95px, #00a4ba 96px 96px, #00a4ba 97px 97px, #00a4ba 98px 98px, #00a4ba 99px 99px, #00a4ba 100px 100px
}

#contact-section {
  padding: 90px 0
}

#contact-section .contact-form {
  margin-top: 42px
}

#contact-section .contact-form .btn-send {
  margin-top: 35px;
  color: #fff;
  outline: 0;
  background: #02bdd5
}

#contact-section input,
#contact-section textarea {
  display: block;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none
}

#contact-section .contact-form .btn-send:hover {
  border: 1px solid #02bdd5
}

#contact-section input {
  height: 40px;
  font-size: 13px;
  line-height: 1.428571429;
  border: 1px solid #ccc;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  border-radius: 1px;
  border: 1px solid rgba(111, 121, 122, .3);
  box-shadow: none;
  -webkit-box-shadow: none
}

#contact-section textarea {
  border-radius: 0;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  border: 1px solid #ccc;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

#contact-section .address,
#contact-section .email,
#contact-section .phone {
  text-align: center;
  background: #f7f7f7;
  padding: 20px 0 40px;
  margin-bottom: 20px
}

#contact-section .address i,
#contact-section .email i,
#contact-section .phone i {
  font-size: 45px;
  color: #b37129
}

#contact-section .address h5,
#contact-section .email h5,
#contact-section .phone h5 {
  font-size: 16px;
  line-height: 1.4
}

#contact-section .address-details {
  padding-top: 70px
}

#map-canvas {
  width: 100%;
  height: 350px;
  background-color: #CCC
}

#social {
  background: #fff;
  padding: 25px 0;
  color: #555
}

#social .copyright {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 10px
}

#social .copyright a {
  color: #b37129
}

#social .social {
  text-align: center;
  margin-bottom: 0
}

#social .social li {
  display: inline-block;
  background-color: #e8e8e8;
  margin-right: 15px;
  padding: 10px 0
}

#social .social li a {
  font-size: 32px;
  color: #fff;
  padding: 10px 70px;
  -webkit-transition: all .5s;
  transition: all .5s
}

.cd-headline.slide .cd-words-wrapper {
  color: #b37129
}

ul.social-icons {
  height: auto;
  overflow: hidden;
  list-style: none !important;
  margin-bottom: 10px
}

ul.social-icons li {
  float: none;
  display: inline-block;
  height: 36px
}

#copyright a:hover,
#copyright nav .menu li a:hover {
  color: #e4e4e4 !important
}

#copyright a,
#copyright a:hover {
  text-decoration: none
}

.global-page-header {
  padding: 120px 0 25px;
  position: relative;
  background: #02bdd5;
  color: #fff
}

.global-page-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #fff
}

.global-page-header .breadcrumb {
  background: 0;
  font-size: 16px;
  padding: 8px 0
}

.global-page-header .breadcrumb .active,
.global-page-header .breadcrumb li a {
  color: #fff
}

.global-page-header .block {
  position: relative;
  z-index: 99;
  text-align: center
}

#product-showcase-banner {
  padding-top: 160px
}

#product-showcase-banner .block {
  padding: 20px 0 20px 50px
}

#product-showcase-banner .block h2 {
  font-size: 40px;
  color: #b37129;
  margin-bottom: 20px;
  margin-top: 0
}

#product-showcase-banner .block p {
  color: #666;
  line-height: 25px
}

#product-showcase-banner .block .buttons {
  margin-top: 25px
}

#product-showcase-banner .block .buttons .btn {
  color: #fff;
  border: 0;
  padding: 12px 40px;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
  letter-spacing: 2px;
  font-size: 15px
}

#product-showcase-banner .block .buttons .btn-demo {
  background: #5abd4f;
  margin-right: 8px;
  border-bottom: 3px solid #429e38
}

#product-showcase-banner .block .buttons .btn-demo:hover {
  background: #429e38
}

#product-showcase-banner .block .buttons .btn-buy {
  background: #00aeda;
  border-bottom: 3px solid #0190b5
}

#product-showcase-banner .block .buttons .btn-buy:hover {
  background: #0190b5
}

#product-showcase-banner .block .buttons .btn-buy span {
  margin-right: 8px;
  font-weight: 700
}

#product-description {
  padding-top: 80px
}

#product-description .block {
  height: 400px;
  overflow: hidden;
  margin-top: 35px;
  border-bottom: 1px solid #dedede;
  padding-top: 30px;
  position: relative;
  webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0)
}

#product-description .block:hover img {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px)
}

#product-description .block img {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: -webkit-transform .35s cubic-bezier(.645, .045, .355, 1);
  -moz-transition: -moz-transform .35s cubic-bezier(.645, .045, .355, 1);
  -o-transition: -o-transform .35s cubic-bezier(.645, .045, .355, 1);
  transition: transform .35s cubic-bezier(.645, .045, .355, 1)
}

#product-description .block .content {
  width: 60%;
  padding-top: 70px
}

#product-description .block .content h3 {
  font-size: 32px;
  color: #5c5c5c
}

#product-description .block .content p {
  color: #787f8c;
  line-height: 25px
}

#related-items {
  padding: 60px 0 110px
}

#related-items .title {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
  margin: 5px 15px 30px;
  text-align: left;
  color: #777
}

#related-items .product-details {
  margin-bottom: 0
}

#related-items .block {
  position: relative;
  background: #fff;
  margin-bottom: 45px;
  box-shadow: 0 0 1px rgba(0, 0, 0, .14)
}

#related-items .block:hover .img-overly .overly {
  opacity: 1
}

#related-items .block h4 {
  padding: 20px 15px;
  margin-top: 0;
  color: #666
}

#related-items .block h4 span {
  float: right;
  color: #b37129
}

#related-items .block .img-overly {
  position: relative;
  background: rgba(0, 0, 0, .85)
}

#related-items .block .img-overly img {
  border-radius: 0
}

#related-items .block .img-overly .overly {
  background: rgba(57, 181, 74, .9);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all
}

#related-items .block .img-overly .overly a {
  position: absolute;
  top: 45%;
  left: 45%
}

#related-items .block .img-overly .overly a i {
  font-size: 30px;
  color: #fff
}

.service-page .service-parts .block {
  margin-bottom: 40px;
  text-align: center
}

.service-page .service-parts .block i {
  font-size: 35px;
  color: #b37129
}

.service-page .service-parts .block p {
  padding: 0 8px;
  font-size: 14px;
  color: #777;
  line-height: 1.7
}

.works.service-page figure .buttons {
  position: absolute;
  top: 45%;
  left: 13%
}

#hero-area,
#home {
  position: relative
}

#clients {
  padding: 30px 0 60px
}

#clients .owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d
}

#clients .owl-carousel .owl-item {
  margin-right: 10px
}

.works-fit {
  padding: 40px 0
}

.works-fit figure .buttons {
  left: 14%
}

.fancybox-close {
  background: url(../images/icons/close.png) no-repeat;
  background-size: contain;
  height: 30px;
  right: 0;
  top: 0;
  width: 30px
}

.fancybox-next span {
  background: url(../images/icons/right.png) center center no-repeat #009ee3;
  background-size: contain;
  height: 30px;
  width: 30px;
  right: 0
}

.fancybox-prev span {
  background: url(../images/icons/left.png) center center no-repeat #009ee3;
  background-size: contain;
  height: 30px;
  width: 30px;
  left: 0
}

.fancybox-title h3 {
  font-size: 15px;
  margin: 0
}

.fancybox-title {
  padding: 15px 8px
}

.wrapper_404 h1 {
  font-size: 200px;
  color: #b37129;
  line-height: 1
}

.wrapper_404 h2 {
  font-size: 50px;
  margin-top: 0
}

.wrapper_404 .btn-home {
  background: #414141;
  border: 0;
  color: #fff;
  padding: 20px 35px;
  margin-top: 10px;
  font-size: 16px;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: normal;
  border-radius: 0
}

.portfolio-single {
  padding: 50px 0 20px
}

.portfolio-single .portfolio-content {
  padding: 40px 0
}

.navbar-toggle .icon-bar {
  background: #fff
}

.navbar-toggle {
  background: #000
}

.dropdown-menu>ul {
  list-style: none;
  padding: 30px 15px;
  box-shadow: 0 2px .09px rgba(0, 0, 0, .15);
  width: 100%;
  max-width: 1170px;
  -webkit-column-count: 3;
  -moz-column-count: 4;
  column-count: 4;
  margin: -5px auto 0
}

.nav .open>a,
.nav .open>a:focus {
  background-color: transparent
}

#top-bar .dropdown-menu>ul>li>a {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 8px 0;
  color: rgb(186, 51, 51);
  border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#hero-area {
  width: 100%;
  padding-top: 93px
}




body {

  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}









.swiper-slide .contcarr {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 190px;


}


.textoc {
  position: absolute;
  top: 0px;
  background: rgba(0, 10, 40, 0.7);
  width: 100%;
  font-size: 14px;
  color: WHITE;


}


#imgcarr {
  width: 100%;
  height: 87%;
}








.fondos {

  width: 100%;

}

.fondos img {
  width: 100%;
  max-height: 450px;
}

.aaaa {
  margin-top: 135px;
}

.swiper-container {
  width: 95%;
  height: 100%;
}

@media (max-width: 990px) and (min-width: 768px) {
  .aaaa {
    margin-top: 180px;

  }


}

@media (max-width: 915px) and (min-width: 768px) {
  .navbar-right .dropdown-menu{
    top: 200px;
  }

  }