body, html {
    height: 100%;
    min-height: 100%;
}
.contents {
    background: #fff;
}
body {
    background: #6b6b6b;
    font-family: 'Montserrat', sans-serif;
}
img, svg {
  width: 100%;
}
.bestweekuni {
    width: 850px;
    height: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
}
input, select {
    width: 100%;
    margin-bottom: 10px;
    height: 45px;
}
input {
    text-indent: 3px;
}
select {
    text-indent: 10px;
}
.mkts {
    background: #322e2b;
    text-align: center;
    padding-top: 95px;
}
.btnEnviar {
    background: #7900ff;
    border: 0;
    color: #fff;
    padding: 9px 40px 9px 40px;
    border-radius: 4px;
    font-size: 18px;
}
.forms h3 {
    color: #0089ff;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 20px;
}
.forms {
    padding: 30px;
}
input#termosj {
    width: 20px;
}
span.aceitlabel {
    margin-left: 9px;
    position: relative;
    top: -16px;
}
a.aceitlink {
    position: relative;
    top: -16px;
}
button.btnEnviar[disabled='disabled'] {
    background: #aa5dff;
}
button#send[disabled] {
    background: #aa5dff !important;
}
.sucessmg h2 {
    font-size: 22px;
    background: #00e400;
    color: #fff;
    text-align: center;
    height: 52px;
    padding-top: 14px;
    border-radius: 4px;
}
.erromsg {
    margin-top: -7px;
    color: #ff0000;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 11px;
}
@media(max-width: 992px){
    .forms {
        padding: 15px;
        padding-bottom: 40px;
    }
    .bestweekuni {
        width: 100%;
        height: unset !important;
        min-height: unset !important;
        display: unset !important;
        display: unset !important;
        -webkit-align-items: unset !important;
        align-items: unset !important;
        -webkit-justify-content: unset !important;
        justify-content: unset !important;
    }
    button#send {
        width: 100%;
    }
}