/* Owl Carousel */

.owl-carousel.home-slider .slider-item {
  display: block !important;
}
.owl-carousel .owl-item {
  opacity: 0.4;
}

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

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

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

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

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next 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: #028fd7;
}

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

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.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 {
    /*cover*/

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

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

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

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

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 1%);
    min-height: 820px;
  }
  .owl-carousel.home-slider .slider-item .slider-text {
    color: #fff;
    height: calc(100vh - 1%);
    min-height: 820px;
  }
}
/*.owl-carousel.home-slider .slider-item {
cover

  background-repeat: no-repeat;
 background-size: cover;
  background-position: center center;
  height: calc(100vh - 1%);
  min-height: 600px;
}
.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 1%);
  min-height: 600px;
}
*/

/*.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}*/

@media (max-width: 991px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 18px;
  }
}
.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 65px;
  line-height: 1.5;
  font-weight: 100;
  color: white;
  text-shadow: 0 0 7px black;
}

.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: 100%;
}

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

.owl-carousel.home-slider .owl-dots .owl-dot span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.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: 2px solid white;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active span {
  background: white;
}

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

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

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

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled,
.owl-carousel.major-caousel .owl-nav .owl-next.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-dots {
  /* bottom: -30px !important;*/

  position: relative;
}

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

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  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;*/
/*  }*/
/*}*/

/*Nosotros Section*/
@media (max-width: 767px) {
  .nosotros_banner .slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 55% 50%;
  }
  .nosotros_banner {
    /*cover*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }
  .nosotros_banner .slider-text p {
    text-align: center;
    font-size: 31px;
    color: #fff;
    line-height: 1.2;
    font-weight: 100 !important;
    text-shadow: 0px 0px 0px #ffffff, 0px 1px 0px #ffffff, 0px 0px 0px white;
  }
  .nosotros_banner .slider-text {
    height: calc(100vh - 1%);
    min-height: 300px;
  }
  .owl-carousel.home-slider .slider-item .slider-text p {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 100;
    color: white;
    text-shadow: 0 0 7px black;
  }
}
@media (min-width: 768px) {
  .nosotros_banner .slider-item {
    /*cover*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 48%;
    min-height: 290px;
  }
  .nosotros_banner .slider-item .slider-text p {
    /*text-align: center;*/
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    font-weight: 100 !important;
    text-shadow: 0px 0px 0px #ffffff, 0px 1px 0px #ffffff, 0px 0px 0px white;
    /**/
    /*position: absolute;*/
    /*bottom:100px ;*/
    /*right: 0;*/
    /*left: 0;*/
    /**/
  }
  .nosotros_banner .slider-item .slider-text {
    font-size: 50px;
    height: calc(100vh - 1%);
    min-height: 290px;
  }
  .aladerecha {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .nosotros_banner .slider-item {
    /*cover*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 48%;
    min-height: 390px;
  }

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

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

/*Home Slider*/
.owl-carousel.home-slider .item .content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  width: 80%;
}
.owl-carousel.home-slider .item .content h2 {
  font-size: 6em;
  text-align: center;
}

@media (max-width: 991px) {
  .owl-carousel.home-slider .item .content {
    width: 100%;
  }
  .owl-carousel.home-slider .item .content h2 {
    font-size: 2em;
  }
}
