.boxer-slider {margin: 0 auto; max-width: 1920px; width: 100%;}
.contenedor-imagen {  width: 100%; height: auto;}
.fz-banner-title {font-size: clamp(45px, 5.35vw, 85px);!important; }
.fz-123-94{font-size: clamp(75px, 8.54vw, 130px)!important; }
.fz-20-24{font-size: clamp(20px, 3.54vw, 24px)!important; }
.banner-slider .logo-pd img {height: auto; width:195px;}
.lh-08{line-height: 0.8;}
.lh-1{line-height: 1;}
.img-slider {height: auto; max-width: 100%; object-fit: contain; width: 100%;}
.w-col-1{width:100%;}
.w-col-2{width:100%;}
.banner-slider .swiper-wrapper {z-index: 0!important;}
.boxer_mobile{width: 90%; margin: 0 auto; max-width: 1200px;}
.flag{width: 45px; height:auto;}
.location-logo{width: 22px; height:auto;}


@media only screen and (min-width: 767px) {
	.banner-slider .logo-pd img {height: auto; width:300px;}}

@media only screen and (min-width: 1020px) {
	.banner-slider .logo-pd img {height: auto; width:340px;}
	.boxer_mobile{width: unset; margin: unset; max-width: unset;}
	.w-col-1{width:55%;}
	.w-col-2{width:45%;}
	.img-slider {height: 590px!important; max-width: 100%; object-fit: cover!important; width: 100%;}
	.imagen-fondo	{height: 590px; display: block; object-fit: cover; width: 160px; max-width: 100%;}
	.seccion-con-imagen { position: relative; width: 100%; overflow: hidden;}
  .contenedor-imagen { position: relative; width: auto; height: 100%;}
  .contenido-superpuesto { position: absolute;transform: none; max-width: 98%;	top: 10%;left: 32%; z-index: 2;}
}

@media only screen and (min-width: 1100px) {
	.banner-slider .logo-pd img {height: auto; width:354px;}
	.w-col-1{width:55%;}
	.w-col-2{width:45%;}
}

@media only screen and (min-width: 1200px) {
	.w-col-1{width:55%;}
	.w-col-2{width:45%;}
}
@media only screen and (min-width: 1300px) {
	.contenido-superpuesto {left: 30%;}
}

@media only screen and (min-width: 1500px) {
.contenido-superpuesto {left: 25%;}
}

.banner.swiper-button-next, .banner.swiper-button-prev {
  z-index: 9999999909; position: absolute; top: 50%;
	background: none;
  border: none;
   border-radius: inherit;
   /*     height: 55px;
        width: 55px;*/
	
	color:white;
	font-weight: 900;
}

.banner.swiper-button-prev::after, .banner.swiper-button-next::after {
  background-position: 50%; /*background-repeat: no-repeat;*//*content: "";*/
}

.banner-slider .swiper-pagination-bullet {
  background: var(--color-3);
  transition: .5s ease !important;
  height: 0.8rem;
  width: 0.8rem;
}

.banner.swiper-button-prev{
left: 50px;
 /* background-image: url(https://www.buk.cl/hubfs/2023/Chile/arrow-gris-prev.svg)!important;
  background-position: center;  
  background-repeat: no-repeat;*/
}

.banner.swiper-button-next{
 right: 50px;
 /* background-image: url(https://www.buk.cl/hubfs/2023/Chile/arrow-gris-next.svg)!important;
  background-position: center;
  background-repeat: no-repeat;*/
}

.banner.swiper-button-prev:hover{
 left: 50px;
 /* background-image: url(https://www.buk.cl/hubfs/2023/Chile/arrow-blue-prev.svg)!important;
  background-repeat: no-repeat;*/
}

.banner.swiper-button-next:hover{
right: 50px;
 /* background-image: url(https://www.buk.cl/hubfs/2023/Chile/arrow-blue-next.svg)!important;
  background-repeat: no-repeat;*/
}

.banner.swiper-button-next.swiper-button-disabled, .banner.swiper-button-prev.swiper-button-disabled {pointer-events: auto!important;}