#article-blog a {
    color: var(--blue-sky-100);
}

#article-blog ul {
    padding-left: 2rem;
}

#article-blog a:hover {
    color: var(--red-cactus-100);
}

#article-blog h1,
h2,
h3,
h4 {
    margin-bottom: 1.5rem !important;
}

#article-blog .content p {
    margin-bottom: 1.5rem !important;
}

#article-blog .wp-block-image img {
    object-fit: cover;
    margin-top: 2rem !important;
    margin-bottom: 3rem !important;
    height: fit-content;
}

#article-blog .content iframe {
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background-size: cover;
    min-height: 450px;
}

.wp-block-separator {
    border: solid 1px var(--black-06) !important;
    box-shadow: inset 0 -1px 0 0 var(--black-06) !important;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.wp-block-separator {
    border: solid 1px var(--black-06) !important;
    box-shadow: inset 0 -1px 0 0 var(--black-06) !important;
}

.blockquote-black {
    color: var(--white-100);
}

.blockquote-black h5 {
    font-size: 20px;
}

.blockquote-black h5,
.blockquote-black p {
    font-family: var(--open-sans);
    font-style: italic;
}

.text-start-black h6 {
    font-family: var(--open-sans);
    font-weight: bold;
    font-size: 16px;
}

.text-start-black p,
.text-start-black .blockquote-black,
.text-start-black h5,
.text-start-black h6 {
    color: var(--black-100);
}

.text-center h5 {
    font-size: 20px;
}

.text-center h6 {
    color: var(--black-40);
    font-weight: normal;
    font-family: var(--open-sans);
    font-size: 14px;
}

.text-introduction {
    font-family: var(--open-sans);
    font-size: 20px;
    font-weight: 600;
}

.text-paragraph {
    font-family: var(--open-sans);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--black-100);
}

.text-footer {
    font-family: var(--open-sans);
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
}

.text-link-blog {
    font-family: var(--raleway);
    font-size: 14px;
    color: var(--orange-sevilla-100);
}

.text-link-blog:hover {
    color: var(--white-100);
}

.text-footer-italic {
    font-size: 16px;
    font-style: italic;
    color: var(--black-50);
}

.similar-articles {
    background-color: var(--black-02);
}

.title-banner-post {
    background-size: cover;
    background-position: 20% 35% !important;
}

.pt-section-blog {
    padding-top: 100px;
    padding-bottom: 40px;
    min-height: 540px;
}

.text-link-blog {
    font-family: var(--raleway);
    font-size: 14px;
    color: var(--orange-sevilla-100);
}

.blockquote-case .blockquote-text {
    padding: 15px 10px;
}

.cases-section .info-map-mobile,
.cases-section .tab-home-mobile {
    background-color: transparent !important;
}

.topbar {
    background-color: transparent;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.text-size-md {
    font-size: 1.5rem;
    line-height: 1.25;
}

.text-block-title {
    font-family: var(--raleway);
    font-weight: normal;
    color: var(--black-40);
    font-size: 1rem;
    line-height: 1.5;
}

.text-date-author {
    font-family: var(--open-sans);
    font-weight: normal;
    color: var(--black-40);
    font-size: 1rem;
    line-height: 1.5;
}

.text-date-author:hover {
    text-decoration: none;
}

.image {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    aspect-ratio: 16/9;
}

.article-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.btn-sub {
    width: 100%;
}

.input-email {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    width: 100%;
    border: 0;
    box-shadow: inset 0 -1px 0 0 var(--black-08);
    background-color: transparent;
}

.post-link {
    color: var(--black-100);
    font-weight: bold;
}

.post-link:hover {
    font-weight: bold;
    color: var(--red-cactus-100);
}

.post-title a {
    color: var(--black-100);
    font-weight: bold;
}

.post-title a:hover {
    color: var(--red-cactus-100);
    font-weight: bold;
}

.post-link:hover,
.post-title:hover {
    text-decoration: underline;
    text-decoration-thickness: 10%;
    color: var(--red-cactus-100);
}

.sidebar-block {
    position: relative;
}

.social-media-blog {
    background-color: var(--black-08);
    color: var(--white-100);
    font-size: 24px;
    border-radius: 12px;
    padding: 12px 12px;
}

.social-media-blog:hover {
    color: var(--black-100);
}