@charset "UTF-8";
.screen-reader-text {
  display: none;
  visibility: hidden;
}

.container {
  width: 100% !important;
  max-width: 1880px !important;
}

@media screen and (max-width: 1680px) {
  .container {
    max-width: 1640px !important;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: 1400px !important;
  }
}

@media screen and (max-width: 1280px) {
  .container {
    max-width: 1260px !important;
  }
}

.blog:before, .archive:before, .page-template-page-agenda:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 340px;
  background: #d0d0d0;
  z-index: -1;
}

.blog,
.single-post,
.archive,
.single-mec-events,
.page-template-page-agenda {
  padding-top: 150px;
  display: block;
}

.blog > .container,
.single-post > .container,
.archive > .container,
.single-mec-events > .container,
.page-template-page-agenda > .container {
  max-width: 1140px;
}

.blog .pagination,
.single-post .pagination,
.archive .pagination,
.single-mec-events .pagination,
.page-template-page-agenda .pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  margin: 30px 0;
}

.blog .pagination .nav-links,
.single-post .pagination .nav-links,
.archive .pagination .nav-links,
.single-mec-events .pagination .nav-links,
.page-template-page-agenda .pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}

.blog .pagination .nav-links .page-numbers,
.single-post .pagination .nav-links .page-numbers,
.archive .pagination .nav-links .page-numbers,
.single-mec-events .pagination .nav-links .page-numbers,
.page-template-page-agenda .pagination .nav-links .page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 18px;
  text-align: center;
  background: #f5a03b;
  margin-right: 5px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
}

.blog .pagination .nav-links .page-numbers.next,
.single-post .pagination .nav-links .page-numbers.next,
.archive .pagination .nav-links .page-numbers.next,
.single-mec-events .pagination .nav-links .page-numbers.next,
.page-template-page-agenda .pagination .nav-links .page-numbers.next {
  width: auto;
  margin-right: 0;
  padding: 0 12px;
}

.blog .pagination .nav-links .page-numbers.prev,
.single-post .pagination .nav-links .page-numbers.prev,
.archive .pagination .nav-links .page-numbers.prev,
.single-mec-events .pagination .nav-links .page-numbers.prev,
.page-template-page-agenda .pagination .nav-links .page-numbers.prev {
  width: auto;
  padding: 0 12px;
}

.blog .pagination .nav-links .page-numbers:hover,
.single-post .pagination .nav-links .page-numbers:hover,
.archive .pagination .nav-links .page-numbers:hover,
.single-mec-events .pagination .nav-links .page-numbers:hover,
.page-template-page-agenda .pagination .nav-links .page-numbers:hover {
  background: #d18a36;
}

.blog .pagination .nav-links .page-numbers.current,
.single-post .pagination .nav-links .page-numbers.current,
.archive .pagination .nav-links .page-numbers.current,
.single-mec-events .pagination .nav-links .page-numbers.current,
.page-template-page-agenda .pagination .nav-links .page-numbers.current {
  background: #f6c14e;
}

.blog .pagination .nav-links .page-numbers.current:hover,
.single-post .pagination .nav-links .page-numbers.current:hover,
.archive .pagination .nav-links .page-numbers.current:hover,
.single-mec-events .pagination .nav-links .page-numbers.current:hover,
.page-template-page-agenda .pagination .nav-links .page-numbers.current:hover {
  background: #f6c14e;
}

.blog .pagination .nav-links .page-numbers.page-numbers.dots,
.single-post .pagination .nav-links .page-numbers.page-numbers.dots,
.archive .pagination .nav-links .page-numbers.page-numbers.dots,
.single-mec-events .pagination .nav-links .page-numbers.page-numbers.dots,
.page-template-page-agenda .pagination .nav-links .page-numbers.page-numbers.dots {
  background: #f5a03b;
}

.blog .pagination .nav-links .page-numbers.page-numbers.dots:hover,
.single-post .pagination .nav-links .page-numbers.page-numbers.dots:hover,
.archive .pagination .nav-links .page-numbers.page-numbers.dots:hover,
.single-mec-events .pagination .nav-links .page-numbers.page-numbers.dots:hover,
.page-template-page-agenda .pagination .nav-links .page-numbers.page-numbers.dots:hover {
  background: #f5a03b;
}

.blog #header .navbar,
.single-post #header .navbar,
.archive #header .navbar,
.single-mec-events #header .navbar,
.page-template-page-agenda #header .navbar {
  background: rgba(244, 181, 42, 0.83);
}

.blog #header .navbar .navbar-brand,
.single-post #header .navbar .navbar-brand,
.archive #header .navbar .navbar-brand,
.single-mec-events #header .navbar .navbar-brand,
.page-template-page-agenda #header .navbar .navbar-brand {
  width: 14.8rem;
  height: auto;
  left: calc(50% - 95rem);
}

.blog #header .navbar .navbar-brand img.logo-big,
.single-post #header .navbar .navbar-brand img.logo-big,
.archive #header .navbar .navbar-brand img.logo-big,
.single-mec-events #header .navbar .navbar-brand img.logo-big,
.page-template-page-agenda #header .navbar .navbar-brand img.logo-big {
  display: none;
}

.blog #header .navbar .navbar-brand img.logo-small,
.single-post #header .navbar .navbar-brand img.logo-small,
.archive #header .navbar .navbar-brand img.logo-small,
.single-mec-events #header .navbar .navbar-brand img.logo-small,
.page-template-page-agenda #header .navbar .navbar-brand img.logo-small {
  display: block;
}

.blog #main > article,
.single-post #main > article,
.archive #main > article,
.single-mec-events #main > article,
.page-template-page-agenda #main > article {
  position: relative;
  padding: 24px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.blog #main > article:last-of-type,
.single-post #main > article:last-of-type,
.archive #main > article:last-of-type,
.single-mec-events #main > article:last-of-type,
.page-template-page-agenda #main > article:last-of-type {
  margin-bottom: 0;
}

.blog #main > article .content-article,
.single-post #main > article .content-article,
.archive #main > article .content-article,
.single-mec-events #main > article .content-article,
.page-template-page-agenda #main > article .content-article {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 767px) {
  .blog #main > article,
  .single-post #main > article,
  .archive #main > article,
  .single-mec-events #main > article,
  .page-template-page-agenda #main > article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog #main > article .content-article,
  .single-post #main > article .content-article,
  .archive #main > article .content-article,
  .single-mec-events #main > article .content-article,
  .page-template-page-agenda #main > article .content-article {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.blog #main > article > .post-thumbnail,
.single-post #main > article > .post-thumbnail,
.archive #main > article > .post-thumbnail,
.single-mec-events #main > article > .post-thumbnail,
.page-template-page-agenda #main > article > .post-thumbnail {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 200px;
  height: 200px;
  margin: 0 0 0 30px;
}

@media screen and (max-width: 767px) {
  .blog #main > article > .post-thumbnail,
  .single-post #main > article > .post-thumbnail,
  .archive #main > article > .post-thumbnail,
  .single-mec-events #main > article > .post-thumbnail,
  .page-template-page-agenda #main > article > .post-thumbnail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: -25px -25px 20px;
    width: calc(100% + 50px);
  }
}

.blog #main > article > .post-thumbnail img,
.single-post #main > article > .post-thumbnail img,
.archive #main > article > .post-thumbnail img,
.single-mec-events #main > article > .post-thumbnail img,
.page-template-page-agenda #main > article > .post-thumbnail img {
  width: 200px;
  height: 200px;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .blog #main > article > .post-thumbnail img,
  .single-post #main > article > .post-thumbnail img,
  .archive #main > article > .post-thumbnail img,
  .single-mec-events #main > article > .post-thumbnail img,
  .page-template-page-agenda #main > article > .post-thumbnail img {
    width: 100%;
  }
}

.blog #main > article .entry-header .cat-tag,
.single-post #main > article .entry-header .cat-tag,
.archive #main > article .entry-header .cat-tag,
.single-mec-events #main > article .entry-header .cat-tag,
.page-template-page-agenda #main > article .entry-header .cat-tag {
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #f5a03b;
  display: inline-block;
  height: 22px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 999em;
  line-height: 22px;
  font-size: 10px;
  text-transform: uppercase;
  vertical-align: text-top;
  text-decoration: none;
}

.blog #main > article .entry-header .cat-tag:hover,
.single-post #main > article .entry-header .cat-tag:hover,
.archive #main > article .entry-header .cat-tag:hover,
.single-mec-events #main > article .entry-header .cat-tag:hover,
.page-template-page-agenda #main > article .entry-header .cat-tag:hover {
  background-color: #be7d2d;
}

.blog #main > article a.author-data,
.single-post #main > article a.author-data,
.archive #main > article a.author-data,
.single-mec-events #main > article a.author-data,
.page-template-page-agenda #main > article a.author-data {
  font-size: 13px;
  line-height: 1.1;
  color: #f5a03b;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 7px;
}

.blog #main > article a.author-data img,
.single-post #main > article a.author-data img,
.archive #main > article a.author-data img,
.single-mec-events #main > article a.author-data img,
.page-template-page-agenda #main > article a.author-data img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

.blog #main > article h2.entry-title a,
.single-post #main > article h2.entry-title a,
.archive #main > article h2.entry-title a,
.single-mec-events #main > article h2.entry-title a,
.page-template-page-agenda #main > article h2.entry-title a {
  font-size: 22px;
  margin-bottom: 10px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}

.blog #main > article .entry-content p,
.single-post #main > article .entry-content p,
.archive #main > article .entry-content p,
.single-mec-events #main > article .entry-content p,
.page-template-page-agenda #main > article .entry-content p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 14px;
}

.blog #main > article .entry-footer,
.single-post #main > article .entry-footer,
.archive #main > article .entry-footer,
.single-mec-events #main > article .entry-footer,
.page-template-page-agenda #main > article .entry-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #f5f5f5;
}

.blog #main > article .read-more-link a,
.single-post #main > article .read-more-link a,
.archive #main > article .read-more-link a,
.single-mec-events #main > article .read-more-link a,
.page-template-page-agenda #main > article .read-more-link a {
  color: #f5a03b;
  font-size: 13px;
  display: inline-block;
  background: white;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: -10px;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog #main > article .read-more-link a i,
.single-post #main > article .read-more-link a i,
.archive #main > article .read-more-link a i,
.single-mec-events #main > article .read-more-link a i,
.page-template-page-agenda #main > article .read-more-link a i {
  display: inline-block;
  margin-left: 2px;
  vertical-align: top;
  margin-top: 1px;
  margin-bottom: 2px;
  -webkit-transition: margin .3s;
  transition: margin .3s;
}

.blog #main > article .read-more-link a:hover,
.single-post #main > article .read-more-link a:hover,
.archive #main > article .read-more-link a:hover,
.single-mec-events #main > article .read-more-link a:hover,
.page-template-page-agenda #main > article .read-more-link a:hover {
  background: #f5a03b;
  color: #fff;
}

.blog #main > article .read-more-link a:hover i,
.single-post #main > article .read-more-link a:hover i,
.archive #main > article .read-more-link a:hover i,
.single-mec-events #main > article .read-more-link a:hover i,
.page-template-page-agenda #main > article .read-more-link a:hover i {
  margin-left: 6px;
}

.blog #main > article .read-more-link small,
.single-post #main > article .read-more-link small,
.archive #main > article .read-more-link small,
.single-mec-events #main > article .read-more-link small,
.page-template-page-agenda #main > article .read-more-link small {
  color: #f5a03b;
  font-size: 13px;
}

.blog #main > article .tags a,
.single-post #main > article .tags a,
.archive #main > article .tags a,
.single-mec-events #main > article .tags a,
.page-template-page-agenda #main > article .tags a {
  color: white;
  font-size: 13px;
  display: inline-block;
  background: #f5a03b;
  border: 1px solid #f5a03b;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 50px;
  margin-right: 5px;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.blog #main > article .tags a:hover,
.single-post #main > article .tags a:hover,
.archive #main > article .tags a:hover,
.single-mec-events #main > article .tags a:hover,
.page-template-page-agenda #main > article .tags a:hover {
  background: #fff;
  color: #f5a03b;
}

.blog #main > article .tags small,
.single-post #main > article .tags small,
.archive #main > article .tags small,
.single-mec-events #main > article .tags small,
.page-template-page-agenda #main > article .tags small {
  color: #f5a03b;
  font-size: 13px;
}

.blog #main > article .actions,
.single-post #main > article .actions,
.archive #main > article .actions,
.single-mec-events #main > article .actions,
.page-template-page-agenda #main > article .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog #main > article .actions a,
.single-post #main > article .actions a,
.archive #main > article .actions a,
.single-mec-events #main > article .actions a,
.page-template-page-agenda #main > article .actions a {
  width: 22px;
  height: 22px;
  color: transparent;
  overflow: hidden;
  background-size: 22px;
  margin-right: 10px;
}

.blog #main > article .actions a.facebook-share,
.single-post #main > article .actions a.facebook-share,
.archive #main > article .actions a.facebook-share,
.single-mec-events #main > article .actions a.facebook-share,
.page-template-page-agenda #main > article .actions a.facebook-share {
  background: url(assets/img/facebook.svg) no-repeat scroll center center;
}

.blog #main > article .actions a.whatsapp-share,
.single-post #main > article .actions a.whatsapp-share,
.archive #main > article .actions a.whatsapp-share,
.single-mec-events #main > article .actions a.whatsapp-share,
.page-template-page-agenda #main > article .actions a.whatsapp-share {
  background: url(assets/img/whatsapp.svg) no-repeat scroll center center;
}

.blog #main > article .actions a.email-share,
.single-post #main > article .actions a.email-share,
.archive #main > article .actions a.email-share,
.single-mec-events #main > article .actions a.email-share,
.page-template-page-agenda #main > article .actions a.email-share {
  background: url(assets/img/email.svg) no-repeat scroll center center;
}

.blog #main > article .actions a.linkedin-share,
.single-post #main > article .actions a.linkedin-share,
.archive #main > article .actions a.linkedin-share,
.single-mec-events #main > article .actions a.linkedin-share,
.page-template-page-agenda #main > article .actions a.linkedin-share {
  background: url(assets/img/linkedin.svg) no-repeat scroll center center;
}

.archive #main > article:last-of-type {
  margin-bottom: 36px;
}

.single-post #main > article .content-article header .attachment-post-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.single-post #main > article .content-article header h1 {
  font-size: 3.5rem;
  line-height: inherit;
  display: block;
}

.single-post #main > article .content-article header a.author-data {
  margin-bottom: 15px !important;
  display: inline-block;
}

.single-post .wp-caption {
  width: 100% !important;
}

.single-post .wp-caption img {
  width: 100%;
  height: auto;
}

.single-post img.size-large {
  width: 100%;
  height: auto;
}

#comments {
  padding: 30px;
}

#comments:before, #comments:after {
  display: none;
}

#comments .slick-dots,
#comments .slick-list {
  display: none;
}

.commentlist {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.03);
  padding-right: 30px;
  border: 1px solid #eee;
  border-radius: 0;
  margin: -5px 0 0;
}

.commentlist li {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  padding: 35px 0;
  border-bottom: 1px solid #eee;
}

.commentlist li p, .commentlist li a {
  font-weight: 400;
}

.commentlist li:last-of-type {
  border-bottom: none;
}

.comment-reply-link {
  color: #f5a03b;
  font-size: 13px;
  display: inline-block;
  background: white;
  line-height: 1;
  padding: 5px 10px;
  margin-left: -10px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.comment-reply-link:hover {
  background: #f5a03b;
  color: #fff;
}

.comment-meta.commentmetadata {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.comment-meta.commentmetadata a {
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #f5a03b;
  display: inline-block;
  height: 22px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 999em;
  line-height: 22px;
  font-size: 10px;
  text-transform: uppercase;
  vertical-align: text-top;
  text-decoration: none;
}

.comment-author.vcard img {
  border-radius: 50%;
  margin-right: 5px;
}

div#respond {
  font-size: 13px;
  background: #f2f0f1;
  padding: 30px;
  margin-bottom: 30px;
  display: block;
}

form#commentform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

form#commentform input[type="text"],
form#commentform input[type="email"],
form#commentform textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
}

form#commentform input[type="submit"] {
  color: white;
  font-size: 15px;
  display: inline-block;
  background: #f5a03b;
  border: 1px solid #f5a03b;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

form#commentform input[type="submit"]:hover {
  background: #fff;
  color: #f5a03b;
}

form#commentform .form-submit {
  text-align: right;
}

form#commentform p.comment-notes {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

form#commentform p.comment-form-author {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

form#commentform p.comment-form-email {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

form#commentform p.comment-form-url {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

form#commentform p.comment-form-comment {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

form#commentform p.form-submit {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.mec-events-event-image img {
  width: 100%;
  height: auto;
}

.single-mec-events #search-3 {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-mec-events #search-3 h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
}

.single-mec-events #search-3 input#s {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  vertical-align: middle;
  max-width: 100%;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  padding-left: 16px;
  padding-right: 36px;
  border: 1px solid #eee;
  border-radius: 999px;
}

.single-mec-events #search-3 input#searchsubmit {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -15px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  color: rgba(0, 0, 0, 0);
  font-size: 18px;
  line-height: 1;
  text-align: center;
  background: url(assets/img/search-icon.svg) no-repeat scroll center center;
}

.single-mec-events li#custom_html-2 {
  max-width: 360px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-mec-events li#custom_html-2 h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 40px;
}

.single-mec-events li#custom_html-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-mec-events li#custom_html-2 li {
  display: inline-block;
  width: 25%;
  padding: 4px;
}

.single-mec-events li#custom_html-2 .socialList {
  width: 100%;
}

.single-mec-events li#custom_html-2 .socialList.socialList--inline {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.single-mec-events li#custom_html-2 .socialList a {
  padding: 0;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 100%;
  color: #fff;
  background: #666;
  -webkit-box-shadow: inset 0 -2px 0 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -2px 0 0px rgba(0, 0, 0, 0.2);
  display: block;
  white-space: nowrap;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: auto;
  padding: 0 5px;
  border-radius: 4px;
  height: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.single-mec-events li#custom_html-2 .socialList a i {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.single-mec-events li#custom_html-2 .socialList a:hover i {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);
}

.single-mec-events li#custom_html-2 .socialList .socialList-facebook a {
  background: #3b5998;
}

.single-mec-events li#custom_html-2 .socialList .socialList-instagram a {
  background: #3f729b;
}

.single-mec-events li#custom_html-2 .socialList .socialList-linkedin a {
  background: #0077b5;
}

.single-mec-events li#custom_html-2 .socialList .socialList-youtube a {
  background: #cd201f;
}

.single-mec-events #text-3 {
  max-width: 360px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-mec-events #text-3 h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 40px;
}

.single-mec-events #text-3 {
  display: none;
}

.lista-agenda {
  border: none !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
}

.lista-agenda h1.entry-title {
  display: none;
}

.lista-agenda .mec-search-form.mec-totalcal-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.lista-agenda .mec-search-form.mec-totalcal-box > div {
  display: block;
  width: 100%;
  height: auto;
}

.lista-agenda .mec-search-form.mec-totalcal-box > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lista-agenda .mec-search-form.mec-totalcal-box > div:nth-child(2) > div {
  width: 100%;
  max-width: 100%;
  float: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.lista-agenda .mec-search-form.mec-totalcal-box > div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  margin: 0;
  padding: 12px;
  width: 100%;
  max-width: 100%;
}

#sidebar .mec-event-grid-modern > .row,
article.row.mec-single-event > .col-md-4 .mec-event-grid-modern > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#sidebar .mec-event-grid-modern > .row > div,
article.row.mec-single-event > .col-md-4 .mec-event-grid-modern > .row > div {
  width: 100%;
  max-width: 100%;
}

.mec-event-list-standard .mec-event-image {
  width: 200px;
  height: 200px;
  background: #f6c14e url(dist/img/logo.png) no-repeat scroll center center;
  background-size: 120px;
}

.mec-event-list-standard .mec-event-image img {
  width: 200px;
  height: 200px;
}

.post .entry-content p, .post .entry-content ul, .post .entry-content ol {
  font-size: 18px !important;
}

div#featured-posts-schedule > article {
  height: 380px;
  -webkit-box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
          box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
  width: calc(25% - 20px);
  margin: 0 10px;
  background-color: #f5a03b;
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 767px) {
  div#featured-posts-schedule > article {
    width: 100%;
    margin: 0 0 20px;
  }
}

div#featured-posts-schedule > article:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, black), color-stop(50%, rgba(0, 0, 0, 0.4)), color-stop(90%, rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, black 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 90%);
}

div#featured-posts-schedule > article a.link-post {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 3;
}

div#featured-posts-schedule > article .content-article {
  position: relative;
  z-index: 2;
  padding: 30px 24px 24px;
  margin-top: auto;
  color: #fff;
}

div#featured-posts-schedule > article .content-article h2 {
  margin: 0 0 14px 0;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  div#featured-posts-schedule > article .content-article h2 {
    font-size: 32px;
  }
}

div#featured-posts-schedule > article .content-article p {
  font-size: 13px;
  line-height: 1.1;
  margin: 0;
}

div#featured-posts-schedule > article .content-article p svg {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin-top: -5px;
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  div#featured-posts-schedule > article .content-article p svg {
    margin-top: -2px;
  }
}

div#featured-posts-schedule > article .content-article p span {
  opacity: .8;
}

div#featured-posts-schedule > article:first-of-type {
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
  div#featured-posts-schedule > article:first-of-type {
    width: 100%;
    margin: 0 0 20px;
  }
}

div#featured-posts-schedule > article:first-of-type .content-article h2 {
  font-size: 32px;
}

#sidebar > ul,
#sidebar > li,
.mec-single-event > .col-md-4 > ul,
.mec-single-event > .col-md-4 > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar > ul h2,
#sidebar > li h2,
.mec-single-event > .col-md-4 > ul h2,
.mec-single-event > .col-md-4 > li h2 {
  font-size: 2rem !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  margin-top: 40px !important;
}

#sidebar form#searchform,
.mec-single-event > .col-md-4 form#searchform {
  position: relative;
}

#sidebar form#searchform input#s,
.mec-single-event > .col-md-4 form#searchform input#s {
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.4;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  vertical-align: middle;
  max-width: 100%;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  padding-left: 16px;
  padding-right: 36px;
  border: 1px solid #eee;
  border-radius: 999px;
}

#sidebar form#searchform input#searchsubmit,
.mec-single-event > .col-md-4 form#searchform input#searchsubmit {
  width: 34px;
  height: 34px;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -15px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  color: rgba(0, 0, 0, 0);
  font-size: 18px;
  line-height: 1;
  text-align: center;
  background: url(assets/img/search-icon.svg) no-repeat scroll center center;
}

#sidebar .widget_search h2,
.mec-single-event > .col-md-4 .widget_search h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
}

#sidebar li#custom_html-2,
.mec-single-event > .col-md-4 li#custom_html-2 {
  max-width: 360px;
}

#sidebar li#custom_html-2 ul,
.mec-single-event > .col-md-4 li#custom_html-2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar li#custom_html-2 li,
.mec-single-event > .col-md-4 li#custom_html-2 li {
  display: inline-block;
  width: 25%;
  padding: 4px;
}

#sidebar li#custom_html-2 .socialList,
.mec-single-event > .col-md-4 li#custom_html-2 .socialList {
  width: 100%;
}

#sidebar li#custom_html-2 .socialList.socialList--inline,
.mec-single-event > .col-md-4 li#custom_html-2 .socialList.socialList--inline {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

#sidebar li#custom_html-2 .socialList a,
.mec-single-event > .col-md-4 li#custom_html-2 .socialList a {
  padding: 0;
  display: block;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 100%;
  color: #fff;
  background: #666;
  -webkit-box-shadow: inset 0 -2px 0 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -2px 0 0px rgba(0, 0, 0, 0.2);
  display: block;
  white-space: nowrap;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: auto;
  padding: 0 5px;
  border-radius: 4px;
  height: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#sidebar li#custom_html-2 .socialList a i,
.mec-single-event > .col-md-4 li#custom_html-2 .socialList a i {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#sidebar li#custom_html-2 .socialList a:hover i,
.mec-single-event > .col-md-4 li#custom_html-2 .socialList a:hover i {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  text-shadow: 6px 6px 12px rgba(0, 0, 0, 0.5);
}

#sidebar li#custom_html-2 .socialList .socialList-facebook a,
.mec-single-event > .col-md-4 li#custom_html-2 .socialList .socialList-facebook a {
  background: #3b5998;
}

#sidebar li#custom_html-2 .socialList .socialList-instagram a,
.mec-single-event > .col-md-4 li#custom_html-2 .socialList .socialList-instagram a {
  background: #3f729b;
}

#sidebar li#custom_html-2 .socialList .socialList-linkedin a,
.mec-single-event > .col-md-4 li#custom_html-2 .socialList .socialList-linkedin a {
  background: #0077b5;
}

#sidebar li#custom_html-2 .socialList .socialList-youtube a,
.mec-single-event > .col-md-4 li#custom_html-2 .socialList .socialList-youtube a {
  background: #cd201f;
}

.mec-event-footer .mec-booking-button {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all .21s ease !important;
  transition: all .21s ease !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  background: #fff !important;
  color: #767676 !important;
  border: 1px solid #e8e8e8 !important;
  padding: 0 16px !important;
  line-height: 37px !important;
  height: 38px !important;
}

#regular-posts {
  padding-top: 60px;
}

#featured-posts-row {
  background-color: #d0d0d0;
  margin-top: -44px;
  padding-top: 280px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1199px) {
  #featured-posts-row {
    margin-top: -100px;
  }
}

@media screen and (max-width: 991px) {
  #featured-posts-row {
    padding-top: 100px;
  }
}

#featured-posts {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1199px) {
  #featured-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 40px;
  }
}

#featured-posts > article {
  overflow: hidden;
  width: calc(33% - 10px);
  margin-bottom: 20px;
  height: 142px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
          box-shadow: 0 2px 6px 1px rgba(50, 50, 50, 0.14);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1);
          transform: scale(1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
}

@media screen and (max-width: 1199px) {
  #featured-posts > article {
    width: 100%;
  }
}

#featured-posts > article:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

#featured-posts > article .post-thumbnail {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

#featured-posts > article .post-thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

#featured-posts > article .link-post {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}

#featured-posts > article:nth-child(1), #featured-posts > article:nth-child(2) {
  width: 100%;
  height: 350px;
  max-width: calc(50% - 10px);
  position: relative;
}

@media screen and (max-width: 1199px) {
  #featured-posts > article:nth-child(1), #featured-posts > article:nth-child(2) {
    max-width: 100%;
  }
}

#featured-posts > article:nth-child(1):before, #featured-posts > article:nth-child(2):before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

#featured-posts > article:nth-child(1) .post-thumbnail, #featured-posts > article:nth-child(2) .post-thumbnail {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-radius: 0;
}

#featured-posts > article:nth-child(1) .content-article, #featured-posts > article:nth-child(2) .content-article {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#featured-posts > article:nth-child(1) .content-article header.entry-header .cat-tag, #featured-posts > article:nth-child(2) .content-article header.entry-header .cat-tag {
  color: white;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #f5a03b;
  height: 22px;
  margin-bottom: 14px;
  padding: 0 10px;
  border-radius: 999em;
  line-height: 22px;
  font-size: 10px;
  text-transform: uppercase;
  vertical-align: text-top;
  text-decoration: none;
  display: none;
}

#featured-posts > article:nth-child(1) .content-article header.entry-header .cat-tag:nth-child(1), #featured-posts > article:nth-child(2) .content-article header.entry-header .cat-tag:nth-child(1) {
  display: inline-block;
}

#featured-posts > article:nth-child(1) .content-article header.entry-header .author-data, #featured-posts > article:nth-child(2) .content-article header.entry-header .author-data {
  font-size: 13px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 7px;
  display: inline-block;
}

#featured-posts > article:nth-child(1) .content-article header.entry-header .author-data img, #featured-posts > article:nth-child(2) .content-article header.entry-header .author-data img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 5px;
}

#featured-posts > article:nth-child(1) .content-article h2 a, #featured-posts > article:nth-child(2) .content-article h2 a {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  font-size: 26px;
  color: #fff;
  margin: 0 0 14px 0;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
}

#featured-posts > article:nth-child(3), #featured-posts > article:nth-child(4), #featured-posts > article:nth-child(5) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1399px) {
  #featured-posts > article:nth-child(3), #featured-posts > article:nth-child(4), #featured-posts > article:nth-child(5) {
    padding: 20px;
  }
}

@media screen and (max-width: 1639px) {
  #featured-posts > article:nth-child(3) .post-thumbnail, #featured-posts > article:nth-child(4) .post-thumbnail, #featured-posts > article:nth-child(5) .post-thumbnail {
    width: 60px;
    height: 60px;
  }
}

#featured-posts > article:nth-child(3) .content-article, #featured-posts > article:nth-child(4) .content-article, #featured-posts > article:nth-child(5) .content-article {
  width: 100%;
}

#featured-posts > article:nth-child(3) .content-article header.entry-header .cat-tag, #featured-posts > article:nth-child(4) .content-article header.entry-header .cat-tag, #featured-posts > article:nth-child(5) .content-article header.entry-header .cat-tag {
  display: none;
}

#featured-posts > article:nth-child(3) .content-article header.entry-header .author-data, #featured-posts > article:nth-child(4) .content-article header.entry-header .author-data, #featured-posts > article:nth-child(5) .content-article header.entry-header .author-data {
  display: none;
}

#featured-posts > article:nth-child(3) .content-article h2 a, #featured-posts > article:nth-child(4) .content-article h2 a, #featured-posts > article:nth-child(5) .content-article h2 a {
  font-size: 20px;
  color: #000;
  margin: 0;
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  width: 100%;
  display: block;
  padding-left: 20px;
}

@media screen and (max-width: 1880px) {
  #featured-posts > article:nth-child(3) .content-article h2 a, #featured-posts > article:nth-child(4) .content-article h2 a, #featured-posts > article:nth-child(5) .content-article h2 a {
    font-size: 18px;
  }
}

@media screen and (max-width: 1639px) {
  #featured-posts > article:nth-child(3) .content-article h2 a, #featured-posts > article:nth-child(4) .content-article h2 a, #featured-posts > article:nth-child(5) .content-article h2 a {
    font-size: 15px;
  }
}

@media screen and (max-width: 1399px) {
  #featured-posts > article:nth-child(3) .content-article h2 a, #featured-posts > article:nth-child(4) .content-article h2 a, #featured-posts > article:nth-child(5) .content-article h2 a {
    font-size: 14px;
  }
}

article.row.mec-single-event {
  padding-top: 250px;
}

article.row.mec-single-event:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 225px;
  background: #d0d0d0;
}

@media screen and (max-width: 479px) {
  .blog, .single-post, .archive, .single-mec-events, .page-template-page-agenda {
    padding-top: 65px;
  }
  .mec-container {
    width: calc(100% - 100px);
  }
  .mec-event-list-standard .mec-event-image {
    width: 100%;
  }
  .mec-event-list-standard .mec-event-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  a.mec-booking-button {
    width: 140px !important;
    text-align: center;
  }
}

article.row.mec-single-event > .col-md-4 {
  min-height: 550px;
}

.card-title {
  margin: 0;
  font-size: 4rem;
  line-height: 1;
}

.card.border-danger.text-danger.mb-3.fixed-top {
  border-radius: 20px;
  background-color: #F3B43C;
  border-color: #F3B43C !important;
  padding: 25px 15px 30px;
}

.card-header.text-center {
  border: none;
  background-color: transparent;
  color: #fff;
  font-family: butler;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 1.1;
  font-size: 2.4rem;
}

.card-footer.text-danger.text-center {
  border: none;
  background-color: transparent;
}

.card-body.text-danger.text-center {
  color: #F34376 !important;
}

.card-body.text-danger.text-center h2 {
  text-shadow: none !important;
}

.card-footer a {
  background-color: #3084A2;
  color: #fff !important;
  text-decoration: none !important;
  padding: 15px 32px;
  font-size: 16px;
  border-radius: 12px;
}

@media screen and (max-width: 767px) {
  .card.border-danger.text-danger.mb-3.fixed-top {
    max-width: 230px !important;
    padding: 25px 5px 30px;
  }
  .card-header.text-center {
    font-size: 5.4rem;
  }
  .card-title {
    font-size: 9rem;
    line-height: 1;
  }
  .card-body.text-danger.text-center h2 {
    text-shadow: none !important;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 5.5rem;
  }
  .card-footer a {
    font-size: 12px;
  }
}

#header .navbar {
  min-height: 11.8rem;
  z-index: 9999;
}

#header .navbar .navbar-nav .nav-item:not(.menu-carta) {
  height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: none !important;
}

#header .navbar .navbar-nav .nav-item:not(.menu-carta) .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  pointer-events: all;
}

#header .navbar .navbar-nav .nav-item:not(.menu-carta) > .nav-link {
  border-right: 1px solid #fff !important;
}

a.menu-link.nav-link.sub-menu-link {
  border-right: none !important;
}

#header .navbar .navbar-nav .nav-item:not(.menu-carta) .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  pointer-events: all;
}

.has-submenu {
  position: relative;
}

.has-submenu > ul {
  max-height: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  list-style: none;
  border: 0;
  background: #3084a2;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding: 0;
  list-style: none;
  width: 200px;
  transition: all .3s;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(40%);
          transform: translateX(-50%) translateY(40%);
}

.has-submenu > ul:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #3084a2 transparent;
  line-height: 0;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  _border-color: #000000 #000000 #3084a2 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.has-submenu > ul li {
  height: auto !important;
  min-height: 0 !important;
}

.has-submenu > ul li a {
  text-align: center;
  font-size: 12px !important;
  line-height: 1 !important;
  color: #fff !important;
  height: auto !important;
  padding: 19px !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.has-submenu > ul li a:hover {
  background: #003d68;
}

.has-submenu:hover > ul {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  max-height: 600px;
}

.mobile-candidatas {
  display: none;
}

@media screen and (max-width: 991px) {
  .mobile-candidatas {
    border: none !important;
    height: auto !important;
    width: 170px;
    display: block;
    position: absolute;
    left: 50%;
    top: 12%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff !important;
  }
  .mobile-candidatas > a {
    background: #e44279;
    line-height: 2 !important;
    font-size: 13px !important;
    padding: 5px 10px 5px 10px !important;
    text-align: center;
    border-radius: 10px;
    pointer-events: none;
    color: #fff !important;
    display: block;
    width: 100%;
  }
  .mobile-candidatas > ul {
    padding: 0;
    margin: 2% 0 0;
    list-style: none;
    border: 0;
    background: #3084a2;
    position: relative;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .mobile-candidatas:hover > ul {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  .mobile-candidatas > ul:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #3084a2 transparent;
    line-height: 0;
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    _border-color: #000000 #000000 #3084a2 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  }
  .mobile-candidatas > ul > li {
    border: 0 !important;
    height: auto !important;
    text-align: center;
    padding: 0 !important;
    min-height: 0 !important;
  }
  .mobile-candidatas > ul > li > a {
    height: auto !important;
    display: block !important;
    font-size: 12px !important;
    padding: 10px 3rem !important;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff !important;
  }
  .mobile-candidatas > ul > li > a:hover {
    background: #003d68;
  }
}

.mobile-apoie {
  display: none;
}

@media screen and (max-width: 991px) {
  .mobile-apoie {
    border: none !important;
    height: auto !important;
    width: 170px;
    display: block;
    position: absolute;
    left: 50%;
    top: 12%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #fff !important;
  }
  .mobile-apoie > a {
    background: #e44279;
    line-height: 2 !important;
    font-size: 13px !important;
    padding: 5px 10px 5px 10px !important;
    text-align: center;
    border-radius: 10px;
    color: #fff !important;
    display: block;
    width: 100%;
  }
}

.swal2-container {
  -webkit-transform: scale(3);
          transform: scale(3);
}

.wpcf7-response-output {
  display: none !important;
}

@media screen and (min-width: 960px) {
  .alignwide, .alignfull {
    width: 100vw !important;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .swal2-container {
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

div#cadastro-nucleos .alignfull,
div#page-full-width .alignfull {
  padding: 350px 40px 270px !important;
}

div#cadastro-apoiadores .alignfull {
  padding: 250px 40px 200px !important;
}

/*
div#cadastro-nucleos:before {
    content: '';
    display: block;
    width: 100vw;
    height: 220px;
    background: #32869f;
    margin-left: calc(50% - 50vw);
}
*/
hr.wp-block-separator.is-style-wide {
  margin: 5rem 0;
  border-color: transparent;
}

p.has-text-align-center.credits-cover.has-white-color.has-text-color {
  position: absolute !important;
  right: 24px !important;
  bottom: 0 !important;
  opacity: .3 !important;
}

#cadastro-nucleos h1,
#cadastro-apoiadores h1,
#page-full-width h1 {
  font-size: 60px !important;
  max-width: 680px;
  margin: 0 auto !important;
  padding: 0;
}

#cadastro-nucleos .entry-content {
  max-width: 850px;
  margin: 0 auto;
}

#cadastro-nucleos h1 {
  max-width: 850px;
}

#cadastro-nucleos h1 strong {
  color: #fcd557;
  font-weight: inherit;
}

#cadastro-nucleos .wp-block-cover.alignfull .wp-block-cover__inner-container,
#cadastro-apoiadores .wp-block-cover.alignfull .wp-block-cover__inner-container,
#page-full-width .wp-block-cover.alignfull .wp-block-cover__inner-container {
  max-width: 1200px;
}

#cadastro-nucleos form,
#cadastro-apoiadores form,
#page-full-width form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 850px;
  margin: 60px auto;
}

#cadastro-nucleos form {
  background: #f2f0f1;
  padding: 30px 0 15px;
}

#cadastro-nucleos form p,
#cadastro-apoiadores form p,
#page-full-width form p {
  margin: 0 30px;
  width: calc(50% - 60px);
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  #cadastro-nucleos form p,
  #cadastro-apoiadores form p,
  #page-full-width form p {
    width: calc(100% - 60px);
  }
}

p.full-width {
  width: 100% !important;
}

/* implementação da carta

    #cadastro-nucleos form p {
        margin: 0;
        width: 50%;
        font-size: 16px;
    }
*/
#cadastro-nucleos form p label,
#cadastro-nucleos form p label > span,
#cadastro-apoiadores form p label,
#cadastro-apoiadores form p label > span,
#page-full-width form p label,
#page-full-width form p label > span {
  width: 100%;
  display: block;
  margin: 0;
}

#cadastro-nucleos form p label,
#cadastro-apoiadores form p label,
#page-full-width form p label {
  margin-bottom: 20px;
}

/* implementação da carta

#cadastro-nucleos form p label {
    margin-bottom: 20px;
    padding: 0 30px;
}
*/
#cadastro-nucleos form p label > span > input,
#cadastro-nucleos form p label > span > select,
#cadastro-apoiadores form p label > span > input,
#cadastro-apoiadores form p label > span > select,
#page-full-width form p label > span > input,
#page-full-width form p label > span > select {
  width: 100%;
  font-size: 20px;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 15px 8px;
}

#cadastro-nucleos form p .wpcf7-submit,
#cadastro-apoiadores form p .wpcf7-submit,
#page-full-width form p .wpcf7-submit {
  display: block;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #3084A2;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#cadastro-nucleos form p .wpcf7-submit:hover,
#cadastro-apoiadores form p .wpcf7-submit:hover,
#page-full-width form p .wpcf7-submit:hover {
  background-color: #F34376;
}

#cadastro-nucleos form p:last-of-type,
#cadastro-apoiadores form p:last-of-type,
#page-full-width form p:last-of-type {
  margin: 0 auto;
  width: calc(100% - 60px);
}

label#whatsapp-label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

label#whatsapp-label br {
  display: none;
}

span.wpcf7-form-control-wrap.whatsapp-country {
  width: 120px !important;
  margin: 0 15px 0 0 !important;
}

span.wpcf7-form-control-wrap.whatsapp-area {
  width: 100px !important;
  margin: 0 15px 0 0 !important;
}

label#location-label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

label#location-label span.wpcf7-form-control-wrap {
  width: calc(50% - 10px) !important;
}

p.full-width.d-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

p.full-width.d-flex > label {
  width: calc(50% - 10px) !important;
}

b#optin {
  font-weight: initial;
}

b#optin span.wpcf7-list-item.first.last {
  margin: 0;
}

b#optin span {
  width: 100%;
}

b#optin input + span {
  display: inline !important;
  width: auto !important;
}

.modal {
  z-index: 999999999;
}

.modal-backdrop {
  z-index: 9999999;
}

#modal-termos {
  z-index: 999999999;
}

#modal-termos .modal-content {
  border-radius: 10px 0 10px;
}

#modal-termos .modal-header {
  font-size: inherit !important;
  border: none;
  line-height: 1;
  padding: 4rem;
  background: #e44279;
  position: relative;
  border-radius: 10px 0 0 0;
}

#modal-termos .modal-header .close {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #fff !important;
  text-shadow: none;
  opacity: 1 !important;
  margin: 0 0 0 0 !important;
  position: absolute;
  right: 5px;
  top: 0;
}

#modal-termos .modal-header .modal-title {
  text-align: center;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 22px;
  border: none;
  display: block;
  width: 100%;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}

#modal-termos .modal-header .modal-title span {
  font-size: 20px;
  line-height: 1;
  display: block;
  font-weight: 300;
  padding: 6px 0;
}

#modal-termos .modal-body {
  padding: 35px;
  font-size: 16px;
}

#modal-termos .modal-footer {
  border: none;
  padding: 0;
  border-radius: 0 0 10px;
  overflow: hidden;
}

#modal-termos .modal-footer .btn {
  height: auto !important;
  font-size: 20px !important;
  border: none;
  line-height: 1;
  padding: 12px 24px;
  border-radius: 10px 0 0 0;
}

button#bnt-modal-termos {
  color: #e44279;
  font-weight: initial;
  letter-spacing: 1px;
  line-height: 1;
  height: auto;
  font-size: 16px;
  background: none;
  padding: 0;
  margin: -4px 0 0 4px;
}

.menu-apoie {
  border: none !important;
  position: absolute;
  top: 120px;
  right: 0;
  height: auto !important;
  width: 230px;
}

.menu-apoie > a {
  background: #e44279;
  line-height: 1.4 !important;
  font-size: 15px !important;
  padding: 10px 10px 12px 10px !important;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  line-height: 1;
  border: none !important;
}

span.wpcf7-list-item.first.last label {
  margin: 0 !important;
}

#header .navbar .navbar-nav .nav-item.menu-apoie > .nav-link {
  border: none !important;
}

.logo-apoio img {
  width: 100%;
  max-width: 130px;
}

@media screen and (max-width: 567px) {
  .logo-apoio img {
    max-width: 80px;
  }
}

#footer {
  height: auto;
}

#footer .address {
  margin-top: -20px;
}

@media screen and (max-width: 567px) {
  #footer .address {
    margin-top: 0;
  }
}

@media screen and (max-width: 567px) {
  #footer .copyright {
    font-size: 12px;
  }
}

.form-in-columns br {
  display: none !important;
}

.form-in-columns .row {
  margin-bottom: 20px;
}

.form-in-columns p {
  margin: 0 !important;
  width: 100% !important;
  font-size: 16px;
}

.form-in-columns label {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 16px;
}

.form-in-columns span {
  width: 100%;
  display: block;
  margin: 0;
}

.form-in-columns input[type="text"],
.form-in-columns input[type="email"],
.form-in-columns input[type="tel"],
.form-in-columns input[type="url"],
.form-in-columns input[type="password"],
.form-in-columns textarea,
.form-in-columns select {
  width: 100% !important;
  font-size: 20px;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 15px 8px;
}

#home .flower {
  position: relative;
  z-index: 0;
  pointer-events: none;
}

.cta-carousel {
  background-color: #3084A2;
  color: #fff !important;
  text-decoration: none !important;
  padding: 15px 5rem 17px;
  font-size: 3rem;
  border-radius: 12px;
  margin: 10px 0 0 0;
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.cta-carousel:hover {
  background-color: #F3B43C;
}

#carousel .carousel-item center p {
  padding: 0 30px;
}

.slick-arrow {
  position: absolute;
  z-index: 10000;
  top: 50%;
  width: 60px;
  height: 60px;
  border: none;
  background-color: #f3b43c;
  color: transparent;
  overflow: hidden;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .slick-arrow {
    -webkit-transform: translateY(-30%) scale(0.5);
            transform: translateY(-30%) scale(0.5);
  }
}

.slick-arrow.slick-prev {
  left: 5%;
  background-image: url(assets/svg/left-arrow.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center left 18px;
  background-size: 20px;
}

.slick-arrow.slick-next {
  right: 5%;
  background-image: url(assets/svg/right-arrow.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center left 22px;
  background-size: 20px;
}

.slick-arrow:hover {
  background-color: #3084A2;
}

body.single-product,
body.woocommerce-checkout,
.woocommerce-cart {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                        supported by Chrome, Edge, Opera and Firefox */
}

body.single-product,
body.woocommerce-checkout,
.woocommerce-cart {
  padding-top: 8em;
}

body.single-product #header .navbar,
body.woocommerce-checkout #header .navbar,
.woocommerce-cart #header .navbar {
  background: rgba(244, 181, 42, 0.83) !important;
}

body.single-product img.logo-big,
body.woocommerce-checkout img.logo-big,
.woocommerce-cart img.logo-big {
  display: none !important;
}

body.single-product .navbar.fixed-top.navbar-expand-lg.navbar-light img.logo-small,
body.woocommerce-checkout .navbar.fixed-top.navbar-expand-lg.navbar-light img.logo-small,
.woocommerce-cart .navbar.fixed-top.navbar-expand-lg.navbar-light img.logo-small {
  display: block !important;
  max-width: 50% !important;
}

body.single-product .navbar.fixed-top.navbar-expand-lg.navbar-light.small img.logo-small,
body.woocommerce-checkout .navbar.fixed-top.navbar-expand-lg.navbar-light.small img.logo-small,
.woocommerce-cart .navbar.fixed-top.navbar-expand-lg.navbar-light.small img.logo-small {
  display: block !important;
  max-width: 90% !important;
}

.wpneo-wrapper p.wpneo-author-info {
  display: none;
}

.campaign-funding-info {
  display: none;
}

.wpneo-campaign-summary .wpneo-raised-percent {
  display: none;
}

.wpneo-campaign-summary-inner .wpneo-raised-bar {
  display: none;
}

.wpneo-location-wrapper {
  display: none !important;
}

.wpneo-campaign-creator-info-wrapper {
  display: none;
}

.wpneo-tabs-menu {
  display: none !important;
}

.tab-description.tab_col_9.tab-campaign-story-left > h2 {
  display: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  display: none;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-of-type {
  display: none;
}

table.shop_table.woocommerce-checkout-review-order-table thead {
  display: none !important;
}

table.shop_table.woocommerce-checkout-review-order-table tbody .cart_item:first-of-type td {
  border-top: none !important;
}

form.checkout.woocommerce-checkout h3 {
  display: none !important;
}

form.checkout.woocommerce-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 991px) {
  form.checkout.woocommerce-checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.woocommerce-checkout div#customer_details .col-2 {
  display: none !important;
}

body.woocommerce-checkout div#customer_details .col-1 {
  width: 100% !important;
  max-width: 100%;
}

body.woocommerce-checkout div#customer_details .col-1 .woocommerce-billing-fields__field-wrapper {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 120px;
  background: rgba(244, 173, 27, 0.12);
  padding: 30px;
  border-radius: 5px;
}

@media screen and (max-width: 991px) {
  body.woocommerce-checkout div#customer_details .col-1 .woocommerce-billing-fields__field-wrapper {
    margin: 0 auto 30px;
  }
}

body.woocommerce-checkout div#customer_details .col-1 .woocommerce-billing-fields__field-wrapper p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.woocommerce-checkout tr.woocommerce-shipping-totals.shipping {
  display: none;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single {
  height: auto !important;
  padding: 8px 0 !important;
}

body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
}

body.woocommerce-checkout form .form-row input.input-text,
body.woocommerce-checkout form .form-row textarea {
  border-radius: 3px !important;
  border: 1px solid #aaaaaa !important;
  padding: 4px 6px !important;
}

table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:nth-child(2) {
  display: none;
}

h2.title.with-after {
  font-size: 5rem;
  padding-bottom: 30px;
}

div#mark_name_anonymous {
  display: none !important;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  margin-bottom: 120px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #f4ad1b !important;
  color: #fff !important;
  -webkit-font-smoothing: antialiased !important;
  margin-right: 0 !important;
  margin-left: 10px !important;
}

#payment .form-row.place-order {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.product #campaign_loved_html {
  display: none !important;
}

ul.wpcf_predefined_pledge_amount li a {
  display: block;
  padding: 5px 10px;
  border: 2px solid #e44b77 !important;
  color: #e44b77 !important;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  border-radius: 5px;
}

ul.wpcf_predefined_pledge_amount li a:hover {
  background: #e44b77 !important;
  color: #fff !important;
}

.woocommerce div.product form.cart {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 0 12px;
}

.woocommerce div.product form.cart:before {
  display: block !important;
  content: 'Outro valor: R$' !important;
  color: #686c8b;
  font-weight: bold;
  position: absolute;
  left: 12px;
  top: 35px;
  font-size: 20px;
  line-height: 50px;
}

@media screen and (max-width: 1880px) {
  .woocommerce div.product form.cart:before {
    line-height: 40px;
  }
}

@media screen and (max-width: 1639px) {
  .woocommerce div.product form.cart:before {
    line-height: 30px;
  }
}

@media screen and (max-width: 1399px) {
  .woocommerce div.product form.cart:before {
    line-height: 23px;
  }
}

@media screen and (max-width: 1199px) {
  .woocommerce div.product form.cart:before {
    line-height: 15px;
  }
}

@media screen and (max-width: 991px) {
  .woocommerce div.product form.cart:before {
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce div.product form.cart:before {
    position: relative;
    left: 12px;
    top: 10px;
    font-size: 20px;
    line-height: 24px;
  }
}

.wpneo-single-sidebar .cart input[type=number].wpneo_donate_amount_field {
  margin-left: 156px;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .wpneo-single-sidebar .cart input[type=number].wpneo_donate_amount_field {
    margin-left: 12px;
  }
}

section.woocommerce-order-details h2.woocommerce-order-details__title,
section.woocommerce-order-details thead {
  display: none;
}

body.woocommerce-checkout h2.title.with-after {
  text-align: center;
}

body.woocommerce-checkout tbody tr:first-of-type td {
  border-top: none !important;
}

body.woocommerce-checkout ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  margin-top: 60px;
}

body.woocommerce-checkout p.woocommerce-notice {
  text-align: center;
}

body.woocommerce-checkout p.return-to-shop {
  display: none !important;
}

#header .navbar .navbar-nav .nav-item.fundo-dona > .nav-link {
  border-right: none !important;
}

#header .navbar .navbar-nav .nav-item.botao-doacao > .nav-link {
  border-right: none !important;
  background: #f34376;
  color: #fff;
  border-radius: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#header .navbar .navbar-nav .nav-item.botao-doacao > .nav-link:hover {
  background: #003d68;
}

.grecaptcha-badge {
  visibility: hidden;
}

.login .grecaptcha-badge, .woocommerce-checkout .grecaptcha-badge {
  visibility: visible;
}

#carousel-brands {
  margin-top: 20rem;
  /* position dots up a bit */
  /* dots are lines */
}

#carousel-brands h3 {
  font-family: butler;
  font-weight: 500;
  font-size: 4.6rem;
  color: #716e6e;
  letter-spacing: 1rem;
  margin-bottom: 5rem;
  text-align: center;
}

#carousel-brands .main-carousel {
  padding-bottom: 4em;
  border-bottom: 60px solid #9ec9cc;
}

#carousel-brands .carousel-brands-cell {
  width: 33.33%;
  height: 160px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f2f0f1;
}

@media screen and (max-width: 991px) {
  #carousel-brands .carousel-brands-cell {
    width: 100%;
    margin-right: 0;
  }
}

#carousel-brands .flickity-page-dots {
  bottom: 1.5em;
}

#carousel-brands .flickity-page-dots .dot {
  width: 2rem;
  height: 2rem;
  border: #716e6e;
  background: #f4b52a .1rem solid;
  margin: .3rem .5rem;
}

#carousel-brands .flickity-page-dots .dot.is-selected {
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 .5rem;
  border-radius: 2.6rem;
  background: #f4b52a;
}

.btn-paypal {
  border: 0;
  background: #0070ba;
  color: #fff;
  border-radius: 50px;
  line-height: 1;
  height: auto;
  padding: 15px 30px;
  font-size: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn-paypal:hover {
  color: #fff;
  background: #003087;
  text-decoration: none;
}

body.nucleos-template-default section {
  padding: 100px 6em;
  color: #716e6e !important;
}

body.nucleos-template-default section#hero {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  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;
  padding: 0 3em;
}

body.nucleos-template-default section#hero h1 {
  font-family: butler;
  font-weight: 500;
  font-size: 14rem;
  color: #f4b52a;
  letter-spacing: -.5rem;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

body.nucleos-template-default section#hero:before {
  content: '';
  display: block;
  width: 100%;
  height: 600px;
  position: absolute;
  background: black;
  left: 0;
  top: 0;
  opacity: .3;
  z-index: 0;
}

body.nucleos-template-default section#quem-somos h1,
body.nucleos-template-default section#o-que-fazemos h1,
body.nucleos-template-default section#eventos h1,
body.nucleos-template-default section#documentos h1 {
  font-family: butler;
  font-weight: 500;
  font-size: 2em;
  color: #f4b52a;
  text-transform: uppercase;
  margin-bottom: 20px;
}

body.nucleos-template-default section#o-que-fazemos {
  background-color: #f2f0f1;
}

body.nucleos-template-default section#documentos {
  background-color: rgba(244, 181, 42, 0.83);
}

body.nucleos-template-default section#documentos h1 {
  color: #FFFFFF;
}

body.nucleos-template-default section#eventos .card {
  overflow: hidden;
  border: none;
  border-radius: 3px !important;
}

body.nucleos-template-default section#eventos .card-title {
  font-size: 1.5em;
  line-height: 1.1;
}

body.nucleos-template-default section#eventos .card-text {
  margin-bottom: 30px !important;
  font-size: 1.1em;
  margin-top: 12px;
  color: #969595;
  line-height: 1.1;
}

body.nucleos-template-default section#eventos .card-body {
  padding: 0 1.5em 1.5em;
}

body.nucleos-template-default section#eventos .card-img {
  height: 260px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  background-position: center;
}

body.nucleos-template-default a.btn.btn-primary.btn-inscrever {
  margin-top: auto;
  font-size: 1em;
  display: block !important;
  height: auto !important;
  line-height: 1;
  padding: .3em 0 .4em;
}

body.nucleos-template-default a.btn.btn-primary.btn-inscrever:hover {
  background: #f34376;
}

body.nucleos-template-default #documentos .card {
  border-radius: 20px;
  padding: 15px;
}

body.nucleos-template-default .btn-download {
  font-size: 1em;
  line-height: 1;
  height: auto;
  padding: .5em 1em .6em;
}

body.nucleos-template-default .btn-download:hover {
  background: #f34376;
}

body.nucleos-template-default #stamps {
  margin-top: 8rem;
}

body.nucleos-template-default #stamps .carousel-cell {
  padding: 0 5px;
}

body.nucleos-template-default .stamp {
  background-image: url(assets/img/bg-comites.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right -72px top 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  padding: 20px 85px 20px 20px;
  border-radius: 18px;
  text-decoration: none;
  width: 270px;
  text-transform: uppercase;
  background-size: 160px;
  height: auto;
  min-height: 86px;
}

body.nucleos-template-default .stamp span {
  font-size: 18px;
  text-align: center;
  text-transform: none;
}

body.nucleos-template-default .modal-dialog {
  max-width: 990px;
}

body.nucleos-template-default .modal-dialog h4 {
  font-family: butler;
  font-weight: 500;
  font-size: 3.5rem;
  color: #f4b52a;
  text-transform: uppercase;
  line-height: 1;
  padding: 20px;
}

body.nucleos-template-default .modal-dialog .modal-header .close {
  font-size: 4rem;
  margin: -2rem -1rem -2rem -2rem;
}

body.nucleos-template-default .modal-dialog .modal-body {
  font-size: 2rem;
  padding: 4rem;
}

@media screen and (max-width: 767px) {
  .page-template-page-nucleos #banner {
    height: 40vh;
    background-position: center;
    background-size: cover;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-template-page-nucleos #banner h2 {
    line-height: 13rem;
    font-family: butler;
    font-weight: 500;
    font-size: 14rem;
    color: #f4b52a;
    text-transform: uppercase;
    margin-top: 12rem;
  }
}

.page-template-page-nucleos .padlet-embed:before {
  content: '';
  display: block;
  width: 100%;
  height: 200px;
  background: #013b66;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

@media screen and (max-width: 1692px) {
  .page-template-page-nucleos .padlet-embed:before {
    height: 170px;
  }
}

@media screen and (max-width: 1199px) {
  .page-template-page-nucleos .padlet-embed:before {
    height: 124px;
  }
}

@media screen and (max-width: 991px) {
  .page-template-page-nucleos .padlet-embed:before {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .page-template-page-nucleos .padlet-embed {
    margin-top: -40px;
  }
}

@media screen and (max-width: 767px) {
  .page-template-page-nucleos .padlet-embed {
    display: none;
  }
}

.page-template-page-nucleos #places .items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 690px) {
  .page-template-page-nucleos #places .items {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 991px) {
  .page-template-page-nucleos #places .items {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1000px) {
  .page-template-page-nucleos #places .items {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.page-template-page-nucleos #places .items .item {
  padding: 2.2rem;
  position: relative;
  width: 100%;
}

.page-template-page-nucleos .places-filters {
  padding: 0 5rem;
}

.page-template-page-nucleos .places-filters .form-group {
  background: #fff7dd;
  padding: 15px;
}

.page-template-page-nucleos .places-filters .form-group select {
  background-color: #fff;
}

.page-template-page-nucleos .places-filters .form-group select:disabled {
  background-color: #d6d6d6;
}

@media screen and (max-width: 767px) {
  body.nucleos-template-default {
    font-size: 20px;
    overflow-x: hidden;
  }
  body.nucleos-template-default section {
    padding: 100px 40px;
  }
  body.nucleos-template-default section#eventos .card {
    margin-bottom: 2em !important;
  }
  body.nucleos-template-default a.btn.btn-primary.btn-inscrever {
    font-size: 1.5em;
  }
}
/*# sourceMappingURL=custom.css.map */