#planos{
    background-color: #f4f4f4;
    min-height: 1000px;
}

.card-plano {
    position: relative;
    top: -200px;
}

.plano-0 {
    background-color: #572387 !important;
}

.plano-1 {
    background-color: #941793 !important;
}

.color-1{
    color: #941793 !important;
}

.plano-2 {
    background-color: #224ca2 !important;
}

.color-2{
    color: #224ca2 !important;
}

.plano-3 {
    background-color: #0c72e5 !important;
}

.color-3{
    color: #0c72e5 !important;
}

.corpo-card-plano {
    min-height: 915px;
    background-color: #FFF;
}

.titulo-plano{
    font-size: 36px;
    color: #ffae00;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 30px;
}

.subtitulo-plano {
    color: #FFF;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 10px;
}

a.btn-full-orange {
    width: 100%;
    text-align: center;
    display: block;
    background-color: #ffae00;
    padding: 28px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: 0.4s ease all;
}

a.btn-full-orange:hover{
    background-color: #224ca2;
}

.topo-card-plano {
    width: 100%;
    text-align: justify;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 30px 0px 13px 25px;
}

ul.plano-itens {
    list-style: none;
    padding-top: 20px;
}

li.plano-item {
    color: #607587;
    font-size: 14px;
    margin-bottom: 6px;
}

li.plano-item b{
    font-weight: 800;
}

.margin-right{
    padding-right: 17px;
}

button.btn-close {
    background-color: #FFF;
    color: transparent;
    border-radius: 50px;
    font-size: 10px;
}

h5#formModalLabel {
    line-height: 36px;
}

h6#subtitulo-modal {
    line-height: 0px;
}

.modal-header{
    display: block !important;
}

.text-modal{
    font-size: 16px;
    margin: 30px 0px 40px 0px;
    text-align: justify;
}
.form-input {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border-radius: 16px;
    border: 1px solid #bbb;
    padding: 7px 20px;
    color: #a2a2a2;
}

::placeholder {
    color: #a2a2a2;
    opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: #a2a2a2;
}

#btn-submit {
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 17px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    transition: 0.4s ease all;
    margin-top: 15px;
    margin-bottom: 30px;
}

#btn-submit:hover{
    background-color: #ffae00 !important;
}

@media (max-width: 576px) {
    .card-plano{
        margin-top: 40px;
        top: 0px;
    }

    section#contato {
        margin-top: 40px;
    }
}