main{
    width: 100%;
    background-color: #040C2A !important;
}

body, footer{
     background-color: #040C2A !important;
}


.section-title{
    width: 75%;
    margin: 0 auto;
    max-width: 700px;
}

.section-title h2{
    color: #EDC003;
    font-size: 60px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.section-title p{
    font-size: 16px;
    margin-bottom: 13px;
}
.section-title p.sub-title{
    font-family: 'Bebas-Nue-Bold';font-size: 27px;
}

.section-title a{
    font-family: 'Bebas-Nue-Bold';
    font-size: 18px;
    margin: 20px 20px 0px 0;
    width: 118px;
    height: 34px;
    cursor: pointer;
    color: white;
    text-decoration: underline;
}

a.btn-forms{
   font-size: 24px;
   padding: 10px 0;
   font-family: 'Bebas-Nue-Bold';
   background: #EDC003;
   border: 1px solid #EDC003;
   cursor: pointer;
   display: block;
   width: 300px;
   text-align: center;
   margin: 50px 0;
}

.formulario{
    width: 75%;
    margin: 0 auto 100px;
    max-width: 700px;
}

.formulario .validacao-dne{
    display: flex;align-items: center;
}

.formulario .validacao-dne input{
    width: 25px;
    height: 25px;
}

.formulario .validacao-dne label{
    margin: 10px;
    font-size: 20px;
}

.formulario #verificacao-desconto  {
    margin: 10px 0;
}

.formulario #verificacao-desconto  label{
    font-size: 20px;
}

.formulario #verificacao-desconto  input{
    font-size: 17px;
    margin: 20px 20px 0px 0;
    width: 200px;
    height: 30px;
    padding-left: 10px;
}

.formulario #verificacao-desconto  button{
    font-size: 18px;
    margin: 20px 20px 0px 0;
    width: 118px;
    font-family: 'Bebas-Nue-Bold';
    height: 34px;
    background: #EDC003;
    border: 1px solid #EDC003;
    cursor: pointer;
}

.formulario #verificacao-desconto  #mensagem{
    font-size: 15px;
    margin-top: 5px;
    color: #EDC003;
    padding-left: 2px;
}

.hidden {
  display: none !important;
}

form label, form input, form select, form span{
    font-family: 'Bebas-Nue' !important;
}

#rd-column-lspas0o7 > div{
    background-color: #040C2A !important;
    padding: 0 !important;
}

#rd-button-lspas0ob.bricks--component-button{
    background-color: #EDC003 !important;
    font-family: 'Bebas-Nue-Bold' !important;
    font-size: 25px !important;
    margin: 20px 20px 0px 0  !important;
    width: 118px  !important;
    padding: 5px;
    border: none !important;
    height:  fit-content !important;
    min-width: fit-content !important;
}

.pagamento{
    width: 90%;
    max-width: 800px;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to bottom, #00955A, #091089);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.pagamento .close{
    font-size: 18px;
    width: 39px;
    padding: 7px 0;
    font-family: 'Bebas-Nue-Bold';
    background: #EDC003;
    border: 1px solid #EDC003;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
}

.pagamento h4{
    margin: 29px;
    color: white;
    font-size: 28px;
}

.pagamento p{
    width: 90%;
    font-size: 15px;
    margin-top: 4px;
}

.pagamento a{
    font-size: 18px;
    margin: 21px 0;
    width: 140px;
    padding: 2px 0 4px 0;
    font-family: 'Bebas-Nue-Bold';
    height: 34px;
    background: #EDC003;
    border: 1px solid #EDC003;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 700px) {
	.section-title h2 {

        font-size: 40px;

    }
}