#areaContent {
    width: 100%;
    margin: 1rem 0;
    text-align: center;
}

.content {
    width: 100%;
    display: none;
    
}

#central:not(.onepage) {
    background-color: #F3F3F3!important;
}

.content.show {
    display: block;
}

#rowButtons {
    justify-content: center;
}

#rowButtons > div:nth-child(2) {
    border-left: 1px #E5293B solid;
    border-right: 1px #E5293B solid;
}

#rowButtons > div {
    padding: 0 .5rem;
    min-width: 280px;
}

.titulo {
    width: 100%;
    background-color: #E5293B;
    color: #FFF;
    border-radius: 20px;
    font-size: 1.7rem;
    padding: 20px 5px;
    font-family: "FS Rufus Regular";
}

.area-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: .5rem 0;
    justify-content: center;
}

.btn-categoria.active {
    color: #FFF;
    background-color: #e5293b;
}

.btn-categoria {
    height: 30px;
    display: inline-flex;
    flex-direction: row;
    font-size: .5rem;
    border: 1px solid #e5293b;
    padding: .3rem .8rem;
    border-radius: 15px;
    color: #e5293b;
    align-items: center;
    font-family: "FS Rufus Regular";
    margin: 0 .1rem;
    flex-wrap: nowrap;
    cursor: pointer;
}

.btn-categoria > div {
    padding: 0 .5rem;
    line-height: 1;
}

.btn-categoria > p {
    margin-bottom: 0;
}

.btn-categoria.active > div:nth-child(2) {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.btn-categoria > div:nth-child(2) {
    border-left: 1px solid #e5293b;
    border-right: 1px solid #e5293b;
}

#topButtons {
    position: absolute;
    left: .5rem;
    top: .5rem;
}

#topButtons > a {
    color: #3F3F3F;
    text-decoration: none;
}


/* ORION */

#central.orion .btn-categoria {
    color: #0189c7;
    border-color: #0189c7;
}

#central.orion .btn-categoria.active {
    background-color: #0189c7;
}

#central.orion .btn-categoria.active p {
    color: #FFF;
}

#central.orion p {
    color: #0189c7;
}

/* HYDREX */

#central.hydrex .btn-categoria {
    color: #035182;
    border-color: #035182;
}

#central.hydrex .btn-categoria.active {
    background-color: #035182;
}

#central.hydrex .btn-categoria.active p {
    color: #FFF;
}

#central.hydrex p {
    color: #035182;
}


/** SDI **/
#central.sdi p {
    color: #ed875f;
}

#central.sdi .linha {
    color: #ed875f;
}


#central:not(.onepage).polaris p,
#central:not(.onepage).polaris > .linha,
.especificacoes-tecnicas.polaris p,
.especificacoes-tecnicas.polaris > .linha {
    color: #98bf0e;
}



#btnAplicacaoesLinhaHydrex {
    background-color: #035182;
    margin: 0 auto;
    margin-bottom: 1rem;
    color: #FFF;
    font-family: "FS Rufus Regular";
    border-radius: 2rem;
    padding: 1rem 1.5rem;
}

@media screen and (max-width: 1023px) {
    #rowButtons > div:nth-child(2) {
        border: none;
    }
}

@media screen and (max-width: 423px) {
    #topButtons {
        position: static;
        font-size: .7rem;
        margin-top: 1rem
    }
}