smq-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  display: block;
}

smq-popup .window {
  padding: 10px 20px 20px;
  margin: 100px auto;
  width: 48vw;
  max-width: 700px;
  min-height: 100px;
  background: rgba(255,255,255,1);
  border-radius: 10px;
}

smq-popup .close {
    margin: 0 10px 0 0;
    float: right;
    color: rgba(0,0,0,0.5);
    font-size: 30px;
    cursor: pointer;
}

.api-content{
    height: 80vh;
    background: url(/assets/images/DDB-Pararparaseguir.png) top center no-repeat;
    background-size: contain;
}

smq-popup header.api-header h1 {
  font-size: 1.5rem;
}


@media (min-width: 320px) and (max-width: 480px) {
    
    smq-popup .window {
      padding: 10px 20px 20px;
      margin: 80px auto;
      width: 90vw;
      min-height: 100px;
      background: rgba(255,255,255,1);
      border-radius: 10px;
    }
    
    .api-content {
        height: 75vh;
        background-size: cover;
    }

    

}