body {
  /*background: #D7DBDD;*/
  background-image: url"{% static 'assets/images/brand/fondo1.jpg %}";
  background-repeat: no-repeat;
  min-height: 100Vh;
  height: 100Vh;
  max-height: 100Vh;
  background-size: 100%;
}

.contenedor {
  /*background: #fff;*/
  max-height: 200px;
  min-height: 700px;
}

.contenedor .frame {
  background: rgba(255, 255, 255, 0.8);
  max-width: 35%;
  min-width: 30%;
  min-height: 200px;
  padding: 50px 70px;
  border-radius: 50px;
}


/* MEDIAQUERIES */
/* Dispositivo sm */
@media screen and (max-width: 400px){
  .contenedor {
    min-height: 600px;
  }

  .contenedor .frame {
    max-width: 95%;

  }
}

/* Dispositivo md */
@media screen and (max-width: 768px){
  .contenedor {
    min-height: 650px;
  }

  .contenedor .frame {
    max-width: 90%;
    padding: 40px 30px;
  }
}
