div.titulo {
    background-image: url(../../public/images/bg-contrate.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 227px;
    background-color: #fff;
}

.subtitulo .title-orange {
    line-height: 19px;
    font-weight: bold;
    margin-top: 40px;
    min-height: 32px;
    font-size: 23px;
    color: #e65a00;
}

.subtitulo {
    text-align: center;
    padding-bottom: 20px;
}

.titulo-form {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 30px;
}

.p-white{
    color: #fff;
}

.formulario {
    background-image: url(../../public/images/bg-form-contrato.png);
    background-position: center;
    padding-bottom: 80px;
}

div.formulario input.form-control {
    border-radius: 25px;
    padding-left: 15px;
    background-color: #fff;
    max-width: 400px;
    border: none;
}

div.formulario select.form-control {
    border-radius: 25px;
    background-color: #1ea0e6;
    color: #fff;
    border-color: #1ea0e6;
    max-width: 400px;
}

div.formulario select.form-control option {
    background-color: #fff;
    color: #9a9a9a;
}

.align-right {
    right: -150px;
}
.mg-bottom-50{
    margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
    div.col-md-12{
        position: relative;
        min-height: 1px;
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .align-right {
        right: 0px!important;    
    }
    div.formulario input.form-control {       
        margin: 0 auto;
    }
    div.formulario select.form-control {
        margin: 0 auto;
    }
    .mg-bottom-50{
        margin-bottom: 0px!important;
    }
}

div.formulario button {
    border-radius: 25px;
    border: none;
    padding: 7px 50px;
    font-size: 20px;
    background-color: #005fcd;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 65px;
}

.contrato_adesao {
    background-color: #1a5fcd;
    color: #fff;
    padding: 15px;
    text-align: center;
    border: 2px solid;
    border-radius: 15px;
    margin: 0 auto;
    width: 305px;
    margin-bottom: 20px;
}

.mg-zero{
    margin: 0px !important;
}

.bg-color-purple{
    background-color: #832dab!important;
}

label.error {
    color: yellow;
    margin-left: 10px
}

.texto-wpp {
    transform: translate(11px, 43px);
    font-weight: bold;
}

.linha {
    border: 0.3px solid;
    width: 65px;
    transform: translate(15px, 21px);
    margin-top: 9px;
    margin-bottom: 9px;
}

.icon-box-chat {
    transform: translate(11px, 21px);
}

.texto-chat {
    transform: translate(13px, 24px);
    margin-left: 17px;
    font-weight: bold;
}

button.revela-box {
    position: fixed;
    padding: 0px 9px;
    background-color: #e65a00;
    border: 1px solid #e65a00;
    right: 0px;
    transform: translate(0, -38px);
    display: none;
    font-size: 20px;
    color: #fff;
}
