:root {
  --main-white-color: white;
  --main-black-color: black;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.static {
  position: static;
}

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 640px;
  background-color: #fff;
}

.owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}

.owl-carousel .owl-dots{
  display: none;
}

.owl-carousel .owl-dots .owl-dot,
.owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}

.owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}

.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}

.owl-carousel .owl-nav {
  /*left: 10%;
  top: 10%;*/
  transform: translateX(-50%);
  margin: 0;
  top: 45%;
  left: 50%;
  width: 100%;
}

.owl-carousel .owl-nav svg {
  fill: white;
  opacity: 1;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 0.5;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
/*section {
  display: none;
}*/
button.owl-prev{
  left: 100px;
  position: absolute;
}
button.owl-next{
  right: 100px;
  position: absolute;
}

/*** Contenedor de Texto ***/
.box_info_slide{
    padding-top: 200px;
}
.box_info_slide p{
    width: 50%;
    margin: 0 auto;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.3em;
    color: #fff;
    line-height: 1.5em;
}
.ht_slide{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 42px;
    letter-spacing: -1px;
    margin-bottom:  15px;
}
.ht_slide span{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    display: block;
    padding-top:10px;
    padding-bottom: 15px;
    font-size: 24px;
}
@media screen and (max-width: 1080px) {
    .owl-carousel .owl-slide {
        height: 480px;
    }
    .box_info_slide{
        padding-top: 130px;
        width: 100%;
        margin: 0 auto;
    }
    .ht_slide{
        margin: 0 auto;
        font-size: 24px;
        letter-spacing:0;
        width: 90%;
    }
    .ht_slide span{
        width: 70%;
        text-align: center;
        margin: 0 auto;
        font-size: 18px;
        letter-spacing:0;
        font-weight: 500;
    }
    .box_info_slide p{
        width: 65%;
        font-size: 18px;
    }
    .owl-carousel .owl-nav {
        top: 90%;
    }
    button.owl-prev{
        left: 50px;
    }
    button.owl-next{
        right: 50px;
    }
}
@media screen and (max-width: 720px) {
    .box_info_slide{
        padding-top: 130px;
    }
    .ht_slide{
        width: 70%;
    }
    .ht_slide span{
        font-size: 15px;
    }
    .box_info_slide p{
        font-size: 15px;
    }
}
@media screen and (max-width: 600px) {
    .ht_slide span{
        padding-bottom: 0;
    }
    .owl-carousel .owl-nav svg {
        width: 20px;
        height: 20px;
    }
    .box_info_slide{
        padding-top: 120px;
    }
    .top_slide{
        padding-top: 50px;
    }
}
@media screen and (max-width: 480px) {
    .box_info_slide{
        padding-top: 120px;
        width: 90%;
        margin: 0 auto;
    }
    .ht_slide{
        width: 100%;
    }
    .ht_slide span{
        width: 80%;
    }
    .box_info_slide p{
        width: 80%;
    }
    .top_slide{
        padding-top: 30px !important;
    }
}
