/*Trama nueva*/
.trama .generic-image img {
  height: 73px;
  object-fit: cover;
  object-position: center right;
}

/* Componente document card */

.document-card.ypfcom__modules-cards-download .document-card__preview::before {
  background-image: url(../images/mineria/ypf_logo_white.svg);
}

/* Componente banner 50image */

.banner.ypfcom__panels-banner-50image.brand {
  background-color: #3a4247 !important;
}

.banner.ypfcom__panels-banner-50image.brand .banner__bg-image {
  background-color: #3a4247;
  position: relative;
}

.banner.ypfcom__panels-banner-50image.brand .banner__bg-image::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 216px;
  background-image: url("../images/mineria/vector2.webp");
  background-size: cover;
  background-position: bottom left;
  pointer-events: none;
}
.banner.ypfcom__panels-banner-50image.brand
  .advanced-link:nth-child(1)
  .advanced-link__link {
  border-color: var(--Grey-Scale-0);
}
@media(max-width: 768px) {
  .banner.ypfcom__panels-banner-50image.brand .banner__bg-image::after {
    height: 80px;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .banner.ypfcom__panels-banner-50image.right{
    flex-direction: column-reverse!important;
    padding-block-end: 80px;
  } 
  .banner.ypfcom__panels-banner-50image.right .banner__containe {
    padding-block-start: 48px!important;
  }
  .ypfcom__panels-banner-50image .banner__bg-image {
    overflow:visible!important;
  }
  .banner.ypfcom__panels-banner-50image.brand .banner__bg-image::after {
    height: 80px;
  }
}

