.owl-carousel.home-slider .slider-item {
  display: block
}

.owl-carousel .owl-item {
  opacity: .4
}

.owl-carousel .owl-item.active {
  opacity: 1
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px
}

.owl-carousel .owl-nav .owl-next:active,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-prev:hover {
  outline: 0
}

.owl-carousel .owl-nav .owl-next span:before,
.owl-carousel .owl-nav .owl-prev span:before {
  font-size: 40px
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important
}

.owl-carousel .owl-dots {
  text-align: center
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #0c2340
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative
}

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff
}

.owl-carousel.home-slider:focus .owl-nav,
.owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible
}

@media (min-width:768px) {
  .owl-carousel.home-slider .slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 1%);
    min-height: 90vh;
  }

  .owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: calc(100vh - 1%);
    min-height: 90vh;
  }

  .div_bottom{
    position: absolute; bottom: 2%;}
}
@media (min-width:992px) {
  .owl-carousel.home-slider .slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 1%);
    min-height: 95vh
  }

  .owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: calc(100vh - 1%);
    min-height: 95vh
  }
}
@media (min-width:1200px) {
  .owl-carousel.home-slider .slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 1%);
    min-height: 910px
  }

  .owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: calc(100vh - 1%);
    min-height: 910px
  }
}
@media (min-width:1400px) {
  .owl-carousel.home-slider .slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 1%);
    min-height: 930px
  }

  .owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: calc(100vh - 1%);
    min-height: 930px
  }
}

@media (max-width:767px) {
  .owl-carousel.home-slider .slider-item .slider-text span {
    color: #fff
  }
}

@media (min-width:1920px) {
  .owl-carousel.home-slider .slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 1%);
    min-height:980px;
  }

  .owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: calc(100vh - 1%);
    min-height:980px;
  }
}

@media (max-width:991px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px
  }
}

@media (max-width:767px) {
  .owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 15px;
    line-height: 1.1;
    color: #fff
  }
}

@media (min-width:768px) {
  .owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 100;
    color: #fff
  }
}

@media (min-width:992px) {
  .owl-carousel.home-slider .slider-item .slider-text p {
    font-size:11px;
    line-height: .8em;
    font-weight: 600;
    color: #fff;
    padding-left:8px;
    margin-bottom: 0;
    letter-spacing: 1px;
  }
}

.owl-carousel.home-slider.inner-page .slider-item {
  height: calc(50vh - 117px);
  min-height: 500px
}

.owl-carousel.home-slider.inner-page .slider-item .slider-text {
  color: #fff;
  height: calc(50vh - 117px);
  min-height: 500px
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 50%;
  left: 0;
  right: 0;
  margin: auto
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 18px;
  height: 18px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  background: 0 0;
  border: 1px solid rgba(255, 255, 255, .5);
  outline: 0 !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease
}

.owl-carousel.home-slider .owl-dots .owl-dot span {
  position: absolute;
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, .5);
  border-radius: 50% !important;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 1px solid #fff
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
  background: #fff
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 0;
  padding-bottom: 0
}

.owl-carousel.major-caousel .owl-nav .owl-next,
.owl-carousel.major-caousel .owl-nav .owl-prev {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057
}

.owl-carousel.major-caousel .owl-nav .owl-next:focus,
.owl-carousel.major-caousel .owl-nav .owl-next:hover,
.owl-carousel.major-caousel .owl-nav .owl-prev:focus,
.owl-carousel.major-caousel .owl-nav .owl-prev:hover {
  color: #868e96;
  outline: 0
}

.owl-carousel.major-caousel .owl-nav .owl-next.disabled,
.owl-carousel.major-caousel .owl-nav .owl-prev.disabled {
  color: #dee2e6
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important
}

.owl-carousel.major-caousel .owl-nav .owl-prev2 {
  left: -60px !important
}

.owl-carousel.major-caousel .owl-nav .owl-next2 {
  right: -60px !important
}

.owl-carousel.major-caousel .owl-dots {
  top: -30px;
  position: relative
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10
}

.owl-custom-nav .owl-custom-next,
.owl-custom-nav .owl-custom-prev {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block
}

@media (max-width:767px) {
  .owl-carousel .owl-item .logodesktop {
    display: none
  }
}

@media (max-width:767px) {
  .nosotros_banner .slider-item {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
  }

  .nosotros_banner {
    background-repeat: no-repeat;
    background-size: cover;
    /*  height: 400px */
    min-height: 100vh;
    /*background-attachment: fixed;*/
    background-position: 58% 50%;
  }


  .nosotros_banner .slider-text p {
    color: #fff;
    font-size: 40px;
    font-weight: 100 !important;
    line-height: 1em;
    /* margin-top: 200px; */
    margin-bottom: 0
  }

  .nosotros_banner .slider-text span {
    font-size: 15px;
    color: #fff
  }

  .nosotros_banner .slider-text {
    height: 90vh;
    /* min-height: 400px */
  }

  .banner_movil {
    background-image: url(../img/slider_horizontal/movil.jpg)
  }
}

@media (min-width:768px) {
  .nosotros_banner{
    background-image: none !important;
  }
  .nosotros_banner .slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 48%;
    min-height: 830px
  }
  .video.slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 10%;
    min-height: 830px
  }

  .nosotros_banner .slider-text span {
    font-size: 25px;
    color: #fff
  }

  .nosotros_banner .slider-item .slider-text {
    font-size: 50px;
    height: calc(100vh - 1%);
    min-height: 830px
  }

  .aladerecha {
    text-align: right
  }



  .banner_movil {
    background-image: url(../img/slider_horizontal/promo.jpg)
  }
}



@media (min-width:1900px) {
  .nosotros_banner .slider-item {
    background-position: 50% 48%;
    min-height: 900px
  }

  .nosotros_banner .slider-item .slider-text {
    font-size: 50px;
    height: calc(100vh - 1%);
    min-height: 900px
  }
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: auto;
  touch-action: auto
}

/*/NUEVO CARRUSEL*/

 .impl_bread_wrapper:before {
            background-color: rgb(4 27 38 / 78%);
        }

        .impl_fea_car_data {
            padding: 30px 15px;
            text-align: left;
            box-shadow: 0 0 5px 0px rgb(183 181 181 / 61%);
        }

        .impl_fea_car_data:hover {
            background: #281332;

        }

        .impl_btn:after {
            background: #28133200;
        }

        .project-zoom {
            background-color: rgb(40 19 50);
        }

        .impl_btn {
            position: absolute;
            right: 30px;
            bottom: 30px;
        }

        .impl_contact_wrapper {
            position: relative;
            background-size: cover;
            background-position: center;
            padding: 100px 0 !important;
            transition: 0.3s all ease;
        }

        .impl_contact_wrapper::after {
            content: "";
            position: absolute;
            bottom: 0;
            width: 100%;
            display: block;
            height: 330px;
            background: #fff;
        }

        .title {
            color: #fff;
            font-size: 55px;
            /*font-weight: bold;*/
}

@media(max-width:991px) {
  .title {
    font-size: 30px;
  }
}

.maserati-slider .videoCar {
  max-width: 100%;
}

.maserati-slider .owl-nav button.owl-prev,
.maserati-slider .owl-nav button.owl-next {
  background: #fff;
  border-radius: 50%;
  color: #000;
  width: 60px;
  height: 60px;
  opacity: 1;
  text-align: center;
}

.maserati-slider .owl-nav button.owl-prev.disabled,
.maserati-slider .owl-nav button.owl-next.disabled {
  display: none;
}

.maserati-slider .owl-nav button.owl-next span {
  margin-left: 5px;
}

.maserati-slider.owl-carousel .owl-nav .owl-prev span:before,
.maserati-slider.owl-carousel .owl-nav .owl-next span:before {
  font-size: 15px;
}

#sync2 .item-owl {
  text-align: center;
  transition: 1.5s all ease;
  cursor: pointer;
  margin: 0 1em 1em 1em;
  padding-top: 0.5em;
  color: #ffffff78;
}

#sync2 .owl-item.active {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sync2 .owl-item{
    height: 80px;
}

.owl-carousel.major-caousel#sync2 .owl-dots {
  display: none;
}

#sync2 .owl-item.center p.item-owl {
  color: #fff;
  font-size: 25px;
  /*font-weight: bold;*/
}

#sync2 .owl-stage-outer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width:20em;
  height: 3px;
  background: #fff;
  display: block;
}

#sync3 .item-owl {
  font-size: 40px;
  color: #000;
  /*font-weight: bold;*/
  display: inline-block;
  line-height: 1em;
}

#sync3 .btn-yellow {
  position: relative;
  float: right;
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 11px;
  padding: 22px 36px 22px 21px;
  width: 220px;
  background: linear-gradient(to right, #1c3775 50%, #ffc845 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}

#sync3 .btn-yellow:hover {
  background-position: left bottom;
  color: #fff;
}

#sync3 .btn-yellow::before {
  content: "\f054";
  position: absolute;
  right: 19px;
  font-family: FontAwesome;
  font-size: 12px;
  z-index: 1;
}


#sync3 .foot-text {
  color: #000;
  /*font-weight: bold;*/
  font-size: 12px;
}

#sync3 .foot-text span {
  color: #666;
  letter-spacing: 1px;
  margin-left: 1em;
  padding-top: 1em;
}

@media(max-width:767px) {
  #sync3 .btn-yellow {
    display: block;
    width: 100%;
  }
  
  #sync2 .owl-item.center p.item-owl {
    font-size: 19px;}
    .impl_contact_wrapper {
        position: relative;
        background-size: cover;
        background-position: center;
        padding: 100px 0 50px 0 !important;
        transition: 0.3s all ease;
    }
}