.banner-home-plazo-fijo {
  background-image: radial-gradient(circle at 82% 50%, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.14) 28%, rgba(255, 255, 255, 0) 60%), linear-gradient(90deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0.14) 55%, rgba(255, 255, 255, 0.22) 100%), url("../../img/inicio/PlazoFijo/Fondo.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

div.detalle2 p.text-justify {
  text-align: justify !important;
}

.text-justify {
  text-align: justify !important;
}

.text-center {
  text-align: center;
}

.text-transform {
  text-transform: inherit;
}

.banner-home-plazo-fijo .contenedor {   
  height: 100%;
  position: relative;
  max-width: none;
  margin: 0;
}

.plazo-fijo-layer {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.35));
  transform: none;
}

#plazo-fijo-title {
  background-image: url("../../img/inicio/PlazoFijo/Depositos-PLAZO-FIJO.png");
  background-size: 100% auto;
  left: 4%;
  top: 15%;
  width: 53%;
  height: 52%;
}

#plazo-fijo-texto1 {
  background-image: url("../../img/inicio/PlazoFijo/Texto1.png");
  left: 10%;
  top: 55%;
  width: 100%;
  height: 20%;
}

#plazo-fijo-contacto {
  background-image: url("../../img/inicio/PlazoFijo/Contacto.png");
  left: 20%;
  top: 70%;
  width: 40%;
  height: 13%;
}

.plazo-fijo-legal {
  position: absolute;
  left: 10%;
  bottom: 7%;
  width: clamp(520px, 45vw, 880px);
  margin: 0;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  transform: none;
}

@media (max-width: 992px) {
  #plazo-fijo-title {
    left: 4%;
    top: 12%;
    width: 78%;
    height: 50%;
  }
  #plazo-fijo-texto1 {
    left: 7%;
    width: 62%;
  }
  #plazo-fijo-contacto {
    left: 7%;
    width: 54%;
  }
  .plazo-fijo-legal {
    left: 7%;
    width: 80%;
    font-size: 9px;
  }
}

@media (max-width: 600px) {
  #plazo-fijo-title {
    left: 50%;
    top: 16%;
    width: 92%;
    height: 44%;
    transform: translateX(-50%);
  }
  #plazo-fijo-texto1 {
    display: none;
  }
  #plazo-fijo-contacto {
    left: 50%;
    top: 62%;
    width: 84%;
    height: 14%;
    transform: translateX(-50%);
  }
  .plazo-fijo-legal {
    left: 50%;
    width: 88%;
    bottom: 7%;
    font-size: 9px;
    text-align: center;
    transform: translateX(-50%);
  }
  .plazo-fijo-layer {
    background-position: center;
  }
}
