@charset "UTF-8";
/*!
 * Theme Name: Obstinado
 * Theme URI: https://vinicolaobstinado.com.br/
 * Author: Marcio Santos
 * Author URI: https://marciosantos.dev.br/
 * Description: Tema personalizado para a Vinícola Obstinado. Compatível com Elementor e WooCommerce. Desenvolvido do zero, sem dependência de tema pai.
 * Version: 1.0.0
 * Requires at least: 6.0
 * Tested up to: 6.7
 * Requires PHP: 8.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: obstinado
 * Tags: woocommerce, elementor, custom-theme, vinicola
 */
@font-face {
  font-family: "Goldplay Bold";
  src: url("fonts/Goldplay-Bold.woff2") format("woff2"), url("fonts/Goldplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Goldplay Regular";
  src: url("fonts/GoldplayAlt-Regular.woff2") format("woff2"), url("fonts/GoldplayAlt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Goldplay Regular", Georgia, serif;
  background-color: #ffffff;
  color: #1e1e1e;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 58px;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
}

.Goldplay-Bold {
  font-family: "Goldplay Bold", serif;
}

.Goldplay-Regular {
  font-family: "Goldplay Regular", Georgia, serif;
}

.upper {
  text-transform: uppercase;
}

.esconde {
  display: none !important;
}

.cor-branco {
  color: #ffffff;
}

.d-none {
  display: none !important;
}

.m-dnone {
  display: block;
}

.max-320 {
  max-width: 320px;
}

.max-1200 {
  max-width: 1200px;
}

.max-1280 {
  max-width: 1280px;
}

.borda-amarela {
  border: solid 2px #d37343;
}

.duplo-bg {
  background: linear-gradient(to top, white 0%, white 30%, #f7e6d2 30%, #f7e6d2 100%);
}
@media screen and (max-width: 768px) {
  .duplo-bg {
    background: linear-gradient(to top, white 0%, white 12%, #f7e6d2 0%, #f7e6d2 100%);
  }
}

.section-top {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
.section-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #222;
  opacity: 0.7;
  z-index: -1;
}

.box-transparente {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}

.copyright .elementor-icon-list-items.elementor-inline-items li.elementor-inline-item {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .page-finalizar-compra .woocommerce,
  .page-carrinho .woocommerce {
    width: 100%;
    padding: 15px 15px;
  }
}
.elementor p {
  margin: 0 0 0 0 !important;
}

[id*=fechar_] {
  width: 30px !important;
  height: 30px !important;
  display: inline-block;
}

@keyframes fadeInAnim {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutAnim {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.fade-in-active {
  animation: fadeInAnim 0.35s ease-out forwards;
}

.fade-out-active {
  animation: fadeOutAnim 0.2s ease-out forwards;
}

#site-header {
  background-color: #ffffff;
  border-bottom: solid #d37343 10px;
  position: relative;
  z-index: 200;
}
@media screen and (max-width: 1023px) {
  #site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
}

.elementor-template-full-width #site-header .container {
  width: 100% !important;
  padding: 0 !important;
}

#content {
  min-height: 60vh;
}

.elementor-template-full-width .container {
  width: 100% !important;
  padding: 0 !important;
}

.elementor-element-bdd7bb8 .elementor-widget-image img {
  transition: height 0.3s ease;
}
.elementor-element-bdd7bb8 .elementor-nav-menu--main .elementor-item {
  transition: font-size 0.3s ease;
}

.elementor-sticky--active .elementor-widget-image img {
  height: 40px !important;
  width: auto !important;
  transition: height 0.3s ease;
}
.elementor-sticky--active .elementor-nav-menu--main .elementor-item {
  font-size: 16px !important;
  transition: font-size 0.3s ease;
}

.woocommerce-page div#content {
  margin: 100px 0;
}

.page-finalizar-compra .woocommerce,
.page-carrinho .woocommerce {
  width: min(1170px, 100%);
  margin: 0 auto;
  padding: 100px 0;
}

.page .woocommerce .button,
.checkout-button.button.alt.wc-forward,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce-page .button {
  color: #000000 !important;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: normal;
  background: #ffffff !important;
  border: 1px solid #000000;
  border-radius: 0 !important;
  transition: background 0.2s, color 0.2s;
}

.page .woocommerce .button:hover,
.checkout-button.button.alt.wc-forward:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover {
  background: #743016 !important;
  color: #ffffff !important;
}

.checkout-button.button.alt.wc-forward {
  font-size: 24px;
}

.woocommerce-page .button {
  background: #743016 !important;
  border-radius: 0 !important;
}

.button.wc-forward {
  color: #ffffff !important;
}

.single_add_to_cart_button.elementor-button.button.alt {
  background: #ffffff !important;
  transition: background 0.2s, color 0.2s;
}
.single_add_to_cart_button.elementor-button.button.alt:hover {
  background: #743016 !important;
}

.woocommerce-loop-category__title {
  display: none;
}

.woocommerce div.product div.images img {
  max-height: 550px;
  object-fit: contain;
}

.page-produtos .woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
  border: solid #000000 1px;
}

.qty {
  background-color: transparent !important;
}

.page-finalizar-compra .select2-container .select2-selection--single {
  height: 43px !important;
}
.page-finalizar-compra .select2-selection__arrow {
  display: none;
}
.page-finalizar-compra .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: none;
}

.woocommerce form .form-row .input-checkbox {
  position: relative;
  margin: 0 10px 0 0;
}
.woocommerce form .form-row label.checkbox, .woocommerce-page .woocommerce form .form-row label.checkbox {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

.page-produtos .wc-block-grid__products {
  margin: 0 auto;
  padding: 0;
}
.page-produtos .wc-block-grid__products li.wc-block-grid__product.wc-block-layout {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 100px 0;
  text-align: left;
}
.page-produtos .wc-block-grid__products li.wc-block-grid__product.wc-block-layout:nth-child(even) {
  background: rgba(247, 230, 210, 0.43);
}
.page-produtos .wc-block-grid__products li.wc-block-grid__product.wc-block-layout:nth-child(odd) {
  background: #ffffff;
}
.page-produtos .wc-block-grid__products .wc-block-grid__product-image {
  float: left;
  width: 35%;
  text-align: center;
}
.page-produtos .wc-block-grid__products .wc-block-grid__product-image img {
  max-width: 55%;
  position: relative;
  top: -300px;
  z-index: 300;
  max-height: 680px;
  float: right;
}
.page-produtos h1 {
  display: none;
}
.page-produtos .products.columns-4 {
  display: none;
}
.page-produtos .wc-block-components-product-title {
  display: block;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
}
.page-produtos .woocommerce ul.products li.product a {
  background: #743016;
  border-radius: 100%;
  display: flex;
  padding: 0;
  height: 48px;
  width: 48px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.page-produtos .woocommerce ul.products li.product a img {
  width: 35px;
  height: auto;
  display: block;
  margin: 0;
  box-shadow: none;
}
.page-produtos .woocommerce ul.products li.product a h2.woocommerce-loop-category__title {
  display: none;
}
.page-produtos .site-header {
  background-color: rgba(247, 230, 210, 0) !important;
  z-index: 110;
}
@media screen and (max-width: 768px) {
  .page-produtos .elementor-widget-image img {
    max-width: 40%;
  }
}

.single-product .woocommerce ul.products li.product a {
  background: #743016;
  border-radius: 100%;
  display: flex;
  padding: 0;
  height: 48px;
  width: 48px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.single-product .woocommerce ul.products li.product a img {
  width: 35px;
  height: auto;
  display: block;
  margin: 0;
  box-shadow: none;
}

.loop-produtos .e-loop-item:nth-child(even) {
  background: rgba(247, 230, 210, 0.43);
}
.loop-produtos .e-loop-item:nth-child(odd) {
  background: #ffffff;
}
.loop-produtos .e-loop-item:nth-child(odd) .reverte .e-con-inner {
  flex-direction: row-reverse;
}
.loop-produtos .e-loop-item:nth-child(odd) .no-reverte .e-con-inner {
  flex-direction: row;
}

.single-product .elementor-products-grid ul.products.elementor-grid,
.page-produtos .elementor-products-grid ul.products.elementor-grid {
  display: flex;
}

#site-footer {
  padding: 0;
}
#site-footer .footer-widgets {
  width: 100%;
  padding: 50px 0;
  background: url("/wp-content/uploads/2023/07/obstinado_imgs_17.jpg") no-repeat bottom center;
  background-size: cover;
  position: relative;
}
#site-footer .footer-widgets::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #222;
  opacity: 0.7;
  z-index: 0;
}
#site-footer .footer-widgets > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #site-footer .footer-widgets {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 15px !important;
  }
}

.footer-copyright {
  text-align: center;
  font-size: 14px;
  padding: 20px;
  color: #888;
}

.menu-footer ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  padding-left: 15px;
}

.page-hospedagem .stm-rooms-types {
  display: none;
}

.room-wine-tour .room__meta.room__meta--single {
  display: none;
}
.room-wine-tour .stm-single-room__price {
  font-size: 0 !important;
}

.visitacao .nivo-controlNav {
  display: none;
}

.reserva-icons,
.reserva-icons .widget {
  margin-bottom: 0 !important;
}
.reserva-icons p {
  margin-bottom: 0 !important;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  gap: 15px;
}
.reserva-icons p img {
  max-width: 45px;
}

.icon-terroir img {
  width: 80px;
  height: 60px;
}

.post-content ul > li::before {
  display: none;
}

.page .oz_hid_carousel .ui-datepicker .ui-datepicker-prev,
.page .oz_hid_carousel .ui-datepicker .ui-datepicker-next {
  color: #bdbdbd !important;
}
.page .oz_hid_carousel ul li.squaredThree:nth-child(4) {
  display: none !important;
}
.page .oz_hid_carousel ul li.squaredThree label:hover {
  background-color: #743016 !important;
}
.page .oz_zapis_info {
  background: transparent;
  color: #000000;
}
.page .oz_zapis_info p,
.page .oz_zapis_info span {
  color: #000000;
}
.page .oz_zapis_info p {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-weight: 500;
}
.page .oz_back_btn {
  background: #743016;
}
.page .oz_back_btn:hover {
  background: #d4723c;
}
.page .zagday.timerD.squaredThree {
  margin-top: 25px;
}
.page .oz_btn:not(.oz_usl_btn),
.page .oz_hid input[type=submit] {
  background-color: #743016 !important;
}
.page .oz_btn:not(.oz_usl_btn):hover,
.page .oz_hid input[type=submit]:hover {
  background-color: #d4723c !important;
}
.page .oz_finalBlock {
  display: none;
}
.page .oz_container {
  padding-bottom: 0;
}
.page .oz_container h3.stepname {
  font-family: "Goldplay Bold", serif;
  margin: 0;
  font-size: 22px;
}

body .oz_hid .ui-datepicker-title {
  color: #bdbdbd !important;
}

.ui-datepicker-month {
  text-transform: uppercase;
}

.oz_hid .ui-datepicker-header,
.oz_hid ~ .oz_container {
  background: none !important;
}
.oz_hid .ui-datepicker-calendar tbody td span.ui-state-default {
  color: #000000;
}
.oz_hid .ui-datepicker-calendar tbody td[data-handler=selectDay] a {
  color: #743016;
}
.oz_hid .ui-datepicker-calendar tbody td {
  padding: 3px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.oz_hid .ui-datepicker-calendar thead th {
  background: none !important;
  padding: 0 !important;
}

.oz_container {
  background: none !important;
}

.oz_amount_info span::after {
  content: "por pessoa.";
}

.elementor-form .elementor-field-textual.elementor-size-lg {
  padding: 7px 40px 7px 20px;
}
.elementor-form div[class*=_nome] .elementor-field,
.elementor-form div[class*=_email] .elementor-field,
.elementor-form div[class*=_telefone] .elementor-field,
.elementor-form div[class*=_quantidadereserva] .elementor-field,
.elementor-form div[class*=_data] .elementor-field,
.elementor-form div[class*=_hora] .elementor-field {
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 18px;
}
.elementor-form div[class*=_nome] .elementor-field {
  background-image: url("./img/input_icon_nome.svg");
}
.elementor-form div[class*=_email] .elementor-field {
  background-image: url("./img/input_icon_email.svg");
}
.elementor-form div[class*=_telefone] .elementor-field {
  background-image: url("./img/input_icon_telefone.svg");
}
.elementor-form div[class*=_quantidadereserva] .elementor-field {
  background-image: url("./img/input_icon_quantidadereserva.svg");
}
.elementor-form div[class*=_data] .elementor-field {
  background-image: url("./img/input_icon_data.svg");
}
.elementor-form div[class*=_hora] .elementor-field {
  background-image: url("./img/input_icon_hora.svg");
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.elementor-form div[class*=_hora] .select-caret-down-wrapper {
  display: none !important;
}
.elementor-form input[type=checkbox].elementor-acceptance-field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  flex-shrink: 0;
  display: inline-block !important;
  border: 1px solid #743016;
  border-radius: 4px !important;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -2px;
  outline: none;
}
.elementor-form input[type=checkbox].elementor-acceptance-field:checked {
  background-color: #743016 !important;
  border-color: #ffffff !important;
}
.elementor-form input[type=checkbox].elementor-acceptance-field:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#button_top {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
  pointer-events: none;
}
#button_top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.flatpickr-calendar .flatpickr-day.endRange,
.flatpickr-calendar .flatpickr-day.endRange.inRange,
.flatpickr-calendar .flatpickr-day.endRange.nextMonthDay,
.flatpickr-calendar .flatpickr-day.endRange.prevMonthDay,
.flatpickr-calendar .flatpickr-day.endRange:focus,
.flatpickr-calendar .flatpickr-day.endRange:hover,
.flatpickr-calendar .flatpickr-day.selected,
.flatpickr-calendar .flatpickr-day.selected.inRange,
.flatpickr-calendar .flatpickr-day.selected.nextMonthDay,
.flatpickr-calendar .flatpickr-day.selected.prevMonthDay,
.flatpickr-calendar .flatpickr-day.selected:focus,
.flatpickr-calendar .flatpickr-day.selected:hover,
.flatpickr-calendar .flatpickr-day.startRange,
.flatpickr-calendar .flatpickr-day.startRange.inRange,
.flatpickr-calendar .flatpickr-day.startRange.nextMonthDay,
.flatpickr-calendar .flatpickr-day.startRange.prevMonthDay,
.flatpickr-calendar .flatpickr-day.startRange:focus,
.flatpickr-calendar .flatpickr-day.startRange:hover {
  background: #743016 !important;
  border-color: #743016 !important;
  color: #ffffff !important;
}

#nav_experiencias_flutuante {
  background: #743016;
  position: fixed !important;
  right: 0 !important;
  top: 300px !important;
  width: 290px !important;
  padding: 0 0;
  max-width: 100vw !important;
  transform: translateX(110%) !important;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  z-index: 999999 !important;
  display: flex !important;
  gap: 0;
}
#nav_experiencias_flutuante.is-active {
  transform: translateX(0%) !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}
#nav_experiencias_flutuante > .elementor-element {
  border-bottom: solid 1px #ffffff;
}
#nav_experiencias_flutuante > .elementor-element a {
  color: #ffffff;
  font-weight: 500;
  font-size: 13px;
  line-height: 25px;
  display: block;
  width: 100%;
  padding: 4px 11px;
}
#nav_experiencias_flutuante > .elementor-element a:hover {
  background: #d37343;
}

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