/*
Theme Name: Gastromotiva - Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

body {
  font-family: "Montserrat", sans-serif;
}

p,
li {
  font-weight: 300;
  font-size: 0.9em;
}

h1 {
  font-weight: 300;
  font-size: 1.95em;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.entry-title {
  font-weight: 400;
}

h2 {
  font-weight: 400;
  font-size: 1.6em;
}

h3 {
  font-size: 1.7em;
  font-weight: 400;
  margin-bottom: 15px;
}

h4 {
  font-size: 1.2em;
  line-height: 1.3em;
  font-weight: 400;
  margin-bottom: 30px;
}

.category .post-title,
.archive .post-title,
.blog .post-title {
  text-transform: uppercase;
  padding: 20px 0;
  color: #692764;
}

h5 {
  font-weight: 700;
  font-size: 1.6em;
  position: relative;
  border-bottom: solid 1px #bcbcbc;
  padding-bottom: 15px;
  line-height: 1.1em;
}

h5:after {
  position: absolute;
  left: 0;
  bottom: -2px;
  content: "";
  width: 150px;
  height: 4px;
  background-color: #bcbcbc;
  border-radius: 50px;
}

.projetos h5:after {
  background-color: #ff7d00;
}

.novidades h5:after {
  background-color: #f00049;
}

.eventos h5:after {
  background-color: #610556;
}

.eventos .col.small-12.large-12 {
  padding-bottom: 0;
}

.box-text h5 {
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 0;
}

.box-text h5:after {
  content: none;
}

p {
  font-size: 0.9em;
}

.uppercase {
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0;
}

.off-canvas .nav-vertical > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
}

.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text a:not(.button) {
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 1px;
}

.box-text h4 {
  font-size: 1.1em;
}

.box-push {
  overflow: hidden;
}

.box.box-push a {
  display: inherit;
}

.box-push .box-text {
  padding: 15px;
  max-width: 100%;
  /* margin: -29.5% auto 0; */

  margin: inherit;
  position: absolute;
  left: 0;

  transform: translate(0, 5px);
  transition: all 0.2s ease;
}

.box-push:hover .box-text {
  bottom: 0 !important;
}

.box-push .box-text a {
  color: #000;
  display: block;
}

.box-push .box-text h4 {
  font-weight: 700;
  position: relative;
  margin-bottom: 13px;
  padding-right: 25px;
  min-height: 37px;
}

.box-push .box-text h4:after {
  position: absolute;
  content: url("img/icon4.svg");
  right: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.box-push .box-text p {
  font-size: 1em;
  padding-right: 25px;
}

.is-divider {
  background-color: transparent;
  margin: 0.9em 0 0.9em;
}

@media only screen and (min-width: 768px) {
  .is-divider {
    margin: 1.3em 0 1.3em;
  }
}

.entry-divider.is-divider {
  margin: 0.3em 0 0.3em;
}

.dark .is-divider {
  background-color: transparent;
}

.widget .is-divider {
  margin-top: 0;
}

.entry-header-text {
  padding: 30px 0 0 0;
}

.entry-header-text .entry-category {
  display: none;
}

.page-wrapper {
  padding-top: 1px;
}

.resgatometro .box {
  background-color: #fff;
  border-radius: 10px;
  color: #000;
  padding: 20px;
  text-align: center;
}

.resgatometro .box h2 {
  font-weight: 400;
  font-size: 2.1em;
  margin-bottom: 8px;
  color: #610556;
}

.resgatometro .box p {
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 0;
}

.blog-home .dark h5,
.blog-home .dark p {
  color: rgb(0, 0, 0);
}

.footer-wrapper ul.menu > li {
  line-height: 1.1em;
  border-top: none;
}

.footer-wrapper ul.menu > li .svg {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  margin-right: 13px;
}

.footer-wrapper ul.menu > li > a {
  padding: 8px 0;
  font-size: 0.9em;
  font-weight: 300;
}

.footer-wrapper h3 {
  margin-bottom: 40px;
  font-size: 1.2em;
}

.footer-wrapper p {
  font-size: 0.8em;
}

.footer-logo {
  align-self: center;
}

.absolute-footer .container {
  border-top: solid 1px #d8d8d8;
  color: #000;
  padding: 30px 0 15px;
  font-size: 1em;
  font-weight: 300;
}

img.size-full.alignnone {
  margin-bottom: 0.5em;
}

.svg {
  width: 35px;
  height: 35px;
  line-height: 0;
  display: inline-block;
}

.svg.icon1:before {
  content: url("./img/icon1.svg");
}

.svg.icon2:before {
  content: url("./img/649371.svg");
}

.svg.icon3:before {
  content: url("./img/857681.svg");
}

.svg.icon4:before {
  content: url("./img/179947.svg");
}

.svg.icon5:before {
  content: url("./img/149224.svg");
}

.svg.instagram:before {
  content: url("./img/instagram.svg");
}

.svg.twitter:before {
  content: url("./img/twitter.svg");
}

.svg.facebook:before {
  content: url("./img/facebook.svg");
}

.svg.linkedin:before {
  content: url("./img/linkedin.svg");
}

.svg.youtube:before {
  content: url("./img/youtube.svg");
}

.svg.like:before {
  content: url("./img/like.svg");
}

.svg.comment-i:before {
  content: url("./img/comment.svg");
}

.blog-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
}

.blog-info span {
  margin-right: 25px;
}

.blog-info .svg {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.text-banner .banner-bg {
  overflow: hidden;
}

.text-banner .banner-bg .fill {
  height: calc(100vw - 44vw);
}

.text-banner .text h3 {
  font-size: 2.4em;
  font-weight: 100;
  position: relative;
  padding-bottom: 20px;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
  .text-banner .text h3 {
    font-size: 3.3em;
  }
}

.text-banner .text h3:after {
  content: "";
  width: 160px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -80px;
  bottom: 0;
}

.text-banner .text p {
  font-size: 1.5em;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.4em;
  font-weight: 300;
}

.text-banner .text h3 strong {
  font-weight: 500;
  font-size: 1.02em;
}

.off-canvas-center .mfp-content {
  padding-top: 0;
}

.nav-sidebar a.icon:not(.button) {
  margin-left: 0.55em;
  margin-right: 0.55em;
  font-size: 1.5em;
}

.nav-sidebar.nav-vertical > li.html {
  padding-top: 3em;
  padding-bottom: 1em;
}

.nav-sidebar.nav-uppercase > li > a {
  text-transform: inherit;
}

.mfp-ready .mfp-close {
  opacity: 1;
  padding-top: 78px;
}

.mfp-close {
  right: inherit;
  left: 15px;
  text-align: left;
}

@media only screen and (min-width: 1080px) {
  .mfp-close {
    width: 1060px;
    right: inherit;
    left: 50%;
    margin-left: -530px !important;
    text-align: left;
  }
}

/* .footer-social .col-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 278px;
} */
.footer-institutional a {
  padding-bottom: 0px;
  margin-top: 9px;
  display: inline-block;
  border-bottom: solid 1px #000;
}

.home-btns {
  position: relative;
  top: -90px;
  margin-bottom: -90px;
}

.home-btns h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.1em;
  margin-bottom: 10px;
  letter-spacing: inherit;
}

.home-btns p {
  font-size: 0.87em;
  line-height: 1.6em;
  margin-bottom: 0;
  font-weight: 300;
  padding-right: 25px;
}

.home-btns .col-inner {
  position: relative;
  padding: 20px;
  border-radius: 10px;
  transform: translate(0, 5px);
  transition: all 0.2s ease;
  min-height: 135px;

  -webkit-box-shadow: 0 10px 50px 10px rgba(25, 25, 52, 0.2);
  box-shadow: 0 10px 50px 10px rgba(25, 25, 52, 0.2);
}

.home-btns .col-inner:hover {
  transform: translate(0, 0);
}

.home-btns .col-inner:before {
  position: absolute;
  right: 15px;
  top: 44px;
  width: 24px;
  height: 24px;
  content: url("./img/118740.svg");
  line-height: 0;
  display: inline-block;
  transition: all 0s linear;
}

/* .home-btns .one .col-inner {
  background-color: #ff7d00;
}

.home-btns .two .col-inner {
  background-color: #611056;
}

.home-btns .three .col-inner {
  background-color: #f02548;
} */

.custom-header-top {
  padding-left: 50px;
  padding-right: 50px;
}

.nav > li > a {
  color: #4d4d4d;
}

.nav.nav-small > li > a {
  font-weight: 500;
}

.nav > li.nav-icon > a {
  color: #000;
}

.nav > li > a > i.icon-menu {
  font-size: 2.3em;
}

.social-icons {
  color: #606060;
}

.header-top .nav > li {
  margin: 0 15px;
}

.button.is-outline {
  line-height: 2.5em;
  border: 1px solid currentColor;
}

.button {
  padding: 0 2em;
  font-weight: 500;
}

.button:not(.icon) > span + i {
  margin-left: 0.1em;
  font-size: 1.4em;
}

.box-text {
  padding-top: 1.4em;
}

.box-blog-post .is-divider {
  margin-bottom: 0;
}

.newletter-section h3 {
  margin-bottom: 5px;
  font-size: 1.6em;
}

.tnp-subscription {
  margin: 0 auto;
  max-width: inherit;
}

.tnp-subscription form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  align-items: flex-start;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .tnp-subscription form {
    flex-direction: row;
    align-items: flex-end;
  }
}

.tnp-subscription .tnp-field-firstname {
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tnp-subscription .tnp-field-firstname {
    width: 25%;
  }
}

.tnp-subscription .tnp-field-email {
  flex-grow: 1;
  flex-shrink: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .tnp-subscription .tnp-field-email {
    margin-left: 10px;
    width: auto;
  }
}

.tnp-subscription .tnp-field-button {
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .tnp-subscription .tnp-field-button {
    margin-left: 10px;
    width: 20%;
    margin-top: inherit;
  }
}

.tnp-subscription input[type="text"],
.tnp-subscription input[type="email"] {
  border: solid 2px #818198;
  border-radius: 8px;
  height: 45px;
}

.tnp-subscription input[type="submit"]:not(.is-form) {
  border-radius: 8px;
  background-color: #ff7d00;
  height: 45px;
  font-size: 1.3em;
  text-transform: uppercase;
  width: 100%;
}

.tnp-subscription label {
  padding: 0 0 5px 0;
  font-weight: 300;
}

.footer-wrapper .yotu-playlist {
  padding: 0 !important;
}

.footer-wrapper .yotu-videos {
  padding: 0 !important;
}

.yotu-videos li {
  margin-bottom: 10px !important;
}

.footer-wrapper .yotu-column-2 li {
  width: 50% !important;
  margin-right: 0% !important;
}

@media only screen and (max-width: 1169px) and (min-width: 1000px) {
  body .footer-wrapper .yotu-mode-grid li,
  .yotu-mode-mix li {
    width: 50% !important;
    margin-right: 0% !important;
  }
}

.language-menu {
  font-weight: 300;
}

.language-menu strong {
  font-weight: 700;
}

.absolute-footer {
  background-color: #f8f8f8 !important;
}

.secondary.is-outline:hover {
  border-color: #9f9f9f !important;
  background-color: #9f9f9f !important;
}

.logos img {
  -webkit-filter: grayscale(1) opacity(0.6);
  filter: grayscale(1) opacity(0.6);
}

.logos img:hover {
  -webkit-filter: grayscale(0) opacity(1);
  filter: grayscale(0) opacity(1);
}

.col {
  padding: 0 15px 20px;
}

.banner-top {
  min-height: 100px;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.banner-top-box.padding1 {
  padding-top: 140px;
  padding-bottom: 100px;
}

@media only screen and (min-width: 765px) {
  .banner-top-box.padding1 {
    padding-top: 140px;
    padding-bottom: 120px;
  }
}

.banner-top-box.padding1 h1 {
  font-size: 2.1em;
  font-weight: 400;
  position: relative;
  margin-bottom: 18px;
  text-shadow: 0 0 3px #4d4d4d;
}

@media only screen and (min-width: 765px) {
  .banner-top-box.padding1 h1 {
    font-size: 3.1em;
  }
}

.banner-top-box.padding1 h1:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -70px;
  width: 140px;
  height: 2px;
  background-color: #fff;
}

.banner-top-box.padding1 h2 {
  font-size: 1.4em;
  font-weight: 300;
  text-shadow: 0 0 3px #4d4d4d;
}

.content-area {
  position: relative;
  z-index: 2;
  padding-bottom: 0px;
}

.page-template-default .content-area {
  padding-bottom: 0;
}

main {
  position: relative;
}

.blog #main,
.page-template-default #main,
.single #main {
  background-color: #f8f8f8;
}

/* .single .row-divided {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin-top: 100px;
  padding-top: 40px;
}
 */
.custom-single {
  position: relative;
  z-index: 2;
  background-color: #fff;
  margin-top: 100px;
  padding-top: 40px;
}

.banner {
  background-size: cover !important;
}

ol.custom-list {
  list-style: none;
  counter-reset: li;
  list-style-position: outside;
}

ol.custom-list li {
  counter-increment: li;
  position: relative;
  padding-bottom: 20px;
  padding-left: 70px;
}

ol.custom-list li:not(:last-child):after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 2px;
  height: 100%;
  left: 12px;
  top: 18px;
  background-color: #8c8c8c;
}

ol.custom-list li::before {
  content: counter(li);
  position: absolute;
  z-index: 2;
  color: rgb(255, 255, 255);
  background-color: rgb(101, 8, 109);
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  top: 8px;
  left: -0.5em;
  font-size: 2.3em;
  font-weight: 400;
  line-height: 60px;
}

ol.custom-list li:nth-child(1):before {
  background-color: #602259;
}

ol.custom-list li:nth-child(2):before {
  background-color: #09b5cc;
}

ol.custom-list li:nth-child(3):before {
  background-color: #f29324;
}

ol.custom-list li:nth-child(4):before {
  background-color: #d81b5e;
}

ol.custom-list li:nth-child(5):before {
  background-color: #3bae72;
}

ol.custom-list h3 {
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 23px;
  font-weight: bold;
}

.form-row {
  background-color: #fff;
  padding: 30px 40px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 13px 30px 1px rgba(25, 25, 52, 0.2);
  box-shadow: 0 13px 30px 1px rgba(25, 25, 52, 0.2);
}

.widget-area {
  padding: 40px 40px 20px 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 13px 30px 1px rgba(25, 25, 52, 0.2);
  box-shadow: 0 13px 30px 1px rgba(25, 25, 52, 0.2);
}

.box-text-inner .icon-linkedin {
  color: #225982;
}

.person-title {
  padding: 10px 0 15px;
  display: block;
}

.uppercase .person-title {
  text-transform: none;
}

.person-title.op-7 {
  opacity: 1;
}

.person-title.thin-font {
  font-weight: 400 !important;
}

.box-text-inner a.icon:not(.button) {
  font-size: 1.6em;
}

.breadcrumbs {
  text-transform: inherit;
  font-weight: 300;
  letter-spacing: 0px;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.5em;
}

.tribe_events-template-default .breadcrumbs {
  margin-bottom: 30px;
}

.breadcrumbs a {
  color: currentColor;
}

.breadcrumbs span {
  font-weight: 300;
}

.banner-top-box .breadcrumbs {
  margin-bottom: 30px;
}

/* page-list */
.page-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-direction: column;
}

@media only screen and (min-width: 765px) {
  .page-list {
    flex-direction: row;
  }
}

.page-list ._image {
  flex-grow: 0;
  /* do not grow   - initial value: 0 */
  flex-shrink: 0;
  /* do not shrink - initial value: 1 */
  flex-basis: 40%;
  /* width/height  - initial value: auto */
  border-radius: 10px 10px 0 0;
  height: 200px;
  overflow: hidden;
}

@media only screen and (min-width: 765px) {
  .page-list ._image {
    border-radius: 10px 0 0 10px;
    height: auto;
  }
}

a .page-list ._image div {
  display: block;
  height: 100%;
  transform: scale(1, 1);
  transition: transform 0.4s;
  background-size: cover;
  background-position: center center;
}

a:hover .page-list ._image div {
  transform: scale(1.05, 1.05);
}

.page-list ._text {
  flex-grow: 0;
  flex-shrink: 1;
  width: auto;
  min-height: 215px;
  margin-left: 0;
  margin-top: 5px;
  border: solid 1px currentColor;
  border-radius: 0 0 10px 10px;
  padding: 20px 40px 20px 20px;
  position: relative;
}

@media only screen and (min-width: 765px) {
  .page-list ._text {
    margin-left: 5px;
    margin-top: 0;
    border-radius: 0 10px 10px 0;
  }
}

.page-list ._text:before {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: 0px;
  width: 24px;
  height: 24px;
  font-family: "FontAwesome";
  content: "\f054";
  /*›‹*/
  font-size: 1.2em;
  color: currentColor;
  line-height: 0;
  display: inline-block;
  transition: all 0s linear;
}

.page-list ._text h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.page-list ._text p {
  margin-bottom: 0;
  color: initial;
}

/* /page-list */

/* page-list-2 */

.page-list-2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-direction: column;
}

@media only screen and (min-width: 765px) {
  .page-list-2 {
    flex-direction: row;
  }
}

.page-list-2 ._image {
  flex-grow: 0;
  /* do not grow   - initial value: 0 */
  flex-shrink: 0;
  /* do not shrink - initial value: 1 */
  flex-basis: 40%;
  /* width/height  - initial value: auto */
  border-radius: 10px;
  height: 200px;
  overflow: hidden;
}

@media only screen and (min-width: 765px) {
  .page-list-2 ._image {
    border-radius: 10px 0 0 10px;
    height: auto;
  }
}

a .page-list-2 ._image div {
  display: block;
  height: 100%;
  transform: scale(1, 1);
  transition: transform 0.4s;
  background-size: cover;
  background-position: center center;
}

a:hover .page-list-2 ._image div {
  transform: scale(1.05, 1.05);
}

.page-list-2 ._text {
  flex-grow: 0;
  flex-shrink: 1;
  width: auto;
  min-height: 215px;
  margin-top: 15px;
  margin-left: 0;
  position: relative;
}

@media only screen and (min-width: 765px) {
  .page-list-2 ._text {
    margin-top: 0;
    margin-left: 25px;
    border-radius: 0 10px 10px 0;
  }
}

.page-list-2 ._text h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
}

.page-list-2 ._text p {
  color: initial;
}

/* /page-list-2 */

.icon-box-text h4 {
  margin-top: 10px;
  margin-bottom: 0;
}

.icon-inner img {
  border-radius: 100%;
}

.lista-paginas-irmas {
  text-transform: uppercase;
  display: block;
  font-weight: 400;
}

.lista-paginas-irmas a {
  color: #00c0d3;
  border-bottom: solid 1px currentColor;
  padding-bottom: 2px;
}

.white.button.is-outline {
  color: #00c0d3 !important;
  padding: 0;
  border-left: none;
  border-top: none;
  border-right: none;
}

.white.button.is-outline:hover {
  background-color: #fff !important;
  border-color: currentColor !important;
}

span.widget-title {
  letter-spacing: 0;
  text-transform: inherit;
  position: relative;
  font-size: 1.1em;
  font-weight: 600;
}

span.widget-title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 70px;
  height: 2px;
  background-color: rgb(0, 0, 0);
}

.widget > ul > li {
  font-weight: 300;
}

.widget > ul > li a {
  font-size: 0.92em;
}

.widget > ul > li.cat-item {
  border-bottom: solid 1px #610556;
}

.widget > ul > li.cat-item a {
  padding: 12px 0 0;
}

.widget .badge-outline .badge-inner {
  color: #610556;
}

#tribe-bar-form .tribe-bar-submit input[type="submit"] {
  background: #d91b5c;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1em;
  text-transform: inherit;
  font-weight: 400;
}

.tribe-bar-views-inner {
  background: #7d3675;
}

#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
  background: #7d3675;
  color: #fff;
}

#tribe-bar-views
  .tribe-bar-views-list
  .tribe-bar-views-option.tribe-bar-active
  a:hover,
#tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a:hover {
  background: #5c2555;
}

.tribe-bar-views-inner {
  padding: 15px 0 40px;
}

.tribe-bar-views-list span.tribe-icon-month,
.tribe-bar-views-list span.tribe-icon-list,
.tribe-bar-views-list span.tribe-icon-day {
  filter: brightness(0) invert(1);
}

#tribe-bar-form .tribe-bar-views-inner label {
  color: #fff;
}

.tribe-events-calendar thead th {
  background-color: #029a94;
  border-left: 0;
  border-right: 0;
}

.tribe-events-has-events div:first-child,
.tribe-events-has-events div:first-child a {
  background-color: #d91b5c !important;
}

.tribe-events-calendar .tribe-events-tooltip {
  color: #fff;
}

/* custom-list-2 */

.custom-list-2 {
  position: relative;
}

.custom-list-2 p {
  margin-bottom: 30px;
}

.custom-list-2:last-of-type {
  padding-bottom: 0;
}

.custom-list-2:before {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  left: 50%;
  top: 0;
  background-color: #692764;
}

.custom-list-2.align-center:before {
  height: 20%;
}

.custom-list-2:after {
  position: absolute;
  width: 19px;
  height: 19px;
  margin-left: -9px;
  border: solid 1px #692764;
  background-color: #fff;
  border-radius: 100%;
  content: "";
  left: 50%;
  top: 50%;
}

.custom-list-2.align-center:after {
  top: -10px;
}

.custom-list-2 .col {
  padding-top: 40px;
  padding-bottom: 40px;
}

.custom-list-2.align-center .col {
  padding-bottom: 0;
}

.custom-list-2 .col-inner {
}

.custom-list-2 h4 {
  padding-top: 15px;
}

.section + .custom-list-2:not(.row-collapse) {
  margin-top: 0px;
}

/* /custom-list-2 */

.logo-about {
  position: relative;
  background-color: #f8f8f8;
}

.logo-about:before {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-color: #f8f8f8;
  border-bottom: solid 2px #692764;
}

.logo-about .img {
  border: solid 3px #692764;
  border-radius: 100%;
  padding: 30px;
  background-color: #fff;
}

.logo-about .icon-box-center .icon-box-img {
  margin: 0 auto;
}

input[type="email"],
input[type="date"],
input[type="search"],
input[type="number"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select,
.select2-container .select2-choice,
.select2-container .select2-selection {
  border: 1px solid #2b0427;
  height: 2.8em;
  border-radius: 5px;
}

label,
legend {
  font-weight: 400;
  font-size: 0.83em;
  line-height: 1.1em;
}

.wpcf7-form .col {
  padding-bottom: 15px;
}

.wpcf7 span.wpcf7-list-item {
  margin-right: 0;
}

input[type="checkbox"],
input[type="radio"] {
  margin-bottom: 0;
}

.wpcf7-list-item {
  font-size: 0.8em;
}

input[type="submit"] {
  font-size: 1.2em;
  border-radius: 5px;
  min-height: 2.5em;
  padding: 0 2em;
  margin-right: 0;
  margin-bottom: 0;
}

.custom-form input[type="submit"]:not(.is-form) {
  background-color: #d91b5c;
}

.custom-form input[type="submit"].proximo:not(.is-form) {
  background-color: transparent;
  padding: 0;
  color: #000;
  transform: none;
  box-shadow: none;
}

.custom-form label {
  min-height: 23px;
}

.custom-form h6 {
  font-size: 1em;
  padding: 0;
  font-weight: 500;
}

.category .badge,
.archive .badge,
.blog .badge {
  display: none;
}

.category .box-blog-post .box-image,
.archive .box-blog-post .box-image,
.blog .box-blog-post .box-image {
  border-radius: 10px;
}

.shadow-row {
  -webkit-box-shadow: 0 0 40px 0 rgba(25, 25, 52, 0.3);
  box-shadow: 0 0 40px 0 rgba(25, 25, 52, 0.3);
  margin-top: 100px;
  margin-bottom: -20px;
  padding: 40px 15px 0;
  background-color: #fff;
}

@media only screen and (min-width: 765px) {
  .shadow-row {
    padding: 60px 90px 0;
  }
}

.shadow-row-2 {
  -webkit-box-shadow: 0 0 40px 0 rgba(25, 25, 52, 0.3);
  box-shadow: 0 0 40px 0 rgba(25, 25, 52, 0.3);
  background-color: #fff;
}

.bg-lado-a-lado {
  position: relative;
  margin-top: 30px;
}

.bg-lado-a-lado:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: calc(100% + 37px);
  display: block;
  left: calc(-50vw + 85%);
  top: -37px;
  background-color: #f8f8f8;
}

.bg-lado-a-lado-2 {
  position: relative;
  margin-top: 30px;
}

.bg-lado-a-lado-2:before {
  position: absolute;
  content: "";
  width: 100vw;
  height: calc(100% + 37px);
  display: block;
  left: calc(-50vw + 50%);
  top: -37px;
  background-color: #f8f8f8;
}

.section {
  /* background-color: #beca7b; */
  background-color: #f8f8f8;
}

.accordion-title.active {
  background-color: #f8f8f8;
}

.teste3 {
  z-index: 3;
  bottom: 0;
  right: 0;
  display: inline-block;
  position: fixed;
}

#float-btn {
  z-index: 3;
  bottom: 0;
  right: 0;
  display: inline-block;
}

#float-backtotop {
  z-index: 3;
  bottom: 0;
  left: 0;
  display: inline-block;
  margin-left: 15px;
}
#float-backtotop .button {
  padding: 0 0.8em;
}
#float-backtotop .button:not(.icon) > i {
  margin-left: 0;
  margin-right: 0;
}

.btn-fixed {
  position: fixed;
}

.btn-absolute {
  position: absolute;
}

.page-list-2 .list-btn {
  line-height: 2.5em;
  border: 1px solid #000;
  padding: 0 2em;
  font-weight: 500;
  display: inline-block;
  padding: 4px 30px;
  text-transform: uppercase;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
}

.page-list-2:hover .list-btn {
  color: inherit;
  background-color: currentColor;
  border: 1px solid currentColor;
}

.page-list-2:hover .list-btn span {
  color: #fff;
}

/* linha-do-tempo */

.linha-do-tempo {
  position: relative;
  display: flex;
  padding-top: 0 !important;
  padding-bottom: 15px !important;
}
@media only screen and (min-width: 550px) {
  .linha-do-tempo {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* foto-a-esquerda */
.foto-a-esquerda {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media only screen and (min-width: 550px) {
  .foto-a-esquerda {
    flex-direction: row;
  }
}
.linha-do-tempo .foto-a-esquerda .col:first-of-type {
  padding-right: auto;
}
@media only screen and (min-width: 550px) {
  .linha-do-tempo .foto-a-esquerda .col:first-of-type {
    padding-right: 50px;
  }
}
.linha-do-tempo .foto-a-esquerda .col:last-of-type {
  padding-left: auto;
}
@media only screen and (min-width: 550px) {
  .linha-do-tempo .foto-a-esquerda .col:last-of-type {
    padding-left: 50px;
  }
}
/* /foto-a-esquerda */

/* foto-a-direita */
.foto-a-direita {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media only screen and (min-width: 550px) {
  .foto-a-direita {
    flex-direction: row-reverse;
  }
}
.linha-do-tempo .foto-a-direita .col:first-of-type {
  padding-left: auto;
}
@media only screen and (min-width: 550px) {
  .linha-do-tempo .foto-a-direita .col:first-of-type {
    padding-left: 50px;
  }
}
.linha-do-tempo .foto-a-direita .col:last-of-type {
  padding-right: auto;
}
@media only screen and (min-width: 550px) {
  .linha-do-tempo .foto-a-direita .col:last-of-type {
    padding-right: 50px;
  }
}
/* /foto-a-direita */

/* foto-ao-centro */
.foto-ao-centro {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

@media only screen and (min-width: 550px) {
  .foto-ao-centro {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .foto-ao-centro .medium-6 {
    max-width: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }
}
.linha-do-tempo .foto-ao-centro .col {
  padding-top: 0px;
  padding-bottom: 0px;
}
/* /foto-ao-centro */

/* linha vertical */
.linha-do-tempo .row:before {
  position: absolute;
  width: 1px;
  height: 75px;
  content: "";
  left: 50%;
  top: 0;
  background-color: #692764;
}
@media only screen and (min-width: 550px) {
  .linha-do-tempo .row:before {
    height: 100%;
  }
  .linha-do-tempo .row.foto-ao-centro:before {
    height: 10%;
  }
}
/* /linha vertical */

/* circulo */
.linha-do-tempo .row:after {
  position: absolute;
  width: 19px;
  height: 19px;
  margin-left: -9px;
  border: solid 1px #692764;
  background-color: #fff;
  border-radius: 100%;
  content: "";
  left: 50%;
  top: 65px;
}
@media only screen and (min-width: 550px) {
  .linha-do-tempo .row:after {
    top: 50%;
  }
  .linha-do-tempo .row.foto-ao-centro:after {
    top: 10px;
  }
}
/* /circulo */

.linha-do-tempo .col {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 550px) {
  .linha-do-tempo .col {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.linha-do-tempo h4 {
  padding-top: 90px;
}
@media only screen and (min-width: 550px) {
  .linha-do-tempo h4 {
    padding-top: 30px;
  }
}

/* /linha-do-tempo */

.idiomas li {
  list-style: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8em;
  padding-left: 8px;
  margin-bottom: 0;
}

.idiomas li.current-lang a {
  font-weight: bold;
}

.numscroller {
  position: relative;
}
.numscroller:before {
  content: "+";
  padding-right: 6px;
  display: inline-block;
}

span.wpcf7-not-valid-tip {
  font-size: 0.8em;
}

.custom-form .col {
  padding-bottom: 10px;
}

.custom-form .button,
.custom-form button,
.custom-form input,
.custom-form textarea,
.custom-form select,
.custom-form fieldset {
  margin-bottom: 0;
}

.wpulike-heart .wp_ulike_general_class {
  box-shadow: none;
}
.wpulike-heart .count-box {
  font-weight: inherit;
  padding: 0;
}

.button.is-underline:before {
  opacity: 1;
  transition: all 0s;
  left: 0;
  width: 100%;
}

.success.is-underline,
.success.is-link,
.success.is-outline {
  color: #00c0d3;
}


/* Easy Forms for MailChimp */

.form-newslatter-1 input[type="text"],
.form-newslatter-1 input[type="email"] {
  border: solid 2px #818198;
  border-radius: 8px;
  height: 45px;
}

.yikes-easy-mc-form label.label-inline {
  padding-right: 0 !important;
}
@media (min-width: 650px) {
  .yikes-easy-mc-form label.label-inline {
    padding-right: 10px !important;
  }
}

.form-newslatter-1 span {
  display: block;
  margin-bottom: 5px;
}

.form-newslatter-1 input[type="submit"],
.form-newslatter-1 button[type="submit"] {
  border-radius: 8px;
  background-color: #ff7d00;
  height: 45px;
  font-size: 1.3em;
  text-transform: uppercase;
  width: 100%;
  line-height: 25px;
  font-weight: inherit;
}

.yikes-easy-mc-error-message {
  background: rgba(216, 48, 57, 0.87) !important;
  width: 98%;
  border-radius: 4px;
  text-align: center;
}

.yikes-easy-mc-success-message {
  background: #4f8a10 !important;
  width: 98%;
  border-radius: 4px;
  text-align: center;
}

/* /Easy Forms for MailChimp */

.single-tribe_events .tribe-events-event-image {
    text-align: center;
}


/* accordion release/video/fotos */
ul.accordion1 {
  list-style: none;
  padding: 0;
}
ul.accordion1 .inner {
  overflow: hidden;
  display: none;
  padding: 20px 0 30px;
}

.accordion1 li.li1 {
  margin-bottom: 10px;
}
.accordion1 a.toggle1,
.accordion1 a.toggle2 {
  display: block;
  border: solid 1px currentColor;
  border-radius: 4px;
  padding: 0 20px;

  margin-bottom: 10px;
  color: currentColor;
}

.accordion1 .link1 {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  color: #610556;
}

.accordion1 i {
  color: currentColor;
  font-size: 1.4em;
}

.accordion1 .p1 {
  font-weight: 500;
  padding: 8px 0;
}

.accordion1 .p2 {
  font-weight: 500;
  border-left: solid 1px currentColor;
  padding: 0 0 0 20px;

  flex-grow: 0;
  flex-shrink: 0;

  display: flex;
  align-items: center;
}

/* /accordion release/video/fotos */