.landing-header {
  position: absolute;
  top:0;
  left: 13%;
  z-index: 50;
}
@media (max-width:767px) {
  .landing-header {
    left: 2%;
  }
}
.overlay {
  background-color: rgba(0,0,0,.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
}
#topSection {
  min-height: 100vh;
  position: relative;
}
  #topSection h1 {
    font-size: 52px;
    line-height: 56px;
    position:absolute;
    display: flex;
    align-items: center;
    min-height: 700px;
    z-index: 20;
    left: 13%;
    color: #fff;
  }
  .IE #topSection h1 {
    top:40%;
  }
  #topSection #sliderCarousel {
    height: 100vh;
    position:relative;
    overflow: hidden;
  }
  #topSection #sliderCarousel .content-slider {
    position:relative;
    width:100%;
    height:100%;
  }

    #topSection #sliderCarousel img.img-fluid {
      min-height: 100vh;
      object-fit: cover;
      z-index: 18;
    }
    #topSection #sliderCarousel .owl-nav {
      position:absolute;
      top:0;
      bottom:0;
      right:0;
      margin:auto;
      z-index: 23;
      color:#fff;
      transform: rotate(-90deg);
      -webkit-transform:rotate(-90deg);
      -moz-transform:rotate(-90deg);
      display: flex;
    }
#contacto {
  margin-top:0;
  /* min-height: 100vh; */
}
  #contacto .left_content.col-lg-6 {
    padding-left: 0;
  }
  #contacto .left_content.col-12 {
    padding:0;
  }
    #contacto .left_content img.img-fluid {
      /* height: 100vh; */
    }
.custom-footer .brand {
  text-align: left;
}
.custom-footer .address {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.custom-footer .social {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-end;
}
.custom-footer .footer_title {
  text-decoration: underline;
}
@media (max-width:767px) {
  #topSection h1 {
    font-size: 35px;
    line-height: 40px;
    left: 2%;
  }
  #topSection #sliderCarousel .owl-nav {
    transform:none;
    -webkit-transform:none;
    -moz-transform:none;
    bottom: 13px;
    right: 13px;
    margin:0;
    top: initial;
  }
  #contacto .left_content img.img-fluid {
    height: 550px;
    object-fit: cover;
  }
  #contacto .right_content {
    min-height: 400px;
  }
  .custom-footer {
    padding:20px 0;
  }
    .custom-footer .brand {
      padding-bottom:20px;
    }
}
@media (min-width:768px) and (max-width:1023px) {
  #topSection #sliderCarousel .owl-nav {
    transform:none;
    -webkit-transform:none;
    -moz-transform:none;
    top:initial;
    bottom:15px;
    right:15px;
  }
  #contacto .left_content img.img-fluid {
    width:100%;
  }
}

/** IE **/
