:root {
    --news-color: #03616E;
    --services-color: #3C1053;
    --accent: #830051;
    --muted: #6b7280;
    --grey-color: #595959 !important;
}

:focus {
    outline: rgb(0, 95, 204) solid 3px;
}

.cmp-text a[target="_blank"]::after {
    display: none !important;
}

#az-landing-video-w-description .cmp-videogallery__playlist .cmp-videogallery__item .cmp-videogallery__item-content .cmp-videogallery__item-title > span b {
    display: block;
}

#az-landing-video-w-description .cmp-videogallery__playlist .cmp-videogallery__item {
    padding: 32px;
}

#actualidad .breadcrumb .separator-icon, #actualidad .breadcrumb a {
    color: white;
}

#cols-2-video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

#cols-2-video #az-video .cmp-video__player {
    height: 250px !important;
}

.grid {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 20px;
    align-items: start;
    align-content: start;
}

.letters {
    position: sticky;
    top: 100px;
    background: var(--card, #fff);
    padding: 8px;
    border-radius: 8px;
    z-index: 10;
    align-self: start;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 2px;
}

.letters ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.letters li {
    margin: 0px;
}

.letters button {
    appearance: none;
    border: 0px;
    background: transparent;
    padding: 6px 8px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    color: var(--muted);
    min-width: 36px;
    text-align: center;
}

.letters button:focus {
    outline: rgba(11, 99, 255, 0.18) solid 2px;
    outline-offset: 2px;
}

.letters button.active {
    background: var(--accent);
    color: white;
}

.letters .small {
    font-size: 12px;
    color: var(--muted);
    text-align: center;
}

.content {
    background: transparent;
}

.controls {
    position: sticky;
    top: 0px;
    background: var(--card, #fff);
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
    padding: 10px 0px;
    z-index: 20;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 0px;
}

.search {
    flex: 1 1 0%;
    min-width: 180px;
}

.search input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgb(230, 233, 238);
    background: var(--card);
    box-sizing: border-box;
    font-size: 14px;
}

.glossary-section {
    margin: 12px 0px;
    padding: 14px;
    background: var(--card);
    border-radius: var(--radius);
    box-shadow: rgba(16, 24, 40, 0.04) 0px 1px 0px;
}

.glossary-section h2 {
    margin: 0px 0px 8px;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.glossary-item {
    padding: 10px 0px;
    border-top: 1px dashed rgb(238, 238, 238);
}

.glossary-item:first-of-type {
    border-top: 0px;
}

.glossary-item h3 {
    margin: 0px;
    font-weight: 700;
    font-size: 15px;
}

.glossary-item p {
    margin: 6px 0px 0px;
    color: var(--muted);
    line-height: 1.4;
    font-size: 14px;
}

.count {
    font-size: 13px;
    color: var(--muted);
}

.glossary-item:focus-within h3, .glossary-item:focus h3 {
    text-decoration: underline dotted;
}

@media (max-width: 720px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .letters {
        position: sticky;
        top: 48px;
        display: flex;
        gap: 6px;
        overflow-x: auto;
        background: var(--card);
        box-shadow: rgba(0, 0, 0, 0.03) 0px 1px 0px;
        padding: 8px 6px;
        z-index: 10;
    }

    .letters ul {
        flex-direction: row;
        align-items: center;
    }

    .letters button {
        padding: 8px 10px;
        min-width: auto;
        font-size: 13px;
    }

    .glossary-section {
        padding: 12px;
    }

    .controls {
        top: 0px;
        padding: 8px 0px;
        margin-bottom: 0px;
        gap: 6px;
    }
}

html {
    scroll-behavior: smooth;
}

#az-legal-text--left p {
    word-break: normal;
}

#btnHeroHome {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
}

@media screen and (max-width: 768px) {
    #actualidad #az-one-card-mobile [id^="az-cards-row"] .cmp-teaserlist__base {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #actualidad #az-one-card-mobile [id^="az-cards-row"] .cmp-teaserlist__item {
        width: 358px;
        height: 333px;
    }

    #az-one-card-mobile [id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link .cmp-teaserlist__item__image .cmp-image {
        height: 140px;
    }
}

#imgPonente {
    text-align: center;
}

#imgPonente img {
    max-width: 100px;
    border-radius: 100%;
}

.cmp-socialFeatures__like {
    display: none !important;
}

#back-2-top-btn .cmp-image__image {
    display: none;
}

#az-2-columns .expandingimage.image .cmp-image img {
    width: 100%;
    min-width: 100% !important;
}

.expandingimage.image {
    padding: 0px !important;
}

#az-landing-2col-imagefirst, #az-landing-2col-textfirst {
    align-items: normal !important;
}

#az-minicard-3col-row .cmp-imagelist .cmp-imagelist__item .cmp-imagelist__description {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: rgb(120, 120, 120);
    padding-left: 0px;
}

#az-minicard-3col-row .cmp-imagelist .cmp-imagelist__item .cmp-imagelist__title {
    font-family: Lexia;
    font-style: normal;
    padding-left: 0px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
}

#button-left-2 {
    display: block;
    align-items: center;
    justify-content: left;
}

#button-right-2 {
    display: flex;
    align-items: center;
    justify-content: right;
}

#az-img-resource img {
    border-radius: 16px;
}

#decline-button {
    border: 1px solid dimgray;
    color: inherit;
    background: transparent;
    width: fit-content !important;
}

#image-text-inline {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 25px;
}

#event-detail-related-background-layer-2 {
    padding-top: 40px;
    padding-bottom: 48px;
    margin-top: 48px;
    background: rgb(240, 171, 0);
    border-radius: 20px;
}

#event-detail-related-background-layer-3 {
    padding-top: 40px;
    padding-bottom: 48px;
    margin-top: 48px;
    background: rgb(245, 235, 241);
    border-radius: 20px;
}

#event-detail-related-background-layer-4 {
    padding-top: 40px;
    padding-bottom: 8px;
    margin-top: 48px;
    background: rgb(253, 237, 204);
    border-radius: 20px;
}

#event-detail-related-background-layer-5 {
    padding-top: 20px;
    padding-bottom: 8px;
    margin-top: 48px;
    background: rgb(249, 225, 237);
    border-radius: 20px;
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link[href*="/AZ_Pediatria/Recursos"] .cmp-teaserlist__item__image {
    border-color: var(--primary-color);
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link[href*="/AZ_Pediatria/Recursos"] .cmp-teaserlist__item__searchSubtitle::before {
    content: url("/content/dam/intelligentcontent/multibrand/es/az-one/images/icons/Content.svg");
    display: block;
    line-height: 1;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

#az-training-banner-details #az-landing-event-banner #az-landing-event-description {
    background-color: rgb(240, 171, 0);
}

#az-custom-event-banner-990305 #az-landing-event-banner #az-landing-event-description {
    background-color: rgb(153, 3, 5);
}

#event-banner-training #az-landing-event-banner #az-landing-event-description {
    background-color: rgb(240, 171, 0) !important;
}

#training-text-banner {
    color: black !important;
}

#az-elearning-accept {
    display: block;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: var(--border-radius);
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transition: var(--transition-time);
    padding: 12px 48px !important;
}

#az-elearning-decline {
    display: block;
    background: var(--primary-color);
    color: var(--white-color);
    border-radius: var(--border-radius);
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transition: var(--transition-time);
    padding: 12px 48px !important;
}

#hideMenu #header-fragment {
    display: none;
}

#az-custom-event-banner-304797 #az-landing-event-banner #az-landing-event-description {
    background-color: rgb(48, 71, 151);
}

#az-custom-event-banner-D9C7E3 #az-landing-event-banner #az-landing-event-description {
    background-color: rgb(217, 199, 227);
}

#secondary-button {
    display: block;
    width: 100%;
    background: rgb(244, 244, 244);
    color: rgb(131, 0, 81);
    border-radius: var(--border-radius);
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    transition: var(--transition-time);
    padding: 12px 48px !important;
}

#terciary-button {
    display: block;
    width: 100%;
    background: rgb(255, 255, 255);
    color: rgb(131, 0, 81);
    border-radius: var(--border-radius);
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    transition: var(--transition-time);
    white-space: nowrap;
    padding: 12px 0px !important;
}

#az-text-accordion-2 .cmp-accordion {
    margin: 0px;
    padding: 0px;
    display: block;
}

#az-text-accordion-2 .cmp-accordion__item {
    padding: 0px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 24px;
    box-shadow: lightgray 0px 4px 10px;
    border-radius: 15px;
}

#az-text-accordion-2 .cmp-accordion__panel--expanded {
    margin-top: 24px;
    margin-bottom: 16px;
    max-height: none !important;
}

#az-text-accordion-2 .cmp-accordion__header {
    padding: 0px;
    white-space: nowrap;
}

#az-text-accordion-2 .cmp-accordion__button {
    position: relative;
    border: 0px;
    padding: 0.5em 1em;
    background-image: none;
    background-position: initial;
    background-size: initial;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: inherit;
    background-color: inherit;
}

#az-text-accordion-2 .cmp-accordion__button--expanded .cmp-accordion__icon::before {
    content: "";
    font-family: "Font Awesome";
}

#az-text-accordion-2.cmp-accordion__icon {
    position: relative;
    padding: 0px 0.5em;
}

#az-text-accordion-2 .cmp-accordion__icon::before {
    content: "";
    color: var(--primary-color);
}

#az-text-accordion-2 .cmp-accordion__button--expanded .cmp-accordion__icon::before {
    content: "";
    font-family: "Font Awesome";
}

#az-text-accordion-2 .cmp-accordion__title {
    width: 100%;
}

#az-text-accordion-2 .cmp-accordion__icon {
    position: relative;
    padding: 0px 0.5em;
}

#az-text-accordion-2 .cmp-accordion__icon::before {
    content: "";
    font-family: "Font Awesome";
}

#az-text-accordion-2 .cmp-accordion__panel {
    padding: 0.75em 1em;
}

#az-text-accordion-2 .cmp-accordion__panel--hidden {
    display: none;
}

#az-text-accordion-2 .cmp-accordion__panel--expanded {
    margin-top: 24px;
    margin-bottom: 16px;
    max-height: none !important;
}

#az-text-accordion-2 .toggle-accordion {
    text-align: right;
    cursor: pointer;
}

#az-text-accordion-2 .toggle-accordion .collapse-all.active, .toggle-accordion .expand-all.active {
    display: inline-block;
}

#az-text-accordion-2 .toggle-accordion .collapse-all.active:focus-visible, .toggle-accordion .expand-all.active:focus-visible {
    outline: auto;
}

#az-text-accordion-2 .toggle-accordion .collapse-all, .toggle-accordion .expand-all {
    display: none;
}

#az-text-accordion-2 .cmp-accordion--weight-lighter .cmp-accordion__header {
    font-weight: lighter;
}

#az-text-accordion-2 .cmp-accordion--weight-normal .cmp-accordion__header {
    font-weight: normal;
}

#az-text-accordion-2 .cmp-accordion--weight-bold .cmp-accordion__header {
    font-weight: bold;
}

#az-text-accordion-2 .cmp-accordion--weight-bolder .cmp-accordion__header {
    font-weight: bolder;
}

#az-text-accordion-2 .cmp-accordion--decoration-underline .cmp-accordion__title {
    text-decoration: underline;
}

#az-text-accordion-2 .cmp-accordion--transform-capitalize .cmp-accordion__button {
    text-transform: capitalize;
}

#az-text-accordion-2 .cmp-accordion--transform-lowercase .cmp-accordion__button {
    text-transform: lowercase;
}

#az-text-accordion-2 .cmp-accordion--transform-uppercase .cmp-accordion__button {
    text-transform: uppercase;
}

#product-detail-page-2 #product-detail-content-background-layer-2 {
    padding-top: 56px;
    padding-bottom: 32px;
    background: var(--white-color);
    border-radius: 0px;
    height: 100%;
}

#az-page-title-home {
    margin-bottom: 25px;
    position: relative;
    color: white;
}

#yellowbox {
    border: 2px solid rgb(224, 168, 0);
    padding: 30px;
}

#az-text-accordion-shadow .cmp-accordion__icon::before {
    content: "";
    color: black;
}

#az-text-accordion-shadow .cmp-accordion__button--expanded .cmp-accordion__icon {
    transform: rotate(180deg);
}

#az-text-accordion-shadow .cmp-accordion__panel.cmp-accordion__panel--hidden {
    opacity: 0;
    transition: 0.5s;
}

#az-text-accordion-shadow .cmp-accordion__panel.cmp-accordion__panel--expanded {
    opacity: 1;
    transition: 1s;
}

#az-text-accordion-shadow .cmp-accordion__icon {
    transition: 0.5s;
}

#az-text-accordion-shadow {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#az-text-accordion-shadow button {
    max-width: 100%;
    padding: 0px !important;
}

#az-text-accordion-shadow .cmp-accordion__item {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 18px;
    border-radius: 16px;
}

#az-text-accordion-shadow .cmp-accordion__item {
    padding: 24px;
}

#az-text-accordion-shadow .cmp-accordion__panel {
    padding: 24px 0px 0px;
}

#page-d8fb5e1b38 .cmp-breadcrumb__list li:nth-last-child(2) .separator-icon {
    display: inline;
}

#page-d8fb5e1b38 .cmp-breadcrumb__list li:last-child {
    display: inline;
    font-weight: 300;
}

.resourceListFilter .cmp-resourcelistfilter__column .cmp-resourcelistfilter__panel-body div:nth-child(2) {
    order: 2;
}

.cmp-resourcelistfilter__panel-body .cmp-resourcelistfilter__text-muted {
    order: 1;
}

.resourceListFilter .cmp-resourcelistfilter__column .cmp-resourcelistfilter__panel-body > div:nth-of-type(2) {
    -webkit-line-clamp: 2 !important;
}

@media (min-width: 992px) {
    .resourceListFilter .cmp-resourcelistfilter__column .cmp-resourcelistfilter__panel-body > div:nth-of-type(2) {
        -webkit-line-clamp: 3 !important;
    }
}

.cmp-resourcelistfilter__text-muted.cmp-searhsubtitle {
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    #az-resource-list .resourceListFilter .cmp-resourcelistfilter__column {
        height: 407px !important;
    }
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link[href*="/actualidad"] .cmp-teaserlist__item__searchSubtitle {
    color: var(--news-color);
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link[href*="/actualidad"] .cmp-teaserlist__item__image {
    border-color: var(--news-color);
}

.panel.panel-default.cmp-resourcelistfilter__resource-panel a[href*="/servicios/"] .cmp-resourcelistfilter__text-muted.cmp-searhsubtitle {
    color: var(--services-color);
    display: flex;
}

.resourceListFilter .cmp-resourcelistfilter__column .cmp-resourcelistfilter__panel-body > div:last-child {
    max-height: 24px;
}

.panel.panel-default.cmp-resourcelistfilter__resource-panel a[href*="/servicios/"] .cmp-resourcelistfilter__text-muted.cmp-searhsubtitle::before {
    content: url("/content/dam/intelligentcontent/multibrand/es/az-one/images/icons/services.svg");
    display: inline-block;
    line-height: 1;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

.resourceListFilter .cmp-resourcelistfilter__column .cmp-resourcelistfilter__panel-body > div:last-child {
    position: relative;
    order: 4;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Lexia !important;
}

p, a, [id$="-button"], [id$="-submit"], .text .cmp-text, .cmp-tabs .cmp-tabs__tablist, #tabs_list ul, [id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link .cmp-teaserlist__item__searchSubtitle, .cmp-teaserlist__item__link--more, .cmp-teaserlist__item__link--more span, .cmp-selfcertification__continue, #az-textblock-icon-left-wrapper .cmp-text, .css-only-modal h2, #goBackButton p, #az-one-blog-article #az-blog-article-meta p, [id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link .cmp-teaserlist__item__authorName {
    font-family: Inter, sans-serif !important;
}

#azteam-page .dynamicformv2 .cmp-dynamicform__generated-form .cmp-dynamicform__form-group:nth-of-type(4) select {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    margin-left: 18px;
    width: 100%;
}

#az-topimg-paywall #product-detail-page #product-detail-content-background-layer {
    padding-bottom: 8px;
}

#az-highlighted-text-bg #event-detail-related-background-layer {
    margin-top: 0px;
    padding-bottom: 40px;
}

.cmp-wrapper {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 18px;
    padding: 24px;
    border-radius: 16px;
}

#product-detail-page .cmp-container__backgroundImage--enabled {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.anchor-navigation {
    display: flex;
    align-items: center;
    border: 1px solid lightgray;
    justify-content: space-between;
    padding: 10px;
    border-radius: 9px;
    margin-bottom: 20px;
    box-shadow: rgb(170, 170, 170) 0px 2px 3px;
    transition: 0.2s;
}

#no-break-words a {
    word-break: keep-all;
}

.anchor-navigation:hover {
    box-shadow: rgb(170, 170, 170) 0px 0px 1px;
}

.cmp-teaser__pretitle p, .cmp-teaser__pretitle p sub {
    line-height: 12px;
    margin-bottom: 16px !important;
}

#az-fixed-top-tabs.sticky ol {
    position: fixed;
    top: 24px;
    z-index: 5;
    margin-bottom: 0px;
}

#az-fixed-top-tabs ol {
    transition: margin 0.5s, transform 0.5s, top 0.5s;
}

#fit-to-content.cmp-container {
    width: 170px;
    margin: auto;
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link[href*="/cursos/"] .cmp-teaserlist__item__searchSubtitle {
    color: black;
}

#new-button-test-1 {
    display: block;
    width: 100%;
    background: white;
    color: black;
    border-radius: var(--border-radius);
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 48px;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 18px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    text-align: left;
}

#new-button-test-1:hover {
    background: rgb(244, 244, 244);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 20px;
}

#button-info-phat, #button-type-phat {
    width: 100%;
    background: white;
    color: black;
    border-radius: var(--border-radius);
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 48px;
    transition: background-color 0.3s, box-shadow 0.3s;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 18px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    min-height: 65px;
}

#button-info-phat:hover, #button-type-phat:hover {
    background: rgb(244, 244, 244);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 6px 20px;
}

#button-info-phat::before, #button-type-phat::before {
    content: "";
    display: inline-block;
    width: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}

#button-info-phat::before {
    background-image: url("/content/dam/intelligentcontent/multibrand/es/az-one/icons/phat-info-icon.svg");
}

#button-type-phat::before {
    background-image: url("/content/dam/intelligentcontent/multibrand/es/az-one/icons/phat-type-icon.svg");
}

#hide-footer-menu #header-fragment, #hide-footer-menu #footer-component {
    display: none;
}

#text-align-justify {
    text-align: justify;
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link[href*="/patologias"] .cmp-teaserlist__item__searchSubtitle::before {
    content: url("/content/dam/intelligentcontent/multibrand/es/az-one/images/icons/Content.svg");
    display: block;
    line-height: 1;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link[href*="/patologias"] .cmp-teaserlist__item__image {
    border-color: var(--primary-color);
}

li[data-teaser-id*="hiperrespuesta-bronquial-un-rasgo-tratable"] {
    & .cmp-teaserlist__item__searchSubtitle {
        display: flex;
        align-items: center;
        &::before {
            content: "";
            display: block;
            width: 20px;
            height: 20px;
            margin-right: 8px;
            background-image: url("/content/dam/intelligentcontent/multibrand/es/az-one/images/icons/Content.svg");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center center;
            flex-shrink: 0;
        }
    }
}

#az-landing-2col-imagefirst-shadow, #az-landing-2col-textfirst-shadow {
    display: grid;
    align-items: center;
    margin-bottom: var(--default-components-margin-bottom);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 18px;
    border-radius: 16px;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 10px;
}

#az-landing-2col-imagefirst-shadow-small, #az-landing-2col-textfirst-shadow-small {
    display: block;
    align-items: center;
    margin-bottom: var(--default-components-margin-bottom);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 18px;
    border-radius: 16px;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 10px;
    transform: scale(0.8);
}

@media (min-width: 992px) {
    #cols-75-25 #az-landing-2col-imagefirst, #cols-75-25 #az-landing-2col-textfirst {
        grid-template-columns: minmax(0px, 75%) minmax(0px, 25%);
        gap: 30px;
    }
}

.custom-wrapper {
    border-radius: 16px;
    box-shadow: rgba(187, 187, 187, 0.5) 0px 0px 14px 2px;
    padding: 10px;
    transition: background-color 0.3s;
}

.custom-wrapper {
    border-radius: 16px;
    box-shadow: rgba(187, 187, 187, 0.5) 0px 0px 14px 2px;
    padding: 0px;
    transition: background-color 0.3s;
    overflow: hidden;
}

.custom-wrapper:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.custom-imagelist-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
}

.custom-imagelist-image {
    flex-shrink: 0;
    padding: 0px;
    height: 120px;
    object-fit: cover;
}

.custom-imagelist-title {
    margin-left: 5px;
    margin-top: 5px;
}

.custom-imagelist-description p {
    margin-left: 5px;
}

#az-btn-phatology .custom-imagelist-item {
    flex-direction: column;
    overflow: hidden;
}

#az-btn-phatology .custom-imagelist-image {
    max-height: 180px;
    border-radius: 16px 16px 0px 0px;
    margin-bottom: 8px;
}

#az-btn-phatology .custom-imagelist-description {
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    #az-btn-phatology .custom-imagelist-description {
        margin-bottom: 8px;
    }

    #az-btn-phatology .custom-imagelist-item {
        flex-direction: row;
    }

    #az-btn-phatology .custom-imagelist-image {
        border-radius: 16px 0px 0px 16px;
        max-width: 220px;
        width: 100%;
        margin-bottom: -11px;
    }

    #az-btn-phatology {
        width: 85%;
        margin: 0px auto;
    }

    #container-button-phat {
        display: flex;
        border-radius: 11.5px;
        box-shadow: rgba(187, 187, 187, 0.5) 0px 0px 14px 2px;
        overflow: hidden;
        height: 110px;
        width: 85%;
        margin: 0px auto;
    }

    #container-button-phat:hover {
        background-color: rgba(0, 0, 0, 0.05);
    }

    #container-button-phat .embed {
        width: 100%;
        display: flex;
    }

    #container-button-phat .text {
        width: 80%;
        padding: 16px;
    }

    #container-button-phat #imgButton {
        width: 20%;
        height: 100%;
    }

    #container-button-phat #imgButton div {
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: 100%;
    }
}

.attr-container #red-flag-sec {
    padding-bottom: 40px;
}

.attr-container .text-container p {
    text-align: center;
    font-family: Kanit, sans-serif;
    font-weight: 400;
    font-size: clamp(12px, 2.75vw, 15px);
    line-height: 1.3;
    font-style: italic;
    letter-spacing: 0px;
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.306) 0px 0px 6px;
    opacity: 1;
    margin-bottom: 20px;
}

.attr-container .image-container img {
    display: none;
    width: 100%;
}

.attr-container .image-container img.active {
    display: block;
}

.attr-container .tabs-container a {
    font-family: Kanit, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(15px, 1.2vw, 16px);
    line-height: 1.3;
    padding: 4px 12px;
    height: fit-content;
    text-align: center;
    color: rgb(0, 33, 95);
}

.attr-container .tabs-container a.active {
    background-color: rgb(201, 39, 201);
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    border-radius: 10px;
}

.attr-container .content-container::before {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 30px 30px 30px 0px;
    background: linear-gradient(105deg, rgb(245, 153, 252) 0%, rgb(125, 118, 254) 30%, rgb(85, 106, 255) 49%, rgb(97, 158, 253) 79%, rgb(117, 242, 251) 100%) 0% 0% no-repeat padding-box padding-box transparent;
    z-index: -1;
    filter: blur(7px);
}

.attr-container .content-container {
    display: none;
    background: 0% 0% no-repeat padding-box padding-box rgb(255, 255, 255);
    border-radius: 30px 30px 30px 0px;
    opacity: 1;
    max-width: 88.5%;
    padding: 22.5px 10px 26px 24px;
    position: relative;
    margin-bottom: 40px;
}

.attr-container .content-container p {
    text-align: center;
    font-family: Kanit, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    line-height: 25px;
    color: rgb(201, 39, 201);
    padding-bottom: 27px;
}

.attr-container .content-container .inner-flex p {
    font-family: Kanit, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 1.1;
    color: rgb(21, 21, 21);
    padding: 4px 6px 4px 0px;
    text-align: center;
}

.attr-container .content-container.cardiac .inner-flex:nth-child(3) p {
    padding-bottom: 14px;
}

.attr-container .content-container.active {
    display: block;
}

.attr-container .image-flex-wrapper {
    display: flex;
}

.attr-container .inner-flex {
    display: flex;
    width: 50%;
    align-items: center;
    gap: 15.5px;
    flex-flow: column;
}

.attr-container .autonomic .inner-flex {
    padding-bottom: 16px;
}

.attr-container .polyneuropathy .inner-flex .sec-img {
    text-align: center;
    display: flex;
    width: 100px;
    height: 100px;
}

.attr-container .inner-flex .sec-img {
    width: 30%;
    text-align: center;
}

.attr-container .autonomic .inner-flex .sec-img {
    width: 25%;
}

.attr-container .polyneuropathy .inner-flex:nth-child(1) img {
    width: 90px;
    height: 78px;
}

.attr-container .polyneuropathy .inner-flex:nth-child(2) img {
    width: 84px;
    height: 84px;
}

.attr-container .polyneuropathy .inner-flex:nth-child(3) img {
    width: 69px;
    height: 86px;
}

.attr-container .polyneuropathy .inner-flex:nth-child(4) img {
    width: 100px;
    height: 100px;
}

.attr-container .cardiac .inner-flex:nth-child(1) img {
    width: 35.89px;
}

.attr-container .cardiac .inner-flex:nth-child(2) img {
    width: 57px;
    height: 58px;
}

.attr-container .cardiac .inner-flex:nth-child(3) img {
    width: 70px;
}

.attr-container .musculo .inner-flex:nth-child(1) img {
    width: 39.49px;
}

.attr-container .musculo .inner-flex:nth-child(2) img {
    width: 55px;
}

.attr-container .musculo .inner-flex:nth-child(3) img {
    width: 41px;
}

.attr-container .musculo .inner-flex:nth-child(4) img {
    width: 43.47px;
}

.attr-container .musculo .inner-flex:nth-child(5) img {
    width: 43px;
}

.attr-container .autonomic .inner-flex:nth-child(1) img {
    width: 78px;
}

.attr-container .autonomic .inner-flex:nth-child(2) img {
    width: 95px;
}

.attr-container .autonomic .inner-flex:nth-child(3) img {
    width: 44px;
}

.attr-container .neuropathy .inner-flex:nth-child(1) img {
    width: 37px;
}

.attr-container .neuropathy .inner-flex:nth-child(2) img {
    width: 50px;
}

@media screen and (max-width: 991px) {
    .attr-container {
        position: relative;
    }

    .attr-container .mobile_only {
        display: block;
    }

    .attr-container .desktop_only {
        display: none;
    }

    .attr-container .tabs {
        display: block;
        width: min-content;
        margin-left: auto;
        text-align: center;
        padding-right: 9px;
    }

    .attr-container .tabs-container a {
        text-align: center;
        display: inline-block;
        width: min-content;
    }

    .attr-container .tabs-container {
        width: 100%;
        z-index: 1;
        position: relative;
    }

    .attr-container .content-container {
        max-width: 100%;
        margin-bottom: 0px;
        margin-top: 5px;
        padding: 20px 10px 6px !important;
    }

    .attr-container .inner-flex {
        width: 100%;
        gap: 3px;
    }

    .attr-container .inner-flex .sec-img, .attr-container .polyneuropathy .inner-flex .sec-img {
        width: 30%;
        text-align: center;
    }

    .attr-container .content-container .inner-flex p {
        font-size: 16px;
        line-height: 18px;
        width: 80%;
    }

    .attr-container .content-container.cardiac .inner-flex:nth-child(3) p {
        padding-bottom: 15px;
    }

    .attr-container .image-flex-wrapper {
        display: flex;
        flex-direction: column;
    }

    .attr-container .image-flex-wrapper .inner-flex:nth-child(1) {
        order: 1;
    }

    .attr-container .image-flex-wrapper .inner-flex:nth-child(2) {
        order: 3;
    }

    .attr-container .image-flex-wrapper .inner-flex:nth-child(3) {
        order: 2;
    }

    .attr-container .musculo .image-flex-wrapper .inner-flex:nth-child(2) {
        order: 4;
    }

    .attr-container .musculo .image-flex-wrapper .inner-flex:nth-child(4) {
        order: 5;
    }

    .attr-container .musculo .image-flex-wrapper .inner-flex:nth-child(5) {
        order: 3;
    }

    .attr-container #red-flag-sec {
        padding: 0px 16.5px 40px;
        max-width: 400px;
        margin: auto;
    }

    .attr-container {
        background: url("/content/dam/intelligentcontent/unbranded/attr-dsa/en/mobile/symptoms_container-mobile.jpg") 100% 10% / 100% 115% no-repeat;
        border-radius: 30px 30px 30px 0px;
        margin-top: 25px;
        padding: 12.77px 11.82px 10px;
    }

    .attr-container .image-container.mobile_only img {
        display: none;
        width: 100%;
    }

    .attr-container .image-container.mobile_only img.active {
        display: block;
        width: 100%;
    }

    .attr-container .image-container {
        position: absolute;
        left: 9px;
        top: 1px;
        width: 131px;
    }

    .attr-container .text-container p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
        box-shadow: rgb(0, 0, 0) 0px 1px 23px 2px;
        background: rgba(0, 0, 0, 0.5);
    }

    .attr-container .tabs-container a {
        font-size: 16px;
        line-height: 20px;
        text-shadow: rgba(0, 0, 0, 0.325) 0px 0px 6px;
        text-transform: uppercase;
        border: 1px solid rgba(255, 255, 255, 0.8);
        border-radius: 13px;
        color: rgba(255, 255, 255, 0.8);
        padding: 5px 15px;
        margin: 5px 0px;
    }

    .attr-container .tabs-container a.active {
        border: 1px solid rgb(201, 39, 201);
    }

    .attr-container .content-container p {
        max-width: 80%;
        margin: auto;
    }

    .attr-container .sub-section h2 {
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (min-width: 992px) {
    .attr-container .tabs {
        display: flex;
        padding: 3px 4px;
        background: rgb(255, 255, 255);
        border-radius: 11px;
        margin-bottom: 31px;
        align-items: center;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
    }

    .attr-container .tabs-container {
        max-width: 700px;
        margin-right: 26px;
        z-index: 1;
        width: 65%;
        margin-left: -35px;
    }

    .attr-container {
        display: flex;
        margin-top: 20px;
        background: url("/content/dam/intelligentcontent/unbranded/attr-dsa/en/desktop/symptoms_container.png") 0% 0% / 100% 100% no-repeat;
    }

    .attr-container .image-container.desktop_only {
        padding-left: 15.88px;
    }

    .attr-container .text-container {
        margin-top: 50px;
    }
}

.steps-card-icon {
    text-align: center;
}

.steps-card {
    padding: 16px;
}

.about-cards-items, .attr-progress-card-items {
    flex-wrap: nowrap;
    padding-top: 14px;
    display: flex;
    height: 100%;
    margin-bottom: 0px;
    place-items: center;
    place-content: center;
    padding-bottom: 29px;
}

.about-cards-items .steps-card:nth-child(1) {
    width: 16%;
}

.about-cards-items .steps-card {
    width: 17.5%;
}

.about-cards-items .steps-card:nth-child(13) {
    width: 16%;
}

.about-cards-items .steps-card-icon {
    text-align: center;
}

.about-cards-items .steps-card:nth-child(1) .steps-title {
    padding-top: 15px;
}

.steps-icon {
    height: 82px;
}

.about-cards-items .steps-card-icon .steps-icon.big-img {
    height: 140px !important;
    margin-top: -25px;
}

.about-cards-items .alt-right-arrow {
    position: relative;
    top: -20px;
}

.about-cards-items .alt-right-arrow:nth-child(11) {
    margin-right: -5px;
}

.about-cards-items .steps-card-icon p {
    font-family: Kanit, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgb(0, 0, 0);
    font-style: italic;
    width: 70%;
    margin: auto;
    padding-top: 4px;
}

.arrow-down-card {
    display: none;
}

@media screen and (max-width: 991px) {
    .arrow-down-card img {
        width: 21px;
    }

    .desktop_only {
        display: none;
    }

    .about-cards-items .steps-card {
        width: 100% !important;
    }

    .about-cards-items {
        flex-direction: column;
        gap: 24px;
    }

    .arrow-down-card {
        display: block;
    }

    .alt-right-arrow {
        display: none;
    }

    .disease-type {
        flex-direction: column;
    }
}

.disease-type {
    display: flex;
    gap: 16px;
}

.disease-type div {
    display: flex;
    gap: 8px;
    align-items: start;
}

.contenedor-modulo {
    display: flex;
    justify-content: center;
}

.modulo-personalizado {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    padding: 15px 20px 20px;
    margin: 20px 0px;
    font-family: sans-serif;
    display: flex;
    flex-direction: column;
    height: 120px;
    border-top: 13px solid rgb(224, 194, 216);
    width: 845px;
}

.contenido-modulo {
    display: flex;
}

.columna {
    flex: 1 1 0%;
    padding: 0px 10px 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.columna:not(:last-child) {
    border-right: 1px solid rgb(224, 194, 216);
    height: 85px;
}

@media (max-width: 768px) {
    .modulo-personalizado {
        width: 100%;
        height: auto;
    }

    .contenido-modulo {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .columna {
        width: auto;
        box-sizing: border-box;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        padding: 10px;
    }

    .columna:nth-child(2n+1) {
        border-right: 1px solid rgb(255, 255, 255);
    }
}

.columna:nth-child(2n) {
    border-right: 1px solid rgb(255, 255, 255);
}

.titulo {
    margin-bottom: 2px;
    font-size: 13px;
}

.valor {
    font-weight: bold;
    font-size: 16px;
}

#az-buttons > div {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    white-space: nowrap;
}

#az-buttons p {
    margin: 0px;
    white-space: nowrap;
    flex-shrink: 0;
}

.triangleBorder {
    text-shadow: white -1px -1px 0px, white 1px -1px 0px, white -1px 1px 0px, white 1px 1px 0px;
}

#flex-center div {
    display: flex;
    gap: 16px;
    align-items: center;
}

#az-highlighted-text-bg #cols-25-75 #az-landing-2col-imagefirst, #az-highlighted-text-bg #cols-75-25 #az-landing-2col-textfirst {
    margin-bottom: 0px;
}

#header-fragment #header-bottom #header-navigation .cmp-navigation__item.cmp-navigation__item--level-1 {
}

@media (min-width: 992px) {
    .cmp-accordion #az-2-columns {
        gap: 32px;
        overflow: hidden;
        grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr) !important;
    }
}

#az-custom-list ol {
    list-style-type: none;
    padding-left: 0px;
    counter-reset: item 0;
}

#az-custom-list ol li {
    position: relative;
    padding-left: 30px;
    font-weight: normal;
}

#az-custom-list ol li::marker {
    list-style-type: none;
    font-size: 0px;
}

#az-custom-list ol {
    counter-reset: item 0;
    list-style: none;
}

#az-custom-list ol {
    list-style: none;
    padding-left: 0px;
    counter-reset: item 0;
}

#az-custom-list ol li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}

#az-custom-list ol li::before {
    content: counter(item);
    counter-increment: item 1;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    background-color: rgb(120, 21, 79);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    font-size: 14px;
}

.videoFake {
    display: grid;
    grid-template-columns: 120px 1fr;
    align-items: center;
    margin-top: -30px;
}

.videoFake img {
    margin: 0px auto;
}

.videoFake > a {
    text-align: center;
}

.videoFake p:last-child {
    color: var(--primary-color);
}

.text .cmp-text ul li {
    font-weight: 400;
}

.enrollment-form .cmp-dynamicform__submit-btn {
    text-align: center;
    margin: 0px auto;
    width: fit-content !important;
    border-radius: 16px !important;
}

#hideFooter #header-bottom {
    display: none;
}

#hideFooter #header-col-left a {
    pointer-events: none;
}

.cita-container {
    position: relative;
    padding: 20px;
    font-family: serif;
    font-size: 16px;
    line-height: 1.5;
    color: rgb(51, 51, 51);
}

.cita-texto {
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
}

.cita-comillas {
    color: rgb(131, 0, 80);
    font-size: 45px;
    position: absolute;
    font-family: serif;
}

.cita-comillas--inicio {
    top: 0px;
    left: -2.67px;
}

.cita-comillas--fin {
    top: 0px;
    right: -2.67px;
}

.cita-autor {
    margin-top: 15px;
    text-align: left;
}

.cita-autor-nombre {
    font-weight: 900;
    color: rgb(131, 0, 80);
    margin-bottom: 5px;
}

.cita-autor-titulo {
    font-size: 14px;
    color: rgb(102, 102, 102);
    margin: 0px;
}

@media (max-width: 765px) {
    .cita-autor {
        text-align: center;
    }
}

.countdown-title {
    font-size: 14px;
    font-weight: bold;
    font-family: Inter, sans-serif;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 25px;
}

.countdown-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 120px;
    background-color: rgb(240, 240, 240);
    border-radius: 5px;
    font-family: Inter, sans-serif;
    padding: 10px;
    text-align: center;
}

.countdown-number {
    font-size: 60px;
    line-height: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.countdown-unit {
    font-size: 15px;
}

#az-text-accordion-shadow .cmp-accordion__title {
    font-weight: bold;
}

#image-mid-size {
    width: 430px;
    margin: 0px auto;
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link[href*="/cursos-astrazeneca-enfermeria/"] .cmp-teaserlist__item__image {
    border-color: var(--training-color);
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link[href*="/cursos-astrazeneca-enfermeria/"] .cmp-teaserlist__item__searchSubtitle {
    color: var(--training-color);
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link[href*="/cursos-astrazeneca-enfermeria/"] .cmp-teaserlist__item__searchSubtitle::before {
    content: url("/content/dam/intelligentcontent/multibrand/es/az-one/images/icons/training.svg");
    display: block;
    line-height: 1;
    margin-right: 8px;
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link[href*="/cursos-astrazeneca-enfermeria/"] .article-type {
    color: var(--training-color);
}

#az-landing-title #az-landing-title {
    margin-bottom: 0px;
}

#event-detail-page #event-detail-2level-content #az-landing-title {
    margin-bottom: var(--default-components-margin-bottom);
}

#search-results-page #showall-results .searchResultItem .searchResultItemAnchor[href*="servicios"] .searchResultItemImageContainer {
    background-color: var(--resources-color);
    background-image: url("/content/dam/intelligentcontent/multibrand/es/az-one/images/icons/article_full.svg");
    background-size: 33px;
}

#search-results-page #showall-results .searchResultItem .searchResultItemAnchor[href*="herramientas"] .searchResultItemImageContainer {
    background-color: var(--resources-color);
    background-size: 60px;
    background-image: url("/content/dam/intelligentcontent/multibrand/es/az-one/images/icons/resources_full.svg");
}

@media (min-width: 992px) {
    #cols-25-75 #az-landing-2col-imagefirst, #cols-75-25 #az-landing-2col-textfirst {
        grid-template-columns: 1fr 3fr;
    }
}

#align-top #az-page-title-wrapper {
    align-items: flex-start;
}

#az-landing-2col-imagefirst > div {
    align-items: center;
    justify-content: center;
}

#card-white-center #cols-33 #az-landing-2col-imagefirst {
    grid-template-columns: 0.5fr 1fr 0.5fr;
}

#az-button-yellow p {
    background-color: rgb(244, 180, 0);
    padding: 20px 30px;
    margin: 0px auto;
    width: 600px;
    text-align: center;
    border-radius: 20px;
}

#paywallDoubleAccordion #az-text-accordion:first-of-type {
    margin-bottom: 0px;
}

.logged-in #hideLogged {
    display: none;
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link .cmp-teaserlist__item__title {
    -webkit-line-clamp: 3 !important;
    font-size: 20px !important;
    line-height: normal !important;
}

@media screen and (max-width: 768px) {
    [id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link .cmp-teaserlist__item__title {
        font-weight: normal !important;
    }
}

#dossier-buttons-wrapper > .button {
    display: flex;
    place-content: center space-between;
    margin-bottom: 24px;
    padding: 8px 0px;
    border-bottom: 1px solid var(--primary-color);
}

#dossier-buttons-wrapper > .button:last-of-type {
    margin-bottom: 0px;
}

#dossier-buttons-wrapper > .button::after {
    content: "";
    font-family: "Font Awesome";
    display: block;
    font-size: 24px;
    font-weight: 100;
    color: var(--primary-color);
    position: relative;
    top: 0px;
}

#dossier-buttons-wrapper > .button > a {
    display: block;
    width: 100%;
}

#dossier-buttons-wrapper > .button > a > span {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

#banner-top-img #az-ponentes-main-wrapper #az-2-columns-right, #banner-top-img #az-ponentes-main-wrapper #az-2-columns-left {
    flex-direction: column;
    gap: 0px;
}

#banner-top-img #az-ponentes-main-wrapper #az-2-columns-left .image, #banner-top-img #az-ponentes-main-wrapper #az-2-columns-right .image {
    width: 80%;
    margin: 0px auto;
    text-align: center;
}

#banner-top-img #az-ponentes-main-wrapper #az-2-columns-left .text, #banner-top-img #az-ponentes-main-wrapper #az-2-columns-right .text {
    width: 100%;
}

#header-fragment #az-legal-text--left {
    background-color: rgb(245, 235, 241);
}

#header-fragment #az-legal-text--left p {
    padding: 8px;
    margin: 0px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    #header-bottom-wrapper .navigation .navigation-overlay.show {
        top: 100px;
    }
}

@media (min-width: 992px) {
    #header-fragment #header-navigation .cmp-navigation__item .cmp-navigation__dropdownmenu {
        top: 180px;
    }
}

#glossary h3 {
    font-family: SpaceGrotesk, sans-serif;
    text-align: left;
    font-size: 2.125rem !important;
    font-weight: bold !important;
}

.carousel-nav .nav-items ul.nav-items-list li .disabled-link {
    pointer-events: none;
    border: 1px solid rgb(153, 153, 153);
    background-color: rgb(204, 204, 204);
    color: rgb(102, 102, 102);
}

#glossary-container {
    max-width: 848px;
    margin: 0px auto;
    padding-bottom: 80px;
}

.definition-list__content {
    padding: 32px 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

.definition-list__content h3 {
    padding: 40px 0px 32px;
    line-height: 150%;
}

.definition-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 28px;
}

.definition-box h4 {
    color: var(--primary-color);
    text-align: left;
    font-weight: bold !important;
}

#glossary .link {
    display: -webkit-inline-box;
    padding: 4px 0px;
}

.definition-box a {
    text-decoration: underline;
}

#glossary #accordion-section {
    padding-bottom: 0px;
}

.nowrap {
    white-space: nowrap;
}

@media only screen and (min-width: 992px) {
    #glossary div#references-section {
        max-width: none;
    }
}

@media only screen and (max-width: 1023px) {
    #glossary .inpage-submenu.mobile-only {
        max-height: 51px;
        padding: 12px 24px;
        margin-top: 11px;
    }

    #glossary #banner-section .banner .img-section {
        max-height: 106px;
    }

    #glossary #banner-section .banner .banner-content p {
        line-height: 120%;
    }

    .definition-list__content {
        padding: 32px 24px;
    }

    .definition-list__content h3 {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    #glossary h3 {
        font-size: 1.8125rem;
    }

    .definition-box h4 {
        font-size: 1rem;
    }

    #glossary #footnotes-accordion {
        margin-bottom: 40px;
    }

    #glossary .subscribe-connect-section__sub__headline {
        max-width: 100%;
        font-size: 16px !important;
    }
}

#glossary #references-section #footnotes-accordion .cmp-accordion__panel--expanded {
    padding-bottom: 0px;
}

@media only screen and (max-width: 743px) {
    .definition-box h4 {
        line-height: 120%;
    }

    #A .definition-list__content {
        padding-top: 40px;
    }
}

#glossary .carousel-nav .prev-arrow:hover, #glossary .carousel-nav .next-arrow:hover {
    text-decoration: none;
}

@media only screen and (min-width: 1441px) {
    #glossary #banner-section {
        min-height: 412px;
        display: flex;
        align-items: center;
    }

    #glossary #banner-section .banner {
        width: 100%;
    }

    #glossary #banner-section .banner .flex-box {
        padding-left: 20px;
    }

    #glossary .carousel-nav {
        justify-content: flex-start;
    }

    #glossary .carousel-nav .next-arrow {
        margin-left: auto;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #glossary .inpage-submenu.mobile-only {
        margin-top: 61px;
    }
}

@media (min-width: 744px) and (max-width: 1024px) {
    #glossary #banner-section {
        background-image: url("/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/desktop/lung-cancer/lung-cancer-banner.jpg");
        min-height: 412px;
        display: flex;
        align-items: center;
    }

    #glossary #banner-section .banner .flex-box {
        flex-direction: row;
        align-items: center;
    }

    #glossary #banner-section .banner .img-section {
        max-width: 232px;
        max-height: 232px;
        position: relative;
        width: 25%;
        margin-left: 2px;
        margin-right: 2px;
    }

    #glossary #banner-section .banner .banner-content {
        width: 66.6667%;
    }

    #glossary #banner-section .banner .banner-content p {
        font-size: 20px;
        line-height: 120%;
        padding-top: 12px;
        padding-bottom: 16px;
    }
}

#glossary #banner-section {
    height: 412px;
    display: flex;
    align-items: center;
}

#glossary #banner-section .banner {
    width: 100%;
}

#glossary .definition-list__content {
    padding-top: 40px;
}

@media (min-width: 1023.01px) and (max-width: 1024px) {
    #glossary .definition-list__content {
        padding-top: 40px;
    }

    #glossary #banner-section .banner {
        width: 100%;
    }

    #glossary #banner-section .banner .img-section {
        max-width: 244px;
    }

    #glossary #banner-section .banner .img-section {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 1024px) and (max-width: 1024.95px) {
    #glossary #banner-section .banner .banner-content h1 {
        padding-top: 16px;
    }

    #glossary #banner-section .banner .banner-content p {
        padding-top: 20px;
    }
}

@media (min-width: 1000px) and (max-width: 1022px) {
    #glossary #banner-section .banner .img-section {
        margin-left: 4px;
        margin-right: 4px;
    }
}

@media (min-width: 744px) and (max-width: 1023px) {
    #glossary-container {
        max-width: none;
        margin: 0px;
    }

    #glossary .carousel-nav {
        max-height: 129px;
    }

    #glossary .carousel-nav .prev-arrow, #glossary .carousel-nav .next-arrow {
        max-height: 50px;
        margin-top: 30px;
        max-width: 48px;
        border-right: 1px solid rgb(196, 207, 205);
        padding: 30px 0px;
    }

    #glossary .carousel-nav .nav-items {
        margin-top: 35px;
        max-height: 50px;
        margin-left: 5px;
    }

    #glossary .carousel-nav .nav-items span.jump-text {
        font-size: 13px;
    }

    #glossary .carousel-nav .nav-items ul.nav-items-list {
        gap: 16px;
    }

    #glossary .carousel-nav .nav-items ul.nav-items-list li a {
        padding: 8px 20px;
        font-size: 16px;
        line-height: 20px;
    }
}

@media (min-width: 742px) and (max-width: 743px) {
    #glossary #banner-section {
        height: 276px;
    }

    #banner-section .banner .flex-box {
        flex-direction: row;
        align-items: center;
    }

    #glossary #banner-section .banner .img-section {
        max-width: 335px;
        min-width: 335px;
        display: flex;
        margin-bottom: 10px;
    }

    #glossary #banner-section .banner .img-section img {
        max-width: 106px;
    }

    #glossary .inpage-submenu.mobile-only {
        margin-top: 2px;
    }
}

#glossary .inpage-submenu.mobile-only ul li img {
    top: 0px;
}

.carousel-nav {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgb(196, 207, 205);
    border-bottom: 1px solid rgb(196, 207, 205);
    box-shadow: rgba(0, 0, 0, 0.05) 4px 4px 5px 0px;
    position: relative;
    z-index: 1;
}

.carousel-nav.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
    transition: 0.3s;
}

.carousel-nav .disable {
    pointer-events: none;
    opacity: 0.5;
}

.carousel-nav .nav-items ul.nav-items-list {
    display: inline-flex;
    gap: 16px;
    overflow-x: scroll;
    width: 100%;
    position: relative;
    flex-wrap: nowrap;
    scroll-behavior: smooth;
    list-style: none;
}

.carousel-nav .nav-items ul.nav-items-list li a {
    border: 1px solid rgb(196, 207, 205);
    border-radius: 80px;
    background-color: rgb(245, 247, 247);
    color: black;
    font-size: 24px;
    line-height: 27px;
    padding: 12px 20px;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
}

.carousel-nav .nav-items ul.nav-items-list li a.active {
    font-weight: 700;
    color: var(--primary-color);
    border: 2px solid rgb(131, 0, 82) !important;
    background: rgb(255, 255, 255) !important;
}

.carousel-nav .nav-items {
    overflow-x: hidden;
    padding: 0px 1px 0px 0px;
    display: flex;
    align-items: center;
}

.carousel-nav .nav-items span.jump-text {
    white-space: nowrap;
    padding: 0px 8px 0px 24px;
    font-size: 13px;
    line-height: 21px;
}

.carousel-nav .prev-arrow, .carousel-nav .next-arrow {
    max-width: 86px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0px;
    background: white;
    position: relative;
}

.carousel-nav .prev-arrow img, .carousel-nav .next-arrow img {
    display: none;
}

.carousel-nav .next-arrow::after {
    content: "";
    font-family: "Font Awesome";
    font-size: 19px;
    text-shadow: rgb(255, 255, 255) 12px 1px 4px;
    font-weight: 200;
    -webkit-text-stroke: 1px white;
    color: rgb(0, 56, 100);
}

.carousel-nav .prev-arrow::after {
    content: "";
    font-family: "Font Awesome";
    font-size: 19px;
    text-shadow: rgb(255, 255, 255) 12px 1px 4px;
    font-weight: 200;
    -webkit-text-stroke: 1px white;
    color: rgb(0, 56, 100);
}

.carousel-nav .prev-arrow {
    border-right: 1px solid rgb(196, 207, 205);
}

.carousel-nav .next-arrow {
    border-left: 1px solid rgb(196, 207, 205);
}

.carousel-nav .nav-items ul.nav-items-list li a:hover {
    border-color: rgb(0, 56, 100);
    text-decoration: underline;
}

.carousel-nav .next-arrow img {
    transform: rotate(180deg);
}

.carousel-nav .nav-items ul.nav-items-list::-webkit-scrollbar {
    display: none;
}

.text:has(.carousel-nav) {
    position: sticky;
    top: 68px;
    background-color: white;
    z-index: 10;
}

@media screen and (max-width: 1024px) {
    #banner-section {
        background-image: url("/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/mobile/lung-cancer/lung-cancer-banner.jpg");
    }

    .carousel-nav .prev-arrow, .carousel-nav .next-arrow {
        padding: 0px;
        max-width: 40px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    .carousel-nav {
        padding: 20px 0px;
    }

    .carousel-nav .nav-items span.jump-text {
        position: absolute;
        top: 20px;
        left: 0px;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: rgb(60, 66, 66);
    }

    .carousel-nav > * {
        margin-top: 43px;
    }

    .carousel-nav .nav-items ul.nav-items-list li a {
        font-size: 14px;
        line-height: 18px;
    }

    .carousel-nav .nav-items ul.nav-items-list {
        gap: 8px;
    }

    .text:has(.carousel-nav) {
        top: 60px;
    }
}

#grey-epicentral-container.cmp-container {
    background-color: rgb(235, 235, 235);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 50px !important;
}

#epicentral-cta p {
    margin: 35px 0px 20px !important;
}

#epicentral-cta {
    text-align: right;
}

#epicentral-cta a {
    background: rgb(89, 9, 149);
    padding: 15px 30px;
    border-radius: 20px;
    color: white;
}

#lexia-text-push p {
    text-align: center;
    font-size: 35px;
    font-family: Lexia;
    line-height: 30px;
}

@media screen and (max-width: 440px) {
    #lexia-text-push p {
        text-align: center;
        font-size: 24px;
        font-family: Lexia;
        line-height: 28px;
    }
}

#blue-card-trixeo.cmp-container {
    background-color: rgb(2, 56, 99);
    padding: 30px;
    border-radius: 20px;
}

@media screen and (max-width: 440px) {
    #blue-card-trixeo.cmp-container {
        width: 320px;
    }
}

#yellow-card-trixeo.cmp-container {
    background-color: rgb(254, 181, 3);
    padding: 30px;
    border-radius: 20px;
}

@media screen and (max-width: 440px) {
    #yellow-card-trixeo.cmp-container {
        width: 320px;
    }
}

#blue-card-content.cmp-container {
    margin-top: 25px;
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 40px;
}

#blue-card-content #respon-text p {
    font-family: Lexia;
    font-size: 80px;
    color: white;
    line-height: 80px;
}

@media screen and (max-width: 440px) {
    #blue-card-content #respon-text p {
        font-size: 60px;
        line-height: 62px;
    }
}

#blue-card-content #respon-text-yellow p {
    font-family: Lexia;
    color: rgb(254, 181, 3);
    font-size: 80px;
    line-height: 80px;
}

@media screen and (max-width: 440px) {
    #blue-card-content #respon-text-yellow p {
        font-size: 60px;
        line-height: 62px;
        color: rgb(254, 181, 3);
    }
}

#accordion-footer-ref .cmp-accordion__title {
    font-size: 12px;
    color: rgb(60, 66, 66);
}

#disabled {
    opacity: 0.5;
    pointer-events: none;
}

#orestes-banner-half .text-orestes-banner {
    margin: 40px 0px;
    color: rgb(1, 53, 101);
    font-size: 18.5px;
}

@media screen and (max-width: 550px) {
    #orestes-banner-half .text-orestes-banner {
        text-align: center;
        margin: 15px;
    }

    #orestes-banner-half .text-orestes-banner p {
        font-size: 20px;
    }
}

#blue-rounded-card {
    background-color: rgb(76, 167, 195);
    padding: 30px;
    color: white;
    text-align: center;
    border-radius: 20px;
}

#correcto-incorrecto-bg-blue {
    background-color: rgb(68, 154, 213);
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link[href*="/eos-phenotyping-challenge"] .cmp-teaserlist__item__searchSubtitle {
    color: var(--news-color);
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link[href*="/eos-phenotyping-challenge"] .cmp-teaserlist__item__image {
    border-color: var(--news-color);
}

[id^="az-cards-row"] .cmp-teaserlist__item .cmp-teaserlist__item__link[href*="/eos-phenotyping-challenge"] .cmp-teaserlist__item__searchSubtitle::before {
    content: url("/content/dam/intelligentcontent/multibrand/es/az-one/icons/icono-azul-atualidad.svg");
    display: block;
    line-height: 1;
    margin-right: 8px;
    margin-left: -8px;
    width: 20px;
    height: 20px;
}

#atb-horizontal-line {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 550px) {
    #atb-horizontal-line {
        flex-direction: column;
    }

    #atb-horizontal-line > img {
        margin-right: 0px !important;
    }
}

#phatology-detail-page .cmp-container__backgroundImage--enabled {
    margin: 0px;
    height: 100%;
    min-height: 230px;
    background-position: 50% 45%;
}

@media screen and (min-width: 600px) {
    #phatology-detail-page .cmp-container__backgroundImage--enabled {
        height: 500px;
    }
}

#phatology-detail-page .cmp-container__backgroundImage--enabled::after {
    content: "";
    background: white;
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    border-radius: 48px 48px 0px 0px;
}

#phatology-detail-page #az-page-title-wrapper {
    align-items: baseline;
}

#phatology-detail-page #az-btn-phatology {
    width: 100%;
}

#phatology-detail-page #phat-subtitle {
    background: rgb(247, 247, 249);
    padding: 8px 16px;
    border-radius: 8px;
    width: fit-content;
}

#phatology-detail-page .custom-imagelist-image {
    margin-bottom: 0px;
    max-width: 170px;
}

#phatology-detail-page .custom-imagelist-description p {
    font-size: 22px;
}

#phatology-detail-page .custom-imagelist-description {
    text-decoration: underline;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#phatology-detail-page .custom-imagelist-item {
    gap: 32px;
    align-items: center;
}

@media screen and (min-width: 992px) {
    #phatology-detail-page #articles .cmp-teaserlist__item__image {
        margin: 0px;
        height: 100%;
    }

    #phatology-detail-page #articles .cmp-image {
        height: 100%;
    }

    #phatology-detail-page #articles .cmp-teaserlist__item__authorName {
        position: inherit;
    }

    #phatology-detail-page #articles .cmp-teaserlist__item__link {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        text-decoration: none;
        justify-content: center;
    }

    #phatology-detail-page #articles .cmp-teaserlist__item__image {
        width: 50%;
        flex-shrink: 0;
        border-radius: 24px;
        overflow: hidden;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
    }

    #phatology-detail-page #articles .cmp-teaserlist__item__image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: fill;
    }

    #phatology-detail-page #articles .cmp-teaserlist__item__link > span {
        width: 60%;
        box-sizing: border-box;
        padding-left: 20px;
    }

    #phatology-detail-page #articles {
        width: 80%;
        margin: 0px auto;
    }

    #phatology-detail-page #articles .cmp-teaserlist__item__searchSubtitle {
        order: 1;
        margin-top: 15px;
        display: flex !important;
    }

    #phatology-detail-page #articles .cmp-teaserlist__item__title {
        order: 2;
        font-weight: bold;
    }

    #phatology-detail-page #articles .cmp-teaserlist__item__date {
        display: none !important;
    }

    #phatology-detail-page #articles .cmp-teaserlist__item__authorName {
        order: 4;
        margin-bottom: 15px;
    }

    #phatology-detail-page #articles [id^="az-cards-row"] .cmp-teaserlist__base {
        display: flex;
        flex-direction: column;
    }

    #phatology-detail-page #articles [id^="az-cards-row"] span {
        width: 60%;
        height: fit-content;
    }

    #phatology-detail-page #articles [id^="az-cards-row"] .cmp-teaserlist__item {
        height: 210px;
        border-radius: 24px;
    }

    #phatology-detail-page #articles [id^="az-cards-row"] .cmp-teaserlist__item {
        padding-right: 32px !important;
    }

    #phatology-detail-page #articles [id^="az-cards-row"] .cmp-teaserlist__item:last-child {
        padding-left: 32px !important;
        padding-right: 0px !important;
    }

    #bg-primary-banner-tab-destacados #articles [id^="az-cards-row"] .cmp-teaserlist__item:last-child {
        padding-left: 0px !important;
    }
}

#phatology-detail-page #articles [id^="az-cards-row"] .cmp-teaserlist__item:last-child .cmp-teaserlist__item__image {
    order: 5;
}

#bg-primary-banner #articles {
    width: 100%;
}

#bg-primary-banner-tab-destacados #articles {
    width: 100%;
}

#bg-primary-banner #articles [id^="az-cards-row"] .cmp-teaserlist__item:last-child .cmp-teaserlist__item__image {
    order: 1;
}

#bg-primary-banner-tab-destacados #articles [id^="az-cards-row"] .cmp-teaserlist__item:last-child .cmp-teaserlist__item__image {
    order: 1;
}

#bg-primary-banner #articles [id^="az-cards-row"] .cmp-teaserlist__item:last-child {
    padding-left: 0px !important;
    padding-right: 32px !important;
}

#phatology-detail-page .custom-wrapper {
    overflow: hidden;
    height: 100vh;
    max-height: fit-content;
}

#phat-highlight-banner {
    background: rgb(244, 238, 241);
    box-shadow: rgba(187, 187, 187, 0.3) 0px 0px 14px 2px;
    padding: 32px;
    border-radius: 24px;
}

#phatology-detail-page #phat-highlight-banner ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#phatology-detail-page #phat-highlight-banner li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
    font-family: sans-serif;
    line-height: 1.4;
}

#phatology-detail-page #phat-highlight-banner li::before {
    content: "";
    position: absolute;
    left: 0px;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_443_10442)'%3E%3Ccircle cx='16.8008' cy='14.3999' r='12' fill='%23D0006F'/%3E%3C/g%3E%3Cpath d='M22.0948 10.8237C22.3504 10.9674 22.5898 11.1749 22.7971 11.3943L14.4117 19.78L10.8047 16.173C11.0039 15.9598 11.2358 15.7738 11.5174 15.613L14.4116 18.5072L22.0948 10.8237Z' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_443_10442' x='0.000781059' y='-9.77516e-05' width='33.6' height='33.6' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='2.4'/%3E%3CfeGaussianBlur stdDeviation='2.4'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_443_10442'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_443_10442' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-top: 2px;
}

#phatology-detail-page #phat-btn a {
    border: 1px solid rgb(132, 1, 81);
    padding: 8px 20px;
    border-radius: 200px;
}

#phatology-detail-page #phat-btn a:hover {
    color: white;
    background: rgb(132, 1, 81);
}

#phatology-detail-page #phat-btn p {
    display: flex;
    gap: 8px;
}

#phatology-detail-page #bg-primary-banner {
    background: rgb(244, 238, 241);
}

#phatology-detail-page #bg-primary-banner-tab-destacados {
    background: rgb(244, 238, 241);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

#border-radius-no-fill {
    border-radius: 15px;
    border: 2px solid rgb(132, 1, 81);
    padding: 50px 70px;
}

#phatology-detail-page #phatology-event-carousel {
    background: rgb(208, 0, 111);
}

#abstract-accordion > .cmp-accordion__button {
    background-color: red !important;
    margin-top: 30px;
}

#phatology-detail-page .cmp-teaser {
    min-height: 610px;
    flex-direction: row-reverse;
    align-items: center;
}

#phatology-detail-page .cmp-teaser__content {
    padding-right: 111px;
}

.pathology-card {
    display: flex;
    gap: 16px;
    background: rgb(244, 238, 241);
    border-radius: 20px;
    min-height: 95px;
    align-items: center;
    padding: 16px 24px;
}

.pathology-carousel-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
}

#phatology-detail-page .cmp-teaser__title-link {
    color: white;
    font-family: inter !important;
}

#phatology-detail-page .cmp-teaser h3 {
    font-family: inter !important;
}

.pathology-card-info h3 {
    font-weight: bold !important;
    font-family: inter !important;
}

.pathology-card-info h3, .pathology-card-info p {
    font-size: 16px !important;
}

#phatology-detail-page .carousel .cmp-carousel__content {
    position: relative !important;
}

#phatology-content-wrapper, #phatology-carousel-content {
    padding-left: var(--sm-container-padding) !important;
    padding-right: var(--sm-container-padding) !important;
}

#phatology-detail-page .carousel .cmp-carousel__content .cmp-carousel__indicators {
    bottom: -5% !important;
    z-index: 10;
}

@media screen and (min-width: 992px) {
    #phatology-content-wrapper, #phatology-carousel-content {
        max-width: calc(1280px + calc(var(--lg-container-padding) * 2));
        margin: 0px auto;
        padding-left: var(--lg-container-padding) !important;
        padding-right: var(--lg-container-padding) !important;
    }
}

@media screen and (max-width: 768px) {
    #phatology-detail-page .custom-imagelist-image {
        max-width: 100%;
    }

    .cmp-exp-img {
        height: auto !important;
    }

    .expandingimage.image .cmp-image img {
        min-width: auto !important;
    }

    #phatology-detail-page .carousel {
        padding: 0px;
    }

    #phatology-event-carousel #phatology-carousel-content {
        padding: 0px !important;
    }

    #phatology-carousel-content .cmp-teaser__content {
        padding: 32px;
    }

    #phatology-detail-page #az-btn-phatology .custom-imagelist-item {
        flex-direction: column;
        gap: 8px;
    }

    #phatology-detail-page .custom-wrapper, #phatology-detail-page .custom-imagelist-image {
        padding: 0px;
        object-fit: cover;
        height: 100vh;
        max-height: 170px;
        margin: 0px;
    }

    #phatology-detail-page .custom-imagelist-item div {
        padding: 8px;
        width: 100%;
    }

    #phatology-detail-page .custom-wrapper {
        max-height: fit-content;
        height: 100vh;
    }
}

#animated-text span {
    font-family: lexia;
    font-size: 20px;
    line-height: normal !important;
}

@media screen and (min-width: 992px) {
    #animated-text span {
        font-size: 24px;
    }
}

#cols-33 #event-detail-related-container {
    padding: 0px !important;
}

:root {
    --ease-fluid: cubic-bezier(0.16, 1, 0.3, 1);
}

[id^="fade-in"] {
    animation: fadeIn 0.8s var(--ease-fluid) both;
}

[id^="fade-out"] {
    animation: fadeOut 0.8s var(--ease-fluid) both;
}

[id^="slide-up"] {
    animation: slideUp 0.8s var(--ease-fluid) both;
}

[id^="slide-down"] {
    animation: slideDown 0.8s var(--ease-fluid) both;
}

[id^="slide-right"] {
    animation: slideRight 0.8s var(--ease-fluid) both;
}

[id^="slide-left"] {
    animation: slideLeft 0.8s var(--ease-fluid) both;
}

[id^="scale-up"] {
    animation: scaleUp 0.8s var(--ease-fluid) both;
}

[id^="scale-down"] {
    animation: scaleDown 0.8s var(--ease-fluid) both;
}

[id^="reveal"] {
    animation: reveal 1s var(--ease-fluid) both;
}

[id^="float"] {
    animation: 4s ease-in-out 0s infinite normal both running float;
}

[id^="fade-in"]:not(.is-visible), [id^="fade-out"]:not(.is-visible), [id^="slide-up"]:not(.is-visible), [id^="slide-down"]:not(.is-visible), [id^="slide-right"]:not(.is-visible), [id^="slide-left"]:not(.is-visible), [id^="scale-up"]:not(.is-visible), [id^="scale-down"]:not(.is-visible), [id^="reveal"]:not(.is-visible), [id^="float"]:not(.is-visible) {
    animation-play-state: paused !important;
    visibility: hidden;
}

.is-visible {
    animation-play-state: running !important;
    visibility: visible !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes scaleUp {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes scaleDown {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        clip-path: inset(0px 100% 0px 0px);
    }

    100% {
        opacity: 1;
        clip-path: inset(0px);
    }
}

#white-banner {
    background: var(--white-color);
    border-radius: var(--border-radius);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 18px;
    padding: 16px;
}

#mulberry-banner {
    background: rgb(244, 238, 241);
    border-radius: var(--border-radius);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 18px;
    padding: 16px;
}

#white-banner-new {
    display: flex;
    flex-direction: column;
    height: 600px;
    background: var(--primary-color);
    border-radius: var(--border-radius);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 18px;
}

#white-banner-new > .image {
    height: 300px;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
    margin-bottom: 0px;
    border-radius: 14px 14px 24px 24px;
    background: white;
}

#white-banner-new > .image::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-image: url("/content/dam/intelligentcontent/multibrand/es/az-one/images/hub-assets/accion/Botton.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    pointer-events: none;
}

#white-banner-new > .image .cmp-image {
    width: 100%;
    height: 100%;
}

#white-banner-new > .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s, filter 0.4s;
}

@media (max-width: 992px) {
    #white-banner-new {
        height: auto;
    }

    #white-banner-new > .image {
        height: auto;
        margin-bottom: 0px;
        line-height: 0;
        border-radius: 15px;
    }

    #white-banner-new > .image img {
        display: block;
        height: auto;
        object-fit: contain;
        max-height: 300px;
        margin-bottom: 0px;
    }
}

#white-banner-new:hover > .image img {
    transform: scale(1.05);
}

#white-banner-new > .text {
    flex: 1 1 0%;
    padding: 20px;
    background: var(--primary-color);
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

#white-banner-new > .text h3 a {
    font-size: 20px;
    margin: 0px;
    color: white !important;
    font-weight: bold !important;
}

@media (min-width: 992px) {
    #phatology-detail-page .cmp-teaserlist__item__link {
        width: 91%;
    }
}

#image-77809095ed img, #image-8f4876ca35 img, #image-f5fd0c7813 img {
    height: 300px;
    object-fit: contain;
}

#page-4f2804063a #modalTitle {
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
}

@media (min-width: 992px) {
    #az-landing-2col-30-70 {
        display: flex;
        align-items: center;
        margin-bottom: 32px;
        gap: 30px;
    }
}

#az-landing-2col-30-70 ul li::marker {
    content: "";
}

#az-landing-2col-30-70 ul li {
    list-style: none;
    position: relative;
    padding-left: 36px;
    margin-bottom: 16px;
}

#az-landing-2col-30-70 ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0.1em;
    width: 24px;
    height: 24px;
    background-image: url("/content/dam/intelligentcontent/multibrand/es/az-one/icons/list-maker.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#img-border img {
    border-radius: 16px;
}

#az-2-columns {
    align-items: center;
}

#vitales-container {
    padding: 0px !important;
}

#vitales-container ul {
    list-style: none;
    padding-left: 0px;
}

#vitales-container ul li {
    position: relative;
    display: block;
    padding-left: 36px;
    margin-left: 10px;
    margin-bottom: 12px;
}

#vitales-container ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0.1em;
    width: 24px;
    height: 24px;
    background-image: url("/content/dam/intelligentcontent/multibrand/es/az-one/icons/list-maker.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 992px) {
    #az-tabs-item-43f36d6c68-tabpanel #az-video .cmp-video__player {
        height: 229px !important;
    }
}

#saphnelo-container ul {
    list-style: none;
    padding-left: 0px;
}

#saphnelo-container ul li {
    position: relative;
    display: block;
    padding-left: 36px;
    margin-left: 10px;
    margin-bottom: 12px;
}

#saphnelo-container ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0.1em;
    width: 24px;
    height: 24px;
    background-image: url("/content/dam/intelligentcontent/multibrand/es/az-one/icons/list-maker.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

@media (min-width: 992px) {
    #saphnelo-col2-imagefirst {
        display: grid;
        grid-template-columns: 25% 75%;
        gap: 30px;
        align-items: center;
    }
}

#asmaCards .modal-box__content {
    border-radius: 24px;
    overflow: hidden;
    padding: 0px !important;
}

#asmaCards .modal-box__content img {
    height: 300px;
    border-radius: 24px;
    object-fit: contain;
}

#asmaCards #modalTitle {
    display: none !important;
}

#asmaCards .modal-box {
    border-radius: 24px !important;
}

#asmaCards #cardsWrapper {
    padding: 32px;
}

#epicentral-accordion .cmp-accordion__button {
    background-color: var(--primary-color);
    color: rgb(255, 255, 255);
    max-width: 100%;
}

#epic-33 .embeded-banner {
    width: 100%;
    max-height: 200px;
    border-radius: 15px;
}

@media (max-width: 991px) {
    #sapl-1-img .cmp-exp-img {
        height: auto;
    }

    #sapl-1-icon .cmp-container {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
}

@media (min-width: 991px) {
    .sapl-1-ss-icons {
        position: absolute;
        top: 120px;
        right: 12px;
    }
}

@media (min-width: 1359px) {
    .sapl-1-ss-icons {
        top: 70px;
        right: auto;
    }
}

.comparison-block {
    display: flex;
    gap: 24px;
    margin: 32px 0px;
}

.comparison-card {
    flex: 1 1 0%;
    padding: 24px;
    border-radius: 16px;
}

.comparison-card--epoc {
    background-color: rgb(222, 235, 244);
}

.comparison-card--asma {
    background-color: rgb(229, 224, 205);
}

.comparison-card p:first-child {
    margin-top: 0px;
    margin-bottom: 16px;
}

.comparison-card ul {
    margin-bottom: 0px;
}

@media (max-width: 768px) {
    .comparison-block {
        flex-direction: column;
    }
}

.rounded-image {
    text-align: center;
}

.rounded-image img {
    max-width: 500px;
    width: 100%;
    border-radius: 16px;
    display: inline-block;
}

#customSlider .aem-card-slider {
    width: 100%;
    max-width: 1400px;
    margin: 0px auto 32px;
    position: relative;
}

#customSlider .slider-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0px;
}

#customSlider .slider-wrapper {
    overflow: hidden;
    flex: 1 1 0%;
    border-radius: 12px;
    padding-bottom: 16px;
}

#customSlider .slider-track {
    display: flex;
    gap: 20px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
}

#customSlider .slider-card {
     flex:0 0 calc((100% - 40px) / 3);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    min-height: 550px;
    min-width: 0px;
}

#customSlider .slider-card:hover {
    transform: translateY(-8px);
}

#customSlider .green {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 16px;
}

#customSlider .blue {
    background: rgb(105, 210, 223);
}

#customSlider .card-image {
    width: 100%;
    height: 60%;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
}

#customSlider .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

#customSlider .slider-card:hover .card-image img {
    transform: scale(1.1);
}

#customSlider .card-content {
    padding: 24px;
}

#customSlider .card-title {
    font-size: 20px;
    font-weight: bold;
    color: rgb(26, 32, 44);
    margin-bottom: 12px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#customSlider .card-description {
    font-size: 18px;
    color: rgb(0, 0, 0);
    line-height: 1.2;
    margin: 16px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#customSlider .slider-nav {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: transparent;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    cursor: pointer;
}

#customSlider .slider-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

#customSlider .slider-nav.next, #customSlider .slider-nav.prev {
    background-image: url("/content/dam/intelligentcontent/multibrand/es/az-one/images/hub-assets/accion/chevron-nav.svg");
    background-repeat: no-repeat;
    background-position: center center;
    transform: rotate(270deg);
}

#customSlider .slider-nav.prev {
    transform: rotate(90deg);
}

#customSlider .slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

#customSlider .slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(234, 234, 234);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
}

#customSlider .slider-dot.active {
    width: 28px;
    border-radius: 5px;
    background: rgb(119, 119, 119);
}

@media (max-width: 1024px) {
    #customSlider .slider-card {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    #customSlider .aem-card-slider {
        padding: 30px 15px;
    }

    #customSlider .slider-track {
        gap: 0px;
    }

    #customSlider .slider-card {
        flex: 0 0 100%;
        min-height: 450px;
    }

    #customSlider .card-content {
        padding: 20px;
    }

    #customSlider .card-title {
        font-size: 18px;
    }

    #customSlider .card-description {
        font-size: 13px;
    }
}

#epoc-title-wrapper > div {
    display: flex;
    align-items: center;
    gap: 20px;
}

#epoc-title-wrapper img {
    width: 70px;
}
/*Stories-of-change styles*/
#change-detail-page #change-banner .cmp-image {
    overflow: hidden;
    border-radius: 40px;
    height: 350px;
}
#change-detail-page #change-banner .cmp-image__image {
    display: block;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}
@media (max-width: 991px) {
    #change-detail-page #change-banner .cmp-image {
        border-radius: 15px;
        height: auto;
    }
}
/* Full-bleed banner */
#change-detail-page #bg-primary-banner {
    position: relative;
    z-index: 1;
}

#change-detail-page #bg-primary-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    background: #F4EEF1;
    z-index: -1;
}

@media (min-width: 992px) {
    #change-detail-page #change-content-wrapper {
        position: relative;
        max-width: calc(1280px + (var(--lg-container-padding) * 2));
        margin: 0 auto;
    }

    #change-detail-page .azcl-column-par2 {
        position: relative;
    }

    #change-detail-page .azcl-column-par2 .image {
        position: absolute;
        top: -30px;
        right: -50%;
        width: 110%;
        z-index: 2;
    }

    #change-detail-page .azcl-column-par2 img {
        display: block;
        width: 100%;
        max-width: none;
    }
}
#change-detail-page #change-button {
    display: inline-flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    background: #994683;
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 22px 60px;
    box-shadow: 10px 10px 18px rgba(153, 70, 131, 0.28);
    transition: .2s ease;
    width: auto;
}

#change-detail-page #change-button .cmp-button__text {
    color: #fff;
}
#change-detail-page .azcl-column-par1 .button {
    display: block;
}
@media (max-width: 600px) {
    #change-detail-page .azcl-column-par2 .image {
        display: none;
    }
}

#change-detail-page #change-process .azcl-columns--3 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

#change-detail-page #change-process .azcl-columns--3 > div > .cmp-container {
    height: 100%;
    padding: 36px;
    background: #994683;
    color: #fff;
    border-radius: 40px;
    box-sizing: border-box;
}

#change-detail-page #change-process .cmp-text,
#change-detail-page #change-process .cmp-text p {
    color: #fff;
}

@media (min-width: 600px) {
    #change-detail-page #change-process .azcl-columns--3 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    #change-detail-page #change-process .azcl-columns--3 {
        grid-template-columns: repeat(3, 1fr);
    }
}

#change-detail-page .change-process-banner {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    border-radius: 40px;
    background: linear-gradient(#0B0B8E, #994683);
    color: #fff;
}

#change-detail-page .change-process-banner img {
    width: 140px;
    flex-shrink: 0;
}

#change-detail-page .change-process-banner p {
    margin: 0;
    color: inherit;
}

#change-detail-page .change-process-banner p:first-child {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    #change-detail-page .change-process-banner {
        flex-direction: column;
        text-align: center;
        gap: 24px;
        padding: 24px;
    }

    #change-detail-page .change-process-banner img {
        width: 100px;
    }
}

#change-detail-page .change-stat-card {
    text-align: center;
}

#change-detail-page .change-stat-card img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    box-shadow:
    -18px 0 36px rgba(255, 116, 180, .40),
     18px 0 36px rgba(74, 95, 255, .30),
      0 0 28px rgba(255,255,255,.25),
      0 12px 24px rgba(0,0,0,.08);
}

#change-detail-page .change-stat-card h2 {
    margin: 20px 0 0;
    color: #994683;
    font-size: 50px !important;
}

#change-detail-page .change-stat-card h3 {
    margin: 0;
    color: #00007B;
}

#change-detail-page .change-stat-card ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
}
#change-detail-page .change-stat-card ul li {
    font-family: Inter, sans-serif !important;
}

#change-detail-page .change-stat-card li::before {
    content: "› ";
    color: #994683;
}

@media (min-width:600px) {
    #change-detail-page .azcl-columns--3 {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (min-width:992px) {
    #change-detail-page .azcl-columns--3 {
        grid-template-columns: repeat(3,1fr);
    }
}

#change-detail-page #change-cases .stories-of-change-case {
    position: relative;
    min-height: 290px;
    padding: 100px 48px 40px;
    color: #fff;
    background: linear-gradient(90deg, #1E128B, #994683);
    border-radius: 40px;
    box-sizing: border-box;
}

#change-detail-page #change-cases .stories-of-change-case img {
    position: absolute;
    top: -30px;
    left: 48px;
    width: 100px !important;
}

#change-detail-page #change-cases .stories-of-change-case p {
    color: inherit;
    margin: 0 0 28px;
}

#change-detail-page #change-cases .stories-of-change-case p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #change-detail-page #change-cases .azcl-columns--3 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 70px 24px;
    }
}

@media (max-width: 599px) {
    #change-detail-page #change-cases .azcl-columns--3 {
        grid-template-columns: 1fr;
    }
    #change-detail-page #change-cases .stories-of-change-case img {
        width: 80px !important;
    }
}
#change-detail-page .stories-of-change-benefit ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#change-detail-page .stories-of-change-benefit li {
    position: relative;
    margin-bottom: 28px;
    padding: 28px 40px 28px 115px;
    background: #fff;
    border-radius: 50px;
    box-shadow:
        10px 10px 28px rgba(74,95,255,.18),
        10px -6px 24px rgba(255,116,180,.18);
}

#change-detail-page .stories-of-change-benefit li:last-child {
    margin-bottom: 0;
}

#change-detail-page .stories-of-change-benefit li::before {
    content: "";
    position: absolute;
    inset: 50% auto auto -20px;
    width: 80px;
    aspect-ratio: 1;
    transform: translateY(-50%);
    background: url("/content/dam/intelligentcontent/multibrand/es/az-one/images/icons/list-icon.png") center/contain no-repeat;
}

#change-detail-page .stories-of-change-benefit p {
    margin: 0;
}

#change-detail-page .stories-of-change-benefit p + p {
    margin-top: 6px;
}

#change-detail-page .stories-of-change-benefit--title {
    color: #00007B;
}

@media (max-width:599px) {
    #change-detail-page .stories-of-change-benefit li {
        padding: 80px 24px 24px;
    }

    #change-detail-page .stories-of-change-benefit li::before {
        top: -20px;
        left: 24px;
        transform: none;
        width: 60px;
    }
}
@media (min-width: 600px) and (max-width: 800px) {
    #change-detail-page .stories-of-change-benefit li {
        padding-left: 95px;
    }

    #change-detail-page .stories-of-change-benefit li::before {
        left: 10px;
        width: 60px;
    }
}
#change-detail-page #change-footer {
    position: relative;
    margin: 0 calc(50% - 50vw);
}

#change-detail-page #change-footer img {
    display: block;
    width: 100%;
}

#change-detail-page #change-footer > .button {
    position: absolute;
    top: 70%;
}

/* First button */
#change-detail-page #change-footer > .button:nth-of-type(2) {
    right: calc(50% + 8px);
}

/* Second button */
#change-detail-page #change-footer > .button:nth-of-type(3) {
    left: calc(50% + 8px);
}

@media (max-width: 599px) {
    #change-detail-page #change-footer > .button:nth-of-type(2),
    #change-detail-page #change-footer > .button:nth-of-type(3) {
        position: relative;
        right: 0;
        left: 0;
    }
    #change-detail-page #change-footer > .button:nth-of-type(3) {
        margin-top: 24px;
    }
}
#storychangepage .modal {
    justify-content: initial !important;
}

/*Stories-of-change styles*/


/*FIX INPUT MODAL FORM*/
.modal .cmp-dynamicform-v2 .cmp-dynamicform__generated-form .form-control:not(textarea){
    border:none!important;
}
.modal .cmp-dynamicform__form-checkbox .cmp-dynamicform__form-control-container{
    border:none!important;
}

 /* 1. Desactivamos los clics en todo el fondo del modal */
#goodnews .modal.cmp-modal__modalbox {
    pointer-events: none !important;
}

/* 2. Reactivamos los clics dentro de la caja de contenido para poder interactuar */
#goodnews .modal.cmp-modal__modalbox .modal-box {
    pointer-events: auto !important;
}

/* 3. Reactivamos los clics específicamente en el botón de cerrar */
#goodnews .modal.cmp-modal__modalbox .modal__close {
    pointer-events: auto !important;
}
#goodnews #customSlider .card-title{
    display:block;
}
/* interview css */
#interview-intro .cmp-embed {
    display: flex;
    align-items: center;
    gap: 32px;
}

#interview-intro .interview-intro__text {
    width: 70%;
    text-align: center;
}

#interview-intro .interview-intro__text h4 {
    margin: 0;
    line-height: 1.6;
}

#interview-intro .interview-intro__image {
    width: 30%;
}

#interview-intro .interview-intro__image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

@media (max-width: 767px) {
    #interview-intro .cmp-embed {
        flex-direction: column;
        gap: 20px;
    }

    #interview-intro .interview-intro__text,
    #interview-intro .interview-intro__image {
        width: 100%;
    }
}
/* interview css ends*/
@media screen and (min-width:1024px){
    #logos-epicentral > div{
    display:flex;
    flex-direction:column;
    align-items:end;
}
}
#event-detail-related-container #az-landing-2col-imagefirst{
    margin-bottom:0;
}