      html, body {
        height: 100%;
      }
      body {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        color:#6c7785;
      }
      h1, h2{
        font-size:1.5rem;
      }
      p{
        font-size:1.1rem;
      }
      section.bg-info {
        flex: 1;
        display: flex;
        align-items: center; 
      }
      a{
        color:inherit;
      }

      .form-label{
        margin-bottom:0;
        font-size:1rem;
      }
      .btn-primary{
        background-color: #00d200 !important;
        border: none;
        border-radius: 0 0 .3rem .3rem;
        font-size:1.3rem;
      }
      .btn-primary:hover{
        opacity: .5;
        transition: .7s;
      }
      .bg-blue{
        background-color: #009be3e5;
      }
      .bg-info{
        background-image: url(../../assets/image/bg-buscadedescontos.webp);
        background-color: #009be3e5 !important;
        background-position: center;
      }
      #form_newsletter{
        min-height: 360px;
        width: 100%;
        align-content: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
      }