/*** Custom CSS
 ESPAÑA 2050 *
 author: RRG-Babelcreativa *
 Last Update : 29th, July 2022 *
*****/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

:root {
    --font: 'Open Sans', sans-serif;
    --evergreen: #052727;
    --very-light-blue: #daf9fa;
    --blue-delete: #131344;
    --tealish: #1fb8bc;
    --sun-yellow: #fdd120;
    --gunmetal: #515e5f;
    --dark-sky-blue: #4697db;
    --blanco: #fff;
    --peacock-blue: #044aab;
    --white: #fff;
    --black: #1d1d1b;
    --pale: #e9e5e1;
    --azul-corporativo: #009ee2;
    --light-eggplant: #81509a;
    --very-light-pink: #b9b9b9;
    --obsidian: #000;
    --calcite: #fff;
}

html {
    font-size: 62.5%;
    background-color: transparent;
}

body {
    font-family: var(--font);
    font-size: 1.6rem;
}

/***** General *****/

a,
a:hover,
a:focus,
a:active,
a.active,
a:visited {
    color: #18837F;
}

a:focus,
button:focus {
    outline: none;
}

a:focus-visible,
button:focus-visible {
    border: 2px solid #000 !important;
    box-shadow: 0px 0px 1px 3px rgb(154 239 240) !important;
    outline-offset: 4px;
    text-decoration: none;
}

p a {
    text-decoration: underline;
}


h1,
h2,
h3 {
    font-weight: 700;
}

h3 {
    font-size: 1.8rem;
}


ul,
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

abbr,
abbr[title] {
    text-decoration: none;
}

blockquote {
    border: none;
    color: var(--gunmetal);
    letter-spacing: -0.3px;
    line-height: 1.5;
    font-size: 1.7rem;
    margin-bottom: 24px;
    padding: 0;
}

caption {
    display: none;
    visibility: hidden;
}

b,
strong {
    font-weight: 600;
}

a,
button,
a:hover,
button:hover {
    transition: all ease 0.2s;
}

.container {
    max-width: 960px;
    padding: 0 16px;
}

@media (max-width: 768px) {

    html,
    body.user-logged-in {
        overflow-x: hidden;
    }

}

/***** h1 *****/

h1.page__title {
    font-size: 5.2rem;
    letter-spacing: -2.47px;
    line-height: 6.0rem;
    margin: 40px 16px 20px 16px;
    color: var(--obsidian);
    max-width: 398px;
}

h2 {
    color: var(--evergreen);
    font-size: 3.2rem;
    letter-spacing: -1.52px;
    line-height: 1.3;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    h1.page__title {
        font-size: 30px;
        font-weight: 800;
        line-height: 1.27;
        letter-spacing: -1.43px;
        color: var(--obsidian);
    }

    h2 {
        font-size: 2.5rem;
        letter-spacing: -1.19px;
    }
}

/***** Button *****/

.c-button {
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 rgba(134, 192, 193, 0.22);
    display: flex;
    font-size: 1.5rem;
    font-weight: bold;
    height: 38px;
    justify-content: center;
    min-width: 145px;
    padding: 0 36px;
    transition: all ease 02s;
}

.c-button--primary,
.c-button--primary:visited {
    background-color: #9aeff0;
    color: var(--evergreen);
}

.c-button--primary:hover {
    background-color: #0fbec0;
    color: var(--evergreen);
    text-decoration: none;
    transition: all ease 02s;
}

.c-button--download:before {
    content: "";
    background: url("/themes/espana_veinte_cincueta/styles/css/images/icon-download-black.png") no-repeat;
    background-position: left center;
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.container-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px 0;
}

/***** overwrite *****/

.node,
.block,
.l-r,
.l-rw,
.field {
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.container.pr-main__rw,
.container.pr-leaderboard__rw {
    max-width: 100%;
}

.page,
.regions {
    background-color: #ffffff;
}

/***** utilities *****/

.mb-80 {
    margin-bottom: 80px;
}

.u-color-primary {
    color: #189b9f;
}

.u-text-regular p,
.u-text-regular li {
    font-size: 1.7rem;
    line-height: 1.5;
    color: var(--gunmetal);
    margin-bottom: 24px;
}

.u-text-regular strong {
    color: var(--obsidian);
}

.u-text-regular a {
    font-weight: bold;
    color: var(--evergreen);
}

.u-text-regular ul {
    margin-left: 24px;
}

.u-text-regular ul li {
    margin-bottom: 16px;
    list-style-type: disc;
}

.u-text-regular ul li a,
.u-text-regular ol li a {
    text-decoration: underline;
}

.path-general .u-text-regular ul li {
    list-style: disc;
}

.c-download,
.c-download:visited {
    color: var(--obsidian);
    text-decoration: underline;
}

.c-download:hover {
    color: #189b9f;
    text-decoration: underline;
}

.c-download:after {
    content: "";
    position: relative;
    display: inline-flex;
    width: 16px;
    height: 16px;
    background: url(/themes/espana_veinte_cincueta/styles/css/images/icon-download.png) no-repeat;
    margin-left: 8px;
    top: 3px;
}

@media (max-width: 820px) {
    .mb-80 {
        margin-bottom: 20px;
    }
}

/***** BREADCRUMS *****/
.breadcrumb__list-item {
    display: inline-block;
}

.fa-loaded .breadcrumb__list-item:before {
    content: "/";
    color: #000;
}

.fa-loaded .breadcrumb__list-item:first-child:before {
    display: none;
}

#block-espana-veinte-cincueta-breadcrumbs .contextual .trigger {
    right: 40px;
}

/***** HEADER *****/

.c-header {
    background: var(--white);
    min-height: 123px;
    display: flex;
}

.c-header__logo img {
    max-width: 220px;
}

.c-header__logo a {
    display: inline-block;
}

.c-header .container,
.c-header .c-header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-header .menu-btn-respons-container {
    display: flex;
    position: relative;
    margin-left: 14px;
}

.c-header .menu-btn-respons-container button {
    background: transparent;
    box-shadow: none;
    border: none;
    opacity: 1;
    padding: 0;
}

.c-header .menu-btn-respons-container button img {
    display: flex;
    max-width: 20px;

}

.c-header .c-header__content {
    z-index: 1;
}


.c-header .c-header__menu--list,
.links {
    display: inline-flex;
    margin: 0 0 0 22px;
}

.c-header .c-header__menu--list .c-header__menu--list-item a {
    color: #052727;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 16px 0 0;
    padding-bottom: 4px;
    text-transform: uppercase;
}

.c-header .c-header__menu--list .c-header__menu--list-item.active a {
    color: #457c91;
    border-bottom: 1px solid #457c91;
}

.c-header .c-header__menu--list .c-header__menu--list-item a:hover {
    text-decoration: none;
    color: #457c91;
}

.c-header__tools--search {
    background: url("/sites/default/files/iconos/icon-search.svg") no-repeat;
    display: flex;
    align-items: center;
    margin-left: 24px;
    background-position-y: center;
    background-size: 15px;
}

.c-header__tools--search>a {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
}

.c-header__nav .c-header__nav-button,
.c-header__nav .c-header__nav-button:hover {
    border: none;
    background: transparent;
    box-shadow: none;
}

.c-header__nav .c-header__nav-button img {
    max-width: 17px;
}

.path-frontpage .c-header .c-header__menu--list .c-header__menu--list-item.active a {
    color: #052727;
}

/* language*/

.path-frontpage .container.pr-leaderboard__rw {
    background: #c3f5f6;
}

.pr-leaderboard__leaderboard {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
}

.language-switcher-language-url .trigger.focusable {
    left: 40px;
}

.language-switcher-language-url .contextual {
    right: -40px;
}


.language-switcher-language-url .block__inner {
    position: absolute;
    right: 6px;
    top: 80px;
}

.language-switcher-language-url .block__inner .links {
    box-shadow: 0 2px 10px 0 rgba(134, 192, 193, 0.46);
    align-items: center;
    display: flex;
    padding: 8px;
    background-color: var(--blanco);
    border: solid 1px var(--very-light-blue);
    flex-direction: column;
}

.language-switcher-language-url {
    display: flex;
    flex-direction: column;
    padding: 4px 8px 0px 8px;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
    z-index: 9;
    position: static;
}


.language-switcher-language-url a {
    text-transform: uppercase;
    color: #052727;
    font-size: 1.4rem;
}

.language-switcher-language-url a.is-active {
    font-weight: bold;
}

.language-switcher-language-url li {
    margin: 0 0 8px 0;
}

/* Mobile */

@media (max-width: 1200px) {
    .c-header__logo {
        max-width: 240px;
    }
}

@media (max-width: 820px) {
    .c-header {
        height: 85px;
        min-height: auto;
    }

    .c-header__nav {
        position: absolute;
        top: 32px;
        right: 68px;
    }

    .c-header__menu {
        display: none;
        visibility: hidden;
    }

    .c-header__menu--list {
        width: 100%;
    }

    .c-header .c-header__menu--list .c-header__menu--list-item a {
        padding-left: 50px;
    }

    .language-switcher-language-url .block__inner {
        position: absolute;
        right: 66px;
        top: 54px;
        z-index: 9;
    }

    .c-header__logo {
        padding-top: 12px;
    }

    .c-header__logo img {
        max-height: 60px;
    }

    .c-header .c-header__menu--list li a {
        font-size: 0.9rem;
    }

    .c-header .c-header__content {
        padding-right: 0;
    }

    .c-header .c-header__menu--list .c-header__menu--list-item {
        height: 86px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #457c91;
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    .c-header .c-header__menu--list .c-header__menu--list-item a {
        background: url(/themes/espana_veinte_cincueta/styles/css/images/icon-arrow-menu.svg) 95% center no-repeat;
        background-size: 10px;
        border-bottom: none;
        color: var(--evergreen);
        min-width: calc(100% + 32px);
        margin-left: -16px;
        height: 85px;
        display: flex;
        align-items: center;
        padding-left: 66px;
    }

    .c-header .c-header__menu--list .c-header__menu--list-item.active a,
    .c-header .c-header__menu--list .c-header__menu--list-item:hover a {
        background: #9aeff0 url(/themes/espana_veinte_cincueta/styles/css/images/icon-arrow-menu.svg) 95% center no-repeat;
        background-size: 10px;
        border-bottom: none;
        color: var(--evergreen);
    }
}


/***** Menú mobile *****/
@media (max-width: 820px) {
    .c-header__tools--search {
        display: none;
        visibility: hidden;
    }

    .c-menu-mobile {
        display: inline-block;
        background-color: var(--white);
        min-height: 100vh;
        width: 100%;
    }

    .rm-plugin-id--system-menu-block-main {
        height: 85px;
        background: var(--white);
    }

    .path-frontpage .rm-plugin-id--system-menu-block-main {
        background-color: #c3f5f6;
    }

    .rm-toggle {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }


    .rm-plugin-id--system-menu-block-main .rm-block__inner {
        display: flex;
        justify-content: flex-end;
    }

    .rm-plugin-id--system-menu-block-main .rm-toggle__label {
        display: none;
        visibility: hidden;
    }


    .rm-toggle__link,
    .rm-toggle__link:hover,
    .rm-toggle__link:focus,
    .rm-toggle__link:active,
    .path-dashboard .rm-toggle__link {
        background-color: transparent;
        position: absolute;
        top: 28px;
        right: 16px;
        z-index: 9;
        padding: 0;
    }

    .rm-toggle__icon {
        width: 18px;
        height: 18px;
        fill: var(--evergreen);
    }

    .c-header__logo--mobile img {
        max-width: 272px;
        padding: 16px;
    }

    .ms-slidedown.rm-is-open .rm-block__content {
        width: 100%;
        padding: 0;
    }

    .language-switcher-language-url {
        padding: 0;
    }

    .ms-slidedown.rm-is-open .rm-block__content {
        height: calc(100vh - 85px);
        z-index: 99;
        position: absolute;
        top: 85px;
    }

    .ms-slidedown.rm-is-open .c-header {
        height: calc(100vh - 85px);
        background-color: var(--white);
    }

    .c-header .c-header__menu--list {
        flex-direction: column;

    }

    .c-header .c-header__content,
    .c-header .container {
        display: inline-block;
        width: 100%;
    }

    .c-menu-mobile__nav--list-item {

        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        border-bottom: 1px solid #d8e4e8;
    }

    .c-menu-mobile__nav--list {
        padding: 0 16px;
    }

    .c-menu-mobile__nav--list-item.active {
        background-color: #9aeff0;
    }

    .c-menu-mobile__nav--list-item a {
        color: var(--evergreen);
        font-weight: bold;
        text-transform: uppercase;
        width: 100%;
        padding-left: 64px;
        letter-spacing: 0.25px;
        background-color: var(--white);
        height: 87px;
        display: flex;
        width: 100%;
        align-items: center;
        border-bottom: 1px solid #d8e4e8;
    }
}


/* Modificador home*/

.path-frontpage .c-header {
    background: #c3f5f6;
}

/* Mohamed 21 Abril - Espacio entre slides */
.c-slider .slick-track {
    display: flex;
    margin: auto;
}

.c-slider .slick-slide {
    margin: 0 10px;
    height: inherit;
}

.c-slider .slick-list {
    margin: 0 -10px;
}

/***** Breadcrumbs *****/

.breadcrumb {
    margin: 0;
    padding: 24px 16px 0 16px;
}

.breadcrumb a {
    color: #333;
}


.breadcrumb .fa-loaded .breadcrumb__list-item:before {
    content: "/";
    color: #333;
}

.breadcrumb .breadcrumb__link {
    font-size: 1.4rem;
    margin-right: 4px;
}

.breadcrumb a.breadcrumb__link {
    font-weight: bold;
    text-decoration: underline;
}

/***** HERO *****/
.c-hero {
    padding: 100px 0 0 0;
    min-height: 355px;
}

.path-general .l-content-prefix {
    min-height: 255px;
}

.c-hero--home {
    background: #c3f5f6 url("/themes/espana_veinte_cincueta/images/hero-home.png") no-repeat;
    background-position: bottom right;
    padding: 122px 0 0 0;
    background-size: 60%;
}


.c-hero__title {
    font-size: 4.8rem;
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 22px;
    letter-spacing: -2.28px;
    color: var(--obsidian);
}

.c-hero__container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.c-hero--home .c-hero__content {
    padding: 0 0 150px 0;
}
.c-hero__content {
    max-width: 460px;
    font-weight: 600;
}

.c-hero__content p {
    color: var(--obsidian);
    line-height: 1.63;
    max-width: 463px;
}

.c-hero__img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 300px;
}


@media (max-width: 1024px) {
    .c-hero--home {
        background-size: 70%;
    }

    .c-hero__content {
        padding: 0 0 250px 0;
        max-width: 541px;
    }
}

@media (max-width: 768px) {
    .c-hero--home {
        padding: 48px 0 0 0;
    }

    .c-hero__title {
        font-size: 3.0rem;
        line-height: 1.27;
        letter-spacing: -1.43px;
    }

    .c-hero__content {
        padding: 0 0 170px 0;
        max-width: 541px;
    }

    .path-dashboard .c-hero__content {
        padding: 0 0 222px 0;
    }
}



@media (max-width: 667px) {
        .c-hero--home {
        background-size: contain;
    }
}


/***** Nuestro Trabajo *****/

.path-our-work  .l-content-prefix {
    background: #c3f5f6 url("/themes/espana_veinte_cincueta/images/hero-nuestro-trabajo.png") no-repeat;
    background-position: bottom right;
    padding: 0;
    margin-bottom: 45px;
    background-size: 60%;
}

@media (min-width: 1024px) {
.path-our-work .c-hero__content{
   padding: 0; 
}
}

@media (max-width: 820px) {
.path-our-work .l-content-prefix {
        background-size: contain;
    }
}


.c-ourwork {
    background: #000;
    padding: 85px 0 90px 0;
}

.c-ourwork .c-ourwork__title {
    color: var(--blanco);
}

.c-ourwork__img {
    max-height: 228px;
    overflow: hidden;
}

.c-ourwork .c-ourwork__list li {
    display: flex;
    margin: 0 20px 0 0;
}

.c-ourwork .c-ourwork__list li:last-child {
    margin: 0;
}

.c-ourwork .box {
    background: var(--blanco);
    border-radius: 3px;
    min-height: 430px;
    margin-bottom: 40px;
}

.c-ourwork .box-content {
    padding: 25px 30px;
}

.c-ourwork .box-content h3 a {
    font-size: 22px;
    line-height: 1.18;
    margin: 0 0 10px 0;
    display: inline-block;
    letter-spacing: -1.05px;
    color: var(--obsidian);
}

.c-ourwork .box-content p {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: normal;
    color: var(--gunmetal);
}

.c-our-work h2 a {
    text-decoration: underline;
    color: var(--obsidian);
    font-size: 2.2rem;
    line-height: 1.18;
}

.c-our-work .box {
    margin-bottom: 48px;
}

.c-our-work .c-our-work__img {
    margin-bottom: 24px;
    border-radius: 4px;
    border: 1px solid #ccc;
}



@media (max-width: 768px) {
    .c-ourwork .box {
        min-height: 370px;
    }

    .c-ourwork__img {
        max-height: 192px;
    }
}

/* slider */

.c-slider1 {
    padding: 0 8px;
}

.c-slider1,
.c-slider1 .slick-list,
.c-slider1 .slick-track {
    min-width: 100%;
    user-select: inherit;
    margin: auto;
}


.c-slider1 .slick-track {
    display: flex;
    justify-content: space-between;
    margin: auto;
}

.c-slider1 .slick-slide {
    margin: 0;
    height: inherit;
    /*display: flex;*/
}

/* dots */

.c-slider1 .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-slider1 .slick-dots li button {
    border: 1px solid var(--white);
    border-radius: 50%;
    height: 12px;
    width: 12px;
}

.c-slider1 .slick-dots li button:focus-visible {
    outline: 2px solid #189b9f;
    box-shadow: 0px 0px 4px 4px var(--white);
}

.c-slider1 .slick-dots li.slick-active button {
    background-color: var(--white);
}

.c-slider1 .slick-dots li button:before,
.c-slider1 .slick-arrow {
    display: none !important;
    visibility: hidden;
}


@media (min-width: 960px) {

    .c-ourwork .c-ourwork__list li {
        margin: 0 10px;
        max-width: 300px;
        min-width: 300px;
    }

    .c-slider1,
    .c-slider1 .slick-list,
    .c-slider1 .slick-track {
        width: 960px !important;
        margin: auto;
    }

    .c-slider1 {
        padding: 0;
    }

    .c-slider .slick-dots {
        display: none;
        visibility: hidden;
    }

}

@media (max-width: 480px) {
    .c-ourwork {
        padding: 85px 0 40px 0;
    }

    .c-ourwork .c-ourwork__list li {
        /*margin: 0 8px;*/
    }

    .c-slider1 {
        padding: 0;
    }

    .c-ourwork .slick-dotted.slick-slider {
        margin: 0 0 30px 0;
    }

}

/***** Cards *****/
.c-cards .c-cards__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 46px;
}

.c-cards .c-cards__list li {
    display: -webkit-flex;
    display: flex;
}

.c-cards .c-cards__list .c-cards__box {
    border-radius: 3px;
    border: solid 1px #d6dada;
    background-color: var(--blanco);
    margin-bottom: 30px;
    width: 100%;
    min-height: 140px;
}

.c-cards .c-cards__list .c-cards__box:hover {
    box-shadow: 0 2px 10px 0 rgba(134, 192, 193, 0.46);
    border: solid 1px var(--very-light-blue);
    text-decoration: none;
}


.c-cards__box--txt {
    padding: 30px;
    display: inline-block;
}

.c-cards__box--txt h3 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.18;
    letter-spacing: -1.05px;
    color: #000;

}

.c-cards__box--txt h3 a {
    color: var(--evergreen);
}

.c-cards__box--txt p {
    font-size: 14px;
    line-height: 1.5;
    color: var(--gunmetal);
}

.c-cards__box--img {
    max-height: 229px;
    overflow: hidden;
    display: flex;
    align-items: start;
}


@media (max-width: 576px) {
    .c-cards .c-cards__list {
        margin-bottom: 32px;
    }
}


/***** Twitter *****/

.c-twitter {
    padding-top: 45px;
    padding-bottom: 85px;
}

.c-twitter h2 {
    color: var(--obsidian);
}

.c-twitter__subtitle {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.59;
    color: var(--obsidian);
    margin-bottom: 32px !important;
}

.c-twitter .twitter__siguenos {
    color: #189b9f;
    font-weight: bold;
    display: inline-flex;
    justify-content: end;
    align-items: center;
    min-width: 50%;
}

.c-twitter .twitter__siguenos img {
    margin-left: 12px;
}

.twitter__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.tweet_list {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: -12px;
    margin-left: -12px;
}

.c-twitter__content.container {
    padding: 0;
}

.tweet_list li {
    border: solid 1px #d6dada;
    border-radius: 3px;
    max-width: calc(33.3% - 24px);
    padding: 26px;
    display: flex;
    flex-direction: column;
    margin: 12px;
}


.tweet_list li a {
    word-break: break-word;
    color: #18837F;
}


.tweet-content {
    font-size: 1.4rem;
    color: var(--gunmetal);
}

.tweet-time {
    font-size: 1.3rem;
    color: var(--evergreen);
}

.c-twitter-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .c-twitter {
        padding-top: 36px;
        padding-bottom: 64px;
    }

    .c-twitter-desktop {
        display: none;
    }

    .c-twitter-mobile {
        display: inline-block;
    }


}


@media (max-width: 767px) {
    .twitter__row {
        flex-direction: column;
        margin-bottom: 0;
    }

    .c-twitter .twitter__siguenos {
        justify-content: start;
        margin-bottom: 32px;
    }

    .tweet_list li {
        max-width: calc(50% - 24px);
    }


}

@media (max-width: 576px) {
    .tweet_list{
        margin-right: 0;
        margin-left: 0;
    }
    .tweet_list li {
        max-width: 100%;
        margin:0 0 24px 0;
    }
}

/***** FOOTER *****/

.pr-footer {
    background-color: #000;
}

.c-footer {
    min-height: 229px;
    padding: 40px 16px;
    color: var(--blanco);
}


.c-footer *,
.c-footer *:hover,
.c-footer *:visited {
    color: var(--blanco);
}

.c-footer__top {
    display: flex;
    justify-content: space-between;
}

.c-footer__bottom {
    display: flex;
    justify-content: space-between;
}

.c-footer__bottom img {
    max-width: 330px;
}

.c-footer__content--nav-list,
.c-footer__content-rrss ul {
    display: inline-flex;
    margin-bottom: 40px;
}

.c-footer .c-footer__content--nav-list-item {
    margin-right: 32px;
    font-size: 1.4rem;
    text-decoration: underline;
}

.c-footer .c-footer__content--nav-list-item:last-child {
    margin-right: 0;
}


.c-footer .c-footer__content--nav-list-item a:hover {
    text-decoration: underline;
}

.c-footer__content-rrss {
    display: flex;
    justify-content: flex-end;
}

.c-footer__content-rrss img {
    max-width: 28px;
    width: 40px;
}

.c-footer__content-rrss ul li {
    margin-left: 24px;
}

.c-footer__hashtag--main {
    font-size: 3.2rem;
    font-weight: 800;
    display: block;
    text-align: right;
}

.c-footer__hashtag--subtitle {
    font-size: 1.4rem;
    font-weight: 600;
    display: block;
    text-align: right;
}

/* Footer Mobile */
@media (max-width: 820px) {
    .c-footer {
        padding: 40px 16px;
    }

    .c-footer .c-footer__container {
        flex-direction: column;
    }

    .c-footer__top,
    .c-footer__bottom {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .c-footer__content-rrss ul li {
        margin: 0 24px;
    }

    .c-footer__bottom img {
        margin-bottom: 40px;
    }

    .c-footer__hashtag--main,
    .c-footer__hashtag--subtitle {
        text-align: center;
    }

    .c-footer__content-rrss {
        justify-content: center;
    }
}

@media (max-width: 360px) {
    .c-footer__content--nav-list {
        flex-direction: column;
    }

    .c-footer .c-footer__content--nav-list-item {
        margin: 0 0 24px 0;
    }

    .c-footer__bottom img {
        max-width: calc(100% - 32px);
    }
}


/* Mohamed  */

.podcasts__iconos {
    max-width: 22px;
}

.views-field-field-enlace-ivox,
.views-field-field-enlace-itunes,
.views-field-field-enlace-spotify,
.views-field-field-enlace-google-podcasts,
.views-field-field-enlace-amazon-podcasts,
.views-field-field-enlace-apple-podcasts,
.views-field-field-enlace-youtobe-podcasts{
    display: inline-block;
}

.views-field-field-enlace-ivox a,
.views-field-field-enlace-itunes a,
.views-field-field-enlace-spotify a,
.views-field-field-enlace-google-podcasts a,
.views-field-field-enlace-amazon-podcasts a,
.views-field-field-enlace-apple-podcasts a,
.views-field-field-enlace-youtobe-podcasts a {
    margin-right: 12px;
}

.content_podcast {
    display: flex;
}


.content_podcast li{
    margin-right: 16px;
}

.content_podcast li a{
    display: inline-flex;
    height: 100%;
}


.podcasts__iconos {
    max-width: 33px;
}

.podcasts__fila {
    margin-top: 2rem;
}


.objetivos__desafios-lista {
    list-style: none;
    counter-reset: contador;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: space-around;
    align-items: flex-start;
}

.objetivos__desafios-lista li {
    counter-increment: contador;
    display: flex;
    width: 30%;
    font-size: 1.2rem;
    margin-bottom: 5rem;
}

.objetivos__desafios-lista li::before {
    content: "0"counter(contador);
    font-weight: bold;
    font-size: 3rem;
    margin-right: 0.5rem;
    line-height: 1;
}

.objetivos__numero-heading {
    font-weight: bold;
    font-size: 3rem;
}

.objetivos__numero-heading,
.objetivos__numero-description {
    text-align: center;
}

.objetivos__numero__background {
    background-color: #63aeb4;
    padding: 3rem 2rem;
}

.twitter__logo {
    max-width: 25px;
}

/* Mohamed 20 Abril */
.l-content-prefix {
    background-color: #c3f5f6;
    min-height: 355px;
    margin-bottom: 45px;
}

.pr-content-prefix__rw {
    background-color: unset;
}

.bp--at-core-simple-tablet-isolate .l-content-prefix {
    min-height: 222px;
}

.bp--at-core-simple-mobile .l-content-prefix {
    min-height: 240px;
}

#block-paginanuestrotrabajoheroen p {
    max-width: 517px;
}

/***** aside *****/

.c-aside {
    max-width: 280px;
    margin-top: 40px;
}

.c-aside__container {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
}

.c-aside__title {
    color: var(--gunmetal);
    font-weight: bold;
    line-height: 1.29;
    padding-top: 16px;
    font-size: 1.7rem;
}

.c-aside__list {
    padding-left: 24px;
}

.c-aside__list--item {
    margin-bottom: 16px;
}

.c-aside__list--item a {
    font-size: 1.4rem;
    max-width: 240px;
    text-decoration: underline;
    color: var(--evergreen);
    font-weight: 600;
    position: relative;
}

.c-aside__list--item a:before {
    content: "";
    background: url(/themes/espana_veinte_cincueta/styles/css/images/icon-arrow-double.png) no-repeat;
    background-size: 14px;
    background-position: left center;
    width: 14px;
    height: 14px;
    position: absolute;
    display: inline-block;
    margin-left: -24px;
    top: 4px;
}


.c-aside.navegacion_dialogo {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.c-aside.navegacion_dialogo .c-aside__container {
    position: absolute;
    top: 88px;
    right: 0;
}



/* aside mobile */
@media (max-width: 992px) {
    .c-aside {
        display: none;
        visibility: hidden;
    }
	.c-report__text{
		margin-top: 15px
	}
	.c-report__subtitle2{
		margin-button: 15px
	}
}

/* lista */

.c-list-order {
    list-style: none;
}

.c-list-order li {
    position: relative;
}

.c-list-order .u-color-primary {
    color: #189b9f;
    position: absolute;
    left: -24px;
    top: 0;
    font-weight: bold;
}


/*.c-list-order{
  counter-reset: step-counter;
  }
  
  .c-list-order li {
      display: flex;
  }
  
  .c-list-order li:before{
  counter-increment: step-counter;
      content: counter(step-counter);
      position: relative;
      padding-right: 12px;
      display: inline-flex;
      color: #189b9f;
      font-weight: bold;
  }*/



/***** Figures *****/

.c-figures {
    background: #9aeff0;
    margin: 0 0 90px 0;
}

.c-figures__list {
    min-height: 250px;
}

.c-figures__list--item {
    color: var(--obsidian);
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-top: 70px;
}

.c-figures__list--item-title {
    color: var(--obsidian);
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.25;
    max-width: 190px;
    display: block;
    margin: 0 auto;
}

.c-figures__list--item-data {
    color: var(--obsidian);
    font-size: 8.0rem;
    font-weight: 300;
    letter-spacing: -3px;
    line-height: 1;
    display: inline-block;
    min-height: 40%;
    text-align: center;
}


@media (max-width: 767px) {
    .c-figures {
        margin: 0 0 54px 0;
    }

    .c-figures__list--item:first-child {
        padding-top: 64px;
    }

    .c-figures__list--item {
        padding-top: 48px;
    }

    .c-figures__list--item:last-child {
        padding-bottom: 64px;
    }

    .c-figures__list--item-title {
        font-size: 2.2rem;
    }
}

/***** Reports *****/

.c-report {
    margin-bottom: 80px;
}

.c-report__list>li {
    font-weight: bold;
    margin-bottom: 16px;

}

.c-report__list>li:before {
    content: "";
    border-radius: 10px;
    height: 5px;
    width: 5px;
    /*display: inline-block;
    background: #0fbec0;
    margin-right: 12px;*/
    display: none;
    vertical-align: middle;
}

.u-text-regular .c-report__list li,
.u-text-regular .c-report__list ol li {
    list-style-type: none;
    color: var(--gunmetal);
}

.c-report__list li a {
    color: var(--gunmetal);
}

.c-report__list>li ol {
    margin: 16px 0;
}

.c-report__list>li ol li {
    font-weight: normal;
    margin-bottom: 12px;
}

.c-report__list>li ol li a {
    font-weight: normal;
    color: var(--gunmetal);
}


.c-report__img {
    padding: 32px;
    max-height: 320px;
}

.c-report__subtitle {
    margin: 8px 0 16px 0;
}

.c-report__buttons {
    display: flex;
    margin-bottom: 40px;
}

.c-report__buttons a {
    margin-right: 16px;
}


.c-report__link {
    display: block;
    color: #0fbec0;
    text-decoration: underline;
    margin-bottom: 8px;
    font-weight: 700;
}

.c-report__link:hover,
.c-report__link:visited {
    color: #0fbec0;
}

@media (max-width: 768px) {
    .col-12.col-lg-8>.c-report__subtitle:first-child {
        display: none;
    }


    .c-report__img {
        padding: 0 16px 36px 16px;
        margin: 0 auto;
        display: flex;
    }

    .c-report__subtitle {
        margin: 8px 0 16px 0;
        margin: 0 auto;
        display: flex;
    }

    .c-report__buttons {
        display: grid;
        justify-content: center;
        margin-bottom: 40px;
    }

    .c-report__buttons a {
        margin: 0 0 16px 0;
    }

    .c-report__list>li ol li {
        margin-bottom: 24px;
    }

    .c-report.u-text-regular ul {
        margin-left: 0;
    }
}


/***** slider *****/

.c-slider {
    background: #000;
    padding: 50px 122px;
    margin-bottom: 88px;
}

.slick-initialized .slick-slide{
    display: flex;
}

.c-slider .slick-dots {
    display: none;
    visibility: hidden;
}

.c-slider .slick-next:before,
.c-slider .slick-prev:before {
    font-size: 40px;
}

.c-slider .slick-next {
    right: 44px;
    box-shadow: none;
    z-index: 9;
    height: 40px;
    width: 40px;
}

.c-slider .slick-prev {
    left: 44px;
    box-shadow: none;
    z-index: 9;
    height: 40px;
    width: 40px;
}


.c-slider .slick-slide img {
    display: block;
    /*max-height: 196px;*/
    width: auto;
}

.c-slider .slick-list {
    margin: 0 auto;
}




@media (max-width: 768px) {
    .c-slider {
        padding: 24px;
    }

    .c-slider .slick-prev {
        left: 16px;
    }

    .c-slider .slick-next {
        right: 16px;
    }

}


/***** Preguntas Frecuentes *****/
.block-views-css-class--c-collapse {
    max-width: 960px;
    margin: 44px auto 80px auto;
    padding: 0 16px;
}

.block-views-css-class--c-collapse #filter-form {
    display: none;
    visibility: hidden;
}

.block-views-css-class--c-collapse .ui-state-default {
    border-top: 1px solid #515e5f33;
    border-radius: 0;
    background: var(--white) url(/themes/espana_veinte_cincueta/styles/css/images/icon-arrow-down.png) no-repeat;
    color: #000;
    min-height: 76px;
    display: flex;
    align-items: center;
    padding: 0 40px 0 0;
    background-size: 19px;
    background-position: 99% center;
    transition: all ease 0.2s;
    font-family: var(--font);
}

.block-views-css-class--c-collapse .ui-state-default.ui-state-active {
    background: var(--white) url(/themes/espana_veinte_cincueta/styles/css/images/icon-arrow-up.png) no-repeat;
    background-size: 19px;
    background-position: 99% center;
    transition: all ease 0.2s;
}

.block-views-css-class--c-collapse .views-field-body * {
    font-size: 1.7rem;
    line-height: 1.59;
    color: var(--gunmetal);
    font-family: var(--font);
}

.block-views-css-class--c-collapse .ui-state-default .field-content {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.1px;
    color: var(--evergreen);
    padding: 12px 0;
    display: block;
}

.block-views-css-class--c-collapse .ui-state-active .field-content,
.block-views-css-class--c-collapse .ui-state-active .field-content a {
    color: #0fbec0;
}

.block-views-css-class--c-collapse .ui-widget-content {
    border: none;
    padding: 0 0 32px 32px;
    max-width: 623px;
}


.block-views-css-class--c-collapse .ui-widget-content ul,
.block-views-css-class--c-collapse .ui-widget-content ul li {
    list-style-type: disc;
}

.block-views-css-class--c-collapse .ui-widget-content ul li {
    margin-bottom: 16px;
}

.block-views-css-class--c-collapse .ui-widget-content ul {
    padding-left: 3.25rem;
}


.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
    background: none;
    color: #000;
    border: none;
}

.ui-button:active,
.ui-button.ui-state-active:hover,
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    background: none;
    color: #000;
    border: none;
}


.ui-accordion-header-icon.ui-icon {
    display: none;
    visibility: hidden;
}



/***** Dashboard *****/

.periodos.nav-pills {
    display: flex;
    justify-content: center;
    border-radius: 10px;
    max-width: fit-content;
    margin: 0 auto 80px auto;
}

.periodos.nav-pills .nav-link.active {
    background: var(--white);
    color: #000;
    border-radius: 10px;
}

.periodos.nav-pills .nav-link {
    color: #b9b9b9;
    opacity: 1;
    font-size: 15px;
    font-weight: 600;
}

.periodos.nav-pills .nav-item .nav-link {
    border: 1px solid #b9b9b9;
}


/***** opción 1 *****/
.periodos.nav-pills .nav-item:nth-child(1) .nav-link {
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

/***** opción 2 *****/
.periodos.nav-pills .nav-item:nth-child(2) .nav-link {
    border-radius: 0;
}

/***** opción 3 *****/
.periodos.nav-pills .nav-item:nth-child(3) .nav-link {
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* activas */

.periodos.nav-pills .nav-item:nth-child(1) .nav-link.active,
.periodos.nav-pills .nav-item:nth-child(2) .nav-link.active,
.periodos.nav-pills .nav-item:nth-child(3) .nav-link.active,
.periodos.nav-pills .nav-item .nav-link:hover {
    color: #000;
    border-color: #000;
}

/***** Legend *****/

.c-legend {
    /*display: flex;
      max-width: 768px;
      justify-content: center;
      margin: 50px auto;*/
    display: none;
    visibility: hidden;
}

.c-legend .c-legend__list {
    display: flex;
    flex-wrap: wrap;
}

.c-legend .c-legend__item {
    width: 50%;
    margin-bottom: 16px;
}

.c-legend .c-legend__item-label {
    font-weight: 700;
    min-width: 198px;
    display: inline-block;
    padding-right: 16px;
    margin-right: 8px;
}

.c-legend__item-literal {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    margin-right: 16px;
}

.c-legend__item-tag {
    align-items: center;
    color: var(--white);
    display: inline-flex;
    font-size: 14px;
    justify-content: start;
    line-height: 14px;
    min-height: 32px;
    min-width: 142px;
    padding: 0 12px;
    position: relative;
}

.c-legend__item-tag:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0px;
    border-bottom: solid 16px transparent;
    border-top: solid 16px transparent;
    position: absolute;
    right: -16px;
    top: 0;
}

.c-legend__item-tag--gran-avance,
.c-legend__item-tag.gran-avance,
.c-legend__item-tag--big-advancement {
    background: #488f31;
}

.c-legend__item-tag--gran-avance:after,
.c-legend__item-tag.gran-avance:after,
.c-legend__item-tag--big-advancement:after {
    border-left: solid 16px #488f31;
}


.c-legend__item-tag--avance,
.c-legend__item-tag.avance,
.c-legend__item-tag--advancement {
    background: #a8c162;
}

.c-legend__item-tag--avance:after,
.c-legend__item-tag.avance:after,
.c-legend__item-tag--advancement:after {
    border-left: solid 16px #a8c162;
}

.c-legend__item-tag--sin-cambios,
.c-legend__item-tag--no-changes,
.c-legend__item-tag.sin-cambios,
.c-legend__item-tag.no-changes{
    background: #fff4a0;
    color: #000;
}

.c-legend__item-tag.sin-cambios:after,
.c-legend__item-tag.no-changes:after  {
    display: none;
}

.c-legend__item-tag.datos-insuficientes,
.c-legend__item-tag.insufficient-data {
    background-color: #8f8b8b;
}

.c-legend__item-tag--gran-retroceso,
.c-legend__item-tag--big-throwback,
.c-legend__item-tag.gran-retroceso {
    background: #de425b;
}

.c-legend__item-tag--gran-retroceso:after,
.c-legend__item-tag--big-throwback:after,
.c-legend__item-tag.gran-retroceso:after {
    border-right: solid 16px #de425b;
    left: -16px;
}

.c-legend__item-tag--retroceso,
.c-legend__item-tag--throwback,
.c-legend__item-tag.retroceso {
    background: #f9a160;
}

.c-legend__item-tag--retroceso:after,
.c-legend__item-tag--throwback:after,
.c-legend__item-tag.retroceso:after {
    border-right: solid 16px #f9a160;
    left: -16px;
}

/** english **/

.c-legend__item-tag--big-advancement,
.c-legend__item-tag.big-advancement,
.c-legend__item-tag--big-advancement {
    background: #488f31;
}

.c-legend__item-tag--big-advancement:after,
.c-legend__item-tag.big-advancement:after,
.c-legend__item-tag--big-advancement:after {
    border-left: solid 16px #488f31;
}

.c-legend__item-tag--advancement,
.c-legend__item-tag.advancement,
.c-legend__item-tag--advancement {
    background: #a8c162;
}

.c-legend__item-tag--advancement:after,
.c-legend__item-tag.advancement:after,
.c-legend__item-tag--advancement:after {
    border-left: solid 16px #a8c162;
}

.c-legend__item-tag--stagnation,
.c-legend__item-tag.stagnation,
.c-legend__item-tag--stagnation {
    background: #fff4a0;
    color: #000;
}

.c-legend__item-tag--stagnationo:after,
.c-legend__item-tag--stagnation:after,
.c-legend__item-tag.stagnation:after {
    display: none;
}

.c-legend__item-tag--big-throwback,
.c-legend__item-tag--big-throwback,
.c-legend__item-tag.big-throwback {
    background: #de425b;
}

.c-legend__item-tag--big-throwback:after,
.c-legend__item-tag--big-throwback:after,
.c-legend__item-tag.big-throwback:after {
    border-right: solid 16px #de425b;
    left: -16px;
}


.c-legend__item-tag--throwback,
.c-legend__item-tag--throwback,
.c-legend__item-tag.throwback {
    background: #f9a160;
}


.c-legend__item-tag--throwback:after,
.c-legend__item-tag--throwback:after,
.c-legend__item-tag.throwback:after {
    border-right: solid 16px #f9a160;
    left: -16px;
}


.campos_grafica_filed {
    max-width: 960px;
    margin: 0 auto;
    font-weight: bold;
    padding: 0 16px;
}

.campos_grafica_filed .c-legend__item-tag.retroceso,
.campos_grafica_filed .c-legend__item-tag.gran-retroceso,
.campos_grafica_filed .c-legend__item-tag.throwback,
.campos_grafica_filed .c-legend__item-tag.big-throwback {
    margin-left: 24px;
}

/* fix tag margin */
.c-legend__item-tag.retroceso,
.c-legend__item-tag.throwback,
.c-legend__item-tag.gran-retroceso,
.c-legend__item-tag.big-throwback {
    margin-left: 15px;
}




@media (max-width: 768px) {

    .periodos.nav-pills {
        flex-wrap: nowrap;
    }

    .periodos.nav-pills .nav-item .nav-link {
        white-space: inherit;
    }


}

@media (max-width: 576px) {

    .c-ambitos-contenido__title {
        margin: 0 auto 36px auto;
        text-align: center;
    }


    .c-legend .c-legend__item-label {
        max-width: 45%;
        min-width: auto;
    }

    .c-legend .c-legend__item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


}


/***** Ámbitos *****/

.c-ambitos {
    text-align: center;
    margin: 24px auto 56px auto;
}

.c-ambitos__title {
    font-size: 18px;
    font-weight: normal;
}

.c-ambitos__list {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.c-ambitos__list.nav-pills .nav-link {
    background: var(--white);
    color: #b9b9b9;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    font-weight: 600;
    opacity: 1;
}

.c-ambitos__list.nav-pills .nav-link.active,
.c-ambitos__list.nav-pills .nav-link:hover {
    color: #000;
    border: 1px solid #000;
}

.c-ambitos-contenido__title {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 36px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.c-ambitos__header {
    min-height: 90px;
}

.c-ambitos-contenido__subtitle {
    margin-bottom: 4px;
}

.c-ambitos-contenido__subtitle a {
    font-size: 1.7rem;
    font-weight: bold;
    color: var(--obsidian);
}

.c-ambitos-contenido__container {
    display: flex;
    justify-content: start;
    margin: 0 0 24px 0;
    align-items: center;
}

.c-ambitos-contenido__tab {
    margin-bottom: 60px;
    position: relative;
}

.c-ambitos-contenido__help {
    font-size: 1.2rem;
    color: #999;
    display: inline-block;
}

.c-ambitos-contenido.tab-content>.active {
    margin-bottom: 40px;
}

.periodos-contenido.tab-content .tab-pane>.container {
    padding: 0;
}




/* select mobile */
.c-ambitos__list--mobile {
    display: none;
}

@media (max-width: 820px) {
    .c-ambitos__list {
        flex-wrap: nowrap;
    }
}

@media (max-width: 768px) {
    .c-ambitos__list {
        display: none;
        visibility: hidden;
    }


    .c-ambitos__list--mobile {
        display: inline-block;
        height: 40px;
        border-radius: 4px;
        max-width: 80%;
        padding: 0 16px;
        font-size: 1.5rem;
    }

    .c-ambitos__list--mobile option {
        font-size: 1.5rem;
    }

}


@media (min-width: 768px) {
    .c-ambitos-contenido__tab {
        padding-right: 48px;
    }
}

.footer-block.attribution-block {
    display: none;
    visibility: hidden;
}

/* detalle dashboard*/

.node--type-grafica-ambito {
    max-width: 960px;
    padding: 0 16px;
    margin: 0 auto 80px auto;
}

.field-entity-reference-type-taxonomy .field__item,
.field-entity-reference-type-taxonomy-term .field__item {
    margin: 0;
}

.field-entity-reference-type-taxonomy,
.field-entity-reference-type-taxonomy-term {
    display: inline-flex;
    font-weight: bold;
}

.field-entity-reference-type-taxonomy:after,
.field-entity-reference-type-taxonomy-term:after {
    content: "|";
    position: relative;
    display: inline-block;
    margin-left: 4px;
}

.field-name-field-ayuda {
    font-size: 12px;
    color: #999;
    margin: 16px 0 0 0;
}

.page-node-type--grafica-ambito .field-type-text-with-summary,
.page-node-type--grafica-ambito .field-name-field-descripcion {
    margin-top: 24px;
}

.page-node-type--grafica-ambito .field-name-field-descripcion .field__label {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 16px;
    color: #363636;
    ;
}

.page-node-type--grafica-ambito .field-name-field-descripcion .field__item {
    font-size: 1.4rem;
    color: #999;
}

.node--type-grafica-ambito .field-name-field-descripcion .field__item {
    margin: 0;
}



/***** Otros trabajos *****/

.c-otherwork {
    margin-bottom: 105px;
}

.c-otherwork p {
    line-height: 1.5;
    color: var(--gunmetal);
    max-width: 90%;
}



/***** Backtop ****/

#backtotop {
    border: 2px solid var(--white);
    border-radius: 50%;
}


/***** España 2050 *****/

.c-block-main {
    padding-right: 60px;
    margin: 40px 0 0 0;
}

.c-block-main h3 {
    margin-top: 48px;
    color: var(--obsidian);
}

.c-block-main .u-text-regular a {
    font-weight: 600;
    color: var(--evergreen);
}

.c-block-main article {
    margin-bottom: 64px;
}

.c-page-general {
    margin-bottom: 112px;
}

.c-page-general h2 {
    margin-top: 40px;
}

@media (max-width: 768px) {
    .c-block-main {
        margin: 20px 0 0 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .path-nuestro-trabajo-espana-2050 article.u-text-regular,
    .path-en-our-work-spain-2050 article.u-text-regular {
        margin-bottom: 48px;
    }

    


}

.c-menu-mobile {
    display: none;
}




/* Hablamos de futuro */

/*hero*/



.block-views-css-class--c-card-link {
    margin: 88px auto 52px auto;
    max-width: 960px;
    padding: 0 16px;
}

.block-views-css-class--c-card-link h2 {
    margin-bottom: 48px;
}

.c-card-list__wrapper {
    display: flex;
}

.c-card-list {
    background-color: var(--blanco);
    border-radius: 3px;
    border: solid 1px #d6dada;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.c-card-list:hover {
    box-shadow: 0 2px 10px 0 rgba(134, 192, 193, 0.46);
    border: solid 1px var(--very-light-blue);
    background-color: var(--blanco);
}

.c-card-list__image {
    max-height: 150px;
    overflow: hidden;
}

.c-card-list h3 {
    text-align: center;
    padding: 40px 16px 44px 16px;
}

.c-card-list h3 a {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.18;
    letter-spacing: -1.05px;
    text-align: center;
    color: var(--evergreen);
}



@media (max-width: 820px) {
    .c-card-list {
        width: 100%;
        margin-bottom: 24px;
    }

    .c-card-list__image,
    .c-cards__box--img img {
        display: none;
    }

    .c-cards__box p {
        margin-bottom: 0;
    }

    .c-card-list h3 {
        text-align: center;
        padding: 32px 16px;
    }

    .c-card-list h3 a {
        font-size: 1.8rem;

    }

    .block-views-css-class--c-card-link{
        margin: 60px auto 52px auto;
    }

}


/* video */

.c-video,
.c-collaborators {
    margin-bottom: 100px;
}

.c-video iframe {
    max-width: 783px;
}

.field-node-field-video-principal,
.field-node--field-video-principal {
    max-width: 960px;
    margin: 0 auto;
}

/* vídeo en detalle */

.field-media--field-media-oembed-video,
.field-node--field-video-principal .field__items {
    margin: 80px auto 100px auto;
    display: flex;
    padding-left: 16px;
}

.field-media--field-media-oembed-video iframe,
.field-node--field-video-principal .field__items iframe {
    max-width: 783px;
    width: calc(100vw - 32px);
    height: 472px;
    min-width: 100%;
}


@media (max-width: 820px) {
    .c-video iframe {
        max-width: 600px;
    }

}


/***** Detalle diálogos *****/

.page-node-type--babel-hablamos-futuro h1 {
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: -1.52px;
    color: var(--evergreen);
    padding-left: 16px;
    margin: 40px 0 0 0;
}


.page-node-type--babel-hablamos-futuro .field-name-field-lugar {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
}

.page-node-type--babel-hablamos-futuro .field-name-field-lugar .field__item {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: -1.14px;
    color: var(--evergreen);
}

.page-node-type--babel-hablamos-futuro .l-content-prefix {
    background-color: var(--white);
    min-height: auto;
    margin-bottom: 0;
}

.c-detail-info {
    max-width: 567px;
    margin-bottom: 72px;
}

@media (max-width: 820px) {

    .field-media--field-media-oembed-video iframe {
        padding: 0 16px;
        width: 100vw;
        min-height: 196px;
        height: auto;
    }

}

/***** Sitemap *****/

.c-sitemap {
    margin-bottom: 200px;
}

.c-sitemap li {
    padding: 0 0 0 15px;
}

.c-sitemap li ul li {
    padding: 0 0 0 40px;
}

.c-sitemap a {
    margin-bottom: 24px;
    display: inline-block;
    position: relative;
    color: var(--gunmetal);
}

.c-sitemap a:before {
    content: "";
    border-radius: 50%;
    height: 4px;
    width: 4px;
    background-color: var(--gunmetal);
    display: inline-block;
    position: absolute;
    left: -12px;
    top: 12px;
}

.c-sitemap>li {
    margin-bottom: 24px
}

.c-sitemap>li>a {
    font-size: 1.8rem;
    font-weight: bold;
}

/***** Login *****/

.path-user-login .title-page {
    margin: 80px auto 0 auto;
}

.user-login-form,
.path-user .user--profile {
    margin: 0 auto;
    max-width: 988px;
    padding: 0 16px 150px 16px;
}

.user-login-form .form-text {
    border: 1px solid #ccc;
}

.user-login-form .form-text {
    max-width: 250px;
    margin: 8px 0;
    height: 40px;
    padding: 0 16px;
    border-radius: 25px;
}

input:-internal-autofill-selected {
    background-color: var(--white) !important;
}

.description {
    color: #363636;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.user-login-form .form-submit {
    align-items: center;
    background-color: #9aeff0;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 rgb(134 192 193 / 22%);
    color: #000;
    display: flex;
    font-size: 1.5rem;
    font-weight: bold;
    height: 38px;
    justify-content: center;
    min-width: 145px;
    padding: 0 36px;
    border: none;
}

.user-login-form .form-submit:hover {
    background-color: #0fbec0;
}

/***** not found *****/

.c-page-notfound {
    margin-bottom: 20vh;
}

.path-admin .block-main-content {
    max-width: 960px;
    padding: 0 16px;
    margin: 0 auto;
    font-weight: bold;
    margin-bottom: 24vh;
}

/***** participantes *****/

.c-member {
    margin-bottom: 80px;
}

.c-member__title {
    margin-bottom: 40px;
}

.c-member__list {
    max-width: 783px;
}

.c-member__list--card {
    position: relative;
    margin-bottom: 50px;
    -webkit-transition: all 0.4s 0s linear;
    -moz-transition: all 0.4s 0s linear;
    -o-transition: all 0.4s 0s linear;
    transition: all 0.4s 0s linear;
}

.c-member__list--card img {
    min-width: 100%;
    min-height: 245px;
    width: auto;
    object-fit: cover;
    filter: saturate(0);
}



.c-member__list--name,
.c-member__list--charge {
    line-height: 1.5;
    text-align: center;
    color: var(--evergreen);
}

.c-member__list--name {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -1.05px;
    text-align: center;
    margin-bottom: 8px;
    padding: 0 16px;
}

.c-member__list--charge {
    font-size: 17px;
    padding: 0 16px;
}


.c-box-card__img-container {
    max-width: 245px;
    max-height: 245px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

@media (max-width: 820px) {
    .c-member__list {
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .c-member__list--container {
        position: absolute;
        top: 0;
        height: 1px;
        color: transparent;
        z-index: -1;

    }

    .c-member__list--card:hover .c-member__list--container {
        align-items: center;
        background-color: #9aeff0eb;
        color: var(--evergreen);
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: center;
        left: 50%;
        min-height: 100%;
        position: absolute;
        text-align: center;
        top: 0;
        transform: translateX(-50%);
        width: calc(100% - 0px);
        -webkit-transition: all 0.4s 0s linear;
        -moz-transition: all 0.4s 0s linear;
        -o-transition: all 0.4s 0s linear;
        transition: all 0.4s 0s linear;
        z-index: 1;
        max-width: 245px;
    }

}

@media (max-width: 768px) {
    .c-member__list--container {
        background-color: #ebfcfc;
        padding: 16px 8px;
        display: flex;
        min-height: 158px;
        flex-direction: column;
    }

    .c-member__list--card img {
        min-width: 100%;
    }

    .c-member__list--name,
    .c-member__list--charge {
        display: block;
        padding: 0;
    }

    .c-member__list--name {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        letter-spacing: -0.76px;
    }

    .c-member__list--card {
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 22px;
    }

    .c-box-card__img-container {
        max-width: 100%;
    }

    .c-member__list--charge {
        font-size: 1.4rem;
        line-height: 1.33;
    }

}

@media (max-width: 576px) {
    .c-box-card__img-container {
        max-height: 185px;
    }
}





/* tabla agenda */

.c-agenda {
    margin: 48px 102px 88px;
    border-radius: 3px;
    border: solid 1px #d6dada;
    width: 100%;
}

.c-agenda th {
    font-weight: bold;
    font-size: 17px;
    padding: 34px 32px 0 32px;
    border-right: solid 1px #d6dada;
}

.c-agenda th:first-child {
    width: 15% !important;
    text-align: center;
    background-color: #ebfcfc;
}

.c-agenda th:nth-child(2) {
    width: 35% !important;
    text-align: left;
    background-color: #fff;
}

.c-agenda th:nth-child(3) {
    width: 50% !important;
    text-align: left;
    background-color: #ebfcfc;
}

.c-agenda thead,
.c-agenda thead tr,
.c-agenda thead tr th {
    border-bottom: none;
}

.c-agenda tbody {
    border-top: none;
}

.c-agenda td {
    border-bottom: solid 1px #d6dada;
    border-left: solid 1px #d6dada;
    vertical-align: top;
    padding: 32px;
}

.c-agenda td:first-child {
    text-align: center;
    background-color: #ebfcfc;
}

.c-agenda td:nth-child(2) {
    background-color: var(--white);
}

.c-agenda td:last-child {
    background-color: #ebfcfc;
}

.c-agenda-sesiontitle {
    display: block;
    width: 100%;
}


.c-agenda .link-video,
.c-agenda a[href*="you"] {
    position: relative;
    padding-left: 30px;
    display: block;
    margin-top: 4px;
}


.c-agenda .link-video:before,
.c-agenda a[href*="you"]:before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(/themes/espana_veinte_cincueta/styles/css/images/icon-video.png) no-repeat;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
}



@media (max-width: 1200px) {
    .c-agenda {
        margin: 48px 0;
    }
}


@media (max-width: 820px) {
    .c-agenda thead {
        display: none;
    }

    .c-agenda td {
        display: block;
    }

    .c-agenda td:last-child {
        background-color: transparent;
    }


    .c-agenda td:first-child {
        font-weight: bold;
        font-size: 1.8rem;
        text-align: left;
        border-top: solid 1px #d6dada;
    }


    .c-agenda td,
    .c-agenda tr {
        border: none;
        border-bottom: 1px solid #d6dada;
    }

}


/***** menú mobile *****/


button.c-header__hamburger,
button.c-header__hamburger:hover {
    width: auto;
    height: 32px;
    position: absolute;
    top: 32px;
    right: 28px;
    background: transparent;
    appearance: none;
    border: none;
    color: #313131;
    box-shadow: none;
    font-size: 22px;
    z-index: 2;
}

button.c-header__hamburger[aria-expanded="false"] {
    background: url("/sites/default/files/iconos/icon-menu-hamburguesa.svg") no-repeat;
    width: 20px;
}

button.c-header__hamburger[aria-expanded="true"] {
    background: url("/sites/default/files/iconos/icon-close.svg") no-repeat;
    width: 20px;
    height: 20px;
    position: fixed;
}

#menu.is-active {
    display: block;
    position: fixed;
    background: white;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    padding-top: 80px;
    overflow: hidden;
    z-index: 1;
}

#menu {
    display: none;
}

.c-header__hamburger {
    display: block;
}


@media (min-width: 821px) {

    .c-header__hamburger,
    #menu {
        display: none;
    }



}


/***** podcast *****/


.path-nuestro-trabajo-podcast .l-content-prefix,
.path-en-our-work-podcast .l-content-prefix {
    background: #c3f5f6 url(/themes/espana_veinte_cincueta/images/hero-ondas.png) right no-repeat;
    background-size: contain;
    background-position: 30% bottom;
}


@media (max-width: 1400px) {

    .path-nuestro-trabajo-podcast .l-content-prefix,
    .path-en-our-work-podcast .l-content-prefix {
        background: #c3f5f6 url(/themes/espana_veinte_cincueta/images/hero-ondas.png) right no-repeat;
        background-size: contain;
        background-position: bottom right;
    }
}


@media (max-width: 1280px) {

    .path-nuestro-trabajo-podcast .l-content-prefix,
    .path-en-our-work-podcast .l-content-prefix {
        background-size: cover;
        background-position: center;
    }

    .path-nuestro-trabajo-podcast .c-hero__content,
    .path-en-our-work-podcast .c-hero__content {
        padding: 0 0 80px 0;
    }


}

@media (max-width: 539px) {

    .path-nuestro-trabajo-podcast .l-content-prefix,
    .path-en-our-work-podcast .l-content-prefix {
        background: #c3f5f6 url(/themes/espana_veinte_cincueta/images/hero-ondas-mobile.png) right no-repeat;
        background-size: contain;
        background-position: bottom center;
        min-height: 476px;
    }

    .path-nuestro-trabajo-podcast .c-hero__content,
    .path-en-our-work-podcast .c-hero__content {
        padding: 0 0 300px 0;
    }

}

.view-babel-podcast {
    max-width: 960px;
    padding: 0 16px;
    margin: 0 auto;
}

.view-babel-podcast .c-podcasts__item {
    padding-left: 320px;
    position: relative;
    min-height: 224px;
    border-bottom: solid 1px #d6dada;
    margin: 32px 0;
}

.views-field-field-imagen-podcast {
    position: absolute;
    left: 0;
    top: 0;
}

.view-babel-podcast .views-field-title {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--obsidian);
    margin-bottom: 16px;
}

.view-babel-podcast .views-field-body {
    font-size: 1.4rem;
    line-height: 1.5;
    color: var(--gunmetal);
    min-height: 84px;
}

.view-babel-podcast .views-field-nothing {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--gunmetal);
    margin-bottom: 12px;
}

.views-field-field-imagen-podcast .field-content {
    max-height: 200px;
    overflow: hidden;
    max-width: 300px;
}

.views-field-field-imagen-podcast .field-content img {
    min-width: 100%;
}

.views-field-field-texto-podcast * {
    display: flex;
}

/* main podcast */

.main-podcast .c-podcasts__item {
    background: url("/themes/espana_veinte_cincueta/images/podcast-main.png") no-repeat;
    margin-bottom: 80px;
    height: 390px;
    padding: 40px 80px;
    display: flex;
    justify-content: end;
    align-items: start;
    flex-direction: column;
    background-size: cover;
}

.main-podcast .c-podcasts__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 4%, rgba(35, 35, 33, 0) 44%, var(--obsidian) 94%);
}

.main-podcast .views-field-nothing, 
.main-podcast .views-field-nothing-1 span, 
.main-podcast .escuchalo {
    color: var(--white);
    z-index: 1;
    margin-bottom: 18px;
    font-size: 17px;
    font-weight: 600;
    position: relative;
}

.main-podcast .c-podcasts__item .views-field-title {
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -1.52px;
    color: var(--blanco);
    margin-bottom: 18px;
    z-index: 1;
}

.main-podcast .podcasts__iconos {
    filter: invert(1);
}


.node--type-babel-podcast,
.node--type-babel-instituciones,
.node--type-babel-autores,
.node--type-citas-dialogos-sobre-el-futuro,
.node--type-babel-citas,
.node--type-babel-grafica-periodo,
.node--type-babel-participantes,
.node--type-preguntas-frecuentes-dashboard,
.node--type-babel-preguntas-dialogos,
.node--type-babel-preguntas-2050,
.node--type-babel-preguntas-futuro,
.node--type-preguntas-frecuentes-la-oficina {
    max-width: 960px;
    margin: 40px auto;
    padding: 0 16px;
}

.field-label-above .field__label,
.field-label-inline .field__label {
    font-size: 1.6rem;
    margin: 24px 0 8px 0;
}

.node--type-babel-grafica-periodo .field-label-above .field__label {
    margin: 3px 14px 3px 0;
}

.node--type-babel-grafica-periodo .field-entity-reference-type-taxonomy-term {
    display: block;
}

.node--type-babel-grafica-periodo .field-entity-reference-type-taxonomy-term:after {
    display: none;
}


@media (max-width: 768px) {
    .view-babel-podcast .c-podcasts__item {
        padding: 0 0 24px 0;
    }

    .views-field-field-imagen-podcast {
        position: relative;
        margin-bottom: 18px;
    }


    .main-podcast .c-podcasts__item {
        padding: 32px;
    }

    .views-field-field-imagen-podcast .field-content {
        max-width: inherit;
    }

    .view-babel-podcast .views-field-body {
        min-height: auto;
    }

}

/* búsqueda */

.c-form-search {
    padding: 0 16px;
    margin-bottom: 32px;
}

.c-form-search .c-form-search__input {
    width: calc(100% - 64px);
    height: 40px;
    margin: 0 12px 0 0;
    padding: 6px 24px;
    border-radius: 25px;
    border: solid 1px #d6dada;
    background-color: var(--blanco);
    font-size: 1.7rem;
}

.c-form-search .c-form-search__button,
.c-form-search .c-form-search__button:focus,
.c-form-search .c-form-search__button:hover {
    background: #9aeff0 url(/sites/default/files/iconos/icon-search.svg) center center no-repeat !important;
    border-radius: 20px;
    border: none;
    box-shadow: 0 2px 10px 0 rgb(134 192 193 / 22%);
    height: 40px;
    vertical-align: middle;
    width: 40px;
    cursor: pointer
}

.c-search__resume {
    max-width: 960px;
    padding: 0 16px;
    margin: 0 auto;
}

.c-search__pretitle {
    font-weight: bold;
}


/***** citas *****/

.block-views-css-class--c-quote {
    background-color: #ebfcfc;
    padding: 80px 56px;
    position: relative;
    margin: 40px 0 84px 0;
}

.block-views-css-class--c-quote .block__inner {
    max-width: 960px;
    padding-left: 16px;
    margin: 0 auto;
    position: relative;
}

.block-views-css-class--c-quote .views_slideshow_slide {
    display: flex;
}

.block-views-css-class--c-quote .views_slideshow_slide .views-row {
    float: left;
    display: inline-block;
    max-width: 45%;
    padding-left: 6%;
}

.block-views-css-class--c-quote.mobile .views_slideshow_slide .views-row {
    max-width: 100%;
}

.block-views-css-class--c-quote .views_slideshow_controls_text_previous {
    background: url(/themes/espana_veinte_cincueta/styles/css/images/icon-arrow-left.png) no-repeat;
    position: absolute;
    top: 45%;
    left: 0;
    height: 40px;
    z-index: 9;
    width: 24px;
}

.block-views-css-class--c-quote .views_slideshow_controls_text_pause {
    display: none;
    visibility: hidden;
}

.block-views-css-class--c-quote .views_slideshow_controls_text_next {
    background: url(/themes/espana_veinte_cincueta/styles/css/images/icon-arrow-right.png) no-repeat;
    position: absolute;
    top: 45%;
    right: 0;
    height: 40px;
    z-index: 9;
    width: 24px;
}

.block-views-css-class--c-quote .views_slideshow_controls_text_next a,
.block-views-css-class--c-quote .views_slideshow_controls_text_previous a {
    width: 24px;
    height: 40px;
    display: inline-block;
}



.block-views-css-class--c-quote .views_slideshow_controls_text_next:hover,
.block-views-css-class--c-quote .views_slideshow_controls_text_previous:hover {
    text-decoration: none;
}

.block-views-css-class--c-quote .views-field-body {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.6px;
    color: var(--gunmetal);
}

.block-views-css-class--c-quote .views-field-title,
.block-views-css-class--c-quote .views-field-title .field-content {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.29px;
    color: var(--obsidian);
    text-transform: uppercase;
}

.block-views-css-class--c-quote .views-field-field-taller {
    font-size: 1.4rem;
    font-weight: 500;
    color: var(--gunmetal);
}

.block-views-css-class--c-quote.block-views-css-class--mobile {
    display: none;
}

/* quote */
@media (max-width: 768px) {

    blockquote {
        padding: 1rem 0;
        margin-left: 0;
        font-size: 1.7rem;
        line-height: 1.5;
    }



    .block-views-css-class--c-quote {
        display: none;
    }

    .block-views-css-class--c-quote.block-views-css-class--mobile {
        display: inline-block;
        width: 100%;
    }

    .views_slideshow_cycle_teaser_section {
        width: 100% !important;
    }

    .block-views-css-class--c-quote .block__inner {
        padding-left: 0;
    }

    .block-views-css-class--c-quote .views_slideshow_controls_text_previous {
        left: -40px;
    }

   

    .block-views-css-class--c-quote .views_slideshow_controls_text_next {
        right: -40px;
    }




    .block-views-css-class--c-quote {
        padding: 54px 54px 24px 54px;
        margin: 40px 0;
    }

    .block-views-css-class--c-quote .views_slideshow_slide {
        flex-direction: column;
    }

    .block-views-css-class--c-quote .views_slideshow_slide .views-row {
        max-width: 100%;
        padding-left: 0;
    }

}

/***** Search page *****/

.path-search .search-form,
.path-search .item-list--search-results,
.search-block-form,
.path-search-node h2,
.path-en-search-node h2 {
    box-shadow: none;
    max-width: 960px;
    padding: 0 16px;
    margin: 32px auto;
}

.search-block-form {
    margin: 24px auto 80px auto;
    min-height: 300px;
}

.path-search .search-form label {
    font-size: 1.7rem;
    line-height: 1.5;
    color: var(--gunmetal);
    margin-bottom: 24px;
    font-weight: normal;
}

.path-search .search-form .form-search,
.search-block-form .form-search,
.path-search-node .form-type-textfield input,
.path-en-search-node .form-type-textfield input {
    padding: 6px 24px;
    border-radius: 25px;
    border: solid 1px #d6dada;
    background-color: var(--blanco);
    width: 380px;
    height: 40px;
    font-size: 1.4rem;
}

.path-search-node .form-item,
.path-en-search-node .form-item {
    margin: 0;
}


.path-search .search-form .search-form__submit,
.search-block-form .search-form__submit,
.path-search-node .form-actions .button,
.path-en-search-node .form-actions .button {
    min-width: 117px;
    height: 40px;
    margin-left: 12px;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 rgba(134, 192, 193, 0.22);
    background-color: #9aeff0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.73;
    text-align: center;
    color: var(--evergreen);
    border: none;
    display: inline-block;
}

.search-block-form .search-form__submit {
    background-image: none;
    text-indent: inherit;
    font-family: var(--font);
}

.path-search .search-form .search-form__submit:hover,
.search-block-form .search-form__submit:hover,
.path-search-node .form-actions .button:hover,
.path-en-search-node .form-actions .button:hover {
    background-color: #0fbec0;
    color: var(--evergreen);
    text-decoration: none;
}

.path-search .search-basic .form-type-search,
.search-form__submit .form-type-search {
    display: inline-block;
    width: auto;
}

.path-search-node .form-actions,
.path-en-search-node .form-actions {
    margin: 0;
}

.path-search-node .node_search-results>span,
.path-en-search-node .node_search-results>span {
    font-weight: bold;
    margin-bottom: 24px;
    display: block;
}

.path-search-node .form--inline,
.path-en-search-node .form--inline {
    display: inline-flex;
    align-items: center;
}

.search-block-form__form .form-actions {
    position: relative;
}

.search-results {
    padding: 0;
    margin-bottom: 120px;
}

.search-result {
    margin: 40px 0;
    max-width: 768px;
}

.search-result__title {
    font-size: 2.0rem;
    line-height: 1.5;
    letter-spacing: -0.1px;
    color: var(--evergreen);
    text-decoration: underline;
}

.search-result__snippet-info {
    font-size: 1.7rem;
    line-height: 1.5;
    color: var(--gunmetal);
}

.search-results .view-empty {
    margin-top: 40px;
    font-weight: bold;
}

@media (max-width: 412px) {
    .path-search-node .form-type-textfield input {
        width: calc(100vw - 32px);
    }
}


@media (max-width: 576px) {

    .search-block-form__form .form-type-search,
    .search-block-form__form .form-actions {
        display: inline-block;
        width: 100%;
    }

    .path-search .search-form .form-search,
    .search-block-form .form-search {
        width: 100%;
    }

    .path-search .search-form .search-form__submit,
    .search-block-form .search-form__submit,
    .path-search-node .form-actions .button,
    .path-en-search-node .form-actions .button {
        margin: 16px 0 32px 0;
    }
}

@media (max-width: 768px) {

    .path-search-node .form--inline,
    .path-en-search-node .form--inline {
        flex-direction: column;
    }

    .path-search-node .form-actions,
    .path-en-search-node .form-actions {
        margin-top: 16px;
    }
}

/***** Formulario accesibilidad *****/

input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus,
input:focus-visible,
textarea:focus-visible {
    border: 1px solid #F2F2F2;
    box-shadow: 0px 0px 8px 3px rgb(154 239 240);
    border-radius: 25px;
    background: var(--white) !important;
}

select:focus,
select:focus-visible {
    border: 1px solid #F2F2F2;
    box-shadow: 0px 0px 8px 3px rgb(154 239 240);
    border-radius: 4px;
    background: var(--white) !important;
}

.c-form__text .required {
    color: #ee0000;
}

.contact-message-formulario-de-accesibilidad-form {
    max-width: 960px;
    padding: 0 16px;
    margin: 32px auto 80px auto;
}

.contact-message-formulario-de-accesibilidad-form .form-text {
    margin: 8px 0 32px 0;
}

.contact-message-formulario-de-accesibilidad-form input,
.contact-message-formulario-de-accesibilidad-form textarea {
    border-radius: 25px;
    border: solid 1px #d6dada;
    background-color: var(--blanco);
    height: 40px;
    padding: 6px 24px;
    margin: 8px 0 32px 0;
    font-size: 1.4rem;
    font-family: var(--font);
}

.contact-message-formulario-de-accesibilidad-form textarea {
    height: auto;
}

.contact-message-formulario-de-accesibilidad-form .form-submit {
    padding: 6px 24px;
    box-shadow: 0 2px 10px 0 rgba(134, 192, 193, 0.22);
    background-color: #9aeff0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.73;
    text-align: center;
    color: var(--evergreen);
    border: none;
}

.contact-message-formulario-de-accesibilidad-form .form-submit:hover {
    background-color: #0fbec0;
}

.contact-message-formulario-de-accesibilidad-form #edit-preview {
    display: none;
    visibility: hidden;
}

.contact-message-formulario-de-accesibilidad-form .form-actions {
    justify-content: flex-end;
}

@media (min-width: 768px) {

    .contact-message-formulario-de-accesibilidad-form .field--name-field-nombre,
    .contact-message-formulario-de-accesibilidad-form .field--name-field-correo-electronico {
        max-width: 47%;
        display: inline-flex;
    }

    .contact-message-formulario-de-accesibilidad-form .field--name-field-nombre {
        margin-right: 50px;
    }

}

/***** Cargar más *****/

.js-pager__items .button {
    padding: 6px 24px;
    box-shadow: 0 2px 10px 0 rgb(134 192 193 / 22%);
    background-color: #9aeff0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.73;
    text-align: center;
    color: var(--evergreen);
    border: none;
    margin-bottom: 40px;
    height: 40px;
    border-radius: 25px;
}

.js-pager__items .button:hover {
    background-color: #0fbec0;
}

/***** Logos instituciones *****/
.c-logos {
    display: flex;
    flex-wrap: wrap;
    max-width: 724px;
    justify-content: space-between;
    align-items: center;
}

.c-logos__secondary {
    margin-bottom: 100px;
}

.c-logos__item {
    margin: 0 8px;
    max-width: 45%;
}

.c-logos__main .c-logos__item {
    margin: 12px 8px;
}


.c-logos__secondary .c-logos__item {
    max-width: 28%;
}

@media (min-width: 768px) {
    .c-logos__item {
        margin: 0;
    }

    .c-logos__main .c-logos__item {
        margin: 12px;
    }
}

/***** PlCEHOLDER *****/

::-webkit-input-placeholder {
    color: var(--gunmetal);
}

:-ms-input-placeholder {
    font-size: 1.7rem;
    color: var(--gunmetal);
}

::placeholder {
    font-size: 1.7rem;
    color: var(--gunmetal);
}


/* Visually hidden */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
    overflow: visible;
    clip: auto !important;
    width: auto !important;
    height: auto !important;
    padding: 12px !important;
}

/* paginador */

.pager__item {
    margin: 0 8px;
    display: inline-block;
}

.pager__item.is-active {
    color: var(--gunmetal);
  
}

/***** HEROS *****/

.path-nuestro-trabajo-espana-2050 .l-content-prefix,
.path-en-our-work-spain-2050 .l-content-prefix {
    background: #c3f5f6 url(/themes/espana_veinte_cincueta/images/hero-espana-2050.png) bottom right no-repeat;
    background-size: contain;
}

.path-nuestro-trabajo-AEA .l-content-prefix,
.path-en-our-work-OSA .l-content-prefix {
    background: #c3f5f6 url(/themes/espana_veinte_cincueta/images/hero-autonomia.png) bottom right no-repeat;
    background-size: 48%;
}


/* dialogo */
.path-nuestro-trabajo-dialogos-sobre-el-futuro .l-content-prefix,
.path-en-our-work-dialogues-on-the-future .l-content-prefix{
    background: #c3f5f6 url("/themes/espana_veinte_cincueta/images/hero-dialogo.png") bottom right no-repeat;
    background-size: 48%;
}


/* novedades */
.path-novedades .l-content-prefix {
    background: #c3f5f6 url("/themes/espana_veinte_cincueta/images/hero-novedades.png") bottom right no-repeat;
    background-size: 48%;
}


/* nuestro trabajo */
.path-our-work  .l-content-prefix {
    background: #c3f5f6 url("/themes/espana_veinte_cincueta/images/hero-nuestro-trabajo.png") bottom right no-repeat;
    background-size: 48%;
}


/* oficina */
 .path-office .l-content-prefix{
    background: #c3f5f6 url("/themes/espana_veinte_cincueta/images/hero-oficina.png") bottom right no-repeat;
    background-size: 54%;
}

/* dashboard */
.path-dashboard .l-content-prefix {
    background: #c3f5f6 url(/themes/espana_veinte_cincueta/images/hero-dashboard.png) bottom right no-repeat;
    background-size: contain;
}


.path-our-work  .l-content-prefix,
.path-nuestro-trabajo-dialogos-sobre-el-futuro .l-content-prefix,,
.path-en-our-work-dialogues-on-the-future .l-content-prefix,
.path-novedades .l-content-prefix,
.path-office .l-content-prefix{
    padding: 0;
    margin-bottom: 45px; 
}


/* media query hero */

@media (max-width: 767px) and (min-width: 439px) {

    .path-nuestro-trabajo-AEA .l-content-prefix,
    .path-en-our-work-OSA .l-content-prefix
    {
        background-position: bottom;
        background-size: 70%;
    }
}

@media (max-width: 438px){

    .path-nuestro-trabajo-AEA .l-content-prefix,
    .path-en-our-work-OSA .l-content-prefix{
        background-size: contain;
    }
}



@media (min-width: 1700px) {

.path-nuestro-trabajo-AEA .l-content-prefix,
.path-en-our-work-OSA .l-content-prefix {
        background-size: 35%;
    }

}

@media (min-width: 768px) {

    h1.page__title{
        max-width:  500px;
    }
}


.imgPaisesEuropa  {
	margin-block: 20px;
    margin-left: auto;
    max-width: 500px;
    object-fit: cover;
    width: 100%;
}

.tablaPaisesEuropa {
	 margin: auto;	
	 border: none;
}

.tablaPaisesEuropa tbody,
.tablaPaisesEuropa td,
.tablaPaisesEuropa tr {
	border: none;
}

#mapaPaisesEuropa {
    margin: auto auto 90px auto;
}

.c-margin-logos{
    margin-bottom:  90px;
}

.mb-sol{
   margin-bottom:  90px !important;
}

#block-views-block-babel-citas-block-4,
#block-views-block-citas-autonomia-estrategica-mobile-block-2{
    margin-top: 0 !important;
    margin-bottom:  90px;
}

/*estilos de la nueva pagina AEA*/
.c-button2 {
    align-items: center;
    border-radius: 20px;
    box-shadow: 0 2px 10px 0 rgba(134, 192, 193, 0.22);
    display: flex;
    font-size: 1.5rem;
    font-weight: bold;
    height: 38px;
    justify-content: center;
    min-width: 145px;
    padding: 0 16px;
    transition: all ease 02s;
}

.c-report__buttons2 {
    display: flex;
    margin-bottom: 10px;
}

.c-report__buttons2 a {
    margin-right: 16px;
}

.c-report__img2{
	padding: 5px;
    max-height: 320px;
}