html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

::selection {
    background: var(--color);
    color: #fff;
}
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 10px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: var(--color);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-dark);
}

::-webkit-scrollbar-thumb:active {
    background: var(--color-light);
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    max-height: auto;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.grid {
    max-width: 1400px;
    margin: 0 auto;
    display: block;
    width: 90%;
}

.mingrid {
    max-width: 900px;
    margin: 0 auto;
    display: block;
    width: 90%;
}

.xmingrid {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
    width: 90%;
}

/* columns */
.w1, .w2, .w3 , .w4, .w3-2, .w5, .w6, .w7, .w8, .g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12 {
    white-space: normal;
    word-wrap: normal;
    word-spacing: normal;
    word-break: normal;
    display: inline-block;
    vertical-align: top;
}

/* the w[*] split the content in equals pieces */
.w1 {
    width: 100%;
}

.w2 {
    width: 50%;
}

.w3 {
    width: 33.33333%;
}

.w3-2 {
    width: 66.66666%;
}

.w4 {
    width: 25%;
}

.w5 {
    width: 20%;
}

.w6 {
    width: 16.66666%;
}

.w7 {
    width: 14.28571428571429%;
}

.w8 {
    width: 12.5%;
}

/* the g[*] class is based in 12 columns grid */
.g1 {
    width: 8.333333%;
}

.g2 {
    width: 16.666666%;
}

.g3 {
    width: 25%;
}

.g4 {
    width: 33.333333%;
}

.g5 {
    width: 41.666666%;
}

.g6 {
    width: 50%;
}

.g7 {
    width: 58.333333%;
}

.g8 {
    width: 66.666666%;
}

.g9 {
    width: 75%;
}

.g10 {
    width: 83.333333%;
}

.g11 {
    width: 91.666666%;
}

.g12 {
    width: 100%;
    position: relative
}

.rowfix {
    word-break: keep-all;
    word-spacing: -0.3em;
}
.v-align-middle {
	vertical-align: middle
}
.d-inline-block {
	display: inline-block;
}

body.contraste {
    --color: #000;
    --color-dark: #000;
    --color-light: #cdcdcd;
    --f-color: #fff;
    --bg-color: #000;
    --bg-color-light: #000;
    --shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    --f-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    --white: #000;
}
body.contraste img {
    filter: contrast(1.1) saturate(0)!important;
}
body.contraste h1, body.contraste h2, body.contraste h3, body.contraste h3, body.contraste p, body.contraste a {
    background: #000!important;
    display: inline-block!important;
    color: #fff!important;
    border: 1px solid #fff!important;
}
body.contraste a:not(.w3) img {
    filter: brightness(10) contrast(5) saturate(0)!important
}
html, body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Roboto', Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
    line-height: 1.3em;
    background-color: #F0F0F0;
    color: var(--f-color);
    box-sizing: border-box;
    overflow-x: hidden;
    width: 100vw;
    outline: none;
}
body * {
    box-sizing: border-box;
    transition: 0.3s all;    
}
body a:focus, body input[type="submit"]:focus, body button:focus {
    outline: 1px solid var(--f-color);
    outline-offset: -1px;
}
body a {
    color: var(--f-color);
    text-decoration: underline;
}
body a:hover {
    opacity: 0.75;
}
section:nth-child(even) {
    background-color: var(--white);
    box-shadow: var(--shadow);
}
section:nth-child(odd) {
    background-color: var(--bg-color);
    box-shadow: var(--shadow);
}
h1 {
    font-size: 4em;
    color: #fff;
    text-shadow: var(--f-shadow);
    font-weight: 300;
    line-height: 1.15em;
}
h2 {
    font-weight: 300;
    font-size: 2.4em;
    color: var(--f-color);
    position: relative;
    padding-left: 1em;
    line-height: 1em;
}
h2::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -0.3em;
    height: calc(100% + 0.6em);
    width: 2px;
    background-color: var(--color);
}
h3.t, .page-id-17 h3 {
    font-size: 1.75em;
    font-weight: normal;
    color: var(--f-color);
    position: relative;
    margin-bottom: 0.75em;
}
h3.t::before, .page-id-17 h3::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -0.75em;
    height: 2px;
    width: 2.5em;
    background-color: var(--color);
}
.page-id-17 h3 {
    margin-bottom: 1.2em
}
h1 a, h2 a, h3 a, h4 a {
    text-decoration: none;
}
.f0 {
    line-height: 1em;
    font-size: 0;
}
.t-center {
    text-align: center;
}
.t-right {
    text-align: right;
}
.t-left {
    text-align: left;
}
.t-justify {
    text-align: justify;
}

#acessibility-menu {
    background: var(--white);
    padding: 0.5em 0;
    font-size: 0.9em;
    box-shadow: var(--shadow);
    text-transform: uppercase;
}
#acessibility-menu * {
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    line-height: 1em;
}
#acessibility-menu img {
    margin-top: -3px;
}
#acessibility-menu a {
    padding: 0 0.5em;
    font-weight: 500;
    cursor: pointer;
}
#acessibility-menu a:first-child {
    padding-left: 0
}
#acessibility-menu a:last-child {
    padding-right: 0
}
#header {
    background: #fff;
    box-shadow: var(--shadow);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
}
.clearhead {
    height: 109px;
    width: 100%;
    clear: both;
    display: table;
}
.screen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 9998;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
}
.screen.ok {
    opacity: 1;
    pointer-events: all;
}
#header #main-menu {
    padding: 0.25em 0;
    text-transform: uppercase;
}
#header #main-menu * {
    vertical-align: middle;
    display: inline-block;
    text-decoration: none;
}
#header #navegacao a {
    margin-left: 0.5em
}
#header #navegacao a img {
    margin-left: 0.5em;
    margin-top: -0.3em;
}
#header .togglemenu {
    position: fixed;
    top: 102px;
    right: 0;
    width: 100%;
    max-width: 550px;
    display: block;
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 60px;
    height: calc(100vh - 102px);
    transform: translateX(110%);
}
#header .togglemenu.ok {
    transform: translateX(0);
}
#header #logo_negativo {
    display: none;
}
#logo img {
	height: 45px;
	width: 164px
}
form.search, #searchform  {
    position: relative;
    margin-bottom: 2em;
}
form.search input, #searchform input {
    width: 100%;
    font-size: 1.25em;
    padding: 1em 2em;
    border-radius: 8px;
    box-shadow: var(--shadow);
    font-weight: 500;
    border: 0;
}
form.search button, #searchform button {
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: transparent;
    background-image: url("../images/search.svg");
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    box-shadow: none
}
form.search button:hover, #searchform button:hover {
     transform: translateY(-50%) scale(1.1);
}
#header #menu-menu ul, #header #menu-menu li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}
#header #menu-menu li a {
    text-decoration: none;
    padding: 0.5em 0;
    font-size: 1.7em;
    display: block;
    font-weight: 400;
}
#header .menu-item-has-children ul {
    overflow: hidden;
    max-height: 0;
    padding-left: 2em!important;
    font-size: 0.75em;
}
#header .menu-item-has-children.ok ul {
    max-height: 400px;
    padding-bottom: 1em!important;
}
#header .menu-item-has-children > a::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 17px;
    background-image: url("../images/seta.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    margin-left: 0.5em;
    transition: 0.3s all;
}
#header .menu-item-has-children.ok > a::after {
    transform: rotate(90deg);
}
#header .menu-header-container {
    overflow-y: visible;
    max-height: calc(100vh - 258px);
}
#header #menu-acessos-rapidos a.w2 {
    width: calc(50% - 15px);
    margin-right: 30px;
    background: var(--color-dark);
    border-radius: 8px;
    padding: 1.25em;
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    line-height: 1.25em;
    box-shadow: var(--shadow);
    margin-bottom: 30px;
}
#header #menu-acessos-rapidos a.w2 img {
    display: block;
    margin-bottom: 0.75em;
}
#header #menu-acessos-rapidos a.w2:nth-child(even) {
    margin-right: 0;
}
#header #menu-acessos-rapidos nav {
    overflow-y: auto;
    max-height: calc(100vh - 177px);
}
#menu-desktop .sub-menu {
	display: none!important;
}
#menu-desktop .menu-item-has-children>a:after {
	display: none;
}
#menu-desktop > div > ul > li > a {
	padding: 0.45em 0.5em;
	border-radius: 8px;
	font-size: 0.9em;
}
#menu-desktop > div > ul > li > a:hover {
	background: var(--color);
	color: #fff;
	filter: none;
}
#menu-desktop #menu-header-novo {
	margin: 0;
}
#menu-desktop .menu-item-has-children a::after {
	content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--color);
    border-top: 2px solid var(--color);
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    background: 0 0;
    vertical-align: middle;
    transform: rotate(135deg)!important;
    top: -4px;
    position: relative;
	transition: 0.5s all;
}
#menu-desktop .menu-item-has-children a:hover::after {
	filter: contrast(0) brightness(10) saturate(0);
}
#menu-desktop .menu-item-has-children.ok > a::after {
	top: 1px;
    transition: .5s all;
    transform: rotate(-45deg)!important;
}
#menu-desktop .menu-item-has-children.ok {
	position: relative;
}
#menu-desktop .menu-item-has-children.ok .sub-menu {
	display: block!important;
	position: absolute;
}
#menu-desktop .sub-menu a {
	padding: 0.5em 0;
}
#menu-desktop .sub-menu a::after {
	display: none;
}
#menu-desktop ul.sub-menu {
	background: #ffff;
    top: 54px;
    border-radius: 8px;
    padding: 1em 1.5em!important;
    text-align: left;
    width: 200px;
    font-size: 1em!important;
    box-shadow: 0 0 15px 0 #0000006e;
}
#menu-desktop ul.sub-menu li {
	display: block!important
}
#footer {
    background: var(--color);
    padding-bottom: 4em;
    overflow: hidden;
    box-shadow: var(--shadow);
	padding-top: 2em;
}
#footer .w1 .w2:last-child {
    padding: 3em 0;
}
#footer .w1 nav ul, #footer .w1 nav li {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .w1 nav li a {
    color: var(--white);
    padding: 0.5em 0;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}
#footer .w1 nav .menu > li {
    width: 20%;
    float: left;
}
#footer .w1 nav .menu > li > a {
	font-weight: bolder;
}
#footer .logos a {
	padding-right: 1em;
}

#copyright {
    padding: 0.5em;
    font-size: 0.9em;
}
#copyright * {
    text-decoration: none;
}
#oik {
    background: var(--white);
    padding: 1em;
}
#oik * {
    text-decoration: none;
}
.btn, button {
    border-radius: 8px;
    box-shadow: var(--shadow);
    background: var(--white);
    padding: 0.5em 1.5em 0.5em 1.5em;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}
.btn::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 1em;
    width: 2.5em;
    background-image: url("../images/seta.svg");
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.75em;
    background-size: contain;
}
#infinite-handle {
    clear: both;
    display: table;
    width: 100%;
    text-align: center;
}
#infinite-handle span button {
    border-radius: 8px!important;
    box-shadow: var(--shadow)!important;
    background: var(--white)!important;
    padding: 0.5em 1.5em 0.5em 1.5em!important;
    display: block!important;
    text-decoration: none!important;
    font-weight: 500!important;
    color: var(--f-color)!important;
    position: relative!important;
    margin: 2em auto!important;
    font-size: 1em!important;
}
#infinite-handle span {
    background: transparent!important;
}
.btn-negativo {
    border-radius: 8px;
    box-shadow: var(--shadow);
    padding: 0.5em 1.5em 0.5em 1.5em;
    border: 2px solid var(--white);
    color: var(--white);
    text-decoration: none;
    display: inline-block;
    text-shadow: var(--f-shadow);
}
.btn-negativo::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 1em;
    width: 2.5em;
    background-image: url("../images/seta.svg");
    filter: brightness(3) saturate(0);
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0.75em;
    background-size: contain;
}
.sc-pd {
    padding: 3.25em 0;
}
.sc-pd:last-child {
    padding-bottom: 5em;
}
.sc-pd:not(.sqr-img) img {
    border-radius: 6px;
    box-shadow: var(--shadow);
    max-width: 100%;
    object-fit: cover;
}
.sc-pd h2 {
    margin: 0 0 1.05em 0;
}
.sc-pd h3.t {
    margin-bottom: 1em;
}
.rank-math-breadcrumb {
    opacity: 0.7;
    font-size: 0.85em;
    margin: 1em 0;
}
.rank-math-breadcrumb:hover {
    opacity: 1;
}
.rank-math-breadcrumb a {
    text-decoration: none;
}





.entry-header {
    display: block;
    margin: 2em auto 4em auto;
}
.entry-header h2 {
    font-size: 1.25em;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.entry-header h2::before {
    display: none;
}
.entry-header h1 {
    font-size: 2.5em;
    font-weight: 300;
    line-height: 1.2em;
    color: var(--f-color);
    text-shadow: none;
    margin: 0.5em 0;
}
.entry-header img {
    width: 75%;
    display: block;
    margin: auto;
    height: auto;
}
.entry-header .entry-meta > .entry-date {
    margin-bottom: 1em;
    display: block;
}
.entry-header img {
    border-radius: 8px;
    box-shadow: var(--shadow);
}
footer.entry-meta {
    margin: 4em 0 12em 0;
    opacity: 0.8;
    font-size: 0.9em;
}
.entry-meta > * {
    display: block;
}
.entry-content {
    line-height: 2em;
}
.entry-header iframe {
    border-radius: 8px;
    box-shadow: var(--shadow);
    overflow: hidden;
}
.entry-content h2 {
    font-size: 1.5em;
    line-height: 1.3em;
}
section.instagrambox {
    background-color: #fff;
}
section.instagrambox h2 {
    font-size: 1.75em;
    margin: 1em 0;
}
section.instagrambox h2::before {
    display: none;
}
section.instagrambox h2 a {
    color: var(--color);
}
.pageheader {
    position: relative;
    height: 150px;
    display: block;
    margin-top: -0.85em;
}
.pageheader img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.pageheader::before {
    content: '';
    display: block;
    background-color: var(--color);
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.pageheader .grid {
    position: relative;
    z-index: 2;
}
.pageheader .bread {
    margin: 0;
    padding: 1em 0;
}
.pageheader .bread * {
    color: var(--white);
}
.pageheader h1 {
	margin-bottom: 0;
}
.pageheader .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.85) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.archive .pageheader {
    height: 200px;
}
.archive .pageheader h1 {
    margin-bottom: 0;
}
.thepage {
    padding: 4em 0 8em 0;
    line-height: 1.75em;
}
.thepage h2 {
    margin-top: 1.5em;
}
.cookies {
    max-width: 500px;
    width: 80%;
    padding: 2em;
    background: var(--white);
    border-radius: 8px;
    box-shadow: var(--shadow);
    position: fixed;
    bottom: 0;
    text-align: left;
    left: 50%;
    transform: translate(-50%, 110%);
    font-size: 0.85em;
    z-index: 9999;
}
.cookies.ok {
    transform: translate(-50%, 0);
    bottom: 1em;
}
.cookies .close {
    position: absolute;
    text-decoration: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background: var(--color);
    color: var(--white);
    text-align: center;
    line-height: 19px;
    font-weight: bold;
    top: 0.5em;
    right: 0.5em;
    cursor: pointer;
}
.person {
    padding-bottom: 2em;
}
.person > * {
    vertical-align: middle;
}
.person img {
    mix-blend-mode: multiply;
    -webkit-mix-blend-mode: multiply;
}
.person .theimg {
    padding-right: 20px;
}
.person .thetxt {
    padding-left: 20px;
}
.search #content {
    padding: 3em 0 10em 0;
}
.search-no-results #content {
    padding: 6em 0 10em 0;
}
.search-no-results #content h2::before {
    display: none;
}
.search-no-results #content form {
    max-width: 1000px;
    margin: auto;
    display: block;
    margin-top: 2em;
}
.search .pageheader {
    height: 180px;
}
.search .pageheader h1 {
    margin: 0;
}
.search #content .w1 {
    text-decoration: none;
    background: var(--white);
    box-shadow: var(--shadow);
    border-radius: 8px;
    margin-bottom: 1.5em;
    padding: 1em 2em;
}
.docs .sec a.w6 {
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
    width: calc(16.66666% - 25px);
    margin-right: 30px;
    margin-bottom: 30px;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
}
.docs .sec a.w6:nth-child(6n + 0) {
    margin-right: 0;
}
.docs .sec a.w6 .hed {
    background: var(--color-light);
    color: var(--white);
    text-transform: uppercase;
    font-size: 0.75em;
    padding: 0.25em 0;
    font-weight: 500;
    margin-bottom: 1em;
}
.docs .sec a.w6 h4 {
    line-height: 1.2em;
    margin-top: .5em;
    height: 3.5em;
    font-size: 0.8em;
    padding: 0 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.docs h3 {
    margin: 2em 0 3em 0;
}
.posts:not(.sc-pd) {
    margin-bottom: .5em;
}
.posts .w3 {
    margin-bottom: 20px;
    text-decoration: none;
    clear: right;
    font-size: 0;
	width: 25%;
	padding: 0 17px;
}
.posts .w3 * {
    vertical-align: middle;
    display: inline-block;
}
.posts .w3 div {
	width: 100%;
}
.posts .w3 div img {
	width: 100%;
}
.posts .w3 span {
    width: 100%;
    font-size: 16px;
	margin-top: 5px;
}
.posts .w3 h3 {
    font-weight: normal;
    font-size: 1.1em;
    line-height: 1.25em;
    margin: 0;
}
.posts .w3 h4 {
    margin: 0.5em 0 0 0;
    font-weight: 300;
    font-size: 0.75em;
	line-height: 1.2em;
}
.posts .w3 > div {
    position: relative;
}
.posts.vid .w3 > div::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/video.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.archive .posts {
    margin-bottom: 0;
}
#informacoes-sobre-estagio .bx {
    background: var(--white);
    box-shadow: var(--shadow);
    padding: 1em 1.5em;
    border-radius: 8px;
    text-decoration: none;
    margin-left: 30px;
    width: calc(33.33333% - 20px);
	text-align: left;
}
#informacoes-sobre-estagio .bx img {
	width: 75px;
    height: 70px;
}
#informacoes-sobre-estagio .bx div {
	width: calc(100% - 75px);
	padding-left: 15px;
}
#informacoes-sobre-estagio .bx div * {
	margin: 0;
}
#informacoes-sobre-estagio .bx div h3 {
	margin-bottom: 0.5em
}
#informacoes-sobre-estagio .bx div p{
	font-size: 0.9em;
	line-height: 1.25em
}
#informacoes-sobre-estagio .bx * {
	display: inline-block;
	vertical-align: middle;
}
#informacoes-sobre-estagio .bx:first-child {
    margin-left: 0;
}
#informacoes-sobre-estagio .bx h3 {
    color: var(--color);
}
.faq {
    margin-bottom: 4em;
}
.faq a.w2 {
    background: var(--white);
    padding: 1em 2em;
    border-radius: 8px;
    box-shadow: var(--shadow);
    text-decoration: none;
    margin-top: 2em;
    width: calc(50% - 15px);
    margin-left: 30px;
}
.faq a.w2:nth-child(odd) {
    margin-left: 0;
}
.faq .w2 {
    margin-left: 0;
    padding: 0.5em 1em;
}
.faq .w2 h3 {
    font-size: 1em;
}
.faq a.w2 h4 {
    margin: -0.5em 0;
    color: var(--color);
    text-transform: capitalize;
}
.archive .faq .w2 {
    margin-bottom: 0;
}
#searchform.arc .sel {
    width: 250px;
    position: absolute;
    left: 0;
}
#searchform.arc .sel::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 2px solid var(--color);
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    display: block;
    right: 1em;
    top: calc(50% - 12px);
    transform: rotate(-45deg);
    pointer-events: none;
}
#searchform.arc .sel select {
    width: 100%;
    font-size: 1.25em;
    padding: 1em 2em 1em 1em;
    border-radius: 8px;
    box-shadow: var(--shadow);
    font-weight: 500;
    -webkit-appearance: none;
    border: 0;
}
#searchform.arc input {
    width: 100%;
    padding-left: calc(250px + 2em);
}
#content {
	outline: none;
}
#ez-toc-container {
    border: 0!important;
    background: var(--white)!important;
    border-radius: 8px!important;
    box-shadow: var(--shadow)!important;
    padding: 1em 2em!important;
}
.category #searchform, .tag #searchform {
	margin-bottom: 0;
}
#menu {
	display: none!important;
}
#menu-item-7999 > a {
	background: #05a2af;
    color: #fff;
}
div#ez-toc-container .ez-toc-title {
	float: right;
}
.grecaptcha-badge {
	opacity: 0;
	visibility: none;
	pointer-events: none;
}
@media (max-width: 1150px) {
	#menu {
		display: block!important;;
	}
	#menu-header {
		display: none!important;
	}
	#main-menu > div.g2, #main-menu > div.g10.t-right {
		width: 50%;
	}
    .sc-pd h3.t {
        margin-bottom: 1em;
    }
    #acessibility-menu {
        display: none;
    }
    .menu-open {
        font-size: 0;
        padding-left: 20px;
    }
    #main-menu .g3 img {
        width: 150px;
        max-width: 150px;
    }
    .clearhead {
        height: 67px;
    }
    #header .togglemenu {
        top: 65px; 
        height: calc(100vh - 65px);
        padding: 2em 10%;
        font-size: 0.9em;
    }
    #header #menu-acessos-rapidos a.w2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }
    #header #menu-acessos-rapidos a.w2 img {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
        height: 60px;
    }
    #header #menu-acessos-rapidos a.w2 span {
        display: inline-block;
        width: calc(100% - 70px);
        padding-left: 15px;
        vertical-align: middle;
    }
    #header #menu-acessos-rapidos nav {
        max-height: calc(100vh - 106px);
    }
    .sc-pd {
        padding: 2.5em 0
    }
    h2 {
        padding-left: 0.5em;
        font-size: 2em;
        line-height: 1.2em;
    }
    #footer .w1 .w2:last-child {
        padding: 1em 0;
    }
    #footer .w1 .w2:first-child a {
        padding: 1em;
    }
    #footer .grid > .w1 {
        margin-bottom: 1.5em;
    }
    #footer .w1 nav .menu > li {
        width: 100%;
        float: none;
		margin-top: 25px;
    }
    #copyright {
        padding: 1.5em;
    }
    #copyright .w2 {
        width: 100%;
        text-align: center;
    }
    #copyright .w2:last-child {
        margin-top: 1em;
    }
    #oik {
        font-size: 0.75em;
        padding: 1.75em;
    }
    .pageheader {
        height: 270px;
    }
    .pageheader h1 {
        font-size: 3em;
        line-height: 1.1em;
        margin-bottom: 0;
    }
    .thepage {
        padding: 0 0 4em 0;
    }
    .docs .sec a.w6 {
        width: calc(33.33333% - 6.6666px);
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .docs .sec a.w6:nth-child(3n+0) {
        margin-right: 0;
    }
    .docs .sec a.w6 .hed {
        line-height: 1.2em;
        padding: 0.5em 0;
        height: 3.4em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .docs .sec a.w6 img {
        max-height: 3em;
    }
    .docs .sec a.w6 h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.75em;
        height: 5em;
        font-weight: normal;
    }
    .docs h3 {
        margin: 2em 0 1.5em 0;
    }
    .posts .w3 {
        width: 100%;
        padding-right: 0;
        padding-left: 0!important;
    }
    .posts .w3:nth-child(1) {
        margin-bottom: 30px
    }
    #informacoes-sobre-estagio .bx {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1em;
        padding: 2em 1em 1em 1em;
    }
}
#eapps-instagram-feed-1 > a {
	opacity: 0!important;
  visibility: none!important;
  height: 0!important;
  width: 0!important;
  transform: scale(0.0001)!important;
  overflow: hidden!important;
}
.blog .pageheader, .page-id-1050 .pageheader {
	position: relative;
    height: 170px;
    display: block;
    margin-top: -.85em;
}
.blog .pageheader h1, .page-id-1050 .pageheader h1 {
	margin-bottom: 0;
}
.blog-nav-adv .btn {
	margin-right: 20px;
}
.blog-nav-adv .btn:after {
	display: none
}
.blog-nav-adv * {
	display: inline-block;
	vertical-align: middle;
}
.blog-nav-adv h3 {
	margin-right: 15px;
}
.tag-scroll {
	overflow-x: scroll;
    white-space: nowrap;
    padding: 10px;
    border-radius: 8px;
	margin-bottom: -15px;
    margin-top: -10px;
	width: calc(100% - 56px);
}
.adv-nav-container {
	padding: 20px 0;
}
#infinite-footer {
	opacity: 0;
	pointer-events: none
}
.proximo-evento .txt-proximo h2 {
	margin: 0.2em 0;
	padding: 0;
	font-size: 2em
}
.proximo-evento .txt-proximo h2::before {
	display: none;
}
.proximo-evento .txt-proximo {
	border-left: 2px solid var(--color);
	backdrop-filter: blur(5px) brightness(0.9) saturate(1.5);
    padding: 20px 20px 30px 30px;
    line-height: 1.15em;
}
.proximo-evento .txt-proximo h3 {
	margin-bottom: .25em
}
.proximo-evento .data-box {
	font-size: 1em;
	font-weight: bold;
}
.proximo-evento .data-box * {
	vertical-align: middle;
	color: var(--f-color)
}
.proximo-evento .btn {
	color: #000
}
.proximo-evento .invitation > p {
	line-height: 1.3em;
	font-size: 0.9em;
	
}
.proximo-evento .data-box ico {
	margin-right: 10px
}
.proximo-evento .data-box {
	box-shadow: var(--shadow);
    background: #fff;
    padding: 1em 1.5em;
    border-radius: 10px;
    width: fit-content;
}
.proximo-evento .data-box .data {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 2px solid var(--color)
}
.proximo-evento * {
	color: #fff;
}
.page-id-1050 .pageheader:before {
	display: none;
}
.wpcf7 form {
	max-width: 500px;
    display: block;
    margin: auto;
	position: relative;
}
.wpcf7 form span > * {
	width: 100%;
	padding: 1em 1.5em;
	border: 1px solid #cdcdcd;
	border-radius: 10px;
	margin-bottom: 20px;
}
.wpcf7 form select option:first-child {
	display: none;
}
.wpcf7 form .btn {
	width: 100%;
    border: 0;
    background: #dc941d;
    color: #fff;
	cursor: pointer;
	padding: 1em;
}
.wpcf7 form span {
	position: relative;
	display: block;
}
.wpcf7 form span span {
	border: 0;
    position: absolute;
    top: 0;
    right: 1em;
    width: fit-content;
    display: block;
    transform: translateY(-50%);
    background: #fff;
    padding: 0 1em;
}
.wpcf7-not-valid {
	border: 1px solid #ff0000!important;
}
.wpcf7-response-output {
	display: none!important;
}
.wpcf7 form .btn:hover {
    background: #fff;
    color: #dc941d;
}
.wpcf7 form textarea {
	max-height: 150px;
}
.wpcf7 .ajax-loader {
	position: absolute!important;
    top: 0!important;
    right: 0!important;
    left: 0!important;
    width: 100%!important;
    z-index: 9!important;
    display: block!important;
    border-radius: 8px!important;
    margin: 0!important;
    height: 100%!important;
    backdrop-filter: blur(20px)!important;
    text-align: center!important;
	background: #dc941d!important;
	opacity: 0.9!important;
}
.wpcf7 .ajax-loader:before {
	top: calc(50% - 7px)!important;
    left: calc(50% - 7px)!important;
    width: 15px!important;
    height: 15px!important;
	transform-origin: 15px 15px!important;
}
.wpcf7-form.sent > * {
	display: none;
}
.wpcf7-form.sent {
	height: 80px;
	background: #8bc34a;
	border-radius: 8px;
	color: #fff;
	position: relative;
}
.wpcf7-form.sent::before {
	content: 'Enviado com sucesso!';
	display: block;
	font-size: 16px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	text-align: center;
	transform: translate(-50%, -50%);
}
.page-id-1050 .sugerir h2:before {
	display: none;
}
.page-id-1050 .sugerir h2 {
	font-weight:bold;
}
.jetpack-likes-widget-wrapper {
	display: none!important;
}
.page-id-29 h3 {
	margin-bottom: 0
}
.page-id-29 #content p {
	margin-top: 0;
}
.single-post .entry-content p {
	line-height: 1.75em;
	margin: 1.5em 0;
}
img.aligncenter {
	margin: auto;
	display: block;
}

.single-post .entry-content img {
	max-height: calc(100vh - 100px)
}
#sobre > div > div > iframe {
	width: 100%!important
}
@media (min-width: 1000px) {
	.posts.vid .w3 div img {
		max-height: 175px;
	}
}
@media (max-width: 1000px) {
	.blog-nav-adv > div {
		width: 100%;
		font-size: 0.9em
	}
	.blog-nav-adv .btn {
		margin-right: 15px;
		padding: 0.5em 1em;
	}
	.proximo-evento .grid > div {
		width: 100%
	}
	.proximo-evento .grid > div > img {
		width: 70%!important;
		display: block;
		margin: 0 auto 30px auto;
	}
	.blog-nav-adv>div h3 {
		display: block;
	}
	.tag-scroll {
		width: 100%;
	}
	.blog .grid #searchform {
		display: none;
	}
	.blog-nav-adv > div.w1 br {
		display: none;
	}
	.entry-content img {
		width: 100%;
		display: block;
		border-radius: 8px;
		box-shadow: var(--shadow);
		height: auto!important;
	}
}
#onetrust-banner-sdk h2::before, #ot-pc-title::before {
	display: none;
}
