@charset "UTF-8";
/*  código necessário para fazer stick footer  */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
html, body, #page {
  height: 100%;
}
body {
  overflow-x: hidden;
}
#page {
  display: flex;
  flex-direction: column;
}
#main-content {
  flex: 1 0 auto;
}
#main-footer {
  flex-shrink: 0;
}
/*  reestilizando alguns itens básicos  */
img {
  max-width: 100%;
}
pre {
  margin-bottom: 0 !important;
}
/*  classes úteis  */
.custom-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.max-width-900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
}
/*  menu mobile  */
#shiftnav-toggle-main {
  background-color: #956444 !important;
}
#shiftnav-toggle-main #shiftnav-toggle-main-button {
  padding: 14px;
}
#shiftnav-main {
  background-color: #956444;
}
#shiftnav-main nav.shiftnav-nav {
  margin: 20px 25px;
}
#shiftnav-main nav.shiftnav-nav ul.shiftnav-menu > li.menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#shiftnav-main nav.shiftnav-nav ul.shiftnav-menu > li.menu-item.menu-item-has-children > a::after {
  content: "";
  font-family: "fontawesome";
  margin-left: 10px;
}
#shiftnav-main nav.shiftnav-nav ul.shiftnav-menu > li.menu-item:last-child {
  border-bottom: 0;
}
#shiftnav-main nav.shiftnav-nav ul.shiftnav-menu > li.menu-item a {
  color: #fff;
  font-size: 18px;
  padding: 11.5px 15px;
}
#shiftnav-main nav.shiftnav-nav ul.shiftnav-menu > li.menu-item.menu-loja {
  margin-top: 20px;
}
#shiftnav-main nav.shiftnav-nav ul.shiftnav-menu > li.menu-item.menu-loja .shop_widgets .content {
  justify-content: center;
}
#shiftnav-main nav.shiftnav-nav ul.shiftnav-menu > li.menu-item.menu-loja .shop_widgets .content .icone a {
  border: 0;
  position: relative;
  padding: 0;
}
#shiftnav-main nav.shiftnav-nav ul.shiftnav-menu > li.menu-item.menu-loja .shop_widgets .content .icone a img {
  width: auto;
  height: 30px;
}
#shiftnav-main nav.shiftnav-nav ul.shiftnav-menu > li.menu-item.menu-loja .shop_widgets .content .icone a .qtde {
  font-size: 12px;
  font-weight: 900;
  background: #898558;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  right: -7px;
}
#shiftnav-main nav.shiftnav-nav ul.shiftnav-menu > li.menu-item.menu-loja .shop_widgets .content .icone a:hover {
  text-decoration: none;
}
#shiftnav-main nav.shiftnav-nav ul.shiftnav-menu > li.menu-item.shiftnav-sub-always ul.sub-menu {
  display: none;
}
#shiftnav-main nav.shiftnav-nav ul.shiftnav-menu > li.menu-item.shiftnav-sub-always ul.sub-menu li.menu-item {
  background-color: rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#shiftnav-main nav.shiftnav-nav ul.shiftnav-menu > li.menu-item.shiftnav-sub-always ul.sub-menu li.menu-item.menu-item-has-children > a::after {
  content: "";
  font-family: "fontawesome";
  margin-left: 10px;
}
/*  global  */
html {
  /*  aplicado em todas as páginas  */
  /*  loading  */
  /*  modal de busca para lojas  */
  /*  contact form 7  */
  /*  recaptha badge  */
  /*  slick slider carousel (geral)  */
  /*  venobox  */
  /*  redes sociais  */
  /*  Shop Widgets  */
}
html * {
  outline: none !important;
}
@media (min-width: 1200px) {
  html .container {
    width: 100%;
    max-width: 1230px;
  }
}
html .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
html pre {
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  background: #f4f4f4;
  padding: 15px;
  margin: 0 0 15px 0;
}
html p:empty {
  display: none;
}
html #header-mobile {
  width: 100%;
}
html #header-mobile > .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
html #header-mobile > .content .logotipo-mobile a img {
  width: auto;
  height: 37px;
}
html #header-mobile > .content .busca_outros-itens {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
html #header-mobile > .content .busca_outros-itens .abre-buscador {
  margin-right: 15px;
}
html #main-header, html #main-content, html #main-footer {
  /*  logotipo  */
  /*  largura customizadas  */
  /*  input, select, textarea (geral)  */
}
html #main-header #custom-logotipo, html #main-content #custom-logotipo, html #main-footer #custom-logotipo {
  line-height: 0;
  display: inline-block;
  margin: 0;
}
html #main-header #custom-logotipo a, html #main-content #custom-logotipo a, html #main-footer #custom-logotipo a {
  line-height: 0;
  display: inline-block;
}
html #main-header #custom-logotipo a .site-name, html #main-content #custom-logotipo a .site-name, html #main-footer #custom-logotipo a .site-name {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  opacity: 0;
  visibility: 0;
  pointer-events: none;
  display: block;
  position: absolute;
}
html #main-header .custom-full-width, html #main-content .custom-full-width, html #main-footer .custom-full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
html #main-header .max-width-800, html #main-content .max-width-800, html #main-footer .max-width-800 {
  width: 100% !important;
  max-width: 800px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
html #main-header .max-width-900, html #main-content .max-width-900, html #main-footer .max-width-900 {
  width: 100% !important;
  max-width: 900px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
html #main-header input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), html #main-content input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), html #main-footer input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  height: 45px;
  line-height: 45px;
  border: 1px solid #94552c;
  width: 100%;
  padding: 0 18px;
}
html #main-header select, html #main-header .select2-selection, html #main-content select, html #main-content .select2-selection, html #main-footer select, html #main-footer .select2-selection {
  height: 45px !important;
  line-height: 45px;
  border: 1px solid #94552c !important;
  width: 100%;
  padding: 0 18px;
}
html #main-header textarea, html #main-content textarea, html #main-footer textarea {
  width: 100%;
  min-height: 150px;
  line-height: 20px;
  border: 1px solid #94552c;
  border-radius: 18px;
  padding: 12px 18px;
}
html body:not(.home) #main-content {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (max-width: 992px) {
  html body:not(.home) #main-content {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
html #loading {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
html #loading > .content i {
  color: #898558;
  font-size: 38px;
}
html .busca-modal {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  top: 0;
  position: fixed;
  z-index: 9999;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
html .busca-modal > .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
html .busca-modal > .content .fechar {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 20px;
}
html .busca-modal > .content .fechar span {
  color: #000;
  cursor: pointer;
}
html .busca-modal > .content .fechar span .fa {
  font-size: 13px;
  margin: 0 2px 0 0;
}
html .busca-modal > .content .formulario-busca {
  width: 100%;
  text-align: center;
}
html .busca-modal > .content .formulario-busca #searchform {
  min-width: 300px;
  position: relative;
}
html .busca-modal > .content .formulario-busca #searchform input {
  width: 100%;
  height: 45px;
  border: 1px solid #000;
  padding: 10px 20px;
  outline: none !important;
  text-align: left !important;
}
html .busca-modal > .content .formulario-busca #searchform button {
  height: 45px;
  border: 0;
  background-color: #000;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  outline: none !important;
  transition: all 0.3s;
}
html .busca-modal > .content .formulario-busca #searchform button .fa {
  color: #fff;
  font-size: 20px;
}
html .busca-modal > .content .formulario-busca #searchform button:hover {
  opacity: 0.7;
}
html .wpcf7-form-control-wrap input[type="text"]::-webkit-input-placeholder, html .wpcf7-form-control-wrap input[type="email"]::-webkit-input-placeholder, html .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
html .wpcf7-form-control-wrap input[type="text"]::-moz-placeholder, html .wpcf7-form-control-wrap input[type="email"]::-moz-placeholder, html .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #8e8e8e;
}
html .wpcf7-form-control-wrap input[type="text"]:-ms-input-placeholder, html .wpcf7-form-control-wrap input[type="email"]:-ms-input-placeholder, html .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
  color: #8e8e8e;
}
html .wpcf7-form-control-wrap input[type="text"]:-moz-placeholder, html .wpcf7-form-control-wrap input[type="email"]:-moz-placeholder, html .wpcf7-form-control-wrap textarea:-moz-placeholder {
  color: #8e8e8e;
}
html .wpcf7-form-control-wrap {
  width: 100%;
  line-height: 0;
  display: block;
  float: left;
}
html .wpcf7-form-control-wrap * {
  line-height: 20px;
}
html .wpcf7-spinner {
  position: absolute;
  top: calc(50% - 8px);
  margin: 0 0 0 5px !important;
}
html .wpcf7-response-output {
  color: #111;
  font-weight: 700;
  text-align: center;
  border: 0 !important;
  border-radius: 4px;
  margin: 10px 0 0 !important;
  padding: 0 !important;
}
html form.invalid .wpcf7-response-output, html form.failed .wpcf7-response-output {
  color: #ea4d4d;
}
html .wpcf7 form.sent .wpcf7-response-output {
  color: #98c26c;
}
html .wpcf7-mail-sent-ok {
  color: #2ecc71;
}
html .wpcf7-validation-errors {
  color: #e74c3c;
}
html .wpcf7-not-valid-tip {
  padding: 0 15px;
  margin-top: 3px;
}
html .wpcf7-submit {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #898558;
  border: 0;
  border-radius: 24px;
  transition: 0.3s all;
  padding: 8px 50px;
}
html .wpcf7-submit:hover {
  opacity: 0.85;
}
html .grecaptcha-badge {
  display: none;
}
html .slick-slider .slick-arrow {
  width: 30px;
  height: 50px;
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  top: 40%;
  z-index: 9;
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
html .slick-slider .slick-arrow i {
  color: #8a8659;
  font-size: 36px;
  line-height: 0px !important;
}
html .slick-slider .slick-arrow.slick-prev {
  left: 0;
}
html .slick-slider .slick-arrow.slick-next {
  right: 0;
}
html .slick-slider .slick-list {
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
}
html .slick-slider .slick-dots {
  width: 100%;
  display: flex !important;
  justify-content: center;
  padding: 0;
  margin-top: 15px;
}
@media (max-width: 991px) {
  html .slick-slider .slick-dots {
    margin-top: 10px;
  }
}
html .slick-slider .slick-dots li {
  margin: 0 5px;
}
html .slick-slider .slick-dots li::marker {
  content: "";
  display: none;
  font-size: 0;
  width: 0;
  height: 0;
}
html .slick-slider .slick-dots li:first-child:last-child {
  display: none;
}
html .slick-slider .slick-dots li button {
  font-size: 0;
  background-color: transparent;
  border: 1px solid #94552c;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  outline: 0;
  transition: 0.3s all;
  padding: 0;
}
html .slick-slider .slick-dots li button:before {
  content: "";
  display: block;
}
html .slick-slider .slick-dots li.slick-active button {
  background-color: #94552c;
  width: 12px;
  height: 12px;
}
html .vbox-overlay .vbox-close {
  font-size: 48px;
  width: 75px;
  height: 50px;
}
html .redes_sociais > .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
html .redes_sociais > .content.esquerda {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
html .redes_sociais > .content.centro {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
html .redes_sociais > .content.direita {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
html .redes_sociais > .content .rede-social:not(:last-child) {
  margin-right: 15px;
}
html .redes_sociais > .content .rede-social a {
  color: #212121;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
html .shop_widgets > .content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
html .shop_widgets > .content.esquerda {
  justify-content: flex-start;
}
html .shop_widgets > .content.centro {
  justify-content: center;
}
html .shop_widgets > .content.direita {
  justify-content: flex-end;
}
html .shop_widgets > .content .icone:not(:last-child) {
  margin-right: 20px;
}
html .shop_widgets > .content .icone span {
  margin-left: 5px;
}
html .shop_widgets > .content .icone a {
  color: #212121;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
/*  main header  */
#main-header {
  background: #956444;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  #main-header {
    display: none;
  }
}
#main-header .main-header-content {
  overflow: visible;
}
#main-header .main-header-content #menu-global-widget .widget_nav_menu {
  margin: 0;
}
#main-header .main-header-content #menu-global-widget ul.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item {
  padding: 10px 0;
  margin: 0 8px;
  position: relative;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item:first-child {
  margin-left: 0;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item:last-child {
  margin-right: 0;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item:last-child > ul.sub-menu {
  right: 0;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item:last-child > ul.sub-menu ul.sub-menu {
  left: auto !important;
  right: 100% !important;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item.menu-item-has-children > a::after {
  content: "";
  font-family: "fontawesome";
  margin-left: 10px;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item a {
  color: #fff;
  font-size: 18px;
  border: 2px dashed transparent;
  border-radius: 16px;
  transition: 0.3s all;
  padding: 4px 16px;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item a:hover {
  color: #ebe2bb;
  text-decoration: none;
  border: 2px dashed #ebe2bb;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item.current-menu-item:first-child a {
  color: #ebe2bb;
  border: 2px dashed #ebe2bb;
  border-radius: 16px;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item .shop_widgets .content .icone a {
  border: 0;
  position: relative;
  padding: 0;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item .shop_widgets .content .icone a img {
  width: auto;
  height: 24px;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item .shop_widgets .content .icone a .qtde {
  font-size: 12px;
  font-weight: 900;
  background: #898558;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -4px;
  right: -7px;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item .shop_widgets .content .icone a:hover {
  text-decoration: none;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item > ul.sub-menu {
  width: 100vw;
  max-width: 200px;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  z-index: 9;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item > ul.sub-menu li.menu-item {
  width: 100%;
  background-color: #ededed;
  padding: 15px 15px;
  position: relative;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item > ul.sub-menu li.menu-item.menu-item-has-children > a::after {
  content: "";
  font-family: "fontawesome";
  margin-left: 10px;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item > ul.sub-menu li.menu-item a {
  line-height: 0;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item > ul.sub-menu li.menu-item ul.sub-menu {
  width: 100vw;
  max-width: 200px;
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 9;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item > ul.sub-menu li.menu-item:hover ul.sub-menu {
  display: block;
}
#main-header .main-header-content #menu-global-widget ul.menu > li.menu-item:hover ul.sub-menu {
  display: block;
}
/*  main content  */
#main-content > .container {
  /*  header das páginas  */
}
#main-content > .container .page-header, #main-content > .container .post-header {
  width: 100%;
  text-align: center;
  margin: 0 0 60px 0;
}
#main-content > .container .page-header .page-title, #main-content > .container .page-header .post-title, #main-content > .container .post-header .page-title, #main-content > .container .post-header .post-title {
  color: #956444;
  margin: 0 0 0 0;
}
#main-content > .container #primary_secondary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
@media (max-width: 992px) {
  #main-content > .container #primary_secondary {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#main-content > .container #primary_secondary #toggle-secondary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 25px;
  padding: 5px 10px;
  margin: 0 auto 30px auto;
  cursor: pointer;
}
#main-content > .container #primary_secondary #toggle-secondary svg {
  width: 17px;
  fill: #000;
  margin: 0 5px 0 0;
}
#main-content > .container #primary_secondary #toggle-secondary.ativo {
  color: #fff;
  background-color: #000;
}
#main-content > .container #primary_secondary #toggle-secondary.ativo svg {
  fill: #fff;
  transform: rotate(180deg);
}
#main-content > .container #primary_secondary #secondary {
  width: 300px;
  min-width: 300px;
  padding: 0 15px;
}
@media (min-width: 992px) {
  #main-content > .container #primary_secondary #secondary {
    display: block !important;
  }
}
@media (max-width: 992px) {
  #main-content > .container #primary_secondary #secondary.widget-area-woocommerce {
    display: none;
  }
}
@media (max-width: 992px) {
  #main-content > .container #primary_secondary #secondary {
    width: 100%;
    min-width: 100%;
    margin: 0 0 30px 0;
  }
}
#main-content > .container #primary_secondary #primary {
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 992px) {
  #main-content > .container #primary_secondary #primary {
    width: 100%;
  }
}
/*  main footer  */
#main-footer {
  color: #fff;
  text-align: center;
  background: #94522c;
  padding: 15px;
}
#main-footer a {
  color: #fff;
  font-weight: bold;
}
/* BLOG - ARCHIVE */
body.blog #main-content > .container {
  /*  listagem de posts  */
  /*  páginação customizada  */
}
body.blog #main-content > .container .posts > .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}
body.blog #main-content > .container .posts > .content .post {
  width: calc(100% / 3);
}
body.blog #main-content > .container .posts > .content .post > .content {
  text-align: center;
  margin: 0 0 45px 0;
  padding: 0 15px;
}
body.blog #main-content > .container .posts > .content .post > .content .post-image {
  margin: 0 0 15px 0;
}
body.blog #main-content > .container .posts > .content .post > .content .post-image img {
  width: 100%;
}
body.blog #main-content > .container .posts > .content .post > .content .post-title h2 {
  font-size: 16px;
  font-weight: 600;
}
body.blog #main-content > .container .posts > .content .post > .content .post-title h2 a {
  color: #000;
}
body.blog #main-content > .container .custom-page-navigation {
  width: 100%;
  text-align: center;
  margin: 45px 0 0 0;
}
body.blog #main-content > .container .custom-page-navigation ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
body.blog #main-content > .container .custom-page-navigation ul li {
  margin: 0 7.5px;
}
body.blog #main-content > .container .custom-page-navigation ul li a {
  color: #000;
  padding: 0 5px;
}
body.blog #main-content > .container .custom-page-navigation ul li.active {
  font-weight: 600;
}
/*  BLOG - SINGLE  */
body.single-post #main-content > .container .post > .content .post-header {
  text-align: center;
}
body.single-post #main-content > .container .post > .content .post-content {
  margin-bottom: 60px;
}
body.single-post #main-content > .container .post > .content .post-content img {
  width: auto;
  height: auto;
  max-width: 100%;
}
body.single-post #main-content > .container .post > .content .post-footer .cat-links {
  width: 100%;
  display: block;
}
body.single-post #main-content > .container .post > .content .post-footer .tags-links {
  width: 100%;
  display: block;
}
/*  home  */
#intro {
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  padding-bottom: 170px;
}
@media (max-width: 992px) {
  #intro {
    padding-bottom: 100px;
  }
}
#intro:before {
  content: "";
  background-image: url(https://niverdogab.com.br/wp-content/uploads/2024/07/cha-do-gabriel-intro-elementos-esq.png);
  background-size: cover;
  width: 392px;
  height: 411px;
  position: absolute;
  top: 140px;
  left: -120px;
  z-index: 0;
}
@media (max-width: 992px) {
  #intro:before {
    display: none;
  }
}
#intro:after {
  content: "";
  background-image: url(https://niverdogab.com.br/wp-content/uploads/2024/07/cha-do-gabriel-intro-elementos-dir.png);
  background-size: cover;
  width: 477px;
  height: 402px;
  position: absolute;
  top: 90px;
  right: -140px;
  z-index: 0;
}
@media (max-width: 992px) {
  #intro:after {
    display: none;
  }
}
#intro > .vc_row:before {
  content: "";
  background-image: url(https://niverdogab.com.br/wp-content/uploads/2024/07/cha-do-gabriel-intro-linhas.png);
  background-size: cover;
  width: 870px;
  height: 540px;
  position: absolute;
  top: -160px;
  right: -320px;
  z-index: 2;
}
#intro > .vc_row > .wpb_column .vc_row {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  z-index: 2;
}
@media (max-width: 992px) {
  #intro > .vc_row > .wpb_column .vc_row.intro {
    display: flex;
  }
}
@media (max-width: 992px) {
  #intro > .vc_row > .wpb_column .vc_row.intro .wpb_column.col-esq {
    order: 1;
  }
}
#intro > .vc_row > .wpb_column .vc_row.intro .wpb_column.col-esq .wpb_video_widget {
  position: relative;
}
@media (max-width: 992px) {
  #intro > .vc_row > .wpb_column .vc_row.intro .wpb_column.col-esq .wpb_video_widget {
    margin-left: -4px;
  }
}
#intro > .vc_row > .wpb_column .vc_row.intro .wpb_column.col-esq .wpb_video_widget iframe {
  border-radius: 18px;
}
#intro > .vc_row > .wpb_column .vc_row.intro .wpb_column.col-esq .wpb_video_widget:before {
  content: "";
  display: block;
  background: #c2b47a;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -9px;
  left: 9px;
}
@media (max-width: 992px) {
  #intro > .vc_row > .wpb_column .vc_row.intro .wpb_column.col-dir {
    order: 0;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
#intro > .vc_row > .wpb_column .vc_row.intro .wpb_column.col-dir .wpb_single_image img {
  height: 150px;
  width: auto;
}
@media (max-width: 992px) {
  #intro > .vc_row > .wpb_column .vc_row.intro .wpb_column.col-dir .wpb_single_image img {
    height: auto;
  }
}
#intro > .vc_row > .wpb_column .vc_row.texto .wpb_text_column {
  text-align: center;
  background: #fff;
  border: 2px dashed #d3b59b;
  border-radius: 24px;
  padding: 35px 50px;
  max-width: 850px;
  margin: 45px auto 0;
}
@media (max-width: 992px) {
  #intro > .vc_row > .wpb_column .vc_row.texto .wpb_text_column {
    padding: 20px 15px;
    margin-top: 30px;
  }
}
#intro > .vc_row > .wpb_column .vc_row.texto .wpb_text_column p {
  font-size: 21px;
  line-height: 28px;
}
@media (max-width: 992px) {
  #intro > .vc_row > .wpb_column .vc_row.texto .wpb_text_column p {
    font-size: 16px;
    line-height: 22px;
  }
}
#infos {
  padding-bottom: 7px;
  margin-top: -105px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  #infos {
    margin-bottom: 45px;
  }
}
#infos > .vc_row {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  #infos > .vc_row {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  #infos > .vc_row > .wpb_column {
    margin-bottom: 20px;
  }
}
#infos > .vc_row > .wpb_column .wpb_text_column {
  text-align: center;
  -webkit-box-shadow: -1px 7px 0px 0px #f7f3ef;
  -moz-box-shadow: -1px 7px 0px 0px #f7f3ef;
  box-shadow: -1px 7px 0px 0px #f7f3ef;
}
#infos > .vc_row > .wpb_column .wpb_text_column.pergunta {
  background: #c8976c;
  border-top-left-radius: 38px;
  border-top-right-radius: 38px;
  padding: 15px;
}
#infos > .vc_row > .wpb_column .wpb_text_column.pergunta p {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 6px;
}
@media (max-width: 992px) {
  #infos > .vc_row > .wpb_column .wpb_text_column.pergunta p {
    font-size: 24px;
    letter-spacing: 3px;
  }
}
#infos > .vc_row > .wpb_column .wpb_text_column.resposta {
  background: #ebe2bb;
  border-bottom-left-radius: 38px;
  border-bottom-right-radius: 38px;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
}
@media (max-width: 992px) {
  #infos > .vc_row > .wpb_column .wpb_text_column.resposta {
    min-height: auto;
  }
}
#infos > .vc_row > .wpb_column .wpb_text_column.resposta p {
  color: #94552c;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 992px) {
  #infos > .vc_row > .wpb_column .wpb_text_column.resposta p {
    font-size: 26px;
  }
}
#infos > .vc_row > .wpb_column .wpb_text_column.resposta a {
  color: #ebe2bb;
  font-size: 24px;
  background: #94552c;
  border-radius: 12px;
  display: block;
  padding: 10px 18px;
}
#infos > .vc_row > .wpb_column .wpb_text_column.resposta a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#infos > .vc_row > .wpb_column.local .wpb_text_column.resposta p {
  font-size: 18px;
  line-height: 22px;
}
#rsvp {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  #rsvp {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
#rsvp:before {
  content: "";
  background-image: url(https://niverdogab.com.br/wp-content/uploads/2024/07/cha-do-gabriel-elemento-fralda.png);
  background-size: cover;
  width: 168px;
  height: 165px;
  position: absolute;
  top: 10px;
  left: -130px;
  z-index: 0;
}
@media (max-width: 992px) {
  #rsvp:before {
    display: none;
  }
}
#rsvp:after {
  content: "";
  background-image: url(https://niverdogab.com.br/wp-content/uploads/2024/07/cha-do-gabriel-song.png);
  background-size: cover;
  width: 134px;
  height: 154px;
  position: absolute;
  top: 50px;
  right: -120px;
  z-index: 0;
}
@media (max-width: 992px) {
  #rsvp:after {
    display: none;
  }
}
#rsvp .vc_row:before {
  content: "";
  background-image: url(https://niverdogab.com.br/wp-content/uploads/2024/07/cha-do-gabriel-elemento-fralda.png);
  background-size: cover;
  width: 168px;
  height: 165px;
  position: absolute;
  top: 500px;
  right: -100px;
  z-index: 0;
}
@media (max-width: 992px) {
  #rsvp .vc_row:before {
    display: none;
  }
}
#rsvp .vc_row:after {
  content: "";
  background-image: url(https://niverdogab.com.br/wp-content/uploads/2024/07/cha-do-gabriel-song-2.png);
  background-size: cover;
  width: 132px;
  height: 144px;
  position: absolute;
  top: 350px;
  left: -90px;
  z-index: 0;
}
@media (max-width: 992px) {
  #rsvp .vc_row:after {
    display: none;
  }
}
@media (max-width: 992px) {
  #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form {
    padding: 0 15px;
  }
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional {
  width: 100%;
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo h3, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional h3 {
  color: #94552c;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo h3, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional h3 {
    font-size: 32px;
  }
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo .wpcf7-form-control-wrap .wpcf7-form-control, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  justify-content: center;
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item .wpcf7-list-item-label {
  font-size: 26px;
  font-weight: 600;
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item.last, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item.last {
  margin-left: 40px;
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo.campo-resposta, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional.campo-resposta {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo.campo-resposta p, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional.campo-resposta p {
  color: #94552c;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 992px) {
  #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo.campo-resposta p, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional.campo-resposta p {
    font-size: 22px;
    line-height: 30px;
  }
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo.campo-resposta p a, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional.campo-resposta p a {
  color: #94552c;
  text-decoration: underline;
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo.campo-resposta p a:hover, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional.campo-resposta p a:hover {
  text-decoration: none;
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo.condicional-sim, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional.condicional-sim {
  max-width: 600px;
  margin: 20px auto 0;
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo.condicional-sim .campo-nome, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional.condicional-sim .campo-nome {
  margin-bottom: 10px;
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo.condicional-sim .campo-nome input, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional.condicional-sim .campo-nome input {
  border-radius: 24px;
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo.condicional-sim .campo-acompanhante, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional.condicional-sim .campo-acompanhante {
  margin-bottom: 10px;
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo.condicional-sim .campo-enviar, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional.condicional-sim .campo-enviar {
  text-align: center;
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo.condicional-sim .campo-enviar .enviar, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional.condicional-sim .campo-enviar .enviar {
  margin-top: 15px;
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .campo .wpcf7-form-control-wrap, #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .row .uacf7_conditional .wpcf7-form-control-wrap {
  margin-bottom: 10px;
}
#rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .wpcf7-response-output {
  color: #94552c;
  font-size: 28px;
  line-height: 36px;
  margin-top: 25px !important;
}
@media (max-width: 992px) {
  #rsvp .vc_row .wpb_column .wpcf7 .wpcf7-form .wpcf7-response-output {
    font-size: 22px;
    line-height: 30px;
  }
}
#presentes {
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  #presentes {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
#presentes > .vc_row > .wpb_column .vc_custom_heading {
  color: #fff;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  #presentes > .vc_row > .wpb_column .vc_custom_heading {
    font-size: 32px;
  }
}
#presentes > .vc_row > .wpb_column .vc_custom_heading:before {
  content: "";
  color: #ebe2bb;
  font-family: FontAwesome;
  font-size: 19px;
  margin-right: 8px;
}
#presentes > .vc_row > .wpb_column .lista-presentes {
  display: flex;
  flex-wrap: wrap;
}
#presentes > .vc_row > .wpb_column .lista-presentes .presente {
  text-align: center;
  background: #fff;
  border-radius: 18px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  width: calc(25% - 20px);
  padding: 20px 20px 25px;
  margin: 0 10px 20px;
}
@media (max-width: 992px) {
  #presentes > .vc_row > .wpb_column .lista-presentes .presente {
    width: calc(33.33% - 20px);
  }
}
@media (max-width: 768px) {
  #presentes > .vc_row > .wpb_column .lista-presentes .presente {
    border-radius: 8px;
    width: calc(50% - 20px);
    padding: 10px;
  }
}
#presentes > .vc_row > .wpb_column .lista-presentes .presente h3 {
  color: #000;
  font-size: 16px;
  margin: 10px 0 5px;
}
#presentes > .vc_row > .wpb_column .lista-presentes .presente .preco {
  color: #94552c;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 15px;
}
#presentes > .vc_row > .wpb_column .lista-presentes .presente a {
  color: #fff;
  font-size: 16px;
  background: #898558;
  border: 1px solid #898558;
  border-radius: 24px;
  padding: 6px 44px;
  margin: 0 0 25px;
}
@media (max-width: 768px) {
  #presentes > .vc_row > .wpb_column .lista-presentes .presente a {
    width: 100%;
    display: block;
    padding: 6px;
    margin: 0;
  }
}
#presentes > .vc_row > .wpb_column .lista-presentes .presente a:hover {
  text-decoration: none;
  opacity: 0.85;
}
#presentes > .vc_row > .wpb_column .lista-presentes .presente a:before {
  content: "";
  display: inline;
  font-family: FontAwesome;
  margin-right: 4px;
}
#presentes > .vc_row > .wpb_column .vc_row {
  border: 2px dashed #ebe2bb;
  border-radius: 60px;
  display: flex;
  align-items: center;
  max-width: 850px;
  margin: 35px auto 0;
  padding: 12px 10px;
}
@media (max-width: 992px) {
  #presentes > .vc_row > .wpb_column .vc_row {
    flex-direction: column;
    padding: 6px 10px;
  }
}
@media (max-width: 768px) {
  #presentes > .vc_row > .wpb_column .vc_row {
    margin-top: 25px;
  }
}
@media (max-width: 992px) {
  #presentes > .vc_row > .wpb_column .vc_row .wpb_column {
    margin: 8px 0;
  }
}
#presentes > .vc_row > .wpb_column .vc_row .wpb_column > .vc_column-inner > .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  #presentes > .vc_row > .wpb_column .vc_row .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_single_image img {
    width: auto;
    height: 42px;
  }
}
#presentes > .vc_row > .wpb_column .vc_row .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column {
  margin-left: 8px;
}
#presentes > .vc_row > .wpb_column .vc_row .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
@media (max-width: 992px) {
  #presentes > .vc_row > .wpb_column .vc_row .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column p {
    font-size: 17px;
    line-height: 21px;
  }
}
@media (max-width: 992px) {
  #presentes > .vc_row > .wpb_column .vc_row .wpb_column > .vc_column-inner > .wpb_wrapper .wpb_text_column p br {
    display: none;
  }
}
#contagem-regressiva {
  position: relative;
  padding-top: 75px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  #contagem-regressiva {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
#contagem-regressiva:before {
  content: "";
  display: block;
  background: #fbfbfb;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: -2;
}
#contagem-regressiva > .vc_row > .wpb_column #countdown {
  text-align: center;
  background: #8e8a5d;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 1000px;
  position: relative;
  padding: 35px;
}
@media (max-width: 992px) {
  #contagem-regressiva > .vc_row > .wpb_column #countdown {
    border-radius: 50px;
    padding: 35px 15px;
  }
}
#contagem-regressiva > .vc_row > .wpb_column #countdown:before {
  content: "";
  background-image: url(https://niverdogab.com.br/wp-content/uploads/2024/07/cha-do-gabriel-elementos-esq.png);
  width: 305px;
  height: 376px;
  position: absolute;
  top: -20px;
  left: -50px;
  z-index: -1;
}
@media (max-width: 992px) {
  #contagem-regressiva > .vc_row > .wpb_column #countdown:before {
    display: none;
  }
}
#contagem-regressiva > .vc_row > .wpb_column #countdown:after {
  content: "";
  background-image: url(https://niverdogab.com.br/wp-content/uploads/2024/07/cha-do-gabriel-elementos-dir.png);
  width: 262px;
  height: 447px;
  position: absolute;
  top: -20px;
  right: -80px;
  z-index: -1;
}
@media (max-width: 992px) {
  #contagem-regressiva > .vc_row > .wpb_column #countdown:after {
    display: none;
  }
}
#contagem-regressiva > .vc_row > .wpb_column #countdown h4 {
  color: #fff;
  font-size: 48px;
}
@media (max-width: 992px) {
  #contagem-regressiva > .vc_row > .wpb_column #countdown h4 {
    font-size: 24px;
  }
}
#contagem-regressiva > .vc_row > .wpb_column #countdown h4 span {
  color: #ebe2bb;
}
#contagem-regressiva > .vc_row > .wpb_column #countdown .contagem {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  #contagem-regressiva > .vc_row > .wpb_column #countdown .contagem {
    flex-wrap: wrap;
  }
}
#contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div {
  text-align: center;
  position: relative;
  margin: 0 35px;
}
@media (max-width: 992px) {
  #contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div {
    margin: 0 8px;
  }
}
#contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div:after {
  content: ":";
  display: inline;
  color: #ebe2bb;
  font-size: 120px;
  font-weight: 900;
  position: absolute;
  top: -40px;
  right: -54px;
}
@media (max-width: 992px) {
  #contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div:after {
    font-size: 44px;
    top: -14px;
    right: -14px;
  }
}
#contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div h5 {
  color: #ebe2bb;
  font-size: 120px;
  font-weight: 900;
  line-height: 110px;
  margin: 0;
}
@media (max-width: 992px) {
  #contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div h5 {
    font-size: 44px;
    line-height: 44px;
  }
}
#contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div p {
  color: #ebe2bb;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 992px) {
  #contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div p {
    font-size: 18px;
  }
}
#contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div:nth-child(1) {
  position: relative;
}
#contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div:nth-child(1):before {
  content: "";
  display: block;
  background: #ebe2bb;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  width: calc(100% + 60px);
  height: calc(100% + 130px);
  position: absolute;
  top: -107px;
  left: -30px;
  z-index: 1;
}
@media (max-width: 992px) {
  #contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div:nth-child(1):before {
    display: none;
  }
}
#contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div:nth-child(1) h5, #contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div:nth-child(1) p {
  color: #94552c;
  position: relative;
  z-index: 2;
}
#contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div:nth-child(1):after, #contagem-regressiva > .vc_row > .wpb_column #countdown .contagem div:nth-child(4):after {
  display: none;
}
#fotos {
  background: #ebe3bd;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  #fotos {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
#fotos > .vc_row > .wpb_column .vc_custom_heading {
  color: #94552c;
  font-size: 40px;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  #fotos > .vc_row > .wpb_column .vc_custom_heading {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
#fotos > .vc_row > .wpb_column .vc_row {
  position: relative;
}
#fotos > .vc_row > .wpb_column .vc_row:before {
  content: "";
  background-image: url(https://niverdogab.com.br/wp-content/uploads/2024/07/cha-do-gabriel-elemento-coracao.png);
  background-size: cover;
  width: 132px;
  height: 100px;
  position: absolute;
  top: -80px;
  right: -90px;
  z-index: 1;
}
@media (max-width: 992px) {
  #fotos > .vc_row > .wpb_column .vc_row:before {
    display: none;
  }
}
#fotos > .vc_row > .wpb_column .vc_row .wpb_single_image .vc_figure {
  position: relative;
  padding: 8px 0;
}
@media (max-width: 992px) {
  #fotos > .vc_row > .wpb_column .vc_row .wpb_single_image .vc_figure {
    padding: 0;
  }
}
#fotos > .vc_row > .wpb_column .vc_row .wpb_single_image .vc_figure a img {
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  #fotos > .vc_row > .wpb_column .vc_row .wpb_single_image .vc_figure a img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
#fotos > .vc_row > .wpb_column .vc_row .wpb_single_image .vc_figure a:before {
  content: "";
  display: block;
  background-image: url(https://niverdogab.com.br/wp-content/uploads/2024/07/cha-do-gabriel-icone-zoom.png);
  background-size: cover;
  width: 48px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
  opacity: 0;
  z-index: 2;
}
#fotos > .vc_row > .wpb_column .vc_row .wpb_single_image .vc_figure a:hover:before {
  opacity: 1;
}
#recado {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  #recado {
    padding-bottom: 45px;
  }
}
#recado:before {
  content: "";
  background-image: url(https://niverdogab.com.br/wp-content/uploads/2024/07/cha-do-gabriel-elemento-linhas.png);
  background-size: cover;
  width: 494px;
  height: 205px;
  position: absolute;
  top: -75px;
  left: -100px;
  z-index: -1;
}
@media (max-width: 992px) {
  #recado:before {
    display: none;
  }
}
#recado:after {
  content: "";
  background-image: url(https://niverdogab.com.br/wp-content/uploads/2024/07/cha-do-gabriel-song-3.png);
  background-size: cover;
  width: 90px;
  height: 106px;
  position: absolute;
  top: 270px;
  right: -80px;
  z-index: -1;
}
@media (max-width: 992px) {
  #recado:after {
    display: none;
  }
}
#recado > .vc_row {
  border: 2px dashed #94552c;
  border-radius: 30px;
  max-width: 750px;
  margin: 0 auto;
  padding: 35px 65px;
}
@media (max-width: 992px) {
  #recado > .vc_row {
    padding: 35px 25px;
  }
}
@media (max-width: 768px) {
  #recado > .vc_row {
    padding: 35px 15px;
  }
}
#recado > .vc_row > .wpb_column .vc_custom_heading {
  color: #94552c;
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 992px) {
  #recado > .vc_row > .wpb_column .vc_custom_heading {
    font-size: 30px;
  }
}
#recado > .vc_row > .wpb_column .vc_custom_heading:before {
  content: "";
  background-image: url(https://niverdogab.com.br/wp-content/uploads/2024/07/cha-do-gabriel-icone-pin.png);
  background-size: cover;
  width: 45px;
  height: 48px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
#recado > .vc_row > .wpb_column .wpb_text_column {
  margin-bottom: 30px;
}
#recado > .vc_row > .wpb_column .wpb_text_column p {
  font-size: 21px;
  line-height: 28px;
  text-align: center;
}
@media (max-width: 992px) {
  #recado > .vc_row > .wpb_column .wpb_text_column p {
    font-size: 18px;
    line-height: 24px;
  }
}
#recado > .vc_row > .wpb_column .wpcf7 {
  max-width: 500px;
  margin: 0 auto;
}
#recado > .vc_row > .wpb_column .wpcf7 .wpcf7-form .row .col-md-12 {
  margin-bottom: 20px;
}
#recado > .vc_row > .wpb_column .wpcf7 .wpcf7-form .row .col-md-12 input {
  border-radius: 24px;
}
#recado > .vc_row > .wpb_column .wpcf7 .wpcf7-form .row .col-md-12:last-child {
  text-align: center;
  margin-bottom: 0;
}
/*  fontes  */
body {
  color: #212121;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
body h1, body h2, body h3, body h4, body h5, body h6, body strong, body b {
  font-weight: 700;
}
body p {
  letter-spacing: 0.5px;
  line-height: 22px;
  margin: 0 0 15px 0;
  word-break: break-word;
}
body p:last-child {
  margin: 0 0 0 0;
}
body a {
  word-break: break-word;
}
@media (max-width: 992px) {
  body * {
    text-align: center !important;
  }
}
body.woocommerce-cart table.shop_table {
  font-size: 14px;
  border-radius: 0;
  border: 0;
}
body.woocommerce-cart table.shop_table thead tr th {
  line-height: normal;
  border: 0 !important;
  padding: 15px !important;
}
body.woocommerce-cart table.shop_table tbody tr:nth-child(odd) {
  background-color: #f1f1f1 !important;
}
@media (max-width: 992px) {
  body.woocommerce-cart table.shop_table tbody tr:nth-child(odd) {
    padding: 15px;
  }
}
body.woocommerce-cart table.shop_table tbody tr:nth-child(even) {
  background-color: #ffffff !important;
}
@media (max-width: 992px) {
  body.woocommerce-cart table.shop_table tbody tr:nth-child(even) {
    padding: 7.5px;
  }
}
body.woocommerce-cart table.shop_table tbody tr td, body.woocommerce-cart table.shop_table tbody tr th {
  text-align: left;
  background: none !important;
  border: 0 !important;
  padding: 15px;
}
@media (max-width: 992px) {
  body.woocommerce-cart table.shop_table tbody tr td, body.woocommerce-cart table.shop_table tbody tr th {
    padding: 7.5px 15px 7.5px 15px;
  }
}
body.woocommerce-cart table.shop_table tbody tr td a, body.woocommerce-cart table.shop_table tbody tr th a {
  color: #000 !important;
  text-decoration: none !important;
}
@media (max-width: 992px) {
  body.woocommerce-cart table.shop_table tbody tr td a, body.woocommerce-cart table.shop_table tbody tr th a {
    display: inline-block;
  }
}
body.woocommerce-cart table.shop_table tbody tr td.product-remove div, body.woocommerce-cart table.shop_table tbody tr th.product-remove div {
  width: 25px;
  height: 25px;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s;
}
body.woocommerce-cart table.shop_table tbody tr td.product-remove div a, body.woocommerce-cart table.shop_table tbody tr th.product-remove div a {
  width: 25px;
  height: 25px;
  color: #ea1721 !important;
  line-height: 25px;
  display: inline-block;
  background-color: transparent !important;
  padding: 0 0 0 2px;
  transition: all 0.3s;
}
body.woocommerce-cart table.shop_table tbody tr td.product-remove div a:hover, body.woocommerce-cart table.shop_table tbody tr th.product-remove div a:hover {
  background-color: transparent;
}
body.woocommerce-cart table.shop_table tbody tr td.product-remove div:hover, body.woocommerce-cart table.shop_table tbody tr th.product-remove div:hover {
  background-color: #ea1721;
}
body.woocommerce-cart table.shop_table tbody tr td.product-remove div:hover a, body.woocommerce-cart table.shop_table tbody tr th.product-remove div:hover a {
  color: #fff !important;
}
body.woocommerce-cart table.shop_table tbody tr td.product-thumbnail img, body.woocommerce-cart table.shop_table tbody tr th.product-thumbnail img {
  width: 100%;
  max-width: 80px;
}
body.woocommerce-cart table.shop_table tbody tr td.product-quantity input, body.woocommerce-cart table.shop_table tbody tr th.product-quantity input {
  width: 100%;
  max-width: 80px;
  height: 100%;
}
body.woocommerce-cart table.shop_table tbody tr td.actions .coupon, body.woocommerce-cart table.shop_table tbody tr th.actions .coupon {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 992px) {
  body.woocommerce-cart table.shop_table tbody tr td.actions .coupon, body.woocommerce-cart table.shop_table tbody tr th.actions .coupon {
    padding: 0;
  }
}
body.woocommerce-cart table.shop_table tbody tr td.actions .coupon input, body.woocommerce-cart table.shop_table tbody tr th.actions .coupon input {
  width: calc(100% - 150px) !important;
  margin: 0 -1px 0 0 !important;
}
@media (max-width: 992px) {
  body.woocommerce-cart table.shop_table tbody tr td.actions .coupon input, body.woocommerce-cart table.shop_table tbody tr th.actions .coupon input {
    width: 100% !important;
  }
}
body.woocommerce-cart table.shop_table tbody tr td.actions .coupon button, body.woocommerce-cart table.shop_table tbody tr th.actions .coupon button {
  width: 150px !important;
  color: #fff !important;
  font-weight: 300;
  text-transform: lowercase;
  border-radius: 0;
  border: 1px solid #000;
  background-color: #000;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  body.woocommerce-cart table.shop_table tbody tr td.actions .coupon button, body.woocommerce-cart table.shop_table tbody tr th.actions .coupon button {
    width: 100% !important;
  }
}
body.woocommerce-cart table.shop_table tbody tr td.actions .coupon button:hover, body.woocommerce-cart table.shop_table tbody tr th.actions .coupon button:hover {
  color: #000 !important;
  background-color: transparent;
}
body.woocommerce-cart .cart_totals {
  width: 100% !important;
}
body.woocommerce-cart .cart_totals h2 {
  font-size: 22px;
  text-align: center;
  margin: 30px 0;
}
body.woocommerce-cart .cart_totals .shop_table .cart-subtotal, body.woocommerce-cart .cart_totals .shop_table .shipping {
  display: none;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button {
  color: #fff !important;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  text-transform: lowercase;
  text-decoration: none !important;
  border-radius: 0;
  border: 1px solid #000;
  background-color: #000;
  padding: 15px 20px !important;
  margin: 0;
  transition: all 0.3s;
}
body.woocommerce-cart .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
  color: #000 !important;
  background-color: transparent;
}
body.woocommerce-cart .woocommerce-shipping-destination {
  display: none !important;
}
body.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button, body.woocommerce-cart .woocommerce-shipping-calculator #calc_shipping_country_field, body.woocommerce-cart .woocommerce-shipping-calculator #calc_shipping_state_field, body.woocommerce-cart .woocommerce-shipping-calculator #calc_shipping_city_field {
  display: none !important;
}
body.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-form {
  display: block !important;
}
body.woocommerce-cart .woocommerce-shipping-calculator .shipping-calculator-button {
  margin: 0;
}
body.woocommerce-cart .woocommerce-shipping-calculator .form-row {
  padding: 0;
  margin: 0;
}
body.woocommerce-cart .woocommerce-shipping-calculator .form-row input {
  margin-bottom: 15px !important;
}
