@property --mbangle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}

.nuevo-300 .m-slider__wrap {
  height: initial;
}

.c-hero-slider-app {
  /* display: none; */
  max-width: 1368px;
  width: 90%;
  height: 100%;
  max-height: auto;
  overflow: hidden;
  margin-bottom: 40px;
}

.head_container {
  width: 100%;
  margin: 2rem auto -49px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 29px;
}

.main-title {
  width: 95%;
  margin: 0 auto 1rem;
  text-align: center;
  max-width: 1120px;
}

.main-title h1 {
  text-align: center;
}

.main-title p {
  font-size: 12px;
  line-height: 24px;
}

.main-title p .text-mobile {
  display: none;
}

.container_banners {
  display: none;
}

.container_banners.sinTitle {
  margin: 4rem auto 20px;
}

.container_banners .slider {
  width: 100%;
}

.container_banners .banners {
  width: 100%;
}

.mb-hero__contentImg img {
  width: 100%;
}

.m-slider .m-item-content {
  width: 100% !important;
}

.slider-app-apoyo.sinCarrusel {
  margin: 4rem auto 20px;
}

.c-hero-slider-app.c-hero-slider-app--marca .slick-list.draggable {
  overflow: visible;
}

.c-hero-slider-app .slick-list.draggable {
  overflow: visible;
}

.c-hero-app {
  display: none;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
  min-height: 187px;
  max-height: 200px;
  background-color: transparent;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.c-hero-app:first-child {
  display: block;
}

@keyframes animateslide {
  to {
    --mbangle: 360deg;
  }
}


.slick-slide>div>div {
  padding: 0 1px;
}

.c-hero-app .mb-hero__bg-img {
  width: 100%;
}

.c-hero-app .c-hero-app__link {
  opacity: 0;
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* CONFIG ARROWs */
.c-slider__control {
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  background-color: transparent;
  margin: -40px auto;
}

.head_container .c-slide__arrow {
  display: none;
  width: 16px;
  height: 16px;
  color: transparent;
  font-size: 13px;
  color: var(--blue);
}

.c-slide__arrow.--next {
  transform: scaleX(-1);
}

/* CONFIG DOTS */
.c-slider__dots {
  min-height: 28px;
  min-width: 100px;
}

.c-slider__control .slick-dots {
  position: relative;
  bottom: auto;
}

.c-slider__control .slick-dots li {
  width: 28px;
  height: 28px;
  margin: 0 4px;
}

.c-slider__control .slick-dots li button {
  position: relative;
  color: #8e8e8e;
  font-size: 16px;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.c-slider__control .slick-dots li.slick-active button {
  animation: animateslide 6s ease-in 0.4s 1 alternate forwards;
  background: conic-gradient(var(--blue) var(--mbangle),
      var(--bg-lightGray) 0deg);
  color: var(--blue);
  font-weight: bold;
}

.c-slider__control .slick-dots li button::before {
  content: " ";
  background-color: transparent;
  border-radius: 50%;
  height: 90%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: -1;
}

.c-slider__control .slick-dots li.slick-active button::before {
  background-color: #ddedf5;
  opacity: 1;
}


@media screen and (min-width: 768px) {
  .c-hero-slider-app {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .head_container {
    width: 95%;
    margin: 1rem auto 60px;
    align-items: center;
  }

  .main-title {
    margin: 0 auto 15px;
    width: 100%;
    max-width: 1368px;
    text-align: left;
  }

  .main-title p {
    font-size: 16px;
  }

  .main-title h1 {
    text-align: left;
  }

  .main-title p .text-mobile {
    display: contents;
  }

  .c-slider__control {
    display: flex;
  }
}

@media screen and (min-width: 1200px) {
  .main-title {
    width: 90%;
  }
}
