.xs .node-noticia.col-md-10 {
    padding: 0;
}
.xs .node-noticia .field-name-body p{
    margin-left: 0;
    margin-right: 0;
}
.xs .node-noticia .field-name-body h6{
    margin-left: 0;
    margin-top: -1.7em;
}
article.node-noticia table {
    clear: both;
}
article.node-noticia .field-name-body a{
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}
article.node-noticia .field-name-body a:before {
    content: "";
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    pointer-events: none;
}
article.node-noticia .field-name-body a:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
article.node-noticia a.img-noticia {
    display: inline-block;
}
article.node-noticia a figcaption {
    text-decoration: underline;
}
article.node-noticia figcaption {
    color: #697473;
    text-decoration: none;
}

.node-noticia .img-full {
    margin: 0 0 50px;
}
.node-noticia h1 {
    margin-top: 5px;
    margin-bottom: 25px;
  }
.node-noticia .field-name-body p,
.node-noticia .field-name-body h2,
.node-noticia .field-name-body h3,
.node-noticia .field-name-body h4 {
  margin-left: 1%;
  margin-right: 1%;
  width: 100%;
}
article.node-noticia .field-name-body img {
	width: 100%;
	margin: 5% 0;
	max-width: none;
	border-radius: 10px 10px 0px 0px;
}
.node-noticia .field-name-body h6 {
	margin: 0;
	padding: 2% 2%;
	margin-top: -4.6em;
	margin-bottom: 4em;
	text-align: center;
	width: 100%;
	margin-left: 1%;
	border-radius: 0 0 10px 10px;
	font-weight: 600;
	background: #eaebe9;
}

article.node-noticia table caption {
    caption-side: top;
    color: #333;
    font-size: 1em;
    font-weight: 300;
    padding-bottom: 15px;
    text-align: left
}
article.node-noticia table table p {
    margin: 0
}
article.node-noticia table tr > th,
article.node-noticia table tr > td {
    border: 1px solid rgba(204, 204, 204, 0.5);
    padding: 10px 5px
}
article.node-noticia table tr > th:first-child,
article.node-noticia table tr > td:first-child {
    border-left: none
}
article.node-noticia table tr > th {
    background-color: #00615c;
    color: #fff;
    font-size: 1.1em;
    font-weight: 400;
    text-align: center
}
article.node-noticia table tr > th.emphasis {
    border: none;
    font-size: 1.3em;
    font-weight: 300;
    padding: 28px 30px;
    text-align: left
}
article.node-noticia table tr > td {
    color: #333;
    font-size: 1.1em;
    font-weight: 300;
    text-align: center
}
article.node-noticia table.text-align-left tr > th,
article.node-noticia table.text-align-left tr > td {
    padding: 1.1em;
    text-align: left;
}
article.node-noticia table tfoot tr {
    background-color: transparent
}
article.node-noticia table tfoot tr > td {
    text-align: left;
}

.xs article.node-noticia table {
    overflow-x: auto;
    position: relative;
    width: 100%
}
.xs article.node-noticia table.no-scroll-on-mobile table {
    width: auto
}

.sm article.node-noticia table table,
.md article.node-noticia table table,
.lg article.node-noticia table table {
    width: 100%;
}

.node-type-noticia .node > header {
    margin-bottom: 20px;
    padding: 20px 0 20px;
}
article.node-projeto .field-name-body a {
    text-decoration: underline;
}
.meta-noticias {
    margin-bottom: 10px;
}
.meta-noticias div {
    float: left;
}
.meta-noticias div::after {
    content: "·";
    margin: 0 15px;
}
.meta-noticias div:last-child::after {
    content: "";
}

.image-evento-hero,
.image-noticia-hero {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 1px;
}
.image-evento-hero .node-evento,.node-noticia {
    margin-top: 40%;
    background: #F4F5F3;
    border-radius: 10px;
    padding: 0 30px !important;
}
.sem-imagem .node-noticia {
    margin-top: 0%;
    background: #F4F5F3;
}
.img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}
#botaovoltar svg {
    transform: rotate(-90deg);
     width: 40px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    left: 0%;
    fill: aliceblue;
}
#botaovoltar {
    display: inline-block;
    background-color: #647386;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    margin: 10px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: background-color .3s;
    z-index: 1000;
    font-size: 1.3em;
    padding: 20px 0 5px 0;
}

.noticia-simples .node-noticia  {
    padding: 0 !important;
}
.noticia-simples .node-noticia .date-in-parts,.noticia-simples .node-noticia  .hour-in-parts  {
    display: inline-block;
}  
.node-type-noticia .noticia-simples header {
    background: #E9F7E3;
    display: flex;
    padding: 0;
    z-index: 100;
    position: relative;
}
.node-noticia .header-content {
    flex-flow: wrap;
    color: #2C4220;
    align-content: center;
    justify-content: flex-start;
    padding: 20px 0;
}
.xs.node-type-noticia .noticia-simples header {
    flex-flow: column;
}
.noticia-simples header .col-md-offset-1.col-md-10 {
    margin-bottom: 10px;
}
.noticia-simples article.node-noticia figcaption {
    color: #fff;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    width: 60%;
    margin: 2% 20%;
    background: #172310a3;
    text-decoration: none;
    padding: 2%;
    border-radius: 10px;
    font-size: 0.9em;
}
@media (prefers-color-scheme: dark) {
    .node-noticia .header-content {
        color: #F7FDEA;
    }
    .node-type-noticia .noticia-simples header {
        background: #1A2615;
    }
    .sem-imagem .node-noticia {
        background: none;
    }
    .image-evento-hero .node-evento, .node-noticia {
        background: none;
    }
    .node-noticia .field-name-body h6 {
        background: #2e2d34;
    }
}

.modal-content {
    overflow: hidden;
}
button.close {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #2f3741;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    font-size: 1.6em;
}
