@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap; }
  .woocommerce ul.products li.product.type-product {
    border-radius: 25px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.16);
    padding-top: 15px;
    overflow: hidden;
    margin: 0 1.25% 0.992em 0;
    width: 24%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .woocommerce ul.products li.product.type-product .wine-seal {
      position: absolute;
      width: 50px;
      height: 50px;
      top: 15px;
      left: 15px;
      background-repeat: repeat;
      background-position: center;
      background-size: cover; }
    .woocommerce ul.products li.product.type-product:nth-of-type(4n) {
      margin-right: 0; }
    @media all and (max-width: 768px) {
      .woocommerce ul.products li.product.type-product {
        width: 49%; }
        .woocommerce ul.products li.product.type-product:nth-of-type(2n + 1) {
          margin-right: 2%; }
        .woocommerce ul.products li.product.type-product:nth-of-type(2n) {
          margin-right: 0%; } }
    @media all and (max-width: 480px) {
      .woocommerce ul.products li.product.type-product {
        width: 100%; }
        .woocommerce ul.products li.product.type-product:nth-of-type(2n + 1) {
          margin-right: 0%; }
        .woocommerce ul.products li.product.type-product:nth-of-type(2n) {
          margin-right: 0%; } }
    .woocommerce ul.products li.product.type-product .onsale {
      display: none; }
    .woocommerce ul.products li.product.type-product .price {
      position: absolute;
      top: 40px;
      right: 0;
      font-size: 14px;
      color: #fff;
      background-color: #09114d;
      padding: 10px;
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .woocommerce ul.products li.product.type-product .price ins {
        font-weight: normal;
        text-decoration: none; }
      .woocommerce ul.products li.product.type-product .price del {
        margin-top: -5px;
        margin-bottom: 5px;
        font-size: 10px; }
    .woocommerce ul.products li.product.type-product img {
      max-height: 280px;
      object-fit: contain; }
      @media all and (max-width: 992px) {
        .woocommerce ul.products li.product.type-product img {
          max-height: 150px; } }
      @media all and (max-width: 768px) {
        .woocommerce ul.products li.product.type-product img {
          max-height: 200px; } }
    .woocommerce ul.products li.product.type-product .woocommerce-loop-product__title {
      font-size: 23px;
      font-weight: bold;
      color: #09114d;
      padding-left: 20px;
      padding-right: 20px;
      display: inline-block;
      letter-spacing: -0.6px; }

.woocommerce .cart {
  display: flex;
  color: #fff;
  background-color: #09114d;
  justify-content: space-around;
  height: 50px; }
  .woocommerce .cart .quantity {
    position: relative;
    display: flex;
    align-items: center; }
    .woocommerce .cart .quantity:before {
      height: 30px;
      content: "";
      width: 1px;
      background-color: #fff;
      position: absolute;
      right: 0; }
  .woocommerce .cart .quantity,
  .woocommerce .cart .button.button.alt {
    width: 50%;
    height: 100%;
    margin: 0;
    background-color: #09114d;
    justify-content: space-around;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 12px; }
  .woocommerce .cart .quantity .qty {
    width: 80%;
    height: 100%;
    border: 0;
    background-color: #09114d;
    justify-content: space-around;
    color: #fff; }
  .woocommerce .cart button.button.alt {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 40px; }
    .woocommerce .cart button.button.alt:before {
      position: absolute;
      left: 20px;
      content: "";
      width: 24px;
      height: 24px;
      background-image: url("../images/PWO_icons home-CARRINHO.svg"); }

.woocommerce .top-taxonomies {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px; }
  .woocommerce .top-taxonomies .type-region,
  .woocommerce .top-taxonomies .harvest-capacity {
    display: flex;
    flex-wrap: wrap; }
    .woocommerce .top-taxonomies .type-region .l,
    .woocommerce .top-taxonomies .harvest-capacity .l {
      margin-left: 5px;
      margin-right: 5px; }

.woocommerce .filter {
  font-size: 14px;
  border-radius: 13px;
  padding: 8px 40px 8px 20px;
  border: 1px solid #09114d;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .woocommerce .filter {
      padding: 8px 20px 12px 10px; } }
  .woocommerce .filter svg {
    height: 16px;
    margin-right: 15px; }
    @media screen and (max-width: 767px) {
      .woocommerce .filter svg {
        margin-right: 5px; } }
    .woocommerce .filter svg .cls-1 {
      fill: #09114d; }
  .woocommerce .filter:hover {
    background-color: #09114d;
    cursor: pointer;
    color: #fff; }
    .woocommerce .filter:hover .cls-1 {
      fill: #fff; }

.woocommerce .f-text {
  opacity: 0;
  font-size: 10px;
  transition: opacity 0.3s ease-in-out; }

.woocommerce .top-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: content-box;
  transform: translate(-15px, -40px);
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 767px) {
    .woocommerce .top-filter {
      padding: 0;
      margin-top: -10px;
      flex-direction: column; } }
  .woocommerce .top-filter.active {
    z-index: 10001;
    transform: translate(-15px, -150px);
    position: fixed; }
    @media screen and (max-width: 767px) {
      .woocommerce .top-filter.active {
        background-color: #fff;
        transform: translate(-15px, -240px);
        padding-top: 50px;
        padding-bottom: 10px; } }
    .woocommerce .top-filter.active .filter-btn {
      border: none; }
    .woocommerce .top-filter.active .f-text {
      opacity: 1; }
      @media screen and (max-width: 767px) {
        .woocommerce .top-filter.active .f-text {
          margin-top: 10px; } }

.woocommerce .close-filter {
  order: 2;
  opacity: 0;
  position: fixed;
  top: 35px;
  right: 35px;
  cursor: pointer;
  font-size: 32px;
  z-index: 1001; }
  .woocommerce .close-filter.active {
    opacity: 1; }
    @media screen and (max-width: 767px) {
      .woocommerce .close-filter.active {
        top: 8px;
        right: 25px;
        z-index: 10002; } }

.woocommerce .woof_products_top_panel {
  margin-top: 100px; }
  @media screen and (max-width: 767px) {
    .woocommerce .woof_products_top_panel {
      margin-top: 70px; } }

.products a,
.wine-info a {
  text-decoration: none;
  color: inherit; }

@media screen and (max-width: 767px) {
  .woocommerce .woocommerce-result-count,
  .woocommerce-page .woocommerce-result-count,
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: none;
    text-align: center; } }

.woof a,
.woof p,
.woof h1,
.woof h2,
.woof h3,
.woof h4,
.woof label {
  color: #09114d; }

@media screen and (max-width: 767px) {
  .woof {
    overflow-y: scroll; } }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #09114d; }

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  top: -0.45em; }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: rgba(0, 0, 0, 0.3); }

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 2px; }

.woof_remove_ppi {
  color: #09114d; }

.woof_sid_auto_shortcode.woof {
  padding-top: 120px; }
  @media screen and (max-width: 767px) {
    .woof_sid_auto_shortcode.woof {
      padding-top: 80px; } }
  .woof_sid_auto_shortcode.woof .woof_redraw_zone {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: content-box; }

.woof {
  border: none;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%; }
  .woof.active {
    opacity: 1;
    pointer-events: all; }
  .woof button.button {
    font-size: 8px;
    margin: 5px;
    padding: 5px 20px;
    border: 1px solid #09114d;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
    background-color: #09114d;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal; }
    .woof button.button:hover {
      background-color: #09114d;
      color: #fff; }
  .woof .woof_redraw_zone {
    display: flex;
    flex-wrap: wrap;
    padding: 20px; }
    .woof .woof_redraw_zone .woof-container {
      width: 33%;
      flex-shrink: 0; }
    .woof .woof_redraw_zone .woof_container_wine_type {
      order: 1; }
    .woof .woof_redraw_zone .woof_container_wine_region {
      order: 2; }
    .woof .woof_redraw_zone .woof_price_search_container {
      order: 3; }
      .woof .woof_redraw_zone .woof_price_search_container .price_slider_wrapper {
        display: flex;
        flex-direction: column; }
        .woof .woof_redraw_zone .woof_price_search_container .price_slider_wrapper .price_slider {
          order: 2;
          margin: 0; }
        .woof .woof_redraw_zone .woof_price_search_container .price_slider_wrapper .price_slider_amount {
          order: 1; }
        .woof .woof_redraw_zone .woof_price_search_container .price_slider_wrapper .price_label {
          font-family: "Open Sans", sans-serif; }
    .woof .woof_redraw_zone .woof_container_wine_style {
      order: 4; }
    .woof .woof_redraw_zone .woof_container_wine_pairing {
      order: 5; }
    .woof .woof_redraw_zone .woof_container_wine_caste {
      order: 6; }
    .woof .woof_redraw_zone .woof_submit_search_form_container {
      order: 7; }
  .woof h4,
  .woof .price_label {
    margin-bottom: 15px;
    line-height: 35px;
    font-size: 12px;
    font-weight: 600; }

ul.woof_list {
  display: flex;
  flex-wrap: wrap; }
  ul.woof_list label {
    margin: 0; }
  ul.woof_list li {
    margin: 0px !important;
    padding: 0px !important; }
    ul.woof_list li label {
      font-size: 8px;
      margin: 5px;
      padding: 5px 20px;
      border: 1px solid #09114d;
      border-radius: 8px;
      transition: all 0.3s ease-in-out; }
      ul.woof_list li label:hover {
        background-color: #09114d;
        color: #fff; }
    ul.woof_list li input {
      display: none; }
  ul.woof_list .woof_checkbox_label_selected {
    font-weight: normal; }
  ul.woof_list input:checked ~ label {
    background-color: #09114d;
    color: #fff; }

.woof_container_wine_caste,
.woof_container_wine_style,
.woof_container_wine_pairing {
  display: none; }

.woof_sid_auto_shortcode .woof_container_inner,
.woof_submit_search_form_container {
  padding: 10px 25px; }

.easy-autocomplete-container ul {
  min-width: 300px; }
  @media screen and (max-width: 767px) {
    .easy-autocomplete-container ul {
      transform: translateX(-45px); } }
  .easy-autocomplete-container ul .eac-item {
    padding-left: 40px; }
    .easy-autocomplete-container ul .eac-item img {
      right: initial;
      left: 0;
      top: 0; }

/**
 * Converts PX to REM
 *
 * @param {string} $size Value in pixels
 * @param {string} $root-size Base value in pixels
 */
/**
 * Returns font-size as REM
 *
 * @param {string} $size Value in pixels
 * @param {string} $root-size Base value in pixels
 */
/**
 * Get the sprite width
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Get the sprite height
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Get the sprite position
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Get the sprite image url
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Generates CSS for the sprite
 *
 * @param {object} $sprite Sprite object
 */
/**
 * Generate the sprite CSS. Returns classes names in the format .sprite-{image-name}
 *
 * @param {object} $sprites Sprites list
 */
/**
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/**
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=8d6d3c81330af4515315b42e59aba88e)
 * Config saved to config.json and https://gist.github.com/8d6d3c81330af4515315b42e59aba88e
 */
/**
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/** normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1200px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

html {
  overflow-x: hidden; }
  html p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 24px;
    color: #09114d;
    text-align: justify; }
  html strong {
    font-weight: bold; }

.big-title {
  font-family: "Open Sans", sans-serif;
  color: #671a3a;
  font-size: 40px;
  font-weight: 300; }

.big-title-gray {
  font-family: "Open Sans", sans-serif;
  color: #1d1d1b !important;
  font-size: 40px;
  font-weight: 300; }

.title-slim-gray {
  font-family: "Open Sans", sans-serif;
  color: #1d1d1b !important;
  font-size: 30px;
  font-weight: 300;
  margin: 0 !important;
  text-transform: uppercase; }
  @media all and (max-width: 600px) {
    .title-slim-gray {
      font-size: 25px; } }

.title-slim-purp {
  font-family: "Open Sans", sans-serif;
  color: #09114d !important;
  font-size: 30px;
  font-weight: 300;
  margin: 0 !important;
  text-transform: uppercase; }
  body.site-br .title-slim-purp {
    color: #009444 !important; }
  @media all and (max-width: 600px) {
    .title-slim-purp {
      font-size: 25px; } }

.title-small {
  font-family: "Open Sans", sans-serif;
  color: #09114d;
  font-size: 20px; }
  body.site-br .title-small {
    color: #009444; }

.title-small-gray {
  font-family: "Open Sans", sans-serif;
  color: #1d1d1b;
  font-size: 20px; }

.purp {
  color: #09114d; }
  body.site-br .purp {
    color: #009444; }

.secondary-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

body {
  font-family: "Open Sans", sans-serif;
  color: #09114d; }
  body h1,
  body h2,
  body h4,
  body p,
  body a,
  body span,
  body h3,
  body label,
  body strong {
    font-family: "Open Sans", sans-serif; }

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: baseline; }

* {
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  position: relative; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  outline: 0; }

input {
  outline: 0;
  -webkit-appearance: none; }

input::-moz-focus-inner {
  border: 0; }

@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?58103321");
  src: url("../fonts/fontello.eot?58103321#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?58103321") format("woff2"), url("../fonts/fontello.woff?58103321") format("woff"), url("../fonts/fontello.ttf?58103321") format("truetype"), url("../fonts/fontello.svg?58103321#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?58103321#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-mail:before {
  content: '\e800'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-pinterest:before {
  content: '\f0d2'; }

/* '' */
.icon-gplus:before {
  content: '\f0d5'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-youtube:before {
  content: '\f16a'; }

/* '' */
.icon-instagram:before {
  content: '\f16d'; }

/* '' */
.icon-vimeo:before {
  content: '\f27d'; }

/* '' */
.icon-share:before {
  content: '\f1e0'; }

/* '' */
@font-face {
  font-family: 'Libre Baskerville';
  src: url("../fonts/LibreBaskerville-Bold.woff2") format("woff2"), url("../fonts/LibreBaskerville-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Libre Baskerville';
  src: url("../fonts/LibreBaskerville-Regular.woff2") format("woff2"), url("../fonts/LibreBaskerville-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Libre Baskerville';
  src: url("../fonts/LibreBaskerville-Italic.woff2") format("woff2"), url("../fonts/LibreBaskerville-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

.archive-banner {
  height: 370px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  padding: 20px; }
  @media all and (max-width: 768px) {
    .archive-banner {
      height: 270px; } }
  .archive-banner:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
  .archive-banner .archive-title {
    text-align: center;
    color: #fff;
    font-size: 55px;
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 500;
    position: relative;
    top: 40%;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    z-index: 11; }
    @media all and (max-width: 768px) {
      .archive-banner .archive-title {
        font-size: 30px; } }
  .archive-banner .arrow {
    height: 15px;
    width: 110px;
    position: absolute;
    top: 58%;
    left: 50%;
    -webkit-transform: translate(-50%, 58%);
    -ms-transform: translate(-50%, 58%);
    transform: translate(-50%, 58%);
    z-index: 11; }
    @media all and (max-width: 768px) {
      .archive-banner .arrow {
        width: 60px;
        top: 50%;
        -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%); } }
  .archive-banner .archive-subtitle {
    color: #fff;
    position: relative;
    z-index: 11;
    top: 65%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    max-width: 820px;
    text-align: center;
    margin: 0 auto; }
    @media all and (max-width: 768px) {
      .archive-banner .archive-subtitle {
        font-size: 12px;
        line-height: 16px; } }

.blog-conten {
  max-width: 997px;
  margin: 0 auto; }
  .blog-conten > .post {
    max-width: 800px;
    margin: 20px auto; }
    .blog-conten > .post > h3 {
      font-family: "Open Sans", sans-serif;
      font-size: 30px;
      color: #09114d;
      text-transform: uppercase;
      font-weight: 300;
      margin-bottom: 15px; }
      body.site-br .blog-conten > .post > h3 {
        color: #009444; }
    .blog-conten > .post > h4 {
      font-family: "Open Sans", sans-serif;
      font-size: 30px;
      color: #e8e8e8;
      text-transform: uppercase;
      font-weight: 300; }

.blog-archive, .search {
  overflow: hidden;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  /* just for demo */ }
  .blog-archive .stretch, .search .stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0; }
  .blog-archive .blog-entry, .search .blog-entry {
    overflow: hidden;
    display: inline-block;
    height: 370px;
    width: 370px;
    max-width: 32%;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    float: none;
    vertical-align: top;
    *display: inline;
    zoom: 1; }
    @media all and (max-width: 1199px) {
      .blog-archive .blog-entry, .search .blog-entry {
        height: 30vw;
        margin-bottom: 20px; } }
    @media all and (max-width: 480px) {
      .blog-archive .blog-entry, .search .blog-entry {
        width: 48%;
        height: 30vh;
        max-width: initial; } }
    @media all and (max-width: 500px) {
      .blog-archive .blog-entry, .search .blog-entry {
        width: 100%;
        max-width: 100%;
        margin-bottom: 15px;
        height: 400px; } }
    .blog-archive .blog-entry:after, .search .blog-entry:after {
      content: "";
      position: absolute;
      background: rgba(0, 0, 0, 0.4);
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 1; }
    .blog-archive .blog-entry > a, .search .blog-entry > a {
      text-decoration: none;
      display: inline-block;
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 10; }
      .blog-archive .blog-entry > a > p, .search .blog-entry > a > p {
        color: #FFFFFF;
        font-family: "Open Sans", sans-serif;
        font-size: 25px;
        line-height: 34px;
        position: relative;
        text-transform: uppercase;
        top: 50%;
        transform: translateY(-50%);
        z-index: 11;
        text-align: center; }
        @media all and (max-width: 830px) {
          .blog-archive .blog-entry > a > p, .search .blog-entry > a > p {
            font-size: 21px;
            line-height: 25px; } }
        @media all and (max-width: 630px) {
          .blog-archive .blog-entry > a > p, .search .blog-entry > a > p {
            font-size: 16px;
            line-height: 20px; } }
        @media all and (max-width: 500px) {
          .blog-archive .blog-entry > a > p, .search .blog-entry > a > p {
            font-size: 21px;
            line-height: 25px; } }
    .blog-archive .blog-entry.blog-entry-dummy, .search .blog-entry.blog-entry-dummy {
      background-color: transparent; }
      .blog-archive .blog-entry.blog-entry-dummy:after, .search .blog-entry.blog-entry-dummy:after {
        display: none; }
      @media all and (max-width: 480px) {
        .blog-archive .blog-entry.blog-entry-dummy, .search .blog-entry.blog-entry-dummy {
          display: none; } }

.archive-manufacturers, .search {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 160px;
  width: 100%;
  display: inline-block; }
  .archive-manufacturers .manufacturer-entry, .search .manufacturer-entry {
    text-align: center;
    min-height: 160px; }
    .archive-manufacturers .manufacturer-entry .inner, .search .manufacturer-entry .inner {
      display: inline-block;
      width: 145px;
      height: 145px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      .archive-manufacturers .manufacturer-entry .inner > a, .search .manufacturer-entry .inner > a {
        display: inline-block;
        width: 100%;
        height: 100%;
        text-decoration: none; }
        .archive-manufacturers .manufacturer-entry .inner > a .entry-title, .search .manufacturer-entry .inner > a .entry-title {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          color: #1d1d1b;
          text-transform: uppercase;
          font-family: "Open Sans", sans-serif;
          font-weight: 600;
          font-size: 16px;
          line-height: 20px; }

.services-archive, .search {
  max-width: 825px;
  margin: 85px auto;
  overflow: hidden;
  position: relative; }
  .services-archive .services-anchor, .search .services-anchor {
    position: absolute;
    top: -120px; }
  @media all and (max-width: 872px) {
    .services-archive, .search {
      text-align: center;
      margin: 50px auto; } }
  .services-archive > img, .search > img {
    width: 125px;
    float: left;
    margin-right: 50px; }
    @media all and (max-width: 872px) {
      .services-archive > img, .search > img {
        float: initial;
        margin-right: 0; } }
  .services-archive > .services-descripton, .search > .services-descripton {
    max-width: 650px;
    float: left; }
    @media all and (max-width: 872px) {
      .services-archive > .services-descripton, .search > .services-descripton {
        max-width: 100%;
        text-align: center;
        padding: 0 10px; } }
    .services-archive > .services-descripton h5, .search > .services-descripton h5 {
      font-family: "Open Sans", sans-serif;
      color: #09114d;
      font-size: 30px;
      line-height: 38px;
      font-weight: 300;
      text-transform: uppercase;
      margin: 40px 0 20px 30px; }
      body.site-br .services-archive > .services-descripton h5, body.site-br .search > .services-descripton h5 {
        color: #009444; }
      @media all and (max-width: 872px) {
        .services-archive > .services-descripton h5, .search > .services-descripton h5 {
          margin: 40px 0 20px 0; } }

.archive-wines .js-initial-content, .archive-wines .js-filter-content, .search .js-initial-content, .search .js-filter-content {
  display: inline-block;
  width: 100%; }

.archive-wines .js-filter-no-content, .search .js-filter-no-content {
  width: 100%;
  display: inline-block; }
  .archive-wines .js-filter-no-content h2, .search .js-filter-no-content h2 {
    text-align: center;
    margin: 120px 0 50px 0;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    color: #1d1d1b;
    line-height: 24px; }

.archive-wines .wine-entry, .search .wine-entry {
  overflow: hidden;
  min-height: 370px;
  margin-bottom: 70px;
  text-align: center;
  position: relative; }
  .archive-wines .wine-entry .wine-seal, .search .wine-entry .wine-seal {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 10px;
    right: 50px;
    background-repeat: repeat;
    background-position: center;
    background-size: cover; }
  .archive-wines .wine-entry img, .search .wine-entry img {
    max-width: 100%;
    max-height: 250px; }
  .archive-wines .wine-entry .entry-title, .search .wine-entry .entry-title {
    color: #671a3a;
    font-size: 14px;
    margin: 20px 0;
    font-family: "Libre Baskerville", sans-serif;
    font-weight: bold;
    line-height: 18px; }
    body.site-br .archive-wines .wine-entry .entry-title, body.site-br .search .wine-entry .entry-title {
      color: #009444; }
  .archive-wines .wine-entry .manufacturer,
  .archive-wines .wine-entry .type, .search .wine-entry .manufacturer,
  .search .wine-entry .type {
    text-transform: uppercase;
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 12px; }

.archive-wines .go-to-top, .search .go-to-top {
  position: fixed;
  bottom: 30px;
  right: 25px;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  z-index: 999999999; }

.archive-wines {
  display: inline-block;
  width: 100%; }

.manufacturer-and-type {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%, 0); }

#service {
  margin-top: -90px;
  position: absolute; }

.banner-home {
  background-repeat: no-repeat;
  background-color: #cccccc;
  height: 710px;
  margin-bottom: 10px;
  position: relative;
  background-position: center;
  background-size: cover; }
  @media all and (max-width: 830px) {
    .banner-home {
      height: 350px; } }
  .banner-home:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
  .banner-home > h2 {
    max-width: 865px;
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 500;
    font-size: 55px;
    padding: 10px 0;
    line-height: 65px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11; }
    @media all and (max-width: 830px) {
      .banner-home > h2 {
        font-size: 35px;
        line-height: 32px;
        padding: 0 15px;
        top: 60%; } }
    @media all and (max-width: 530px) {
      .banner-home > h2 {
        top: 50%;
        font-size: 30px; } }
  .banner-home .subtitle {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    padding: 0 10px;
    color: #FFFFFF;
    text-transform: uppercase;
    top: 66%;
    transform: translateY(-50%);
    z-index: 11; }
    @media all and (max-width: 830px) {
      .banner-home .subtitle {
        font-size: 14px;
        line-height: 18px;
        top: 60%; } }
    @media all and (max-width: 530px) {
      .banner-home .subtitle {
        top: 55%;
        font-size: 12px;
        line-height: 15px; } }
  .banner-home .pretitle {
    text-align: center;
    font-family: "Libre Baskerville", sans-serif;
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 30%;
    z-index: 11;
    right: 0;
    left: 0; }
  .banner-home > .seta-down {
    z-index: 11;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 15%; }
    @media all and (max-width: 830px) {
      .banner-home > .seta-down {
        bottom: 8%; } }

.banner {
  background-repeat: no-repeat;
  background-color: #cccccc;
  height: 370px;
  margin: 20px 0;
  position: relative; }
  @media all and (max-width: 830px) {
    .banner {
      height: 270px; } }
  .banner:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
  .banner > h3 {
    max-width: 865px;
    text-align: center;
    margin: 0 auto;
    color: #FFFFFF;
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11; }
    @media all and (max-width: 830px) {
      .banner > h3 {
        font-size: 25px;
        line-height: 32px;
        padding: 0 15px; } }
    @media all and (max-width: 550px) {
      .banner > h3 {
        font-size: 21px;
        line-height: 27px; } }

.download-wine {
  height: 185px;
  text-decoration: none;
  float: left;
  width: 100%;
  margin: 75px 0; }
  @media all and (max-width: 992px) {
    .download-wine {
      margin: 60px 0; } }

.sizeSpecial {
  margin: 20px -22.5%;
  width: 145%; }

.wpcf7-text {
  width: 100%;
  border: 1px solid #ededed;
  height: 55px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #3c3c3b;
  padding: 10px;
  margin: 10px 0; }

.wpcf7-textarea {
  width: 100%;
  border: 1px solid #ededed;
  min-height: 233px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #3c3c3b;
  padding: 10px;
  margin: 10px 0; }

.wpcf7-submit {
  width: 120px;
  height: 50px;
  border: 0;
  border-radius: 6px;
  text-transform: uppercase;
  background-color: #000000;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600; }

.wpcf7-form {
  width: 95%;
  margin: 0 auto;
  position: relative; }
  .wpcf7-form p {
    margin: 15px 0;
    font-size: 15px; }

div.wpcf7-response-output {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 10px;
  font-weight: 600;
  float: left;
  position: absolute;
  bottom: -10px;
  left: 160px;
  border: 0; }
  @media all and (max-width: 600px) {
    div.wpcf7-response-output {
      position: relative;
      bottom: 0;
      left: 15px; } }

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
  color: #ff0100; }
  div.wpcf7-validation-errors:before,
  div.wpcf7-mail-sent-ng:before {
    content: "";
    position: absolute;
    background: url("../images/errado.jpg") no-repeat;
    height: 16px;
    width: 16px;
    left: -15px;
    top: 8px; }

div.wpcf7-mail-sent-ok {
  font-family: "Open Sans", sans-serif;
  color: #21b136; }
  div.wpcf7-mail-sent-ok:before {
    content: "";
    position: absolute;
    background: url("../images/certo.jpg") no-repeat;
    height: 16px;
    width: 20px;
    left: -15px;
    top: 8px; }

span.wpcf7-not-valid-tip {
  font-family: "Open Sans", sans-serif;
  font-size: 14px; }

.cookie-notification {
  display: none;
  padding-right: 10px;
  padding-left: 10px;
  font-family: "Open Sans", sans-serif;
  position: fixed;
  z-index: 2000;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(9, 17, 77, 0.9);
  /* Set your cookie notification bar styles here */ }

.cookie-notification p {
  max-width: 500px;
  color: #ffffff;
  font-size: 14px !important;
  line-height: 22px; }

.cookie-notification p a {
  max-width: 760px;
  color: #ffffff; }

.cookie-zone {
  max-width: 950px;
  margin: 0 auto;
  position: relative; }

.cokkie-button {
  float: right;
  right: 10px;
  position: absolute;
  margin-left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #ffffff;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 12px 23px;
  text-decoration: none;
  text-transform: uppercase; }

@media screen and (max-width: 710px) {
  .cokkie-button {
    position: relative;
    top: 25px;
    right: -25px;
    float: left;
    padding: 10px 25px; }
  .cookie-notification p {
    font-size: 10px !important;
    padding: 0 30px; }
  .cookie-notification p:before {
    font-size: 50px;
    left: -5px; } }

@media screen and (max-width: 678px) {
  #botaoBookNow {
    width: 105% !important;
    margin-left: -5% !important; } }

@media screen and (max-width: 350px) {
  .cokkie-button {
    right: -15px; }
  .cookie-notification p {
    padding: 0 15px; } }

.filter-bg {
  width: 100vw;
  height: calc(100% - 500px);
  position: absolute;
  background-color: #fff;
  opacity: 0.7;
  left: 0;
  z-index: 88;
  display: none;
  margin-top: 30px; }
  .filter-bg.visible {
    display: block; }
  @media (max-width: 991px) {
    .filter-bg {
      display: none !important; } }

.spinner {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 9999999; }
  .spinner.disabled {
    display: none !important; }
  .spinner > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.wine-filters {
  padding: 17px 25px;
  margin-top: -40px;
  border-bottom: 1px solid #000;
  margin-bottom: 50px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  max-height: 70px;
  z-index: 99;
  background-color: #fff;
  width: 100%;
  max-width: 1170px; }
  @media (max-width: 991px) {
    .wine-filters {
      padding-left: 15px;
      top: 127px !important; } }
  @media (max-width: 767px) {
    .wine-filters {
      padding-bottom: 100px;
      border-bottom: none;
      white-space: nowrap; } }
  @media (max-width: 991px) {
    .wine-filters.in-front {
      z-index: 99999; } }
  .wine-filters.fixed {
    position: fixed;
    top: 147px; }
    @media (max-width: 767px) {
      .wine-filters.fixed {
        margin-top: -55px !important; } }
  .wine-filters .filter-type {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
    height: 36px;
    margin-left: 12px; }
    @media (max-width: 991px) {
      .wine-filters .filter-type {
        margin-left: 6px; } }
    @media (max-width: 767px) {
      .wine-filters .filter-type.filter-type-search {
        display: block;
        width: calc(100% - 15px);
        margin-bottom: 15px;
        margin-left: 15px; } }
    @media (max-width: 767px) {
      .wine-filters .filter-type.filter-type-checkbox:nth-child(2) {
        width: 30%;
        margin-left: 15px; }
      .wine-filters .filter-type.filter-type-checkbox:nth-child(3) {
        width: 23%;
        margin-left: 7px; }
      .wine-filters .filter-type.filter-type-checkbox:nth-child(4) {
        width: 36%;
        margin-left: 8px; }
      .wine-filters .filter-type.filter-type-checkbox > .filter-toggle-wrapper {
        width: 100%; }
        .wine-filters .filter-type.filter-type-checkbox > .filter-toggle-wrapper > a {
          width: 100%; } }
    @media (max-width: 480px) {
      .wine-filters .filter-type.filter-type-checkbox:nth-child(3) {
        margin-left: 5px; }
      .wine-filters .filter-type.filter-type-checkbox:nth-child(4) {
        margin-left: 5px; } }
    .wine-filters .filter-type .filter-toggle-wrapper {
      position: relative;
      display: inline-block; }
      .wine-filters .filter-type .filter-toggle-wrapper .filter-toggle {
        text-decoration: none;
        color: #000;
        height: 37px;
        line-height: 37px;
        border-radius: 7px;
        padding-left: 14px;
        padding-right: 14px;
        text-transform: uppercase;
        display: inline-block;
        background-color: #e9e9e9;
        margin-top: -1px; }
        @media (max-width: 480px) {
          .wine-filters .filter-type .filter-toggle-wrapper .filter-toggle {
            padding-left: 8px;
            padding-right: 8px;
            font-size: 10px; } }
        .wine-filters .filter-type .filter-toggle-wrapper .filter-toggle.active, .wine-filters .filter-type .filter-toggle-wrapper .filter-toggle.selected {
          background-color: #671a3a;
          color: #fff; }
          body.site-br .wine-filters .filter-type .filter-toggle-wrapper .filter-toggle.active, body.site-br .wine-filters .filter-type .filter-toggle-wrapper .filter-toggle.selected {
            background-color: #009444; }
      .wine-filters .filter-type .filter-toggle-wrapper .mobile-filter-close {
        display: none; }
      .wine-filters .filter-type .filter-toggle-wrapper .filter-list {
        display: none;
        overflow: hidden;
        position: absolute;
        top: 53px;
        text-align: left;
        background-color: #fff;
        left: -301px;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 999;
        border-left: 1px solid #adadad;
        border-right: 1px solid #adadad;
        border-bottom: 1px solid #adadad;
        padding: 20px 10px 50px 38px;
        box-sizing: border-box;
        width: 950px; }
        .wine-filters .filter-type .filter-toggle-wrapper .filter-list.regions-filter-list {
          left: -411px; }
          @media (max-width: 991px) {
            .wine-filters .filter-type .filter-toggle-wrapper .filter-list.regions-filter-list {
              left: auto; } }
        .wine-filters .filter-type .filter-toggle-wrapper .filter-list.types-filter-list {
          left: -498px; }
          @media (max-width: 991px) {
            .wine-filters .filter-type .filter-toggle-wrapper .filter-list.types-filter-list {
              left: auto; } }
        @media (max-width: 991px) {
          .wine-filters .filter-type .filter-toggle-wrapper .filter-list {
            position: fixed;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 9999999;
            padding-top: 50px;
            border: none;
            white-space: normal;
            overflow-y: scroll;
            padding-right: 0; } }
        .wine-filters .filter-type .filter-toggle-wrapper .filter-list.visible {
          display: block; }
          @media (max-width: 991px) {
            .wine-filters .filter-type .filter-toggle-wrapper .filter-list.visible + .mobile-filter-close {
              display: inline-block;
              position: fixed;
              top: 10px;
              left: 26px;
              z-index: 9999999;
              width: 30px;
              height: 30px; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .wine-filters .filter-type .filter-toggle-wrapper .filter-list.visible + .mobile-filter-close {
      width: 100%;
      top: 0;
      left: 0;
      background-color: #fff;
      height: 50px; } }
  @media (max-width: 991px) and (max-width: 991px) {
    .wine-filters .filter-type .filter-toggle-wrapper .filter-list.visible + .mobile-filter-close > span {
      width: 30px;
      height: 30px;
      position: relative;
      display: inline-block;
      float: left;
      margin-left: 16px;
      margin-top: 10px; } }
          @media (max-width: 991px) {
              .wine-filters .filter-type .filter-toggle-wrapper .filter-list.visible + .mobile-filter-close > span:before {
                content: "";
                background-color: #000;
                width: 30px;
                height: 2px;
                display: block;
                border-radius: 2px;
                transform: rotate(45deg);
                position: relative;
                top: 15px;
                right: 0; }
              .wine-filters .filter-type .filter-toggle-wrapper .filter-list.visible + .mobile-filter-close > span:after {
                content: "";
                background-color: #000;
                width: 30px;
                height: 2px;
                display: block;
                border-radius: 2px;
                transform: rotate(-45deg);
                position: absolute;
                top: 15px;
                right: 0; } }
        .wine-filters .filter-type .filter-toggle-wrapper .filter-list li {
          padding: 10px 0;
          margin-left: 15px;
          margin-right: 10px;
          display: inline-block;
          width: 16%;
          height: 35px; }
          @media (max-width: 1090px) {
            .wine-filters .filter-type .filter-toggle-wrapper .filter-list li {
              width: 22%;
              margin-left: 20px;
              margin-right: 0; } }
          @media (max-width: 891px) {
            .wine-filters .filter-type .filter-toggle-wrapper .filter-list li {
              width: 29%; } }
          @media (max-width: 767px) {
            .wine-filters .filter-type .filter-toggle-wrapper .filter-list li {
              width: 40%;
              margin-right: 5px;
              margin-left: 15px; } }
          .wine-filters .filter-type .filter-toggle-wrapper .filter-list li:hover {
            color: #671a3a; }
          .wine-filters .filter-type .filter-toggle-wrapper .filter-list li label {
            cursor: pointer;
            position: relative;
            word-wrap: break-word;
            font-size: 10px;
            height: 20px;
            display: inline-block;
            vertical-align: top;
            width: 100%; }
            .wine-filters .filter-type .filter-toggle-wrapper .filter-list li label span {
              position: absolute;
              top: 49%;
              transform: translate(0, -50%); }
            @media (max-width: 767px) {
              .wine-filters .filter-type .filter-toggle-wrapper .filter-list li label {
                font-size: 12px;
                display: inline-block;
                max-width: 100%; } }
            @media (max-width: 479px) {
              .wine-filters .filter-type .filter-toggle-wrapper .filter-list li label {
                font-size: 10px; } }
            .wine-filters .filter-type .filter-toggle-wrapper .filter-list li label:before {
              content: "";
              position: absolute;
              width: 20px;
              height: 20px;
              left: -30px;
              top: 0;
              background-color: #f2f2f2; }
          .wine-filters .filter-type .filter-toggle-wrapper .filter-list li input {
            opacity: 0;
            display: none; }
            .wine-filters .filter-type .filter-toggle-wrapper .filter-list li input:checked + label {
              color: #671a3a; }
              body.site-br .wine-filters .filter-type .filter-toggle-wrapper .filter-list li input:checked + label {
                color: #009444; }
              .wine-filters .filter-type .filter-toggle-wrapper .filter-list li input:checked + label:after {
                content: "";
                position: absolute;
                width: 20px;
                height: 20px;
                left: -30px;
                top: -2px;
                background-image: url("../images/checked.png");
                background-repeat: no-repeat;
                background-position: center; }
                body.site-br .wine-filters .filter-type .filter-toggle-wrapper .filter-list li input:checked + label:after {
                  background-image: url("../images/check-site-br.svg");
                  width: 17px;
                  height: 17px;
                  background-size: contain;
                  left: -29px;
                  top: 1px; }
          .wine-filters .filter-type .filter-toggle-wrapper .filter-list li.clear {
            width: initial;
            position: absolute;
            bottom: 10px;
            left: 10px; }
            .wine-filters .filter-type .filter-toggle-wrapper .filter-list li.clear a {
              text-decoration: none;
              color: #000; }
            @media (max-width: 991px) {
              .wine-filters .filter-type .filter-toggle-wrapper .filter-list li.clear {
                position: fixed;
                width: 100%;
                background-color: #fff;
                bottom: 0;
                padding: 15px 10px;
                left: 0; } }
          .wine-filters .filter-type .filter-toggle-wrapper .filter-list li.apply {
            width: initial;
            position: absolute;
            bottom: 10px;
            right: 25px; }
            .wine-filters .filter-type .filter-toggle-wrapper .filter-list li.apply a {
              text-decoration: none;
              color: #671a3a; }
              body.site-br .wine-filters .filter-type .filter-toggle-wrapper .filter-list li.apply a {
                color: #009444; }
            @media (max-width: 991px) {
              .wine-filters .filter-type .filter-toggle-wrapper .filter-list li.apply {
                position: fixed;
                bottom: 5px; } }
    .wine-filters .filter-type .wine-filter {
      position: relative; }
      .wine-filters .filter-type .wine-filter .wine-filter-input {
        height: 36px;
        line-height: 36px;
        border: 1px solid #d0d0d0;
        border-radius: 7px;
        padding: 5px 40px 5px 16px;
        color: #8c8c8c;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        width: 250px; }
        @media (max-width: 991px) {
          .wine-filters .filter-type .wine-filter .wine-filter-input {
            width: 170px; } }
        @media (max-width: 767px) {
          .wine-filters .filter-type .wine-filter .wine-filter-input {
            width: 100%; } }
        .wine-filters .filter-type .wine-filter .wine-filter-input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #d0d0d0;
          font-weight: 600;
          font-size: 12px; }
        .wine-filters .filter-type .wine-filter .wine-filter-input::-moz-placeholder {
          /* Firefox 19+ */
          color: #d0d0d0;
          font-weight: 600;
          font-size: 12px; }
        .wine-filters .filter-type .wine-filter .wine-filter-input:-ms-input-placeholder {
          /* IE 10+ */
          color: #d0d0d0;
          font-weight: 600;
          font-size: 12px; }
        .wine-filters .filter-type .wine-filter .wine-filter-input:-moz-placeholder {
          /* Firefox 18- */
          color: #d0d0d0;
          font-weight: 600;
          font-size: 12px; }
        .wine-filters .filter-type .wine-filter .wine-filter-input:input:-webkit-autofill {
          background-color: #fff; }
      .wine-filters .filter-type .wine-filter input[type="submit"] {
        width: 16px;
        height: 16px;
        background-color: #fff;
        border: none;
        background-image: url("../images/searchBlack.svg");
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: text-top;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px; }
  .wine-filters .wine-catalog {
    float: right;
    color: #fff;
    background-color: #000;
    height: 37px;
    line-height: 37px;
    border-radius: 7px;
    padding-left: 14px;
    padding-right: 45px;
    text-decoration: none;
    background-image: url("../images/catalog-download.png");
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 10px;
    margin-top: -1px; }
    @media (max-width: 991px) {
      .wine-filters .wine-catalog {
        position: fixed;
        bottom: 10px;
        z-index: 999;
        left: 50%;
        transform: translate(-50%);
        width: 95%;
        text-align: center; } }

.site-footer {
  bottom: 0;
  position: relative;
  width: 100%;
  padding: 15px 15px 0px 15px;
  overflow: hidden;
  background-color: #09114d; }
  .site-footer .site-logo {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 55px; }
    .site-footer .site-logo svg {
      height: 100px; }
  .site-footer p,
  .site-footer a,
  .site-footer span,
  .site-footer h3 {
    color: #fff; }
    @media all and (max-width: 767px) {
      .site-footer p,
      .site-footer a,
      .site-footer span,
      .site-footer h3 {
        text-align: center;
        justify-content: center; } }
  @media all and (max-width: 767px) {
    .site-footer li {
      display: block; }
      .site-footer li a {
        display: flex; } }
  .site-footer a {
    text-decoration: none; }
  .site-footer h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px; }
    @media all and (max-width: 767px) {
      .site-footer h3 {
        margin-top: 45px; } }
  .site-footer .contact {
    margin-bottom: 30px; }
    @media all and (max-width: 767px) {
      .site-footer .contact {
        margin-bottom: 15px; } }
    .site-footer .contact a {
      display: flex;
      align-items: center; }
      .site-footer .contact a svg {
        width: 19px;
        margin-right: 12px; }
  .site-footer a {
    font-size: 16px;
    line-height: 36px; }
  @media all and (max-width: 767px) {
    .site-footer .socials {
      display: flex;
      justify-content: center; } }
  .site-footer .socials a:first-child {
    margin-right: 15px; }
  .site-footer .socials svg {
    height: 31px; }
  .site-footer .pay-methods {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
    grid-gap: 25px 15px; }
    .site-footer .pay-methods img:nth-child(3n) {
      grid-column-start: span 2; }
  .site-footer .bottom {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media all and (max-width: 767px) {
      .site-footer .bottom {
        margin-top: 70px; } }
    .site-footer .bottom img:first-child {
      margin-right: 70px; }
  .site-footer .copy {
    background-color: #b80000;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
    .site-footer .copy p {
      text-align: center;
      padding: 12px;
      font-size: 10px; }
  .site-footer .top {
    padding-bottom: 50px;
    padding-top: 40px;
    display: flow-root;
    position: relative; }
    .site-footer .top .background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url("../images/PWO_icons home-ICON.svg");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0.06;
      transform: scaleX(-1); }

.legal-notice {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  z-index: 9999999999;
  display: none;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }
  .legal-notice.active {
    display: block; }
  .legal-notice .container-fluid {
    text-align: center;
    height: 300px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .legal-notice .container-fluid h1 {
      text-align: center;
      color: #fff;
      font-family: "Libre Baskerville",sans-serif;
      font-weight: 500;
      font-size: 55px; }
    .legal-notice .container-fluid .arrow {
      height: 15px;
      width: 110px;
      position: absolute;
      top: 30%;
      left: 50%;
      transform: translate(-50%, 38%); }
    .legal-notice .container-fluid p {
      text-align: center;
      font-family: "Open Sans",sans-serif;
      font-weight: 600;
      font-size: 18px;
      position: relative;
      color: #fff;
      text-transform: uppercase;
      margin-top: 120px;
      margin-bottom: 50px; }
    .legal-notice .container-fluid a {
      text-align: center;
      font-family: "Open Sans",sans-serif;
      font-weight: 600;
      font-size: 18px;
      position: relative;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none; }
      .legal-notice .container-fluid a:hover {
        text-decoration: underline; }

.site-header {
  background-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 999;
  /* SEARCH */
  /* END SEARCH */
  /* .site-header for interior pages  */ }
  .site-header .container-fluid {
    padding: 0; }
  .site-header a {
    text-decoration: none; }
  .site-header .search-wrapper {
    transition: all 0.3s ease;
    display: flex;
    margin: 0 auto; }
    .site-header .search-wrapper label {
      display: flex; }
    .site-header .search-wrapper svg {
      height: 20px;
      cursor: pointer;
      flex-shrink: 0; }
    .site-header .search-wrapper .woof_container_woof_text {
      margin-right: 5px;
      margin-bottom: 0;
      padding-bottom: 0; }
    .site-header .search-wrapper .woof_text_search_go {
      display: none !important; }
    .site-header .search-wrapper input[type="search"] {
      border: none;
      font-size: 12px;
      background-color: transparent;
      color: #fff;
      width: 200px;
      height: 20px;
      border-bottom: 1px solid #fff; }
      @media screen and (max-width: 768px) {
        .site-header .search-wrapper input[type="search"] {
          width: 0 !important;
          padding: 0 !important; } }
      .site-header .search-wrapper input[type="search"]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
        font-size: 0; }
      .site-header .search-wrapper input[type="search"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
        font-size: 0; }
      .site-header .search-wrapper input[type="search"]:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
        font-size: 0; }
      .site-header .search-wrapper input[type="search"]:-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
        font-size: 0; }
    .site-header .search-wrapper button {
      margin-left: 10px;
      float: right;
      padding: 0;
      border-radius: 3px;
      width: 20px;
      text-align: center;
      height: 20px;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 12px;
      border: none;
      outline: 0;
      opacity: 0; }
  .site-header.fixed .search-wrapper, .site-header.header-interior .search-wrapper {
    background-color: transparent;
    height: 26px; }
    .site-header.fixed .search-wrapper form input, .site-header.header-interior .search-wrapper form input {
      border-bottom: 1px solid #fff;
      color: #fff;
      border-radius: 0;
      background-color: transparent;
      font-size: 12px; }
      .site-header.fixed .search-wrapper form input::-webkit-input-placeholder, .site-header.header-interior .search-wrapper form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff; }
      .site-header.fixed .search-wrapper form input::-moz-placeholder, .site-header.header-interior .search-wrapper form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff; }
      .site-header.fixed .search-wrapper form input:-ms-input-placeholder, .site-header.header-interior .search-wrapper form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #fff; }
      .site-header.fixed .search-wrapper form input:-moz-placeholder, .site-header.header-interior .search-wrapper form input:-moz-placeholder {
        /* Firefox 18- */
        color: #fff; }
    .site-header.fixed .search-wrapper form button, .site-header.header-interior .search-wrapper form button {
      background-color: #231f20;
      color: #fff; }
  .site-header .mobile-menu-toggle-wrapper {
    display: none;
    vertical-align: top; }
    @media all and (max-width: 992px) {
      .site-header .mobile-menu-toggle-wrapper {
        display: inline-block; } }
    .site-header .mobile-menu-toggle-wrapper .menu-open {
      width: 30px;
      height: 20px;
      display: inline-block;
      cursor: pointer;
      position: absolute;
      left: 15px;
      top: 55px;
      bottom: 0;
      margin-top: auto;
      margin-bottom: auto;
      z-index: 99; }
      .site-header .mobile-menu-toggle-wrapper .menu-open .open {
        width: 30px;
        height: 2px;
        display: block;
        border-radius: 2px;
        cursor: pointer;
        position: relative;
        top: 8px;
        background-color: #09114d; }
        .site-header .mobile-menu-toggle-wrapper .menu-open .open.active {
          background-color: transparent; }
          .site-header .mobile-menu-toggle-wrapper .menu-open .open.active:before {
            transform: rotate(45deg);
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1;
            background-color: #3c3c3c; }
          .site-header .mobile-menu-toggle-wrapper .menu-open .open.active:after {
            transform: rotate(-45deg);
            position: relative;
            top: 0;
            right: 0;
            z-index: 1;
            background-color: #3c3c3c; }
        .site-header .mobile-menu-toggle-wrapper .menu-open .open:before {
          content: "";
          background-color: #09114d;
          width: 30px;
          height: 2px;
          display: block;
          border-radius: 2px;
          position: relative;
          top: -10px;
          transform: rotate(0);
          transition: all 0.3s ease; }
        .site-header .mobile-menu-toggle-wrapper .menu-open .open:after {
          content: "";
          background-color: #3c3c3c;
          width: 30px;
          height: 2px;
          display: block;
          border-radius: 2px;
          position: relative;
          top: 8px;
          transform: rotate(0);
          transition: all 0.3s ease; }
  .site-header .site-logo svg {
    height: 94px; }
    @media all and (max-width: 992px) {
      .site-header .site-logo svg {
        height: 34px; } }
  .site-header .top-header {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media all and (max-width: 992px) {
      .site-header .top-header {
        justify-content: center;
        align-items: center; } }
    .site-header .top-header svg {
      height: 24px; }
      .site-header .top-header svg .cls-1 {
        fill: #09114d; }
    .site-header .top-header .lang {
      font-size: 9px;
      opacity: 0.4;
      padding-left: 10px; }
    .site-header .top-header a:not(:last-child):not(.wpml-ls-item-toggle) {
      margin-right: 40px; }
    .site-header .top-header a.wpml-ls-item-toggle {
      padding-right: 10px;
      padding-top: 0px;
      padding-bottom: 0px;
      position: relative;
      display: inline-block;
      padding-right: 25px; }
      .site-header .top-header a.wpml-ls-item-toggle:before, .site-header .top-header a.wpml-ls-item-toggle:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        width: 7px;
        height: 2px;
        background: #09114d;
        transform: rotate(45deg) translate(-1px, 3px);
        transform-origin: right;
        border: none; }
      .site-header .top-header a.wpml-ls-item-toggle:after {
        transform: rotate(-45deg) translate(3px, -2px); }
    .site-header .top-header a span,
    .site-header .top-header a p {
      font-size: 9px;
      line-height: 30px; }
    .site-header .top-header .wpml-ls {
      width: auto; }
      .site-header .top-header .wpml-ls a {
        border: none;
        background-color: transparent; }
      .site-header .top-header .wpml-ls span {
        font-family: "Open Sans";
        text-transform: uppercase; }
  .site-header .bottom-header {
    background-color: #09114d;
    font-family: "Open Sans";
    width: 100vw;
    padding: 5px 15px; }
    @media screen and (min-width: 1200px) {
      .site-header .bottom-header {
        transform: translateX(calc(600px - 50vw));
        padding: 5px 30px; } }
    .site-header .bottom-header .cont {
      display: flex;
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto;
      justify-content: space-between; }
      .site-header .bottom-header .cont:after, .site-header .bottom-header .cont:before {
        display: none; }
    .site-header .bottom-header a,
    .site-header .bottom-header p,
    .site-header .bottom-header span {
      color: #fff;
      line-height: 30px; }
    .site-header .bottom-header .left {
      display: flex;
      align-items: center; }
      @media all and (max-width: 992px) {
        .site-header .bottom-header .left {
          display: none; } }
      .site-header .bottom-header .left p {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        padding-left: 10px; }
      .site-header .bottom-header .left svg {
        height: 32px; }
    .site-header .bottom-header .right {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      transform: translateY(4px); }
      @media all and (max-width: 992px) {
        .site-header .bottom-header .right {
          justify-content: center; } }
    .site-header .bottom-header .taxonomy {
      display: flex; }
      @media screen and (min-width: 768px) {
        .site-header .bottom-header .taxonomy {
          position: relative; } }
      .site-header .bottom-header .taxonomy__wrapper {
        opacity: 0;
        position: absolute;
        top: 20px;
        padding-top: 20px;
        pointer-events: none; }
        @media screen and (max-width: 767px) {
          .site-header .bottom-header .taxonomy__wrapper {
            padding-top: 0;
            width: 100vw;
            left: -15px;
            top: 31px; } }
        .site-header .bottom-header .taxonomy__wrapper:hover {
          opacity: 1;
          pointer-events: all; }
      .site-header .bottom-header .taxonomy__items {
        position: relative;
        background-color: #fff; }
        @media screen and (min-width: 768px) {
          .site-header .bottom-header .taxonomy__items {
            box-shadow: 0px 3px 6px #00000029;
            border-radius: 13px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            padding: 20px; } }
        @media screen and (max-width: 768px) {
          .site-header .bottom-header .taxonomy__items {
            width: 100%;
            height: calc(100vh - 140px);
            overflow-y: scroll; } }
        .site-header .bottom-header .taxonomy__items .mobile-item-title {
          display: none; }
          @media screen and (max-width: 768px) {
            .site-header .bottom-header .taxonomy__items .mobile-item-title {
              display: block;
              text-align: left;
              padding: 20px;
              color: #09114d;
              text-transform: capitalize;
              box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
              position: relative;
              font-weight: 600; } }
        .site-header .bottom-header .taxonomy__items a {
          color: #09114d;
          line-height: 20px; }
          @media screen and (min-width: 768px) {
            .site-header .bottom-header .taxonomy__items a {
              font-size: 10px;
              min-width: 120px; }
              .site-header .bottom-header .taxonomy__items a:nth-child(2n + 1) {
                margin-right: 10px; } }
          @media screen and (max-width: 767px) {
            .site-header .bottom-header .taxonomy__items a {
              display: block;
              text-align: left;
              padding: 20px;
              margin-bottom: 5px;
              background-color: #f5f5f5; } }
        .site-header .bottom-header .taxonomy__items:hover {
          opacity: 1; }
      .site-header .bottom-header .taxonomy:hover {
        opacity: 1;
        pointer-events: all; }
        .site-header .bottom-header .taxonomy:hover .only-text:before {
          opacity: 1; }
      .site-header .bottom-header .taxonomy a {
        color: #09114d; }
      .site-header .bottom-header .taxonomy__title {
        z-index: 1;
        text-transform: uppercase;
        background-color: #09114d;
        position: relative; }
        .site-header .bottom-header .taxonomy__title:not(:last-child) {
          padding-right: 30px; }
        .site-header .bottom-header .taxonomy__title span {
          font-size: 12px;
          display: flex;
          align-items: baseline;
          text-transform: capitalize; }
          .site-header .bottom-header .taxonomy__title span svg {
            height: 15px;
            margin-right: 8px;
            transform: translateY(2px); }
        .site-header .bottom-header .taxonomy__title .only-text {
          position: relative; }
          .site-header .bottom-header .taxonomy__title .only-text:before {
            opacity: 0;
            content: "";
            z-index: 2;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 7.5px solid #fff;
            bottom: -2px; }
        .site-header .bottom-header .taxonomy__title.regiao svg {
          transform: translateY(1px); }
        .site-header .bottom-header .taxonomy__title:hover + .taxonomy__wrapper {
          opacity: 1;
          pointer-events: all; }
    .site-header .bottom-header.md-down-visible {
      display: none; }
      @media all and (max-width: 992px) {
        .site-header .bottom-header.md-down-visible {
          display: flex;
          justify-content: center; }
          .site-header .bottom-header.md-down-visible .left {
            display: flex; }
            .site-header .bottom-header.md-down-visible .left svg {
              height: 17px; }
            .site-header .bottom-header.md-down-visible .left p {
              font-size: 12px; } }
  @media all and (max-width: 992px) {
    .site-header .nav-wrapper {
      display: none; }
      .site-header .nav-wrapper.menu-opened {
        display: inline-block;
        position: absolute;
        width: 100%;
        padding-top: 87px;
        left: 0;
        top: 0;
        background-color: rgba(255, 255, 255, 0.95);
        height: 100vh;
        z-index: 11; } }
  .site-header .nav-wrapper,
  .site-header .limenu {
    background-color: #fff; }
    .site-header .nav-wrapper > .top,
    .site-header .limenu > .top {
      display: flex;
      justify-content: space-between;
      padding: 15px 15px 15px; }
      @media all and (max-width: 992px) {
        .site-header .nav-wrapper > .top,
        .site-header .limenu > .top {
          padding: 5px 10px 15px 55px;
          align-items: center; }
          .site-header .nav-wrapper > .top a,
          .site-header .nav-wrapper > .top p,
          .site-header .nav-wrapper > .top span,
          .site-header .limenu > .top a,
          .site-header .limenu > .top p,
          .site-header .limenu > .top span {
            font-size: 0;
            line-height: 0; }
          .site-header .nav-wrapper > .top .lang-wrap,
          .site-header .limenu > .top .lang-wrap {
            display: none; }
          .site-header .nav-wrapper > .top .right a,
          .site-header .limenu > .top .right a {
            margin-right: 5px; } }
      .site-header .nav-wrapper > .top .left,
      .site-header .limenu > .top .left {
        display: flex;
        align-items: center; }
    .site-header .nav-wrapper .site-nav,
    .site-header .limenu .site-nav {
      height: 55px;
      vertical-align: top;
      line-height: 55px;
      display: inline-block;
      position: relative;
      z-index: 3; }
      @media all and (max-width: 992px) {
        .site-header .nav-wrapper .site-nav,
        .site-header .limenu .site-nav {
          width: 100%; } }
      @media all and (max-width: 992px) {
        .site-header .nav-wrapper .site-nav ul,
        .site-header .limenu .site-nav ul {
          text-align: center; } }
      .site-header .nav-wrapper .site-nav ul li,
      .site-header .limenu .site-nav ul li {
        float: left;
        padding: 0 18px; }
        @media all and (max-width: 992px) {
          .site-header .nav-wrapper .site-nav ul li,
          .site-header .limenu .site-nav ul li {
            width: 100%; } }
        .site-header .nav-wrapper .site-nav ul li a,
        .site-header .limenu .site-nav ul li a {
          text-decoration: none;
          color: #fff;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 12px;
          position: relative;
          display: inline-block; }
          body.site-br .site-header .nav-wrapper .site-nav ul li a, body.site-br
          .site-header .limenu .site-nav ul li a {
            color: #09114d; }
          @media all and (max-width: 992px) {
            .site-header .nav-wrapper .site-nav ul li a,
            .site-header .limenu .site-nav ul li a {
              color: #09114d;
              display: inline-block;
              width: 100%;
              height: 100%;
              text-transform: uppercase;
              font-size: 20px; } }
          .site-header .nav-wrapper .site-nav ul li a:hover,
          .site-header .limenu .site-nav ul li a:hover {
            color: #09114d; }
            body.site-br .site-header .nav-wrapper .site-nav ul li a:hover, body.site-br
            .site-header .limenu .site-nav ul li a:hover {
              color: #009444; }
        .site-header .nav-wrapper .site-nav ul li.current-menu-item a,
        .site-header .limenu .site-nav ul li.current-menu-item a {
          color: #09114d !important; }
          body.site-br .site-header .nav-wrapper .site-nav ul li.current-menu-item a, body.site-br
          .site-header .limenu .site-nav ul li.current-menu-item a {
            color: #009444 !important; }
          .site-header .nav-wrapper .site-nav ul li.current-menu-item a:after,
          .site-header .limenu .site-nav ul li.current-menu-item a:after {
            position: absolute;
            left: 0;
            right: 0;
            margin-right: auto;
            margin-left: auto;
            bottom: -13px;
            width: 26px;
            height: 12px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: auto;
            background-image: url("../images/arrow-downRed.png"); }
            @media all and (max-width: 992px) {
              .site-header .nav-wrapper .site-nav ul li.current-menu-item a:after,
              .site-header .limenu .site-nav ul li.current-menu-item a:after {
                bottom: 0px; } }
        .site-header .nav-wrapper .site-nav ul li.menu-item-has-children,
        .site-header .limenu .site-nav ul li.menu-item-has-children {
          position: relative; }
          @media all and (max-width: 992px) {
            .site-header .nav-wrapper .site-nav ul li.menu-item-has-children,
            .site-header .limenu .site-nav ul li.menu-item-has-children {
              padding: 5px 0; }
              .site-header .nav-wrapper .site-nav ul li.menu-item-has-children:after,
              .site-header .limenu .site-nav ul li.menu-item-has-children:after {
                content: "";
                width: 20px;
                height: 10px;
                position: absolute;
                background-image: url("../images/seta-down-purple.png");
                background-repeat: no-repeat;
                background-position: center;
                top: 46px;
                left: 0;
                right: 0;
                margin-right: auto;
                margin-left: auto; } }
          .site-header .nav-wrapper .site-nav ul li.menu-item-has-children ul,
          .site-header .limenu .site-nav ul li.menu-item-has-children ul {
            display: none;
            position: absolute;
            min-width: 160px;
            padding: 0 10px;
            text-align: center;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #fff;
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px; }
            @media all and (max-width: 992px) {
              .site-header .nav-wrapper .site-nav ul li.menu-item-has-children ul,
              .site-header .limenu .site-nav ul li.menu-item-has-children ul {
                display: block !important;
                background-color: #ebebeb;
                width: 100%;
                min-width: initial;
                position: relative;
                padding: 10px 0;
                margin-top: 10px; } }
            .site-header .nav-wrapper .site-nav ul li.menu-item-has-children ul li,
            .site-header .limenu .site-nav ul li.menu-item-has-children ul li {
              display: block;
              padding: 18px 0;
              float: none;
              border-bottom: 1px solid #d4d4d4;
              height: initial;
              line-height: 0; }
              .site-header .nav-wrapper .site-nav ul li.menu-item-has-children ul li:last-child,
              .site-header .limenu .site-nav ul li.menu-item-has-children ul li:last-child {
                border-bottom: none; }
              .site-header .nav-wrapper .site-nav ul li.menu-item-has-children ul li a,
              .site-header .limenu .site-nav ul li.menu-item-has-children ul li a {
                color: #09114d !important;
                font-weight: 600; }
                @media all and (max-width: 992px) {
                  .site-header .nav-wrapper .site-nav ul li.menu-item-has-children ul li a,
                  .site-header .limenu .site-nav ul li.menu-item-has-children ul li a {
                    font-size: 17px; } }
                .site-header .nav-wrapper .site-nav ul li.menu-item-has-children ul li a:hover,
                .site-header .limenu .site-nav ul li.menu-item-has-children ul li a:hover {
                  color: #09114d !important; }
                  body.site-br .site-header .nav-wrapper .site-nav ul li.menu-item-has-children ul li a:hover, body.site-br
                  .site-header .limenu .site-nav ul li.menu-item-has-children ul li a:hover {
                    color: #009444 !important; }
              @media all and (max-width: 992px) {
                .site-header .nav-wrapper .site-nav ul li.menu-item-has-children ul li,
                .site-header .limenu .site-nav ul li.menu-item-has-children ul li {
                  border-bottom: none !important;
                  line-height: 16px;
                  padding: 8px 0; } }
          .site-header .nav-wrapper .site-nav ul li.menu-item-has-children:hover a,
          .site-header .limenu .site-nav ul li.menu-item-has-children:hover a {
            color: #09114d; }
            body.site-br .site-header .nav-wrapper .site-nav ul li.menu-item-has-children:hover a, body.site-br
            .site-header .limenu .site-nav ul li.menu-item-has-children:hover a {
              color: #009444 !important; }
          .site-header .nav-wrapper .site-nav ul li.menu-item-has-children:hover:after,
          .site-header .limenu .site-nav ul li.menu-item-has-children:hover:after {
            content: "";
            width: 20px;
            height: 10px;
            position: absolute;
            background-image: url("../images/seta-down-site-pt.svg");
            background-repeat: no-repeat;
            background-position: center;
            bottom: 6px;
            left: 0;
            right: 0;
            margin-right: auto;
            margin-left: auto; }
            body.site-br .site-header .nav-wrapper .site-nav ul li.menu-item-has-children:hover:after, body.site-br
            .site-header .limenu .site-nav ul li.menu-item-has-children:hover:after {
              background-image: url("../images/seta-down-site-br.svg"); }
          .site-header .nav-wrapper .site-nav ul li.menu-item-has-children:hover ul,
          .site-header .limenu .site-nav ul li.menu-item-has-children:hover ul {
            display: block; }
    .site-header .nav-wrapper .search-toggle,
    .site-header .limenu .search-toggle {
      display: inline-block;
      margin: 19px 30px 0 30px;
      width: 20px;
      height: 20px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("../images/searchWhite.svg"); }
      body.site-br .site-header .nav-wrapper .search-toggle, body.site-br
      .site-header .limenu .search-toggle {
        background-image: url("../images/searchBlack.svg"); }
      @media all and (max-width: 992px) {
        .site-header .nav-wrapper .search-toggle,
        .site-header .limenu .search-toggle {
          display: none; } }
  @media all and (max-width: 992px) {
    .site-header .limenu {
      transform: translateY(-10px); } }
  .site-header .search-toggle-mobile {
    margin: 19px 30px 0 30px;
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/searchWhite.svg"); }
    body.site-br .site-header .search-toggle-mobile {
      background-image: url("../images/searchBlack.svg"); }
    @media all and (max-width: 992px) {
      .site-header .search-toggle-mobile {
        display: inline-block; } }
  .site-header.header-interior {
    transition: initial;
    background-color: #fff;
    position: relative; }
    .site-header.header-interior .site-nav ul li a {
      color: #09114d !important; }
    .site-header.header-interior .site-logo {
      outline: 0; }
      .site-header.header-interior .site-logo .logo-white {
        display: none; }
      .site-header.header-interior .site-logo .logo-black {
        display: block !important; }
    .site-header.header-interior .search-toggle {
      background-image: url("../images/searchBlack.svg") !important; }
  .site-header.fixed {
    position: fixed;
    background-color: #fff; }
    .site-header.fixed + .main-content {
      margin-top: 207px; }
      @media screen and (max-width: 767px) {
        .site-header.fixed + .main-content {
          margin-top: 140px; } }
    .site-header.fixed .site-nav ul li a {
      color: #09114d !important; }
      .site-header.fixed .site-nav ul li a:hover {
        color: #09114d !important; }
        body.site-br .site-header.fixed .site-nav ul li a:hover {
          color: #009444 !important; }
    .site-header.fixed .site-logo .cls-1 {
      fill: #b72126; }
    .site-header.fixed .site-logo .logo-white {
      display: none; }
    .site-header.fixed .site-logo .logo-black {
      display: block !important; }
    .site-header.fixed .search-toggle {
      background-image: url("../images/searchBlack.svg") !important; }
  @media all and (max-width: 992px) {
    .site-header {
      text-align: center;
      background-color: transparent;
      padding: 15px 0;
      max-height: 87px; }
      .site-header .open {
        background-color: #fff !important; }
        .site-header .open:before, .site-header .open:after {
          background-color: #fff !important; }
        .site-header .open.active {
          background-color: transparent !important; }
          .site-header .open.active:before, .site-header .open.active:after {
            background-color: #09114d !important; }
      .site-header.header-interior {
        background-color: #fff; }
        .site-header.header-interior .open {
          background-color: #09114d !important; }
          .site-header.header-interior .open:before, .site-header.header-interior .open:after {
            background-color: #09114d !important; }
          .site-header.header-interior .open.active {
            background-color: transparent !important; }
            .site-header.header-interior .open.active:before, .site-header.header-interior .open.active:after {
              background-color: #09114d !important; }
        .site-header.header-interior .site-logo {
          margin-left: initial; }
          .site-header.header-interior .site-logo .logo-white {
            display: none; }
          .site-header.header-interior .site-logo .logo-black {
            display: block !important; }
        .site-header.header-interior .search-toggle-mobile {
          background-image: url("../images/searchBlack.svg"); }
      .site-header.fixed .search-toggle-mobile {
        background-image: url("../images/searchBlack.svg"); }
      .site-header.fixed .open {
        background-color: #09114d !important; }
        .site-header.fixed .open:before, .site-header.fixed .open:after {
          background-color: #09114d !important; }
        .site-header.fixed .open.active {
          background-color: transparent !important; } }
  @media all and (max-width: 992px) {
    .site-header {
      padding-top: 0; } }

body.site-br .site-header {
  background-color: #fff !important;
  position: fixed !important; }

.articles-home {
  overflow: hidden;
  margin-bottom: 50px; }
  .articles-home > a {
    max-width: 32%;
    height: 371px;
    text-decoration: none;
    text-align: center;
    position: relative;
    background-position: center;
    background-size: cover; }
    .articles-home > a:after {
      content: "";
      position: absolute;
      background: rgba(0, 0, 0, 0.4);
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      z-index: 1; }
    @media all and (max-width: 1199px) {
      .articles-home > a {
        height: 30vw; } }
    @media all and (max-width: 500px) {
      .articles-home > a {
        min-width: 100%;
        margin-top: 10px;
        height: 400px; } }
    @media all and (max-width: 400px) {
      .articles-home > a {
        min-width: 100%;
        margin-top: 10px;
        height: 300px; } }
    .articles-home > a:nth-of-type(2) {
      margin: 0 2%; }
      @media all and (max-width: 500px) {
        .articles-home > a:nth-of-type(2) {
          margin: 10px 0; } }
    .articles-home > a > p {
      color: #FFFFFF;
      font-family: "Libre Baskerville", sans-serif;
      font-weight: 500;
      font-size: 30px;
      line-height: 38px;
      position: relative;
      top: 48%;
      transform: translateY(-50%);
      z-index: 11;
      text-align: center; }
      @media all and (max-width: 830px) {
        .articles-home > a > p {
          font-size: 21px;
          line-height: 25px; } }
      @media all and (max-width: 630px) {
        .articles-home > a > p {
          font-size: 16px;
          line-height: 20px; } }
      @media all and (max-width: 500px) {
        .articles-home > a > p {
          font-size: 21px;
          line-height: 25px; } }
    .articles-home > a img {
      height: 15px;
      width: 110px;
      fill: #ffffff;
      z-index: 111;
      position: absolute;
      top: 60%;
      left: 50%;
      transform: translate(-50%, 50%); }
      @media (min-width: 500px) and (max-width: 900px) {
        .articles-home > a img {
          height: 20px;
          width: 70px; } }

.how-are-history {
  text-align: center;
  max-width: 800px;
  margin: 80px auto; }
  @media all and (max-width: 768px) {
    .how-are-history {
      margin: 30px auto;
      padding: 0 10px; } }
  .how-are-history > h4 {
    font-family: "Open Sans", sans-serif;
    color: #09114d;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 80px;
    text-transform: uppercase; }
    body.site-br .how-are-history > h4 {
      color: #009444; }
    @media all and (max-width: 768px) {
      .how-are-history > h4 {
        margin-bottom: 30px; } }
    @media all and (max-width: 600px) {
      .how-are-history > h4 {
        font-size: 30px; } }
  .how-are-history p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    text-align: justify;
    color: #3c3c3b;
    line-height: 24px; }

.title-slim {
  font-family: "Open Sans", sans-serif;
  color: #09114d;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 80px;
  text-transform: uppercase; }
  body.site-br .title-slim {
    color: #009444; }
  @media all and (max-width: 768px) {
    .title-slim {
      margin-bottom: 30px; } }
  @media all and (max-width: 600px) {
    .title-slim {
      font-size: 25px; } }

@media all and (max-width: 768px) {
  img {
    max-width: 100% !important;
    height: auto !important; } }

.paragraph {
  font-family: "Open Sans", sans-serif;
  color: #09114d !important;
  text-transform: initial !important;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
  text-align: left;
  padding-left: 80px;
  position: relative;
  margin: 75px auto; }
  body.site-br .paragraph {
    color: #009444 !important; }
  @media all and (max-width: 600px) {
    .paragraph {
      margin: 45px auto;
      margin-left: 5px !important; } }
  @media all and (max-width: 768px) {
    .paragraph {
      font-size: 25px;
      line-height: 33px;
      padding-left: 40px; } }
  @media all and (max-width: 600px) {
    .paragraph {
      font-size: 18px;
      line-height: 26px; } }
  .paragraph:before {
    content: "";
    position: absolute;
    background: url("../images/quote.svg") no-repeat;
    height: 52px;
    width: 42px;
    left: 25px;
    top: -25px; }
    @media all and (max-width: 768px) {
      .paragraph:before {
        left: -5px; } }

blockquote p {
  font-family: "Open Sans", sans-serif !important;
  color: #09114d !important;
  text-transform: initial !important;
  font-size: 30px !important;
  line-height: 38px !important;
  font-weight: 300;
  text-align: left !important;
  padding-left: 80px;
  position: relative;
  margin: 75px auto; }
  body.site-br blockquote p {
    color: #009444 !important; }
  @media all and (max-width: 600px) {
    blockquote p {
      margin: 45px auto;
      margin-left: 5px !important; } }
  @media all and (max-width: 768px) {
    blockquote p {
      font-size: 25px;
      line-height: 33px;
      padding-left: 40px; } }
  @media all and (max-width: 600px) {
    blockquote p {
      font-size: 18px;
      line-height: 26px; } }
  blockquote p:before {
    content: "";
    position: absolute;
    background: url("../images/quote.svg") no-repeat;
    height: 52px;
    width: 42px;
    left: 25px;
    top: -25px; }
    @media all and (max-width: 768px) {
      blockquote p:before {
        left: -5px; } }

.search {
  max-width: 100% !important;
  overflow: initial !important;
  margin: initial !important;
  padding: initial !important; }
  .search .site-logo {
    float: left; }
    @media all and (max-width: 992px) {
      .search .site-logo {
        float: none; } }
  .search .search-container {
    padding: 30px; }
    .search .search-container .search-title {
      font-style: italic;
      text-align: left;
      margin-bottom: 40px;
      font-family: "Open Sans", sans-serif;
      color: #b3b2b2;
      font-weight: 600;
      font-size: 16px;
      padding-left: 10px; }
      .search .search-container .search-title span {
        color: #09114d; }
        body.site-br .search .search-container .search-title span {
          color: #009444; }
    .search .search-container .results-wrapper {
      margin-bottom: 50px;
      overflow: hidden;
      text-align: justify;
      -ms-text-justify: distribute-all-lines;
      text-justify: distribute-all-lines; }
      .search .search-container .results-wrapper > h2 {
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 20px;
        padding-left: 10px; }
        .search .search-container .results-wrapper > h2 span {
          color: #09114d; }
          body.site-br .search .search-container .results-wrapper > h2 span {
            color: #009444; }
      .search .search-container .results-wrapper.services-home article {
        text-align: center; }
      .search .search-container .results-wrapper .page-entry {
        padding: 0 50px;
        margin-bottom: 50px; }
        .search .search-container .results-wrapper .page-entry > a {
          display: inline-block;
          width: 100%;
          height: 100%; }
          .search .search-container .results-wrapper .page-entry > a .image {
            height: 135px;
            max-width: 210px;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center; }
          .search .search-container .results-wrapper .page-entry > a .page-content {
            padding: 15px 30px; }
            .search .search-container .results-wrapper .page-entry > a .page-content h4 {
              text-transform: uppercase;
              color: #09114d;
              font-size: 23px;
              font-family: "Open Sans", sans-serif;
              margin-bottom: 10px; }
              body.site-br .search .search-container .results-wrapper .page-entry > a .page-content h4 {
                color: #009444; }
            .search .search-container .results-wrapper .page-entry > a .page-content p {
              font-family: "Open Sans", sans-serif;
              font-size: 12px;
              color: #515151;
              line-height: 20px; }

.services-home {
  overflow: hidden;
  text-align: center;
  margin: 80px 0;
  outline: 0; }
  @media all and (max-width: 560px) {
    .services-home {
      margin: 35px 0; } }
  .services-home > h2 {
    color: #000000;
    font-family: "Libre Baskerville", sans-serif;
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 90px;
    position: relative; }
    @media all and (max-width: 768px) {
      .services-home > h2 {
        margin-bottom: 40px; } }
    @media all and (max-width: 560px) {
      .services-home > h2 {
        font-size: 35px; } }
  .services-home > .seta {
    height: 15px;
    width: 110px;
    fill: #09114d;
    z-index: 111;
    position: absolute;
    left: 50%;
    margin-top: -65px;
    transform: translate(-50%, 0);
    z-index: 11; }
    body.site-br .services-home > .seta {
      fill: #009444; }
    @media all and (max-width: 768px) {
      .services-home > .seta {
        margin-top: -20px; } }
  .services-home > a > article {
    margin-top: 20px; }
    @media all and (max-width: 560px) {
      .services-home > a > article {
        margin-top: 10px; } }
    .services-home > a > article > img {
      width: 100px; }
      @media all and (max-width: 930px) {
        .services-home > a > article > img {
          width: 80px; } }
    .services-home > a > article > p {
      margin-top: 35px;
      margin-bottom: 20px;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      line-height: 26px;
      color: #09114d;
      text-align: center; }
      body.site-br .services-home > a > article > p {
        color: #009444; }
      .services-home > a > article > p > span {
        text-transform: uppercase;
        font-weight: 600;
        text-align: center; }
      @media all and (max-width: 560px) {
        .services-home > a > article > p {
          margin-top: 15px;
          font-size: 16px;
          line-height: 24px; } }

.single-manufacturer {
  text-align: center;
  max-width: initial;
  margin: 0 auto;
  padding: 40px 20px 60px 20px;
  position: relative; }
  .single-manufacturer .manufacturer-gallery {
    margin-bottom: 40px;
    position: relative; }
    @media all and (max-width: 1000px) {
      .single-manufacturer .manufacturer-gallery {
        margin-bottom: 10px; } }
    .single-manufacturer .manufacturer-gallery .slick-track {
      height: 420px; }
      @media all and (max-width: 1000px) {
        .single-manufacturer .manufacturer-gallery .slick-track {
          height: 195px; } }
      .single-manufacturer .manufacturer-gallery .slick-track .item {
        width: 100%;
        height: 100%;
        max-height: 400px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
    .single-manufacturer .manufacturer-gallery .slick-dots {
      left: 0;
      right: 0;
      margin: 0 auto 30px; }
      .single-manufacturer .manufacturer-gallery .slick-dots li {
        margin: 0 3px;
        display: inline-block; }
        .single-manufacturer .manufacturer-gallery .slick-dots li button {
          font-size: 0;
          background-color: #fff;
          border: none;
          width: 5px;
          height: 9px;
          outline: 0;
          background-repeat: no-repeat;
          background-position: center;
          background-image: url("../images/bullet.svg"); }
        .single-manufacturer .manufacturer-gallery .slick-dots li.slick-active button {
          background-image: url("../images/bulletActive.svg"); }
  .single-manufacturer .manufacturer-logo {
    width: 125px;
    height: 125px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 40px;
    background-size: contain; }
  .single-manufacturer .description {
    text-align: left;
    margin-bottom: 50px; }
    .single-manufacturer .description > h5 {
      text-transform: uppercase;
      color: #09114d;
      font-size: 20px;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 40px; }
      body.site-br .single-manufacturer .description > h5 {
        color: #009444; }
  .single-manufacturer .get-wines {
    float: right;
    margin-right: 10px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    color: #1d1d1b;
    font-family: "Open Sans", sans-serif;
    font-size: 14px; }
    .single-manufacturer .get-wines:hover {
      color: #09114d; }
      body.site-br .single-manufacturer .get-wines:hover {
        color: #009444; }
    .single-manufacturer .get-wines:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #09114d;
      bottom: -7px;
      left: 0;
      position: absolute; }
      body.site-br .single-manufacturer .get-wines:after {
        background-color: #009444; }
  .single-manufacturer .popup-video {
    float: left;
    margin-right: 10px;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
    color: #1d1d1b;
    font-family: "Open Sans", sans-serif;
    font-size: 14px; }
    .single-manufacturer .popup-video:hover {
      color: #09114d; }
      body.site-br .single-manufacturer .popup-video:hover {
        color: #009444; }
    .single-manufacturer .popup-video:after {
      content: "";
      position: absolute;
      top: 0;
      right: -35px;
      width: 20px;
      height: 14px;
      background-image: url("../images/video-play.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  .single-manufacturer .video-active {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    min-width: 100%;
    min-height: 100%;
    z-index: 9999;
    display: inline-block;
    top: 0;
    right: 0; }
    .single-manufacturer .video-active .video-iframe {
      position: absolute;
      z-index: 99999;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      width: 760px;
      height: 424px;
      max-width: 90%; }

.single-blog-content .blog-single-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px; }
  .single-blog-content .blog-single-container > h4 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    color: #09114d;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 20px; }
    body.site-br .single-blog-content .blog-single-container > h4 {
      color: #009444; }
  .single-blog-content .blog-single-container > h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    color: #b5b5b5;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 30px; }

.single-blog-content .single-blog-img {
  margin-bottom: 40px;
  text-align: center; }

.single .single-footer-nav {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
  position: relative; }
  .single .single-footer-nav .nav-arrow {
    text-decoration: none;
    color: #1d1d1b;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    height: 17px; }
    .single .single-footer-nav .nav-arrow span {
      width: 0;
      overflow: hidden;
      display: inline-block;
      position: relative;
      margin-top: 1px; }
    .single .single-footer-nav .nav-arrow:after {
      position: absolute;
      width: 9px;
      height: 16px;
      content: "";
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    .single .single-footer-nav .nav-arrow.invisible {
      opacity: 0; }
    .single .single-footer-nav .nav-arrow.prev {
      float: left; }
      .single .single-footer-nav .nav-arrow.prev span {
        left: 20px;
        float: right; }
      .single .single-footer-nav .nav-arrow.prev:after {
        background-image: url("../images/previous.svg"); }
    .single .single-footer-nav .nav-arrow.next {
      float: right;
      margin-right: 10px; }
      .single .single-footer-nav .nav-arrow.next span {
        right: 10px;
        float: left; }
      .single .single-footer-nav .nav-arrow.next:after {
        background-image: url("../images/next.svg"); }
    .single .single-footer-nav .nav-arrow:hover span {
      width: initial; }
  .single .single-footer-nav .go-to-archive {
    float: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    width: 20px;
    height: 20px;
    top: -2px;
    background-image: url("../images/gallery.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block; }

.single-product .single-wine {
  margin-bottom: 70px;
  height: 100%; }
  @media screen and (min-width: 768px) {
    .single-product .single-wine {
      display: flex; } }

.single-product .main-content {
  position: relative; }

.single-product .top-filter {
  display: none; }

.single-product .bt-item .isep:last-child {
  display: none; }

.single-product .icon-info {
  display: flex;
  align-items: center;
  color: #8286a5; }
  .single-product .icon-info__item {
    display: flex;
    align-items: center; }
    .single-product .icon-info__item:not(:last-child) {
      margin-right: 40px; }
  .single-product .icon-info .info-title,
  .single-product .icon-info p {
    font-size: 10px;
    color: #8286a5; }
  .single-product .icon-info img {
    height: 12px;
    width: auto; }
  .single-product .icon-info svg,
  .single-product .icon-info img {
    margin-left: 8px; }

.single-product .cross-sells .top-taxonomies {
  padding-left: 20px;
  padding-right: 20px; }

.single-product .main-content {
  padding-top: 70px;
  padding-bottom: 150px; }
  .single-product .main-content .azulejos {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75px;
    width: 100vw;
    background-image: url("../images/azulejos@2x.png");
    background-size: contain;
    background-position: center;
    left: 50%;
    transform: translateX(-50%); }

.single-product .featured-image {
  text-align: center;
  position: relative; }
  .single-product .featured-image img {
    max-height: 480px; }
  .single-product .featured-image span {
    position: absolute;
    width: 66px;
    height: 66px;
    top: -15px;
    right: 40px;
    background-repeat: repeat;
    background-position: center;
    background-size: cover; }

.single-product hr {
  border-color: #09114d; }

.single-product .wine-seal {
  right: initial;
  left: 15px; }

.single-product .wine-title {
  font-size: 30px;
  font-weight: bold; }

.single-product .produtor-title {
  text-transform: uppercase;
  margin-top: 10px; }

.single-product .price-card {
  top: 0;
  right: 0;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.16); }
  @media screen and (min-width: 480px) {
    .single-product .price-card {
      position: absolute; } }
  .single-product .price-card .price {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 10px; }
    .single-product .price-card .price ins {
      font-weight: normal;
      text-decoration: none; }
    .single-product .price-card .price del {
      font-size: 10px; }
  .single-product .price-card .cart {
    height: 34px; }
    @media screen and (min-width: 480px) {
      .single-product .price-card .cart {
        max-width: 136px; } }
    .single-product .price-card .cart .button.button.alt {
      font-size: 8px;
      padding-left: 20px; }
      .single-product .price-card .cart .button.button.alt:before {
        height: 12px;
        width: 12px;
        left: 0px; }
    .single-product .price-card .cart .quantity {
      width: 25%; }
      .single-product .price-card .cart .quantity:before {
        height: 22px; }

.single-product .top-taxonomies {
  padding-left: 0;
  padding-right: 0; }

.single-product .bottom-taxonomies h3,
.single-product .bottom-taxonomies p {
  font-size: 12px; }

.single-product .bottom-taxonomies h3 {
  text-transform: uppercase;
  font-weight: bold; }

.single-product .bottom-taxonomies .bt-item {
  display: flex;
  align-items: center; }

.single-product .bottom-taxonomies .content {
  margin-top: 40px; }

.single-product .bottom-content img {
  max-height: 64px; }

.single-product .bottom-content,
.single-product .share,
.single-product .social {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.single-product .share {
  display: flex;
  align-items: center; }
  .single-product .share h3 {
    font-size: 12px; }
  .single-product .share h3,
  .single-product .share p {
    color: #8286a5; }
  .single-product .share svg,
  .single-product .share li a:before {
    font-size: 9px; }
  .single-product .share ul,
  .single-product .share li,
  .single-product .share a {
    display: flex; }
  .single-product .share li {
    margin-left: 5px; }

.single-product .woocommerce-breadcrumb {
  display: none; }

.single-product .wine-title,
.single-product .top-taxonomies {
  max-width: 200px; }

@media screen and (max-width: 768px) {
  .single-product .wine-title,
  .single-product .top-taxonomies {
    max-width: 100%; } }

@media screen and (max-width: 480px) {
  .single-product .wine-title {
    margin-top: 10px; } }

.entry-content .woof_container .woof_container_inner input[type="search"] {
  border: 0;
  border-bottom: 1px solid #09114d; }

/*# sourceMappingURL=sourcemaps/app-b0a575332c.css.map */
