:root {
  --main-white-color: white;
  --main-black-color: black;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.cont_slide{
    padding-top: 150px;
}

.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_slide1{
    padding-top: 210px;
    width: 60%;
    margin: 0 auto;
}
.box_info_slide2{
    padding-top: 150px;
}
.t_slide{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 50px;
    letter-spacing: -1px;
    margin-bottom:  0;
    background: rgba(159, 204, 21, .5);
    padding: 10px 0;
    text-align: center;
    border-radius: 30px 30px 0 0;
}
.p_slide{
    width: 100%;
    margin: 0 auto;
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 600;
    background: rgba(0, 0, 0, .4);
    padding: 15px;
    text-align: center;
    border-radius: 0 0 10px 10px;
}
.box_slide_nosotros{
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.box_slide_nosotros div{
    width: 50%;
    padding: 0 30px;
}
.box_slide_nosotros div h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
}
.box_slide_nosotros div p{
    width: 100%;
}

.box_slide_valores{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.box_slide_valores div{
    width: 33.3333%;
    padding: 0 30px;
}
.box_slide_valores div h1{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 30px;
}
.box_slide_valores div p{
    width: 100%;
}
@media screen and (max-width: 1440px) {
    .box_info_slide1{
        padding-top: 190px;
        width: 60%;
    }
    .t_slide{
        margin: 0 auto;
        font-size: 44px;
    }
    .p_slide{
        font-size: 22px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1080px) {
    .cont_slide{
        padding-top: 130px;
    }
    .owl-carousel .owl-slide {
        height: 400px;
    }
    .owl-carousel .owl-nav {
        top: 90%;
    }
    button.owl-prev{
        left: 80px;
    }
    button.owl-next{
        right: 80px;
    }
    .box_info_slide1{
        padding-top: 100px;
        width: 60%;
    }
    .t_slide{
        font-size: 38px;
    }
    .p_slide{
        font-size: 20px;
        line-height: 24px;
    }
}
@media screen and (max-width: 840px) {
    .box_info_slide1{
        padding-top: 120px;
        width: 70%;
    }
    .t_slide{
        font-size: 30px;
    }
    .p_slide{
        font-size: 18px;
        line-height: 20px;
    }
}
@media screen and (max-width: 720px) {
    .box_info_slide1{
        padding-top: 100px;
    }
    .t_slide{
        font-size: 25px;
        width: 100%;
    }
    .cont_slide{
        padding-top: 150px;
    }
}
@media screen and (max-width: 600px) {
    .owl-carousel .owl-nav svg {
        width: 20px;
        height: 20px;
    }
    .box_info_slide1{
        padding-top: 100px;
        width: 70%;
    }
    .t_slide{
        font-size: 25px;
    }
    .p_slide{
        font-size: 18px;
        line-height: 24px;
    }
}
@media screen and (max-width: 480px) {
    .box_info_slide1{
        padding-top: 50px;
    }
    .owl-carousel .owl-slide {
        height: 480px;
    }
    .t_slide{
        font-size: 22px;
    }
    .p_slide{
        padding: 20px 50px;
        font-size: 16px;
        font-weight: 500;
    }
    button.owl-prev{
        left: 110px;
    }
    button.owl-next{
        right: 110px;
    }
    .cont_slide{
        padding-top: 180px;
    }
}
