.logolisa{
  width: 30%;
  height: auto;
  margin: 0 15px;
  float: left;
}

.field--name-body{
  width:48%
}

.juicebox_fotos{
  width:50%;
  float:right;
  position:relative;
  top: -665px;
  margin-bottom: -45%;
}

 @media only screen and (min-width: 768px) and (max-width: 1260px) {
   .juicebox_fotos{
  top: -770px;
  margin-bottom:-45%;
}
 }

@media only screen and (max-width: 991px) {
  .juicebox_fotos{
  top: 0px;
  margin-bottom:0%;
  width:100%;
  float:none;
}

  .field--name-body{
  width:100%
}
}

 @media only screen and (max-width: 768px) {
.logolisa{
  width: 80%;
  height: auto;
  margin: 0 10%;
}
}