.view-display-id-page_newsletters {
    margin-top: 1em;
}

.view-display-id-page_newsletters .view-content {
    width: 100%;
    display: inline-block;
}

.view-display-id-page_newsletters .views-row {
    margin-bottom: 20px;
}

.view-display-id-page_newsletters .view-header .page-header {
    clear: both;
    font-size: 2.5rem;
    font-weight: 900;
    padding-bottom: 2.5rem;
    text-align: center;
    padding-bottom: 40px;
    margin-bottom: 10px;
    margin-top: 40px;
    border: none;
}

.newsletter-acumbamail.teaser,
.newsletter.teaser {
    background: var(--c-white);
    position: relative;
}

.newsletter-acumbamail.teaser img,
.newsletter.teaser img {
    width: 100%;
}

.newsletter-acumbamail.teaser .title,
.newsletter.teaser .title {
    font-size: 21px;
    font-weight: 600;
}

.newsletter-acumbamail.teaser .title a,
.newsletter.teaser .title a {
    color: var(--c-primary);
}

.newsletter-acumbamail.teaser .content-wrapper,
.newsletter.teaser .content-wrapper {
    padding: 25px;
    background: inherit;
    min-height: 160px;
}

.newsletter-acumbamail.teaser .date,
.newsletter.teaser .date {
    font-weight: 600;
    font-size: 9.8px;
    margin-bottom: 10px;
    color: grey;
}

.newsletter-acumbamail.teaser .links,
.newsletter.teaser .links {
    font-weight: 600;
    font-size: 12.8px;
    position: absolute;
    left: 25px;
    bottom: 25px;
    margin: 0;
}

.newsletter-acumbamail.teaser .links a,
.newsletter.teaser .links a {
    color: var(--c-primary);
    text-decoration: underline;
}

.newsletter-acumbamail.teaser .links .node-readmore,
.newsletter.teaser .links .node-readmore {
    padding-left: 0;
}
@media (min-width: 62rem) {
    .newsletter-acumbamail.teaser,
    .newsletter.teaser {
      height: 400px;
    }
    .newsletter-acumbamail.teaser .content-wrapper,
    .newsletter.teaser .content-wrapper {
      min-height: initial;
    }
}
  
.path-node.newsletter {
    background: var(--c-white);
}

.path-node.newsletter .mfp-wrap .mfp-container .mfp-content {
    background: none;
    max-width: 100%;
    width: 85vw;
}
  
body.color-viladecans .page-header span,
body.color-viladecans .view-display-id-page_newsletters .view-header .page-header,
body.color-viladecans .newsletter.teaser .title a,
body.color-viladecans .newsletter.teaser .node-readmore a,
body.color-viladecans .view-id-related_news .view-content .views-row .views-field-field-type-news-1,
body.color-viladecans .view-id-related_news .view-content .views-row .views-field-title a {
    color: #00bbd6;
}

body.color-institut .page-header span,
body.color-institut .newsletter.teaser .title a,
body.color-institut .newsletter.teaser .node-readmore a,
body.color-institut .view-display-id-page_newsletters .view-header .page-header,
body.color-institut .view-id-related_news .view-content .views-row .views-field-field-type-news-1,
body.color-institut .view-id-related_news .view-content .views-row .views-field-title a {
    color: #4e7dad;
}
  
.path-node.newsletter_news .page-header {
    border: none;
    text-align: center;
    width: 100%;
    margin-top: 40px;
}
  
.newsletter-copy__anchor {
    align-items: center;
    border-radius: 100%;
    color: var(--c-white);
    display: flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    right: 20px;
    bottom: 20px;
    outline: 0;
    position: fixed;
    text-transform: uppercase;
    width: 70px;
    height: 70px;
    background: var(--c-black);
    opacity: 0.8;
    z-index: 999;
}

.newsletter-copy__anchor:hover, .newsletter-copy__anchor:focus, .newsletter-copy__anchor:visited {
    color: var(--c-white) !important;
    opacity: 1;
    background: var(--c-primary);
    text-decoration: none;
}

.newsletter-copy__textarea {
    height: 80vh;
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
    resize: none;
    background: var(--c-background);
}

#newsletter-copy__content {
    width: inherit;
    max-width: 100%;
    background: var(--c-white);
    padding: 3em 2em 2em;
}
@media (max-width: 599px) {
    .newsletter-header-img {
        width: 100% !important;
        height: auto !important;
    }
    .table-600 {
        width: 100% !important;
        max-width: none !important;
        min-width: auto !important;
    }
    .table-xs-spacing-0 {
        border-spacing: 0 !important;
    }
    .table-xs-td-full {
        border-spacing: 20px 0 !important;
    }
    .table-xs-td-full > tbody > tr > td {
        display: block !important;
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    .table-xs-td-full td.td-info {
        height: auto !important;
        padding-bottom: 50px !important;
    }
    .table-xs-td-full td img {
        width: 100% !important;
        height: auto !important;
    }
    .span-xs-block {
        padding-top: 20px;
        display: block;
    }
}
  