/*
Theme Name: Guia Chapada Diamantina 2024
Theme URI: https://guiachapadadiamantina.com.br
Author: Daniel Cambui / Caroline Andrade
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}

iframe {
  max-width: 100%;
}

html {
  scroll-behavior: smooth
}

body {
  font-family: 'Poppins', sans-serif;
}

a {
  text-decoration-skip-ink: auto
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none
}

button {
  outline: 0
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

q {
  display: inline;
  font-style: italic
}

q:before {
  content: '"';
  font-style: normal
}

q:after {
  content: '"';
  font-style: normal
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="email"] {
  height: 45px;
  border: 1px solid lightgray;
  border-radius: 5px;
}

input[type="search"] {
  -webkit-appearance: textfield
}


* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}

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

.topo-bg-opaco {
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 200px;
  z-index: 51;
}


.t1,
.t2,
.t3 {
  z-index: 102;
  position: relative;
}

.n2_clear,
.qwp-slider-wrapp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

.parceiros-home {
  text-align: center;
  margin-bottom: 80px;
}

.parceiros-home li {
  display: inline-block;
  padding: 20px;
}

.parceiros-home li img {
  max-width: 483px;
  height: auto;
}


.texto-post-categoria-in {
  position: relative;
  padding: 20px !important;
}

.texto-post-categoria-in h4 li {
  width: auto;
  font-size: 12px;
}

.texto-post-categoria-in h4 li:last-child {
  /*border-left: 1px solid black;*/
  padding-left: 5px;
  margin-left: 5px;
}

.texto-post-categoria-in span {
  right: 20px;
  top: -14px;
}

.paginas a {
  color: #009064;
}

#flags li {
  margin: 0 5px !important;
}

.bg-section {
  background: url('img/bg-section.png') center bottom repeat-x;
  height: 250px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.ex-in,
.pl-in,
.sc-in {
  position: relative;
}

.ex-in h2,
.ex-in p,
.ex-in a,
.pl-in h2,
.pl-in p,
.pl-in a,
.sc-in h2,
.sc-in p,
.sc-in a {
  z-index: 1003;
  position: inherit;
}

.stock,
.in-stock {
  display: none;
}

.texto-post-categoria-in span {
  position: initial !important;
  margin: 0 auto;
  margin-top: 20px;
}

.search-home .search-field::placeholder {
  color: black;
}





/*woocomerce*/
.woocommerce-account li.woocommerce-MyAccount-navigation-link {
  padding-bottom: 20px;
}

.woocommerce-products-header {
  padding-bottom: 30px;
}

.woocommerce-products-header__title.page-title {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 30px;
}

.archive {
  main {
    max-width: 90vw;
    margin: 30px auto;
  }

  h2.woocommerce-loop-product__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.wc-block-grid__product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}

.woocommerce-account .addresses .title .edit {
  float: left;
}

.single-product #primary {
  padding: 0 20px;
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 1100px;

}

.woocommerce div.product form.cart div.quantity {
  float: none;
  margin: 0 0 10px 0;
}

.related.products {
  display: none;
}

/*formulários de contato*/
.wpcf7 {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #E9E8E8;
  background-color: #F4F3F3;

  &::placeholder {
    color: #515050;
    font-family: 'Poppins';
  }
}

.wpcf7 textarea {
  height: 100px;
}

.wpcf7 .form-group {
  margin-bottom: 10px;
}

.wpcf7 input[type="submit"] {
  cursor: pointer;
  text-decoration: none;
  padding: 10px 25px;
  letter-spacing: 0;
  font-size: 18px;
  color: white;
  background: #009064;
  display: table;
  border-radius: 5px;
  font-weight: 600;
  border: none;
}

.wp-pagenavi {
  display: table;
  margin: 0 auto;
  margin-bottom: 30px;
  font-size: 15px;
}

.wp-pagenavi a {
  color: #009064;
}

.wp-pagenavi .current {
  background: #009064;
  color: white;
  border: none;
}





.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  background-color: #009064;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 20px;
  font-weight: 700;
  padding: 13px 35px;
}

.woocommerce-breadcrumb,
.sku_wrapper,
.product_meta .posted_in {
  display: none;
}

.product_title {
  font-size: 24px;
  font-weight: 700;
  color: #009064;
  margin-bottom: 15px;
}

.woocommerce-product-details__short-description {
  margin: 20px 0;
}


.category-turismo-terapeutico .cid1407,
.category-turismo-elegancia .cid1407,
.category-turismo-terapeutico .cid1422,
.category-turismo-elegancia .cid1422 {
  display: none;
}

.guiab {
  text-align: center;
}

.section-guia p {
  margin-bottom: 15px;
}

.grecaptcha-badge {
  display: none;
}

.type-product::after {
  display: block;
  clear: both;
  content: "";
}

.wc-tab h2 {
  display: none;
}

.type-product strong {
  font-weight: 700;
}

.type-product p {
  margin-bottom: 15px;
}

/* PAGINA DE BUSCA */
.imagem-post-noticias-in {
  display: flex;
  justify-content: center;
  height: 250px;
  width: 100%;
}

/* Restaurantes e Hospedagens */
.qwp-gallery_single,
.qwp-banner_single,
.qwp-foods_single {
  overflow: hidden;
}

.dialog-lightbox-widget .elementor-swiper-button{
    position: absolute;
    top: 0;
    z-index: 99;
}
.dialog-lightbox-widget .elementor-swiper-button svg{
  height: 25px;
}

.qwp-indica {
  background-color: #009064B3;
  border-radius: 50px;
  border: 1px solid #009064;
  padding: 8px 15px;
  width: fit-content;
  color: white;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(4px);
}
.qwp-indica_eat .qwp-indica{
  background-color: rgba(0, 110, 157, 0.7);
  border-color: #006F9D;
}

.fit-width {
  width: fit-content;
}

.qwp-pois svg {
  fill: #7F807F !important;
}

.qwp-banner_single .swiper-button-next,
.qwp-banner_single .swiper-button-prev {
  color: #fff;
}

.qwp-single_txt {
  strong {
    font-weight: 700;
  }
}

.qwp-gallery_eat .qwp-gallery_single .swiper-button-next,
.qwp-gallery_eat .qwp-gallery_single .swiper-button-prev,
.qwp-foods_single .swiper-button-next,
.qwp-foods_single .swiper-button-prev {
  color: #006F9D;
}

.qwp-gallery_single .swiper-button-next,
.qwp-gallery_single .swiper-button-prev {
  color: #009064;
}

.qwp-amenities_eat svg{
  fill: #006F9D !important;
}

.qwp-foods_single .swiper-slide{
  background-color: #F5F3F3;
  border: 1px solid #d9d9d9;
  border-radius: 15px;
  height: auto;
  img{
    height: 230px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .qwp-type{
    position: absolute;
    top: 29px;
    left: 20px;
    background-color: rgba(86, 92, 95, 0.7);
    backdrop-filter: blur(4px);
    border: 1px solid #505050;
    color: white;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 50px;
  }
  .qwp-content{
    padding: 36px;
  }
  h2{
    font-size: 24px;
    font-weight: 600;
    color: #343434;
  }
  p{
    margin-top: 16px;
    color: #777777;
  }
}

/* RODAPE */
.section-rodape {
  background: #009064;
}

.section-rodape a {
  text-decoration: none;
  color: white;
}

.section-rodape .social-icons {
  display: flex;
  gap: 14px;
}

.section-rodape .logo-rodape {
  width: 190px;
}

.company-info {
  width: 230px;
}

.company-info p {
  margin: 14px 0;
}

.qwp-eu_amo {
  background-color: #61BA9F;
  border-radius: 12px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;

  a {
    display: block;
    background-color: #006C4B;
    border-radius: 5px;
    padding: 8px 15px;
    font-weight: 600;
    text-align: center;
  }
}

.logo-flora-rodape {
  width: 85px;
}

.qwp-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-info {
  color: #444;
  text-align: center;
  font-size: 12px;
}

.section-before-footer{
  display: none;
  background-color: #ea7808;
  p{
    font-size: 18px;
    font-weight: 600;
  }
  a{
    color: white;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 5px;
    border: 2px solid white;
  }
}

.onde-comer .section-before-footer,
.onde-ficar .section-before-footer {
  display: block;
}

.single-noticias{
  .wp-caption{
    max-width: 100%;
  }
}