.banner-home-guardadito-plus {
  background-image: url("../../img/inicio/GuardaditoPlus/Fondo-GPlus.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-home-guardadito-plus .contenedor {
  height: 100%;
  position: relative;
  max-width: none;
  margin: 0;
}

.gplus-layer {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}

#gplus-title {
  background-image: url("../../img/inicio/GuardaditoPlus/Texto1-GPlus.png");
  left: 1%;
  top: 24%;
  width: 42%;
  height: 42%;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.45));
}

#gplus-persona {
  background-image: url("../../img/inicio/GuardaditoPlus/Persona-GPlus.png");
  top: 5%;
  left: 25%;
  bottom: 0;
  width: 150%;
  height: 150%;
}

.gplus-texto2 {
  position: absolute;
  left: 5%;
  top: 90%;
  width: 54%;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}

@media (max-width: 992px) {
  .banner-home-guardadito-plus {
    background-size: cover;
  }
  #gplus-title {
    left: 0%;
    top: -10%;
    width: 62%;
    height: 100%;
    background-position: left center;
  }
  #gplus-persona {
    left: auto;
    right: -5%;
    top: 0%;
    bottom: 0;
    width: 70%;
    height: 150%;
    background-position: right bottom;
    transform: none;
  }
  .gplus-texto2 {
    left: 4%;
    top: 80%;
    width: 62%;
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .banner-home-guardadito-plus {
    background-size: cover;
  }
  #gplus-title {
    left: 0%;
    top: -15%;
    width: 70%;
    height: 100%;
    background-position: left center;
  }
  #gplus-persona {
    left: auto;
    right: -10%;
    top: 18%;
    bottom: 0;
    width: 100%;
    height: 110%;
    background-position: right bottom;
    transform: none;
  }
  .gplus-texto2 {
    left: 6%;
    top: 70%;
    width: 78%;
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 4px;
  }
}
