:root {
    --cor-realce: #D9A540;
    --cor-realce2: #b78a35;
    --cor-footer-realce:#C1461D;
    --fundo-escuro: #202020;
    --fonte-clara: #C2C2C2;
    --fonte-escura: #000000;
    --fundo-dialogo: rgba(255,255,255,0.95);
    --fundo-dialogo-escuro: rgba(0,0,0,0.8);
    --fundo-artigo: #F9ECE8;
    --fundo-artigo-alt: #0072801A;
    --fundo-footer: #FBF6EC;
    --botao-positivo: var(--cor-realce);
    --botao-positivo-secundario: var(--cor-realce2);
    --botao-positivo-terciario: #DAA542;
    --altura-barra-header:100px;
    --texto-secundario: #8e8e8e;
    --largura-botao: 200px;
    --espacamento: 20px;
}
* {
    box-sizing: border-box;
}

html {
    font-size: 14pt;
    font-family: "Josefin Sans", sans-serif;
    margin: 0 !important;
}
body {
    background-color: #fff;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
h1,h2 {
    text-transform: uppercase;
    font-weight: 600;
}
fieldset {
    outline: 0;
    border:0;
}
.bgcor1 {
    background-color: var(--cor-realce);
}
.bgcor1 a {
    color: #000;
}
.bgcor2 {
    background-color: var(--cor-realce2);
    color: black;
    padding: 0 2px;
}
.bgwhite {
    background-color: white;
}
img.fit {
    width: 100%;
}
.nobullets {
    list-style: none;
}
.nomargin {
	padding:0;
}
.nopadding{
	padding:0;
}
.gap.double {
    gap: 4rem;
}
.cor1 {
    color: var(--cor-realce);
}
.cor2 {
    color: var(--cor-realce2);
}
.letraspequenas {
    font-size: 0.5rem;
}
video {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

.text-center {
    text-align: center;
}
.text-spaced p, .text-spaced h1, .text-spaced h2, .text-spaced h3, .text-spaced h4, .text-spaced h5, .text-spaced h6 { 
    margin-bottom: 1rem;
}
.padding.top {
    padding-top: 2rem;
}
.padding.bottom {
    padding-bottom: 2rem;
}
.padding.top.double {
    padding-top: 4rem;
}
.padding.bottom.double {
    padding-bottom: 4rem;
}


li.strong::marker {
    color: var(--cor-realce);
}

header {

    position: relative;
    top: 0;
    z-index: 101;
    width: 100%;
}

header div, footer div {
    

}

.center {
    text-align: center;
}

header input {
    display: none;
}

header ul, footer ul {
    list-style: none;
}


header  a {
    color:black;
    text-decoration: none;
    text-transform: lowercase;
}

.hero-image {
    gap: calc(var(--espacamento)*2) !important;
}

.hero-image h2 {
    color: var(--cor-realce);
    margin-bottom: var(--espacamento);
}

.hero-image figure {
    width: 100%;
    height: 350px;
    overflow: hidden;
    
}

.hero-image figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

footer {
    font-size:12px;
    margin-top: calc(var(--espacamento)*2);
}
    footer .wrapper {
        background-color: var(--fundo-footer);
        padding: var(--espacamento);
    }
footer .cols {
    justify-content: space-around;
    align-items: center;
}
footer img {
    width: 75%;
}
footer h4 {
    color: var(--cor-footer-realce);
    font-size:20px;
    margin-bottom: var(--espacamento);
}
footer ul {
    margin-top: var(--espacamento);
    text-align: center;
}
footer ul li {
    display: inline-block;
    margin: 0 calc(var(--espacamento)/2);
}

ul .twitter a, ul a[href*="twitter.com"] {
    background: url(images/twitter.svg) no-repeat left;
    background-size: contain;
    display: block;
    
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 100px;
}
ul .youtube a, ul a[href*="youtube.com"] {
    background: url(images/youtube.svg) no-repeat left;
    background-size: contain;
    display: block;
    
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 100px;
}
ul .instagram a, ul a[href*="instagram.com"] {
    background: url(images/instagram.svg) no-repeat left;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 100px;
}
ul .facebook a, ul a[href*="facebook.com"] {
    background: url(images/facebook.svg) no-repeat left;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 100px;
}
ul .linkedin a, ul a[href*="linkedin.com"] {
    background: url(images/linkedin.svg) no-repeat left;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 100px;
}
ul .kreativeu a, ul a[href*="kreativeu.org"] {
    background: url(images/kreativeu.svg) no-repeat left;
    background-size: contain;
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: 100px;
}
.cols {
    gap: var(--espacamento);
}
.cols.wrap {
    flex-wrap: wrap;
}
.cols.double-gap {
    gap: calc(var(--espacamento)*2);
}
.cols > * {
    width: 100%;
}
.cols + .cols {
    /* margin-top: 5rem; */
}

.cols .col100 {
  flex: 0 0 100%; /* ocupa a linha completa */
  background: #ddd;
}

main > section {
    margin: 0 0 calc(var(--espacamento)*2) 0 ;
}

.news h2 {
    background-color: var(--fundo-artigo-alt);
    padding: calc(var(--espacamento));
    font-size:26px;
}
.articles article   {
    background-color: var(--fundo-artigo);
    position: relative;
}
.articles article:nth-child(odd) {
    background-color: var(--fundo-artigo-alt);
}
.articles article figure  {
    aspect-ratio: 4 / 3;
}
.articles article div {
    padding: calc(var(--espacamento)*2) calc(var(--espacamento)*2) calc(var(--espacamento)*3) calc(var(--espacamento)*2);
}
.articles article figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.articles article h3 {
	font-size:18px;
	text-transform: uppercase;
}
.articles article p {
	font-size:14px;
}
.articles a {
    text-decoration: none;
    color:inherit
}
.articles .botao {
    position: absolute;
    bottom: var(--espacamento);
    right: var(--espacamento);
}

main.article, section.article {

}
main.article p, main.article h2, main.article h3, main.article h4, main.article h5, main.article h6, main.article div, main.article table, section.article p, section.article h2, section.article h3, section.article h4, section.article h5, section.article h6, section.article div, section.article table {
    margin-bottom: var(--espacamento);
}
main.article h2{
    text-align: center;
}


@media (min-width: 720px) {

    h2 {
        font-size: 36px;
    }
    h3 {
        font-size: 26px;
        margin-bottom: var(--espacamento);
    }
    h4 {
        font-size: 18px;
        margin-bottom: var(--espacamento);
    }

    .cols {
        display: flex;
        justify-content: space-between;
        gap: var(--espacamento);
    }
    .cols.articles > * {
        flex: 1 0 calc(50% - var(--espacamento)); 
        max-width: calc(50% - var(--espacamento));
    }

    .cols .col75 {
        width: 75%;
    }
    .cols .col70 {
        width: 70%;
    }
    .cols .col50 {
        width: 50%;
    }
    .cols .col30 {
        width: 30%;
        
    }  
    .cols .col25 {
        width: 25%;
        
    }
    .cols .col20 {
        width: 20%;
        
    }
    .cols .col15 {
        width: 15%;
        
    }
  

    header nav {
        font-size: 14px;
        text-transform: lowercase;
    }
           
    footer .text {
        padding: 0 calc(var(--espacamento)*2);
    }

}


@media (min-width: 950px) {

    .wrapper {
        max-width: 90vw !important;
        
    }

    header {
        padding: 20px 0;
    }

    header nav {
        font-size: 16px;
    }

    header h1 {
        width: 313px;
        height: 81px;
    }
    header h1 a {
        background: url(images/multiheritage-logo.png) no-repeat;
        background-size: contain;
        position: relative;
        overflow: hidden;
        text-indent: -1000px;
        width: 313px;
        height: 81px;
        display: block;
    }

    .wrapper {
        max-width: 90vw;
        margin: 0 auto;
    }
    header > .wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: var(--espacamento);
    }
    header nav ul {
        display: flex;
        justify-content: center;
        gap: 30px;
        margin-bottom: 15px;
    }



}

@media (min-width: 1100px) {


    .cols.articles > * {
        flex: 1 0 calc(33% - var(--espacamento)); 
        max-width: calc(33% - var(--espacamento));
    }

    header nav {
        font-size: 18px;
        text-transform: lowercase;
    }

	footer .wrapper >  :first-child {
		min-width: 450px;
	}
    
}


@media (min-width: 1300px) {


    .wrapper {
        max-width: 1250px !important;
    }

    header nav {
        font-size: 20px;
        text-transform: lowercase;
    }

    
}


@media (min-width: 1500px) {



    
}


@media (max-width: 1200PX) {

    .news h2 + span {
        display: none;
    }



}

@media (max-width: 970px) {

    body {
        padding: var(--espacamento);
    }



}



@media (max-width: 949px) {
	
	.nomobile {
		display:none !important;
	}

    body:before {
        content: " ";
        display: block;
        margin-top: var(--espacamento);
        height: 50px;
        width: 100%;
    }

    header {
        position: fixed;
        padding:var(--espacamento);
		top:0;
		left:0;
		background:white;
    }
	
    header h1 a {
        background: url(images/multiheritage-logo.png) no-repeat;
        background-size: contain;
        position: relative;
        overflow: hidden;
        text-indent: -1000px;
        width: 190px;
        height: 40px;
        display: block;
    }	

    header label {
        border-top: 6px solid black;
        border-bottom: 6px solid black;
        width: 40px;
        height: 35px;
        display: block;
        position: fixed;
        right: var(--espacamento);
        top: calc(var(--espacamento)*2);
        transform: translateY(-50%);
        z-index: 1;
    }
    header label:before {
        top:50%;
        transform: translateY(-50%);
        width: 100%;
        position: absolute;
        content: " ";
        display: block;
        border-top: 6px solid black;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    header nav {
        background: var(--fundo-dialogo-escuro);
        position: fixed;
        top: calc(40px + var(--espacamento)*2);
        right: -100%;
        transition: all 0.5s ;
        -webkit-transition: all 0.5s ;
        -moz-transition: all 0.5s ;
        -ms-transition: all 0.5s ;
        -o-transition: all 0.5s ;
        padding: var(--espacamento);
        min-width: 50vw;
        text-align: right;
        line-height: 2;
		font-size: 18px;
    }
    header input:checked + nav {
        right:0;
    }
    header nav ul {
        gap: var(--espacamento);
    }   
    header nav a {
        color: white;
    } 
    .news h2 + span {
        display: none;
    }
	
	footer span.col30 {
		display:none;
	}
	footer .wrapper >  :first-child {
		min-width: 350px;
	}


}


@media (max-width: 719px) {

    .cols.articles {
        display: flex;
        gap: var(--espacamento);
    }
    .cols.articles > * {
        flex: 1 0 100%; 
        max-width: 100%;
    }

    .news h2 ~ span {
        display: none;
    }

	footer .cols > * {
		
		max-width:300px;
		margin: var(--espacamento) auto;
		text-align:center;
	}


   
}

@media (max-width: 500px) {
    
    .news h2 + span {
        display: none;
    }

   
}




/* standard form */
.form label {
  display: block; 
  cursor: pointer; 
  font-size: smaller;
  margin-bottom: 0.5rem;
}
.form p {
    margin: 0.5rem 0;
}
.form input,  .form textarea {
    padding: 0.5rem;
    width: 100%;
 

}
.form button  {

    width: var(--largura-botao);
}
.form input[type=checkbox], .form input[type=radio], .form input[type=file] {
    display: none;
}
form textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
}

/*corrections wordpress*/
.main_content h3 {
	font-size:32px !important;
}
.main_content h4 {
	font-size:26px !important;
}
.main_content h5 {
	font-size:18px !important;
}
.main_content p + h3 {
	margin-top: calc(var(--espacamento)*2);
}

.main_content div, .main_content p {
	font-size:15px !important;
}
.main_content ul, .main_content ol {
	padding-left: calc(var(--espacamento)*2);
	margin-bottom: calc(var(--espacamento)*2);
}
.main_content > * + * {
	margin-top: var(--espacamento);
	
}
.wp-block-image img {
	width:100%;
}
.wp-block-columns.nomargin .wp-block-column {
	margin: 0;
}
