/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
}*/
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,900|Poppins:400,500,600,700');
h4 {
  font-weight: 500;
  font-size: 18px;
  color: #3a3232;
  margin: 0 0 5px;
}
h3 {
  font-size: 48px;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
}
p {
  font-weight: 400;
  font-size: 16px;
  color: #3a3232;
  line-height: 1.6em;
}
.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.normal {
  font-family: 'Poppins', sans-serif;
}
.serif {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'Poppins', sans-serif;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
}*/
.big-btn-fill {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
  display: inline-block;
  border: 1px solid #bca96f;
  padding: 15px 65px;
  background: #bca96f;
}
.big-btn-fill:hover {
  background: transparent;
  color: #bca96f;
  border: 1px solid #bca96f;
}
.big-btn-fill:focus {
  text-decoration: none;
}
.big-btn-line {
  font-size: 14px;
  font-weight: 500;
  color: #bca96f;
  display: inline-block;
  border: 1px solid #bca96f;
  padding: 15px 65px;
}
.big-btn-line:hover {
  background: #bca96f;
  color: #FFF;
}
.big-btn-line:focus {
  text-decoration: none;
}
.sm-btn-line {
  font-size: 12px;
  font-weight: 700;
  color: #bca96f;
  display: inline-block;
  border: 1px solid #bca96f;
  padding: 12px 55px;
}
.sm-btn-line:hover {
  background: #bca96f;
  color: #FFF;
}
.sm-btn-line:focus {
  text-decoration: none;
}
.sm-btn-fill {
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  display: inline-block;
  border: 1px solid #bca96f !important;
  padding: 12px 55px;
  background: #bca96f;
}
.sm-btn-fill:hover {
  background: transparent;
  color: #bca96f;
  border: 1px solid #bca96f !important;
}
.sm-btn-fill:focus {
  text-decoration: none;
}

.sm-btn-fill1 {
  font-size: 12px;
  font-weight: 700;
  /*color: #FFF;*/
  display: inline-block;
  border: 1px solid #bca96f !important;
  padding: 12px 55px;
  background: #a6b649;
}
.sm-btn-fill1:hover {
  background: transparent;
  color: #bca96f;
  border: 1px solid #bca96f !important;
}
.sm-btn-fill1:focus {
  text-decoration: none;
}

header {
  z-index: 9;
  background: rgba(247, 245, 246, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
}
header.normal {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  header.normal {
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  header.normal {
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) {
  header.normal {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  header.normal {
    padding: 10px;
  }
}
header.sticky {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  header.sticky {
    padding: 15px 20px;
  }
}
@media (min-width: 992px) {
  header.sticky {
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) {
  header.sticky {
    padding: 8px 30px;
  }
}
@media (max-width: 767px) {
  header.sticky {
    padding: 10px;
  }
}
header.sticky .logo img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 174px;
}
@media (min-width: 768px) {
  header.sticky .logo img {
    width: 120px;
  }
}
@media (min-width: 992px) {
  header.sticky .logo img {
    width: 150px;
  }
}
@media (max-width: 767px) {
  header.sticky .logo img {
    width: 120px;
  }
}
header.sticky nav {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 13px 0 0 0;
}
@media (min-width: 768px) {
  header .logo {
    text-align: center;
  }
}
@media (min-width: 992px) {
  header .logo {
    text-align: left;
  }
}
header .logo img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  header .logo img {
    width: 130px;
  }
}
@media (min-width: 992px) {
  header .logo img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  header .logo img {
    width: 130px;
  }
}
header nav {
  margin: 16px 0 0 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  header nav {
    text-align: center;
  }
}
@media (min-width: 992px) {
  header nav {
    text-align: right;
  }
}
@media (max-width: 767px) {
  header nav {
    display: none;
  }
}
header nav ul {
  margin: 0;
  padding: 0;
}
header nav li {
  list-style: none;
  display: inline-block;
}
@media (min-width: 768px) {
  header nav li {
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  header nav li {
    padding: 0 3px;
  }
}
@media (min-width: 1200px) {
  header nav li {
    padding: 0 10px;
  }
}
header nav a {
  color: #3a3232;
  font-weight: 700;
  font-size: 12px;
  padding: 11px 15px;
}
header nav a:hover {
  border-bottom: 1px solid #3a3232;
  color: #554646;
}
header nav a.search {
  font-size: 16px;
}
header nav a.search:hover {
  border-bottom: none;
}
.hero .txt {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  display: block;
  margin: 0 auto;
  z-index: 2;
}
.hero .txt h3 {
  font-weight: 500;
  color: #FFF;
  margin: 0;
}
@media (min-width: 768px) {
  .hero .txt h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .hero .txt h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .hero .txt h3 {
    font-size: 18px;
  }
}
.hero .txt h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 66px;
  color: #FFF;
  margin: 0;
}
@media (min-width: 768px) {
  .hero .txt h2 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .hero .txt h2 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .hero .txt h2 {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .hero .txt h2 {
    font-size: 36px;
  }
}
.hero .imagen {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #3a3232;
}
.hero .imagen img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: middle center;
  opacity: 0.85;
}
.hero-text {
  position: relative;
  display: block;
  text-align: center;
  padding: 130px 0 0px;
}
.hero-text h4 {
  color: #3a3232;
}
.hero-text h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .hero-text h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .hero-text h1 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .hero-text h1 {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .hero-text h1 {
    font-size: 32px;
  }
}
.hero-in {
  position: relative;
  display: block;
  height: 70vh;
}
.hero-in .txt {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  display: block;
  margin: 0 auto;
  z-index: 2;
}
.hero-in .txt h3 {
  font-weight: 500;
  color: #FFF;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-in .txt h3 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .hero-in .txt h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .hero-in .txt h3 {
    font-size: 18px;
  }
}
.hero-in .txt h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 66px;
  color: #FFF;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-in .txt h2 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .hero-in .txt h2 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .hero-in .txt h2 {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .hero-in .txt h2 {
    font-size: 36px;
  }
}
.hero-in .txt h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 66px;
  color: #FFF;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-in .txt h1 {
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .hero-in .txt h1 {
    font-size: 56px;
  }
}
@media (min-width: 1200px) {
  .hero-in .txt h1 {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .hero-in .txt h1 {
    font-size: 36px;
  }
}
.hero-in .imagen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #3a3232;
}
.hero-in .imagen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: middle center;
  opacity: 0.85;
}
.pre-intro {
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  display: block;
}
.pre-intro svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15vw;
}
.intro {
  background: #FFF;
  position: relative;
  width: 100%;
  /*  &:before {
    overflow-x: hidden;
    position:absolute;
    content: " ";
    display:block;
    z-index: 1;
    left:0;
    right: 0;
    top:-300px;
    height: 2px;
    background: #FFF;
    transform: skewY(-8deg) ;
    transform-origin: 100%;
    height: 400px;
  }*/

}
.intro article {
  text-align: center;
  padding: 20px 0 40px;
  position: relative;
  z-index: 2;
  right: 0;
  left: 0;
  top: -20px;
}
@media (min-width: 1200px) {
  .intro article {
    max-width: 800px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .intro article {
    padding: 40px 0 30px;
  }
}
.intro article h4 {
  font-weight: 500;
  font-size: 18px;
  color: #3a3232;
  margin: 0 0 5px;
}
.intro article h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .intro article h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .intro article h1 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .intro article h1 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .intro article h1 {
    font-size: 32px;
  }
}
.intro article h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .intro article h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .intro article h2 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .intro article h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .intro article h2 {
    font-size: 32px;
  }
}
.intro article p {
  font-weight: 400;
  font-size: 16px;
  color: #3a3232;
  line-height: 1.6em;
  margin-bottom: 40px;
}
.intro article .puntitos {
  display: block;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.intro article .puntitos:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: translatey(5px);
}
.productos-home {
  background: #faf8f3;
  text-align: center;
  padding: 80px 0 104px;
}
.productos-home.inner {
  background: #FFF;
}
@media (max-width: 767px) {
  .productos-home {
    padding: 50px 0;
  }
}
.productos-home h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .productos-home h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .productos-home h3 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .productos-home h3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .productos-home h3 {
    font-size: 32px;
  }
}
.productos-home p {
  max-width: 800px;
  margin: 0 auto;
}
.productos-home .prod-grid {
  display: block;
  margin: 0 auto;
  margin-top: 47px;
  position: relative;
}
@media (max-width: 767px) {
  .productos-home .prod-grid {
    padding: 0 40px;
  }
}
.productos-home .prod-grid .row {
  margin-right: 0;
  margin-left: 0;
}
.productos-home .prod-grid .col-sm-4 {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1200px) {
  .productos-home .prod-grid {
    width: 905px;
  }
}
.productos-home .prod-grid a article {
  border: 1px solid #faf8f3;
  display: block;
  height: 393px;
  width: 100%;
  position: relative;
  background: #FFF;
  margin-bottom: 2px;
}
.productos-home .prod-grid a article .dots-w {
  position: absolute;
  display: block;
  width: 56px;
  height: 57px;
  right: 0;
  left: 0;
  bottom: 50px;
  margin: 0 auto;
  z-index: 2;
  opacity: 0;
  transform: translatey(-10px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.productos-home .prod-grid a article .txt {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding-top: 45px;
  text-align: center;
  z-index: 3;
}
.productos-home .prod-grid a article .txt h3 {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.productos-home .prod-grid a article .txt hr {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 5px;
  height: 2px;
  background: #FFF;
  display: block;
  opacity: 0;
  margin: 10px auto;
}
.productos-home .prod-grid a article .txt .des {
  margin-top: 20px;
  color: #FFF;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4em;
  opacity: 0;
  transform: translatey(10px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .productos-home .prod-grid a article .txt .des {
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  .productos-home .prod-grid a article .txt .des {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .productos-home .prod-grid a article .txt .des {
    padding: 0 20px;
  }
}
.productos-home .prod-grid a article .prod-img {
  width: 100%;
  height: 393px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  transform: scale(1, 1);
}
.productos-home .prod-grid a article .prod-img img {
  width: 100%;
  height: 393px;
  object-fit: cover;
  object-position: middle center;
}
.productos-home .prod-grid a article .back-img {
  width: 100%;
  height: 393px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.productos-home .prod-grid a article .back-img img {
  width: 100%;
  height: 393px;
  object-fit: cover;
  object-position: middle center;
}
.productos-home .prod-grid a:hover article {
  display: block;
  height: 393px;
  width: 100%;
  position: relative;
  background: #FFF;
}
.productos-home .prod-grid a:hover article .dots-w {
  opacity: 1;
  transform: translatey(0px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.productos-home .prod-grid a:hover article .txt {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding-top: 45px;
  text-align: center;
  z-index: 3;
}
.productos-home .prod-grid a:hover article .txt h3 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #FFF;
}
.productos-home .prod-grid a:hover article .txt hr {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 45px;
  display: block;
  opacity: 1;
}
.productos-home .prod-grid a:hover article .txt .des {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  transform: translatey(0);
}
.productos-home .prod-grid a:hover article .prod-img {
  width: 100%;
  height: 393px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  opacity: 0;
  transform: scale(0.95, 0.95);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.productos-home .prod-grid a:hover article .prod-img img {
  width: 100%;
  height: 393px;
  object-fit: cover;
  object-position: middle center;
}
.productos-home .prod-grid a:hover article .back-img {
  width: 100%;
  height: 393px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  opacity: 1;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.productos-home .prod-grid a:hover article .back-img img {
  width: 100%;
  height: 393px;
  object-fit: cover;
  object-position: middle center;
}
.morixe-tv {
  padding: 80px 0;
  text-align: center;
  background: #bca96f;
}
.morixe-tv.video-in {
  background: #faf8f3;
  padding: 80px 0 200px;
}
.morixe-tv.video-in h4 {
  color: #3a3232;
}
.morixe-tv.video-in h3 {
  color: #3a3232;
}
.morixe-tv.video-in p {
  color: #3a3232;
}
@media (max-width: 767px) {
  .morixe-tv {
    padding: 50px 0;
  }
}
.morixe-tv h4 {
  color: #FFF;
}
.morixe-tv h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #FFF;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .morixe-tv h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .morixe-tv h3 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .morixe-tv h3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .morixe-tv h3 {
    font-size: 32px;
  }
}
.morixe-tv p {
  max-width: 800px;
  margin: 0 auto;
  color: #FFF;
}
.morixe-tv .grid {
  margin: 46px 0;
}
.morixe-tv .grid .row {
  margin-right: 0;
  margin-left: 0;
}
.morixe-tv .grid .col-sm-3 {
  padding-right: 0;
  padding-left: 0;
}
.morixe-tv .grid a article {
  position: relative;
}
@media (max-width: 767px) {
  .morixe-tv .grid a article {
    margin-bottom: 3px;
  }
}
.morixe-tv .grid a article .txt {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  color: #FFF;
  z-index: 1;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 18px;
  right: 0;
  left: 0;
}
.morixe-tv .grid a article .txt img {
  display: block;
  width: 58px;
  height: 57px;
  margin: 5px auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(1, 1);
}
.morixe-tv .grid a article .imagen {
  width: 100%;
  height: 185px;
  overflow: hidden;
  background: #000;
}
.morixe-tv .grid a article .imagen img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: middle center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.75;
}
.morixe-tv .grid a:hover article .txt img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(0.9, 0.9);
}
.morixe-tv .grid a:hover article .imagen img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.5;
}
.recetas {
  padding: 80px 0;
  text-align: center;
  background: #faf8f3;
}
@media (max-width: 767px) {
  .recetas {
    padding: 50px 0;
  }
}
.recetas h4 {
  color: #3a3232;
}
.recetas h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .recetas h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .recetas h3 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .recetas h3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .recetas h3 {
    font-size: 32px;
  }
}
.recetas p {
  max-width: 800px;
  margin: 0 auto;
  color: #3a3232;
}
.recetas .grid {
  margin: 46px 0;
}
.recetas .grid .row {
  margin-right: 0;
  margin-left: 0;
}
.recetas .grid .col-sm-3 {
  padding-right: 0;
  padding-left: 0;
}
.recetas .grid a article {
  position: relative;
}
@media (max-width: 767px) {
  .recetas .grid a article {
    margin-bottom: 3px;
  }
}
.recetas .grid a article .txt {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  color: #FFF;
  z-index: 1;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 18px;
  right: 0;
  left: 0;
}
.recetas .grid a article .txt img {
  display: block;
  width: 58px;
  height: 57px;
  margin: 5px auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(1, 1);
}
.recetas .grid a article .imagen {
  width: 100%;
  height: 185px;
  overflow: hidden;
  background: #000;
}
.recetas .grid a article .imagen img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: middle center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.75;
}
.recetas .grid a:hover article .txt img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(0.9, 0.9);
}
.recetas .grid a:hover article .imagen img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.5;
}
.noticias {
  text-align: center;
  padding: 70px 0 50px;
}
@media (max-width: 767px) {
  .noticias {
    padding: 50px 0 200px;
  }
}
.noticias h4 {
  color: #3a3232;
}
.noticias h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .noticias h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .noticias h3 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .noticias h3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .noticias h3 {
    font-size: 32px;
  }
}
.noticias .btn-line {
  display: inline-block;
  margin-top: 56px;
  font-size: 12px;
  font-weight: 700;
  color: #bca96f;
  padding: 5px 0 15px;
  border-bottom: 1px solid #bca96f;
}
.noticias .btn-line:hover {
  color: #3a3232;
  border-bottom: 1px solid #3a3232;
}
.noticias .grid {
  margin-top: 63px;
}
.noticias .grid .row {
  margin-right: 0;
  margin-left: 0;
}
.noticias .grid .col-sm-3 {
  padding-right: 0;
  padding-left: 0;
}
.noticias .grid a article {
  display: block;
  border: 1px solid #FFF;
  margin: 0 23px 60px;
}
@media (max-width: 767px) {
  .noticias .grid a article {
    margin: 0 10px 40px;
  }
}
.noticias .grid a article .imagen {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias .grid a article .imagen img {
  width: 100%;
}
.noticias .grid a article .date {
  color: #bca96f;
  font-size: 12px;
  font-weight: 600;
  padding: 26px 0 8px;
}
.noticias .grid a article h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3a3232;
  line-height: 1em;
  margin-bottom: 10px;
}
.noticias .grid a article p {
  font-size: 14px;
  font-weight: 400;
  color: #3a3232;
  margin: 0;
}
.noticias .grid a:hover article .imagen {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias-page {
  text-align: center;
  padding: 10px 0 50px;
}
.noticias-page nav {
  padding-top: 20px;
}
.noticias-page nav ul {
  margin: 0;
  padding: 0;
}
.noticias-page nav li {
  list-style: none;
  display: inline-block;
  padding: 0 25px;
}
.noticias-page nav a {
  font-size: 12px;
  font-weight: 700;
  color: #3a3232;
  padding: 5px 0;
}
.noticias-page nav a:hover {
  color: #bca96f;
}
.noticias-page nav a.active {
  border-bottom: 1px solid #3a3232;
}
@media (max-width: 767px) {
  .noticias-page {
    padding: 50px 0 200px;
  }
}
.noticias-page h4 {
  color: #3a3232;
}
.noticias-page h3 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .noticias-page h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .noticias-page h3 {
    font-size: 42px;
  }
}
@media (min-width: 1200px) {
  .noticias-page h3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .noticias-page h3 {
    font-size: 32px;
  }
}
.noticias-page .btn-line {
  display: inline-block;
  margin-top: 56px;
  font-size: 12px;
  font-weight: 700;
  color: #bca96f;
  padding: 5px 0 15px;
  border-bottom: 1px solid #bca96f;
}
.noticias-page .btn-line:hover {
  color: #3a3232;
  border-bottom: 1px solid #3a3232;
}
.noticias-page .grid {
  margin-top: 40px;
}
.noticias-page .grid .row {
  margin-right: 0;
  margin-left: 0;
}
.noticias-page .grid .col-sm-3 {
  padding-right: 0;
  padding-left: 0;
}
.noticias-page .grid a article {
  display: block;
  border: 1px solid #FFF;
  margin: 0 15px 60px;
}
@media (max-width: 767px) {
  .noticias-page .grid a article {
    margin: 0 10px 40px;
  }
}
.noticias-page .grid a article .imagen {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias-page .grid a article .imagen img {
  width: 100%;
}
.noticias-page .grid a article .imagen-video {
  position: relative;
  width: 100%;
  height: 185px;
  overflow: hidden;
  background: #000;
}
.noticias-page .grid a article .imagen-video img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: middle center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.75;
}
.noticias-page .grid a article .txt {
  position: absolute;
  top: 60px;
  text-align: center;
  color: #FFF;
  z-index: 1;
  right: 0;
  left: 0;
}
.noticias-page .grid a article .txt img {
  display: block;
  width: 58px;
  height: 57px;
  margin: 5px auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(1, 1);
}
.noticias-page .grid a article .date {
  color: #bca96f;
  font-size: 12px;
  font-weight: 600;
  padding: 26px 0 8px;
}
.noticias-page .grid a article h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3a3232;
  line-height: 1em;
  margin-bottom: 10px;
}
.noticias-page .grid a article p {
  font-size: 14px;
  font-weight: 400;
  color: #3a3232;
  margin: 0;
}
.noticias-page .grid a:hover article .imagen {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias-page .grid a:hover article .imagen-video img {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias-page .grid-video {
  margin: 46px 0;
}
.noticias-page .grid-video .row {
  margin-right: 0;
  margin-left: 0;
}
.noticias-page .grid-video .col-sm-3 {
  padding-right: 0;
  padding-left: 0;
}
.noticias-page .grid-video a article {
  position: relative;
}
@media (max-width: 767px) {
  .noticias-page .grid-video a article {
    margin-bottom: 3px;
  }
}
.noticias-page .grid-video a article .txt {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  color: #FFF;
  z-index: 1;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 18px;
  right: 0;
  left: 0;
}
.noticias-page .grid-video a article .txt img {
  display: block;
  width: 58px;
  height: 57px;
  margin: 5px auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(1, 1);
}
.noticias-page .grid-video a article .imagen {
  width: 100%;
  height: 185px;
  overflow: hidden;
  background: #000;
}
.noticias-page .grid-video a article .imagen img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: middle center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.75;
}
.noticias-page .grid-video a:hover article .txt img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(0.9, 0.9);
}
.noticias-page .grid-video a:hover article .imagen img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.5;
}
.noticias-page-news {
  text-align: center;
  padding: 160px 0 50px;
}
.noticias-page-news nav {
  padding-top: 20px;
}
.noticias-page-news nav ul {
  margin: 0;
  padding: 0;
}
.noticias-page-news nav li {
  list-style: none;
  display: inline-block;
  padding: 0 25px;
}
.noticias-page-news nav a {
  font-size: 12px;
  font-weight: 700;
  color: #3a3232;
  padding: 5px 0;
}
.noticias-page-news nav a:hover {
  color: #bca96f;
}
.noticias-page-news nav a.active {
  border-bottom: 1px solid #3a3232;
}
@media (max-width: 767px) {
  .noticias-page-news {
    padding: 50px 0 200px;
  }
}
.noticias-page-news h4 {
  color: #3a3232;
}
.noticias-page-news h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .noticias-page-news h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .noticias-page-news h1 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .noticias-page-news h1 {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .noticias-page-news h1 {
    font-size: 32px;
  }
}
.noticias-page-news .btn-line {
  display: inline-block;
  margin-top: 56px;
  font-size: 12px;
  font-weight: 700;
  color: #bca96f;
  padding: 5px 0 15px;
  border-bottom: 1px solid #bca96f;
}
.noticias-page-news .btn-line:hover {
  color: #3a3232;
  border-bottom: 1px solid #3a3232;
}
.noticias-page-news .grid {
  margin-top: 40px;
}
.noticias-page-news .grid .row {
  margin-right: 0;
  margin-left: 0;
}
.noticias-page-news .grid .col-sm-3 {
  padding-right: 0;
  padding-left: 0;
}
.noticias-page-news .grid a article {
  display: block;
  border: 1px solid #FFF;
  margin: 0 15px 60px;
}
@media (max-width: 767px) {
  .noticias-page-news .grid a article {
    margin: 0 10px 40px;
  }
}
.noticias-page-news .grid a article .imagen {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias-page-news .grid a article .imagen img {
  width: 100%;
}
.noticias-page-news .grid a article .imagen-video {
  position: relative;
  width: 100%;
  height: 185px;
  overflow: hidden;
  background: #000;
}
.noticias-page-news .grid a article .imagen-video img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: middle center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.75;
}
.noticias-page-news .grid a article .txt {
  position: absolute;
  top: 60px;
  text-align: center;
  color: #FFF;
  z-index: 1;
  right: 0;
  left: 0;
}
.noticias-page-news .grid a article .txt img {
  display: block;
  width: 58px;
  height: 57px;
  margin: 5px auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(1, 1);
}
.noticias-page-news .grid a article .date {
  color: #bca96f;
  font-size: 12px;
  font-weight: 600;
  padding: 26px 0 8px;
}
.noticias-page-news .grid a article h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #3a3232;
  line-height: 1em;
  margin-bottom: 10px;
}
.noticias-page-news .grid a article p {
  font-size: 14px;
  font-weight: 400;
  color: #3a3232;
  margin: 0;
}
.noticias-page-news .grid a:hover article .imagen {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias-page-news .grid a:hover article .imagen-video img {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.noticias-page-news .grid-video {
  margin: 46px 0;
}
.noticias-page-news .grid-video .row {
  margin-right: 0;
  margin-left: 0;
}
.noticias-page-news .grid-video .col-sm-3 {
  padding-right: 0;
  padding-left: 0;
}
.noticias-page-news .grid-video a article {
  position: relative;
}
@media (max-width: 767px) {
  .noticias-page-news .grid-video a article {
    margin-bottom: 3px;
  }
}
.noticias-page-news .grid-video a article .txt {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  color: #FFF;
  z-index: 1;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 18px;
  right: 0;
  left: 0;
}
.noticias-page-news .grid-video a article .txt img {
  display: block;
  width: 58px;
  height: 57px;
  margin: 5px auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(1, 1);
}
.noticias-page-news .grid-video a article .imagen {
  width: 100%;
  height: 185px;
  overflow: hidden;
  background: #000;
}
.noticias-page-news .grid-video a article .imagen img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: middle center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.75;
}
.noticias-page-news .grid-video a:hover article .txt img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(0.9, 0.9);
}
.noticias-page-news .grid-video a:hover article .imagen img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0.5;
}
.pref {
  margin-top: 150px;
  padding-top: 150px;
  position: relative;
}

.pref_oliva {
  margin-top: 0px;
  padding-top: 250px;
  position: relative;
}

.pref svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15vw;
}

.pref_oliva svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15vw;
}

footer {
  background: #3a3232;
  position: relative;
  padding-top: 0px;
  /*  &:before {
    overflow-x: hidden;
    position:absolute;
    content: " ";
    display:block;
    z-index: 1;
    left:0;
    right: 0;
    top:-150px;
    height: 2px;
    background: #550000;
    transform: skewY(-8deg) ;
    transform-origin: 100%;
    height: 300px;
  }*/

}
@media (max-width: 767px) {
  footer {
    padding: 50px 0;
  }
}
footer .contenido {
  position: relative;
  z-index: 2;
  right: 0;
  left: 0;
}
footer .logo {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  display: block;
  margin: 0 auto;
  width: 128px;
}
@media (min-width: 768px) {
  footer .logo {
    top: -110px;
  }
}
@media (max-width: 767px) {
  footer .logo {
    top: -70px;
  }
}
footer .contacto {
  text-align: center;
}
footer .newsletter {
  width: 420px;
  margin: 30px auto;
}
@media (max-width: 767px) {
  footer .newsletter {
    width: 100%;
    margin: 10px auto;
  }
}
footer .newsletter .row {
  margin-right: 0;
  margin-left: 0;
}
footer .newsletter .col-sm-4,
footer .newsletter .col-sm-5,
footer .newsletter .col-sm-3 {
  padding-right: 0;
  padding-left: 0;
}
footer .newsletter .col-sm-5 {
  padding-right: 10px;
}
@media (max-width: 767px) {
  footer .newsletter .col-sm-5 {
    padding-right: 0;
  }
}
footer .newsletter .txt {
  padding: 3px 0 0 0;
}
@media (max-width: 767px) {
  footer .newsletter .txt {
    text-align: center;
    padding: 0 0 8px;
  }
}
footer .newsletter .txt h6 {
  margin: 0;
}
footer .newsletter .txt span {
  padding: 0;
}
footer .newsletter button {
  border: 1px solid #9d9999;
  background: transparent;
  color: #FFF;
  font-weight: 700;
  font-size: 12px;
  padding: 9px;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 767px) {
  footer .newsletter button {
    padding: 9px 0;
    margin-top: 10px;
  }
}
footer .newsletter button:hover {
  background: #9d9999;
  color: #3a3232;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer h6 {
  font-size: 14px;
  font-weight: 500;
  color: #FFF;
}
footer span {
  color: #b0a6a6;
  font-weight: 400;
  font-size: 12px;
}
footer input {
  background: #655f5f;
  color: #FFF;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  padding: 10px 15px;
  border: none;
}
footer ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */

  color: #FFF;
  opacity: 1;
  /* Firefox */

}
footer :-ms-input-placeholder {
  /* Internet Explorer 10-11 */

  color: #FFF;
}
footer ::-ms-input-placeholder {
  /* Microsoft Edge */

  color: #FFF;
}
footer .deabajo {
  padding: 20px;
  font-weight: 600;
  font-size: 11px;
  color: #FFF;
  max-width: 673px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .deabajo {
    text-align: center;
    padding: 10px 0;
  }
}
footer .deabajo .copyr {
  padding-top: 10px;
}
footer .deabajo .social {
  text-align: center;
}
footer .deabajo .social a {
  color: #FFF;
  font-size: 26px;
  padding: 0 5px;
}
footer .deabajo .social a:hover {
  color: #bca96f;
}
footer .deabajo ul {
  margin: 10px 0 0 0 ;
  padding: 0;
}
footer .deabajo li {
  list-style: none;
  display: inline-block;
  padding: 0 5px;
}
footer .deabajo a {
  color: #FFF;
  font-size: 11px;
  font-weight: 600;
}
footer .deabajo a:hover {
  color: #bca96f;
}
.noticia {
  padding: 56px 0 80px;
  text-align: center;
}
.noticia h4 {
  color: #3a3232;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .noticia h4 {
    margin-top: 40px;
  }
}
.noticia h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .noticia h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .noticia h1 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .noticia h1 {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .noticia h1 {
    font-size: 32px;
  }
}
.noticia h2 {
  color: #3a3232;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 22px;
}
.noticia p {
  font-weight: 400;
  font-size: 16px;
  color: #3a3232;
  line-height: 1.6em;
}
.noticia p.small {
  font-size: 14px;
}
.noticia p.small strong {
  font-weight: 600;
}
.noticia ul {
  margin: 0;
  padding: 0 0 0 25px;
}
.noticia li {
  font-weight: 400;
  font-size: 16px;
  color: #3a3232;
  line-height: 1.6em;
}
.noticia .imagen-ch {
  margin-top: 150px;
  text-align: right;
  max-width: 100%;
}
@media (max-width: 767px) {
  .noticia .imagen-ch {
    text-align: left;
    width: 100%;
    margin-top: 50px;
  }
}
.noticia .video-yt {
  margin: 50px 0;
  width: 100%;
  height: 400px;
}
.noticia .video-yt iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.noticia .video-yt-solo {
  margin: 0;
  width: 100%;
  height: 400px;
}
.noticia .video-yt-solo iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.noticia .imagen {
  margin-top: 52px;
}
.noticia .imagen img {
  max-width: 100%;
}
.noticia .precio {
  font-size: 16px;
  font-weight: 600;
  color: #3a3232;
  margin-bottom: 25px;
}
.noticia .precio span {
  color: #bca96f;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 24px;
}
.noticia hr {
  margin: 60px 0;
}
.noticia hr.receta {
  margin: 30px 0;
}
.noticia .share {
  margin: 50px 0;
}
.noticia .share a {
  font-size: 26px;
  color: #000;
  margin-right: 10px;
}
.noticia .share a:hover {
  color: #bca96f;
}
.noticia .tabla {
  width: 100%;
  margin: 33px 0;
}
.noticia .tabla table {
  width: 100%;
}
.noticia .tabla thead tr th {
  font-size: 12px;
  font-weight: 600;
  color: #3a3232;
  padding: 3px 0;
}
.noticia .tabla tbody tr td {
  font-size: 12px;
  font-weight: 400;
  color: #3a3232;
  padding: 3px 0;
}
.contenido-prod {
  padding: 56px 0 80px;
}
.contenido-prod h4 {
  color: #3a3232;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .contenido-prod h4 {
    margin-top: 40px;
  }
}
.contenido-prod h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .contenido-prod h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  .contenido-prod h1 {
    font-size: 55px;
  }
}
@media (min-width: 1200px) {
  .contenido-prod h1 {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  .contenido-prod h1 {
    font-size: 32px;
  }
}
.contenido-prod h2 {
  color: #3a3232;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 22px;
}
.contenido-prod p {
  font-weight: 400;
  font-size: 16px;
  color: #3a3232;
  line-height: 1.6em;
}
.contenido-prod p.small {
  font-size: 14px;
}
.contenido-prod p.small strong {
  font-weight: 600;
}
.contenido-prod ul {
  margin: 0;
  padding: 0 0 0 25px;
}
.contenido-prod li {
  font-weight: 400;
  font-size: 16px;
  color: #3a3232;
  line-height: 1.6em;
}
.contenido-prod .imagen-ch {
  margin-top: 150px;
  text-align: right;
  max-width: 100%;
}
@media (max-width: 767px) {
  .contenido-prod .imagen-ch {
    text-align: left;
    width: 100%;
    margin-top: 50px;
  }
}
.contenido-prod .video-yt {
  margin: 50px 0;
  width: 100%;
  height: 400px;
}
.contenido-prod .video-yt iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.contenido-prod .video-yt-solo {
  margin: 0;
  width: 100%;
  height: 400px;
}
.contenido-prod .video-yt-solo iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.contenido-prod .imagen {
  margin-top: 52px;
}
.contenido-prod .imagen img {
  max-width: 100%;
}
.contenido-prod .precio {
  font-size: 16px;
  font-weight: 600;
  color: #3a3232;
  margin-bottom: 25px;
}
.contenido-prod .precio span {
  color: #bca96f;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 24px;
}
.contenido-prod hr {
  margin: 60px 0;
}
.contenido-prod hr.receta {
  margin: 30px 0;
}
.contenido-prod .share {
  margin-bottom: 50px;
}
.contenido-prod .share a {
  font-size: 26px;
  color: #000;
  margin-right: 10px;
}
.contenido-prod .share a:hover {
  color: #bca96f;
}
.contenido-prod .tabla {
  width: 100%;
  margin: 33px 0;
}
.contenido-prod .tabla table {
  width: 100%;
}
.contenido-prod .tabla thead tr th {
  font-size: 12px;
  font-weight: 600;
  color: #3a3232;
  padding: 3px 0;
}
.contenido-prod .tabla tbody tr td {
  font-size: 12px;
  font-weight: 400;
  color: #3a3232;
  padding: 3px 0;
}
.contenido-prod-export {
  padding: 56px 0 80px;
  text-align: center;
}
.contenido-prod-export h2 {
  color: #3a3232;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 22px;
}
.contenido-prod-export .imagen {
  margin: 52px 0;
}
.contenido-prod-export .imagen img {
  max-width: 100%;
}
.grilla-thumb h3 {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  text-align: center;
}
.grilla-thumb ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.grilla-thumb li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.grilla-thumb a article {
  background: #FFF;
  width: 200px;
  height: 323px;
  margin: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grilla-thumb a article .imagen {
  padding-top: 15px;
}
.grilla-thumb a article .imagen img {
  width: 130px;
}
.grilla-thumb a article .txt {
  padding-top: 20px;
}
.grilla-thumb a article .txt .tit {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  font-size: 16px;
}
.grilla-thumb a article .txt .des {
  font-size: 12px;
  font-weight: 400;
  color: #3a3232;
}
.grilla-thumb a:hover article {
  background: #faf8f3;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grilla-thumb-export h3 {
  font-size: 24px;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  text-align: center;
}
.grilla-thumb-export ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.grilla-thumb-export li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.grilla-thumb-export article {
  background: #FFF;
  width: 200px;
  height: 360px;
  padding-bottom: 10px;
  margin: 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grilla-thumb-export article .imagen {
  padding-top: 15px;
}
.grilla-thumb-export article .imagen img {
  width: 130px;
}
.grilla-thumb-export article .txt {
  padding-top: 20px;
}
.grilla-thumb-export article .txt .tit {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  font-size: 16px;
}
.grilla-thumb-export article .txt .des {
  font-size: 12px;
  font-weight: 400;
  color: #3a3232;
}
.grilla-thumb-export article .sm-btn-fill {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  display: inline-block;
  border: 1px solid #bca96f !important;
  padding: 12px 32px;
  background: #bca96f;
}
.grilla-thumb-export article .sm-btn-fill:hover {
  background: transparent;
  color: #bca96f;
  border: 1px solid #bca96f !important;
}
.grilla-thumb-export article .sm-btn-fill:focus {
  text-decoration: none;
}
.grilla-thumb-export article:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.razones {
  padding: 88px 0;
  background: #faf8f3;
}
.razones h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3a3232;
  margin: 0;
}
.razones h2 {
  margin: 0;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 48px;
  color: #3a3232;
}
.razones .lista {
  margin: 30px 0;
}
.razones .lista ol {
  list-style: none;
  counter-reset: item;
  margin: 0 0 0 37px;
  padding: 0;
}
.razones .lista li {
  counter-increment: item;
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
  margin: 0;
  padding: 15px 10px;
  display: block;
  line-height: 1.6em;
  position: relative;
}
.razones .lista li:before {
  position: absolute;
  top: 0;
  line-height: 1em;
  left: -30px;
  margin-right: 10px;
  content: counter(item) '.';
  color: #bca96f;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 36px;
}
.big-image {
  height: 550px;
  width: 100%;
  position: relative;
}
.big-image .txt {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  z-index: 2;
}
.big-image .txt .pre {
  font-weight: 500;
  font-size: 21px;
  color: #FFF;
}
.big-image .txt .tit {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #FFF;
  font-size: 66px;
  line-height: 1em;
  margin-bottom: 40px;
}
.big-image .txt a img {
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.big-image .txt a:hover img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  transform: scale(0.95, 0.95);
}
.big-image .parallax-window2 {
  min-height: 550px;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .big-image .parallax-window2 {
    min-height: 300px;
  }
}
.historia section {
  max-width: 900px;
  margin: 20px auto;
  display: block;
}
@media (min-width: 1200px) {
  .historia section .txt {
    padding: 40px 50px;
  }
}
.historia section .txt .year {
  color: #bca96f;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 24px;
}
.historia section .txt .milestone {
  color: #3a3232;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 24px;
}
.historia section .txt p {
  font-size: 16px;
  color: #3a3232;
  font-weight: 400;
  line-height: 1.6em;
}
.historia article {
  text-align: center;
  max-width: 800px;
  margin: 40px auto;
}
.historia article p {
  margin-bottom: 40px;
}
.historia .vr {
  position: relative;
  width: 1px;
  height: 90px;
  background: #c4c1c1;
  display: block;
  margin: 10px auto;
}
.contacto {
  margin: 50px 0;
}
.contacto h3 {
  color: #3a3232;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  font-size: 24px;
}
.contacto p {
  font-size: 16px;
  color: #3a3232;
  font-weight: 400;
  line-height: 1.6em;
}
.contacto .form label {
  font-weight: 500;
  color: #3a3232;
  font-size: 16px;
  display: block;
  margin-bottom: 7px;
}
.contacto .form input {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  color: #3a3232;
  border: 1px solid #d6d6d6;
  margin-bottom: 30px;
}
.contacto .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  color: #3a3232;
  border: 1px solid #d6d6d6;
  margin-bottom: 30px;
}

.contacto .form select {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  color: #3a3232;
  border: 1px solid #d6d6d6;
  margin-bottom: 30px;
}
.contacto .form button {
  margin-top: 30px;
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
     /* Fix mobile menu to viewport top so it appears under the fixed header.
       Use a top offset (matches header height) so it doesn't overlap the logo */
     position: fixed;
     top: 60px;
    left: 0;
     /* keep below header */
     z-index: 999;
    /* reduce top padding so the menu is closer to the header */
    padding: 60px 0 20px;
    margin: 0;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
  #mob a {
    color: #3a3232;
    font-weight: 700;
    font-size: 12px;
  }
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #3a3232;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

* COUSILLAS */

.oliva article h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
  font-size: 32px;
}

.oliva article h4 {
  margin-bottom: 25px;
}

.fondo_oliva {
  background-color: #eaecd4;
 margin-top: 150px;
 height: 1000px;
}

.texto_izquierda {
  padding: 107px 50px 0 0;
}

.texto_derecha {
  padding: 107px 0 0 50px; 
}

.texto_derecha_dos {
  padding: 150px 0 0 50px; 

}

.texto_oliva {
  font-family: 'Playfair Display', serif;
  color: #a6b649;
  padding-left:52px;
  line-height: 1.5em; 
  font-weight: 500;
  margin-bottom: 100px;
}

.oliva_derecha {
  background: url(../img/fondo_oliva1.jpg) no-repeat;
  background-position: bottom right;
}



.fondo_producto {
  background-color: #eaecd4;
}

 .fondo_producto article h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
  font-size: 32px;
}


.fondo_producto article h4 {
  margin-bottom: 25px;
}

.texto_producto { padding: 100px 0 0 50px; }

.foto_botella { padding-top: 110px; padding-left: 250px; }

.foto_botella_home { padding-left: 250px; margin-top: -32px;  }

.foto_finca {max-width: 90%; float: right; margin-top: -70px; margin-bottom: 50px; }

.foto_nuevo_cuyo { max-width: 90%; float: left; margin-top: -140px; }

.foto_trabajador { max-width: 90%; float: left; margin-top: 100px; margin-bottom: 100px; }

.fondo_producto_home article h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
  font-size: 48px;
}

.fondo_producto_home article h4 {
  padding-top: 50px;
}

.mobile {display: none;}

@media (max-width: 991px) {
  .foto_botella_home { display: none; }
  .fondo_producto_home { text-align: center; }
  .sm-btn-fill1 { margin-bottom: 40px; }

  .foto_finca {max-width: 100%; float: right; margin-top: 120px; }
  .foto_nuevo_cuyo { max-width: 100%; float: left; margin-top: 50px; }
  .foto_trabajador { max-width: 100%; float: left; margin-top: 20px; margin-bottom: 50px; }
  .texto_oliva {
  font-family: 'Playfair Display', serif;
  color: #a6b649;
  padding-left:0px;
  line-height: 1.5em; 
  font-weight: 300;
}
  .texto_derecha {
  padding: 107px 0 0 0px; 
}

.texto_derecha_dos {
  padding: 150px 0 0 0px; 

}

.fondo_producto_home article h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #3a3232;
  margin: 0 0 25px;
  font-size: 32px;
}

.compu { display: none; }
.mobile { display: block; }

.fondo_oliva {
  background-color: #eaecd4;
 margin-top: 150px;
 height: 100%;
 padding-bottom: 100px;
}

.foto_botella {  padding-top: 110px; padding-left: 0px; display:block;
margin:auto; }
.texto_producto { padding: 100px 0 0 0px; }
}


@media (max-width: 1199px) {


  .foto_botella_home { padding-left: 250px; margin-top: 50px;  }
  .fondo_producto_home { text-align: center; }
  .sm-btn-fill1 { margin-bottom: 40px; }
}


.fondo_producto {
  background-color: #eaecd4;
  
}

.oliva_izquierda {
  
}

.fondo_producto_home {
  background-color: #eaecd4;
  margin: 50px 0 0 0;
}


.inversores h4 { 
  font-size: 12px;
  font-weight: 700;
  color: #3a3232; 
  text-align: center;
  margin-top: -27px;
  margin-bottom: 10px;
}

.inversores img {
  margin-top: 50px;
  margin-bottom: 10px;
  padding: 0 15px;
}

.inversores p { text-align: center; padding: 0 25px; }

.inversores a:hover { color: #beac66; }

.inversores a:actived { color: #333333; }

@media (max-width: 768px) {

  .inversores { margin-top: -150px; }
  .inversores h4 { 
  font-size: 12px;
  font-weight: 700;
  color: #3a3232; 
  text-align: center;
  margin-top: 55px;
  margin-bottom: 10px;
}
}
