@media (max-width: 575px) {
  .left {
      margin-bottom: 40px;
  }
/* 
  .row {
      margin-top: 30px;
  } */

  .right {
      background: url('/assets/images/cdlmovel/Home---Mulher-falando-com-o-celular.png') no-repeat;
      background-position: right;
      background-attachment: fixed;
      background-size: 100% 100%;
      background-position-y: 200px;
      margin-bottom: 50px;
  }

  .band {
      height: 600px;
      color: white;
      background-color: rgba(40, 77, 146, 0.93);
      text-align: center;
  }
  
  .band img {
    width: 100px;
    height: 100px;
    justify-content: center;
    margin-left: -10px;
  }
}

@media (min-width: 576px) {
  .left {
      margin-bottom: 40px;
  }

  /* .row {
      margin-top: 30px;
  } */

  .right {
      background: url('/assets/images/cdlmovel/Home---Mulher-falando-com-o-celular.png') no-repeat;
      background-position: right;
      background-attachment: fixed;
      background-size: 100% 100%;
      background-position-y: 200px;
      margin-bottom: 50px;
  }

  .band {
      height: 600px;
      color: white;
      background-color: rgba(40, 77, 146, 0.93);
      text-align: center;
  }
  
  .band img {
    width: 100px;
    height: 100px;
    justify-content: center;
    margin-left: -10px;
  }
}

@media (min-width: 768px) {
  .right {
      background: url('/assets/images/cdlmovel/Home---Mulher-falando-com-o-celular.png') no-repeat;
      background-position: bottom;
      background-attachment: fixed;
      background-size: 95% 75%;
      background-position-y: 70px;
      background-position-x: 450px;
  }

  .band {
      height: 630px;
      color: white;
      background-color: rgba(40, 77, 146, 0.93);
      text-align: center;
  }
  
  .band img {
    width: 50px;
    height: 70px;
    text-align: center;
    /* margin-left: -10px; */
    padding: 0px;
  }
  .footer {
    float: left;
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  /* .row {
      margin-top: 40px;
  } */
  .right {
      background: url('/assets/images/cdlmovel/Home---Mulher-falando-com-o-celular.png') no-repeat;
      background-position: right;
      background-attachment: fixed;
      background-size: 52% 80%;
  }

  .band {
      height: 680px;
      color: white;
      background-color: rgba(40, 77, 146, 0.93);
      text-align: center;
  }
  
  .band img {
    width: 100px;
    height: 100px;
    justify-content: center;
    margin-left: -10px;
  }
  .footer {
    float: left;
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  /* .row {
      margin-top: 40px;
  } */
  .right {
      background: url('/assets/images/cdlmovel/Home---Mulher-falando-com-o-celular.png') no-repeat;
      background-position: right;
      background-attachment: fixed;
      background-size: 52% 80%;
  }

  .band {
      height: 700px;
      color: white;
      background-color: rgba(40, 77, 146, 0.93);
      text-align: center;
  }
  
  .band img {
    width: 100px;
    height: 100px;
    justify-content: center;
    margin-left: -10px;
  }
  
  .footer {
    float: left;
    margin-top: 20px;
  }
}

@media (min-width: 1600px) {
  /* .row {
      margin-top: 40px;
  } */
  .right {
      background: url('/assets/images/cdlmovel/Home---Mulher-falando-com-o-celular.png') no-repeat;
      background-position: right;
      background-attachment: fixed;
      background-size: 52% 80%;
  }

  .band {
      height: 700px;
      color: white;
      background-color: rgba(40, 77, 146, 0.93);
      text-align: center;
  }
  
  .band img {
    width: 100px;
    height: 100px;
    justify-content: center;
    margin-left: -10px;
  }

  .footer {
    float: left;
    margin-top: -15px;
  }
  
}


.band {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
}

.left button {
  border: none;
  border-radius: 20px;
  padding: 8px;
}
