/*!
Theme Name: elearning
Theme URI: http://underscores.me/
Author: Caio Lima
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: elearning
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.

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

p {
  margin-bottom: 1.5em;
}

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

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

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

@media screen and (min-width: 1000px) {
  .menu-toggle {
    display: none;
  }

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

.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 0 1.5em;
} */

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

/**
* CSS
*/

:root {
  --blue: #007DAA;
  --medium-blue: #00508F;
  --dark-blue: #242f62;
  --light: #fff;
  --orange: #f7a642;
  --dark-red: #9C1A70;
  --font-h3: 1.3rem;
}

body,
html {
  color: var(--dark-blue);
}

h3 {
  font-size: var(--font-h3);
  color: var(--dark-blue);
}

.br-25 {
  border-radius: 25px;
}

.c-dark-blue {
  color: var(--dark-blue) !important;
}

.bg-blue {

  background-color: var(--blue);
}

.title-section {

  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  font-weight: 700;
}

.text-white * {

  color: #fff !important;
}

.container-fluid {

  background-size: cover;
  background-repeat: no-repeat;
}

.wp-block-button__link.wp-element-button {

  padding: .5rem 2.5rem;
  background-color: var(--blue);
  color: #fff;
  border: 1px solid var(--blue);
}

.wp-block-button__link.wp-element-button:hover {

  background-color: transparent;
  color: var(--blue);
}


/* Perfil  */
.inner-perfil {
  box-shadow: inset 40px 40px 60px 0px rgba(228, 230, 234, 0.70);
}

.inner-perfil input {

  height: 40px;
  border-radius: 8px;
  padding: 0 1rem;
  border-color: #e5e5e5;
}

.btn-blue {

  width: 100% !important;
  background: rgb(36, 47, 98) !important;
  border: 1px solid rgb(36, 47, 98) !important;
  padding: 0.8em !important;
  font-size: 1.2em !important;
  font-weight: 700 !important;
  color: rgb(255, 255, 255) !important;
  border-radius: 10px !important;
  text-decoration: none;
  display: block;
  text-align: center;
}

.btn-primary.btn-blue {

  width: auto !important;
}

.edit-avatar-btn {

  background: #242F62 !important;
  padding: .5rem;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.edit-avatar-btn svg {

  fill: #fff;
}

#avatar-preview {

  width: 100px;
  height: 100px;
  object-fit: cover;
  object-position: center;
}

/* Animação HP */

.modulo-7 {

  position: relative;
}

.modulo-7 {
  background-color: #f5f2f2;
}

.modulo-7 .description {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .modulo-7 .description {
    font-size: 21px;
  }
}

.modulo-7 .block .items .item {
  position: relative;
}

.modulo-7 .block .items .item .image {
  padding: 0 5px;
  position: relative;
  z-index: 10;
}

@media (min-width: 992px) {
  .modulo-7 .block .items .item .image.left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 992px) {
  .modulo-7 .block .items .item .image.right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 991.98px) {
  .modulo-7 .block .items .item .image {
    width: 59px;
  }
}

@media (min-width: 992px) {
  .modulo-7 .block .items .item .image {
    padding: 0 7px;
  }
}

.modulo-7 .block .items .item .text {
  padding: 0 5px;
  font-size: 14px;
  color: #0e3463;
}

@media (max-width: 991.98px) {
  .modulo-7 .block .items .item .text br {
    display: none;
  }
}

@media (min-width: 992px) {
  .modulo-7 .block .items .item .text {
    padding: 0 7px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 16px;
  }
}

.modulo-7 .block .items .item .line {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  display: none;
  position: absolute;
  z-index: 5;
}

@media (min-width: 992px) {
  .modulo-7 .block .items .item .line {
    display: block;
  }
}

.modulo-7 .block .items .item.item-1 .line {
  top: 66px;
  left: -3px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

@media (min-width: 992px) {
  .modulo-7 .block .items .item.item-1 {
    top: 25px;
    left: 535px;
  }
}

@media (min-width: 1200px) {
  .modulo-7 .block .items .item.item-1 {
    top: 5px;
    left: 668px;
  }
}

.modulo-7 .block .items .item.item-2 .line {
  top: 30px;
  left: -39px;
  -webkit-transform: rotate(41deg);
  transform: rotate(41deg);
}

@media (min-width: 992px) {
  .modulo-7 .block .items .item.item-2 {
    top: 125px;
    left: 683px;
  }
}

@media (min-width: 1200px) {
  .modulo-7 .block .items .item.item-2 {
    top: 125px;
    left: 830px;
  }
}

.modulo-7 .block .items .item.item-3 .line {
  top: -13px;
  left: -42px;
  -webkit-transform: rotate(71deg);
  transform: rotate(71deg);
}

@media (min-width: 992px) {
  .modulo-7 .block .items .item.item-3 {
    top: 240px;
    left: 683px;
  }
}

@media (min-width: 1200px) {
  .modulo-7 .block .items .item.item-3 {
    top: 285px;
    left: 830px;
  }
}

.modulo-7 .block .items .item.item-4 .line {
  top: -59px;
  left: -2px;
  -webkit-transform: rotate(126deg);
  transform: rotate(126deg);
}

@media (min-width: 992px) {
  .modulo-7 .block .items .item.item-4 {
    top: 340px;
    left: 536px;
  }
}

@media (min-width: 1200px) {
  .modulo-7 .block .items .item.item-4 {
    top: 386px;
    left: 666px;
  }
}



.modulo-7 .block .items .item.item-5 .line {
  top: 66px;
  right: -4px;
  -webkit-transform: rotate(127deg);
  transform: rotate(127deg);
}

@media (min-width: 992px) {
  .modulo-7 .block .items .item.item-5 {
    top: 25px;
    left: 174px;
  }

  .modulo-7 .block .items .item.item-5 .text {
    text-align: right;
  }

}

@media (min-width: 1200px) {
  s .modulo-7 .block .items .item.item-5 {
    top: 5px;
    left: 234px;
  }

  .modulo-7 .block .items .item.item-5 .text {
    text-align: right;
  }
}

.modulo-7 .block .items .item.item-6 .line {
  top: 28px;
  right: -39px;
  -webkit-transform: rotate(81deg);
  transform: rotate(81deg);
}

@media (min-width: 992px) {
  .modulo-7 .block .items .item.item-6 {
    top: 125px;
    left: 70px;
  }

  .modulo-7 .block .items .item.item-6 .text {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .modulo-7 .block .items .item.item-6 {
    top: 125px;
    left: 117px;
  }

  .modulo-7 .block .items .item.item-6 .text {
    text-align: right;
  }
}

.modulo-7 .block .items .item.item-7 .line {
  top: -20px;
  right: -39px;
  -webkit-transform: rotate(41deg);
  transform: rotate(41deg);
}

@media (min-width: 992px) {
  .modulo-7 .block .items .item.item-7 {
    top: 245px;
    left: 22px;
  }

  .modulo-7 .block .items .item.item-7 .text {
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .modulo-7 .block .items .item.item-7 {
    top: 285px;
    left: 75px;
  }

  .modulo-7 .block .items .item.item-7 .text {
    text-align: right;
  }
}

.modulo-7 .block .items .item.item-8 .line {
  top: -62px;
  right: 7px;
  -webkit-transform: rotate(174deg);
  transform: rotate(174deg);
}

@media (min-width: 992px) {
  .modulo-7 .block .items .item.item-8 {
    top: 357px;
    left: 124px;
  }

  .modulo-7 .block .items .item.item-8 .text {
    text-align: right;
  }

}

@media (min-width: 1200px) {
  .modulo-7 .block .items .item.item-8 {
    top: 405px;
    left: 174px;
  }

  .modulo-7 .block .items .item.item-8 .text {
    text-align: right;
  }
}

.icon-d {
  width: 84px;
}


@media (min-width: 992px) {
  .modulo-7 .block .items .item {
    position: absolute;
  }
}

.modulo-7 .block .image-pack {
  padding: 40px 0 0;
  position: relative;
  z-index: 15;
}

@media (max-width: 1199.98px) {
  .modulo-7 .block .image-pack .img {
    max-width: 370px;
  }
}

@media (max-width: 991.98px) {
  .modulo-7 .block .image-pack .img {
    max-width: 370px;
  }
}

@media (max-width: 575.98px) {
  .modulo-7 .block .image-pack .img {
    max-width: 100%;
  }
}

.modulo-7 .block .image-pack .image-pack-shadow {
  position: absolute;
  left: 73px;
  top: 215px;
  z-index: -1;
}

@media (min-width: 768px) {
  .modulo-7 .block .image-pack .image-pack-shadow {
    left: 160px;
  }
}

@media (min-width: 992px) {
  .modulo-7 .block .image-pack .image-pack-shadow {
    left: 283px;
    top: 295px;
  }
}

@media (min-width: 1200px) {
  .modulo-7 .block .image-pack .image-pack-shadow {
    left: 322px;
    top: 343px;
  }
}

@media (max-width: 1199.98px) {
  .modulo-7 .block .image-pack .image-pack-shadow {
    max-width: 645px;
  }
}

@media (max-width: 991.98px) {
  .modulo-7 .block .image-pack .image-pack-shadow {
    max-width: 646px;
  }
}

@media (max-width: 575.98px) {
  .modulo-7 .block .image-pack .image-pack-shadow {
    display: none;
  }
}

@media (min-width: 992px) {
  .modulo-7 .block .image-pack {
    padding: 120px 0;
  }
}



/*Header*/
.custom-logo {
  min-height: 70px;
}

.main-navigation a {
  text-transform: uppercase;
}

.top-header {
  background: var(--dark-red);
}

header ul li a,
header ul li a:visited {
  color: var(--light);
}

header ul li.menu-item {

  position: relative;
}

header ul li.menu-item a {

  position: relative;
  z-index: 2;
  font-weight: bold;
}

header ul li.menu-item:hover:after {
  content: '';
  position: absolute;
  height: 8px;
  width: 100%;
  background-color: #D9007A;
  left: 0;
  bottom: 10px;
}

.top-links,
.top-links:active,
.top-links:visited,
.top-links:hover,
.top-links:focus {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

.header-marcas .top-links,
.header-marcas .top-links:active,
.header-marcas .top-links:visited,
.header-marcas .top-links:hover,
.header-marcas .top-links:focus {
  color: #007DAA;
  text-decoration: none;
  text-transform: uppercase;
}

.accordion-button:focus {
  outline: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}

.accordion-button::after {
  transform: rotate(-90deg) !important;
  background-image: url("/wp-content/uploads/2022/05/seta.svg") !important;
  background-size: contain !important;
}

.accordion-button:not(.collapsed)::after {
  transform: rotate(0deg) !important;
}

/* .accordion-item{

	-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 4px 4px rgb(0 0 0 / 40%);
    box-shadow: 0 4px 4px rgb(0 0 0 / 40%);
} */

.svg-face {

  width: 145px;
  height: 145px;
  min-width: 145px;
  border: 4px solid #007DAA;
  border-radius: 50%;
}

.svg-face>span {

  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80px;
  height: 40px;
  overflow: hidden;
}

.svg-face>span.happy:before {

  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 80px;
  width: 100%;
  border: 4px solid #007DAA;
  border-radius: 50%;
  animation-name: showHappy;
}

.svg-face>span.bad:before {

  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  height: 80px;
  width: 100%;
  border: 4px solid #007DAA;
  border-radius: 50%;
  animation-name: showBad;
}

.svg-face>span.normal:before {

  content: '';
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  height: 4px;
  width: 100%;
  background-color: #007DAA;
  animation-name: showNormal;
}

.svg-face>span:before {

  opacity: 0;
  transition: all .5s;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes showHappy {

  0%,
  20% {
    opacity: 1;
  }

  33.33%,
  100% {
    opacity: 0;
  }
}

@keyframes showNormal {

  0%,
  33.33% {
    opacity: 0;
  }

  40%,
  60% {
    opacity: 1;
  }

  66.66%,
  100% {
    opacity: 0;
  }
}

@keyframes showBad {

  0%,
  66.66% {
    opacity: 0;
  }

  75%,
  95% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* Slider  */
.imagem-card-slider {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: -75px;
  transform: translate(-50%, 0);
}

.imagem-card-slider-oradores {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 1rem auto;
}

/*Content*/
.content-relacional h3 {
  font-size: var(--font-h3);
}

.orador .orador-image {
  max-width: 200px;
}

.col .content-relacional {
  padding-bottom: 80px !important;
}

.orador {
  margin-top: -100px !important;
}

.full.section-12-0 .container {
  padding-bottom: 120px !important;
}

.full.section-12-1 .container {
  margin-top: -150px;
}

.full.section-12-1 {
  padding-bottom: 0 !important;
}

.full.section-12-2 {
  padding: 0 !important;
}

body.logged-in .full.logout,
body:not(.logged-in) .full.login {
  display: none;
}

body.logged-in .full.login {
  display: block;
}

.container.bloco-12-0 .row {
  align-items: center;
}

.container.bloco-61-0,
.container.bloco-75-0 {
  background: #bcbfcc;
  position: relative;
  overflow: hidden;
}

.container.bloco-61-0::before,
.container.bloco-75-0::before {
  content: "";
  background-image: url("/wp-content/uploads/2022/05/bg-registo.jpg");
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  /* z-index: -1; */
}

.container.bloco-61-0 .row,
.container.bloco-75-0 .row {
  position: relative;
  z-index: 2;
}

.modulo-link {
  text-decoration: none;
  color: #151453 !important;
}

/* Posts template  */
.list-articles .articles-row:not(.slider-oradores)>.articles .inner-article * {

  color: var(--medium-blue);
}

.list-articles .articles-row:not(.slider-oradores)>.articles:nth-child(odd) .inner-article {

  background-color: var(--medium-blue);
  color: #fff;
}

.list-articles .articles-row:not(.slider-oradores)>.articles:nth-child(odd) .inner-article * {

  color: #fff;
}

/* Materiais de Apoio  */
.link-file-pdf {

  display: block;
  text-align: center;
  margin-bottom: 1rem;
}

.link-file-pdf svg {

  max-width: 60px;
  max-height: 60px;
  fill: var(--dark-blue);
}


/*FAQS*/
.accordion-button,
.accordion-button:not(.collapsed) {
  color: #37337e;
  font-weight: 900;
  background: transparent;
  box-shadow: 0px 5px 7px -6px #c2c2c2 !important;
}

/*Forms*/
.btn-registo,
.wpforms-submit {
  width: 100% !important;
  background: #242F62 !important;
  border: 1px solid #242F62 !important;
  padding: 0.8em !important;
  font-size: 1.2em !important;
  font-weight: 700 !important;
  color: #fff !important;
  border-radius: 10px !important;
  text-decoration: none;
}

.wpforms-form .wpforms-field-container .wpforms-field input {
  padding: 2em 1em !important;
  border: 1px solid #98A2B3 !important;
  border-radius: 10px !important;
}

#wpforms-204 {
  font-family: "Montserrat", sans-serif !important;
  color: #332e83;
  font-size: 1.2rem;
  display: table;
  max-width: 800px;
  margin: 0 auto;
}

/* #wpforms-204 .wpforms-field-label{

} */

#wpforms-204 .wpforms-field .wpforms-field-label {
  margin-bottom: 2rem !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  color: #332e83 !important;
}

#wpforms-204 .wpforms-field .wpforms-pagebreak-left,
#wpforms-204 .wpforms-field-rating .wpforms-field-description,
#wpforms-204 .wpforms-field-rating-items {
  text-align: center !important;
}

#wpforms-204 .wpforms-field.wpforms-field-pagebreak {
  margin-top: 2.5rem !important;
}

#wpforms-204 .wpforms-field .wpforms-pagebreak-left .wpforms-page-next {
  background: #eca44c;
  border-color: #eca44c;
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  /* padding-right: 2.5rem; */
}

#wpforms-204 .wpforms-field .wpforms-pagebreak-left .wpforms-page-prev {
  background: #fff;
  border-color: #fff;
}

#wpforms-204 .wpforms-field .wpforms-pagebreak-left .wpforms-page-next {
  background: #eca44c;
  border-color: #eca44c;
  color: #fff;
  font-weight: 600;
  border-radius: 25px;
  /* padding-right: 2.5rem; */
}

.wpforms-page-indicator.circles {
  display: table;
  margin: 2rem auto !important;
}

#wpforms-204 .wpforms-field-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
}

#wpforms-204 .wpforms-field-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
}

#wpforms-204 .wpforms-field-radio .depth-1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.5rem !important;
  margin-top: 2rem !important;
  padding-top: 2.5rem !important;
}

#wpforms-204 .wpforms-field-radio .depth-1 label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  /* height: 25px;
    width: 25px; */
  padding: 8px;
  background-color: #ebe9e2;
  border-radius: 50%;
  border: 8px solid #ebe9e2;
}

#wpforms-204 .wpforms-field-radio .depth-1 input:checked+label::after {
  background-color: #eca44c;
}

#wpforms-204 .wpforms-submit-container .wpforms-submit {
  display: table !important;
  width: auto !important;
  margin: 0 auto !important;
  font-weight: 600 !important;
  font-size: 0.9em !important;
}

.wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #fff !important;
  border: 1px solid #f7a642 !important;
}

/*E-Learning*/

.category-title {
  color: #f7a642;
  position: relative;
}

.content-sidebar-video {
  box-shadow: 1px 1px 5px #c2c2c2;
}

.category-title:after {
  content: "";
  position: absolute;
  width: 55px;
  height: 5px;
  bottom: -10px;
  left: 50%;
  background: #f7a642;
  transform: translate(-50%, 0);
}

.message p {
  margin: 0;
}

.content-video .modulos,
.content-video .modulos.disabled .video,
.content-video .modulos.enabled>.thumbanail-message {
  display: none;
}

.content-video .modulos.disabled>.thumbanail-message {
  position: relative;
}

.content-video .modulos.disabled>.thumbanail-message .message {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(247, 166, 66, 0.8);
  color: #4b4590;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 1;
  transition: all 0.5s;
  pointer-events: none;
}

.content-video .modulos.active,
.content-video .modulos.enabled .video {
  display: block;
}

.content-video .modulos img {
  width: 100%;
}

.index-video-1>img,
.visualizacao {
  display: none;
}

.index-video-1 .video {
  display: block;
}

.content-sidebar-video a {
  text-decoration: none;
  text-transform: uppercase;
  color: #373737;
}

.content-sidebar-video a .thumbanail-message {
  padding-top: 2rem;
}

.pointer-line span.first {
  display: table;
  width: 35px;
  height: 35px;
  margin: 1rem auto;
  border: 1px solid #c2c2c2;
  border-radius: 50%;
  padding: 10px;
}

.pointer-line span.second {
  display: table;
  width: 25px;
  height: 25px;
  background: #c2c2c2;
  border-radius: 50%;
}

.pointer-line {
  position: relative;
}

.content-links-video {
  padding: 0;
}

.pointer-line:after {
  position: absolute;
  content: "";
  background: #c2c2c2;
  height: 0.5px;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}

.link-video.active .pointer-line span.first {
  background: #ffe5c6;
  border-color: #ffe5c6;
}

.link-video.active .pointer-line span.second {
  background: #eca44c;
}

.link-video a {
  color: #c2c2c2;
}

.link-video.active a {
  color: #eca44c;
}

.link-video h2 {
  color: #656667;
}

.thumbanail-message,
.content-sidebar-video .link-video.unlocked .thumbanail-message {
  position: relative;
}

.link-video.active .thumbanail-message .message {
  display: none;
}

.link-video:not(.active) .thumbanail-message .message {
  position: absolute;
  display: block;
  top: 2em;
  left: 0;
  width: 100%;
  height: calc(100% - 2em);
  background: rgba(247, 166, 66, 0.8);
  color: #4b4590;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: all 0.5s;
  pointer-events: none;
}

.link-video .thumbanail-message:hover .message {
  opacity: 1;
}

.content-sidebar-video .link-video.unlocked .thumbanail-message:after {
  position: absolute;
  content: url("/wp-content/uploads/2022/05/visto.png");
  right: 0.5rem;
  top: 2.5rem;
}

.popup {
  position: absolute;
  z-index: 99;
  left: 50%;
  top: 10%;
  transform: translate(-50%, 0);
  display: none;
}

.popup.active {
  display: block;
}

.fechar_popup {
  width: 55px;
  height: 55px;
  top: 0;
  right: 0;
  cursor: pointer;
}

.fechar_popup::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fechar_popup::after {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}

.content-video .content h3 {
  font-size: 2rem;
  font-weight: 900;
}

.section-212-0 {
  padding-top: 0 !important;
}

.wpforms-page-indicator-steps,
.wpforms-page-indicator-page-progress-wrap {
  display: none !important;
}

#wpforms-204 .wpforms-field-radio ul {
  display: flex;
  justify-content: center;
}

#wpforms-204 .wpforms-field-radio ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1.5rem !important;
}

#wpforms-204 .wpforms-field-radio ul li label {
  width: 100%;
  text-align: center;
}


.seta-modulos {

  width: 65px;
  height: 65px;
  background-color: #43C6F5;
  border: 1px solid #43C6F5;
  display: block;
  border-radius: 50%;
  margin-left: auto;
  position: relative;
  transition: all .8s;
}

.seta-modulos:after {

  content: '';
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #fff;
}

.modulo:hover .seta-modulos {

  background-color: #fff;
}

.modulo:hover .seta-modulos:after {

  border-left: 20px solid #43C6F5;
}

.modulo .col-image img {

  height: 150px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.btn-pdf {

  background-color: #43C6F5;
  border: 1px solid #43C6F5;
  padding: .5rem 1.5rem;
  border-radius: 15px;
  color: #fff;
  text-decoration: none;
  display: table;
  margin: 0 auto;
  margin-top: 1rem;
  font-weight: 700;
}

.btn-pdf:hover {

  background-color: #fff;
  color: #43C6F5;
}

.form-avaliacao {

  border-radius: 50px;
}

.wpforms-page-button {

  background: #43C6F5 !important;
  border-color: #43C6F5 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  margin: 0 auto !important;
  border-radius: 15px !important;
  padding: 1rem 2rem !important;
}

.wpforms-page-button:hover {

  background: #fff !important;
  color: #43C6F5 !important;
}

.wpforms-pagebreak-left {

  text-align: center !important;
}

.form-avaliacao .wpforms-field>label {

  font-size: 1.25rem !important;
  margin-bottom: 1rem !important;
}

.form-avaliacao .wpforms-field input[type="radio"] {

  width: 25px !important;
  height: 25px !important;
}

.form-avaliacao .wpforms-field[data-field-type="radio"] ul li {

  display: flex !important;
  align-items: center !important;
  padding: .5rem 0 !important;
}

/* input[type="radio"] {
	-webkit-appearance: none;
	appearance: none;
	background-color: var(--form-background);
	margin: 0;

	font: inherit;
	color: #ebe9e2;
	width: 1.15em;
	height: 1.15em;
	border: 0.15em solid #ebe9e2;
	border-radius: 50%;
	transform: translateY(-0.075em);
  
	display: grid;
	place-content: center;
  }
  
  input[type="radio"]::before {
	content: "";
	width: 0.65em;
	height: 0.65em;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #ebe9e2;
	background-color: #eca44c;
  }
  
  input[type="radio"]:checked::before {
	transform: scale(1);
  }
  
  input[type="radio"]:focus {
	outline: max(2px, 0.15em) solid #ebe9e2;
	outline-offset: max(2px, 0.15em);
  } */


/* Form Certificado */
.certificado-form {

  margin-top: 0 !important;
}

.certificado-form .wpforms-field-radio {

  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
  margin: 1.5rem 0 !important;
}

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

  .certificado-form .wpforms-field-radio>* {

    width: 100% !important;
    max-width: 49% !important;
  }

  .certificado-form .wpforms-submit-container {

    width: 100% !important;
    max-width: 49% !important;
    margin-left: auto !important;
  }

}

.certificado-form .wpforms-submit-container .wpforms-submit {

  /* background: transparent !important; */
  border-radius: 0 !important;
  display: table !important;
  width: auto !important;
}

.certificado-form .wpforms-field-radio .wpforms-field-label {

  font-size: 1.4rem !important;
}

.certificado-form .wpforms-field-radio li label {

  color: #3B3838;
}

.certificado-form .wpforms-confirmation-container-full {

  text-align: center !important;
  font-weight: 600 !important;
  font-size: 1.5rem !important;
  margin-top: 2.5rem !important;
}

.btn-header-marca a {

  background-color: transparent !important;
  border: 1px solid #fff !important;
}

.btn-header-marca.btn-slider a:hover {

  background-color: #fff !important;
}

/*Cookie*/

.cookie-popup {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

.cookie-popup .cookie {
  width: 100%;
  max-width: 700px;
  height: 80%;
  padding: 2rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #151453;
  flex-direction: column;
}

.cookie-popup .cookie a {
  background: #fff;
  padding: 0.8rem 4rem;
  margin-top: 2rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border-radius: 25px;
  color: #151453 !important;
}

.content-cookie {
  max-height: 90%;
  overflow: auto;
}

/*perfect10*/

.perfect10.content-links-video a h2 {
  font-size: 0.8rem !important;
}

.perfect10 .pointer-line span.second {
  width: 15px;
  height: 15px;
}

.perfect10 .pointer-line span.first {
  width: 25px;
  height: 25px;
  padding: 6px;
}

.category-perfect10 .content-sidebar-video {
  /* max-height: 33.333%; */
  max-height: 800px;
  overflow: auto;
}


/* Courses  */
.list-cursos.disabled {
  opacity: 0.5;
  -webkit-filter: grayscale(1);
  /* Old WebKit */
  filter: grayscale(1);
}

.progress-bar-course {

  width: 300px;
  height: 8px;
  border-radius: 5px;
  background-color: #f5f5f5;
}

.progress-bar-course>span.bar {

  height: 8px;
  border-radius: 5px;
  background-color: var(--dark-blue);
  display: block;
}


.flickity-page-dots {

  bottom: 2rem !important;
}

.flickity-page-dots .dot {

  width: 35px !important;
  height: 4px !important;
  background: #fff !important;
  border-radius: 0 !important;
}

.btn-slider a {

  border-radius: 0 !important;
  border-color: white !important;
  padding: .3rem 1.5rem !important;
  background-color: transparent !important;
}

.btn-slider a:hover {

  border-color: var(--dark-red) !important;
  background-color: var(--dark-red) !important;
}

/*Footer*/

.page-template-page-marcas .site-footer {
  background: var(--blue);
}

.site-footer {
  background: var(--dark-red);
}

#menu-footer-menu {
  margin: 0;
  padding: 0;
  display: flex;
}

#menu-footer-menu li {
  padding: 0 1rem;
  position: relative;
}

#menu-footer-menu li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  top: 0;
  background: #6e6dea;
}

#menu-footer-menu li a {
  text-transform: uppercase;
  color: #6e6dea;
}

.home .content-relacional {
  padding-bottom: 100px !important;
}

.site-header {
  position: relative;
}

.toggled.main-navigation>div {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  text-align: center;
  background: var(--dark-blue);
  padding: 1rem;
  z-index: 999;
}

.menu-toggle {
  /* display: block; */
  /* position: absolute; */
  top: 45px;
  left: 4px;
  z-index: 10;
  /* display: block; */
  visibility: visible;
  background-color: transparent;
  outline: 0;
  border: none;
  padding: 0;
  padding: 10px;
  cursor: pointer;
}

.menu-toggle .line {
  display: block;
  position: relative;
  top: 0;
  opacity: 1;
  background-color: var(--orange);
  border-radius: 2px;
  margin: 5px 4px;
  height: 4px;
  width: 26px;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 200ms linear 0ms, top 200ms linear 0ms,
    opacity 200ms linear 0ms;
  transition: -webkit-transform 200ms linear 0ms, transform 200ms linear 0ms,
    top 200ms linear 0ms, opacity 200ms linear 0ms;
}

.toggled .menu-toggle .line {
  opacity: 0;
}

.toggled .menu-toggle .line:first-child {
  opacity: 1;
  top: 9px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggled .menu-toggle .line:last-child {
  opacity: 1;
  top: -9px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.overflow {
  overflow-x: auto;
  overflow-y: hidden;
}

/*Mobile*/

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

  .btn-registo,
  .wpforms-submit {
    font-size: 0.6em !important;
  }

  #menu-footer-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .content-video .content h3 {
    font-size: 1.2rem;
    font-weight: 900;
  }
}

@media screen and (max-width: 450px) {
  #menu-footer-menu li:not(:last-child):after {
    display: none;
  }
}