
@import url('https://fonts.googleapis.com/css2?family=Mozilla+Text:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&display=swap');




/* ----------------- REGRAS ----------------- */

:root {
    
    /* CORES E FONTES */ 
    
    --bgcolor: #B2E5EE;
    --orangedetail: #E67011;
    --browndetail: #502705;
    
}

body {
    background-color: var(--bgcolor);
    font-family: "Mozilla Text", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7;
    font-size: 18px;
    color: var(--browndetail);
}

img {
    width: 100%;
    height: auto;
}

a {
    color: var(--browndetail);
    /*text-decoration: none;*/
}

header a {
    text-decoration: none;
}

h1 {
    
}

h2 {
    
    font-weight: 100;
    letter-spacing: -4px;
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1.1;
    color: var(--orangedetail);
    margin-bottom: 10px;
}

h3 {
    font-weight: 600;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1.1;
    color: var(--orangedetail);
    margin-bottom: 10px;
}

li {
    margin-top: 10px;
}

.site {
    display: flex;
    flex-wrap: wrap;
}

main {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 128px;
}

.entry-content {
    margin-top: 57px;
}

.entry-content .alignleft {
    margin-left: -100px;
    margin-right: 40px;
}

.entry-content .alignright {
    margin-right: -100px;
    margin-left: 40px;
}

article {
    margin-bottom: 100px;
}

article.hentry .entry-header .entry-title {
    display:none;
}


/* ----------------- FIM REGRAS ----------------- */


/* ----------------- HEADER ----------------- */

header.site-header {
    font-weight: 600;
    font-size: 18px;
    
    position: fixed;
}

ul.menu {
    list-style: none;
    margin-top: 60px;
}

.custom-logo-link img {
    margin-left: 30px;
    margin-top: 50px;
    width: 250px;
}

.language-switcher {
    padding-inline-start: 40px;
}

.current-menu-item a {
    color: var(--orangedetail);
}

.trp-language-switcher > div {
    border-radius: 0;
}

.trp-language-switcher > div > a {
    color: var(--browndetail);
}

/* ----------------- FIM HEADER ----------------- */


/* ----------------- INÍCIO ----------------- */

.post-18 {
    /*margin-top: 143px;*/
}

.post-18 header {
    display: none;
}

.post-18 h2 {
    margin-bottom: 44px;
}

.post-18 p {
    margin-bottom: 30px;
}

/* ----------------- FIM INÍCIO ----------------- */







/* ----------------- A-EQUIPA ----------------- */


.a-equipa img {
    max-width: 200px;
    margin-top: 11px;
}

.post-thumbnail.alignleft {
  float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.post-thumbnail.alignright {
  float: right;
    margin-left: 30px;
    margin-bottom: 30px;
}

/* Responsivo: no mobile, evita float para não quebrar layout */
@media (max-width: 600px) {
  .post-thumbnail.alignleft,
  .post-thumbnail.alignright {
    float: none;
    display: block;
    margin: 0 0 1rem 0;
  }
}

.a-equipa-post,
.projeto-post {
    margin-bottom: 100px;
}


/*-------------- ENTIDADES PARCEIRAS ---------------*/

.parceiras {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 100px;
    flex-wrap: wrap;
}

.parceiras a {
    margin: 0 20px;
}

.parceiras img {
    max-height: 60px;
    max-width: 170px;
}

/* ------- FIM ENTIDADES PARCEIRAS ----------------*/


/* ----------------- FIM A-EQUIPA ----------------- */






/* ----------------- CONTACTO ----------------- */


.post-13 h2 {
    margin-bottom: -15px;
}


/* ----------------- FIM CONTACTO ----------------- */





/* ----------------- FOOTER ----------------- */


.site {
    position: relative;
    /*padding-bottom: 350px;*/
    min-height: 100vh;
}

/*.entry-content {*/
/*    margin-bottom: 350px;*/
/*}*/

/*footer {*/
/*    position: absolute;*/
/*    bottom: 0;*/
    
/*    width: 100%;*/
/*    background-color: white;*/
/*    margin-top: 80px;*/
/*    padding: 40px;*/
/*    z-index: 1;*/
/*    font-weight: 500;*/
/*    text-align: center;*/
/*}*/





/* ----------------- FIM FOOTER ----------------- */



/* ----------------- LANGUAGE SWITCHER ----------------- */

.trp-language-switcher a {
    font-weight: 600 !important;
}

.trp_language_switcher_shortcode {
    width: fit-content;
}

.trp-language-switcher {
    display: flex;
    position: unset;
    text-overflow: unset;
    flex-wrap: nowrap;
    width: auto;
}



.trp-language-switcher > div {
    padding: unset ;
    border: none;
    background-size: unset;
    background-color: unset;
}

.trp-ls-shortcode-current-language {
    width: auto !important;
    position: unset;
    padding-right: 10px !important;
    border-right: solid 1px !important;
    margin-right: 10px;
    height: fit-content;
}

.trp-language-switcher > div > a {
    padding: unset;
}

.trp-ls-shortcode-language {
    width: unset;
    display: block !important;
}

.trp-language-switcher .trp-ls-shortcode-language {
    height: auto;
    visibility: visible;
}

a.trp-ls-shortcode-disabled-language.trp-ls-disabled-language {
    display: block;
}

.trp-ls-shortcode-language a.trp-ls-shortcode-disabled-language.trp-ls-disabled-language {
    display: none;
}

.trp-language-switcher > div > a:hover {
    backround: unset;
}

.trp-language-switcher:focus .trp-ls-shortcode-current-language, .trp-language-switcher:hover .trp-ls-shortcode-current-language {
    visibility: visible;
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
    position: unset;
    padding: unset;
}

.trp-language-switcher > div > a:hover {
    background: unset;
}


/* ----------------- FIM LANGUAGE SWITCHER ----------------- */




