main {
  margin: 0;
}
/* ESILOS NUEVO BANNER */
.banner {
  position: relative;
}
.banner-caption-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-rendering: optimizeLegibility;
}
.banner-caption-2 > div {
  flex: 1;
}
a>.img-featured {
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: -1;
}
/* / ESILOS NUEVO BANNER */
.example {
  display: flex;
  transition: all .5s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: linear-gradient(to bottom, white, black);
}
/* SLIDER */
.carousel-cap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 50%;
  margin: auto;
  display: flex!important;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: flex-end;
  padding: 7% 1rem 1rem;
  text-rendering: optimizeLegibility;
}
.carousel-control-prev-icon {
  background-image: url('../img/home/left.svg');
  transition: var(--transition);
}
.carousel-control-next-icon {
  background-image: url('../img/home/right.svg');
  transition: var(--transition);
}
.logo-pd {
  max-width: 300px;
}
.header-post {
  height: auto;
  min-height: 360px;
  background: #fff no-repeat center;
  background-size: cover;
}
.header-post img {
  width: auto;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.header-type-note {
  font-size: 19px;
  color: var(--bg-dark);
  background-color: var(--bg-note);
  border-radius: 15px 15px 0 0;
  padding: 0.5rem 2rem;
  top: -1.5rem;
  display: flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
}
.logo-a {
  width: 337px;
}
.logo-b {
  width: 170.4px;
}
@media all and (min-width: 1540px) {
  .carousel-cap h3 {
    font-size: 3.938em;
    line-height: 1.03;
  }
  .carousel-cap p {
    font-size: 1.875rem;
    line-height: 1.07;
  }
}
@media all and (min-width: 1024px) and (max-width: 1500px) {
  .carousel-cap h3 {
    /* font-size: 3.938em; */
    line-height: 1.03;
  }
  .carousel-cap p {
    /* font-size: 1.875rem; */
    line-height: 1.07;
  }
  .logo-a {
    width: 237px;
    margin-bottom: 1rem!important;
  }
  .logo-b {
    width: 70.4px;
    margin-bottom: 0!important;
  }
}
@media all and (min-width: 1280px) {
  .carousel-control-next-icon, .carousel-control-prev-icon {
    width: 26px;
    height: 50px;
  }
  .img-item {
    width: auto;
  }
  .banner-caption-2 {
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
  }
  a>.img-featured {
    margin: auto;
    height: 541px;
  }
}
@media all and (max-width: 768px) {
  #noticias-destacadas-movil .img-item {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .carousel-indicators {
    bottom: 2%;
    margin: 0;
  }
  .carousel-indicators li {
    background-color: var(--primario);
  }
  .slider .carousel-indicators li,
  #noticias-destacadas-movil .carousel-indicators li {
    background-color: #fff;
  }
  .c-slide {
    margin-top: 70px;
  }
  .carousel-item {
    max-width: 100vw;
  }
  img.card-img-top {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  a>.img-featured {
    margin: auto;
    height: 350px;
  }
}
@media all and (max-width: 736px) {
  .carousel-cap {
    left: 0;
    width: 100%;
    padding: 15% 1rem 0;
  }
  img.card-img-top {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .title-media::before {
    content: "";
    position: absolute;
    width: 64%;
    height: 1px;
    background-color: currentColor;
    top: 0;
    transition: var(--transition);
    right: -4rem;
    bottom: 0;
    margin: auto;
  }
}