/* new */
.bannerinterior-izda {
  margin-bottom: 4rem;
  max-width: 128rem;
  margin-left: auto;
  margin-right: auto;
  position: relative!important;
}
.bannerinterior-izda .container-left {
  padding-right: 14%!important;
    margin-left: 0;
    max-width: 55%;
    padding-top: 5rem;
    Padding-bottom: 5rem;
    Padding-left: 4rem;
    min-height: 30rem;
    z-index: 20;
    align-items: center;
    display: flex;
    margin-right: auto;
    position: relative!important;
}
.bannerinterior-izda .content-left {
  margin-left: auto;
  transition-property: opacity,transform,-webkit-transform;
  transition-timing-function: ease;
  transition-duration: .4s;
  max-width: 100%;
  pointer-events: auto;
  zoom: 1;
}
.bannerinterior-izda .content-left-color {
  zoom: 1;
  color: #fff;
}
.bannerinterior-izda .title-left {
  color: #fff;
}
.bannerinterior-izda .text-left {
  color: #fff;
}

.bannerinterior-izda .enlace-left {
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.bannerinterior-izda .enlace-left:hover{
  text-decoration: underline;
}

.bannerinterior-izda .container-left-bg {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
}

.container-right-img {
  right: 0;
  max-width: 55%;
      z-index: 30;
      top: 4rem;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: transparent;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
}

@media only screen and (max-width: 800px) { 

.bannerinterior-izda .container-left {
  padding-right: 14%!important;
  margin-left: 0;
  max-width: 65%;
  padding-top: 3rem;
  Padding-bottom: 2rem;
  Padding-left: 2rem;
  min-height: 30rem;
  z-index: 20;
  align-items: center;
  display: flex;
  margin-right: auto;
  position: relative!important;}

  .container-right-img {
    right: 0;
    max-width: 41%;
    z-index: 30;
    top: 4rem;
    position: absolute;
    width: 100%;
    height: 60%;
    background-color: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
} 
}

@media only screen and (max-width: 592px) { 
  .container-right-img {
    top: 0;
    max-width: 100%;
    z-index: 0;
  }
  .bannerinterior-izda .container-left {
    width: 100%;
    max-width: 100%;
    z-index: 20;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
.bannerinterior-izda {
  margin: 2rem 1rem;
}
.bannerinterior-izda .container-left-bg {
  opacity: .9;
}

.container-right-img {
  height: 100%;
} 
}