/* Banner */
#detalhes-specialty #banner-main {
    background-size: cover;
    background-position: left;
}
#detalhes-specialty #banner-main {
    display: flex;
    justify-content: center;
    align-items: center;
}
#detalhes-specialty #banner-main .banner-description {
    color: white;
}

/* Seals */
#detalhes-specialty #seals .seals-container {
    flex-wrap: wrap;
}

#detalhes-specialty #seals .card-seal {
    border-radius: 38.971px;
    background: #fff;
    box-shadow: -1.026px 8.204px 4.102px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
}
#detalhes-specialty #seals .card-seal p {
    text-align: center;
}

/* Description */
#detalhes-specialty #description {
    background-image: url('../../../images/specialty/default-description.png');
    background-size: cover;
    background-repeat: no-repeat;
}

/* Blocks */
#detalhes-specialty #blocks .blocks-banner {
    background: var(--green-gradient-bg);
}
#detalhes-specialty #blocks .blocks-banner h2 {
    text-align: center;
    color: white;
}
#detalhes-specialty #blocks .blocks-banner p {
    text-align: center;
    color: white;
}
#detalhes-specialty #blocks .blocks {
    background: #f2f2f2;
}
#detalhes-specialty #blocks .block {
    border-bottom: 8px solid #d9d9d9;
}
#detalhes-specialty #blocks .block:last-child {
    border-bottom: none;
}
#detalhes-specialty #blocks .block .block-container-title * {
    text-align: center;
}
#detalhes-specialty #blocks .block .block-container-title h2 {
    color: var(--green-primary);
}

/* Banner Footer */
#detalhes-specialty #banner-footer {
    background: #f2f2f2;
}

/* Video */
#detalhes-specialty #video {
    background: var(--green-gradient-bg);
}
#detalhes-specialty #video .video-container-title {
    color: white;
    text-align: center;
}

/* Faq */
#detalhes-specialty #faq .faq-container-title {
    text-align: center;
}

#related_articles-container {
    position: relative;
}

#related_articles-container .slider {
    position: static;
}

#related_articles-container .slider .slider-button.slider-button-previous {
    left: -33px;
}

#related_articles-container .slider .slider-button.slider-button-next {
    right: -33px;
}

#related_videos-container {
    position: relative;
}

#related_videos-container .slider {
    position: static;
}

#related_videos-container .slider .slider-button.slider-button-previous {
    left: -33px;
}

#related_videos-container .slider .slider-button.slider-button-next {
    right: -33px;
}
