/*!
Theme Name: Dynargie
Theme URI:
Author: PTCreative
Author URI: https://ptcreative.pt
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: dynargie

*/

/*
@font-face {
    font-family: 'DejaVu Sans';
    src: url('/wp-content/themes/dynargie/fonts/DejaVuSans-ExtraLight.woff2') format('woff2'),
        url('/wp-content/themes/dynargie/fonts/DejaVuSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaVu Sans';
    src: url('/wp-content/themes/dynargie/fonts/DejaVuSans.woff2') format('woff2'),
        url('/wp-content/themes/dynargie/fonts/DejaVuSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('/wp-content/themes/dynargie/fonts/Tahoma.woff2') format('woff2'),
        url('/wp-content/themes/dynargie/fonts/Tahoma.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: 'Blinker';
    src: url('/wp-content/themes/dynargie/fonts/Blinker-Bold.woff2') format('woff2'),
        url('/wp-content/themes/dynargie/fonts/Blinker-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker';
    src: url('/wp-content/themes/dynargie/fonts/Blinker-ExtraBold.woff2') format('woff2'),
        url('/wp-content/themes/dynargie/fonts/Blinker-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker';
    src: url('/wp-content/themes/dynargie/fonts/Blinker-ExtraLight.woff2') format('woff2'),
        url('/wp-content/themes/dynargie/fonts/Blinker-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker';
    src: url('/wp-content/themes/dynargie/fonts/Blinker-Thin.woff2') format('woff2'),
        url('/wp-content/themes/dynargie/fonts/Blinker-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker';
    src: url('/wp-content/themes/dynargie/fonts/Blinker-SemiBold.woff2') format('woff2'),
        url('/wp-content/themes/dynargie/fonts/Blinker-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker';
    src: url('/wp-content/themes/dynargie/fonts/Blinker-Regular.woff2') format('woff2'),
        url('/wp-content/themes/dynargie/fonts/Blinker-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker';
    src: url('/wp-content/themes/dynargie/fonts/Blinker-Black.woff2') format('woff2'),
        url('/wp-content/themes/dynargie/fonts/Blinker-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Blinker';
    src: url('/wp-content/themes/dynargie/fonts/Blinker-ExtraLight.woff2') format('woff2'),
        url('/wp-content/themes/dynargie/fonts/Blinker-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}




/* Font e Cores */

:root{
    --font-family: 'Blinker';
   /* --size-h1:
    --size-h2:*/
    --size-footer: 20px;
    --size-news: 30px;
    --body-color: #1b3942;
    --bs-primary: #f38f1e;
    --bs-secondary: #ffbf00;
    --footer-sub: #476169;
    --footer-color: #1b3942;
    --footer-link-color: #88a5ad;
    --swiper-theme-color: #f38f1e;
    /*--footer-color: #0c6070;*/
}




/*--------------------------------------------------------------
>>> 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;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #f7f7f7 inset;
    -webkit-text-fill-color: var(--body-color);
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration,
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-results-button,
[type="search"]::-webkit-search-results-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: var(--body-color);
	font-family: var(--font-family);
	font-size: 1rem;
	line-height: 1.1;
}

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

p {
	margin-bottom: 1.5em;
}

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

.wp-block-quote p, blockquote p {
    margin: 0;
}

.wp-block-quote, blockquote {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.25em;
    font-style: italic;
    position: relative;
    padding: 20px 15% 20px 103px;
    border: none;
    margin: 0;
    quotes: none;
    z-index: 1;
}

.wp-block-quote:before, blockquote:before {
    content: '';
    position: absolute;
    top: 19px;
    left: 0;
    width: 69px;
    height: 46px;
    background-color: var(--bs-primary);
    z-index: -1;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='69' height='46' viewBox='0 0 69 46'%3E%3Cpath d='M1378.5,1692.75V1710H1367v-17.25a17.268,17.268,0,0,0-17.25-17.25H1344V1664h5.75A28.783,28.783,0,0,1,1378.5,1692.75Z' transform='translate(-1344 -1664)' fill='currentColor'/%3E%3Cpath d='M1426.5,1692.75V1710H1415v-17.25a17.268,17.268,0,0,0-17.25-17.25H1392V1664h5.75A28.782,28.782,0,0,1,1426.5,1692.75Z' transform='translate(-1357.5 -1664)' fill='currentColor'/%3E%3C/svg%3E%0A");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='69' height='46' viewBox='0 0 69 46'%3E%3Cpath d='M1378.5,1692.75V1710H1367v-17.25a17.268,17.268,0,0,0-17.25-17.25H1344V1664h5.75A28.783,28.783,0,0,1,1378.5,1692.75Z' transform='translate(-1344 -1664)' fill='currentColor'/%3E%3Cpath d='M1426.5,1692.75V1710H1415v-17.25a17.268,17.268,0,0,0-17.25-17.25H1392V1664h5.75A28.782,28.782,0,0,1,1426.5,1692.75Z' transform='translate(-1357.5 -1664)' fill='currentColor'/%3E%3C/svg%3E%0A");
}

@media only screen and (max-width: 480px){
    .wp-block-quote:before, blockquote:before {
        display: block;
        position: relative;
        top: auto;
        left: auto;
    }
    
    .wp-block-quote, blockquote {
        padding-left: 0;
        padding-right: 0;
    }
    
    .wp-block-quote p, blockquote p {
        padding-top: 20px;
    }
}

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;
}

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, p a {
    color: #1b3942;
    text-decoration: none;
    transition: color .2s ease-out;
    cursor: pointer;
}

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:not(button.search-button):not(.mejs-controls button),
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: var(--body-color);
    letter-spacing: 0;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    display: inline-flex;
    vertical-align: middle;
    flex-wrap: wrap;
    position: relative;
    width: auto;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5em;
    outline: 0;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    padding: 14px 44px 15px;
    background-color: transparent;
    border: 1px solid #8a9ea3;
}

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 {
	background-color: #f7f7f7;
    border-color: transparent;
    color: #67797e;
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border-style: solid;
    border-width: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-family: inherit;
    font-size: 16px;
    font-weight: inherit;
    line-height: 24px;
    margin: 0 0 20px;
    outline: 0;
    padding: 14.5px 26px;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    border-radius: 26px;
}

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
--------------------------------------------------------------*/

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

.post,
.page {
	margin: 0;
}

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

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

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

/* 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;
}

/* Sections
--------------------------------------------- */
    .dynargie-section{
         padding: 150px 50px;
    }
    
@media (max-width: 992px){
    .dynargie-section {
        padding: 150px 7%;
    }
}


/******** Header ********/

#dynargie-header {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    height: 100px;
    background-color: #fff;
    z-index: 100;
}

#dynargie-header-mobile {
    position: relative;
    display: none;
    height: 70px;
    z-index: 100;
}

/* Logo */

#dynargie-header .custom-logo-link img{
    display: block;
    margin: auto 0;
    width: auto;
    max-height: 100%;
    transition: opacity .3s ease;
    height: 50px;
}

#dynargie-header-inner .custom-logo-link {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: 0;
}

/* Logo Mobile */

#dynargie-header-mobile .custom-logo-link img {
    height: 45px;
}


#dynargie-header-inner .custom-logo-link {
    margin-right: 135px;
}


#dynargie-header-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 50px;
}


#dynargie-header-mobile-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 7%;
    border-bottom: 1px solid #8a9ea3;
}


/* Menu */

.custom-logo-link ul {
    list-style: none;
}

#dynargie-header-inner #site-navigation {
    margin-right: auto;
}


#dynargie-header-inner .custom-logo-link {
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    height: 100px;
    max-height: 100%;
}


#site-navigation>ul {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    white-space: nowrap;
}


#site-navigation ul {
    margin: 0!important;
    padding: 0;
    list-style: none;
}

#site-navigation >ul>li:first-child {
    margin-left: 0;
}

#site-navigation >ul>li {
    height: 100%;
    margin: 0 20px;
}
#site-navigation  ul li {
    position: relative;
    padding: 0;
}

#site-navigation>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 400;
    color: #67797e;
    letter-spacing: -.02em;
    color: #1b3942;
}

#site-navigation>ul>li.current_page_item>a:before, #site-navigation>ul>li.current-menu-item>a:before, #site-navigation>ul>li:hover>a:before {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

#site-navigation>ul>li>a:before {
    content: '';
    display: block;
    height: 1em;
    width: 1px;
    position: absolute;
    left: -5px;
    top: calc(50% + 1px);
    transform: translateY(-50%);
    background-color: var(--bs-primary);
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    transition: -webkit-clip-path .3s cubic-bezier(.25,.46,.45,.94);
    transition: clip-path .3s cubic-bezier(.25,.46,.45,.94);
    transition: clip-path .3s cubic-bezier(.25,.46,.45,.94),-webkit-clip-path .3s cubic-bezier(.25,.46,.45,.94);
}


/* Mobile */

#dynargie-header-mobile{
    display: none;
}

@media only screen and (max-width: 1200px){
    #dynargie-header {
        display: none;
    }
    
     #dynargie-header-mobile {
        display: block;
    }
}


/******** Search *********/

#dynargie-header-inner .search-field {
    padding: 0 0 0 15px;
    width: 82px;
    transition: width .3s ease;
    background-color: transparent;
    border-radius: 0;
    margin: 0;
}
    
#dynargie-header-inner .search-button {
    background: none;
    left: 0;
    right: auto;
    color: #1b3942;
    margin: 0;
    border: none;
    padding: 0;
}

#dynargie-header-inner .search-field:focus {
    width: 230px;
}


/******** Homepage ********/

.homepage-titulo{
    margin-top: 70px;
    margin-bottom: 60px;
    padding: 0% 6%;
}

.homepage-titulo h1{
    width: 85%;
    font-size: 110px;
    line-height: inherit;
}


@media only screen and (max-width: 1440px){
    .homepage-titulo h1 {
        width: 70%;
        font-size: 60px!important;
    }
}

@media only screen and (max-width: 680px){
    .homepage-titulo h1 {
        width: 100%;
        font-size: 53px!important;
    }
}


img.banner{
    aspect-ratio: 1920/730;
    object-fit: cover;
    width: 100%;
}

.news{
    font-size: var(--size-news);
}

.news article .imagem-news {
    overflow: hidden;
    width: 100%;
}

.news .imagem-news {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    overflow: hidden;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}


.news .imagem-news img{
    transform: scale(1);
    transition: transform .55s cubic-bezier(.37,.65,.38,.94);
    transform-origin: 100% 50%;
}


.news article:hover .imagem-news img{
    transform: scale(1.05);
}



.news p{
    font-size: 0.5em;  
    margin: 0;
}

.titulo-news{
    /*margin-bottom: 35px;    */
    min-height: 135px;
    width: 80%;
}

.titulo-news a{
    background-repeat: no-repeat;
    transition: background-size .8s cubic-bezier(.22,.61,.36,1);
    background-image: linear-gradient(currentColor,currentColor);
    background-size: 0 1px;
    background-position: 0 100%;
    color: var(--body-color);
}

.titulo-news a:hover, .titulo-news a:focus, .news article:hover .titulo-news a {
    background-size: 100% 1px;
}


.news a{
    font-size: 1em;
}

.news img{
    aspect-ratio: 1/1.2;
    object-fit: cover;
}

.subtitle{
    font-size: 15px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.subtitle:before {
    content: '';
    width: 9px;
    height: 9px;
    border: 1px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box;
    margin-bottom: 1px;
}

.news h2{
    font-size: 1.8em;
    line-height: inherit;
}

.news .news-meta a{
    font-size: 0.5em;
    text-transform: uppercase;
    padding-right: 5px;
    color: var(--body-color);
}

.news .news-meta{
    display: inline-flex;
    /* Apagar */
    margin-bottom: 35px;
}


/******** Footer ********/

#dynargie-footer {
    overflow: hidden;
    border-top-right-radius: 200px;
    background-color: var(--footer-color);
}


#dynargie-footer  {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    font-size: var(--size-footer);
}

#dynargie-footer span {
    font-size: 0.9em;
    margin: 0 0 180px;
    color: var(--bs-white);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 15px;
}

@media only screen and (max-width: 992px) {
    #dynargie-footer span {
        margin: 0 0 40px;
    }
}


#dynargie-footer span:before {
    content: '';
    width: 9px;
    height: 9px;
    border: 1px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box;
    margin-bottom: 1px;
}

@media only screen and (max-width: 768px) {
    #dynargie-footer .footer-inner .grid-item, #dynargie-footer .footer-bottom .grid-item {
        padding-left: 7% !important;
        padding-right: 7% !important;
    }
    
    img.banner{
        aspect-ratio: 1920/1200;
    }
}

#dynargie-footer ul{
    font-size: 0.8em;
    list-style: none;
    margin: 0;
    padding: 0;
}

#dynargie-footer ul>li>a{
    color: var(--footer-link-color);
}


#dynargie-footer .footer-inner .grid-item {
    position: relative;
    padding: 65px 50px 42px;
}

#dynargie-footer .footer-inner .grid-item:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 200%;
    width: 1px;
    background-color: var(--footer-sub);
}

#dynargie-footer .footer-inner  .grid-item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 15vH;
    width: 1px;
    transform: translateY(-15vh);
    --dur: 4.5s;
    --line-decoration-color: var(--bs-white);
    --end-pos: 75vH;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0,var(--line-decoration-color,var(--line-decoration-color)) 50%,var(--line-decoration-color,var(--line-decoration-color)) 90%,rgba(255,255,255,0) 100%);
    animation: footer var(--dur) infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.4,.26,.16,.98);
}

#dynargie-footer .footer-inner .grid-item:nth-child(1):after {
    animation-delay: 1.8s;
}

#dynargie-footer .footer-inner .grid-item:nth-child(3):after {
    animation-delay: 1s;
}

@keyframes footer {
    0% {
        transform: translateY(-15vH)
    }

    100% {
        transform: translateY(var(--end-pos))
    }
}


#dynargie-footer .footer-bottom{
    justify-content: space-between;
}

#dynargie-footer img{
    max-width: 130px !important;
}

#dynargie-footer section{
    margin: 0;
}

#dynargie-footer .copyright{
    font-size: 0.8em;
    color: var(--footer-link-color);
}

#dynargie-footer .empty{
    padding: 80px;
}

#dynargie-footer ul li {
    margin: 0 0 8px;
}



/******** Article ********/

#dynargie-single-new img{
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}  

#dynargie-single-new .post-thumbnail img{
    aspect-ratio: 900/600;
    object-fit: cover;
}

#dynargie-single-new{
    font-size: 18px;
}


.titulo-single-new {
    font-size: 70px;
    margin-top: 18px;
    margin-bottom: 50px;
    line-height: 1;
}

#dynargie-single-new h2{
    margin: 50px 0 25px 0;
    font-size: 50px;
}

#dynargie-single-new h3{
    font-size: 2em;
    margin: 30px 0 20px 0;
}



@media only screen and (max-width: 1440px){
    .titulo-single-new {
        font-size: 55px;
    }
    
    #dynargie-single-new h2{
        font-size: 45px;
    }
}

@media only screen and (max-width: 680px){
    .titulo-single-new {
        font-size: 50px;
    }
    
    #dynargie-single-new h2{
        font-size: 40px;
    }
}


.single-new-content {
    margin: 25px 0 0;
}

.single-new-content p:not(.wp-block-quote p):not(blockquote p) {
    font-size: 1em;
    margin: 10px 0;
}

.single-new-content img{
    margin: 40px 0;
}

#dynargie-single-new .nav-links{
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 50px;
}

#dynargie-single-new .nav-links span{
    display: flex;
    align-items: center;
    color: var(--body-color);
}

#dynargie-single-new .wp-video{
    width: 100% !important;
    padding: 40px 0;
}


#dynargie-single-new iframe{
    padding: 40px 0;
}

#dynargie-single-new .nav-links .nav-next .icon-nav {
    margin-left: 5px;
    transition: transform .5s cubic-bezier(.41,.88,.28,1.01),color .2s ease-out;
}

#dynargie-single-new .nav-links .nav-previous .icon-nav {
    margin-right: 5px;
    transition: transform .5s cubic-bezier(.41,.88,.28,1.01),color .2s ease-out;
}


#dynargie-single-new .nav-links .nav-next a:hover .icon-nav {
    transform: translateX(5px);
}


#dynargie-single-new .nav-links .nav-previous a:hover .icon-nav {
    transform: translateX(-5px);
}

.new-single-inner{
    padding: 70px 0px 170px 0px;
}

#dynargie-single-new .news-meta p{
    margin: 0;
}

#container-new{
    margin: auto;
}

@media (min-width: 992px) {
    .container-900 {
        width:900px;
    }
}

@media (max-width: 991px){
    .container-900-mb {
        width: 85%;
    }
}

#dynargie-comments {
    margin-top: 110px;
}