.diversos {
    display: flex;
    justify-content: center;
}

.diversos__tabs {
    display: flex;
    flex-flow: row wrap;
}

.diversos__tab {
    position: relative;
    margin-right: 20px;
}

.diversos__tab__radio__label {
    padding: 20px;
    color: #000000;
    transition: .2s ease;
    display: flex;
    cursor: pointer;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.diversos__tab__radio__label:hover {
    background-color: #000;
    color: #ffffff;
}

.diversos__tab .diversos__tab__radio {
    position: absolute;
    opacity: 0;
}

.diversos__tab__radio:checked + .diversos__tab__radio__label {
    /* background-color: #9A0000; */
    color: #FFFFFF;
}

.diversos__content {
    background-color: #f5f5f5;
    color: #000000;
    padding: 30px 0;
    font-size: 13px;
    
}

.diversos__content p {
    line-height: 1.6;
}

.areadocliente__diversos__content__col {
    padding: 0 30px;
    width: 50%;
}

.diversos__links {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
}

.diversos__link {
    color: #000;
    text-decoration: none;
    transition: .5s ease;
    line-height: 2.3;
}

.diversos__link:hover {
    text-decoration: underline;
    padding-left: 10px;
}

.diversos__link i {
    /* color: #9A0000; */ 
    margin: 0 5px;
}

.diversos__title {
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    position: relative;
    line-height: 1.6;
    flex-basis: 100%;
    margin-bottom: 20px;
}

.diversos__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    /* background-color: #9A0000; */
    line-height: 1.6;
}

.diversos__btn {
    padding: 8px 35px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    transition: .2s ease;
    z-index: 1;
    cursor: pointer;
    pointer-events: all;
	color: #FFF;
	border:0px;
}

.diversos__btn:hover {
    background-color: #000;
    color: #fff;
}

.diversos__content__areadocliente {
    display: none;
    flex-flow: row wrap;
}

.diversos__content__areadocliente .diversos__btn {
    margin-bottom: 40px;
}

.diversos__content__newsletter {
    display: none;
    padding: 0 30px;

    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.newsletter__input {
    width: 48%;
    border-radius: 0px;
    border: 1px solid #eeeeee;
    padding: 13px 5px;
    margin: 10px 10px;
    color: #4d4948;
}

.newsletter__cod {
    font-size: 23px;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.newsletter__cod__input {
    width: 10%;
    border-radius: 0px;
    border: 1px solid #eeeeee;
    padding: 13px 5px;
    margin: 10px 10px;
    color: #4d4948;
    text-align: center;
}

.diversos__content__maispesquisados {
    display: none;
    flex-flow: column nowrap;
    padding: 0 30px;
}

.diversos__content__financiamento {
    display: none;
    flex-flow: column nowrap;
    padding: 0 30px;
    align-items: flex-start;
}

.diversos__content__correspondentecaixa {
    display: none;
    flex-flow: column nowrap;
    padding: 0 30px;
    align-items: flex-start;
}

.diversos__content__procurandopor {
    display: flex;
    flex-flow: column nowrap;
    padding: 0 30px;
    align-items: flex-start;
}

@media (max-width: 720px) {

    .diversos__tab {
        margin: 0;
        width: 100%;
    }

    .areadocliente__diversos__content__col {
        width: 100%;
    }

    .newsletter__input, .newsletter__cod, .diversos__content p, .newsletter__cod__input, .diversos__btn  {
        width: 100%;
        text-align: center;
    }

    .diversos__content__financiamento p, .diversos__content__correspondentecaixa p{
        text-align: left;
    }
}