@charset "UTF-8";
/* GLOBAL **************************/
/************************************************\
» GLOBAL
\************************************************/
:root {
  /* colors */
  --primary: #222220;
  --black: #000000;
  --red: #e22739;
  --orange: #e84e0f;
  --rose: #e01e62;
  --rose-light: #df497c;
  --lilac: #c764bd;
  --blue: #1fa7ee;
  --blue-dark: #4c5ddf;
  --yellow: #ecac00;
  --cyan: #15bc8f;
  --green: #83b436;
  --gray: #6c6c6c;
  --white: #ffffff;
  --gradient-1: 360deg, var(--orange), var(--red), var(--lilac);
  --gradient-2: 90deg, var(--orange), var(--red), var(--lilac);
  --gradient-3: 360deg, rgba(222, 95, 42, 0.2), rgba(226, 39, 57, 0.2),
  	rgba(199, 100, 189, 0.2);
  --solid-white: var(--white), var(--white);
  --solid-rose: var(--rose), var(--rose);
  --solid-primary: var(--primary), var(--primary);
  /* font families */
  --body: "IBM Plex Sans", sans-serif;
  --title: "Montserrat", sans-serif;
}

/* TYPE *****************************************/
/* GLOBAL */
body {
  font-family: var(--body);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--body);
  line-height: 1.6em;
}

h1 {
  font-family: var(--title);
  font-weight: 600;
}

/* LAYOUT ***************************************/
/* CONTAINER CUSTOM SIZE */
@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1442px) {
  .container {
    max-width: 1440px !important;
  }
}
/************************************************\
» OBJECTS
\************************************************/
/* HTML TAGS ************************************/
ol,
ul,
dl {
  margin: 0px;
}

blockquote {
  color: var(--gray);
}

.form-control,
.form-control:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
  border-color: #ccc;
}

/* BOOTSTRAP & WP *******************************/
/* LAYOUT */
body {
  background-color: var(--black);
}

#content {
  background-color: var(--white);
  position: relative;
  z-index: 1;
  margin-bottom: 80vh;
}
@media only screen and (((max-width: 932px) and (max-height: 430px)) or ((max-width: 430px) and (max-height: 932px))) {
  #content {
    margin-bottom: 0;
  }
}

article.post.page {
  padding: 0px 0px 50px 0px;
}

article.post.page.category_page h2 {
  font-size: 1.6em;
}

/************************************************\
» TYPE
\************************************************/
.text-body {
  font-family: var(--body);
  font-weight: 400;
}

.text-title {
  font-family: var(--title);
}

/* COLORS ****************************************/
#content a:not(.btn):not(.course_category):not(.img-bg):not(.category):not(.wp-block-button__link),
#content a:not(.btn):not(.course_category):not(.img-bg):not(.category):not(.wp-block-button__link):hover,
#second_menu a:not(.social-item a),
#second_menu a:not(.social-item a):hover,
.submenu_container a:not(.social-item a),
.submenu_container a:not(.social-item a):hover {
  color: var(--red);
  padding-bottom: 3px;
  text-decoration: none;
  background-position: 0 100%;
  background-size: 0% 3px;
  background-repeat: no-repeat;
  transition: background-size 0.3s;
  background-image: linear-gradient(var(--gradient-2));
}

#second_menu a:not(.social-item a),
#second_menu a:not(.social-item a):hover,
.submenu_container a:not(.social-item a),
.submenu_container a:not(.social-item a):hover {
  background-size: 0% 2px;
  color: var(--primary);
}

#content a:not(.btn):not(.course_category):not(.img-bg):not(.category):not(.wp-block-button__link):hover,
#content a.active:not(.btn):not(.course_category):not(.img-bg):not(.category):not(.wp-block-button__link) {
  background-size: 100% 3px;
}

#second_menu a:not(.social-item a):active,
#second_menu a:not(.social-item a):hover,
.submenu_container a:not(.social-item a):hover,
.submenu_container a:not(.social-item a):active {
  background-size: 100% 2px;
}

.text-gradient-1,
.bg-gradient-1 {
  background-image: linear-gradient(var(--gradient-1));
  background-image: -webkit-linear-gradient(var(--gradient-1));
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.bg-gradient-1 {
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
  color: var(--white);
  -webkit-text-fill-color: unset;
  -moz-text-fill-color: unset;
}

.border-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 1px;
  border-image-source: linear-gradient(to right, var(--orange), var(--lilac));
}

.lighter-color {
  filter: brightness(200%);
}

.color-orange {
  color: var(--orange) !important;
}

.color-red {
  color: var(--red) !important;
}

.color-gray {
  color: var(--gray) !important;
}

/* SIZES ****************************************/
body .site {
  font-size: 1rem;
}

h1,
.is__h1 {
  font-size: 3.6em;
}

h2,
.is__h2 {
  font-size: 2em;
}

h3,
.is__h3,
blockquote {
  font-size: 1.8em;
}

h4,
.is__h4 {
  font-size: 1.6em;
}

h5,
.is__h5 {
  font-size: 1.4em;
}

h6,
.is__h6 {
  font-size: 1.2em;
}

/************************************************\
» OBJECTS
\************************************************/
/* FIXED ****************************************/
.stick-this.stick {
  position: fixed;
  top: 62px;
  z-index: 9999;
}

.logged-in .stick-this.stick {
  top: 32px;
}

/* SCROLL TO TOP ********************************/
.scroll-top {
  background-color: var(--primary);
  border: 1px solid white;
  color: var(--white);
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
  border-radius: 19px;
  cursor: pointer;
}

.scroll-top:hover {
  background-color: var(--white);
  color: var(--primary) !important;
  text-decoration: none;
}

/* TOP BAR **************************************/
.top_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 50px;
  background: #000;
  height: 20px;
  color: #fff;
  text-align: center;
  transition: all 0.3s linear;
  margin: auto;
  z-index: 453463666;
}

.top_bar .info {
  padding: 1rem 4rem 1rem 3rem;
  font-size: 0.85em;
}

.top_bar.not_show {
  min-height: 0px;
  height: 0;
  display: none;
}

.top_bar a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.top_bar a:hover {
  color: #fff;
}

.top_bar button.close_top_bar {
  background: transparent !important;
  border: none !important;
  color: #fff;
  outline: none;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}

.top_bar button.close_top_bar:hover i {
  font-weight: 700;
}

/* RESPONSIVE YOUTUBE ***************************/
.youtube-responsive {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}

.youtube-responsive iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

/* PRICE ****************************************/
.price {
  color: #222220;
  line-height: 25px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: medium;
  font-style: normal;
  text-align: right;
  margin-top: 1em;
}

.price .old {
  font-size: 15px;
  margin-right: 10px;
  vertical-align: top;
  position: relative;
}

.price .old:before {
  border-bottom: 2px solid var(--rose);
  position: absolute;
  content: "";
  width: 100%;
  height: 75%;
}

.price .new {
  font-size: 1.4em;
  font-weight: bold;
}

/* AJAX LOADER **********************************/
#loader .gradient div:nth-child(1) {
  background: #de5f2a;
}

#loader .gradient div:nth-child(2) {
  background: #e1474d;
}

#loader .gradient div:nth-child(3) {
  background: #e22f6e;
}

/* ÍCONES ***************************************/
body a.icon-link:hover {
  color: var(--red) !important;
}

.calendar i.icon {
  font-size: 2.5em;
}

/************************************************\
» VARIATIONS
\************************************************/
.hide {
  display: none;
}

.show-block {
  display: block;
}

.show-inline {
  display: inline;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.align-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

a.arrow-to-right {
  display: inline-block;
  position: relative;
  padding-right: 1.2rem;
}

a.arrow-to-right:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
}

a.arrow-to-right:before {
  content: "\f054";
  right: 0;
}

.img-round-frame {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.img-round-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-link,
.icon-link {
  background-image: none !important;
}

/************************************************\
» MISC
\************************************************/
.item-event {
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px solid #dbdbdb;
}

.item-event .buttons {
  padding-bottom: 2.5rem;
}

.item-event .icon {
  font-size: 60px;
  color: #6c6c6c;
}

.item-event .info {
  position: relative;
}

.item-event .info p {
  margin: 0;
}

.item-event .info .date {
  font-size: 16px;
  line-height: 25px;
  text-decoration: underline;
  color: var(--primary);
  text-transform: uppercase;
  font-weight: bold;
}

.item-event .info .local {
  text-transform: capitalize;
  color: #6c6c6c;
  line-height: 25px;
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.item-event .info .weekdays {
  line-height: 24px;
  font-size: 13px;
  color: #6c6c6c;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.item-event .info .type > span {
  font-size: 13px;
  line-height: 18px;
  color: var(--primary);
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-right: 10px;
}

.item-event .info .type .icon {
  font-size: 20px;
  margin-right: 5px;
  color: var(--primary);
}

.talk {
  position: relative;
  padding: 5px 20px;
  border: 1px solid #fff;
}

.talk::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-weight: 900;
}

@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}

/* COMPONENTS **********************/
/* BUTTONS */
a.btn,
button.btn,
.wp-block-button.is-style-btn-primary .wp-block-button__link,
.wp-block-button.is-style-btn-primary-inverted .wp-block-button__link,
.wp-block-button.is-style-btn-secondary .wp-block-button__link,
.wp-block-button.is-style-btn-secondary-inverted .wp-block-button__link,
input[type=submit].btn,
.btn input[type=submit] {
  padding: 0.7em 3.45em;
  border-radius: 0;
  border: none;
  background: linear-gradient(var(--gradient-1));
  background: -webkit-linear-gradient(var(--gradient-1));
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border: 1px solid transparent;
}

.btn.btn-primary,
.wp-block-button.is-style-btn-primary .wp-block-button__link,
.btn.btn-primary-inverted,
.wp-block-button.is-style-btn-primary-inverted .wp-block-button__link,
.btn.btn-secondary,
.wp-block-button.is-style-btn-secondary .wp-block-button__link,
.btn.btn-secondary-inverted,
.wp-block-button.is-style-btn-secondary-inverted .wp-block-button__link {
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), -o-linear-gradient(101deg, var(--orange), var(--red), var(--lilac));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, var(--orange), var(--red), var(--lilac));
  background-size: 100% !important;
}

.btn.btn-primary,
.wp-block-button.is-style-btn-primary .wp-block-button__link,
.btn.btn-secondary,
.wp-block-button.is-style-btn-secondary .wp-block-button__link {
  border-radius: 0;
  border: 1px solid transparent;
  color: var(--primary) !important;
  -webkit-box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  -webkit-box-shadow: 2px 1000px 1px var(--white) inset;
  box-shadow: 2px 1000px 1px var(--white) inset;
  background-origin: border-box;
  background-clip: content-box, border-box;
}

.btn.btn-primary,
.wp-block-button.is-style-btn-primary .wp-block-button__link {
  font-size: 14px;
  line-height: 18px;
}

.btn.btn-secondary,
.wp-block-button.is-style-btn-secondary .wp-block-button__link {
  font-size: 14px;
  line-height: 15px;
}

.btn.btn-primary:hover,
.wp-block-button.is-style-btn-primary .wp-block-button__link:hover,
.btn.btn-secondary:hover,
.wp-block-button.is-style-btn-secondary .wp-block-button__link:hover {
  box-shadow: none;
  color: var(--white) !important;
}

.btn.btn-primary-inverted,
.wp-block-button.is-style-btn-primary-inverted .wp-block-button__link,
.btn.btn-secondary-inverted,
.wp-block-button.is-style-btn-secondary-inverted .wp-block-button__link {
  border-radius: 0;
  background-origin: border-box;
  background-clip: content-box, border-box;
  color: var(--white) !important;
}

.btn.btn-primary-inverted,
.wp-block-button.is-style-btn-primary-inverted .wp-block-button__link {
  font-size: 14px;
  line-height: 18px;
}

.btn.btn-primary-inverted:hover,
.wp-block-button.is-style-btn-primary-inverted .wp-block-button__link:hover {
  border: 1px solid transparent;
}

.btn.btn-secondary-inverted,
.wp-block-button.is-style-btn-secondary-inverted .wp-block-button__link {
  font-size: 12px;
  line-height: 15px;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: 1px solid transparent;
  box-shadow: none;
}

.btn.btn-primary-inverted:hover,
.wp-block-button.is-style-btn-primary-inverted .wp-block-button__link:hover,
.btn.btn-secondary-inverted:hover,
.wp-block-button.is-style-btn-secondary-inverted .wp-block-button__link:hover {
  color: var(--primary) !important;
  box-shadow: 2px 1000px 1px var(--white) inset;
}

a.invisible-box-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.btn-orderby {
  padding: 0.7rem 2.2rem 0.7rem 1rem;
  background: var(--white);
  border: none;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.btn-orderby i {
  margin-left: 0.5rem;
}

form .select_wrap label:has(.btn-orderby):after {
  content: "";
  width: auto;
}

/************************************************\
» RESPONSIVE LAYOUT
\************************************************/
@media (max-width: 767.98px) {
  a.btn,
  button.btn,
  input[type=submit].btn,
  .btn input[type=submit] {
    padding: 0.7em;
  }
}
/************************************************\
» GUTENBERG
\************************************************/
.wp-block-buttons .wp-block-button {
  margin-bottom: 1.5rem;
}
.wp-block-buttons .wp-block-button.is-style-btn-primary .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-btn-primary-inverted .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-btn-secondary .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-btn-secondary-inverted .wp-block-button__link {
  padding: 0.7em 3.45em !important;
  border-radius: 0;
  background: linear-gradient(var(--gradient-1));
  background: -webkit-linear-gradient(var(--gradient-1));
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border: 1px solid transparent;
  font-size: 0.9em;
}
.wp-block-buttons .wp-block-button.is-style-btn-primary .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-btn-secondary .wp-block-button__link {
  color: var(--primary) !important;
  border-color: var(--red) !important;
}
.wp-block-buttons .wp-block-button.is-style-btn-primary .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-btn-secondary .wp-block-button__link:hover {
  color: var(--white) !important;
}
.wp-block-buttons .wp-block-button.is-style-btn-primary-inverted .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-btn-secondary-inverted .wp-block-button__link {
  border-color: transparent !important;
}
.wp-block-buttons .wp-block-button.is-style-btn-primary-inverted .wp-block-button__link:hover, .wp-block-buttons .wp-block-button.is-style-btn-secondary-inverted .wp-block-button__link:hover {
  border-color: var(--red) !important;
  color: var(--primary) !important;
}

/************************************************\
» FORM
\************************************************/
/* Select field */
form .col {
  display: flex;
  flex-wrap: wrap;
}

form .select_wrap {
  display: flex;
}

form .filter_title {
  display: inline-block;
  margin-right: 1rem;
}

form .select_wrap select {
  padding: 0.7rem 2.2rem 0.7rem 1rem;
  border: none;
  right: 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form select[readonly] {
  background: #eee;
  pointer-events: none;
  touch-action: none;
}

form .select_wrap label {
  overflow: hidden;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

form .select_wrap label:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  color: var(--gray);
  padding: 12px 8px;
  position: absolute;
  right: 1.2rem;
  top: 0;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}

form .select_wrap.off label {
  display: none;
}

form button.readonly i {
  display: none;
}

form button.remove_filter {
  border: none;
  background: transparent;
}

form button.remove_filter i {
  color: var(--red);
  margin: 0 0.2rem;
}

form button.remove_filter:hover {
  opacity: 0.6;
}

/************************************************\
» FILTER
\************************************************/
.filters_by {
  background-color: #f8f8f8;
}

.filters_by .filter_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.filters_by .filter_list .select_wrap {
  padding: 0px 10px;
}

.filters_by .filter_list .select_wrap .selected {
  display: block;
}

.filters_by .filter_list .select_wrap .selected.off {
  display: none;
}

.filters_by label {
  margin: 0.4rem 0;
}

.filters_by,
.filters_by select,
.filters_by label:after,
.filters_by button {
  color: var(--gray);
  font-size: 0.95em;
}

.filters_by button[type=submit] {
  margin: 0 0.4rem;
  color: var(--white);
}

/************************************************\
» CATEGORY
\************************************************/
/* Geral / Shared */
a.category,
a.course_category {
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  border-radius: 0;
  margin-right: 10px;
  line-height: 19px;
  font-family: var(--body);
}

a.category:not(.course_category) {
  background-size: 100% !important;
  background-image: linear-gradient(var(--gradient-3));
  background-image: -webkit-linear-gradient(var(--gradient-3));
  -webkit-background-clip: border-box;
  -moz-background-clip: border-box;
  background-clip: border-box;
}

a.category:hover,
a.course_category:hover,
a.course_category:hover::after {
  opacity: 0.8;
  text-decoration: none;
  background-size: 100%;
}

/************************************************\
» HEADER
\************************************************/
/* -> VARS **************************************/
/* -> HEADER ************************************/
header#masthead {
  background: var(--white);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
  z-index: 10000;
}
body header#masthead.scrolling-on {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
}
@media (max-width: 1200px) {
  header#masthead .main-header-col:has(.jet-mega-menu), header#masthead .navbar:has(.jet-mega-menu) {
    position: unset;
  }
}
header#masthead .navbar-brand a {
  background-image: none;
}
.home header#masthead .navbar-brand svg g#Home-Menu {
  fill: var(--white);
}
header#masthead .right-side-menu .row {
  flex-wrap: initial;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
header#masthead .right-side-menu .search-form {
  position: relative;
}
@media (max-width: 1200px) {
  header#masthead .right-side-menu .search-form {
    margin-right: 3rem;
  }
}
@media (max-width: 991.98px) {
  header#masthead .right-side-menu .search-form {
    margin-right: 3rem;
  }
}
@media (max-width: 575.98px) {
  header#masthead .right-side-menu .search-form {
    margin-right: 3.5rem;
  }
}
header#masthead .right-side-menu .search-form input {
  padding-left: 2.5rem;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
@media (min-width: 1215px) {
  .home header#masthead .right-side-menu .search-form input {
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0);
  }
}
.home header#masthead .right-side-menu .search-form input::-webkit-input-placeholder {
  opacity: 0;
}
.home header#masthead .right-side-menu .search-form input::-moz-placeholder {
  opacity: 0;
}
.home header#masthead .right-side-menu .search-form input::-ms-input-placeholder {
  opacity: 0;
}
.home header#masthead .right-side-menu .search-form input::placeholder {
  opacity: 0;
}
header#masthead .right-side-menu .search-form button[type=submit] {
  background: none;
  border: none;
  position: absolute;
  left: 0.5rem;
  top: 0.4rem;
}
@media (min-width: 1215px) {
  .home header#masthead .right-side-menu .search-form button[type=submit] {
    color: #fff;
  }
}
header#masthead .right-side-menu .search-form label {
  margin: 0;
}
.navbar-light header#masthead .right-side-menu .navbar-toggler {
  border: none;
}
.home header#masthead {
  background: transparent;
  box-shadow: none;
}
.home header#masthead.navbar-lighter, .home header#masthead:hover, .home header#masthead.scrolling-on {
  background: var(--white);
  border-color: #ccc;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.home header#masthead.navbar-lighter .right-side-menu .search-form input, .home header#masthead:hover .right-side-menu .search-form input, .home header#masthead.scrolling-on .right-side-menu .search-form input {
  border-color: #ccc;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}
.home header#masthead.navbar-lighter .right-side-menu .search-form input::-webkit-input-placeholder, .home header#masthead:hover .right-side-menu .search-form input::-webkit-input-placeholder, .home header#masthead.scrolling-on .right-side-menu .search-form input::-webkit-input-placeholder {
  opacity: 0.5;
}
.home header#masthead.navbar-lighter .right-side-menu .search-form input::-moz-placeholder, .home header#masthead:hover .right-side-menu .search-form input::-moz-placeholder, .home header#masthead.scrolling-on .right-side-menu .search-form input::-moz-placeholder {
  opacity: 0.5;
}
.home header#masthead.navbar-lighter .right-side-menu .search-form input::-ms-input-placeholder, .home header#masthead:hover .right-side-menu .search-form input::-ms-input-placeholder, .home header#masthead.scrolling-on .right-side-menu .search-form input::-ms-input-placeholder {
  opacity: 0.5;
}
.home header#masthead.navbar-lighter .right-side-menu .search-form input::placeholder, .home header#masthead:hover .right-side-menu .search-form input::placeholder, .home header#masthead.scrolling-on .right-side-menu .search-form input::placeholder {
  opacity: 0.5;
}
.home header#masthead.navbar-lighter .right-side-menu button[type=submit], .home header#masthead:hover .right-side-menu button[type=submit], .home header#masthead.scrolling-on .right-side-menu button[type=submit] {
  color: var(--primary);
}
.home header#masthead.navbar-lighter .navbar-brand svg g#Home-Menu, .home header#masthead:hover .navbar-brand svg g#Home-Menu, .home header#masthead.scrolling-on .navbar-brand svg g#Home-Menu {
  fill: var(--orange);
}
header#masthead .wp-block-columns {
  margin-bottom: 0;
}

/*  -> JET MEGA MENU ****************************/
.jet-mega-menu {
  width: 100%;
}
@media (max-width: 1200px) {
  .jet-mega-menu {
    position: unset;
  }
}
@media (min-width: 1215px) {
  .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-list {
    margin-top: 0.2rem;
    margin-left: 3rem;
    width: 100%;
  }
  .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item {
    flex-grow: 1;
  }
}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__title .jet-mega-menu-item__label {
  font-family: var(--title);
  font-size: 16px;
  color: var(--black);
  font-weight: bold;
}
.home .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__title .jet-mega-menu-item__label {
  color: var(--white);
}
#masthead.scrolling-on .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__title .jet-mega-menu-item__label, #masthead.navbar-lighter .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__title .jet-mega-menu-item__label {
  color: var(--black);
}
#masthead.scrolling-on .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__title .jet-mega-menu-item__label:hover, #masthead.navbar-lighter .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__title .jet-mega-menu-item__label:hover {
  color: var(--orange);
}
@media (max-width: 1215px) {
  .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__inner .jet-mega-menu-item__link {
  font-size: 95%;
}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__inner .jet-mega-menu-item__link:hover {
  text-decoration: none;
}
@media (max-width: 1215px) {
  .jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__inner .jet-mega-menu-item__link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container {
  width: unset !important;
}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container[data-position=relative] {
  width: max-content !important;
}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container[data-position=relative] .jet-mega-menu-mega-container__inner {
  width: unset;
}
.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner {
  padding-top: 20px;
  width: 100vw;
}
.jet-mega-menu.jet-mega-menu--layout-dropdown {
  width: auto;
}
.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list {
    max-width: 720px !important;
  }
}
@media (max-width: 767.98px) {
  .jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list {
    max-width: 550px !important;
  }
}
.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item {
  margin-left: 1rem;
}
@media (max-width: 1200px) {
  .jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-item__inner {
    padding-left: 0px !important;
    font-size: 170%;
  }
}
@media (max-width: 992px) {
  .jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-item__inner {
    padding-left: 5px !important;
  }
}
@media (max-width: 600px) {
  .jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-item__inner {
    padding-left: 25px !important;
    font-size: 170%;
  }
}
@media (max-width: 1200px) {
  .jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-item__inner a {
    color: var(--black);
    font-weight: 500;
  }
}
.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-container {
  background-color: var(--white);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
  height: calc(100vh - 53px);
  font-family: var(--title);
}
.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-container a {
  font-weight: 700;
}
@media (max-width: 992px) {
  .jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-container .is-layout-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-container .wp-block-columns {
    flex-basis: 100% !important;
    flex-direction: column !important;
  }
}
@media (max-width: 1200px) {
  .jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle {
    position: absolute;
    top: 0.8rem;
    left: calc(90vw - 1rem);
    z-index: 1;
  }
}
.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle svg {
  width: 30px;
}
.home .jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle svg path {
  fill: var(--white);
}
.home #masthead:hover .jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle svg path, .home #masthead.scrolling-on .jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle svg path, .home #masthead.navbar-lighter .jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle svg path {
  fill: var(--black);
}
@media (max-width: 1200px) {
  .jet-mega-menu .jet-mega-menu-container {
    left: 0;
    width: 100vw;
  }
}
.jet-mega-menu .jet-mega-menu-container .jet-mega-menu-mega-container__inner {
  font-family: var(--title);
  background-color: var(--white);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.jet-mega-menu .jet-mega-menu-mega-container,
.jet-mega-menu .jet-menu__sub-menu {
  transition-delay: 0s !important;
}

/*  -> TOP BAR **********************************/
@media (max-width: 767.98px) {
  .top_bar {
    position: fixed;
    bottom: 0;
    z-index: 453463666;
    height: auto;
    padding: 10px inherit;
  }
}

/*  -> MENU LINKS *******************************/
#main-menu li {
  margin: 0 1rem;
}
#main-menu li a {
  transition: color 0.3s ease-in-out;
  font-family: var(--title);
}
#main-menu li a:hover {
  color: var(--orange) !important;
}

/************************************************\
» HERO
\************************************************/
.page_header_banner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 16.5rem;
}
.page_header_banner.background {
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page_header_banner.background:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page_header_banner .container {
  padding-top: 62px;
}
.page_header_banner .page_title {
  color: #fff;
  padding: 32px 0px;
}

/* BANNER ****************************************/
.page_banner {
  position: relative;
  padding: 2rem 0;
  z-index: 1;
  min-height: 16.5rem;
  display: flex;
  align-items: center;
}
.page_banner.background {
  background: linear-gradient(to right, var(--orange), var(--red));
}
.page_banner.background .page_title, .page_banner.background .page_subtitle {
  color: var(--white);
}
.page_banner.background .page_subtitle {
  margin: 0 auto;
  margin-top: -1.5rem;
  max-width: 60rem;
}
.page_banner .category_icon {
  width: 50px;
  filter: brightness(0) invert(1);
}
.page_banner [class^=icon-], .page_banner [class*=" icon-"] {
  font-size: 6em;
}

.banner_icon {
  position: absolute;
  width: 200px;
  right: 20%;
  top: 25px;
  z-index: 5;
}

/* Professores */
.populare_instructors .each-instructor {
  display: flex;
  flex-direction: column;
}

.instructor {
  height: 100%;
}
.instructor .instructor_container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.instructor .instructor_container .instructor-pic a {
  background-image: unset !important;
}
.instructor .instructor_container .instructor-pic figure {
  display: inline-block;
  width: 100%;
  min-width: 20px;
  min-height: 20px;
  box-sizing: content-box;
  overflow: hidden;
  margin: auto;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 1em;
  width: 100%;
}
.instructor .instructor_container .instructor-pic figure:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.instructor .instructor_container > .name {
  font-weight: 700;
}
.instructor .instructor_container > .tags > a {
  color: #000;
  font-weight: 500;
}
.instructor .instructor_container .instructor-header {
  padding: 0 20px;
}
.instructor .instructor_container .instructor-content {
  padding: 20px;
  margin-top: auto;
}
.instructor .social_media a, .instructor.social_media a {
  color: var(--primary) !important;
  font-size: 1em;
  background: unset !important;
  text-decoration: underline !important;
}
.instructor .pg-nav {
  list-style: none;
  padding-left: 0;
}
.instructor .pg-nav a {
  background: unset !important;
  text-decoration: underline !important;
  text-underline-offset: 0.2rem;
}

figure.instructor-photo {
  display: inline-block;
  width: 100%;
  min-width: 20px;
  min-height: 20px;
  box-sizing: content-box;
  overflow: hidden;
  margin: auto;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 1em;
  max-width: 200px;
  height: auto;
}
figure.instructor-photo:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}

.formador-card {
  border: solid 1px rgb(219, 219, 219);
}

/************************************************\
» FLAGTALKS
\************************************************/
.flagtalks h2 {
  font-weight: bold;
  font-size: 4rem;
  line-height: normal;
}

.flagtalks svg {
  width: 100%;
  min-width: 300px;
}

.flagtalks figure {
  margin-top: 0;
}

.flagtalks .talk {
  border: solid 1px #000;
  padding: 5px 20px;
  margin: 0.4rem 0 !important;
  background-size: 0 !important;
}

.flagtalks .talk:hover {
  opacity: 0.6;
}

.flagtalks .talk:before {
  content: "";
}

.flagtalks .list {
  color: var(--black);
}

.flagtalks .list .flagtalk {
  opacity: 0.85;
  transition: opacity 0.2s ease-in-out;
}

.flagtalks .list .flagtalk:hover {
  opacity: 1;
}

.flagtalks .list .flagtalk a {
  color: var(--black) !important;
}

.flagtalks.title_black .list .flagtalk a {
  color: var(--black) !important;
}

.flagtalks .list .flagtalk .date-time {
  font-family: var(--title);
  font-weight: bold;
  padding-bottom: 1.5rem;
}

.flagtalks .list .flagtalk .date {
  color: var(--black);
  display: block;
  padding-bottom: 0.2em;
  border-bottom: 1px solid var(--black);
  font-size: 2.8em;
}

.flagtalks .list .flagtalk .time {
  display: block;
  padding: 0.8rem 0;
}

.flagtalks .list .flagtalk .featured-img {
  padding-bottom: 1rem;
}

.flagtalks .list .flagtalk .page_title {
  margin-left: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.flagtalks .list .flagtalk p {
  font-weight: bold;
  padding-top: 1em;
}

.flagtalks .list .flagtalk p a {
  font-weight: normal;
}

.flagtalks .list .flagtalk a:not(.invisible-box-btn) {
  z-index: 1;
  position: relative;
  display: inline-block;
  margin-top: 0.1rem;
}

.flagtalks .list .flagtalk a,
.flagtalks .list .flagtalk a.invisible-box-btn {
  background-image: linear-gradient(to right, var(--black), var(--black)) !important;
}

.flagtalks .list.most_recent .flagtalk a.invisible-box-btn {
  background-image: linear-gradient(to right, var(--white), var(--white)) !important;
}

.flagtalks .more-flagtalks {
  text-align: right;
}

.flagtalks .more-flagtalks a {
  font-weight: bold;
  display: inline-block;
  color: var(--white) !important;
  margin-top: 2rem;
  background-image: linear-gradient(to right, var(--white), var(--white)) !important;
}

.flagtalks.page_banner.background .talk {
  border: solid 1px #fff;
  padding: 5px 20px !important;
}

.flagtalks.page_banner.background .list,
.flagtalks.page_banner.background.list,
.flagtalks.page_banner.background .date-time,
.flagtalks.page_banner.background .date-time .date,
.flagtalks.page_banner.background a {
  color: var(--white);
}

.flagtalks.page_banner.background .date-time .date {
  border-bottom: 1px solid var(--white);
}

/************************************************\
» RESPONSIVE
\************************************************/
@media (max-width: 767.98px) {
  .flagtalks .list .flagtalk {
    opacity: 1;
  }
}
/************************************************\
» TESTIMONIALS
\************************************************/
.testimonials .navigation button {
  background: transparent;
  border: none;
  font-size: 50px;
  color: #b2b2b2;
}

/************************************************\
» RESPONSIVE
\************************************************/
@media (max-width: 575.98px) {
  .owl-item {
    margin-left: 1px;
  }
  .owl-item .item-testemonial figure {
    margin: 0 5rem;
  }
}
/************************************************\
» PAGINATION
\************************************************/
.pagination-wrap {
  margin: 0 auto 3rem auto;
}

.pagination-wrap .pagination {
  justify-content: center;
}

.pagination-wrap .pagination a,
.pagination-wrap .pagination span {
  display: inline-block;
  padding: 0.5rem;
  margin: 0 0.5rem;
  font-size: 1.2em;
}

.pagination-wrap .pagination a {
  color: var(--primary) !important;
  background-size: 0 2px !important;
}

.pagination-wrap .pagination a:hover {
  background-size: 100% 2px !important;
}

.pagination-wrap .pagination span.current {
  color: var(--red) !important;
  border-bottom: solid 2px var(--red);
}

/************************************************\
» SEARCH
\************************************************/
.search_page {
  flex: 1;
}

.search_page .nav-tabs {
  text-align: center;
}

.search_page .nav,
.search_page .nav-item {
  display: inline-block;
}

.search_page a.nav-link {
  border: none;
  padding: 0 0 1rem 0 !important;
  margin: 0 1rem;
  font-weight: bold;
  color: var(--primary) !important;
  background-image: linear-gradient(var(--solid-rose)) !important;
}

.search_page a.nav-link.active {
  color: var(--pink) !important;
}

.search_page a.nav-link:hover {
  background-color: transparent;
}

/************************************************\
» FOOTER
\************************************************/
footer#colophon {
  background-color: #000 !important;
  color: var(--white);
  max-height: 100vh;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 25px;
  position: fixed;
  bottom: 0;
  z-index: 0;
  overflow: auto;
  font-family: var(--title);
}
@media only screen and (((max-width: 932px) and (max-height: 430px)) or ((max-width: 430px) and (max-height: 932px))) {
  footer#colophon {
    position: relative;
    max-height: unset;
  }
}
footer#colophon .widgets {
  padding: 0;
}
footer#colophon .widgets .widget-title {
  color: var(--white);
}
footer#colophon .widgets .nav a, footer#colophon .widgets p a {
  background-color: transparent;
  color: var(--white);
  padding: 10px 0px;
  font-size: 14px;
  font-weight: 500;
}
footer#colophon .widgets .nav a:hover, footer#colophon .widgets p a:hover {
  background-color: unset;
  text-decoration: underline;
}
footer#colophon .widgets .social-media {
  list-style: none;
  padding: 1rem 0 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
footer#colophon .widgets .social-media a i {
  color: var(--white);
  font-size: 1.8em;
  transition: opacity 0.2s ease-in-out;
}
footer#colophon .widgets .social-media a:hover i {
  text-decoration: none;
  opacity: 0.6;
}
footer#colophon .widgets .wpcf7 form, footer#colophon .widgets .wpcf7 .newsletter {
  position: relative;
}
footer#colophon .widgets .wpcf7 .newsletter .wpcf7-form-control-wrap.email {
  display: block;
}
footer#colophon .widgets .wpcf7 .newsletter .field input[type=email] {
  color: var(--white);
  border: none;
  border-radius: 0;
  padding: 1rem 0.75rem 2rem 0;
  text-decoration: none;
  background-image: linear-gradient(var(--gradient-2));
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0 100%;
  background-size: 100% 3px;
  font-family: var(--body);
}
footer#colophon .widgets .wpcf7 .newsletter .field .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -25px;
  right: 0;
}
footer#colophon .widgets .wpcf7 .newsletter .btn {
  position: absolute;
  padding: 0;
  top: 0;
  right: 0;
  border: 0;
}
footer#colophon .widgets .wpcf7 .newsletter .btn input[type=submit] {
  padding: 0.7rem;
  box-shadow: none;
  color: var(--white);
}
footer#colophon .widgets .wpcf7 .newsletter .btn input[type=submit]:hover {
  opacity: 0.6;
}
footer#colophon .widgets .wpcf7 .ajax-loader {
  margin: 0.5rem 0 0 -2.6rem;
}
footer#colophon .widgets .wpcf7-response-output {
  position: absolute;
  top: -30px;
  padding: 0;
  margin: 0;
}
.invalid footer#colophon .widgets .wpcf7-response-output {
  color: var(--yellow);
  border: none;
}
.failed footer#colophon .widgets .wpcf7-response-output {
  color: var(--red);
  border: none;
}
footer#colophon .widgets .accreditations {
  list-style: none;
  padding: 0;
}
footer#colophon .widgets .accreditations li {
  display: inline-block;
}
footer#colophon .widgets .livros-reclama-elogio {
  display: flex;
  gap: 1rem;
  align-items: center;
}
footer#colophon .widgets .livros-reclama-elogio img {
  width: 8rem;
}
footer#colophon .widgets .subscrever-newsletter {
  display: block;
  font-weight: bold;
}
@media (max-width: 991.98px) {
  footer#colophon .widgets .subscrever-newsletter {
    margin-bottom: 2rem;
  }
}
footer#colophon .widgets .subscrever-newsletter.btn {
  padding: 0.7em 1em;
}
footer#colophon .widgets .main-col, footer#colophon .widgets .sub-col-1, footer#colophon .widgets .sub-col-2 {
  margin-bottom: 2rem;
}
footer#colophon .widgets .sub-col-2 {
  display: flex;
  flex-direction: column;
}
footer#colophon .widgets .sub-col-2 section:first-child {
  margin-bottom: auto;
  margin-top: 4rem;
}
footer#colophon .rumos img {
  max-width: 12rem;
  width: 100%;
}
footer#colophon .site-legal-info {
  margin-top: 3rem;
}
footer#colophon .site-legal-info .nav {
  justify-content: center;
}
footer#colophon .site-legal-info .nav.flex-column {
  flex-direction: unset !important;
}
footer#colophon .site-legal-info .nav a {
  padding: 0.2rem 1rem;
}
footer#colophon .site-legal-info .nav a:hover {
  background-color: unset;
  text-decoration: underline;
  color: var(--white);
}
footer#colophon .site-info, footer#colophon .site-info a {
  color: var(--white);
}

/************************************************\
» WIDGET » SOCIAL   
\************************************************/
.social_media {
  padding: 0;
  position: relative;
  list-style: none;
}

.social_media .social-item {
  display: inline-block;
}

.social_media .social-item:not(:first-child) {
  margin-right: 10px;
}

.social_media .social-item > a {
  color: #fff;
  font-size: 25px;
}

/************************************************\
» BREADCRUMBS
\************************************************/
.breadcrumb {
  padding-left: 0px !important;
  background: transparent;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb > li > a {
  color: var(--primary);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--primary) !important;
  font-weight: 500;
}

/************************************************\
» STORIES
\************************************************/
.stories-icon {
  border-radius: 50%;
  padding: 5px;
  background: -webkit-linear-gradient(var(--gradient-1));
  background: linear-gradient(var(--gradient-1));
}

.stories-icon > img {
  border-radius: 50%;
  border: 3px solid #fff;
}

/************************************************\
» RESPONSIVE LAYOUT
\************************************************/
@media (max-width: 1442.98px) {
  /* Web Stories */
  .home amp-story-player {
    width: 275px !important;
    height: 489px !important;
  }
}
@media (max-width: 1199.98px) {
  /* Web Stories */
  .home amp-story-player {
    width: 360px !important;
    height: 640px !important;
  }
}
/************************************************\
» MODAL
\************************************************/
.modal-backdrop {
  display: none;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  padding-top: 60px;
}

.modal.show .modal-dialog {
  max-width: 750px;
}

.modal textarea.form-control {
  height: 70px;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: var(--orange) !important;
}

.modal-body .wpcf7 label {
  width: 100%;
}

.snippet-badge-curso {
  align-items: center;
  background: linear-gradient(360deg, var(--orange), var(--red));
  background: -webkit-linear-gradient(360deg, var(--orange), var(--red));
  -webkit-background-clip: border-box;
  background-clip: border-box;
  border-radius: 0.4rem;
  color: var(--white);
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5em;
  padding: 0 2rem 0 1rem;
}
.snippet-badge-curso h1,
.snippet-badge-curso h2,
.snippet-badge-curso h3,
.snippet-badge-curso h4,
.snippet-badge-curso h5,
.snippet-badge-curso h6,
.snippet-badge-curso h7 {
  color: var(--white) !important;
  margin-top: 1.5rem;
  padding-bottom: 0;
  line-height: 1.2em;
  font-weight: 500 !important;
}
.snippet-badge-curso a {
  color: var(--white) !important;
  text-decoration: underline !important;
  text-underline-offset: 0.3rem;
  text-decoration-style: dotted !important;
  text-decoration-thickness: 1px !important;
}
.snippet-badge-curso a:hover {
  background-image: none !important;
  text-decoration-style: solid !important;
}
.snippet-badge-curso p {
  font-size: 17px !important;
}
.snippet-badge-curso img {
  width: 100%;
  margin: 1rem 0;
}
.snippet-badge-curso img br {
  line-height: 0;
}

.sticker {
  background-color: rgba(224, 30, 98, 0.1);
  color: #e01e62;
  display: inline-flex;
  align-items: center;
}
.sticker i {
  font-size: 0.8em;
}
.schedule .sticker, .sticker.is__purple {
  background-color: rgba(102, 16, 242, 0.1);
  color: #6610f2;
}

/* PAGES ***************************/
/************************************************\
» DEFAULT PAGE
\************************************************/
/* Mixins ***************************************/
/* Styles ***************************************/
.page-template-default #content,
.editor-styles-wrapper {
  line-height: 1.6;
  font-weight: 400;
  font-size: 1.15rem;
  padding-bottom: 10rem;
}
@media only screen and (((max-width: 932px) and (max-height: 430px)) or ((max-width: 430px) and (max-height: 932px))) {
  .page-template-default #content,
  .editor-styles-wrapper {
    padding-bottom: 0;
  }
}
.page-template-default #content a,
.editor-styles-wrapper a {
  background-size: 0 2px;
}
.page-template-default #content a:hover,
.editor-styles-wrapper a:hover {
  background-size: 100% 2px;
}
.page-template-default #content ul, .page-template-default #content ol,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  padding: 0 0 0 1.2rem;
}
.page-template-default #content p, .page-template-default #content ul, .page-template-default #content ol, .page-template-default #content .wp-block-list, .page-template-default #content blockquote, .page-template-default #content .wp-block-quote,
.editor-styles-wrapper p,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.editor-styles-wrapper .wp-block-list,
.editor-styles-wrapper blockquote,
.editor-styles-wrapper .wp-block-quote {
  margin-bottom: 1.5em;
}
.page-template-default #content blockquote, .page-template-default #content .wp-block-quote,
.editor-styles-wrapper blockquote,
.editor-styles-wrapper .wp-block-quote {
  color: var(--red);
  font-size: 1.2rem;
  margin-top: 60px;
  font-style: italic;
  line-height: 1.4em;
}
.page-template-default #content ul, .page-template-default #content ol, .page-template-default #content .wp-block-list,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.editor-styles-wrapper .wp-block-list {
  color: var(--black);
}
.page-template-default #content ul ::marker, .page-template-default #content ol ::marker, .page-template-default #content .wp-block-list ::marker,
.editor-styles-wrapper ul ::marker,
.editor-styles-wrapper ol ::marker,
.editor-styles-wrapper .wp-block-list ::marker {
  color: var(--red);
  font-weight: bold;
  font-size: 0.8em;
}
.page-template-default #content .wp-block-heading,
.editor-styles-wrapper .wp-block-heading {
  font-family: var(--body);
}
.page-template-default #content h2.wp-block-heading, .page-template-default #content h3.wp-block-heading,
.editor-styles-wrapper h2.wp-block-heading,
.editor-styles-wrapper h3.wp-block-heading {
  color: var(--red);
  margin-top: 60px;
}
.page-template-default #content h4.wp-block-heading,
.editor-styles-wrapper h4.wp-block-heading {
  font-size: 1.32em;
  margin-bottom: 0;
}
.page-template-default #content .wp-block-embed-youtube .wp-block-embed__wrapper,
.editor-styles-wrapper .wp-block-embed-youtube .wp-block-embed__wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.page-template-default #content .wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.editor-styles-wrapper .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-default #content .wp-block-themeisle-blocks-accordion,
.editor-styles-wrapper .wp-block-themeisle-blocks-accordion {
  border-color: var(--orange);
}
.page-template-default #content .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__title,
.editor-styles-wrapper .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__title {
  border-color: var(--orange);
}
.page-template-default #content .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__content,
.editor-styles-wrapper .wp-block-themeisle-blocks-accordion .wp-block-themeisle-blocks-accordion-item__content {
  border-color: var(--orange);
}
.page-template-default #content .content-support .page-title-nav,
.editor-styles-wrapper .content-support .page-title-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 3rem;
  z-index: 1020;
}
.page-template-default #content .content-support .page-title-nav .title-list, .page-template-default #content .content-support .page-title-nav .links-list,
.editor-styles-wrapper .content-support .page-title-nav .title-list,
.editor-styles-wrapper .content-support .page-title-nav .links-list {
  font-size: 0.95rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-default #content .content-support .page-title-nav .title-list li, .page-template-default #content .content-support .page-title-nav .links-list li,
.editor-styles-wrapper .content-support .page-title-nav .title-list li,
.editor-styles-wrapper .content-support .page-title-nav .links-list li {
  margin-bottom: 0.4rem;
}
.page-template-default #content .content-support .page-title-nav .title-list li:last-child, .page-template-default #content .content-support .page-title-nav .links-list li:last-child,
.editor-styles-wrapper .content-support .page-title-nav .title-list li:last-child,
.editor-styles-wrapper .content-support .page-title-nav .links-list li:last-child {
  margin-bottom: 1rem;
}
.page-template-default #content .content-support .page-title-nav .btn,
.editor-styles-wrapper .content-support .page-title-nav .btn {
  padding: 0.7em 1em;
  font-size: 0.85em !important;
  font-weight: 500;
}

/************************************************\
» HOME » HERO
\************************************************/
.home .page_banner {
  margin-bottom: 0;
  overflow-x: hidden;
}

.home .page_banner.background .row.this-hero {
  position: relative;
}

.home .page_banner,
.home .page_banner h1,
.home .page_banner h2,
.home .page_banner h3,
.home .page_banner h4,
.home .page_banner h5,
.home .page_banner h6,
.home .page_banner a {
  color: var(--white);
}

.home .page_banner h1,
.home .page_banner h2,
.home .page_banner h3,
.home .page_banner h4,
.home .page_banner h5,
.home .page_banner h6 {
  font-size: 1rem;
  margin-left: 10%;
}

.home .page_banner .this-hero {
  padding: 6rem 0 0 0;
}

.home .page_banner .this-hero > .col > div {
  position: relative;
  padding: 5rem 0;
}

.home .page_banner .this-hero > .col > div:before {
  content: "";
  position: absolute;
  border-top: solid 1px var(--white);
  border-bottom: solid 1px var(--white);
  width: 80%;
  margin-left: 10%;
  top: 0;
  bottom: 0;
}

.home .page_banner .this-hero > .col > div .marquee > div {
  position: relative;
  z-index: 1;
}

.home .page_banner .this-hero > .col h2 {
  padding: 0;
  font-size: 4em;
  line-height: 2.5rem;
  font-weight: bold;
  white-space: nowrap;
  top: 50%;
  margin-top: -1.4rem;
  padding-right: 5%;
  margin-left: 0;
}

/************************************************\
» RESPONSIVE LAYOUT
\************************************************/
@media (max-width: 991.98px) {
  /* Home */
  .home .page_banner .this-hero > .col > div .marquee > div {
    z-index: 6;
  }
  .home .banner_icon {
    width: 150px;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -15px;
  }
}
/************************************************\
» HOME » CURSOS DESTAQUE
\************************************************/
/* OWL SLIDER */
.block-cursos-destaques .owl-carousel,
.block-cursos-destaques .owl-stage {
  display: flex;
}

.block-cursos-destaques .owl-carousel {
  margin-left: 0;
  margin-right: 0;
}

.block-cursos-destaques .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.block-cursos-destaques .item .wrapper {
  /* overflow: hidden; */
  display: flex;
  flex-direction: column;
}

.home .block-cursos-destaques .owl-nav {
  z-index: 10;
}

.home .block-cursos-destaques .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: var(--white);
  border: solid 1px #dbdbdb;
  border-radius: 5rem;
  padding: 1rem 1.5rem !important;
  z-index: 8;
}

.home .block-cursos-destaques .owl-nav button:hover {
  border: solid 1px var(--primary);
  background-color: #f9f9f9 !important;
  color: var(--primary);
  opacity: 1 !important;
}

.home .block-cursos-destaques .owl-nav button:active,
.home .block-cursos-destaques .owl-nav button:focus {
  outline: none;
  box-shadow: none !important;
}

.home .block-cursos-destaques .owl-nav button.owl-next {
  right: -30px;
}

.home .block-cursos-destaques .owl-nav button.owl-prev {
  left: -40px;
}

/* CONTENT */
.block-cursos-destaques {
  position: relative;
}
.block-cursos-destaques .cursos-destaques-title .section-title {
  color: var(--white);
  font-weight: bold;
  padding: 0 0 1rem 1rem;
  font-size: 1em;
}
.block-cursos-destaques .curso {
  position: relative;
}
.block-cursos-destaques .curso:hover .invisible-box-btn:after {
  content: "";
  border: solid 1px var(--primary);
}
.block-cursos-destaques .curso h6 {
  font-weight: bold;
}
.block-cursos-destaques .curso h6 a {
  z-index: 1;
}
.block-cursos-destaques .curso .more-info-link {
  text-align: center;
}
.block-cursos-destaques .curso .more-info-link a {
  width: 100%;
  position: relative;
  z-index: 1;
}
.home .block-cursos-destaques .curso .more-info-link a {
  margin-bottom: 1.5rem;
}
.block-cursos-destaques .curso .more-info-link .type {
  text-align: right;
}
.block-cursos-destaques .curso .more-info-link .type span {
  display: inline-block;
  font-size: 0.9em;
  color: var(--rose);
}
.block-cursos-destaques .curso .more-info-link .type span:first-child {
  margin-right: 0.8rem;
}
.block-cursos-destaques .curso .more-info-link .type span i {
  display: inline-block;
  margin-right: 0.2rem;
  font-size: 0.7em;
}
.block-cursos-destaques .curso .invisible-box-btn {
  clear: both;
  margin: 0 auto;
  font-weight: bold;
  color: var(--primary) !important;
}
.block-cursos-destaques .curso .invisible-box-btn:hover {
  color: var(--red);
}
.block-cursos-destaques .curso .invisible-box-btn:after {
  content: "";
  border: solid 1px #dbdbdb;
  width: auto;
  transition: border 0.3s;
}
.home .block-cursos-destaques .curso .invisible-box-btn:after {
  left: 7px !important;
  right: 7px !important;
}
.block-cursos-destaques .cursos-destaques-bg {
  display: block;
  position: absolute;
  height: 13rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.block-cursos-destaques .featured-img {
  display: block;
  width: 100%;
  height: 12rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.block-cursos-destaques .curso-content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 2.5rem;
  width: 100%;
  flex: 1;
}
.block-cursos-destaques .curso-content .content-block {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: end;
}
.block-cursos-destaques .curso-content a.course_category {
  margin-bottom: 1rem;
}
.block-cursos-destaques .curso-content .xtra-info {
  clear: both;
  z-index: -1;
  position: relative;
  padding: 1rem 0 0;
  font-size: 0.85em;
}
.block-cursos-destaques .curso-content .xtra-info .sticker {
  display: inline-block;
  padding: 0.1rem 0.4rem;
}
.block-cursos-destaques .curso-content .xtra-info .duration-date {
  display: flex;
  gap: 1rem;
  padding-bottom: 0.5rem;
}
.block-cursos-destaques .curso-content .xtra-info .schedule {
  padding-bottom: 0.5rem;
}
.block-cursos-destaques .curso-content .xtra-info .schedule .sticker {
  background-color: rgba(102, 16, 242, 0.1019607843);
  color: #6610f2;
}
.block-cursos-destaques .curso-content .xtra-info .type {
  display: flex;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}
.block-cursos-destaques .curso-content .xtra-info .type i {
  font-size: 0.6em;
  margin-right: 0.2rem;
  font-weight: 600;
}
.block-cursos-destaques .curso-content .xtra-info .type .sticker {
  background-color: rgba(224, 30, 98, 0.1019607843);
  color: #e01e62;
}
.block-cursos-destaques .curso-content .xtra-info .price {
  text-align: unset;
  padding-bottom: 1rem;
}
.block-cursos-destaques .curso-content .xtra-info .value-before,
.block-cursos-destaques .curso-content .xtra-info .value-now {
  display: inline-block;
}
.block-cursos-destaques .curso-content .xtra-info .value-now {
  font-size: 1.4em;
  font-weight: bold;
}
.block-cursos-destaques .curso-content .xtra-info .value-before {
  position: relative;
}
.block-cursos-destaques .curso-content .xtra-info .value-before:before {
  content: "";
  border-bottom: solid 2px var(--red);
  position: absolute;
  width: 100%;
  height: 50%;
  margin-top: 2px;
  z-index: -1;
}
.block-cursos-destaques .curso-content .xtra-info .value-payment {
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  color: var(--red);
}

/************************************************\
» HOME » BLOCK 1 - Content 2 col
\************************************************/
.home .block-1-twocol h2 {
  font-size: 4em;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 0;
}

/************************************************\
» RESPONSIVE
\************************************************/
@media (max-width: 767.98px) {
  .home .block-1-twocol h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 575.98px) {
  .home .block-1-twocol h2 {
    font-size: 2.5em;
  }
}
/************************************************\
» HOME » BLOCK 2 - Cursos horizontal scroll
\************************************************/
.home .block-2-animatecourses {
  position: relative;
}

.home .block-2-animatecourses .markee,
.home .block-2-animatecourses .marquee-content-items,
.home .block-2-animatecourses .js-marquee-wrapper,
.home .block-2-animatecourses .js-marquee,
.home .block-2-animatecourses .row,
.home .block-2-animatecourses .col,
.home .block-2-animatecourses .ul {
  z-index: unset !important;
}

.home .block-2-animatecourses .article {
  overflow: hidden;
}

.home .block-2-animatecourses .row {
  display: block;
  margin: 0;
}

.home .block-2-animatecourses .col {
  border-top: solid 1px var(--primary);
  position: initial;
  padding: 0;
}

.home .block-2-animatecourses .slide-cursos {
  border-bottom: solid 1px var(--primary);
  padding: 1rem 0;
  height: 8rem;
}

.home .block-2-animatecourses ul {
  list-style: none;
  white-space: nowrap;
}

.home .block-2-animatecourses li {
  display: inline-block;
  padding: 0 3rem;
}

.home .block-2-animatecourses li h2 {
  font-size: 4em;
  font-weight: bold;
  line-height: 1.4em;
  display: inline;
}

.home .block-2-animatecourses li a {
  color: var(--primary) !important;
  font-family: var(--title);
  display: block;
  position: relative;
}

.home .block-2-animatecourses li a:hover {
  color: var(--red) !important;
}

.home span.slide-cursos-gifs {
  width: 80vw;
  height: 80vh;
  top: -16.6vh;
  left: 10vw;
  position: absolute;
  z-index: -1;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .home .block-2-animatecourses .slide-cursos {
    height: 6.5rem;
  }
  .home .block-2-animatecourses li h2 {
    font-size: 3em;
  }
}
/************************************************\
» HOME » BLOCK 3 - Stories
\************************************************/
.home .block-3-stories h2 {
  font-size: 4em;
  font-weight: bold;
  line-height: normal;
}

.home .block-3-stories .stories-content a {
  float: right;
  font-weight: bold;
  text-align: right;
  color: var(--red);
  margin-top: 1rem;
}

.home .block-3-stories .wsae-grid-container {
  grid-template-columns: none;
}

/************************************************\
» RESPONSIVE LAYOUT
\************************************************/
@media (max-width: 991.98px) {
  .home .stories-content h2 {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .home .block-3-stories h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 575.98px) {
  .home .block-3-stories h2 {
    font-size: 2.5em;
  }
}
/************************************************\
» HOME » BLOCK 3 - News
\************************************************/
.home .block-4-news {
  overflow-x: hidden;
}

.home .block-4-news .news-list {
  border-top: solid 1px var(--red);
  padding-top: 1rem;
}

.home .block-4-news .news-post .featured-img {
  margin-bottom: 1rem;
}

.home .block-4-news .news-post a.news-category {
  margin-bottom: 0.5rem;
}

.home .block-4-news .more-news {
  font-size: 1em;
}

.home .block-4-news .more-news,
.home .block-4-news .news-post h3 {
  font-weight: bold;
}

.home .block-4-news .more-news a,
.home .block-4-news .news-post h3 a {
  color: var(--primary) !important;
}

/************************************************\
» RESPONSIVE
\************************************************/
@media (max-width: 767.98px) {
  .home .block-4-news h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 575.98px) {
  .home .block-4-news h2 {
    font-size: 2.5em;
  }
}
/************************************************\
» HOME » BLOCK 3 - Flagtalks
\************************************************/
.home .flagtalks .titles div:first-child {
  font-family: var(--title);
  font-size: 25em;
  font-weight: bold;
  line-height: 0.8em;
}

.home .flagtalks .titles div:first-child span {
  display: block;
  color: transparent;
  -webkit-text-stroke: 2px white;
}

.home .flagtalks .titles div:nth-child(2),
.home .flagtalks .titles div:nth-child(2) h2,
.home .flagtalks .titles div:nth-child(2) h4 {
  color: var(--white);
  text-align: center;
}

.home .flagtalks .titles svg text {
  fill: var(--white);
}

.home .flagtalks .titles div:nth-child(2) h4 {
  margin-left: 0;
  font-size: 1.2em;
}

/************************************************\
» CURSOS
\************************************************/
/* Shared */
.curso-excerpt {
  color: #6c6c6c;
  font-size: 0.85em;
}

.phased_payment {
  color: var(--red);
  font-size: 0.9em;
  text-align: right;
}

#content .price_wrap p.price {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

#content .xtra-info .block-left {
  white-space: nowrap;
}

/************************************************\
» CURSOS » ARCHIVE
\************************************************/
.post-type-archive-cursos .page_banner {
  margin-bottom: 6rem;
}

.post-type-archive-cursos #content h2.text-center {
  font-size: 1.6em;
  padding-bottom: 0.6em;
  font-weight: bold;
}

/************************************************\
» CURSOS » CATEGORY
\************************************************/
.category_cursos h1 {
  font-size: 2.5em;
  line-height: normal;
}

.courses-wrap {
  width: 100%;
}

/* ITEM *****************************************/
.course-item a.title {
  color: var(--primary) !important;
}
.course-item .course-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.course-item .course-info .base-info {
  display: flex;
  gap: 1rem;
  font-size: 0.9em;
  color: var(--gray);
}
@media (max-width: 992px) {
  .course-item .course-info .base-info {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .course-item .course-info .base-info .icon {
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .course-item .course-info .base-info .icon {
    display: inline-block;
    text-align: unset;
  }
}
.course-item .course-info .base-info .calendar {
  text-align: right;
}
@media (max-width: 992px) {
  .course-item .course-info .base-info .calendar {
    text-align: center;
    margin-left: auto;
  }
}
.course-item .course-info .price {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-top: 0;
}
@media (max-width: 768px) {
  .course-item .course-info .price {
    margin: 0 auto;
  }
}
.course-item .course-info .price .price {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
}
.course-item .course-info .price .price .old:before {
  content: "";
  height: 55%;
}
.course-item .course-info .more-info .btn {
  padding: 0.7rem 0.5rem;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  color: #5d0c91 !important;
  background-image: linear-gradient(#5d0c91), linear-gradient(#5d0c91);
}
.course-item .course-info .more-info .btn:hover {
  color: #fff !important;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, var(--orange), var(--red), var(--lilac));
}

.feature-offer-item figure img,
.course-item figure img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* LIST *****************************************/
.courses-list {
  padding-top: 50px;
}

.courses-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.courses-list ul li {
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  min-height: 160px;
}

.courses-list ul li .img {
  padding: 0;
}

.courses-list ul li .title {
  display: table;
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  font-family: var(--title);
}

.courses-list ul li .title:hover {
  color: var(--lilac);
}

.courses-list ul li .icon-clock {
  font-size: 18px;
}

.courses-list ul li .hours {
  color: #262623;
  line-height: 25px;
  font-size: 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  text-align: right;
}

/************************************************\
» RESPONSIVE
\************************************************/
@media (max-width: 767.98px) {
  .feature-offer-item .img a,
  .course-item .img a {
    min-height: 16rem;
  }
}
/************************************************\
» CURSOS » OFFER SLIDER
\************************************************/
/* Destaques ofertas owl */
.feature-offers {
  overflow-x: hidden;
}

.feature-offer-item .img a,
.course-item .img a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 10rem;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
}

.offers-slider .owl-item:not(:first-of-type) {
  margin-left: 4px;
}

.offers-slider .owl-item {
  border-radius: 0.3rem;
  overflow: hidden;
  border: solid 1px #ccc;
}

.offers-slider .owl-item .col-sm-6:first-child {
  padding: 0;
}

.offers-slider .owl-item .content {
  padding: 1.5rem 2rem;
}
.offers-slider .owl-item .content .item-title {
  padding: 0;
  margin: 0;
  line-height: 1.3em;
}
.offers-slider .owl-item .content .duration {
  display: flex;
  gap: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
.offers-slider .owl-item .content .duration .hours {
  padding: 0 !important;
}
.offers-slider .owl-item .content .price-data {
  flex-grow: 1;
  display: flex;
  align-items: end;
}
.offers-slider .owl-item .content .price-data .price {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  justify-content: start;
  align-items: center;
}
.offers-slider .owl-item .content .price-data .price .old:before {
  height: 55%;
}
.offers-slider .owl-item .content .more-info-btn {
  margin-top: auto;
}
.offers-slider .owl-item .content .more-info-btn .btn {
  width: 100%;
  font-weight: 500;
  font-size: 1em;
}

/************************************************\
» RESPONSIVE
\************************************************/
@media (max-width: 767.98px) {
  .offers-slider .owl-item .col-sm-2 {
    margin-bottom: 1rem;
  }
  .offers-slider .owl-item .col-sm-2,
  .offers-slider .owl-item .price_wrap {
    text-align: center;
  }
}
/************************************************\
» CURSOS » SINGLE
\************************************************/
.single-cursos article {
  padding: 0px 0px 50px 0px;
}
.single-cursos article .wpcf7-form-control-wrap.aceptance {
  display: block;
}
.single-cursos article .wpcf7-form-control-wrap.aceptance .wpcf7-not-valid.wpcf7-form-control.wpcf7-radio {
  padding-top: 2rem;
  display: block;
  width: 100%;
  position: relative;
}
.single-cursos article .wpcf7-form-control-wrap.aceptance .wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
}
.single-cursos .modal p:has(.mc4wp-checkbox-contact-form-7) {
  margin-bottom: 0;
}
.single-cursos .modal .mc4wp-checkbox-contact-form-7 {
  margin-left: 1.2rem;
}
.single-cursos .modal .mc4wp-checkbox-contact-form-7 label {
  margin: 0.5rem 0 0 0;
}
.single-cursos .data-hash .oferta-select {
  border: solid 1px #dbdbdb;
  cursor: pointer;
}
.single-cursos .data-hash .oferta-select:hover, .single-cursos .data-hash .oferta-select.is__selected {
  border-color: var(--orange);
}
.single-cursos .data-hash .oferta-select .item-event {
  border: none;
  padding: 0;
}

.post.single-courses .post-header {
  background-color: #f8f8f8;
  padding: 2rem 1rem;
  min-height: 15rem;
}
.post.single-courses .post-header h1 {
  font-size: 2.5em;
  line-height: normal;
}
.post.single-courses .post-header .duracao-curso {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background-color: transparent;
  border: solid 1px var(--black);
  color: var(--black);
}
.post.single-courses .duracao-curso {
  display: inline-block;
  margin-bottom: 0.8rem;
  background-color: var(--primary);
  color: var(--white);
  padding: 0.4rem 1rem;
}
.post.single-courses .post-body {
  background-color: #fff;
}
.post.single-courses .post-body h2 {
  color: var(--red);
  font-weight: 600;
}
.post.single-courses .post-body .body-content .main-content {
  font-size: 1.05em;
}
.post.single-courses .post-body .body-content .main-content ul {
  margin-left: -1.3rem;
}
.post.single-courses .post-body .body-content .main-content ul li::marker {
  color: var(--red);
}
.post.single-courses .post-body .body-content .main-content ul li .requirements ul {
  list-style-type: disc;
  margin-left: 1rem;
  padding-left: 1rem;
}
.post.single-courses .post-body .body-content .main-content p {
  line-height: 28px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.post.single-courses .post-body .body-content .main-content .course-section {
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 4rem;
}
.post.single-courses .post-body .body-content .main-content .events ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.post.single-courses .post-body .body-content .main-content .item-event p:first-child {
  font-size: 0.8em;
  line-height: 1.6em;
  color: var(--gray);
}
.post.single-courses .post-body .body-content .main-content .item-event .price_wrap {
  padding: 0.5rem 0;
}
.post.single-courses .post-body .body-content .main-content .item-event .price_wrap .price {
  color: var(--black);
  display: flex;
  align-items: center;
}
.post.single-courses .post-body .body-content .main-content .item-event .price_wrap .price span {
  display: block;
}
.post.single-courses .post-body .body-content .main-content .item-event .price_wrap .price span.old {
  line-height: 0;
  font-weight: 400;
}
.post.single-courses .post-body .body-content .main-content .item-event .info span {
  font-weight: bold;
}
.type .post.single-courses .post-body .body-content .main-content .item-event .info span i {
  color: var(--red);
  font-size: 1em;
}
.post.single-courses .post-body .body-content .main-content .item-event .buttons {
  position: unset;
}
.post.single-courses .post-body .body-content .main-content .item-event .buttons .btn {
  position: absolute;
  bottom: 1rem;
  right: 0;
}
@media (max-width: 767.98px) {
  .post.single-courses .post-body .body-content .main-content .item-event .buttons .btn {
    position: relative;
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  .post.single-courses .post-body .body-content .main-content .item-event .calendar {
    text-align: left !important;
  }
}
.post.single-courses .post-body .body-content .main-content .programa-hash ul.cv-list {
  list-style-type: none;
  margin-left: -2.5rem;
}
.post.single-courses .post-body .body-content .main-content .programa-hash .visible-curriculum ul li {
  margin: 0 0 1.2rem 0;
}
.post.single-courses .post-body .body-content .main-content .programa-hash .visible-curriculum ul li.expanded-cv-item {
  display: none;
}
.post.single-courses .post-body .body-content .main-content .programa-hash .visible-curriculum ul li:before {
  font-family: "icomoon";
  content: "\e909";
  margin-right: 10px;
}
.post.single-courses .post-body .body-content .main-content .programa-hash .visible-curriculum ul.cv-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.post.single-courses .post-body .body-content .main-content .programa-hash .visible-curriculum ul.is-expanded .expanded-cv-item {
  display: list-item;
}
.post.single-courses .post-body .body-content .main-content .programa-hash .visible-curriculum .btn {
  font-weight: bold;
}
.post.single-courses .post-body .body-content .main-content .programa-hash .visible-curriculum .btn.cv-download {
  display: none;
}
.post.single-courses .post-body .body-content .main-content .programa-hash .visible-curriculum .btn.cv-download.is-expanded {
  display: inline-block;
}
.post.single-courses .post-body .body-content .main-content .programa-hash .old-ui ul {
  list-style-type: none;
  margin-left: -2.5rem;
}
.post.single-courses .post-body .body-content .main-content .populare_instructores .instructor {
  background-color: #f8f8f8;
  border: solid 1px #f0f0f0;
  border-radius: 0.5rem;
  padding: 2rem;
  height: 100%;
}
.post.single-courses .post-body .body-content .main-content .populare_instructores .instructor .instructor_container {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post.single-courses .post-body .body-content .main-content .populare_instructores .instructor .instructor_container p {
  margin-bottom: 0.5rem;
}
.post.single-courses .post-body .body-content .main-content .populare_instructores .instructor .instructor_container p:last-child {
  margin-bottom: 0;
}
.post.single-courses .post-body .body-content .main-content .populare_instructores .instructor .instructor_container .instructor-links {
  margin-top: auto;
}
.post.single-courses .post-body .body-content .main-content .populare_instructores .instructor h3 {
  line-height: 1.2em;
  font-weight: 500;
}
.post.single-courses .post-body .body-content .main-content .populare_instructores .instructor figure {
  margin: 0 0 1em 0;
  max-width: unset;
}
.post.single-courses .post-body .body-content .main-content .populare_instructores .instructor figure img {
  display: none;
}
.post.single-courses .post-body .body-content .main-content .populare_instructores .instructor .instructor-links a {
  color: var(--black) !important;
  background-image: unset !important;
  text-decoration: underline !important;
  text-underline-offset: 0.2rem;
}
.post.single-courses .post-body .body-content .main-content .item-testemonial-course {
  border: solid 1px #f0f0f0;
  padding: 0 2rem;
}
.post.single-courses .post-body .body-content .main-content .item-testemonial-course h3,
.post.single-courses .post-body .body-content .main-content .item-testemonial-course h4,
.post.single-courses .post-body .body-content .main-content .item-testemonial-course h5,
.post.single-courses .post-body .body-content .main-content .item-testemonial-course h6 {
  font-weight: 500;
}
.post.single-courses .post-body .body-content .main-content .data-hash {
  color: var(--black);
}
.post.single-courses .post-body .body-content .main-content .data-hash .events-options .date {
  font-weight: 500;
  text-decoration: none;
}
.post.single-courses .post-body .body-content .main-content .data-hash .events-options .item-event .info .weekdays,
.post.single-courses .post-body .body-content .main-content .data-hash .events-options .item-event .info .local {
  color: var(--black);
}
.post.single-courses .post-body .body-content .main-content .data-hash .events-options .item-event .info .weekdays .icon-horario-curso,
.post.single-courses .post-body .body-content .main-content .data-hash .events-options .item-event .info .local .icon-horario-curso {
  font-size: 0.9em;
  font-weight: 200;
}
.post.single-courses .post-body .body-content .main-content .data-hash .events-options .item-event .info .weekdays .far,
.post.single-courses .post-body .body-content .main-content .data-hash .events-options .item-event .info .local .far {
  font-weight: 200;
  font-size: 0.9em;
}
.post.single-courses .post-body .body-content .main-content .data-hash .events-options .item-event .info .type span {
  display: inline-flex;
  align-items: center;
  color: var(--red);
  background-color: rgba(224, 30, 98, 0.1);
  font-weight: 500;
}
.post.single-courses .post-body .body-content .main-content .data-hash .events-options .item-event .info .type .icon.icon-check {
  color: var(--red);
  font-size: 0.8em;
  font-weight: 900;
}
.post.single-courses .post-body .body-content .main-content .data-hash .events-action {
  position: sticky;
  top: 9rem;
}
.post.single-courses .post-body .body-content .main-content .data-hash .events-action .events-button {
  background: var(--black);
  color: var(--white);
  font-weight: 500;
  padding: 1rem;
  width: 100%;
}
.post.single-courses .post-body .body-content .main-content .data-hash .events-action .events-button:disabled {
  background: var(--white);
  border: solid 1px #ccc;
  color: #ccc;
}
.post.single-courses .post-body .body-content .main-content .data-hash .events-action .events-button:disabled:after {
  content: " (seleciona uma data)";
}
.post.single-courses .post-body .body-content .main-content .resources-hash .card {
  background-color: #f8f8f8;
  border-color: #f0f0f0;
}
.post.single-courses .post-body .body-content .main-content .resources-hash .card a {
  color: #000 !important;
  background: unset !important;
  text-decoration: underline !important;
  text-underline-offset: 0.1rem;
  font-size: 0.9em;
}
.post.single-courses .post-body .body-content .main-content .resources-hash .card a:hover {
  color: var(--red) !important;
}
.post.single-courses .post-body .body-content .main-content .resources-hash .card .title {
  font-weight: 500;
  line-height: 1.7rem;
}
.post.single-courses .post-body .body-content .main-content .resources-hash .card .data-file {
  font-size: 0.9em;
}
.post.single-courses .post-body .body-content .single-info > .row {
  position: sticky;
  top: 9rem;
}
.post.single-courses .post-body .body-content .single-info > .row figure {
  margin-top: 0;
}
.post.single-courses .post-body .body-content .single-info .next-event {
  border: 1px solid #dbdbdb;
}
.post.single-courses .post-body .body-content .single-info .next-event .info-card-title {
  color: var(--black);
  line-height: 1.1em;
}
.post.single-courses .post-body .body-content .single-info .next-event .discount {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background-color: #f8f8f8;
  color: var(--pink);
  height: 55px;
  width: 55px;
  font-weight: bold;
  margin-left: auto;
}
.post.single-courses .post-body .body-content .single-info .next-event .prices_info .price_wrap {
  display: inline-block;
}
.post.single-courses .post-body .body-content .single-info .next-event .prices_info .price_wrap .price .new {
  display: block;
  margin-right: 0.3rem;
}
.post.single-courses .post-body .body-content .single-info .next-event .prices_info .price-data {
  gap: 0.5rem;
}
.post.single-courses .post-body .body-content .single-info .next-event .prices_info .promo-data {
  align-items: center;
  flex-wrap: wrap;
}
.post.single-courses .post-body .body-content .single-info .next-event .prices_info .promo-data .sticker {
  transform: translateY(-0.1rem);
  white-space: nowrap;
  margin-right: 0.5rem;
}
.post.single-courses .post-body .body-content .single-info .next-event .prices_info .promo-data .earlybird-countdown {
  color: var(--red);
}
.post.single-courses .post-body .body-content .single-info .next-event .phased_payment {
  text-align: left;
  margin-top: 0.5rem;
}
.post.single-courses .post-body .body-content .single-info .next-event .next-event-info {
  font-size: 0.85em;
  letter-spacing: -0.02em;
}
.post.single-courses .post-body .body-content .single-info .next-event .next-event-info .tipo span {
  display: inline-block;
  color: var(--rose);
  margin-right: 0.5rem;
}
.post.single-courses .post-body .body-content .single-info .next-event .next-event-info .tipo span span:first-child {
  margin-left: 0.8rem;
}
.post.single-courses .post-body .body-content .single-info .next-event .next-event-info .tipo span span i {
  display: inline-block;
  margin-right: 0.2rem;
  font-size: 0.7em;
}
.post.single-courses .post-body .body-content .single-info .next-event .icon-calendar,
.post.single-courses .post-body .body-content .single-info .next-event .icon-clock,
.post.single-courses .post-body .body-content .single-info .next-event .icon-hourglass {
  font-size: 18px;
}
.post.single-courses .post-body .body-content .single-info .next-event a.data {
  color: var(--black) !important;
  background-image: none !important;
  text-decoration: underline !important;
  text-underline-offset: 0.2rem;
}
.post.single-courses .post-body .feature-courses h2.title {
  color: var(--red);
}

.block-cursos-destaques .curso {
  height: 100%;
}
.block-cursos-destaques .curso .wrapper {
  width: 100%;
}
.block-cursos-destaques .curso .wrapper .invisible-box-btn:after {
  left: 0;
  right: 0;
  z-index: 2;
}
.block-cursos-destaques .curso .wrapper .curso-content {
  padding: 0 1.5rem;
  height: 100%;
}
.block-cursos-destaques .curso .wrapper .curso-content .content-block .xtra-info {
  z-index: unset;
}
.block-cursos-destaques .curso .wrapper .curso-content .content-block .more-info-link a {
  z-index: 2;
  font-weight: bold;
}

/************************************************\
» CURSO » SINGLE » NAV TAB
\************************************************/
.post.single-courses .nav-tabs {
  border-bottom: 1px solid #dbdbdb;
  background-color: white;
  padding-bottom: 0;
  font-family: var(--title);
}

.post.single-courses .nav-tabs nav ul li {
  display: inline-block;
}

.post.single-courses .nav-tabs nav ul li a {
  display: block;
  padding: 15px !important;
  text-decoration: none;
  color: var(--primary) !important;
}

.post.single-courses .nav-tabs nav ul li a:hover,
.post.single-courses .nav-tabs nav ul li a.active {
  color: var(--red) !important;
}

/************************************************\
» RESPONSIVE LAYOUT
\************************************************/
@media (max-width: 991.98px) {
  /* Cursos */
  .stick-this {
    display: none;
  }
}
/************************************************\
» CURSOS » SINGLE » CTA
\************************************************/
.post.single-courses .post-body .body-content .cta .cta-title {
  line-height: 25px;
  font-size: 17px;
  color: var(--pink);
  font-weight: bold;
}

.post.single-courses .post-body .body-content .cta .cta-more-info {
  line-height: 19px;
  font-size: 12px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
}

/************************************************\
» CURSOS » SINGLE » TESTEMUNHOS
\************************************************/
.post.single-courses .post-body .body-content #testemunhos_hash > ul {
  padding: 3rem;
  border: 1px solid rgba(151, 151, 151, 0.13);
  box-shadow: 0 2px 10px 0 rgba(190, 190, 190, 0.5);
}

.post.single-courses .post-body .body-content #testemunhos_hash h4 {
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}

.post.single-courses .post-body .body-content #testemunhos_hash .social_media {
  text-align: center;
}

.post.single-courses .post-body .body-content #testemunhos_hash .social_media li {
  display: inline-block;
  margin: 0 0.3rem;
}

.post.single-courses .post-body .body-content #testemunhos_hash .social_media li a {
  color: var(--primary);
  opacity: 0.5;
  background-image: none;
}

.post.single-courses .post-body .body-content #testemunhos_hash .social_media li a:hover {
  opacity: 1;
}

/* OWL Slider */
.post.single-courses .post-body .body-content #testemunhos_hash .owl-nav {
  position: absolute;
  right: 0;
  top: -5rem;
}

.post.single-courses .post-body .body-content #testemunhos_hash .owl-nav button,
.post.single-courses .post-body .body-content #testemunhos_hash .owl-nav button.disabled {
  font-size: 2rem;
  color: var(--primary);
  opacity: 0.6;
}

.post.single-courses .post-body .body-content #testemunhos_hash .owl-nav button.disabled,
.post.single-courses .post-body .body-content #testemunhos_hash .owl-nav button:hover {
  background: none;
  opacity: 0.3;
}

.post.single-courses .post-body .body-content .courses-list {
  padding-top: 0;
}

.post.single-courses .instructor-photo {
  border-radius: 50rem;
}

/************************************************\
» FLAGTALKS » ARCHIVE
\************************************************/
.flagtalks header {
  background: #fff;
  padding: 50px 0px;
}

.flagtalks header .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next_flagtalks {
  font-size: 5em;
  margin: 0;
  padding: 0;
}

.next_flagtalks > span {
  display: block;
}

/* header arquivo */
.post-type-archive-flagtalks article header .row {
  margin-top: 25px;
}

.post-type-archive-flagtalks article header figure svg {
  width: 100% !important;
  height: auto !important;
}

/* proximos eventos */
.post-type-archive-flagtalks .most_recent {
  padding: 4rem 0;
  margin: 4rem 0;
}

.post-type-archive-flagtalks .flagtalks .hide_hour .hour {
  display: none;
}

/* flagtalks realizadas */
.post-type-archive-flagtalks .flagtalks-list h2 {
  margin-top: 0;
  margin-bottom: 3rem;
}

.post-type-archive-flagtalks .flagtalks-list .list a {
  color: var(--primary) !important;
}

.post-type-archive-flagtalks .flagtalks-list .list .flagtalk a {
  background-image: linear-gradient(var(--gradient-2)) !important;
}

/* ITEM */
.post-type-archive-flagtalks .flagtalks-list .flagtalk {
  margin-bottom: 4rem;
}

.post-type-archive-flagtalks .flagtalks-list .flagtalk figure {
  margin: 0 0 1rem;
}

.post-type-archive-flagtalks .flagtalks-list .flagtalk .date-time {
  padding-bottom: 0;
}

.post-type-archive-flagtalks .flagtalks-list .flagtalk .date-time .date {
  border: none;
  border-top: solid 1px var(--primary);
  font-size: 1.2em;
  padding: 0.5rem 0 1rem 0;
}

.post-type-archive-flagtalks .flagtalks-list .flagtalk .date-time .time {
  display: none;
}

/************************************************\
» FLAGTALKS » SINGLE
\************************************************/
.single-noticia .post-header h1,
.single-flagtalks .post-header h1,
.single .related .title {
  line-height: 1;
}

.single-flagtalks .post-header,
.single .related {
  background: linear-gradient(to right, var(--orange), var(--red));
}

.single-flagtalks .post-header h1,
.single-flagtalks .breadcrumb .breadcrumb-item a,
.single .related .title a {
  color: #fff !important;
}

.single-flagtalks .close_event span,
.single-noticia .post_date strong {
  display: block;
}

.single-noticia .post-header,
.single-flagtalks .post-header,
.single-flagtalks .content,
.single .related {
  padding: 25px 0px;
}

/* Single just flag talks*/
.single-flagtalks > .container {
  padding-top: 2rem;
}

.single-flagtalks .item-event {
  border-top: solid 1px #dbdbdb;
}

.single-flagtalks .item-event .info .date {
  color: var(--rose);
}

.single-flagtalks .close_event {
  color: var(--title);
  text-align: center;
  font-size: 1em;
}

.related_flagtalks_wrap .block-title h4 {
  margin: 6rem 0 1rem 0;
}

.related .owl-nav {
  position: absolute;
  top: -1rem;
  width: 100%;
}

.related .owl-nav button {
  position: absolute;
}

.related .owl-nav .owl-prev {
  left: -2rem;
}

.related .owl-nav .owl-next {
  right: -2rem;
}

.related #owl-demo h4 {
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.4em;
}

.related #owl-demo h4 a {
  background-image: linear-gradient(var(--solid-white)) !important;
}

.single-flagtalks .instructor figure {
  max-width: 120px;
  margin: auto;
}

/************************************************\
» FORMADORES » SINGLE
\************************************************/
.single-formadores .formador-card {
  position: sticky;
  top: 6.5rem;
  max-width: 20rem;
}
@media (max-width: 767.98px) {
  .single-formadores .formador-card {
    max-width: unset;
    position: unset;
  }
}
.single-formadores .formador-card .instructor .social_media, .single-formadores .formador-card .instructor.social_media {
  text-align: left;
}
.single-formadores .formador-card .instructor .social_media a, .single-formadores .formador-card .instructor.social_media a {
  display: inline-block;
}
.single-formadores .sobre_hash {
  border-bottom: solid 1px #dbdbdb;
  margin-bottom: 4rem;
}
.single-formadores .block-cursos-destaques .curso {
  margin-bottom: 2rem;
}
.single-formadores .block-cursos-destaques .curso .wrapper {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .single-formadores .block-cursos-destaques .curso .wrapper {
    flex-direction: column;
  }
}
.single-formadores .block-cursos-destaques .curso .wrapper .featured-img {
  width: 40%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .single-formadores .block-cursos-destaques .curso .wrapper .featured-img {
    width: 100%;
    height: 12rem;
  }
}

.post-type-archive-formadores h1 {
  font-size: 2.5em;
  line-height: normal;
}
.post-type-archive-formadores .formador-card {
  height: 100%;
}

/************************************************\
» NOTÌCIAS » ARCHIVE
\************************************************/
.news-header h2 {
  font-size: 4em;
  line-height: normal;
  font-weight: bold;
}

.title-flagaffairs {
  width: 100%;
  max-width: 30rem;
}

.blog .news-item h3 {
  font-size: 1.6em;
  line-height: 1.4em;
}

.blog .news-item h3 a {
  color: var(--primary) !important;
  font-weight: bold;
}

.blog .news-item .date {
  font-size: 0.85em;
  color: var(--gray);
}

/************************************************\
» NOTÌCIAS » SINGLE
\************************************************/
.single-noticia .post-header {
  background-color: #f8f8f8;
  position: relative;
}

.single-noticia .post-header .bg {
  background-color: #f8f8f8;
  position: absolute;
  top: 0;
  height: 65vh;
  width: 100%;
  z-index: -1;
}

.single-noticia .post_image {
  position: relative;
  width: 100%;
  padding-top: 20px;
}

.single-noticia .post_image > img {
  display: block;
  margin: auto;
}

.single-noticia .postmeta {
  padding: 25px 0px;
  font-size: 0.8em;
}

.single-noticia .categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-noticia .categories .category-item {
  padding: 5px 20px;
  background: #f9ddd5;
  font-weight: 800;
  margin: 0px 5px;
  color: var(--rose);
  background-image: none !important;
}

.single-noticia .categories .category-item:hover {
  color: var(--primary) !important;
}

.single-noticia .post_date {
  padding: 10px 0px 25px;
}

.single-noticia .post_date h6 {
  font-size: 1em;
}

/************************************************\
» RESPONSIVE LAYOUT
\************************************************/
@media (max-width: 575.98px) {
  .single-noticia .post_image {
    padding-top: 0;
  }
}
/************************************************\
» CONTACTS
\************************************************/
.contacts_page .field {
  position: relative;
}

.contacts_page figure.icon img {
  max-width: 200px;
  width: 100%;
  margin-bottom: 1rem;
}

.contacts_page .alert {
  background: #f2f2f2;
  margin: 2rem auto;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0 2px 8px 0 #ccc;
  box-shadow: 0 2px 8px 0 #ccc;
}

.contacts_page > .row > .col-sm-6:first-child .field {
  margin-bottom: 2rem;
}

.contacts_page > .row > .col-sm-6:first-child a {
  color: var(--primary) !important;
}

.contacts_page > .row > .col-sm-6:first-child h6 {
  margin-bottom: 0;
  text-transform: uppercase;
}

/* Centros de formação */
.contacts_page .center-item_wrap {
  display: flex;
}

.contacts_page .center-item {
  border: 2px solid #f2f2f2;
  border-radius: 10px;
  padding: 20px 100px;
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  width: 100%;
}

.contacts_page .center-item > div {
  flex: 1;
}

.contacts_page .center-item .background {
  display: block;
  width: 100%;
  height: 10rem;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
}

.contacts_page .center-item h4.title,
.contacts_page .center-item h6 {
  font-weight: bold;
}

.contacts_page .center-item h6 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.contacts_page .center-item h4.title {
  font-weight: bold;
}

.contacts_page .center-item .extra_info {
  padding: 20px 0;
}

.contacts_page .center-item .info {
  padding-top: 10px;
}

.contacts_page .center-item .info.phone span {
  display: block;
}

/************************************************\
» RESPONSIVE
\************************************************/
@media (max-width: 767.98px) {
  .contacts_page .center-item {
    padding: 20px;
  }
}
@media (max-width: 575.98px) {
  .contacts_page .center-item {
    padding: 20px 50px;
  }
}
/************************************************\
» SEARCH » RESULTS
\************************************************/
.search_page .search-terms {
  text-align: center;
  font-weight: bold;
  margin: 3rem 0;
}

.search_page .tab-content h4 {
  font-size: 1.2em;
}

.search_page .tab-content a.title {
  font-weight: bold;
  color: var(--primary) !important;
}

.search_page .tab-content a.title:hover {
  color: var(--red) !important;
}

.search_page .tab-content .category,
.search_page .tab-content .course_category {
  margin-top: 0 !important;
}

.search_page .tab-content .search-content-date {
  font-weight: bold;
  color: var(--gray);
  font-size: 0.95em;
  display: block;
}

/************************************************\
» RESPONSIVE LAYOUT
\************************************************/
@media (min-width: 992px) {
  .search_page .container-lg {
    max-width: 960px;
  }
}
/************************************************\
» ERRO404 » HEADER
\************************************************/
body.error404 header#masthead,
body.error404 header#masthead.scrolling-on,
body.error404 .submenu_59406,
body.error404 #content {
  background-color: var(--black);
}

body.error404 #content {
  overflow-x: hidden;
}

body.error404 .info-404,
body.error404 #masthead .navbar-nav li a,
body.error404 .navbar-light .right-side-menu .navbar-toggler,
body.error404 header#mastead.scrolling-on {
  color: var(--white);
}

body.error404 .full-height {
  height: 90vh;
}

body.error404 .navbar-brand svg g {
  fill: var(--white);
}

body.error404 header.page-header {
  border-top: solid var(--cyan) 1px;
  border-bottom: solid var(--cyan) 1px;
}

body.error404 .circle-404 {
  display: block;
  width: 14rem;
  max-width: 100%;
  position: absolute;
  right: 50%;
  margin-right: -29rem;
  top: 0;
}

body.error404 h1 {
  padding: 0;
  margin: 0;
}

body.error404 h1 img {
  width: 36rem;
  max-width: 100%;
}

body.error404 .btn-primary {
  -webkit-box-shadow: 2px 1000px 1px var(--black) inset;
  box-shadow: 2px 1000px 1px var(--black) inset;
  color: var(--rose-light) !important;
}

/************************************************\
» RESPONSIVE
\************************************************/
@media (max-width: 767.98px) {
  body.error404 .circle-404 {
    width: 14rem;
    right: 50%;
    margin-right: 10rem;
    top: 60%;
  }
}
@media (max-width: 575.98px) {
  body.error404 .circle-404 {
    right: 0;
    margin-right: -5rem;
    top: 90%;
    z-index: -1;
  }
}
/* PLUGINS *************************/
/************************************************\
» WEB STORIES
\************************************************/
.home amp-story-player {
  width: 360px !important;
  height: 640px !important;
}

/************************************************\
» OWL CAROUSEL
\************************************************/
.owl-carousel .owl-stage-outer {
  z-index: 1;
}

.owl-carousel .owl-stage {
  display: flex;
}

.owl-carousel .owl-stage .item {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
  width: 100%;
}

.owl-carousel .owl-stage .item > div {
  flex: 1;
}

.owl-nav {
  z-index: 0;
}

.owl-nav button {
  background-color: transparent;
  color: var(--primary);
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
  color: inherit;
  opacity: 0.6;
}

.owl-nav button:active,
.owl-nav button:focus {
  outline: none;
  box-shadow: none !important;
}

/* -> OWL Themes */
/* Global */
.owl-carousel .xtra-info {
  padding: 2rem 0 3rem;
}

.owl-carousel .xtra-info .block-right {
  margin-top: 0.1rem;
}

.owl-carousel .xtra-info .price_wrap {
  position: relative;
}

.owl-carousel .xtra-info .extra_info-price,
.owl-carousel .xtra-info .phased_payment {
  position: absolute;
  right: 0;
  color: var(--rose);
}

.owl-carousel .xtra-info .extra_info-price {
  top: -1.8rem;
}

.owl-carousel .xtra-info .phased_payment {
  bottom: -1.4rem;
}

.owl-carousel .extra_info-price > span {
  font-size: 10px;
  font-weight: 600;
  padding: 3px 5px;
  background-color: #222220;
  color: #fff;
}

.owl-carousel .item-event .price_wrap .extra_info-price {
  text-align: right;
}

/* Destaques Default */
.owl-destaques .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -1.75rem;
}

.owl-destaques .owl-nav button i {
  font-size: 2.5rem;
  color: var(--gray);
}

.owl-destaques .owl-nav button.owl-next {
  float: right;
  margin-right: -40px;
}

.owl-destaques .owl-nav button.owl-prev {
  float: left;
  margin-left: -40px;
}

/* Artigos Relacionados */
.single .related .owl-carousel {
  margin-left: -2px;
}

.single .related .item {
  display: block;
}

/************************************************\
» JIVOCHAT
\************************************************/
[class*=globalClass_] [class*=wrap_] {
  z-index: 234253453 !important;
}

/************************************************\
» COOKIE LAW
\************************************************/
#cookie-law-info-bar {
  z-index: 999999999;
}

/* GUTENBERG ***********************/
.editor-styles-wrapper a {
  color: var(--red);
  text-decoration: none;
}

/*# sourceMappingURL=main.css.map */
