/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

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

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

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


/* NEUTRO styles */

a, li, label, article, tr, span, input, select, textarea, .actions {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

body {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 18px;
    font-size: 18px;
    color: #3b3b3b;
    background-color: #f0f1f3;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

h1, h2, h3 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
}

h2 {
  font-size: 1.5rem;
  line-height: 30px;
  margin-bottom: 25px;
}

.single main article h2 {
  margin: 40px 0 20px;
  font-size: 1.4rem;
}

.home main article h2 {
  margin: 0px 0 20px;
}

h3 {
  font-size: 1.5rem;
  line-height: 25px;
  margin-bottom: 25px;
}

h4 {
   font-size: 1.3rem;
   color: #ffffff;
   line-height: 22px;
   font-weight: 700;
}

h5 {
  color: #9c9b9b;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

h6 {
  color: #3b3b3b;
  font-size: 1rem;
  margin-bottom: 2px;
  font-weight: 600;
}

p, li {
  line-height: 26px;
  text-transform: none;
  font-weight: 300;
  font-size: 1.2rem;
  margin-bottom: 20px;
  text-align: justify;
}

.single p a {
  text-decoration: underline;
  font-weight: 600;
  color: #3b3b3b;
}

li {

  margin-bottom: 10px;
}

.top-bar, .top-bar ul {
    background-color: transparent;
}

#search-box {
  position: relative;
}

.top-bar,
.inner-content,
.inner-footer,
#search-box {
  max-width: 1270px;
  margin: 0 auto;
}


.title-bar {
  /* mobile menu bar*/
  background-color: transparent;
}

.top-bar-right {
  padding-top: 8px;
}

header.header {
  background-color: #ffffff;
  padding: 0;
}

header .menu li {
  max-width: 190px;
  text-align: center;
}

header .menu li.menu-item-2114 {
  max-width: 120px;
  text-align: center;
}

header .menu a {
  font-size: 1rem;
  color: #7b8487;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: 400;
}

header .menu a:hover {
  color: #ee2429;
}

header .menu li.menu-item-2567 > a{
  padding: 0.7rem 0 !important;
}


header .menu li.pesquisar a {
  display: inline-block;
  width: 22px;
  padding: 40px 0px 5px 60px;
  text-indent: -999999px;
  overflow: hidden;
  background: url('../images/icone-pesquisa.png') no-repeat center center;
  height: 22px;
}

header .menu .active > a {
    background: none;
    color: #ee2429;
}

#search-wrapper {
    display: none;
    background-color: #eee;
    position: absolute;
    z-index: 100;
    top: 0;
    right: 18px;
    padding: 20px 15px;
    width: 283px;
}
#search-wrapper form {
    background: none;
    margin: 0;
    border: 0;
}
#search-wrapper input {
    float: left;
    margin: 0;
    padding: 5px 8px;
}
#search-wrapper input#s {
    min-width: 170px;
    width: 170px;
    font-size: 12px;
    margin-right: 10px;
}
#search-wrapper input#searchsubmit {
    width: auto;
    font-size: 11px;
    clear: none;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  display: none;
}

.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
  top: 127%;
  border: 0;
  background-color: #3b3b3b;
  right: auto;
  z-index: 2;
}

header .menu li .is-dropdown-submenu > li {
  text-align: left;
  margin-bottom: 0;
}

header .menu li .is-dropdown-submenu > li:hover a,
header .menu li .is-dropdown-submenu > li.current-menu-item a{
  color: #ee2429;
}

header .menu li .is-dropdown-submenu > li a {
  color: #ffffff;
  font-size: 0.85rem;
  font-weight: 300;
}

.home .content .grid-padding-x > .cell {
  padding: 0;
}

.home h2, 
.home h2 a,
.home p,
.home p a {
  color: #ffffff;
}

.home p {
  font-weight: 300;
}

.home .wpb_text_column p {
  text-align: justify;
}

.home .vc_column-inner .wpb_text_column {
  padding-left: 5%;
  padding-right: 6%;
}

.home .bottom-row .wpb_text_column p {
  text-align: left;
}

#destaques-home-bottom .vc_gitem-post-data-source-post_date { 
  display:none;
}

#destaques-home-bottom .vc_gitem-post-data-source-post_title h3 {
  font-weight: 700 !important;
  padding-top: 15px;
}

#destaques-home-bottom .vc_gitem-zone-a {
  max-width: 317px;
  height: 206px;
  width: 100%;
  max-height: 170px;
}

.vc_grid-item-mini.vc_is-hover .vc_gitem-animate-none .vc_gitem-zone-b {
  opacity: 0 !important;
}
#destaques-home-bottom .vc_gitem-zone-b .vc_gitem-zone-mini {
  display: none;
}


.paired-posts {
  max-height: 445px;
}

.paired-posts .excerpt-read-more {
  display: none;
}

.paired-posts .vc_gitem-post-data-source-post_categories {
  text-align: left !important;
  color: #ee2429;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1rem;
}

.paired-posts .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col {
  padding: 0px 45px 25px 45px;
}

main article .entry-content {
  padding: 10px 20px;
}

.home main article .entry-content {
  padding: 0;
}

#cookies {
    text-align: center;
    padding: 5px 15px;
    border-bottom: solid 1px #dadedf;
    font-family: 'Trebuchet MS',sans-serif;
  font-size: 16px;
  color: #3b3b3b;
  letter-spacing: -1px;
}

a.pink_dog, .pink_dog {
    color: #ee2429;
}

#cookie-law-info-bar {
  background: #fff !important;
  position: fixed !important;
  top: 22% !important;
  height: auto;
  bottom: auto;
  width: 45%;
  margin: auto 0;
  left: 28%;
  right: 30%;
  text-align: center;
  border-radius: 5px;
  padding: 3%;
  min-height: 200px;
  border: 0 !important;
  -webkit-box-shadow: -3px 3px 34px 1px rgba(0,0,0,0.51);
-moz-box-shadow: -3px 3px 34px 1px rgba(0,0,0,0.51);
box-shadow: -3px 3px 34px 1px rgba(0,0,0,0.51);
}

#cookie-law-info-bar p {
  font-family: 'Trebuchet MS',sans-serif;
  letter-spacing: 0;
  text-align: center;
  font-size: 16px;
  color: #7e7e7e;
  margin: 20px 0;
}

#cookie-law-info-bar a {
  color: #0072BC;
  text-decoration: none;

}

#cookie-law-info-bar a:hover {
  color: #ee2429;
}

#cookie-law-info-bar a.medium {
  padding: 3% 7%;
  border-radius: 5px;
  width: auto;
  font-size: 13px;
  letter-spacing: 1px;
  margin: 10px 20px !important;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Lato','Trebuchet MS',sans-serif;
  white-space: normal;
  background: transparent !important;
  border: 1px solid #979797 !important;
  -moz-box-shadow: none;
  color: #333333 !important;
  -webkit-box-shadow: none;
  text-shadow: none;
}

#cookie-law-info-bar a.medium:hover {
  background: #cccccc !important;
}


#cookie-law-info-bar a.medium:first-of-type {
  color: #ffffff !important;
  background: #ee2429 !important;
}

#cookie-law-info-bar a.medium:first-of-type:hover {
  background: #b11b1f !important
}

main article ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

main article li {
  padding-left: 0.6em;
  text-indent: -.7em;
}

main article li::before {
  content: "• ";
  color: #ee2429;
  padding-right: 7px;
}

.article-header,
.archive main header {
  margin: 50px 0 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #ee2429;
}

.article-header .byline a {
  color: #3b3b3b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.article-header h1,
.archive main header h1 {
  color: #ee2429;
  font-size: 2.3rem;
}

.search h1.archive-title {
  margin: 25px 0;
}

.search .content-post a {
  color: #ffffff;
}

.search .content-post {
  background-color:#ee2429;
  padding: 25px;
  border-bottom: 3px solid #3b3b3b;
}

.article-footer {
  margin-top: 100px;
}

.article-footer h3{
  border-bottom: 2px solid #3b3b3b;
  margin-bottom: 35px;
  padding-bottom: 20px;
}

.article-footer ul li {
  padding: 0;
  text-indent: 0;
  position: relative;
  max-height: 206px;
  overflow: hidden;
}

.article-footer ul li::before {
  content: " ";
  padding: 0;
}

.article-footer #mais-artigos-holder {
    padding: 0;
}

.article-footer #mais-artigos-holder .img-filter{
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/images-filter.png) top left repeat;
  width: 100%;
  height: 100%;
}

.article-footer ul li img {
  max-width: 317px;
  height: 206px;
  width: 100%;
  max-height: 206px;
}

.article-footer ul li .related-post-info {
  position: absolute;
  bottom: 5px;
  left: 20px;
  z-index: 3;
  text-align: left;
}

.article-footer ul li .related-cat {
  color: #ee2429;
  text-transform: uppercase;
  font-size: 0.8rem;
}

article blockquote {
  
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  border-left: 0;
  line-height: 1.4;
}

article blockquote p {
  color: #7e858a;
  font-style: italic;
  font-size: 1rem;
}

article .author p {
  color: #ee2429;
  font-size: 1rem;
}

.taxonomy-description {
  padding: 0 20px 50px 20px;
}

.archive article img {
  width: 100%;
  height: 100%;
}

.archive .content-post {
  padding: 40px 40px 15px 40px;
  display: flex;
  align-items: flex-end;
}

.archive .content-post,
.archive .content-post a {
  color: #ffffff;
}

.archive #left-img .content-post {
  background-color: #ee2429;
}

.archive #right-img .content-post {
  background-color: #3b3b3b;
}

.archive .content-post .date-post {
  padding-bottom: 10px;
}

.archive #left-img .content-post .date-post {
  color: #3b3b3b;
}

.archive #right-img .content-post .date-post {
  color: #ee2429;
}

.entry-content label {
  color: #3b3b3b;
  font-weight: 600;
  font-size: 1rem;
}

.entry-content input,
.entry-content textarea {
  margin-top: 0;
  background-color: transparent;
  box-shadow: none;
  border-color: #a3aab0;
}

.entry-content textarea {
  height: 150px;
}

.entry-content .wpcf7-submit {
  width: 200px;
  color: #ee2429;
  margin: 50px auto 0;
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  border-left: 2px solid #7e858a;
  border-right: 2px solid #ee2429;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 2px;
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
  background-image: -webkit-linear-gradient(left, #7e858a 0%, #ee2429 100%), -webkit-linear-gradient(left, #7e858a 0%, #ee2429 100%);
  background-image: -moz-linear-gradient(left, #7e858a 0%, #ee2429 100%), -moz-linear-gradient(left, #7e858a 0%, #ee2429 100%);
  background-image: -o-linear-gradient(left, #7e858a 0%, #ee2429 100%), -o-linear-gradient(left, #7e858a 0%, #ee2429 100%);
  background-image: linear-gradient(to right, #7e858a 0%, #ee2429 100%), linear-gradient(to right, #7e858a 0%, #ee2429 100%);
  border-bottom: 0;
  border-top: 0;
}

#event-info {
  margin-bottom: 40px;
}

#event-info .grey-info {
  background-color: #a3aab0;
  padding: 45px 3.5% 0;
  position: relative;

}

#event-info .grey-info a.calendar {
  cursor: pointer;
  text-transform: uppercase;
  padding: 15px;
  font-size: 0.9rem;
  font-weight: 600;
  border-left: 2px solid #7e858a;
  border-right: 2px solid #3b3b3b;
  color: #3b3b3b;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 0 0, 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 2px;
  -moz-background-size: 100% 2px;
  background-size: 100% 2px;
  background-image: -webkit-linear-gradient(left, #7e858a 0%, #3b3b3b 100%), -webkit-linear-gradient(left, #7e858a 0%, #3b3b3b 100%);
  background-image: -moz-linear-gradient(left, #7e858a 0%, #3b3b3b 100%), -moz-linear-gradient(left, #7e858a 0%, #3b3b3b 100%);
  background-image: -o-linear-gradient(left, #7e858a 0%, #3b3b3b 100%), -o-linear-gradient(left, #7e858a 0%, #3b3b3b 100%);
  background-image: linear-gradient(to right, #7e858a 0%, #3b3b3b 100%), linear-gradient(to right, #7e858a 0%, #3b3b3b 100%);
  border-bottom: 0;
  border-top: 0; 
  display: inline-block;
  margin-bottom: 20px;
}

#event-info .info-bottom {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 80%;
}

#event-info .info-bottom h2 {
  margin-top: 5px;
  color: #ffffff;
}

#event-info .info-bottom p {
  width: 100%;
  margin-bottom: 0;
}

#event-info .info-bottom p.field-data,
#event-info .info-bottom p.field-horario {
  color: #3b3b3b;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 21px;
}

#event-info .info-bottom p.field-preco,
#event-info .info-bottom p.field-local {
  color: #ffffff;
  line-height: 25px;
}

.mais-info-event h4 {
  color: #ee2429;
  font-weight: 500;
  margin-bottom: 25px;
}

.single .mais-info-event p {
  margin-bottom: 15px;
}

.single .mais-info-event a {
    background: url(../images/icon-download-file.png) left 7px no-repeat;
    padding-left: 24px;
    font-weight: 500;
}

.single .vc_images_carousel .vc_carousel-control {
  top: 45%;
  height: 57px;
  left: -20px;
}

.single .vc_images_carousel .vc_carousel-control.vc_right {
    right: -55px;
}

.single .vc_images_carousel .vc_carousel-control .icon-prev::before,
.single .vc_images_carousel .vc_carousel-control .icon-next::before {
    width: 29px;
    content: " ";
    background-image: url(../images/arrow-prev.png);
    position: absolute;
    left: -16px;
    top: -6px;
    height:57px;
}

.single .vc_images_carousel .vc_carousel-control .icon-next::before {
   background-image: url(../images/arrow-next.png);
}

.email-link {
  background: url(../images/icon-email.png) center left no-repeat;
  padding-left: 30px;
}

.page-navigation {
  margin: 50px 0 20px;
  width: 100%;
  text-align: center;
}


/* FOOTER */

footer #sub-footer {
  margin: 100px auto 75px;
  padding-top: 45px;
  border-top: 2px solid #ee2429;
}

footer #menu-footer-social nav a {
  padding: 5px;
}

footer #menu-footer-social nav ul {
  list-style-type: none;
  margin-left: 0;
}

footer #menu-footer-social nav #menu-footer-menu > li {
  display: inline;
  margin-bottom: 10px;
  min-width: 285px;
}

footer #menu-footer-social nav ul li a{
  color: #3b3b3b;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

footer #menu-footer-social nav ul li.active > a {
  text-decoration: underline;
  background-color: transparent;
}

footer #menu-footer-social nav ul .sub-menu a{
  color: #9c9b9b;
  font-weight: 500;
  text-transform: none;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

footer #menu-footer-social .share{
  margin-top: 30px;
}

footer #menu-footer-social .share h5 {
  margin-bottom: 0;
}

footer #menu-footer-social .share #st-1 .st-btn {
  background-color: transparent !important;
}

footer #menu-footer-social .share #st-1 .st-btn > svg {
  fill: #3b3b3b;
  height: 40px;
  width: 40px;
  margin-right: 10%;
}

footer .mailpoet_form p {
  display: inline-block;
}

footer .mailpoet_form p:first-of-type {
  width: 67%;
  margin-right: -5px;
}

footer .mailpoet_form p:last-of-type {
  width: 33%;
}

footer .mailpoet_form input {
  width: 100% !important;
  border: 2px solid #3b3b3b;
  background: transparent;
  color: #3b3b3b;
  font-size: 0.8rem;
  font-weight: 800;
  padding: 12px;
}

footer .mailpoet_form input.mailpoet_text {
  text-transform: none;
  text-align: left;
  padding: 19px 19px 19px 10px;
  height: 43px;
  font-weight: 700;
}

footer .mailpoet_form input.mailpoet_text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 700;
  color: #3b3b3b;
  opacity: 1;
}

footer .mailpoet_form input.mailpoet_text::-moz-placeholder { /* Firefox 19+ */
  font-weight: 700;
  color: #3b3b3b;
  opacity: 1;
}

footer .mailpoet_form input.mailpoet_text:-ms-input-placeholder { /* IE 10+ */
  font-weight: 700;
  color: #3b3b3b;
  opacity: 1;
}

footer .mailpoet_form input.mailpoet_text:-moz-placeholder { /* Firefox 18- */
  font-weight: 700;
  color: #3b3b3b;
  opacity: 1;
}

footer .mailpoet_form input.mailpoet_submit {
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}

footer .partners {
  margin-top: 245px;
}

footer .partners a {
  margin-right: 35px;
}

footer #logo-area {
    height: 85px;
    background-color: #ee2429;
    text-align: center;
}

footer .legal-links li {
  text-align: center;
  list-style-type: none; 
}

footer .legal-links {
  width: 100%;
  padding: 0 20px;
}

footer .legal-links li a {
  color: #000000;
  font-weight: 500;
  text-transform: none;
  font-size: 0.8rem;
  margin-bottom: 5px;
  transition: all 0.3s ease-out, color 0.3s ease-out;
}

footer .legal-links li a:hover {
  color: #EE2429;
}




/* Responsiveness */


@media all and (max-width: 1120px) {

  .top-bar-right.show-for-medium {
    display: none;
  }

  #menu-main-menu {
    padding: 10px 5px;
  }

  #menu-main-menu li {
    margin-bottom: 0;
  }

  .accordion-menu a {
    text-align: left;
    font-size: 1rem;
    margin: 5px 0 0;
  }

  .vertical.submenu {
    padding-left:20px; 
  }

  .top-bar {
    padding: 1rem;
  }

  .dropdown.menu a {
    padding: .5rem 0.5rem;
  }

  header .menu a {
    font-size: 0.8rem;
    padding-right: 1rem;
  }

  .accordion-menu .current_page_item.is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #ffffff transparent transparent;
  }

  .home .vc_column-inner .wpb_text_column {
    padding-left: 2%;
    padding-right: 2%;
  }

}

@media all and (max-width: 960px) {

  

  .accordion-menu .active.is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    border-color: #ffffff transparent transparent;
  }


  

  .vc_row.vc_row-flex > .vc_column_container{
    width: 960px;
  }

  .home .entry-content .vc_row {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .home .entry-content .vc_column_container > .vc_column-inner,
  .home .entry-content .vc_row.vc_grid{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .home .entry-content .grid-home.vc_row{
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  #mailpoet_form_1 .mailpoet_paragraph {
    width: 100% !important;
  }
  
  .article-footer #mais-artigos-holder .img-filter {
    width: 93%;
  }

  #event-info .info-bottom {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 25px;
  }

}

@media all and (max-width: 480px) {

  .top-bar-right.show-for-medium-only {
    display: block !important;
  }

  .top-bar .top-bar-left, 
  .top-bar .top-bar-right {
    flex: 0 0 50%;
  }

  .top-bar .top-bar-right .menu {
    position: absolute;
    right: 0;
    top: 100px;
  }

  #cookie-law-info-bar {
    width: 90%;
    left: 5%;
    top: 13% !important;
  }

  #cookie-law-info-bar p {
    line-height: 21px;
  }

  .paired-posts .vc_gitem-zone-mini .vc_gitem_row .vc_gitem-col {
    padding: 0;
  }

  .article-footer #mais-artigos-holder .img-filter {
    width: 100%;
  }

  main article .entry-content {
    padding: 0;
  }

  .article-header h1, .archive main header h1 {
      font-size: 2.1rem;
  }

  footer #newsletter-partners ,
  footer .partners {
    margin-top: 20px;
  } 


}

















