/* =============================
   1. LISTADO DE ENTRADAS (GRID)
============================= */

.posts_group.grid.col-4 .post-item:nth-child(4n+1) {
    margin-left: 0 !important;
}

.excerpt-hellip {
    display: none;
}

.posts_group.grid.col-4 .post-item:nth-child(4n) {
    margin-right: 0 !important;
}

.posts_group.grid.col-4 .post-item {
    width: 22.3% !important;
}

@media (min-width: 1025px) {
    .grid .post-item {
        margin: 0 19px 20px !important;
    }
}

.grid .post-desc-wrapper .post-desc {
    padding: 20px 0px 0;
}

/* =============================
   2. TÍTULOS DE ENTRADAS
============================= */

.entry-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: -0.18px;
    line-height: 23px;
}

.posts_group .post-item .entry-title {
    font-weight: 400;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 20px;
}

/* =============================
   3. EXCERPT (RESUMEN) DE ENTRADAS
============================= */

.posts_group .excerpt-hellip {
    visibility: hidden;
    position: relative;
}

.posts_group .excerpt-hellip::before {
    content: '...';
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
}

/* =============================
   4. ENLACE "READ MORE"
============================= */

.post-links .read-more-icon {
    display: none;
}

.post-links .post-more {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #003893;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: color 0.2s ease;
    position: relative;
}

.post-links .post-more::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/wp-content/uploads/2025/07/flecha.svg');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.2s ease;
}

.post-links .post-more:hover {
    color: #001d6c;
}

.post-links .post-more:hover::after {
    transform: translateX(3px);
}

/* =============================
   5. FOOTER DEL BLOQUE DE ENTRADA
============================= */

.post-footer {
    background-color: rgba(0, 0, 0, .02);
    padding: 7px 0;
}

.grid .post-footer {
    margin: 26px 0px 0;
}

.post-footer .post-links {
    float: left;
    border-left-width: 0;
    border-style: solid;
    padding-left: 0;
}

/* =============================
   6. MÁRGENES DE COLUMNAS (GENÉRICO)
============================= */

.mcb-column-inner {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

/* =============================
   7. MENÚ SUPERIOR
============================= */

.column_header_search .search_wrapper input[type="text"] {
    padding-left: 10px !important;
}

.search_wrapper input[type="text"] {
    border-width: 1px !important;
    border-style: solid;
    border-color: #d8e1f0;
    padding: 4px 12px;
}

#Content {
    padding-top: 0 !important;
}

/* =============================
   8. JOBS
============================= */

.sjb-page .sjb-listing .row {
    display: block
}

.sjb-page {
    padding: 0;
}

.sjb-page .list-data .v1 {
    border: none;
    padding: 18px 15px 10px;
}

.sjb-page .col-sm-12 {
    padding: 0;
}

.job-meta {
    font-size: 14px;
    letter-spacing: -0.35px;
    line-height: 18px;
    color: #00327D;
}

.job-info .job-title {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.2px;
    line-height: 23px;
    color: #00327D;
    display: inline-block;
    margin-top: 8px;
}

.read-more-btn {
    border: none !important;
    background: none !important;
    padding: 0;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #00327D;
    text-decoration: none;
    transition: color 0.2s ease;
}

.read-more-btn::after {
    margin-left: 5px;
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('/wp-content/uploads/2025/07/flecha.svg') center center/contain no-repeat;
    transition: transform 0.2s ease;
    vertical-align: middle;
}

.read-more-btn:hover {
    color: #001d6c;
}

.read-more-btn:hover::after {
    transform: translateX(3px);
}

.job-info .job-divider {
    border: 0;
    border-top: 1px solid #C0C1C1;
    margin: 30px 0 20px 0;
    width: 100%;
}

.sjb-page a.btn {
    padding: 4px 0px;
}

.sjb-page .sjb-filters.sjb-filters-v1 {
    background-color: #ffffff !important;
}

.filters-form .form-group {
    position: relative;
}

.filters-form select.form-control {
    min-height: 0 !important;
    height: 32px !important;
    width: 100%;
    padding: 0.25em 1.5em 0.25em 0.5em !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    letter-spacing: -0.14px !important;
    line-height: 1.2;
    color: #08307D !important;
    background-color: #fff !important;
    border: 1px solid #08307D !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url('/wp-content/uploads/2025/07/flecha2.svg') !important;
    background-repeat: no-repeat !important;
    background-position: right 1em center !important;
    background-size: 0.8em !important;
    background-size: auto 7px !important;
}

.filters-form select.form-control::-ms-expand {
    display: none !important;
}

.filters-form .form-group::after {
    display: none !important;
}

.filters-form .sjb-search-button .btn-search {
    width: 30px !important;
    height: 30px !important;
    min-height: 0 !important;
    font-size: 0 !important;
    color: transparent !important;
    background: url('/wp-content/uploads/2025/09/lupa.svg') center center no-repeat !important;
    background-size: 30px 30px !important;
    border: none !important;
    padding: 0 !important;
    display: inline-block;
    cursor: pointer;
}

.filters-form .sjb-search-button .btn-search::before {
    content: none !important;
}

.filter-label {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 400 !important;
    font-size: 35px !important;
    letter-spacing: -1.05px !important;
    line-height: 32px !important;
    margin-bottom: 0;
}

.sjb-page .sjb-filters.sjb-filters-v1 {
    padding-left: 0;
}

.job-type,
.job-location {
    font-weight: 400 !important;
}

/* =============================
   9. MEDICHEM CONTACT FORM 7
============================= */

.medichem-form label,
.medichem-form legend {
    display: block;
    margin-bottom: 5px;
    font-weight: 300;
}

.medichem-form {
    --mc-blue: #224585;
    --mc-border: #224585;
    --mc-border-focus: #224585;
    --mc-text: #224585;
    --mc-muted: #224585;
    --mc-error: #224585;
    color: var(--mc-text);
    margin: 0 auto;
}

.medichem-form .mc-grid {
    display: grid;
    grid-template-columns: 528px 1fr;
    column-gap: 38px;
}

.medichem-form .mc-left {
    grid-column: 1;
    display: grid;
    gap: 36px;
}

.medichem-form .mc-right {
    grid-column: 2;
}

.medichem-form .mc-field-inner {
    position: relative;
    border: 1px solid var(--mc-border);
    background: #fff;
    box-sizing: border-box;
    height: 60px;
    padding: 0 10px;
    transition: border-color .15s ease;
}

.medichem-form .mc-field-inner:focus-within {
    border-color: var(--mc-border-focus);
}

.medichem-form .mc-field.mc-message .mc-field-inner {
    height: 444px;
}

.medichem-form .mc-field-inner>label {
    position: absolute !important;
    top: 8px !important;
    left: 10px !important;
    background: #fff;
    padding: 0 4px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.14px;
    line-height: 1;
    color: var(--mc-blue);
    pointer-events: none;
    z-index: 1;
}

.medichem-form .mc-field-inner .mc-input,
.medichem-form .mc-field-inner select,
.medichem-form .mc-field-inner .mc-textarea {
    width: 100%;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    resize: none !important;
    outline: none !important;
    font-size: 15px;
    color: var(--mc-text);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin-top: 24px;
}

.medichem-form .mc-field-inner .mc-input {
    min-height: 1.5em;
}

.medichem-form .mc-field.mc-message .mc-field-inner .mc-textarea {
    margin-top: 24px !important;
    height: calc(100% - 24px) !important;
    resize: none !important;
}

.medichem-form .mc-field-inner .mc-select-wrap {
    position: relative;
    display: block;
}

.medichem-form .mc-field-inner select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 20px;
}

.medichem-form .mc-field-inner .mc-select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--mc-blue);
    border-bottom: 2px solid var(--mc-blue);
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}

.medichem-form .mc-left p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: -0.13px;
    line-height: 16px;
    margin: 4px 0 0;
}

.medichem-form .wpcf7-list-item {
    margin: 0 !important;
}

.medichem-form .mc-legal {
    grid-column: 1;
    margin-top: 0px;
    color: var(--mc-muted);
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: -0.13px;
}

.medichem-form .mc-legal p {
    margin-bottom: 10px;
}

.medichem-form .mc-consent-intro {
    margin: 18px 0 8px;
    color: var(--mc-muted);
}

.medichem-form .mc-check {
    overflow: visible;
    margin: 10px 0 0;
}

.medichem-form .mc-check span.wpcf7-form-control-wrap {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
}

.medichem-form .mc-check input[type="checkbox"] {
    float: left;
    width: 16px;
    height: 16px;
    margin: 2px 8px 0 0;
    border: 1px solid var(--mc-border);
    background: #fff;
    cursor: pointer;
}

.medichem-form .mc-check input[type="checkbox"]:checked {
    background: var(--mc-blue);
    border-color: var(--mc-blue);
}

.medichem-form .mc-check input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    left: 4px;
    top: -12px;
    width: 6px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
}

.medichem-form .mc-check-text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 30px);
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: -0.13px;
    line-height: 16px;
    margin: 0;
}

.medichem-form .mc-actions {
    grid-column: 2;
    display: flex;
    justify-content: flex-end;
    margin-top: 41px;
}

.medichem-form .mc-submit {
    background: var(--mc-blue);
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    padding: 8px 40px;
    cursor: pointer;
}

.medichem-form .mc-submit:hover {
    filter: brightness(1.05);
}

.wpcf7-not-valid-tip {
    color: var(--mc-error);
    font-size: 12px;
    margin-top: 6px;
}

.wpcf7 .wpcf7-response-output {
    border: 1px solid var(--mc-border);
    padding: 12px 16px;
    font-size: 14px;
    color: var(--mc-text);
}

@media (max-width: 1024px) {
    .medichem-form .mc-grid {
        grid-template-columns: 1fr;
        column-gap: 0;
    }

    .medichem-form .mc-left,
    .medichem-form .mc-right {
        gap: 24px;
    }

    .medichem-form .mc-field.mc-message .mc-field-inner {
        height: auto;
    }

    .medichem-form .mc-field-inner .mc-textarea {
        margin-top: 24px;
        height: auto;
        min-height: 300px;
    }

    article {
        margin: 0;
        padding: 0 !important;
    }
}

@media (max-width: 768px) {
    .medichem-form .mc-grid {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 20px;
    }

    .medichem-form .mc-left,
    .medichem-form .mc-right {
        grid-column: 1 / -1;
    }

    .medichem-form .mc-field,
    .medichem-form .mc-field-inner {
        width: 100%;
        box-sizing: border-box;
    }

    .medichem-form .mc-field-inner {
        height: auto;
        min-height: 56px;
        padding: 10px 10px 8px;
    }

    .medichem-form .mc-field-inner>label {
        top: 8px !important;
        left: 10px !important;
        font-size: 13px;
    }

    .medichem-form .mc-field-inner .mc-input,
    .medichem-form .mc-field-inner select,
    .medichem-form .mc-field-inner .mc-textarea {
        margin-top: 22px;
        font-size: 16px;
        width: 100%;
    }

    .medichem-form .mc-field.mc-message .mc-field-inner {
        min-height: 220px;
    }

    .medichem-form .mc-field.mc-message .mc-textarea {
        min-height: 180px !important;
        height: auto !important;
        resize: vertical !important;
    }

    .medichem-form .mc-legal {
        font-size: 13px;
        line-height: 1.35;
    }

    .medichem-form .mc-check input[type="checkbox"] {
        width: 18px;
        height: 18px;
        margin: 2px 10px 0 0;
        position: relative;
    }

    .medichem-form .mc-check input[type="checkbox"]:checked::after {
        top: 1px;
        left: 5px;
        width: 6px;
        height: 10px;
    }

    .medichem-form .mc-check-text {
        width: calc(100% - 28px);
    }

    .medichem-form .mc-actions {
        grid-column: 1 / -1;
        justify-content: stretch;
        margin-top: 16px;
    }

    .medichem-form .mc-submit {
        width: 100%;
        padding: 12px 20px;
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .medichem-form .mc-field-inner {
        min-height: 52px;
    }

    .medichem-form .mc-field.mc-message .mc-field-inner {
        min-height: 200px;
    }

    .medichem-form .mc-field.mc-message .mc-textarea {
        min-height: 160px !important;
    }
}

/* =============================
   10. NOTICIAS
============================= */

@media(min-width: 960px) {
    .page-id-4436 .post:nth-child(-n+8) {
        border-bottom: 1px solid #d6d6d6 !important;
    }

    .page-id-4436 .posts_group .post-item .post-desc,
    .single-post .posts_group .post-item .post-desc {
        height: 350px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }

    .page-id-4436 .post-desc,
    .single-post .post-desc {
        height: 290px !important;
    }
}

.posts_group .post-item .post-footer {
    margin-top: auto;
}

.pager_wrapper {
    border-top: 1px solid #d4d9e5;
    margin: 40px 0 60px;
}

.pager {
    text-align: left;
    padding-top: 24px;
    font-family: "Rubik", "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1;
}

.pager .pages {
    display: inline-flex;
    gap: 24px;
    background: none !important;
    border: 0 !important;
    padding: 0;
}

.pager .page {
    display: inline-block;
    padding: 0;
    background: none !important;
    border: 0;
    color: #6a7da0 !important;
    text-decoration: none;
    transition: color .15s ease;
}

.pager .page:hover,
.pager .page:focus {
    color: #0e3e84 !important;
}

.pager .page.active,
.pager .page[aria-current="page"] {
    color: #0e3e84 !important;
    font-weight: 600 !important;
    pointer-events: none !important;
}

.pager .next_page,
.prev_page {
    display: none !important;
}

@media (max-width:600px) {
    .pager {
        padding-top: 16px;
    }

    .pager .pages {
        gap: 16px;
    }

    .pager .page {
        font-size: 15px;
    }
}

/* =============================
   11. PÁGINA BCORP
============================= */

.post-item.category-news {
    padding: 32px 0;
    max-width: 370px;
    border: none;
    display: block;
}

.page-id-3578 .post-item {
    margin: 0 1.5% 20px !important;
}

.page-id-3578 .date_label {
    display: none !important;
}

.page-id-3578 .entry-title {
    font-size: 25px !important;
}

.page-id-3578 .post-item .author-date .date i {
    display: none;
}

.page-id-3578 .post-item .author-date .date,
.page-id-3578 .post-item .date_label {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #00327D;
    letter-spacing: -0.35px;
    text-transform: uppercase;
    display: block;
    position: relative;
}

.page-id-16 .author-date,
.page-id-4436 .author-date,
.single-post .author-date {
    display: none;
}

.page-id-4436 .post-item.category-news {
    padding: 55px 0 !important;
}

.page-id-3578 .post-head {
    border-bottom: 1px solid #C0C1C1;
    margin-bottom: 30px;
}

.page-id-3578 .post-item .post-excerpt::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    margin-top: 30px;
}

.page-id-3578 .post-excerpt,
.page-id-3578 .post-footer {
    margin: 0 !important;
}

.page-id-3578 .posts_group.grid.col-3 .post-item {
    width: 30% !important;
}

/* =============================
   12. BULLETS
============================= */

.elementor-element-5c755e0 ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.elementor-element-5c755e0 ul li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
}

.elementor-element-5c755e0 ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-image: url('/wp-content/uploads/2025/07/Elipse-19.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.elementor-element-63d3d13 ul,
.elementor-element-bf98f18 ul,
.elementor-element-fa74d65 ul,
.elementor-element-553c722 ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.elementor-element-63d3d13 ul li,
.elementor-element-bf98f18 ul li,
.elementor-element-fa74d65 ul li,
.elementor-element-553c722 ul li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 0px;
}

.elementor-element-63d3d13 ul li::before,
.elementor-element-bf98f18 ul li::before,
.elementor-element-fa74d65 ul li::before,
.elementor-element-553c722 ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background-image: url('/wp-content/uploads/2025/07/Elipse-19.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

/* =============================
   13. HEADER Y FOOTER
============================= */

.mfn-footer-menu-style-horizontal li a {
    padding: 0 8px;
}

.mcb-section .mcb-wrap .mcb-item-7eainzyp .mcb-column-inner-7eainzyp ul.mfn-footer-menu-style-horizontal {
    justify-content: left !important;
}

.mcb-section .mcb-wrap-qtc16a3g {
    z-index: 9999999;
}

#menu-top-menu>li.mfn-menu-li {
    position: relative;
}

#menu-top-menu>li>.mfn-menu-item-megamenu::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100vw;
    height: 100%;
    background: #fff;
    z-index: -1;
}

.mfn-menu-item-has-megamenu>.mfn-menu-item-megamenu {
    pointer-events: none;
    opacity: 0;
    transform: translateY(14px);
    display: block !important;
    visibility: hidden;
    transition: opacity .55s ease-out, transform .55s ease-out;
    width: 100vw !important;
}

.mfn-menu-item-has-megamenu>.mfn-menu-item-megamenu>.mfn-builder-content {
    margin: 0;
}

.mfn-menu-item-has-megamenu>.mfn-menu-item-megamenu .mfn-wrapper-for-wraps .one-second.mcb-wrap {
    width: 200px;
}

@media (hover:hover) {
    .mfn-menu-item-has-megamenu:hover>.mfn-menu-item-megamenu,
    .mfn-menu-item-has-megamenu:focus-within>.mfn-menu-item-megamenu {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        pointer-events: auto;
    }
}

/* =============================
   14. NEWS en HOME
============================= */

@media (min-width: 960px) {
    .post-excerpt {
        margin-bottom: 0px;
    }

    .home .post-desc {
        display: flex;
        flex-direction: column;
        height: 270px;
    }

    .home .post-title,
    .home .post-excerpt {
        flex: 0 0 auto;
    }

    .home .post-excerpt {
        flex-grow: 1;
        margin-bottom: 0px;
        overflow: hidden;
    }

    .home .post-footer {
        margin-top: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
}

#microscopio,
#mundo,
#personas {
    max-height: 150px
}

/* =============================
   15. PÁGINA DE NOTICIA
============================= */

article header {
    margin-bottom: 80px;
}

.share-inline {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: Roboto, sans-serif;
}

.share-inline .share-label {
    color: #003893;
    font-size: 16px;
    font-weight: 400;
}

.share-inline a {
    color: #9aa0a6;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.share-inline a:hover {
    color: #003893;
}

.share-inline svg {
    display: block;
    width: 18px;
    height: 18px;
}

.mc-post-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    font-size: 26px;
}

.mc-post-nav a {
    color: #003893;
    text-decoration: none;
    transition: color .2s ease;
}

.mc-post-nav a:hover {
    color: #001d6c;
}

.textonoticia {
    margin-top: -60px;
}

.fixed-nav-prev,
.fixed-nav-next {
    display: none;
}

/* =============================
   16. ANIMAR FLECHAS
============================= */

.flecha {
    display: inline-block;
    transition: transform 260ms cubic-bezier(.2, .9, .3, 1);
    will-change: transform;
}

.flecha:hover,
.flecha:focus,
.flecha:active {
    transform: translateX(10px);
}

.btn-with-arrow:hover .flecha,
.btn-with-arrow:focus-within .flecha {
    transform: translateX(10px);
}

@media (prefers-reduced-motion: reduce) {
    .flecha {
        transition: none;
        transform: none;
        will-change: auto;
    }
}

.flecha-abajo {
    display: inline-block;
    transition: transform 260ms cubic-bezier(.2, .9, .3, 1);
    will-change: transform;
}

.flecha-abajo:hover,
.flecha-abajo:focus,
.flecha-abajo:active {
    transform: translateY(8px);
}

.btn-with-arrow-down:hover .flecha-abajo,
.btn-with-arrow-down:focus-within .flecha-abajo {
    transform: translateY(8px);
}

.flecha-abajo.elastic {
    transition: transform 420ms cubic-bezier(.22, 1.1, .28, 1);
}

.flecha-abajo.elastic:hover,
.flecha-abajo.elastic:focus {
    transform: translateY(12px) rotate(2deg);
}

@media (prefers-reduced-motion: reduce) {
    .flecha-abajo {
        transition: none;
        transform: none;
        will-change: auto;
    }
}

.flecha-izq {
    display: inline-block;
    transition: transform 260ms cubic-bezier(.2, .9, .3, 1);
    will-change: transform;
}

.flecha-izq:hover,
.flecha-izq:focus-visible,
.flecha-izq:active {
    transform: translateX(-10px);
}

.btn-with-arrow-left:hover .flecha-izq,
.btn-with-arrow-left:focus-within .flecha-izq {
    transform: translateX(-10px);
}

.flecha-izq.elastic {
    transition: transform 420ms cubic-bezier(.22, 1.1, .28, 1);
}

.flecha-izq.elastic:hover,
.flecha-izq.elastic:focus-visible {
    transform: translateX(-14px) rotate(-3deg);
}

@media (prefers-reduced-motion: reduce) {
    .flecha-izq {
        transition: none;
        transform: none;
        will-change: auto;
    }
}

/* =============================
   17. CSS para cabeceras
============================= */

.products-hero,
.about-hero,
.adding-hero,
.sustainability-hero,
.news-hero {
    position: relative;
    box-sizing: border-box;
    background: #007DC8 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* =============================
   18. CSS para el acordeón "See more" de Our brand
============================= */

#seemore summary {
    border: 0;
    padding: 6px 0 26px 0;
}

@media(min-width:1025px) {
    .premium-carousel-template {
        height: 400px !important;
        padding-top: 15px !important;
    }

    .ver-carousel-arrow {
        margin-left: 0 !important;
    }
}

/* =============================
   19. TIMELINE
============================= */

@media(min-width: 1025px) {
    .twae-content {
        padding-right: 70px !important;
    }

    .twae-wrapper .twae-content h3 {
        font-family: "Roboto Condensed", sans-serif !important;
        font-weight: 400;
        font-size: 25px;
        line-height: 15px;
        letter-spacing: -0.25px;
        margin-bottom: 12px;
    }

    .twae-labels {
        padding-right: 75px !important;
    }

    .twae-label-big {
        padding-right: 30px !important;
    }

    .twae-wrapper .twae-repeater-item.twae-story-right .twae-label-big::after {
        content: "" !important;
        position: absolute !important;
        top: 50% !important;
        left: 100% !important;
        transform: translateY(-50%) !important;
        height: 1px !important;
        width: 122px !important;
        background: #00327D !important;
        z-index: 1 !important;
    }
}

@media(max-width: 1025px) {
    .twae-wrapper .twae-repeater-item.twae-story-right .twae-label-big::after {
        content: "" !important;
        position: absolute !important;
        top: 50% !important;
        right: 100% !important;
        transform: translateY(-50%) !important;
        height: 1px !important;
        width: 50px;
        background: #00327D !important;
        z-index: 1 !important;
    }

    .twae-content {
        padding: 0 !important;
    }
}

.twae-content {
    box-shadow: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    margin-top: 23px !important;

}

.twae-icon,
.twae-arrow,
.twae-start,
.twae-end {
    display: none !important;
}

.twae-timeline::before {
    margin-top: 64px !important;
    width: 1px !important;
    background-color: #00327D !important;
    margin-bottom: 100px;
}

.twae-wrapper .twae-content h2 {
    font-family: "Roboto Condensed", sans-serif !important;
    font-weight: 400;
    font-size: 35px;
    line-height: 60px;
    letter-spacing: -1.57px;
    margin-bottom: 12px;
}

.twae-wrapper .twae-content h3>div {
    margin-top: 2px !important;
}

.twae-wrapper .twae-repeater-item .twae-label-big {
    position: relative !important;
    overflow: visible !important;
}

.slick-list,
.premium-carousel-template {
    height: 440px !important;
}

.elementor-6756 .elementor-element.elementor-element-750b976 a.ver-carousel-arrow.carousel-prev {
    top: 458px !important;
    left: 630px !important;
}

#premium-carousel-750b976>a.ver-carousel-arrow.carousel-next.slick-arrow {
    left: 680px !important;
}

/* =============================
   20. Ocultar imagen en entradas de B Corp
============================= */

#bcorp-news img {
    display: none;
}

#bcorp-news .post-item.category-news {
    padding: 0;
}
