/***************************** CLUSTER PAGINA *********************************/
#cluster_page .container {
    position: relative;
    display: block;
    width: 755px;
    height: auto;
    margin: 0 auto;
}

#cluster_page .cluster_page-title {
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    color: #c31b2a;
    font-size: 32px;
    letter-spacing: .4px;
    margin: 25px 0 16px 0;
    padding: 0 0 14px;
    text-align: left;
}

.cluster_page_borda-title {
    background-color: #ccc;
    width: 1500px;
    left: -50%;
    position: absolute;
}

#cluster_page .cluster_page-content {
    position: relative;
    display: block;
    height: auto;
    margin: 0 0 30px;
    border-bottom: 1px solid #ccc;
    width: 755px;
}

#cluster_page img {
    margin: auto;
    display: block;
    margin-top: 40px;
    margin-bottom: 30px;
}

#cluster_page .cluster_page-content p {
    font-family: Lato, sans-serif;
    font-size: 18px;
    color: #242424;
    line-height: 28px;
    letter-spacing: .7px;
    margin: 0 0 30px;
}

#cluster_page .cluster_page-content p a {
    color: #c31b2a;
    text-decoration: none;
}

#cluster_page .cluster_page-content h2,
#cluster_page .cluster_page-content h3,
#cluster_page .cluster_page-content h4,
#cluster_page .cluster_page-content h5,
#cluster_page .cluster_page-content h6 {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: #c31b2a;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: .4px;
    text-transform: inherit;
    margin: 0 0 15px;
}

/***************************** CLUSTER SIDEBAR *********************************/

#cluster_sidebar {
    margin: auto;
    width: 78%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-bottom: 40px;
}

#cluster_sidebar .cluster_menu {
    background-color: #1f1f1f;
    width: 296px;
    margin-right: 15px;
}

#cluster_sidebar .cluster_menu .link {
    background-color: #000;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

#cluster_sidebar .cluster_menu .link:hover,
#cluster_sidebar .cluster_menu .active {
    background: rgb(195, 27, 42);
    background: linear-gradient(90deg, rgba(195, 27, 42, 1) 0%, rgba(146, 16, 27, 1) 100%);
}


#cluster_sidebar .cluster_menu .link span {
    font-family: 'Kanit', sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 19px;
    letter-spacing: .6px;
    text-transform: uppercase;
}

#cluster_sidebar .cluster_menu .link span {
    width: 160px;
}

#cluster_sidebar .cluster_menu .link::before {
    content: url('../../cilindros-hidraulicos/blocos-manifold-icone_lista.png');
    margin-right: 30px;
}

#cluster_sidebar .cluster_menu .link::after {
    content: "\203A";
    color: #fff;
    margin-left: 50px;
}

#cluster_sidebar .divisor_cluster {
    margin: 15px 0 15px 0;
    background-color: #373737;
    height: 2px;
}

#cluster_sidebar .cluster_content {
    width: 1192px;
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    clip-path: polygon(98% 0, 100% 9%, 100% 100%, 0 100%, 0 0);
    background: rgb(31, 31, 31);
    background: linear-gradient(90deg, rgba(31, 31, 31, 1) 0%, rgba(48, 48, 48, 1) 100%);
}

#cluster_sidebar .preview_pagina,
#cluster_sidebar .links_cluster {
    background-color: transparent;
}

#cluster_sidebar .organiza_content {
    width: 815px;
    padding: 35px 40px;
}

#cluster_sidebar .imagem_cluster {
    width: 377px;
}

#cluster_sidebar .imagem_cluster img {
    height: 100%;
    object-fit: cover;
}


#cluster_sidebar h1 {
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: .4px;
    margin-bottom: 20px;
}

#cluster_sidebar p {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #bababa;
    line-height: 22px;
    letter-spacing: .4px;
}

#cluster_sidebar .preview_pagina a {
    font-family: Lato, sans-serif;
    font-size: 12px;
    color: #ca212f;
    line-height: 22px;
    letter-spacing: .4px;
}

#cluster_sidebar ul {
    list-style: none;
    margin: 0px;
}

#cluster_sidebar .links_cluster ul li::before {
    content: "\203A";
    color: #ca212f;
    margin-right: 20px;
    font-size: 25px;
}

#cluster_sidebar .links_cluster a {
    font-family: Lato, sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    letter-spacing: .4px;
}

/*home*/
.cluster_home {
    background-color: #dfdfdf;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    padding: 40px 0px 0px 0px;
}

#cluster_mobile {
    display: none;
}

.slider_cluster {
    width: 80%;
}

/****** Quebras desktop *****/

@media only screen and (max-width: 1600px) {
    #cluster_sidebar {
        width: 100%;
        padding: 0px 60px;
        margin: 0px 0px 40px 0px;
    }

    #cluster_sidebar .cluster_content {
        width: 99%;
    }

    .slider_cluster {
        width: 80%;
    }

    #cluster_sidebar .cluster_menu {
        width: 20%;
    }
}

@media only screen and (max-width: 1440px) {
    .cluster_page_borda-title {
        width: 1200px;
        left: -30%;
    }

}

@media only screen and (max-width: 1366px) {

    .cluster_page_borda-title {
        width: 1000px;
        left: -20%;
    }
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {

    #cluster_sidebar {
        display: none;
    }

    #cluster_mobile {
        display: block;
    }

    .tabs {
        overflow: hidden;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }

    .tab {
        width: 80%;
        overflow: hidden;
    }

    .cluster_content h1 {
        font-family: 'Kanit', sans-serif;
        font-weight: 400;
        color: #fff;
        font-size: 16px;
        line-height: 31px;
        letter-spacing: .4px;
        margin-bottom: 10px;
        margin: 15px 0px 0px 15px;
    }

    .cluster_content p {
        font-family: Lato, sans-serif;
        font-size: 14px;
        color: #bababa;
        line-height: 22px;
        letter-spacing: .4px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .cluster_content a {
        font-family: Lato, sans-serif;
        font-size: 12px;
        color: #ec1932;
        line-height: 22px;
        letter-spacing: .4px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .cluster_content .links_cluster a {
        font-family: Lato, sans-serif;
        font-size: 12px;
        color: #fff;
        line-height: 32px;
        letter-spacing: .4px;
        margin-left: 0px;
        margin-right: 15px;
    }


    .cluster_content .links_cluster ul li::before {
        content: "\203A";
        color: #ec1932;
        margin-right: 20px;
        font-size: 25px;
        margin-left: 15px;
    }


    .link {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 1em;
        background: #000;
        font-weight: bold;
        cursor: pointer;
        color: #fff;
        font-family: 'Kanit', sans-serif;
        font-size: 12px;
        line-height: 19px;
        letter-spacing: .6px;
        text-transform: uppercase;
        align-items: center;
    }

    .tab-label .link::before {
        content: url(../../cilindros-hidraulicos/blocos-manifold-icone_lista.png);
        margin-right: 30px;
    }

    .tab-label .link::after {
        content: "\203A";
        color: #fff;
        margin-left: 50px;
        transition: transform .65s ease;
    }

    .tab-label:hover {
        background: #2a2a2a;
    }

    .tab-label::after {
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all 0.35s;
    }

    .cluster_content {
        padding: 15px;
        background: rgb(31, 31, 31);
        background: linear-gradient(90deg, rgba(31, 31, 31, 1) 0%, rgba(48, 48, 48, 1) 100%);

        transition: all .5s ease-in-out;
    }

    .active {
        background: rgb(195, 27, 42);
        background: linear-gradient(90deg, rgba(195, 27, 42, 1) 0%, rgba(146, 16, 27, 1) 100%);
    }

    .active::after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }



    /*pagina*/
    .cluster_page_borda-title {
        width: 100%;
        left: 0%;
    }

    #cluster_page .container {
        width: 90%;
    }

    #cluster_page .cluster_page-content {
        width: 100%;
    }

    #cluster_page .cluster_page-title {
        font-size: 20px;
    }

    #cluster_page .cluster_page-content h2,
    #cluster_page .cluster_page-content h3,
    #cluster_page .cluster_page-content h4,
    #cluster_page .cluster_page-content h5,
    #cluster_page .cluster_page-content h6 {
        font-size: 18px;
        line-height: 26px;
    }

    #cluster_page .cluster_page-content p {
        font-size: 14px;
        line-height: 24px;
        letter-spacing: .5px;
        margin: 0 0 20px;
    }

    .cluster_content .links_cluster ul li {
        margin-bottom: 10px;
        display: flex;
        align-items: baseline;
    }


    .display {
        display: flex !important;
        flex-direction: column;
    }

    .divisor_clustermbl {
        margin: 15px 0 15px 0;
        background-color: #373737;
        height: 2px;
        width: 90%;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 600px) {
    .tab {
        width: 90%;
        overflow: hidden;
    }

    .cluster_content .links_cluster ul li::before {
        color: #ec1932;
        font-size: 20px;
        line-height: 20px;
    }

    .cluster_content a {
        color: #ec1932;
    }

    .cluster_content .links_cluster a {
        line-height: 20px;
    }


}

/*animacao cluster*/
@media only screen and (min-width: 1025px) {

    .cluster_content {
        display: none !important;
    }

    .display {
        display: flex !important;
    }
}

@media only screen and (max-width: 1024px) {


    .cluster_content {
        padding: 0px;
        overflow: hidden;
        height: 100%;
        transition:  .5s ease-in-out;
        max-height: 0px;
    }

    .display {
        max-height:1000px;
    }
}