.subscribe-form input[type="email"]::placeholder {color: white;}
.subscribe-form .txt-bx input[type="email"]:focus::placeholder {color: transparent;}

.galeria-lst .container .mix {
    display: list-item;
}

.chk-box {
    position: relative;
}

.chk-box input {
    width: 18px;
    height: 20px;
    visibility: visible;
    opacity: 0;
    margin: 0;
}

.subscribe-form .txt-bx input[type="email"] {
    background: none;
    border: 2px solid #fff;
    border-radius: 29px;
    width: 100%;
    height: 40px;
    font-family: proxima-nova;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.17px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.pause-indicator,
.download-indicator {
    color: white;
    font-size: min(150px, 20vw);
    position: absolute;
    width: 100%;
    text-align: center;
    text-shadow: black 0px 0px 5px;
}

section.legal-sec {
    padding: 30px 0;
}

/* NEWSLETTER PAGE */

.newsletter-form input[type="text"], .newsletter-form input[type="email"] {
    background: none;
    border: 2px solid #fff;
    border-radius: 29px;
    width: 100%;
    height: 40px;
    font-family: proxima-nova;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.17px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 0 15px;
    margin: 10px 0;
}

.newsletter-form input::placeholder {
    color: white;
}

.newsletter-form input[required]::placeholder:after {
    content: "*";
    color: white;
}

.newsletter-form {
    margin: auto;
}

.newsletter-form button {
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #000000;
    font-family: proxima-nova;
    font-weight: bold;
    font-size: 16px;
    width: 78px;
    height: 32px;
    letter-spacing: 0.17px;
    border-radius: 23px;
    padding: 0 15px;
    cursor: pointer;
    transition: all .35s ease;
    margin: auto;
    margin-top: 10px;
}

.newsletter-form button:hover {
    color: #ffffff;
    background: transparent;
}

section.newsletter-sec {
    margin: 20px 0;
}

.newsletter-sec h2 {
    font-size: 50px;
    line-height: 45px;
    color: #fff;
    letter-spacing: -1.16px;
    padding-bottom: 10px;
    /* padding-bottom: 25px; */
    text-align: center;
    width: 100%;
    font-family: proxima-nova;
    font-weight: normal;
}

.newsletter-sec h2 span {
    font-weight: bold;
}

.newsletter-sec p.newsletter-desc {
    color: white;
    padding-bottom: 15px;
    text-align: center;
    font-size: 20px;
    width: 100%;
    max-width: 85%;
    margin: auto;
}

/* END NEWSLETTER PAGE */

.home-banner .swiper-container::after {
    display: none;
}

.reason-div .reason-cnt {
    column-count: 2;
}

.mission-sec li:nth-child(2) .mission-lft,
.mission-sec li:nth-child(2) .mission-rht {
    order: unset;
}

.subscribe-form form#newsletter_submit {
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: 15px;
}

.foot-btm-rht {
    flex-direction: column;
    align-items: flex-end;
}

.erns-sec h2 span {
    display: inline;
}

.obj-sec .obj-lft {
    background-color: #f3f2f8;
    display: flex;
    align-items: center;
}

.news-det-cnt .news-row h2.wp-block-heading {
    font-size: 25px;
    line-height: 28px;
    font-family: proxima-nova;
    font-weight: 800;
}

.news-det-cnt .news-row p a {
    text-decoration: underline;
    transition: opacity .35s ease;
}

.news-det-cnt .news-row p a:hover {
    opacity: 0.7;
}

.news-det-lft ul li.cat-list ul li {
    cursor: default;
}

.news-det-lft ul li.cat-list ul li:hover {
    background-color: #6A6A6A;
    color: white;
    scale: 1.1;
}

section.single-new-spacing {
    margin-bottom: 50px;
}

html:has(.news-det-cnt) {
    scroll-behavior: smooth;
}

.social-lft ul li:nth-child(4) {
    margin-right: 0;
}

.social-lft ul li.spacing-after {
    margin-right: 50px;
}

/* HLPJ-20 */

.news-det-cnt .news-row h3 {
    font-size: 25px;
    line-height: 28px;
    font-family: proxima-nova;
    font-weight: 800;
    margin-bottom: 15px;
}

.inner-caption h1 {
    clear: both;
}

.packages-sec a.know-more-btn {
    margin: 0 auto;
    width: fit-content;
    display: block;
    font-size: 18px;
    font-family: proxima-nova;
    font-weight: bold;
    background-color: #df3789;
    color: #FFF;
    padding: 10px 25px;
    border-radius: 22px;
    transition: all .5s ease;
}

.packages-sec a.know-more-btn:hover {
    background-color: #000;
    padding: 10px 45px;
}

.packages-sec-home {
    padding: 70px 0 50px;
}

.latest-sec li .packages-img .new-type-tag span,
.latest-sec li .packages-img .event-type-tag span,
.news-related-sec .swiper-slide .noticias-img .new-type-tag span,
.news-related-sec .swiper-slide .noticias-img .event-type-tag span {
    left: unset;
    right: 14px;
    z-index: 1;
    color: #FFF;
}

.latest-sec li .packages-img .new-type-tag span,
.news-related-sec .swiper-slide .noticias-img .new-type-tag span {
    background-color: #df3789;
}

.latest-sec li .packages-img .event-type-tag span,
.news-related-sec .swiper-slide .noticias-img .event-type-tag span {
    background-color: #6F217B;
}

.news-det-cnt .news-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news-det-cnt .news-body .news-body-rgt {
    flex: 0 1 60%;
}

.news-det-cnt .news-body .news-body-lft {
    flex: 0 1 35%;
    background-color: #e1388c;
    color: #FFF;
    padding: 25px 30px 40px;
    border-radius: 10px 25px 25px 10px;
}

.news-det-cnt .news-body .news-body-lft h3 {
    font-family: proxima-nova;
    font-weight: 800;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.news-det-cnt .news-body .news-body-lft ul li span {
    font-family: proxima-nova;
    font-weight: bold;
    display: flex;
    align-items: center;
    column-gap: 6px;
}

.news-det-cnt .news-body .news-body-lft ul li p {
    margin-left: 30px;
    color: #FFF;
    font-family: proxima-nova;
    font-weight: normal;
}

.news-det-cnt .news-body .news-body-rgt ul.event-buttons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 30px 0 0;
    flex-wrap: wrap;
    row-gap: 10px;
}

.news-det-cnt .news-body .news-body-rgt ul.event-buttons li {
    border-radius: 25px;
    font-family: proxima-nova;
    font-weight: bold;
    background-color: #e1388c;
    transition: background-color .5s ease;
}

.news-det-cnt .news-body .news-body-rgt ul.event-buttons li:hover {
    background-color: #6f217b;
}

.news-det-cnt .news-body .news-body-rgt ul.event-buttons li a {
    padding: 6px 25px;
    color: #FFF;
    display: block;
    transition: padding .5s ease;
    text-align: center;
}

.news-det-cnt .news-body .news-body-rgt ul.event-buttons li:hover a {
    padding: 6px 40px;
}

/* END HLPJ-20 */

/* HLPJ-23 */

.news-det-lft {
    flex: 0 1 auto;
}

.news-body .news-body-lft ul li img.icon {
    width: 16px;
    display: inline;
}

/* END HLPJ-23 */

/* HLPJ-29 */

.resources-sec {
    padding: 70px 0 100px;
}

.resources-sec h2 {
    font-size: 50px;
    line-height: 45px;
    color: #000;
    letter-spacing: -1.16px;
    padding-bottom: 20px;
}

.resources-sec h2 span {
    color: #6F217B;
    font-family: proxima-nova;
    font-weight: 800;
}

.resources-sec p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding-bottom: 30px;
}

.resources-sec ul.resources-tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.resources-sec ul.resources-tabs li {
    flex: 0 1 20%;
    text-align: center;
}

.resources-sec ul.resources-tabs li::after {
    content: '';
    background-color: #e1388c;
    width: 0;
    height: 2px;
    display: block;
    margin: 5px auto 0;
    transition: width 0.5s ease;
}

.resources-sec ul.resources-tabs li:has(a.current:not(:hover))::after {
    width: 80%;
}

.resources-sec ul.resources-tabs li:has(a:hover)::after {
    width: 100%;
}

.resources-sec ul.resources-tabs li a {
    display: block;
    cursor: pointer;
    font-size: 20px;
    font-family: proxima-nova;
    font-weight: bold;
}

.loader {
    border-top-color: #e1388c;
}

.resources-sec ul.resources-cont {
    margin: 25px 0 0;
    display: flex;
    column-gap: 2%;
    row-gap: 58px;
    flex-wrap: wrap;
}

.resources-sec ul.resources-cont li {
    flex: 0 1 32%;
}

.resources-sec ul.resources-cont li.notfound {
    flex: 0 1 100%;
}

ul.resources-cont.link li .res-link-cont h3 {
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    margin: 10px 0 15px;
    color: #000;
    transition: color 0.5s ease;
}

ul.resources-cont.link li:hover .res-link-cont h3 {
    color: #df3789
}

ul.resources-cont.link li .res-link-cont p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 0;
}

ul.resources-cont.link li .res-link-txt a.know-btn {
    flex-grow: 0;
    float: left;
    padding: 10px 25px;
    margin-top: 25px;
    background: #DF3789;
    border-radius: 23px;
    font-family: proxima-nova;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.17px;
    color: #FFFFFF;
    transition: all .5s ease;
}

ul.resources-cont.link li .res-link-txt a.know-btn:hover {
    background-color: #000;
}

ul.resources-cont li.notfound {
    text-align: center;
}

ul.resources-cont li.notfound h3 {
    font-size: 30px;
    margin: 30px 0 20px;
    font-family: proxima-nova;
    font-weight: 600;
    color: #df3789;
}

ul.resources-cont li.notfound p {
    font-size: 24px;
    font-family: proxima-nova;
    font-weight: 600;
}

ul.resources-cont.link li .res-link-img {
    overflow: hidden;
}

ul.resources-cont.link li .res-link-img img {
    transition: scale 0.5s ease;
}

ul.resources-cont.link li:hover .res-link-img img {
    scale: 1.1;
}

.resources-sec .res-content button.load-more {
    margin: 40px auto 0;
    padding: 10px 30px;
    border-radius: 20px;
    font-family: proxima-nova;
    font-weight: 800;
    color: #fff;
    border: none;
    background-color: #6f217b;
    font-size: 16px;
    display: block;
    cursor: pointer;
    transition: all 0.5s ease;
}

.resources-sec .res-content button.load-more:hover {
    background-color: #df3789;
    padding: 10px 50px;
}

.resources-sec ul.resources-cont.media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2%;
    row-gap: 20px;
}

.resources-sec ul.resources-cont.media li.image img {
    transition: opacity 0.35s ease;
}

.resources-sec ul.resources-cont.media li.image:hover img {
    opacity: 0.6;
}

.resources-sec ul.resources-cont.media li.video i.pause-indicator,
.resources-sec ul.resources-cont.media li.file i.download-indicator,
.resources-sec ul.resources-cont.media li.image i.download-indicator {
    position: absolute;
    font-size: 60px;
    line-height: 60px;
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    left: 0;
    transition: opacity 0.35s ease;
}

.resources-sec ul.resources-cont.media li.file i.download-indicator,
.resources-sec ul.resources-cont.media li.image i.download-indicator {
    opacity: 0;
}

.resources-sec ul.resources-cont.media li.file:hover i.download-indicator,
.resources-sec ul.resources-cont.media li.image:hover i.download-indicator {
    opacity: 1;
}

.resources-sec ul.resources-cont.media li {
    position: relative;
}


.resources-sec ul.resources-cont.media li.video i.pause-indicator:not(.paused) {
    opacity: 0;
}

.resources-sec ul.resources-cont.media li.video:hover i.pause-indicator {
    opacity: 0.7;
}

/* END HLPJ-29 */


/* JIRA HLPJ-31 */
.resources-sec ul.resources-cont.doc, .resources-sec ul.resources-cont.news {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    gap: 20px;
}
.resources-sec ul.resources-cont.doc li.doc-item, .resources-sec ul.resources-cont.news li.doc-item {
    border: 1px solid #E1388C;
    display: grid;
    grid-template-columns: 20% 80%;
    padding: 20px;
}
.resources-sec ul.resources-cont.doc li.doc-item .res-link-img, .resources-sec ul.resources-cont.news li.doc-item .res-link-img {
    padding-right: 20px;
}
.resources-sec ul.resources-cont.doc li.doc-item .res-link-cont h3, .resources-sec ul.resources-cont.news li.doc-item .res-link-cont h3 {
    font-weight: bold;
}

.resources-sec ul.resources-cont li a.ico-download {
    color: #E1388C;
    text-decoration: underline;
}

.resources-sec ul.resources-cont li a.ico-download:hover {
    font-weight: bold;
}
.resources-sec ul.resources-cont.doc li.doc-item .res-link-img img, .resources-sec ul.resources-cont.news li.doc-item .res-link-img img {
    max-width: 76px;
}

ul.resources-cont.media li .res-link-img {
    overflow: hidden;
    position: relative;
}

ul.resources-cont.media li .res-link-img img {
    transition: scale 0.5s ease;
}

ul.resources-cont.media li:hover .res-link-img img {
    transform: scale(1.1);
}

ul.resources-cont.media li:hover .res-link-cont h3 {
    color: #df3789;
}

ul.resources-cont.media li .res-link-cont h3 {
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    margin: 10px 0 15px;
    color: #000;
    transition: color 0.5s ease;
}

ul.resources-cont.media li .res-link-cont p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 0;
}
/* END JIRA HLPJ-31 */

/* BEGIN JIRA HLPJ-32 */

.res-link-img iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}

/* END JIRA HLPJ-32 */

/* JIRA HLPJ-36 */

.healt-prof-map ul li a .map-img {
    transition: scale 0.35s ease;
    margin: 0 auto;
}

.healt-prof-map ul li a:hover .map-img {
    scale: 1.1;
}

/* END JIRA HLPJ-36 */

/* JIRA HLPJ-37 */

.partner-sec .partner-cnt ul {
    margin: 0;
}

.partner-sec .partner-cnt ul li {
    list-style: disc;
    padding-left: 4px;
    margin-left: 17px;
    color: #6F217B;
}

.partner-sec .partner-cnt ul li a {
    color: inherit;
    font-size: 16px;
    line-height: 24px;
    font-family: proxima-nova;
    font-weight: bold;
    opacity: 1;
    transition: opacity 0.35s ease;
}

.partner-sec .partner-cnt ul li a:hover {
    opacity: 0.7;
}

/* END JIRA HLPJ-37 */

/* JIRA HLPJ-39 */

.healt-prof-map ul {
    column-gap: 5.6%;
}

/* END JIRA HLPJ-39 */

/* JIRA HPJ-40 */

section.healthcare-prof:has( + section.healthcare-prof) {
    padding-bottom: 0;
}

section.healthcare-prof + section.healthcare-prof {
    padding-top: 0;
}

.partner-sec ul li .partner-img {
    flex: 0 1 87px;
}

.healthcare-prof p > span {
    color: #e1388c;
    font-family: proxima-nova;
    font-weight: 800;
}

section.healthcare-prof:has(+section.packages-sec.packages-sec-home) {
    padding-bottom: 0;
}

section.resources-sec .res-content ul.countries {
    display: grid;
    grid-template-columns: 12% 12% 12% 12% 12% 12%;
    gap: 30px 5.6%;
    padding: 20px 0 0;
}

section.resources-sec .res-content ul.countries li .map-img img {
    width: 87px;
    margin: auto;
    display: block;
    scale: 1;
    transition: all 0.35s ease;
}

section.resources-sec .res-content ul.countries li a:hover .map-img img {
    scale: 1.1;
}

section.resources-sec .res-content ul.countries li p {
    width: 100%;
    text-align: center;
    padding: 5px 0 0;
}

.menu-nav .menu .menu-item-has-children {
    position: relative;
    z-index: 0;
}

.menu-nav .menu .submenu {
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease;
    padding: 0;
    background-color: #e1388c;
    position: absolute;
    width: fit-content;
    height: auto;
    top: 100%;
}

.menu-nav .menu .submenu li {
    padding: 0 20px;
    transition: all 0.35s ease;
}

.menu-nav .menu .submenu li:has(a:hover) {
    background-color: #FFF;
}

.menu-nav .menu .menu-item-has-children:hover .submenu li {
    padding: 10px 20px;
}

.menu-nav .menu .menu-item-has-children:hover .submenu {
    top: 100%;
}

.menu-nav .menu .submenu li a {
    padding: 0;
    color: #FFF;
    font-family: proxima-nova;
    font-weight: 600;
    white-space: nowrap;
}

.menu-nav .menu .submenu li a:hover {
    color: #e1388c;
}

.ec-menu .ec-list li.menu-item:not(.menu-item-has-children) i.ec-icon {
    display: none;
}

.ec-menu .sub-menu.open {
    display: block;
}

.menu-item-has-children > i.icon-chevron-down::before {
    transition: all 0.3s ease;
    transform-origin: 50% 45%;
    /* border: 1px solid; */
}

.menu-item-has-children > i.icon-chevron-down.open::before {
    transform: rotateZ(180deg);
}


/* END JIRA HPJ-40 */

.country-sec .country-subsection-cont.regional,
.country-sec .country-subsection-cont.english:has(+ .third) {
    margin-bottom: 70px;
}

.country-sec .country-subsection-cont p,
.country-sec .country-subsection-cont ul,
.country-sec .country-subsection-cont table {
    margin-top: 0;
    margin-bottom: 10px;
}

.country-sec .country-subsection-cont a {
    color: #e1388c;
    font-weight: bold;
}

.country-sec .country-subsection-cont ul li {
    list-style: disc;
    list-style-position: inside;
}

.country-sec .country-subsection-cont table {
    width: 100%;
    border-collapse: collapse;
}

.country-sec .country-subsection-cont table td {
    border: 1px solid black;
    padding: 2px 5px;
}

.healthcare-prof .healthcare-prof-cnt a.know-btn {
    color: #fff;
    background: #df3789;
}

.healthcare-prof .healthcare-prof-cnt a.know-btn:hover {
    color: #000;
    background: #fff;
}

.country-subsection-cont .healthcare-prof {
    padding: 0 0 40px;
}

/* MENU CURRENT UNDERLINE */

.menu-nav .menu > li {
    position: relative;
}

.menu-nav .menu > li > a::after {
    transition: all 0.35s ease;
    display: block;
    content: '';
    background-color: #e1388c;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    transform-origin: center center;
    transform: scaleX(0);
}

.menu-nav .menu .current-menu-item a,
.menu-nav .menu .current-page-ancestor a {
    color: #e1388c;
    font-family: proxima-nova;
    font-weight: bold;
}

.menu-nav .menu > li:hover a::after,
.menu-nav .menu .current-menu-item a::after,
.menu-nav .menu .current-page-ancestor a::after {
    transform: scaleX(1);
}

/* END MENU CURRENT UNDERLINE */

.purple {
    color: #6f217b;
}

/* JIRA HLPJ-44 */

ul.resources-cont.toolkit li .res-toolkit-cont h3 {
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    margin: 10px 0 15px;
    color: #000;
    transition: color 0.5s ease;
}

ul.resources-cont.toolkit li:hover .res-toolkit-cont h3 {
    color: #df3789
}

ul.resources-cont.toolkit li .res-toolkit-cont p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 0;
}

ul.resources-cont.toolkit li .res-toolkit-txt a.know-btn {
    flex-grow: 0;
    float: left;
    padding: 10px 25px;
    margin-top: 25px;
    background: #DF3789;
    border-radius: 23px;
    font-family: proxima-nova;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.17px;
    color: #FFFFFF;
    transition: all .5s ease;
}

ul.resources-cont.toolkit li .res-toolkit-txt a.know-btn:hover {
    background-color: #000;
}

ul.resources-cont.toolkit li .res-toolkit-img {
    overflow: hidden;
}

ul.resources-cont.toolkit li .res-toolkit-img img {
    transition: scale 0.5s ease;
}

ul.resources-cont.toolkit li:hover .res-toolkit-img img {
    scale: 1.1;
}

/* END JIRA HLPJ-44 */

/* BEGIN MENU ARROW */

.menu-nav .menu .menu-item-has-children::before {
    content: '';
    border: 2px solid #e1388c;
    border-top: 0;
    border-left: 0;
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    right: -15px;
    bottom: 25px;
    transform: rotate(45deg);
    transition: all 0.35s ease;
}

.menu-nav .menu .menu-item-has-children::before:hover,
.menu-nav .menu .menu-item-has-children:hover::before {
    transform: rotate(-135deg);
}

/* END MENU ARROW */

/* begin JIRA HLPJ-50 */

section.back_to_resources {
    background-color: #e1388c;
    padding: 30px 0 50px;
}

section.back_to_resources a {
    position: relative;
    text-align: center;
    width: fit-content;
    display: block;
    margin: 0 auto;
}

section.back_to_resources a img {
    transition: all 0.35s ease;
    --arrow-separation: 15px;
    height: 15px;
    width: auto;
    position: absolute;
    right: calc(100% + var(--arrow-separation));
    top: calc(50% - 7.5px);
}

section.back_to_resources a:hover img {
    --arrow-separation: 25px;
}

section.back_to_resources a h3 {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
}

/* end JIRA HLPJ-50 */

/* begin JIRA HLPJ-46 */

section.search-title {
    margin: 20px 0 10px;
    padding: 40px 0 50px;
    background-color: #e1388c;
}

section.search-title h1 {
    color: #fff;
    font-family: proxima-nova;
    font-weight: bold;
    font-size: 32px;
    line-height: 26px;
}

section.search-title h1 span.search-word {
    font-style: italic;
}

section.search-title h1 span.search-word::before,
section.search-title h1 span.search-word::after {
    content: '"';
}

section.search-box {
    margin: 0;
    padding: 10px 0 40px;
}

section.search-box .search-form-main {
    position: relative;
    width: 60%;
    margin: 0 auto;
}

section.search-box .search-form-main input[type=search] {
    width: 100%;
    padding: 20px 30px;
    border-radius: 40px;
    border: 2px solid #000;
    font-family: proxima-nova;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
}

section.search-box .search-form-main input[type=submit] {
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    background: #F0F0EE url(../images/black-search.svg) no-repeat center center;
    background-size: 40%;
    transition: all 0.35s ease;
}

section.search-box .search-form-main input[type=submit]:hover {
    background-color: #fff;
    border-color: #8f8f8f;
}

section.search-cont .search-count {
    margin: 0 0 10px;
}

section.search-cont ul.results {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, calc(50% - 12px));
    margin: 0 0 50px;
}

section.search-cont ul.results li.search-result {
    transition: all 0.35s ease;
}

section.search-cont ul.results li.search-result:hover .search-result-wrapper .search-result-lft img {
    scale: 1.1;
}

section.search-cont ul.results li.search-result .search-result-wrapper {
    display: flex;
    gap: 10px;
    padding: 5px;
}

section.search-cont ul.results li.search-result .search-result-wrapper .search-result-lft {
    flex: 0 1 20%;
    overflow: hidden;
}

section.search-cont ul.results li.search-result .search-result-wrapper .search-result-lft img {
    transition: all 0.35s ease;
    opacity: 1;
}

section.search-cont ul.results li.search-result .search-result-wrapper .search-result-rht {
    flex: 0 1 calc(80% - 10px);
}

section.search-cont ul.results li.search-result .search-result-wrapper .search-result-rht span.post-type {
    transition: all 0.35s ease;
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 14px;
    line-height: 14px;
    outline: 1px solid transparent;
    padding: 1px 8px;
    border-radius: 20px;
    background: #e1388c;
    color: #fff;
}

section.search-cont ul.results li.search-result .search-result-wrapper .search-result-rht h3 {
    transition: all 0.35s ease;
    font-family: proxima-nova;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

section.search-cont ul.search-pagination {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 0 0 30px;
}

section.search-cont ul.search-pagination li {
    transition: all 0.35s ease;
    background-color: #e1388c;
    aspect-ratio: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

section.search-cont ul.search-pagination li.current {
    background-color: #a256a2;
}

section.search-cont ul.search-pagination li a {
    transition: all 0.35s ease;
    font-family: proxima-nova;
    font-weight: bold;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 0;
}

/* end JIRA HLPJ-46 */

/* begin JIRA HLPJ-51 */

section.resources-sec .res-long-desc p a {
    font-family: proxima-nova;
    font-weight: bold;
    transition: all 0.35s ease;
    color: #e1388c;
    display: inline-block;
}

section.resources-sec .res-long-desc p a:hover {
    color: #000;
}

/* end JIRA HLPJ-51 */

/* begin JIRA HLPJ-54 */

.country-sec img {
    width: revert-layer;
}

/* end JIRA HLPJ-54 */

/* begin JIRA HLPJ-55 */

.resources-sec ul.resources-cont.phases {
    row-gap: 20px;
}

.resources-sec ul.resources-cont.phases li {
    flex-basis: 100%;
}

ul.phases li.phase .phase-header {
    background: #e1388c;
    padding: 10px 20px;
    margin-bottom: 25px;
}

ul.phases li.phase .phase-header h3 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-family: proxima-nova;
    font-weight: bold;
}

section.resources-sec .res-content ul.steps {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.res-content ul.steps li.step:not(:last-child) {
    border-bottom: 2px solid #e1388c;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.res-content ul.steps li.step .step-header {
    padding: 5px 0;
}

.res-content ul.steps li.step .step-header h4 {
    font-family: proxima-nova;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
}

li.step .step-cont ul.docs {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
    margin: 15px 0 10px;
}

li.step .step-cont ul.docs li.doc-item {
    flex: 0 1 32%;
    border: 1px solid #E1388C;
    display: grid;
    column-gap: 5%;
    grid-template-columns: 20% 75%;
    padding: 20px;
}

li.step .step-cont ul.docs li.doc-item .res-link-txt .res-link-cont h5 {
    font-family: proxima-nova;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
}

li.step .step-cont ul.docs li.doc-item .res-link-txt .res-link-cont p {
    padding: 0 0 5px;
}

section.resources-sec .res-long-desc:has(.res-long-desc-lft) {
    display: flex;
    align-items: flex-start;
    column-gap: 3%;
}

section.resources-sec .res-long-desc .res-long-desc-lft {
    flex: 0 1 62%;
}

section.resources-sec .res-long-desc .res-long-desc-rht {
    flex: 0 1 35%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.res-long-desc-rht .download-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    margin-bottom: 20px;
}

.res-long-desc-rht .download-wrapper .ico {
    width: 50px;
    height: 50px;
    background-size: 50px;
}

.res-long-desc-rht .download-wrapper p {
    font-size: 32px;
    line-height: 36px;
    font-family: proxima-nova;
    font-weight: bold;
    color: #e1388c;
    padding: 0;
    text-align: center;
}

.res-long-desc .res-long-desc-rht .document-card {
    border: 1px solid #E1388C;
    display: grid;
    column-gap: 5%;
    grid-template-columns: 20% 75%;
    padding: 20px;
}

.res-long-desc .res-long-desc-rht .document-card h5 {
    font-size: 18px;
    line-height: 22px;
    font-family: proxima-nova;
    font-weight: bold;
}

.res-long-desc .res-long-desc-rht .document-card .doc-desc a {
    color: #e1388c;
    text-decoration: underline;
}

.res-long-desc .res-long-desc-rht .document-card .doc-desc a:hover {
    text-decoration: none;
}

section.resources-sec .res-long-desc .res-long-desc-rht > a {
    transition: all 0.35s ease;
}

section.resources-sec .res-long-desc .res-long-desc-rht > a:hover {
    opacity: 0.7;
}

/* end JIRA HLPJ-55 */

/* begin JIRA HLPJ-57 */

.resources-sec .resources-folders {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.resources-sec .resources-folders .accordion_in {
    border: 1px solid #e1388c;
    border-radius: 0;
}

.resources-sec .resources-folders .accordion_in .acc_head {
    display: grid;
    align-items: center;
    grid-template-columns: 10% calc(90% - 20px);
    column-gap: 20px;
    background-color: transparent;
    transition: background-color 0.35s ease;
}

.resources-sec .resources-folders .accordion_in .acc_head:hover,
.resources-sec .resources-folders .accordion_in.acc_active .acc_head {
    background-color: #e1338c24;
}

.resources-sec .resources-folders .accordion_in .acc_head .res-link-txt {
    position: relative;
}

.resources-sec .resources-folders .accordion_in .acc_head .res-link-txt .res-link-cont {
    width: calc(100% - 50px);
}

.resources-sec .resources-folders .accordion_in .acc_head .res-link-txt .res-link-cont h3 {
    font-weight: bold;
}

.resources-sec .resources-folders .accordion_in .acc_head .res-link-txt .res-link-cont p {
    padding: 0;
}

.resources-sec .resources-folders .accordion_in .acc_head .res-link-txt::after {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #e1388c;
    border-right: 2px solid #e1388c;
    top: calc(50% - 10px);
    right: 15px;
    transform: rotate(45deg);
    transform-origin: 60% 60%;
    transition: all 0.35s ease;
}

.resources-sec .resources-folders .accordion_in.acc_active .acc_head .res-link-txt::after {
    transform: rotate(-135deg);
}

.resources-sec .resources-folders .accordion_in .acc_content {
    padding: 0;
}

.resources-sec .resources-folders .accordion_in .acc_content ul.resources-cont {
    margin: 0;
}

.resources-sec ul.languages-list {
    display: flex;
    flex-direction: column;
}

.resources-sec ul.languages-list li .language-item {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 13px 10px;
    transition: all 0.35s ease;
}

.resources-sec ul.languages-list li a:hover .language-item,
.resources-sec ul.languages-list li a:focus .language-item {
    background-color: #e1388c44;
}

.resources-sec ul.languages-list li .language-item .label h4 {
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 0.5em;
}

.resources-sec ul.languages-list li .language-item .label h4 span {
    font-size: 14px;
    line-height: 14px;
}

.resources-sec ul.languages-list li .language-item .label h4 span::before {
    content: '(';
    padding-right: 0.1em;
}

.resources-sec ul.languages-list li .language-item .label h4 span::after {
    content: ')';
    padding-left: 0.1em;
}

/* end JIRA HLPJ-57 */

/* begin JIRA HLPJ-59 */

.healthcare-prof p {
    margin-bottom: 15px;
}

.healthcare-prof p:last-child {
    margin-bottom: 0;
}

.galeria-title {
    margin-bottom: 20px;
}

.galeria-title h2 {
    font-family: 'proxima-nova';
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 5px;
    color: #6F217B;
}

.galeria-title p {
    margin-bottom: 10px;
    font-family: 'proxima-nova';
    font-size: 16px;
    line-height: 24px;
}

.galeria-title strong {
    font-family: inherit;
    font-weight: bold;
}

.patient-stories-sec {
    margin-bottom: 40px;
}

.pagination-2 {
    float: left;
    width: 100%;
}

.pagination-2 > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.pagination-2 > ul > li {
    flex: 0 1 auto;
}

.pagination-2 > ul > li .page-numbers {
    display: inline-block;
    font-family: 'proxima-nova';
    font-size: 16px;
    line-height: 24px;
    transition: all 350ms ease;
    height: 30px;
    min-width: 30px;
    border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pagination-2 > ul > li .page-numbers.current {
    font-weight: bold;
}

.pagination-2 > ul > li .page-numbers.current,
.pagination-2 > ul > li a.page-numbers:hover,
.pagination-2 > ul > li a.page-numbers:focus {
    background-color: #007D8B;
    color: #fff;
}

.pagination-2 > ul > li a.page-numbers.prev,
.pagination-2 > ul > li a.page-numbers.next {
    border-radius: 0;
    position: relative;
    --bg-offset: 10px;
}

.pagination-2 > ul > li a.page-numbers.prev {
    padding-left: 30px;
    background: no-repeat url(../../resources/v3/images/dble-left-arr.svg) left var(--bg-offset) center
}

.pagination-2 > ul > li a.page-numbers.next {
    padding-right: 30px;
    background: no-repeat url(../../resources/v3/images/dble-right-arr.svg) right var(--bg-offset) center
}

.pagination-2 > ul > li a.page-numbers.prev:hover,
.pagination-2 > ul > li a.page-numbers.prev:focus,
.pagination-2 > ul > li a.page-numbers.next:hover,
.pagination-2 > ul > li a.page-numbers.next:focus {
    background-color: transparent;
    color: #007D8B;
    --bg-offset: 0;
}

.story-sec {
    float: left;
    width: 100%;
    padding: 20px 0 70px;
}

.story-row {
    max-width: 980px;
    margin: auto;
}

.story-header {
    float: left;
    width: 100%;
}

.story-header h1 {
    color: #000;
    font-size: 50px;
    line-height: 60px;
    font-family: proxima-nova;
    font-weight: bold;
    margin-bottom: 30px;
}

.story-header .story-info {
    margin-bottom: 10px;
}

.story-header .story-info ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 15px;
}

.story-header .story-info ul > li {
    flex: 0 1 auto;
    font-family: 'proxima-nova';
    font-size: 15px;
    line-height: 22px;
    padding: 2px 0;
    border-radius: 20px;
    color: #6a6a6a;
}

.story-header .story-info ul > li.story-date {
    padding-left: 20px;
    background: no-repeat url(../../resources/v3/images/ico-rellotge-gris.svg) left center;
}

.story-header .story-info ul > li.story-country .country-wrap {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.story-header .story-info ul > li.story-country .flag img {
    display: block;
    max-height: 15px;
}

.story-header .story-info ul > li a.tag {
    color: inherit;
    transition: all 350ms ease;
    border-radius: 20px;
    padding: 2px 10px;
    outline: 1px solid;
    display: inline-block;
}

.story-header .story-info ul > li a.tag:hover,
.story-header .story-info ul > li a.tag:focus {
    color: #fff;
    background-color: #6a6a6a;
}

.story-header .story-info ul > li.story-share {
    margin-left: auto;
    padding-right: 0;
}

.story-header .story-info ul > li.story-share a {
    padding-left: 0;
    padding-right: 20px;
    background: no-repeat url(../../resources/v3/images/ico-compartir.svg) right center;
}

.story-header .story-info ul > li.story-share a:hover,
.story-header .story-info ul > li.story-share a:focus {
    color: inherit;
    opacity: 0.7;
}

div#share {
    clear: both;
}

.story-header .story-img {
    margin-bottom: 20px;
}

.story-header .story-img img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.story-cont {
    float: left;
    width: 100%;
    padding: 15px 0 30px;
}

.story-cont p {
    font-family: 'proxima-nova';
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px;
}

.story-cont strong {
    font-weight: bold;
}

.story-cont .story-disease {
    border-left: 3px solid #6F217B;
    margin: 5px 0 20px;
    padding: 2px 10px;
    background-color: #f3f2f7;
    font-family: 'proxima-nova';
    font-size: 17px;
    line-height: 27px;
}

.story-cont .story-disease .title {
    font-weight: bold;
    color: #6F217B;
}

.story-cont .story-disease .value {
    font-style: italic;
}

html, body {
    scroll-behavior: smooth;
}

/* end JIRA HLPJ-59 */