#top_telefone {
    height: 50vh;
    background: url('../../img/index/orienta/background.jpg') no-repeat right;
    background-size: cover;
    color: #07BEBB;
    font-weight: 700;
    text-shadow: 0px 0px 4px rgb(255, 255, 255);
    font-size: 1em;
}
#top_telefone h5 {
    font-weight: 700;
}
#top_telefone .content {
    padding-bottom: 20%;
    padding-right: 8%;
}
.row.info_telefone {
    background-color: white;
    text-align: center;
    font-weight: 400;
    color: #363636;
    box-shadow: 0px 3px 26px #00000029;
    border-radius: 8px;
    position: relative;
    top: -11em;
    font-size: .9em;
    padding: 1.2vw 0;
}
.info_telefone .contato {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 10px;
}
.info_telefone .contato span {
    color: #07BEBB;
}
.info_telefone .contato a {
    color: #07BEBB;
    font-size: .9em;
}
.info_telefone .text {
    padding: 0 1em;
    font-weight: 500;
}
#steps_telefone .card {
    flex-direction: unset;
    display: flex;
    align-items: center;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0px 2px 16px #0000001c;
    height: 100%;
    padding: 10px;
}
#steps_telefone {
    position: relative;
    top: -8vw;
    margin-bottom: -7em;
}
#steps_telefone ul {
    list-style-type: none;
    width: max-content;
    font-size: .9em;
    margin-bottom: inherit;
    font-weight: 500;
}
span#circle {
    color: white;
    font-size: 1.4rem;
    min-width: 2.5rem;
    background-color: #07BEBB;
    margin-right: 1rem;
    text-align: center;
    border-radius: 50%;
    line-height: 2.5rem;
}
#steps_telefone h5 {
    text-align: center;
    color: #07BEBB;
    font-weight: 600;
}
span#title {
    font-size: 1rem;
    font-weight: bold;
    white-space: pre-line;
}
.col-md-8 .row#info {
    top: 0 !important;
    margin: 10px 8% 8% 8%;
}
.col-md-8 .row#info .col-md-8 {
    max-width: none;
    flex: 0 0 100%;
}
#steps_telefone ul li:before {    
    font-family: 'Font Awesome 5 Free';  
    content: "\f0da";
    padding-right: 10px;
    color: #07BEBB;
    font-weight: 900;
}

@media (max-width: 900px) {
    .row.info_telefone {
        top: -7em !important;
    }

    .col-md-8 .row#info {
        margin-bottom: 25%;
    }
}

@media (max-width: 510px) {
    .row.info_telefone {
        top: 0 !important;
    }

    .row#steps_telefone .col-md-8 {
        margin-top: 16%;
    }
}

@media (min-width: 1400px) {
    #steps_telefone {
        top: -6vw;
    }
    #top_telefone {
        font-size: 1.1em;
    }
}
#steps_telefone i {
    color: #07BEBB;
    margin-right: 10px;
}

/* Modal */
#hire_benefit .modal-header {
    text-align: center;
    text-shadow: 1px 1px 1px #0000002b;
    background-color: #07BEBB;
    color: white !important;
}
#hire_benefit .modal-header h5 {
    font-weight: 700;
    text-align: center;
}
#hire_benefit a {
    color: #07BEBB;
}
.btn-login, .usage_button, .print {
    background-color: #07BEBB;
    color: white!important;
    font-weight: 600;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 30px;
    padding: .5em 3em;
}
.btn-login:hover {
    color: white;
    background-color: #079e9c;
}
.benefit_title {
    font-weight: 600;
    color: #07BEBB;
    font-size: 1.2em;
}
.benefit_description {
    font-size: .8em;
}

#hire_benefit h4 {
    font-weight: 700;
    color: #3A3A3A;
    margin-top: 1em;
}