@media only screen and (max-width: 1024px) {
  section.banner-principal .content {
    right: 15px;
    left: unset;
  }
}

@media only screen and (max-width: 768px) {
  section.banner-principal {
    background-image: url(../images/intro-mobile.jpg);
  }

  section.banner-principal .content {
    position: initial;
    width: 100%;
    height: 100%;
    max-width: unset;
    text-align: center;
    padding: 30px 30px 50px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  section.banner-principal .content {
    font-size: 60px;
  }

  section.banner-principal .content h1 {
    font-size: 40px;
    line-height: 35px;
    margin-bottom: 10px;
  }

  section.banner-principal .content h2 {
    font-size: 34px;
    line-height: 30px;
  }

  section.banner-principal .content .btn-checkout {
    max-width: 380px;
    padding: 6px 30px;
  }

  .limit-container .content {
    padding: 0 10px;
  }

  section.recursos {
    grid-template-columns: repeat(1, 1fr);
  }

  section.banner-principal {
    margin-top: 120px;
  }

  .menu-principal {
    display: flex;
    flex-direction: column;
    height: 120px;
    padding: 0;
  }

  .menu-principal .logo-container {
    width: 180px;
    overflow: hidden;
    margin: 10px 0;
  }

  .menu-principal .links {
    min-width: 100%;
    padding: 10px;
    background-color: #fff;
  }
  .menu-principal .links .btn-tema {
    background-color: #2152cf;
    border-color: #2152cf;
  }

  .menu-principal .links .link {
    color: #2152cf;
  }

  .menu-principal .links .rede-social {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  section.recursos {
    background-image: url(../images/recursos-mobile.jpg);
    padding: 30px;
    grid-row-gap: 15px;
  }
  section.recursos .recurso .icon {
    width: 30%;
  }
  section.plano > .left .apenas {
    letter-spacing: 2px;
    font-size: 20px;
  }

  section.plano > .left .preco {
    font-size: 22px;
  }

  section.plano > .left .preco {
    font-size: 22px;
  }

  section.plano > .left .preco .center {
    font-size: 120px;
    line-height: 90px;
    font-weight: bold;
  }

  section.rodape .linha {
    flex-direction: column;
  }

  section.rodape .linha .coluna {
    align-items: center;
  }

  section.rodape .linha .coluna .btn-tema {
    margin-bottom: 10px;
  }

  section.rodape .linha .coluna .telefone {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  section.rodape .linha.centro {
    font-size: 13px;
    font-weight: 600;
  }
}

@media only screen and (max-width: 550px) {
  .menu-principal .links .rede-social {
    display: none;
  }

  section.com-bookplay .beneficios {
    grid-template-columns: repeat(2, 1fr);
  }

  section.rodape .linha .linha-interna.desktop {
    display: none;
  }

  section.rodape .linha .linha-interna.responsivo {
    display: block;
    padding: 11px 0px;
  }
}

@media only screen and (max-width: 450px) {
  section.plano {
    flex-direction: column;
  }

  section.plano > .left {
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
  }
  section.plano > .right {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
}

@media only screen and (max-width: 350px) {
  section.banner-principal {
    height: 480px;
  }

  section.banner-principal .content h1 {
    font-size: 32px;
    line-height: 30px;
  }

  section.banner-principal .content h2 {
    font-size: 24px;
    line-height: 24px;
  }

  .btn-tema,
  .menu-principal .links .link {
    font-size: 12px;
  }

  section.com-bookplay h1 {
    padding: 3px 5px;
  }
  section.com-bookplay .beneficios {
    grid-template-columns: repeat(1, 1fr);
  }

  section.com-bookplay .beneficios .beneficio {
    flex-direction: row;
    padding: 15px 0;
    justify-content: left;
  }
  section.com-bookplay .beneficios .beneficio img {
    margin: 0 10px 0;
    justify-content: left;
    width: 45px;
    height: 45px;
  }
  section.com-bookplay .beneficios .beneficio span {
    margin-left: 10px;
  }
}
