.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner.vc_transition {
  -webkit-transition: 0s ease left;
  transition: 0s ease left;
}

.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner.vc_transition.vc_swipe-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.banner.headerclass {
  position:relative !important;
}

header.banner.headerclass {
    position: relative; /* Asegura que el contenedor padre tenga posición relativa */
}

.enlace-banner-pdf {
    position: absolute;
    top: 42px;
    right: 0;
}

.banner-pdf {
    height: 202px;
}

.banner-pdf img {
    object-fit: content;
    height: 202px;
    width: auto;
}

@media(max-width:991px) and (min-width:980px) {
	.enlace-banner-pdf {
		left: 0 !important;
	}
}

@media(max-width:990px) and (min-width:768px) {
	.banner-pdf, .banner-pdf img {
		height:140px;
	}
}

@media(max-width:767px) and (min-width:561px) {
	.banner-pdf, .banner-pdf img {
		height:120px;
	}

	.enlace-banner-pdf {
		top:90px;
	}
}

@media(max-width:560px) {
	.banner-pdf, .banner-pdf img {
		height:120px;
	}

	.enlace-banner-pdf {
		position:static !important;
		text-align:center !important;
	}
}
