.header-white {
    position: absolute;
    width: calc(100vw - 15px);
    height: 122px;
    background-color: white;
    margin-bottom: -122px;
    left:0px;
    box-shadow: 0px 4px 4px 0px #d9d9d966;
}

:has(#wpadminbar) > .wp-site-blocks, :not(:has(#wpadminbar)) > .wp-site-blocks {
    margin: 0 auto;
}

body {
    background-color: #fafafa;
    font-size: 20px;
}

main.wp-block-group {
    width: 1166px;

    p.csg-paragraph {
        width: 968px;
        font-size: 14px;
        font-weight: 400;
        text-align: justify;
        color: var(--wp--preset--color--contrast);
    }

    blockquote {
        border:none;
    }

    blockquote p {
        display: flex;
        text-align: center;
        font-size: 22px !important;
        font-style: italic;
        font-weight: 400;
        max-width: 400px;
        margin: 0 auto;
    }

    blockquote:before, blockquote:after {
        content: "";
        display: block;
        width: 63px;
        height: 44px;
        margin: 0 auto;
        background-color: #2C75EA;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg  width="63" height="44" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M6 17h3l2-4V7H5v6h3zm8 0h3l2-4V7h-6v6h3z"/></svg>');
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-size: contain;
        mask-size: contain;
        color: inherit;
    }

    blockquote:after {
        transform: rotate(180deg);
    }

    h2 {
        font-size: 22px;
        font-weight: 700;
    }
}

figure.wp-block-image.aligncenter.size-full.cbs_logo {
    margin-top: 44px;
}

:where(.wp-site-blocks) > * {
    margin-block-start: 0;
    margin-block-end: 0;
}

main {
 min-height: calc(100vh - 531px);
}

* a:focus {
    outline: none !important;
}

.links-social {
    height: 36px;
    display: flex;
    gap: 11px;
    margin-top: -30px;
    margin-bottom: 25px;

    .white.facebook {
        margin-top: -2px;
    }
    .white.x {
        margin-top: 2px;
    }
    .white.linkedin {
        margin-top: -1px;
    }
    .white.youtube {
        margin-top: 4px;
    }
}

.wp-site-blocks {
    overflow: hidden;
    width: 1166px;
}

.main-menu {
    width: 100%;
    color: white;
    position: relative;
    z-index: 1;

    .main-menu-first-level {
        background-color: #002990;
        width: 968px;
        height: 36px;
        margin: 0 auto;
        font-weight: 400;
        font-size: 16px;
        list-style-type: none;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        li {
            a {
                text-decoration: none;
                display: flex;
                align-items: center;
                img {
                    margin-left: 10px;
                    width: 11px;
                    height: 6px;
                }
                img.flag {
                    width: 18px;
                    height: 18px;
                }
            }
        }
        li.main-menu-separator {
            width: 1px;
            background-color: white;
            height: 20px;
            margin: 0 40px;
        }
        li.main-menu-languages {
            padding:0;
            display: flex;
            text-align: center;
            justify-content: center;
        }
        li.main-menu-languages div {
            display: flex;
            flex-direction: row;
            font-size: 16px;
            font-weight: 400;
            .gt-current-lang {
                display: none;

            }
        }
    }
}

.main-menu-submenu {
    display: none;
    width: 945px;
    padding: 0px;
    margin: 0 auto;
    position: absolute;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    min-height: 224px;

    ul {
        list-style-type: none;
        padding: 20px;
        margin: 0;
        li {
            margin: 0;
            padding: 10px 0;
            border-bottom: 1px solid #D9D9D9;
            a {
                font-weight: 400;
                font-size: 16px;
                text-decoration: none;
            }
            a:hover {
                color: #2C75EA;
            }
        }
         li:last-child {
             border: none;
         }
    }
    .submenu-about-us,
    .submenu-our-work {
        display: none;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        width: 100%;

        ul {
            li {
                padding: 0;
                border: none;
            }
        }

        .submenu-about-us-director {
            max-width: 340px;
            border-left: 1px solid #D9D9D9;
            padding-left: 40px;
            display: flex;
            flex-direction: column;
            margin: 20px 0 20px 0;
            a {
                text-decoration: none;
            }
            .submenu-about-us-director-image {
                font-size: 15px;
                font-weight: 500;
                display: flex;
                justify-content: flex-start;
                align-items: center;
                div {
                    margin-left: 20px;
                }
                span.members-hightlight {
                    font-size: 12px;
                    font-weight: 500;
                    color: white;
                    background-color: #115CD2;
                    display: block;
                    width: fit-content;
                    padding: 2px 10px;
                    margin-bottom: 5px;
                }
            }
            p {
                font-size: 12px;
                font-weight: 400;
            }
        }

        .submenu-about-us-quote {
            width: 300px;
            font-size: 18px;
            font-weight: 400;
            font-style: italic;
            display: flex;
            flex-direction: column;
            align-items: center;

            .submenu-about-us-quote-up {
                margin-bottom: 10px;
            }
            .submenu-about-us-quote-down {
                margin-top: 10px;
            }
            span {
                text-align: center;
            }
        }
    }
    .submenu-our-work {
        .submenu-our-work-links {
            display: flex;
            flex-direction: row;
            gap: 10px;
            flex-wrap: wrap;
            width: 530px;

            .submenu-our-work-link-first {
                display: flex;
                min-width: 130px;
                border-bottom: 1px solid #D9D9D9;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                padding-bottom: 5px;
                margin-bottom: 5px;
                a {
                    font-weight: 700;
                }

                img {
                    margin-left: 10px;
                }
            }
        }
    }
}

.destacadas-grid {
    overflow: hidden;
    position: relative;
    margin-top: -20px !important;
    z-index: 0;
    .destacada-principal {
        width: 100%;
        margin: 0 auto;
        max-height: 400px;
        overflow: hidden;
        position: relative;

        .destacada-thumbnail {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

        .destacada-thumbnail img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .destacada-thumbnail::after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: #1E1E1E99;
          pointer-events: none;
        }

        .destacada-content {
            width: 70%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;

            h2 {
                padding: 0;
                margin: 0 0 0 150px;
                a {
                    font-weight: 700;
                    font-size: 40px;
                    color: white;
                    width: auto;
                    background-color: #115CD2;
                    text-decoration: none;
                    line-height: 55px;
                    padding: 0 35px;
                    box-decoration-break: clone;
                    -webkit-box-decoration-break: clone;
                }
            }
        }
    }
    .destacada-secundaria,
    .destacada-terciaria {
        width: 48%;
        float: left;
        overflow: hidden;
        margin-top: 40px;

        .destacada-thumbnail {
            float: left;
            width: 50%;
            position: relative;
            overflow: hidden;
        }

        .destacada-thumbnail img {
            object-fit: cover;
            height: 180px;
            width: 277px;
        }

        .destacada-content {
            width: calc(50% - 10px);
            padding-left: 10px;
            display: flex;
            flex-direction: column;
            a {
                text-decoration: none;
            }
            a::before {
                content: '';
                width: 33px;
                background-color: red;
                height: 1px;
                display: block;
                margin-bottom: 9px;
                margin-top: 0;
            }
            h2 {
                padding: 0;
                margin: 0;
                font-weight: 600;
                font-size: 20px;
                color: #002A90;
            }
            .destacada-excerpt {
                margin-top: 15px;
                font-size: 14px;
                line-height: 20px;
                font-weight: 300;
            }
        }
    }
    .destacada-terciaria {
        float: right;
    }
}

.principal-parrafo {
    strong {
        font-weight: 700;
        font-size: 24px;
    }
    font-size: 16px;
}

.section-divisor {
    gap: 0px;
    margin: 50px 0 !important;
    hr {
        height: 1px;
        background-color: #d0142c !important;
        border: none;
    }
    h2 {
        padding: 0;
        font-size: 36px !important;
        font-weight: 700;
        background-color: transparent !important;
    }
}

.home-cuba-review {
    width: 100%;
    padding: 0;
    margin: 0 0 52px 0;
    max-width: 100%;
    font-weight: 400;
    font-size: 14px;

    p.principal-parrafo {
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;

        strong {
            font-weight: 700;
            font-size: 22px;
        }
    }
}

.home-quotes-grid {
    display: flex;
    gap: 42px;
    flex-direction: row;

    .home-quotes-last, .home-quotes-first {
        display: none;
    }

    .quote-card {
        display: flex;
        flex-direction: column;
        width: 256px;

        .quote-text-container {
            filter: drop-shadow(0px 4px 10px #d9d9d966);
        }
        .quote-text {
            position: relative;
            background: white;
            padding: 20px;
            width: 216px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            border-bottom-right-radius: 20px;
            clip-path: polygon(
                0% 0%,
                100% 0%,
                100% 90%,
                15% 90%,
                0 100%,
                0 85%,
                0 90%
            );
            min-height: 133px;
            padding-bottom: 35%;
            font-size: 12px;
        }

        .quote-stars {
            position: absolute;
            bottom: 25%;
        }

        .quote-author {
            display: flex;
            flex-direction: row;

            .quote-author-photo {
                margin: -5px 0px 0px 15px;
                width: 56px;
                height: 56px;
                border-radius: 50%;
                overflow: hidden;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #f0f0f0;
                min-width: 56px;
            }

            .quote-author-photo img {
                max-width: 100%;
                max-height: 100%;
                display: block;
            }

            .quote-author-name {
                padding-left: 10px;
                font-size: 14px;
                font-weight: 700;
            }

            .quote-author-subtitle {
                padding-left: 10px;
                font-size: 12px;
                font-weight: 300;
            }
        }
    }
}

.core-beliefs-wrapper {
    .core-beliefs-view-more-degrade {
        display: none;
    }
    .core-beliefs-view-more {
        display: none;
    }
}

.core-beliefs-container {
    display: flex;
    flex-direction: row;
    gap: 40px 28px;
    justify-content: left;
    flex-wrap: wrap;

    margin-top: 20px;

    a {
        text-decoration: none;
        overflow: hidden;
        border-radius: 12px;
        position: relative;
    }

    .core-belief-item {
        background-color: #EDEDED;
        border-radius: 12px;
    }

    .core-belief-see-more {
        font-size: 10px;
        font-weight: 400;
        position: absolute;
        bottom:10px;
        left: 15px;
        display: flex;
        align-items: center;
        color: #868585;

        img {
            margin-left: 5px;
        }
    }

    .core-belief-content {
        max-width: 190px;
    }
    .core-belief-content.id-respect-for-human-rights {
        max-width: 250px;
    }
    .core-belief-content.id-a-nation-divided-needs-reconciliation {
        max-width: 330px;
    }
    .core-belief-content.id-principled-dialogue-to-solve-problems {
        max-width: 275px;
        margin-top: -16px;
    }
    .core-belief-content.id-transition-and-transformation {
        max-width: 275px;
    }
    .core-belief-content.id-u-s-policy {
        max-width: 165px;
    }
    a:hover {
        .core-belief-thumbnail {
            z-index: 1;
        }
        .core-belief-thumbnail.active {
            z-index: 2;
        }
        .core-belief-see-more {
            color: white;
        }
    }

    .core-belief-thumbnail {
        position: absolute;
        top:0;
        right:0;
        z-index: 2;

        img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            display: block;
            margin: auto;
        }
    }

    .core-belief-thumbnail.active {
        position: absolute;
        top:0;
        right:0;
        z-index: 1;

        img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            display: block;
            margin: auto;
        }
    }

    .core-belief-overlay {
        width: 370px;
        height: 135px;
        position: relative;
        z-index: 3;
        display: flex;
        align-items: center;

        .core-belief-content {
            position: relative;
            width: 100%;

            .core-belief-title {
                font-size: 25px;
                display: inline;
                background: #d0142c;
                box-shadow:
                    -15px 0px 0 -2px #d0142c,
                    -15px 0 0 #d0142c;
                font-weight: 700;
                color: white;
                margin-left: 15px;
                padding-right: 5px;
                text-transform: uppercase;
                box-decoration-break: clone;
                -webkit-box-decoration-break: clone;
                line-height: 31px;
            }
            .core-belief-title.odd {
                background: #002a90;
                box-shadow:
                    -15px 0px 0 -2px #002a90,
                    -15px 0 0 #002a90;
            }
        }
    }
}

.core-beliefs-container-header {
    width: 1166px;
    margin: 0 auto;
    * p {
        display: none;
    }

    a {
        text-decoration: none;
        position: relative;
        overflow: hidden;
        border-radius: 12px;
        display: block;
    }

    .core-belief-item {
        background-color: #EDEDED;
        border-radius: 12px;
    }

    .core-belief-thumbnail {
        width: 1166px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;

        img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
            display: block;
            margin: auto;
        }
    }

    .core-belief-overlay {
        display: flex;
        flex-direction: row;
        align-items: center;
        z-index: 2;
        position: relative;

        .core-belief-content {
            position: relative;
            width: 100%;

            .core-belief-title {
                font-size: 36px;
                display: inline;
                background: #d0142c;
                box-shadow:
                    -45px 0px 0 -2px #d0142c,
                    -45px 0 0 #d0142c;
                font-weight: 700;
                color: white;
                margin-left: 45px;
                padding-right: 15px;
                text-transform: uppercase;
                box-decoration-break: clone;
                -webkit-box-decoration-break: clone;
                line-height: 46px;
            }
            .core-belief-title.odd {
                background: #002a90;
                box-shadow:
                    -15px 0px 0 -2px #002a90,
                    -15px 0 0 #002a90;
            }
        }
        .core-belief-content {
            max-width: 270px;
            padding: 40px 100px 40px 0;
        }
        .core-belief-content.id-respect-for-human-rights {
            max-width: 345px;
        }
        .core-belief-content.id-a-nation-divided-needs-reconciliation {
            max-width: 500px;
        }
        .core-belief-content.id-principled-dialogue-to-solve-problems {
            max-width: 420px;
            padding:22px 0;
        }
        .core-belief-content.id-transition-and-transformation {
            max-width: 355px;
        }
        .core-belief-content.id-u-s-policy {
            max-width: 165px;
        }
    }
}

.about-us-container,
.our-work-container {
    max-width: 1166px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;

    .about-us-item {
        background-color: #ededed;
        border-radius: 12px;

        .about-us-thumbnail img {
            width: 111px;
        }

        .about-us-content {
            width: 208px;
        }

        .about-us-title img {
            margin-bottom: -5px;
            display: none;
        }

        a {
            min-width: 470px;
            min-height: 170px;
            text-decoration: none;
            color: #002990;
            font-size: 36px;
            font-weight: 700;
            display: flex;
            flex-direction: row;
            justify-content: space-around;
            align-items: center;
        }
    }
}

.our-work-container {
    .about-us-item {
        .about-us-thumbnail img {
            width: 150px;
            max-height: 150px;
        }
        .about-us-content {
            width: auto;
        }
        a {
            min-width: 370px;
            padding: 10px 0;
            flex-direction: column;
        }
    }
}

.breadcrumb-title-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 1161px;
    min-height: 50px;
    margin-block-end: 20px;

    a {
        text-decoration: none;
    }

    .breadcrumb-wrapper {
        flex-shrink: 0;
        font-size: 12px;
        font-weight: 400;
        font-style: italic;
    }

    .breadcrumb-separator {
        flex: 1 1 auto;
        min-width: 20px;
        height: 1px;
        background-color: #d0142c;
    }

    .page-title-wrapper {
        flex-shrink: 0;
        display: flex;
    }

    .breadcrumb-list {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        gap: 5px;
        align-items: center;
    }

    .breadcrumb-item {
        display: flex;
        align-items: center;
    }

    .breadcrumb-item:not(:last-child)::after {
        content: "/";
        margin-left: 5px;
        opacity: 0.5;
    }

    .page-title {
        margin: 0;
        white-space: nowrap;
        font-size: 22px;
        font-weight: 400;
        font-style: italic;
    }
}

.members-category {
    h2 {
        padding: 0 30px 10px 0;
        margin: 0;
        font-size: 26px;
        font-weight: 700;
        border-bottom: 1px solid #D9D9D9;
    }
}

.members-category-desglose {
    h2 {
        padding: 10px 30px 10px 0;
        margin: 20px 0 0 0;
        font-size: 26px;
        font-weight: 700;
        border-bottom: 1px solid #D9D9D9;

        img {
            margin-left: 14px;
            margin-bottom: 5px;
        }
    }
}

div.members-list {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    gap: 10px;

    .members-name {
        font-size: 24px;
        font-weight: 700;
        background-color: #002a90;
        padding: 5px;
        width: 500px;
        color: white;
        text-align: center;
    }
    .members-organization {
        font-size: 20px;
        font-weight: 400;
        font-style: italic;
    }
    .members-category {
        font-size: 18px;
        font-weight: 500;
    }
}

ul.members-list {
    list-style-type: none;
    padding: 0;
    margin: 25px 20px 25px 0;
    display: flex;
    flex-wrap: wrap;

    li a {
        text-decoration: none;
        width: 286px;
        min-height: 80px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;

        .members-separator {
            display: block;
            width: 33px;
            height: 1px;
            background-color: #D0142C;
            margin-bottom: 10px;

        }

        .members-name {
            font-size: 18px;
            display: inline;
            font-weight: 600;
            color: #002A90;
            box-decoration-break: clone;
            -webkit-box-decoration-break: clone;
        }

        .members-organization {
            font-size: 12px;
            font-weight: 400;
            margin-top: 5px;
        }

        .members-sector {
            font-size: 12px;
            font-weight: 600;
            margin-top: 22px;
        }
    }
}

div.member-categories {
    width: 100%;
    height: 1px;
    background-color: #D9D9D9;
    margin-top: 20px;
    margin-bottom: 42px;
}

div.member-title-categories {
    font-size: 36px;
    background-color: #002A90;
    font-weight: 700;
    padding: 0 30px;
    color: white;
    margin-bottom: 30px;
    display: inline-block;
}

ul.members-list-desglose {
    list-style-type: none;
    padding: 0;
    margin: 25px 20px 25px 0;
    flex-direction: column;
    display: none;

    li {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;

        .members-separator {
            display: block;
            width: 33px;
            height: 1px;
            background-color: #D0142C;
            margin-bottom: 10px;
        }

        .members-name {
            font-size: 18px;
            display: inline;
            font-weight: 600;
            color: #002A90;
            box-decoration-break: clone;
            -webkit-box-decoration-break: clone;
        }

        .members-organization {
            font-size: 12px;
            font-weight: 400;
            margin-top: 5px;
        }

        .members-sector {
            font-size: 12px;
            font-weight: 600;
            margin-top: 5px;
        }

        .members-description {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 40px;
            p {
                text-align: justify;
            }
        }
    }
}

.posts-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #D9D9D9;

    p {
        padding: 0;
        margin: 0;
    }

    a {
        white-space: nowrap;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        padding-left: 10px;
        align-items: center;
        img {
            margin-left: 5px;
        }
    }

    h2 {
        white-space: nowrap;
        padding: 0px 30px 10px 0;
        margin: 0;
        font-size: 26px;
        font-weight: 700;
    }

    .post-header-separator {
        width: 100%;
        height: 9px;
        background-color: transparent;
    }
}

.posts-header-button {
    display: none;
}

.posts-header.post-header-full {
    width: 1166px;
    position: absolute;
    left: 0px;
}
.post-header-full-space {
    width: 100%;
    height: 50px;
}

ul.posts {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 50px 0;
    flex-direction: row;
    align-content: flex-start;
    justify-content: left;
    a {
        text-decoration: none;
    }
}

ul.posts * p {
    display: none;
}

.newsletter-margin {
    height: 40px;
}
button.button-see-more {
    margin: 0 auto 20px auto;
    font-size: 14px;
    font-weight: 400;
    width: fit-content;
    display: block;
    padding: 10px;
    border: none;
    background-color: #ededed;
    border-radius: 12px;
}
button.button-see-more:hover {
    background-color: #002A90;
    color: white;
    cursor: pointer;
}

.resultado {
    margin-top: -30px;

    ul.posts.newsletters-list ,
    ul.posts.reports-list ,
    ul.posts.press-releases-list ,
    ul.posts.blog-list ,
    ul.posts.position-papers-list ,
    ul.posts.polls-list ,
    ul.posts.videos-list  {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}

ul.posts.newsletters-list li,
ul.posts.from-the-island-list li,
ul.posts.press-releases-list li {
    width: 547px;
    background-color: #ededed;
    padding: 12px;
    position: relative;
    min-height: 131px;
    border: 1px solid transparent;
    border-radius: 12px;

    h3 {
        font-size: 18px;
        font-weight: 700;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 0;
    }

    .posts-date {
        font-size: 14px;
        font-weight: 400;
        color:#3F3F3F;
        position: absolute;
        bottom: 20px;
        margin-left: 235px;
    }

    .posts-date.no-thumbnail {
        margin-left: 0px;
    }

    .thumbnail-container {
        height: 131px;
        width: 216px;
        float: left;
        margin-right: 20px;

        img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }
    }
}

ul.posts.newsletters-list li.destacada,
ul.posts.press-releases-list li.destacada {
    background-color: #2C75EA;

    h3 {
        color: white;
    }

    .posts-date {
        color: white;
        margin-left: 265px;
    }

    .thumbnail-container {
        height: 157px;
        width: 229px;
        margin-right: 20px;
        margin-top: -13px;
        margin-left: -13px;
        margin-bottom: -13px;
    }

}

ul.posts.reports-list.single li {
    background-color: #d0142c;
    padding-bottom: 0;

    .thumbnail-container {
        margin-left: -20px;
        margin-top: -20px;
        height: 171px;
        width: 236px;
    }
    h3 {
        color: white;
    }
    .posts-date {
        color: white;
    }
}

ul.posts.partnerships-list {
    margin: 0;
}

ul.posts.partnerships-list li {
    width: 100%;
    position: relative;
    display: flex;

    .the-content {
        margin-top: 45px;
        margin-left: 350px;
        font-size: 14px;
    }

    .h3-container {
        border-bottom: 1px solid #D9D9D9;
    }

    h3 {
        font-size: 24px;
        font-weight: 700;
    }

    .posts-date {
        display: none;
    }

    .thumbnail-container {
        width: 275px;
        height: 275px;
        float: left;
        img {
            object-fit:contain;
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }
    }
}

ul.posts.blog-list li,
ul.posts.position-papers-list li,
ul.posts.reports-list li,
ul.posts.polls-list li {
    width: 276px;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 296px;
    margin-bottom: 30px;

    h3 {
        font-size: 18px;
        font-weight: 700;
        color: #002a90;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin-bottom: 10px;
    }

    .h3-container h3:before {
        content: '';
        width: 40px;
        height: 1px;
        display: block;
        background-color: #D0142C;
        margin-bottom: 10px;
    }

    h3.no-thumbnail {
        display: block;
        margin-top: 0;
    }

    .the-author {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 35px;
    }

    .posts-date {
        font-size: 14px;
        font-weight: 500;
        color: #3F3F3F;
        position: absolute;
        bottom: 10px;
    }

    .thumbnail-container {
        height: 164px;
        width: 276px;

        img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }
    }
}

ul.posts.blog-list li.destacada,
ul.posts.position-papers-list li.destacada,
ul.posts.reports-list li.destacada,
ul.posts.polls-list li.destacada {
    width: 276px;
    background-color: #2C75EA;
    color: white;
    border-radius: 12px;
    .thumbnail-container {
        width: 276px;
    }
    .h3-container h3:before {
        background-color: #002A90;
    }
    h3 {
        color: white;
        padding-left: 20px;
    }
    .the-author {
        color: white;
        padding-left: 20px;
    }

    .posts-date {
        color: white;
        padding-left: 20px;
    }
}

ul.posts.csg-in-the-news-list li {
    width: 573px;
    height: 380px;
    position: relative;
    background-color: #ededed;
    border-radius: 12px;

    .thumbnail-container {
        height: 100%;
        width: 100%;
        margin-bottom: -100px;
        position: relative;
        overflow: hidden;
        border-radius: 12px;

        img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }

        /* Degradado desde abajo hacia arriba */
        &::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
            border-radius: 12px;
            pointer-events: none; /* Permite hacer clic a través del degradado */
        }
    }

    .h3-container {
        width: 70%;
        position: relative;
        z-index: 2;
        bottom: 10px;
    }

    .h3-container h3:before {
        content: '';
        width: 40px;
        height: 1px;
        display: block;
        background-color: #D0142C;
        margin-bottom: 10px;
        position: relative;
    }

    h3 {
        font-size: 20px;
        font-weight: 700;
        color: white;
        margin-left: 15px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Sombra adicional para mejor legibilidad */
    }

    .posts-date {
        font-size: 18px;
        font-weight: 500;
        color: white;
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 2;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }
}

ul.posts.videos-list li {
    width: 375px;
    max-height: 240px;
    position: relative;
    background-color: #ededed;
    border-radius: 12px;

    &::before {
        content: '';
        position: absolute;
        top: calc(50% - 25px);
        left: 15px;
        width: 30px;
        height: 30px;
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.84' clip-path='url(%23clip0_152_97)'%3E%3Cpath d='M12.409 8.04488L6.77384 4.73691C6.43001 4.53534 6 4.78755 6 5.19167V11.8076C6 12.2117 6.43001 12.464 6.77384 12.2624L12.409 8.9544C12.7529 8.75283 12.7529 8.24743 12.409 8.04586V8.04488Z' fill='white'/%3E%3C/g%3E%3Ccircle cx='8.5' cy='8.5' r='8' stroke='white'/%3E%3Cdefs%3E%3CclipPath id='clip0_152_97'%3E%3Crect width='6.66667' height='7.66667' fill='white' transform='translate(6 4.66602)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
        pointer-events: none;
    }

    .thumbnail-container {
        height: 100%;
        width: 100%;
        margin-bottom: -100px;
        position: relative;
        overflow: hidden;
        border-radius: 12px;

        img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }

        /* Degradado desde abajo hacia arriba */
        &::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 60%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
            border-radius: 12px;
            pointer-events: none; /* Permite hacer clic a través del degradado */
        }
    }

    .h3-container {
        width: 70%;
        position: relative;
        z-index: 2;
        bottom: 10px;
    }

    .h3-container h3:before {
        content: '';
        width: 40px;
        height: 1px;
        display: block;
        background-color: #D0142C;
        margin-bottom: 10px;
        position: relative;
    }

    h3 {
        font-size: 16px;
        font-weight: 700;
        color: white;
        margin-left: 15px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Sombra adicional para mejor legibilidad */
    }

    .posts-date {
        font-size: 16px;
        font-weight: 500;
        color: white;
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 2;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }
}

ul.posts.videos-list li.destacada {
    width: 1166px;
    height: 445px;
    max-height: unset;
    background-color: unset;
    overflow: hidden;
    border-radius: 0;

    &::before {
        content: '';
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: 45px;
        height: 45px;
        background-image: url("data:image/svg+xml,%3Csvg width='45' height='45' viewBox='0 0 45 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.84' clip-path='url(%23clip0_152_116)'%3E%3Cpath d='M32.8475 21.2976L17.9307 12.5412C17.0206 12.0076 15.8824 12.6752 15.8824 13.745V31.2578C15.8824 32.3275 17.0206 32.9951 17.9307 32.4615L32.8475 23.7051C33.7576 23.1716 33.7576 21.8337 32.8475 21.3002V21.2976Z' fill='white'/%3E%3C/g%3E%3Ccircle cx='22.5' cy='22.5' r='21' stroke='white' stroke-width='3'/%3E%3Cdefs%3E%3CclipPath id='clip0_152_116'%3E%3Crect width='17.6471' height='20.2941' fill='white' transform='translate(15.8824 12.3535)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 3;
        pointer-events: none;
        top: unset;
    }

    .thumbnail-container {
        min-height: 445px;
        max-width: 770px;
        position: relative;
        overflow: hidden;
        float: left;
    }

    .h3-container {
        width: 377px;
        position: relative;
        z-index: unset;
        float: right;
        bottom: 0;
    }

    .h3-container h3:before {
        display: none;
    }

    h3 {
        line-height: 36px;
        font-weight: 700;
        font-size: 26px;
        display: inline;
        background: #002A90;
        box-shadow:
            -15px 0px 0 -2px #002A90,
            -15px 0 0 #002A90;
        color: white;
        margin-left: 15px;
        margin-right: 0;
        padding-right: 10px;
        box-decoration-break: clone;
        -webkit-box-decoration-break: clone;
        text-shadow: none;
    }

    .posts-date {
        width: 375px;
        font-size: 16px;
        font-weight: 500;
        position: unset;
        float: right;
        margin-top: 20px;
        color: #000;
        text-shadow: unset;
    }

    .the-content {
        float:right;
        width: 375px;
        font-size: 14px;
        font-weight: 400;
        margin-top: 20px;
        text-align: justify;
    }
}

ul.posts.past-projects-list li {
    background-color: transparent;
    width: 335px;
    position: relative;
    display: flex;
    flex-direction: column;

    h3 {
        font-size: 20px;
        font-weight: 700;
        padding: 0;
        margin: 12px 0 8px 0;
    }

    .posts-date {
        font-size: 16px;
        font-weight: 400;
        color: #002A90;
    }

    .thumbnail-container {
        width: 100%;
        max-height: 304px;

        img {
            object-fit: contain;
            width: 100%;
            height: 100%;
            border-radius: 12px;
            background-color: transparent;
        }
    }
}

ul.posts.current-projects-list li {
    width: 335px;
    height: 304px;
    position: relative;

    .h3-container {
        width: 60%;
        top: 50%;
        position: absolute
    }

    h3 {
        font-size: 26px;
        font-weight: 700;
        display: inline;
        background: #d0142c;
        box-shadow:
            -15px 0px 0 -2px #d0142c,
            -15px 0 0 #d0142c;
        color: white;
        margin-left: 15px;
        word-wrap: break-word;
        box-decoration-break: clone;
        padding-right: 20px;
        line-height: 35px;
        -webkit-box-decoration-break: clone;

    }

    .posts-date {
        display: none;
    }

    .thumbnail-container {
        height: 100%;
        width: 100%;
        margin-bottom: -100px;

        img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            border-radius: 12px;
        }
    }
}

footer .has-accent-4-background-color {
    background-color: #3F3F3F !important;
}

footer .all-footer {
    padding: 33px 0 0 0 !important;
}

footer.wp-block-template-part {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #3F3F3F !important;
    overflow: hidden;
    z-index: -1;
    padding: 0px 0;
    margin-top: 50px;

    .footer-center {
        display: flex;
        align-items: center;
        width: 34%;
        border-left: 3px solid #d9d9d9;
        border-right: 3px solid #d9d9d9;
        padding: 25px 0;
    }

    .footer-right {
        padding: 26px 0 0 65px !important
    }

    .footer-right * {
        font-size: 14px;
    }

    .footer-text, .footer-left * {
        font-size: 12px;
        font-weight: 500;
    }

    .footer-left {
        padding: 40px 0 0 0;
    }

    .footer-copyright {
        text-align: center;
        font-weight: 300;
        font-size: 10px;
        font-style: italic;
        color: #ffffff;
    }
}

footer.wp-block-template-part > div > div > div {
    gap: 0px;
}

footer.wp-block-template-part > div > div > div div {
    width: 28%;
}

footer.wp-block-template-part > div > div > div div:last-child {
    width: 400px;
}

.home-cuba-review {
    display: flex !important;
    gap: 141px;
}

.ml-form-embedContainer.ml-subscribe-form  {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    h4 {
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .ml-form-fieldRow  {
        margin-top:11px;
        width: 517px;
        padding-right: 10px;
    }
    form {
        .ml-form-embedSubmit  {
            text-align: center;
        }
        .ml-form-embedSubmit button {
            background-color: #d0142c;
            border: 1px solid #d0142c;
            padding: 10px 20px;
            border-radius: 6px;
            color: white;
            font-size: 14px;
            font-weight: 700;
        }
        .ml-field-group input {
            border: none;
            width: 505px;
            padding: 0 10px;
            height: 33px;
            background-color: #EDEDED;
            margin-bottom: 10px;
        }
    }
}

.search-bar {
    border: 1px solid #002a90;
    height: 40px;
    border-radius: 20px;
    width: 536px;
    margin-right: 0 !important;

    form {
        display: flex;
    }

    input,
    input::placeholder {
        color: #6D6D6D;
        border: none;
        height: 40px;
        background-color: transparent;
        margin-left: 20px;
    }
    input:focus {
        border: none;
        outline: none;
    }
    label {
        width: 100%;
        input {
            width: 94%;
        }
    }
    .search-submit {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0 20px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #d0142c;
    }

    .search-submit:hover {
        color: #d0142c;
    }

    .search-submit .search-icon {
        width: 20px;
        height: 20px;
    }

    .search-submit .screen-reader-text {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

.single-blog-content {
    width: 968px;
    margin: 0 0 40px 0;
    overflow: hidden;

    .featured-image-single {
        float: left;
        margin-right: 20px;

        img {
            width: 474px;
            height: 258px;
        }

        .wp-element-caption {
            width: 474px;
            font-size: 8px;
            font-weight: 400;
            margin-top: 5px;
        }
    }

    .wp-block-social-links {
        margin-bottom: -40px;
        padding-top: 15px;
        img {
            filter: brightness(0) invert(0.5) sepia(0.5) saturate(10000%) hue-rotate(221deg)
        }
    }

    .entry-content {
        margin-top: 0;
        padding-top: 0;

        li {
            font-size: 14px;
        }

        p {
            width: 968px;
            text-align: justify;
            font-size: 14px;
        }
    }

    .wp-block-spacer {
        height: 10px !important;
    }

    .date-container {
        margin: 0;
        padding: 0;
        time {
            font-size: 16px;
            font-style: italic;
            font-weight: 400;
            color: #002A90;
        }
    }

    .author-and-socials {
        color: #002A90;
        font-size: 18px;
        font-weight: 400;
        display: flex;
        width: 100%;
        flex-direction: row;
        gap: 5px;
        padding-top: 30px;
    }

    .author-and-socials .wp-block-social-links {
        margin-left: auto;
    }

    .share-button {
        float: right;
        margin-top: -28px;
        margin-right: 2px;
        button {
            background-color: #2C75EA;
            width: 30px;
            height: 30px;
            border-radius: 6px;
            border: 1px solid #2C75EA;
            padding: 3px 0 0 0;
        }
    }

    .title-container {
        margin-bottom: 20px;
        h1 {
            font-size: 36px;
            font-weight: 700;
            display: inline;
            background: #115CD2;
            box-shadow:
                -15px 0px 0 -2px #115CD2,
                -15px 0 0 #115CD2;
            color: white;
            padding: 0 15px 0 0;
            word-wrap: break-word;
            box-decoration-break: clone;
            -webkit-box-decoration-break: clone;
            line-height: 46px;
            margin-left: 15px;
        }
    }
}

.parrafo-temporal {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.summary-date {
    font-size: 18px;
    font-weight: 400;
    color: #002A90;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;

    .date {
        font-size: 16px;
        font-style: italic;
        padding-right: 2px;
    }
}

a.pdf-link {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    img {
        margin-left: 15px;
        margin-bottom: -3px;
    }
}

ul.wp-block-list {
    font-size: 14px;
}

.not-found-group {
    background-color: #EDEDED;
    border-radius: 16px;
    min-height: 400px;
    margin: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
