/*!
Theme Name: FE24
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fe24
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

FE24 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
 - Normalize
 - Box sizing
# Base
 - Typography
 - Elements
 - Links
 - Forms
## Layouts
# Components
 - Navigation
 - Posts and pages
 - Comments
 - Widgets
 - Media
 - Captions
 - Galleries
# plugins
 - Jetpack infinite scroll
# Utilities
 - Accessibility
 - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
  ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
 line-height: 1.15;
 -webkit-text-size-adjust: 100%;
}

/* Sections
  ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
 margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
 display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
 font-size: 2em;
 margin: 0.67em 0;
}

/* Grouping content
  ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
 box-sizing: content-box;
 height: 0;
 overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
 font-family: monospace, monospace;
 font-size: 1em;
}

/* Text-level semantics
  ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
 background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
 border-bottom: none;
 text-decoration: underline;
 text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
 font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
 font-family: monospace, monospace;
 font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
 font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
 font-size: 75%;
 line-height: 0;
 position: relative;
 vertical-align: baseline;
}

sub {
 bottom: -0.25em;
}

sup {
 top: -0.5em;
}

/* Embedded content
  ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
 border-style: none;
}

/* Forms
  ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
 font-family: inherit;
 font-size: 100%;
 line-height: 1.15;
 margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
 overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
 text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
 -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
 padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *  `fieldset` elements in all browsers.
 */
legend {
 box-sizing: border-box;
 color: inherit;
 display: table;
 max-width: 100%;
 padding: 0;
 white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
 vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
 overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
 box-sizing: border-box;
 padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
 height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
 -webkit-appearance: textfield;
 outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
 -webkit-appearance: button;
 font: inherit;
}

/* Interactive
  ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
 display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
 display: list-item;
}

/* Misc
  ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
 display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
 display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
 box-sizing: inherit;
}

html {
 box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
 color: #404040;
 font-family: -apple-system, BlinkMacSystemFont, "Space Grotesk", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
 font-size: 1rem;
 line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 clear: both;
}

p {
 margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
 font-style: italic;
}

blockquote {
 margin: 0 1.5em;
}

address {
 margin: 0 0 1.5em;
}

pre {
 background: #eee;
 font-family: "Courier 10 Pitch", courier, monospace;
 line-height: 1.6;
 margin-bottom: 1.6em;
 max-width: 100%;
 overflow: auto;
 padding: 1.6em;
}

code,
kbd,
tt,
var {
 font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
 border-bottom: 1px dotted #666;
 cursor: help;
}

mark,
ins {
 background: #fff9c0;
 text-decoration: none;
}

big {
 font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
    /* height: 100%;
    position: relative; */
}

hr {
 background-color: #ccc;
 border: 0;
 height: 1px;
 margin-bottom: 1.5em;
}

ul,
ol {
 margin: 0 0 1.5em 3em;
}

ul {
 list-style: disc;
}

ol {
 list-style: decimal;
}

li > ul,
li > ol {
 margin-bottom: 0;
 margin-left: 1.5em;
}

dt {
 font-weight: 700;
}

dd {
 margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
 max-width: 100%;
}

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

figure {
 margin: 1em 0;
}

table {
 margin: 0 0 1.5em;
 width: 100%;
}

/* Links
--------------------------------------------- */
a {
 color: #4169e1;
}

a:visited {
 color: #800080;
}

a:hover,
a:focus,
a:active {
 color: #191970;
}

a:focus {
 outline: thin dotted;
}

a:hover,
a:active {
 outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
 border: 1px solid;
 border-color: #ccc #ccc #bbb;
 border-radius: 3px;
 background: #e6e6e6;
 color: rgba(0, 0, 0, 0.8);
 line-height: 1;
 padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
 border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
 border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
 color: #666;
 border: 1px solid #ccc;
 border-radius: 3px;
 padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
 color: #111;
}

select {
 border: 1px solid #ccc;
}

textarea {
 width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
/*.main-navigation {
 display: block;
 width: 100%;
}

.main-navigation ul {
 display: none;
 list-style: none;
 margin: 0;
 padding-left: 0;
}

.main-navigation ul ul {
 box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
 float: left;
 position: absolute;
 top: 100%;
 left: -999em;
 z-index: 99999;
}

.main-navigation ul ul ul {
 left: -999em;
 top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
 display: block;
 left: auto;
}

.main-navigation ul ul a {
 width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
 left: auto;
}

.main-navigation li {
 position: relative;
}

.main-navigation a {
 display: block;
 text-decoration: none;
}
*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
 display: block;
}


.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
 margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
 display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
 flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
 text-align: end;
 flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
 display: block;
}

.post,
.page {
 margin: 0;
}

.updated:not(.published) {
 display: none;
}

.page-content,
.entry-content,
.entry-summary {
 margin: 0;
}

.page-links {
 clear: both;
 margin: 0;
}

/* Comments
--------------------------------------------- */
.comment-content a {
 word-wrap: break-word;
}

.bypostauthor {
 display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
 margin: 0 0 1.5em;
}

.widget select {
 max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
 border: none;
 margin-bottom: 0;
 margin-top: 0;
 padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
 display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
 margin-bottom: 1.5em;
 max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.wp-caption .wp-caption-text {
 margin: 0.8075em 0;
}

.wp-caption-text {
 text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
 margin-bottom: 1.5em;
 display: grid;
 grid-gap: 1.5em;
}

.gallery-item {
 display: inline-block;
 text-align: center;
 width: 100%;
}

.gallery-columns-2 {
 grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
 grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
 grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
 grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
 grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
 grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
 grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
 grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
 display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
 display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
 display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
 border: 0;
 clip: rect(1px, 1px, 1px, 1px);
 clip-path: inset(50%);
 height: 1px;
 margin: -1px;
 overflow: hidden;
 padding: 0;
 position: absolute !important;
 width: 1px;
 word-wrap: normal !important;
}

.screen-reader-text:focus {
 background-color: #f1f1f1;
 border-radius: 3px;
 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 clip: auto !important;
 clip-path: none;
 color: #21759b;
 display: block;
 font-size: 0.875rem;
 font-weight: 700;
 height: auto;
 left: 5px;
 line-height: normal;
 padding: 15px 23px 14px;
 text-decoration: none;
 top: 5px;
 width: auto;
 z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
 outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

 /*rtl:ignore*/
 float: left;

 /*rtl:ignore*/
 margin-right: 1.5em;
 margin-bottom: 1.5em;
}

.alignright {

 /*rtl:ignore*/
 float: right;

 /*rtl:ignore*/
 margin-left: 1.5em;
 margin-bottom: 1.5em;
}

.aligncenter {
 clear: both;
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 1.5em;
}




/* XXXXXXXXXXX FEIRA 2024 XXXXXXXXXXXXXXXXXXXXXX */


:root {
    --magenta: #A100A0;
    --rosa: #FF00DC;
    --roxo-claro: #8900EB;
    --roxo-escuro:#53007f;
    --roxo: #5902A5;
    --branco: #ffffff;
    --verde: #00a8a3;
    --verde-claro: #00F898;
    --verde-escuro: #25665a;
    --verde-menu: #00c671;
    --verde-militar: #308b7c;
    --verde-neon: #CDFF00;
    --laranja: #ff6224;
    --vermelho: #ff2c63;
    --cinza-escuro: #afacac; 
    --roxo-transp: #5902a5a1;
    --roxo-transp2: #5902a5f0;
    --cinza-transp: #56565694;
 --cinza-texto: #404040;
 --preto: #000000;
    --cinza-claro: #E9E9E9;
    --chumbo: #9e9e9e;
    --cinza-medio: #ababab;
    --salmao: #ffa98f;
    --salmao: #ffa98f;
    --amarelo: #f9ff00;
 
 --inovacao:#7C00A5;
 --comportamento-empreendedor:#FF00BF;
 --comece-seu-negocio:#0052A5;
 --gerencie-seu-dinheiro:#FFE600;
 --marketing-e-vendas:#FF7F00;
 --esg:#1F7F00; 
 
}

*, html {
 box-sizing: border-box;
}

/* header */

header {
    background-color: var(--roxo);
    position: fixed;
    z-index: 999;
    width: 100%;
}

header.fixed {
    background-color: var(--roxo-transp);
 position: fixed;
 top:0px;
 z-index: 4;
 width: 100%;
}
.header-wrapper {
    width: 100%;
    max-width: 999px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
}
.header-wrapper .logo-wrapper {
    padding: 10px 15px;
 margin: 0 0 0 auto;
}

.header-wrapper .logo-wrapper a span {display: none;}


.header-wrapper .logo-wrapper a {
    display: flex;
    width: 191px;
    max-width: 110px;
    height: 45px;
    background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/0addfeff-e727-45a1-a730-baa0bf43ed35.png');
    /* background-image: url('assets/img/logo_fe24_branco_389.png'); */
    background-size: contain;
    background-repeat: no-repeat;
}

header .search {
    display: flex;
    width: 40px;
    max-width: 25px;
    height: 30px;
    margin: 0 27px 0px 0;
    background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/1d76eef7-350f-4692-902b-4325b7fadac1.png');
    background-size: 24px;
    background-repeat: no-repeat;
}

header .share {
    display: flex;
    width: 40px;
    max-width: 25px;
    height: 30px;
    margin: 0 27px 0px 0;
    background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/95da3477-3399-4e17-a5dd-1e76056650fb.png');
    background-size: contain;
    background-repeat: no-repeat;
}


header #site-navigation {
    display: flex;
    width: 100%;
    max-width: 660px;
    color: var(--branco);
}
header #site-navigation li {
    margin: 0 0 0 0;
    padding: 0 15px 0px 0;
}
header #site-navigation li a {
    color: var(--branco);
    text-decoration: none;
    font-size: 1.35em;
}
header #site-navigation li a:hover {
    color: var(--verde-claro);
}
#info-header {}

#info-header a {}

.page-id-293 #content-interna {
 min-height: 590px;
 
}
.page-id-138 #content-interna {
 min-height: 190px;
 
}

#linkwhats:hover {
    width: 165px;
    background-position: 4px;
 }

#linkwhats {
    border-radius: 80px;
    width: 45px;
    height: 45px;
    font-size: .83em;
    color: #fff;
    padding: 0;
    position: fixed;
    overflow: hidden;
    bottom: 90px;
    right: 31px;
    text-decoration: none;
    background-image: url(https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/ef2f0d4c-9a3f-4427-8792-31b7eb8fc99f.png);
    background-size: 37px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #00c311;
    z-index: 8;
    -webkit-box-shadow: 0px 3px 10px -1px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.35);
    box-shadow: 0px 3px 4px -1px rgb(0 0 0 / 35%);
}
#linkwhats:after {
    content: 'Fale conosco';
    color: #fff;
    font-size: 1.2em;
    transform: translate(49px, 10px);
    position: absolute;
}


/* section */

section .wrapper {
    width: 100%;
    max-width: 999px;
    margin: 0 auto;
    padding: 20px 40px;
}




/* scrollbar enderecos */
 /* largura */
 .minibio::-webkit-scrollbar { 
  width: 15px;
 }

 /* trilha */
 .minibio::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #15c987;
 }

 /* barra */
 .minibio::-webkit-scrollbar-thumb {
  background: #08c77d;
  border-radius: 10px;
  min-height: 50px;
 }

 /* barra no hover */
 .minibio::-webkit-scrollbar-thumb:hover {
  background: var(--verde);
 }
 
 
 
/* scrollbar menu */
 /* largura */
 #primary-menu::-webkit-scrollbar { 
  width: 12px;
 }

 /* trilha */
 #primary-menu::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #000;
 }

 /* barra */
 #primary-menu::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
  min-height: 50px;
  border: 1px solid #fff;
 }

 /* barra no hover */
 #primary-menu::-webkit-scrollbar-thumb:hover {
  background: #9E9E9E;
  border: 1px solid #fff;
 }
 

/* fim scrollbar */



/* footer */

footer {
    background: var(--roxo);
    color: var(--branco);
    padding: 30px 0 50px 0;
}
footer a {color: var(--branco);}

.footer-wrapper.social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 999px;
    margin: 0 auto;
}
.footer-wrapper.social .left {
    min-height: 36px;
    background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/d73fb3c6-759b-43ad-b18b-4b36035fc784.png');
    background-size: contain;
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 36px;
    width: 95px;
    margin: 0px;
    display: flex;
}
.footer-wrapper.social .center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.footer-wrapper.social .right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}


#social-menu {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
#social-menu li {
    margin: 0px;
}

#social-menu a span { display: none; }

#social-menu a {
    display: inline-flex;
    width: 32px;
    height: 40px;
    margin: 0 0 0 4px;
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
}

#social-menu .facebook a {
 background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/36242dfc-41f7-4c05-a33a-efc573f7a64f.png');

}
#social-menu .linkedin a {
 background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/522c86a7-4496-4521-bba7-8d43f4cdbdfa.png');

}
#social-menu .xtwitter a {
 background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/5e72c0b5-b1db-4e2c-bd7e-ad666e683d4a.png');

}
#social-menu .youtube a {
 background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/bd2d238a-509b-427c-bf4b-df721d75797d.png');

}
#social-menu .instagram a {
 background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/fb1e41db-6ce3-4e0e-864f-e88fae7c2cd2.png');

}
#social-menu .ouvidoria a {
 background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/d819382f-45f4-4f8b-a565-693039fda03e.png');

}

#menu-rodape {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu-rodape li {margin: 0 25px 0 0;}

#menu-rodape a {
    text-decoration: none;
    color: var(--branco);
    font-size: .8em;
    font-weight: 300;
    text-wrap: nowrap;
}
.footer-wrapper.linksfooter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 999px;
    margin: 0 auto;
    border: 1px solid #000;
}

.footer-wrapper.copyright {
    width: 100%;
    text-align: center;
    font-size: .8em;
    font-weight: 300;
    margin-top: 17px;
}



.linktopo:active, .linktopo:visited, .linktopo {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    width: 40px;
    height: 40px;
    background-color: #ccc;
    color: #fff;
    opacity: .7;
    border-radius: 40px;
    /* font-size: 1.8em; */
    box-sizing: border-box;
    z-index: 9999999;
    background-size: 61px;
    border: 4px solid var(--branco);
    background-position: center;
    transform: rotate(-90deg);
    overflow: hidden;
    background-image: url('assets/img/seta_proximo.png');
}


/*  banner modal */


#bannermodal {
 display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #0e0e0e4d;
    top: 0;
    left: 0;
    z-index: 99999;
    /*display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;*/
}
.bannermodcontainer {
    display: flex;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 840px;
}
.bannermodcontainer img { width: 100%; max-width: 900px;}

.btclosemodal {
    right: 0;
    width: 30px;
    position: absolute;
    height: 30px;
    border-radius: 80px;
    transform: translate(12px, -44px);
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/a6ccbb83-f3ff-4428-8010-be6d47b9512b.png');
    background-size: 15px;
    background-color: #fff;
    background-position: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.bannermodaldesktop { display: block;  }
.bannermodalmobile {display: none;}


 
 
/* animacoes */

.slide-in-top {
 animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.swing-out-top-bck {
 animation: swing-out-top-bck 0.45s cubic-bezier(0.600, -0.280, 0.735, 0.045) both;
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes swing-out-top-bck {
  0% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
  100% {
    transform: rotateX(-100deg);
    transform-origin: top;
    opacity: 0;
  }
}

@keyframes shake-horizontal {
         0% {transform: translateX(-10px);}
         50% {transform: translateX(-5px);}
         100% {transform: translateX(-10px);}
}

.horizontal-shake {
  animation: horizontal-shaking 2s infinite;
}

@keyframes horizontal-shaking {
  0% { transform: translateX(0) }
  25% { transform: translateX(5px) }
  50% { transform: translateX(-5px) }
  75% { transform: translateX(5px) }
  100% { transform: translateX(0) }
}




/* MENU NOVO */

 .show-menu-sm {display: block;}
 #info-header {}
 #info-header a {}
 #info-header a span {}


 header #site-navigation {
  display: flex;
  width: 66px;
  max-width: 660px;
  color: var(--branco);
  align-items: center;
 }
 .menu-wrapper,
 .fundo-menu /*,
 .menu-principal-container*/ {
  /* display: none; */
  width: 0;
  transition: 0.5s;
 }
 .menu-wrapper {
  /* display: none; */
  /* width: 0; */
  transition: 0.5s;
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  max-width: 400px;
  height: 100%;
  min-height: 100vh;
  background-color: var(--preto);
  z-index: 10;
  overflow: hidden;
 }
 .menu-wrapper.active  {
  width: 100%;
 } 
 
 .fundo-menu.active {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  background-color: #1c1c1c4d;
  width: 100%;
  height: 100vh;
  display: flex;
  transition: 0.5s;
 }

 /*.menu-principal-container.active {
  position: relative;
  top: 0;
  left: 0;
  z-index: 9997;
  background-color: #1c1c1c4d;
  width: 100%;
  height: 100vh;
  display: flex;
  transition: 0.5s;
 }
*/



 #primary-menu {
  transition: 0.5s;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: calc(100vh - 52px);
 }
 
 .close-menu {
  display: flex;
  width: 40px;
  height: 40px;
  background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/4df83cde-c159-4a0a-baa7-90b1a7c50318.png');
  background-size: contain;
  cursor: pointer;
  /* position: absolute; */
  margin: 8px 9px 0 auto;
 }
   
 .main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding: 33px;
  width: 0;
 }
 header #site-navigation li {
  margin: 0 0 14px 0;
  padding: 0 0px 10px 0;
  font-size: 1.2em;
  border-bottom: 3px solid var(--branco);
 }

 #sub-menu-responsivo {  
  width: 100%;
  height: 100vh;
  position: absolute;
  margin-top: 74px;
  right: 0;
  z-index: 999998;
  background-color: rgba(2, 2, 2, 0.3);
 }
 
 #sub-menu-responsivo .menu-menu-1-container {
  width: 80%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4));
  /* background-color: #000; */
  right: 0;
  border-top: none;
  position: absolute;
  box-shadow: 1px 11px 14px 5px rgb(0 0 0 / 28%);
  
 }
 #sub-menu-responsivo .menu-menu-1-container.active {
  -webkit-animation: slide-in-right 0.5s ease-in-out both;
  animation: slide-in-right 0.5s ease-in-out both;
 }
 
 #sub-menu-responsivo .menu-menu-1-container:before {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(2, 2, 2, 0.3); 
  z-index: 9999997;  
 }
 
 #sub-menu-responsivo ul {
  margin : 0; padding: 20px; list-style: none;
  overflow-y: auto;
  max-height: calc(100vh - 50px);
 }
 #sub-menu-responsivo ul li {
  margin : 20px 0;
 }
 #sub-menu-responsivo ul li a {
  display: inline-block;
  text-decoration: none;
  color: #fff;  
  font-weight: 600; 
 }
 #primary-menu .menu-item-has-children a {
  background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/8ec4fa88-11a1-4d1e-baba-f347e70bc20e.png');
  background-size: 25px;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 0 50px 0 0;
  cursor: pointer;
 }
 #primary-menu .menu-item-has-children.active a  { 
  background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/9842441f-6f46-4712-b8dd-102e13a50c09.png');
 }
 
 #primary-menu .menu-item-has-children.active  ul.sub-menu a  {  
  background-image: none;
 }  
 
 .main-navigation ul.sub-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 11px 35px 0 20px;
  font-size: .7em;
  font-weight: 100;
  width: 100%;
  display: none;
  height: 0;
 }
 
 #primary-menu .menu-item-has-children.active ul.sub-menu {
  display: flex;
  height: 100%;  
 }
 
 .main-navigation ul.sub-menu li {
  width: 100%;
  border-bottom: 1px solid var(--branco) !important;
 }
 .main-navigation ul.sub-menu li a {border: none !important;}
 .main-navigation ul.sub-menu li:last-child {
  border-bottom: none !important;
 }
 #menu-desktop ul li:after {
  margin: 0 6px;
 }
 #sub-menu-responsivo ul li a:hover,
 #sub-menu-responsivo ul li a:active {
  color:#eb5c27;  
 }
 /* SUBMENU RESPONSIVO - CAIXA HAMBURGUER */

 /* hamburguer */

 .show-menu-sm {
  margin: 10px 0 0 0px;
  float: right;
  clear: right;
 }
 .show-menu-sm.active  span:nth-child(1)  { top: 6px; transform: rotate(-45deg); }
 .show-menu-sm.active  span:nth-child(2) { background-color: transparent; visibility: hidden; }
 .show-menu-sm.active  span:nth-child(3) { top: -8px; transform: rotate(45deg); }   

 .site-header .show-menu-sm {
  width: 40px;
  height: 40px; 
  cursor: pointer; 
 }
 .site-header .show-menu-sm span {
  width: 34px;
  height: 3px;
  position: relative;
  margin-top: 4px;
  background-color: #fff;
  content: "";
  float: left;
  display: block;
  border-radius: 5px;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
 }




/* ------------- LINKS DO HEADER -------------- */


 #menu-desktop {
  display: none;
 }

 /* FIM MENU DESKTOP */
  .show-menu-sm,  
  #sub-menu-responsivo.active {
   display: block;
  } 
  
 header .search {
  width: 100%;
  max-width: 25px;
  transition: 0.5s;
  cursor: pointer;
 }   
 header .search.active {
  width: 100%;
  max-width: 300px;
  transition: 0.5s;
  background-image: none;
 } 
 .search .search-submit {display: none;}
 .search.active .search-submit {display: block;}
 
 .search form,
 .searchform {
  width: 0;
  overflow: hidden;
  transition: 0.5s;
 
 }
 .search.active form,
  .searchform.active {
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
 }
 
 input.search-submit {
  background-color: transparent;
  border: none;
  background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/1d76eef7-350f-4692-902b-4325b7fadac1.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
 }
 .search.active form {
  /* width: calc(100% - 99px); */
  display: flex;
 }

 .searchform .search-field {
  outline-offset: 0;
  outline-style: none;  
  color: var(--branco);
  border-radius: 0; 
  background-color: transparent;  
 }
 
 .searchform.active .search-field,
 .searchform.active .search-field:focus-visible {
  
  border: none;
  border-bottom: 2px solid var(--branco);
  color: var(--branco);
  border-radius: 0;
  width: 100%;
  outline-offset: 0;
 }
 .searchform.active .search-field:focus-visible {
  border-bottom: 2px solid var(--verde-claro);
  outline-offset: 0;
  outline-style: none;
 } 
  
 
 .share-fundo.active {
  width: 100vw;
  height: 100vh;
  background: #0c0c0c6b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  display: flex;  
 }
 
 .share-fundo,
 .sharelinks {display: none;}
 
 .sharelinks.active {
  width: 100%;
  max-width: 443px;
  background: var(--branco);
  position: fixed;
  padding: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
 }
 .closeshare {
  background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/aa874a18-fe5e-4958-99e5-10f25468cbd2.png');
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center;  
  margin: 0 0 0 auto;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
 }
 .titshare {
  color: var(--roxo);
  text-align: center;
  font-weight: 700;
 }
 .linkstoshare {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  margin: 20px auto;
  padding: 0;
  width: 86%;
 }

 .linkstoshare .facebook {
  background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/5481fa0d-fe4f-4ab9-ad69-8962ea706685.png');
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  margin: 0 5px 0 5px;
  display: inline-flex;
  width: 35px;
  height: 35px;
 }
 .linkstoshare .instagram {
  background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/5db69d05-a04c-46e2-983c-5dd44a3fad8f.png');
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  margin: 0 5px 0 5px;
  display: inline-flex;
  width: 35px;
  height: 35px;
 }
 .linkstoshare .linkedin {
  background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/79655ab9-4940-43e4-bd1b-16dede0143c0.png');
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  margin: 0 5px 0 5px;
  display: inline-flex;
  width: 35px;
  height: 35px;
 }
 .linkstoshare .whatsapp {
  background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/e6af73b4-ca0c-4a2e-9f50-368631578bd2.png');
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  margin: 0 5px 0 5px;
  display: inline-flex;
  width: 35px;
  height: 35px;
 } 
 
 
 .linkstoshare .xtwitter {
  background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/bb33e503-524f-45f4-8a27-18a208080474.png');
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  margin: 0 5px 0 5px;
  display: inline-flex;
  width: 35px;
  height: 35px;
 }
 .linkstoshare .por-email {
  background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/24c4a2dc-0b91-43a8-bb2a-2f84dd445080.png');
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center;
  margin: 0 5px 0 5px;
  display: inline-flex;
  width: 35px;
  height: 35px;
 }

 .sharelinktext-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0 auto;
 }
 #sharelinktext, #sharelinktext:focus-visible {
  border: 2px solid var(--roxo);
  border-radius: 0px !important;
  color: var(--cinza-texto);
  font-weight: normal;
  width: 100%;
  max-width: 252px;
 }
 .sharelinkbutton {
  background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/c0f23ad2-6ab2-46dd-aa1d-3ed3354aeef9.png');
  background-color: var(--roxo);
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
 }








 span.mobilebreak { display: none;}


/* responsivo */


@media screen and (min-width: 1000px) {

 .menu-toggle {
  display: none;
 }

 .main-navigation ul {
  display: flex;
 }
}




@media screen and (max-width: 1240px) { 

   
}

@media screen and (max-width: 999px) { 

 .menu-wrapper.active {
  width: 91%;
 }

 header .bannermodcontainer {
  display: flex;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  width: 76%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 86%;
  max-height: 90%;
  justify-content: center;
 }

 #site-navigation {
  margin-left: 20px;
 }
 
 .site-header .wrapper .right-header-wrapper {
  max-width: 79%;
 }
 
 .show-menu-sm {  
  float: right;
  clear: right;
 } 
 



 /* rodape */
 footer {
  padding: 30px 20px 50px 20px;
 } 
 .footer-wrapper.social .left {
  width: 12%;
  min-width: 95px;
  margin: 0px;
  display: flex;
 }
 #menu-rodape li {
  margin: 0px 10px 0 0;
 }
 #menu-rodape a {
  font-size: .7em;

 }
 #social-menu a {
  display: inline-flex;
  width: 27px;
  height: 40px;
  margin: 0 0 0 4px;
  background-size: 21px;
  background-position: center;
  background-repeat: no-repeat;
 }
 
 
}

@media screen and (max-width: 770px) { 


 .menu-principal-container.active #primary-menu {
  display: flex;
  flex-direction: column;
  opacity: 100%;
  width: 90%;
  transition: 1s;
  overflow: hidden;
  background: #000;
  max-width: 420px;
 }

 .btclosemodal {
  transform: translate(12px, -12px);
 }

 .footer-wrapper.social {
  display: flex;
  flex-direction: column;
 }

 
 .hashtags-categ a {
  width: 100%;
  max-width: 23%;
  color: var(--roxo);
  border: 3px solid var(--roxo);
  padding: 6px 11px;
  text-align: center;
  font-size: 1em;
  text-decoration: none;
 }

 .footer-wrapper.social .left,
 .footer-wrapper.social .center, 
 .footer-wrapper.social .right,
 .duascolbanner.bottomrow .left,
 .duascolbanner.bottomrow .right,
 .duascolbanner .left,
 .duascolbanner .right {
  display: flex;
  width: 100%;
  max-width: 100%;
 }
 .duas-colunas {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: stretch;
  flex-wrap: wrap;
 }
 
 .footer-wrapper.social .left {
  min-height: 36px;
  background-image: url('https://image.divulga.relacionamentosebraesp.com.br/lib/fe2f11727364047f701177/m/1/d73fb3c6-759b-43ad-b18b-4b36035fc784.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 36px;
  width: 100%;
  margin: 0px 0 30px 0;
  display: flex;
 }


 #info-header {}
 #info-header a {}
 #info-header a span {display: none;}

         .relatorios .item {
   width: 100%;
   max-width: 48%;
         }
    
  .duascol {
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   align-content: stretch;
   justify-content: space-between;
   align-items: stretch;
  }   

  #menu-rodape {
   display: flex;
   list-style: none;
   margin: 0;
   padding: 0;
   flex-direction: column;
   align-items: center;
   align-content: center;
  }
  #menu-rodape li {
   margin: 20px 0px 7px 0;
  }
  .footer-wrapper.social .right {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-content: center;
   justify-content: center;
   align-items: center;
   margin: 30px 0 0;
  }
  #social-menu {
   display: flex;
   list-style: none;
   margin: 0;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   align-content: center;
   justify-content: center;
   align-items: center;
  }  
  #como-chegar .duas-colunas {
   display: flex;
   flex-direction: column;
   flex-wrap: wrap;
   align-content: flex-start;
   justify-content: space-between;
   align-items: stretch;
  }
  #como-chegar .duas-colunas .left { 
   width: 100%; max-width: 100%;
  } 
  #como-chegar .duas-colunas .right { width: 100%; max-width: 100%; }
 
  #carrosseldestaques  .destaque-item.active:before {
   content: 'x';
   display: block;
   width: 20px;
   line-height: 1em;
   height: 20px;
   padding: 0;
   border-radius: 80px;
   background-color: var(--branco);
   color: var(--cinza-escuro);
   text-align: center;
   position: absolute;
   right: 9px;
   top: 10px;
   z-index: 998;
   opacity: 100;
  } 

  #banner-interno .wrapper,
  .page-id-148 #banner-interno .wrapper {
   padding: 1px 20px 20px 20px;
  }
  
 /* rodape */
 #menu-rodape {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
 }

}

@media screen and (max-width: 640px) { 

 .hashtags-categ {
  margin: 0 0 60px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  align-items: flex-start;
 }

 .hashtags-categ a {
  width: 100%;
  max-width: 210px;
  margin: 0 0 13px 0;
  color: var(--roxo);
  border: 3px solid var(--roxo);
  padding: 6px 20px;
  text-align: center;
  font-size: 1.1em;
  text-decoration: none;
 }

 .btclosemodal {
  transform: translate(-12px, 9px);
 }

 .bannermodcontainer {
  max-width: 80%;
  justify-content: center;
  width: 99%;
 }
 span.mobilebreak { display: block;}

 header .search.active {
  width: 100%;
  max-width: 140px;
  transition: 0.5s;
  background-image: none;
 }
 .sharelinks.active {
  width: 100%;
  max-width: 90%;
  background: var(--branco);
  position: fixed;
  padding: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
 }

}
@media screen and (max-width: 580px) { 

 .logobanner img {
  max-width: 100%;
  margin: 0 0 40px 0;
 }


 
}
@media screen and (max-width: 420px) { 

  
  .logobanner img { max-width: 100%;}
  
  .linkstoshare {
   padding: 0;
   width: 100%;
  }
  .header-wrapper .logo-wrapper {
   padding: 10px 10px 10px 5px;
   margin: 0 0 0 auto;
  }
  .header-wrapper .logo-wrapper a {
   display: flex;
   width: 50px;
   max-width: 110px;
   height: 30px;
  }
  .linkstoshare li a {
   background-size: 30px !important;
   margin: 0 5px 0 0px !important;
   width: 30px !important;
   height: 30px !important;
  }
  #sharelinktext, #sharelinktext:focus-visible {
   width: 100%;
   max-width: calc(100% - 65px);
  } 
  header .share {
   width: 40px;
   max-width: 25px;
   height: 30px;
   margin: 0 0px 0px 0;
  }
  .site-header .show-menu-sm {
   width: 34px;
  }
  .site-header .show-menu-sm span {
   width: 28px;
  } 
  .sharelinks.active {
   padding: 20px 15px 25px 15px;
  }
  header #site-navigation li a {
   color: var(--branco);
   text-decoration: none;
   font-size: 1.0em;
  }
  header #site-navigation {
   display: flex;
   width: 43px;
   max-width: 660px;
   color: var(--branco);
   align-items: center;
  }
  header .search {
   width: 40px;
   max-width: 25px;
   margin: 0 13px 0px 0;
  }
  header .search.active {
   width: 100%;
   max-width: 126px;
  }


}
