@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Cardo:400,700|Source+Sans+Pro:400,600,700");
@font-face {
  font-family: 'ChaparralPro-Regular';
  src: url("../fonts/ChaparralPro-Regular.eot");
  src: url("../fonts/ChaparralPro-Regular.woff2") format("woff2"), url("../fonts/ChaparralPro-Regular.woff") format("woff"), url("../fonts/ChaparralPro-Regular.ttf") format("truetype"), url("../fonts/ChaparralPro-Regular.svg#ChaparralPro-Regular") format("svg"), url("../fonts/ChaparralPro-Regular.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Conv_ChaparralPro-BoldIt';
  src: url("../fonts/ChaparralPro-BoldIt.eot");
  src: local("☺"), url("../fonts/ChaparralPro-BoldIt.woff") format("woff"), url("../fonts/ChaparralPro-BoldIt.ttf") format("truetype"), url("../fonts/ChaparralPro-BoldIt.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  font-size: 1rem; }
  @media (max-width: 480px) {
    html {
      font-size: .88rem; } }
  @media only screen and (max-device-width: 480px) {
    html {
      font-size: .88rem; } }

body {
  font-family: 'Source Sans Pro', sans-serif;
  padding-top: 69px;
  color: #515c61;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  counter-reset: my-sec-counter;
  background-color: #FFF;
  line-height: 1.75em;
  overflow: visible !important; }
  body.modal-open {
    overflow: hidden !important; }

.font-chaparral {
  font-family: 'ChaparralPro-Regular', sans-serif; }

.font-chaparral-bold-italic {
  font-family: 'Conv_ChaparralPro-BoldIt', sans-serif; }

.font-cardo {
  font-family: 'Cardo', sans-serif; }
  .font-cardo.bold {
    font-weight: 700; }

.font-source {
  font-family: 'Source Sans Pro', serif; }

.font-source.semi-bold {
  font-weight: 600; }

.text-shadow {
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.82); }

a {
	color: #8d2412;
	transition: all .3s ease-in;
}

a:hover {
	color: #D3A000;
    font-weight:bold;
}

p a {
    color: #8d2412;
	font-weight:bold;	
	text-decoration: underline !important;
	transition: all .3s ease-in;
}

p a:hover {
    color: #D3A000;
    font-weight:bold;	
	text-decoration: underline !important;
}

.bg-nomad a {
	color: white !important;	
}

.bg-nomad a:hover {
    color: #792648 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'ChaparralPro-Regular'; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      color: #8d2412; }

ul, ol {
  margin: 0;
  padding: 0; }
  ul li, ol li {
    list-style: none; }

.text-14 {
  font-size: 0.875em; }

.btn, button, input, optgroup, select, textarea, i {
  position: relative;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  color: #FFF;
  line-height: 1em; }

.border-2 {
  border-width: 2px; }

.cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }

*:focus,
*:hover {
  outline: none !important;
  text-decoration: none !important; }

input[type="email"], input[type="text"], input[type="submit"] {
  min-width: 100%;
  width: 100%;
  height: 37px;
  border: 1px solid #d7d8da;
  border-radius: 0;
  letter-spacing: 0;
  margin: 0;
  font-size: 14px;
  color: #515c61;
  text-transform: none;
  line-height: inherit; }
  input[type="email"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="submit"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #515c61;
    text-transform: uppercase; }
  input[type="email"]::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="submit"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #515c61;
    text-transform: uppercase; }
  input[type="email"]:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="submit"]:-ms-input-placeholder {
    /* IE 10+ */
    color: #515c61;
    text-transform: uppercase; }
  input[type="email"]:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="submit"]:-moz-placeholder {
    /* Firefox 18- */
    color: #515c61;
    text-transform: uppercase; }

input[type="submit"], button[type="submit"] {
  border: 1px solid #8d2412;
  min-width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  height: 35px; }
  input[type="submit"]:hover, button[type="submit"]:hover {
    color: #FFF;
    background-color: #FFF;
    color: #8d2412;
    border-color: #8d2412; }

.bg-oporto {
  background-color: #8d2412; }

.bg-light-grey {
  background-color: #f4f6f5; }

.bg-baltic {
  background-color: #1a171b; }

.bg-abbey {
  background-color: #515c61; }

.bg-nomad {
  background-color: #bab3a4; }

.bg-black {
  background-color: #000; }

.height-0 {
  height: 0; }

.text-oporto {
  color: #8d2412; }

.text-silver {
  color: #c9cacc; }

.text-baltic {
  color: #1a171b; }

.text-abbey {
  color: #515c61; }

.text-black {
  color: #000; }

.text-granite-green {
  color: #928f77; }

.slick-prev, .slick-next {
  border: 1px solid #000;
  top: 40%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border-width: 2px;
  border-color: #858d90;
  z-index: 9; }
  .slick-prev:before, .slick-next:before {
    color: #515c61;
    font-weight: 700;
    text-align: center;
    padding-left: 2px; }
  .slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: .25; }
  .slick-prev:hover, .slick-next:hover {
    background-color: #858d90;
    color: #FFF; }
    .slick-prev:hover:before, .slick-next:hover:before {
      color: #FFF; }
  @media (max-width: 480px) {
    .slick-prev, .slick-next {
      width: 20px;
      height: 20px; }
      .slick-prev:before, .slick-next:before {
        font-size: 12px;
        padding-left: 0; } }
  @media only screen and (max-device-width: 480px) {
    .slick-prev, .slick-next {
      width: 20px;
      height: 20px; }
      .slick-prev:before, .slick-next:before {
        font-size: 12px;
        padding-left: 0; } }

.slick-prev {
  left: -70px; }
  @media (max-width: 480px) {
    .slick-prev {
      left: -20px; } }
  @media only screen and (max-device-width: 480px) {
    .slick-prev {
      left: -20px; } }

.slick-next {
  right: -70px; }
  @media (max-width: 480px) {
    .slick-next {
      right: -20px; } }
  @media only screen and (max-device-width: 480px) {
    .slick-next {
      right: -20px; } }

.slick-dots {
  bottom: 52px; }
  .slick-dots li {
    margin: 0 10px; }
    .slick-dots li button:before {
      font-size: 45px;
      color: #FFF !important; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

#fwidth-slider .slick-prev, #fwidth-slider .slick-next, #fwidth-no-arrows .slick-prev, #fwidth-no-arrows .slick-next {
  top: 45%;
  border-color: #FFF; }
  #fwidth-slider .slick-prev:hover, #fwidth-slider .slick-next:hover, #fwidth-no-arrows .slick-prev:hover, #fwidth-no-arrows .slick-next:hover {
    background-color: #FFF;
    color: #515c61; }
    #fwidth-slider .slick-prev:hover:before, #fwidth-slider .slick-next:hover:before, #fwidth-no-arrows .slick-prev:hover:before, #fwidth-no-arrows .slick-next:hover:before {
      color: #515c61; }
  #fwidth-slider .slick-prev:before, #fwidth-slider .slick-next:before, #fwidth-no-arrows .slick-prev:before, #fwidth-no-arrows .slick-next:before {
    color: #FFF; }

#fwidth-slider .slick-prev, #fwidth-no-arrows .slick-prev {
  left: 30px; }

#fwidth-slider .slick-next, #fwidth-no-arrows .slick-next {
  right: 30px; }

@media (max-width: 991px) {
  #home-header.desktop, #company.desktop, #wineries.desktop {
    display: none;
    visibility: hidden; } }

@media only screen and (max-device-width: 991px) {
  #home-header.desktop, #company.desktop, #wineries.desktop {
    display: none;
    visibility: hidden; } }

#home-header.mobile, #company.mobile, #wineries.mobile {
  display: none;
  visibility: hidden; }
  @media (max-width: 991px) {
    #home-header.mobile, #company.mobile, #wineries.mobile {
      display: block;
      visibility: visible; } }
  @media only screen and (max-device-width: 991px) {
    #home-header.mobile, #company.mobile, #wineries.mobile {
      display: block;
      visibility: visible; } }

#home-header {
    overflow: hidden; }
#home-header #barrels-top {
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 100% auto;
    background-position: center 50%;
    background-repeat: no-repeat; }
#home-header #barrels-bg {
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 100% auto;
    background-position: center 50%;
    background-repeat: no-repeat; }
@media (max-width: 991px) {
    #home-header #barrels-top, #home-header #barrels-bg {
        display: none;
        visibility: hidden; } }
@media only screen and (max-device-width: 991px) {
    #home-header #barrels-top, #home-header #barrels-bg {
        display: none;
        visibility: hidden; } }

#company {
    overflow: hidden; }
#company #content {
    z-index: 3;
    position: absolute; }
#company #barrels-bg {
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%; 
    background-size: 100% 100%;
    background-position: center 50%;
    background-repeat: no-repeat; }
@media (max-width: 991px) {
    #company #barrels-top, #company #barrels-bg {
        display: none;
        visibility: hidden; } 
}
@media only screen and (max-device-width: 991px) {
#company #barrels-top, #company #barrels-bg {
    display: none;
    visibility: hidden; } }
          
#wineries {
  overflow: hidden; }
  #wineries .content {
    z-index: 3;
    top: 0;
    left: 0; }
  #wineries img.statue {
    z-index: 2; }
  #wineries #wall {
    height: 100%;
    background-color: #000;
    top: 0;
    z-index: 1; }

@keyframes slidein {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

#age-gate {
  position: absolute;
  z-index: 9999;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #FFF;
  color: #8d2412;
  font-size: 1.375em; }
  #age-gate #inner {
    padding: 120px 0;
    background-color: rgba(255, 255, 255, 0.9); }
    #age-gate #inner img {
      margin-bottom: 33px; }
    #age-gate #inner p {
      margin-bottom: 33px; }
    #age-gate #inner .btn {
      width: 196px;
      margin-bottom: 32px; }
    #age-gate #inner .enter {
      width: 122px;
      color: #FFF; }
    #age-gate #inner .dropdown-menu {
      padding: 0; }
    #age-gate #inner .dropdown-item {
      width: 196px;
      color: #FFF;
      font-family: 'Source Sans Pro';
      background-color: #8d2412; }
      #age-gate #inner .dropdown-item:hover {
        background-color: #FFF;
        color: #8d2412; }

#nav {
  height: 70px;
  /*background: url(../img/logo-header.png) 50% 50% no-repeat #FFF;*/
  background: #ffffff;
  background-size: auto 50%;
  font-size: .875em;
  color: #515c61;
  -webkit-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
  -moz-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
  -o-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
  transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
  z-index: 1080;
  top: -1px; }
  @media (max-width: 500px) {
    #nav {
      background-position: 78% 50%; } }
  @media only screen and (max-device-width: 500px) {
    #nav {
      background-position: 80% 50%;
      background-size: auto 50%; } }
  #nav i {
    color: #515c61; }
  #nav #menu-toggle {
    overflow: hidden;
    width: 128px;
    height: 69px;
    padding-left: 30px;
    transition: top .1s ease-in-out;
    letter-spacing: 1.5px;
    font-weight: 500;
    font-size: 14px;
    background-color: #8d2412;
    cursor: pointer; }
    #nav #menu-toggle span {
      display: block;
      width: 15px;
      height: 2px;
      background: #F1F1F1;
      transition: all .2s ease-in-out;
      position: absolute;
      left: 25px; }
      #nav #menu-toggle span:first-child {
        top: 29px; }
      #nav #menu-toggle span:nth-child(2) {
        top: 34px; }
      #nav #menu-toggle span.last {
        top: 39px; }
    #nav #menu-toggle.on span:first-child {
      transform: rotate(45deg);
      top: 33px; }
    #nav #menu-toggle.on span:nth-child(2) {
      transform: rotate(-45deg);
      top: 33px; }
    #nav #menu-toggle.on span.last {
      opacity: 0;
      background-color: #8d2412; }
  #nav #search {
    margin: 0 0 0 10px; }
    #nav #search button {
      background-color: #FFF;
      border: 0; }
      #nav #search button i {
        background-color: #FFF;
        color: #515c61; }
    #nav #search input[type="text"] {
      border: 0;
      background-color: #FFF;
      color: #515c61;
      -webkit-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
      -moz-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
      -o-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
      transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455); }
      #nav #search input[type="text"]::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #515c61;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500; }
      #nav #search input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #515c61;
        font-weight: 500; }
      #nav #search input[type="text"]:-ms-input-placeholder {
        /* IE 10+ */
        color: #515c61;
        font-weight: 500; }
      #nav #search input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        color: #515c61;
        font-weight: 500; }
  #nav ul li a {
    width: 21px;
    height: 21px; }
  #nav ul li i {
    font-size: .7rem; }
  #nav.open {
    -webkit-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
    -moz-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
    -o-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
    transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
    /*background: url(../img/logo-header-white.png) center center no-repeat #000;*/
	  background: #000;
    background-size: auto 50%;}
    @media (max-width: 500px) {
      #nav.open {
        background-position: 78% 50%; } }
    @media only screen and (max-device-width: 500px) {
      #nav.open {
        background-position: 80% 50%;
        background-size: 120px 25px; } }
    #nav.open #search input[type="text"] {
      background-color: #000;
      color: #FFF;
      -webkit-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
      -moz-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
      -o-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
      transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455); }
  #nav.custom-shadow {
    -webkit-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
    -moz-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
    -o-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
    transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
    -webkit-box-shadow: 0px 8px 15px -5px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 8px 15px -5px rgba(0, 0, 0, 0.27);
    box-shadow: 0px 8px 15px -5px rgba(0, 0, 0, 0.27); }

#menu-modal {
  margin-top: 69px; }
  #menu-modal .modal-dialog {
    max-width: 100%;
    margin: 0; }
  #menu-modal .modal-body {
    min-height: 100%; }
  #menu-modal .main-menu {
    min-height: 60vh; }
    #menu-modal .main-menu ul li {
      font-family: 'ChaparralPro-Regular', sans-serif;
      font-size: 2.25em;
      text-align: left;
      margin-bottom: 25px; }
      #menu-modal .main-menu ul li a {
        display: inline-block;
        counter-increment: my-sec-counter 1;
        color: #FFF;
        -webkit-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
        -moz-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
        -o-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
        transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455); }
        #menu-modal .main-menu ul li a:before {
          color: #3d3a3e;
          content: counter(my-sec-counter) " / "; }
        #menu-modal .main-menu ul li a:after {
          content: '';
          display: block;
          width: 0;
          height: 1px;
          background: #FFF;
          transition: width .2s; }
        #menu-modal .main-menu ul li a:hover {
          -webkit-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
          -moz-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
          -o-transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455);
          transition: all 250ms cubic-bezier(0.95, 0.015, 0.905, 0.455); }
          #menu-modal .main-menu ul li a:hover:before {
            color: #FFF; }
          #menu-modal .main-menu ul li a:hover:after {
            width: 100%; }
      @media (max-width: 500px) {
        #menu-modal .main-menu ul li {
          font-size: 1.2em; } }
      @media only screen and (max-device-width: 500px) {
        #menu-modal .main-menu ul li {
          font-size: 1.2em; } }
      #menu-modal .main-menu ul li.active a:before {
        color: #FFF; }
      #menu-modal .main-menu ul li.active a:after {
        width: 100%; }

.hero {
  height: 557px;
  min-height: 557px; }
  .hero.home {
    overflow: hidden;
    background-position: 0 100%; }
    .hero.home h3 {
      margin-top: 10%; }
    .hero.home .ground-prlx {
      left: 0;
      bottom: 0; }
    .hero.home #main-animated-title {
      animation-duration: 4000ms;
      animation-delay: 1s;
      animation-name: slidein;
      animation-fill-mode: backwards;
      animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }
    @media (max-width: 769px) {
      .hero.home {
        min-height: 75vh;
        height: 150px; } }
    @media only screen and (max-device-width: 769px) {
      .hero.home {
        min-height: 75vh;
        height: 150px; } }
  @media (max-width: 769px) {
    .hero {
      height: 457px;
      min-height: 457px; } }
  @media only screen and (max-device-width: 769px) {
    .hero {
      height: 457px;
      min-height: 457px; } }

.scroll {
  position: absolute;
  width: 65px;
  height: 64px;
  border: 2px solid #FFF;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 18%;
  z-index: 999; }
  .scroll div {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-animation-duration: 3s;
    -webkit-animation-delay: 5s;
    -webkit-animation-iteration-count: infinite;
    /*-webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -ms-text-rendering: optimizeLegibility;
    -o-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;*/ }
    .scroll div img {
      position: absolute;
      display: block;
      margin: 0 auto;
      left: 0;
      right: 0;
      top: -25px;
      background: url(/app/themes/fs/img/arrow-down.png) center center no-repeat; }

.vino-del-mes {
  padding-top: 171px;
  padding-bottom: 100px;
  position: relative; }
  .vino-del-mes img.position-absolute {
    right: -11%;
    top: -23%;
    max-width: initial; }
  .vino-del-mes .p-sup {
    margin-top: 20px; }

a.btn, button.btn {
  border-radius: 0;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 600;
  width: 208px;
  max-width: 100%;
  min-height: 37px;
  padding-top: 6px;
  -webkit-transition: all 100ms cubic-bezier(0.99, 0.005, 0.73, 0.26);
  -moz-transition: all 100ms cubic-bezier(0.99, 0.005, 0.73, 0.26);
  -o-transition: all 100ms cubic-bezier(0.99, 0.005, 0.73, 0.26);
  transition: all 100ms cubic-bezier(0.99, 0.005, 0.73, 0.26);
  /* custom */
  border: 1px solid #8d2412;
  background-color: #8d2412; }
  a.btn:hover, button.btn:hover {
    color: #FFF;
    background-color: #FFF;
    color: #8d2412;
    border-color: #8d2412; }

.item-slider {
  padding: 9px; }
  .item-slider .border-right:last-child {
    border-right: 0 !important; }

#menu-modal, footer {
  font-size: 13px; }
  #menu-modal .border-bottom, footer .border-bottom {
    border-color: #312f32 !important; }
  #menu-modal a, footer a {
    color: #a8a7a8; }
    #menu-modal a:hover, footer a:hover {
      color: #FFF; }
  #menu-modal li, footer li {
    margin: 5px; }

a.link-top {
  top: 40px;
  right: 40px;
  color: #FFF;
  border: 2px solid #424043;
  line-height: 1em;
  border-radius: 6px;
  padding: 6px 10px; }
  a.link-top i {
    line-height: 1em;
    color: #424043; }
  a.link-top:hover {
    border-color: #FFF; }
    a.link-top:hover i {
      color: #FFF; }

ul.social-media a {
  color: #5f5d60;
  letter-spacing: 1px; }
  ul.social-media a i {
    margin-right: 10px;
    color: #5f5d60; }
  ul.social-media a:hover {
    color: #FFF; }
    ul.social-media a:hover i {
      color: #FFF; }

.badge-logo {
  z-index: 9;
  top: 41px;
  left: 10px; }

#map, #map-contacto, #map-bodega {
  width: 100%;
  height: 557px; }
  @media (max-width: 769px) {
    #map, #map-contacto, #map-bodega {
      height: 457px; } }
  @media only screen and (max-device-width: 769px) {
    #map, #map-contacto, #map-bodega {
      height: 457px; } }

#slider-int-bodega {
  height: 100%; }
  #slider-int-bodega .slick-list, #slider-int-bodega .slick-track {
    height: 100%; }

.contacto form input[type="text"], .contacto form input[type="tel"], .contacto form input[type="password"], .contacto form input[type="email"] {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #b2b2b2; }
  .contacto form input[type="text"]:hover, .contacto form input[type="tel"]:hover, .contacto form input[type="password"]:hover, .contacto form input[type="email"]:hover {
    border-color: #8d2412; }
  .contacto form input[type="text"]::-webkit-input-placeholder, .contacto form input[type="tel"]::-webkit-input-placeholder, .contacto form input[type="password"]::-webkit-input-placeholder, .contacto form input[type="email"]::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #515c61;
    font-size: 16px; }
  .contacto form input[type="text"]::-moz-placeholder, .contacto form input[type="tel"]::-moz-placeholder, .contacto form input[type="password"]::-moz-placeholder, .contacto form input[type="email"]::-moz-placeholder {
    text-transform: uppercase;
    color: #515c61;
    font-size: 16px; }
  .contacto form input[type="text"]:-ms-input-placeholder, .contacto form input[type="tel"]:-ms-input-placeholder, .contacto form input[type="password"]:-ms-input-placeholder, .contacto form input[type="email"]:-ms-input-placeholder {
    text-transform: uppercase;
    color: #515c61;
    font-size: 16px; }
  .contacto form input[type="text"]:-moz-placeholder, .contacto form input[type="tel"]:-moz-placeholder, .contacto form input[type="password"]:-moz-placeholder, .contacto form input[type="email"]:-moz-placeholder {
    text-transform: uppercase;
    color: #515c61;
    font-size: 16px; }
  .contacto form input[type="text"].not-empty, .contacto form input[type="tel"].not-empty, .contacto form input[type="password"].not-empty, .contacto form input[type="email"].not-empty {
    border-bottom: 1px solid #8d2412; }

.lin-grey {
  position: absolute;
  display: block;
  height: 1px;
  width: 800px;
  background-color: #dee2e6;
  bottom: -1px;
  left: 0; }
/*
.single-title {
  margin-left: -18%; } */
  .single-title h1 span {
    /*color: #FFF;
            display: inline;
            background-color: $nomad;
            background-blend-mode:exclusion;*/
    color: #6e6e7b;
    mix-blend-mode: difference; }

#single-content p a {
  color: #8d2412;
  background-color: transparent !important; }
  #single-content p a.btn {
    text-transform: uppercase; }

#single-content a.btn {
  text-transform: uppercase; }

#culture-categories li.active a {
  border-bottom: 1px solid #8d2412;
  color: #8d2412; }

#sustainability ul {
  overflow: hidden;
  text-align: center;
  width: 100%; }
  #sustainability ul li {
    display: inline-block;
    *display: inline;
    /*IE7*/
    *zoom: 1;
    /*IE7*/
    overflow: hidden;
    text-align: center;
    padding: 20px; }
    #sustainability ul li a {
      text-transform: uppercase;
      color: #FFF;
      background-color: #8d2412;
      letter-spacing: .8px;
      border: 1px solid #8d2412;
      padding: 7px 10px;
      font-size: 14px; }
      #sustainability ul li a:hover {
        background-color: #FFF;
        color: #8d2412; }

#years-row a {
  font-style: italic;
  cursor: pointer; }
  #years-row a:hover, #years-row a.active {
    color: #8d2412 !important; }

#docs-bodega button.slick-arrow {
  top: 28.6%; }

.post-frame {
  align-items: center;
  display: -webkit-flex;
  display: flex;
  height: auto;
  justify-content: center;
  overflow: hidden;
  position: relative;
  -webkit-align-items: center;
  -webkit-justify-content: center; }
  .post-frame img {
    border: 1px solid transparent;
    display: block;
    height: auto;
    max-width: 2000px;
    transition: all 0.4s;
    width: 100%;
    transform: scale(1.2); }
    .post-frame img:hover {
      transform-origin: center;
      transform: scale(1.1); }
footer ul.menu li{
  display: inline-block;
  text-transform: uppercase;
}

@media (min-width: 768px) {
    .single-post section.container {margin-bottom:0px !important;}
}

/** AmHelpers **/
.d-flex
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-flex.justify-space-between
{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.d-flex.align-items-center
{
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



#main-wrapper #shop-link a.btn
{
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  
  padding-right: 25px;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}


#main-wrapper #shop-link a.btn:hover
{
  /*ackground-color: #792648;*/
}
#main-wrapper #shop-link a.btn .icon
{
  width: 25px;
  height: 25px;
  margin-right: 15px;  
}

#main-wrapper #shop-link a.btn .icon img
{
  width: 100%;
  height: auto;
}

#main-wrapper #shop-link a.btn:hover .icon img
{
  filter: brightness(0.5);
}

@media (min-width: 768px) {
  #main-wrapper #shop-link
  {
    padding-left: 20px;
  }
}
.hero.home .ground-prlx {
  left: 0;
  bottom:0;
  width:100%
}