.section-blog {
    display: flex;
    flex-direction: column;
}

.header-details {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../imgs/bg-support.png) center;
    height: 590px;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.267);
}

.bar-header {
    height: 3px;
    border-radius: 3px;
    background: var(--primary-color);
    width: 189px;
}

.title-header {
    font-size: 48px;
    padding-top: 5px;
    font-weight: 500;
    color: white;
    font-family: "Oswald", sans-serif;
}

.sub-header {
    padding-top: 10px;
    font-size: 18px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: var(--font-color);
}

.section-post {
    /* padding-top: 97px; */
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    height: 100%;
}

.inside-post {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.div-input-support {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.custom-input {
    width: 869px !important;
}

.title-suport {
    padding-top: 40px;
    font-size: 48px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    color: white
}

.input-group-text {
    background: white !important;
    padding: 0px 20px !important;
}

.input-search-r {
    /* border-top-right-radius: 5px !important; */
    border-radius: 5px !important;
}

.div-list-recent {
    margin-top: 56px;
    display: flex;
    justify-content: center;
}


.inside-list-recent {
    width: 1117px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards-list-recent {
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.item-list-recent {
    background: #373737;
    height: 296px;
    width: 351px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.bar-list-recent {
    width: 96px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 3px;
    margin: 24px 0px 40px 0px;
}

.title-card-recent a {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    color: white;
    text-transform: uppercase;

}


.title-suport-section-2 {
    padding-top: 80px;
    padding-bottom: 40px;
    font-size: 48px;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    color: white
}

.list-cards-2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards-2 {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1351px;
    /* width: 100%; */
    gap: 20px;
}

.item-card-2 {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    flex-direction: column;
    width: 425px;
    height: 205px;
    text-align: center;
}

.title-card-2 {
    padding-bottom: 32px;
    font-size: 24px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    color: #1E1E1E;
    text-transform: uppercase;
}

.sub-card-2 {
    /* padding-bottom: 32px; */
    font-size: 14px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: #90939C;
}


.control-cards {
    display: flex;
    align-items: center;
}

.div-control-l {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #F46C64, transparent) 1;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.div-control-r {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to left, #F46C64, transparent) 1;
    width: 53px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}


.div-contact-suport {
    margin-top: 80px;
}

.list-contact-suport {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cards-contact-suport {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1720px;
    gap: 20px;
}

.item-card-suport {
    width: 870px;
    height: 355px;
    background: #373737;
    border-radius: 5px;
    background-position: center right;
    background-image: url(../imgs/bg-support-contact.png);
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 20px;
}


.bar-card-support {
    width: 192px;
    background: var(--primary-color);
    height: 3px;
    border-radius: 3px;
    margin-bottom: 28px;
}

.title-card-support {
    font-size: 48px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    color: white;
    margin-bottom: 24px;
}

.desc-card-support {
    font-size: 18px;
    font-weight: 500;
    color: #90939C;
    margin-bottom: 32px;
}


.button-card-support {
    width: 225px;
    height: 50px;
    color: white;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: var(--primary-color);
    cursor: pointer;
}

.button-card-support svg {
    margin-left: 10px;

}



/*###################      MOBILE    ###################*/
/* 
.cards-contact-suport {

    .item-card-suport { */


@media (max-width: 1775px) {

    .cards-contact-suport {
        width: 100% !important;
        margin-left: 20px;
        margin-right: 20px;

    }

    .item-card-suport {
        width: 100% !important;
    }

}





@media (max-width: 1244px) {

    .cards-contact-suport {
        flex-direction: column;
    }
}


@media (max-width: 1494px) {

    .cards-2 {
        width: 100%;
    }
}

@media (max-width: 1134px) {
    .inside-list-recent {
        width: 100%;
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .item-card-2 {
        width: 100% !important;
        margin-right: 20px !important;
        margin-left: 20px !important;

    }

}

@media (max-width: 990px) {

    .item-card-suport {
        height: 100% !important;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .title-suport {
        text-align: center;
    }

    .title-suport-section-2 {
        text-align: center;
    }

    .custom-input {
        width: 100% !important;
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .inside-list-recent {
        width: 100%;
        margin-right: 20px !important;
        margin-left: 20px !important;
    }

    .item-list-recent {
        width: 100% !important;
    }

}