@charset "UTF-8";
/*!
Theme Name: Cava Group
Theme URI: http://www.cavagroup.pe
Description: Web creada desde cero para Cava Group
Author: Pyme Web Perú
Author URI: https://www.pymewebperu.com
Version: 1.0
*/
body {
  margin: 0;
  font-family: 'Poppins', sans-serif; }

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

[data-icon]:before {
  font-family: "cava" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "cava" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bars:before {
  content: "\61"; }

.icon-chevron-down:before {
  content: "\62"; }

.icon-whatsapp:before {
  content: "\63"; }

.icon-facebook:before {
  content: "\64"; }

.icon-email-envelope:before {
  content: "\65"; }

.icon-botellas:before {
  content: "\66"; }

.icon-bold:before {
  content: "\67"; }

.icon-botella:before {
  content: "\68"; }

.icon-vaso:before {
  content: "\69"; }

.icon-map-pin-5:before {
  content: "\6a"; }

.icon-telephone:before {
  content: "\6b"; }

.icon-letter-mail:before {
  content: "\6c"; }

.icon-users:before {
  content: "\6d"; }

a {
  text-decoration: none !important; }

h1, h2, h3, h4, ul, p {
  padding: 0;
  margin: 0; }

img {
  max-width: 100%; }

.mostrar {
  display: block !important; }

.header {
  position: absolute;
  width: 100%;
  z-index: 999; }
  .header__wrap {
    background-color: rgba(237, 237, 237, 0.9);
    position: relative; }
    .header__wrap:after {
      position: absolute;
      content: '';
      background-image: url("img/bg-bottom2.svg");
      opacity: .9;
      background-repeat: no-repeat;
      background-size: 100%;
      height: 25px;
      width: 100%;
      bottom: -25px;
      left: 0;
      z-index: -1; }
  .header__container {
    max-width: 1170px;
    margin: 0 auto; }
  .header__logo {
    padding: 1em 0;
    margin-left: 1em; }
  .header__nav {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none; }
  .header__ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    height: 89vh; }
    .header__ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-right: 1px solid #FFF;
      position: relative;
      text-align: center; }
      .header__ul li:nth-child(1), .header__ul li:nth-child(2), .header__ul li:nth-child(3) {
        border-bottom: 1px solid #FFF; }
      .header__ul li:nth-child(3) {
        border-right: none; }
      .header__ul li:last-child {
        border-right: none; }
      .header__ul li a {
        position: absolute;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-family: "Poppins", sans-serif;
        font-weight: 800;
        text-decoration: none !important;
        color: #FFF;
        font-size: 30px; }
        @media (max-width: 750px) {
          .header__ul li a {
            font-size: 14px;
            font-weight: 500; } }
        .header__ul li a:hover {
          background-color: #FFF; }
        .header__ul li a:hover p {
          color: #9c2b2d;
          border: 2px solid #9c2b2d;
          padding: 0 10px; }
        .header__ul li a:hover img {
          display: block; }
        .header__ul li a img {
          display: none;
          margin: 0 auto; }
  .header__bar {
    display: block;
    text-align: center;
    color: #9c2b2d !important;
    margin-top: 12px;
    float: right;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    margin-right: 1em; }
    .header__bar:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .header__bar i {
      font-size: 2em; }

.banner {
  background-image: url("img/banner-01.jpg");
  width: 100%;
  background-size: cover;
  padding: 180px 0 120px 100px;
  position: relative;
  -webkit-mask-image: url(img/banner-broken.svg);
  mask-image: url(img/banner-broken.svg);
  -webkit-mask-position: center bottom;
  mask-position: center bottom;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 1;
  top: 0; }
  @media (max-width: 850px) {
    .banner {
      padding: 150px 100px 100px 100px; } }
  @media (max-width: 650px) {
    .banner {
      padding: 150px 50px 100px 50px; } }
  .banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
  .banner__left {
    position: relative;
    max-width: 750px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 0 0;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
    .banner__left:before {
      position: absolute;
      content: '';
      background-color: rgba(255, 255, 255, 0.8);
      width: 100%;
      height: 90%;
      bottom: 0;
      z-index: -1; }
    .banner__left:after {
      content: '';
      position: absolute;
      border: 1px solid #9c2b2d;
      width: 100%;
      height: 90%;
      bottom: 0;
      z-index: -2;
      -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
      transform: rotate(12deg); }
    @media (max-width: 850px) {
      .banner__left {
        width: 100%; } }
    .banner__left--title {
      font-size: 60px;
      font-family: 'Poppins', sans-serif;
      font-weight: 100;
      color: #000;
      text-align: center; }
      .banner__left--title span {
        font-weight: 600;
        color: #9c2b2d; }
      @media (max-width: 950px) {
        .banner__left--title {
          font-size: 40px; } }
      @media (max-width: 750px) {
        .banner__left--title {
          font-size: 25px; } }
      @media (max-width: 500px) {
        .banner__left--title {
          font-size: 20px; } }
    .banner__left--img {
      max-width: 268px;
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg); }
    .banner__left--text {
      margin-top: 95px;
      margin-right: 12px;
      max-width: 560px;
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg);
      margin-bottom: 30px; }
      @media (max-width: 750px) {
        .banner__left--text {
          margin-top: 100px; } }
      @media (max-width: 650px) {
        .banner__left--text {
          margin-top: 70px; } }
      @media (max-width: 500px) {
        .banner__left--text {
          margin-top: 50px; } }
    .banner__left--p {
      font-weight: 300;
      margin: 30px auto;
      text-align: justify;
      font-size: 15px;
      margin-left: 20px; }
      @media (max-width: 950px) {
        .banner__left--p {
          max-width: 350px;
          font-size: 10px; } }
      @media (max-width: 500px) {
        .banner__left--p {
          display: none; } }
  .banner__copa {
    padding: 10px;
    text-align: center;
    position: relative;
    max-width: 350px;
    margin: 0 auto; }
    @media (max-width: 500px) {
      .banner__copa {
        display: none; } }
    .banner__copa--about {
      margin-top: 30px; }
    .banner__copa:before {
      position: absolute;
      content: '';
      height: 1px;
      background-color: #9c2b2d;
      width: 150px;
      top: 25px;
      left: 0; }
      @media (max-width: 750px) {
        .banner__copa:before {
          width: 100px; } }
    .banner__copa:after {
      position: absolute;
      content: '';
      height: 1px;
      background-color: #9c2b2d;
      width: 150px;
      top: 25px;
      right: 0; }
      @media (max-width: 750px) {
        .banner__copa:after {
          width: 100px; } }
  .banner__link {
    display: block;
    position: absolute;
    bottom: 0;
    right: 100px;
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 140px;
    font-size: 18px;
    text-align: center;
    color: #9c2b2d !important;
    padding: 30px 5px 16px 5px;
    font-weight: 500;
    text-transform: uppercase; }
    .banner__link i {
      display: block;
      margin-bottom: 17px;
      font-size: 1.5em;
      -webkit-animation: mover 2s ease 1s infinite normal;
      animation: mover 2s ease 1s infinite normal; }
      @media (max-width: 500px) {
        .banner__link i {
          margin-top: 5px; } }

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }

@keyframes mover {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
    @media (max-width: 750px) {
      .banner__link {
        right: 10px;
        font-size: 14px;
        max-width: 120px;
        z-index: 1; } }
    @media (max-width: 500px) {
      .banner__link {
        padding: 10px 0 5px 0;
        max-width: 80px;
        font-size: 10px; } }

.top {
  background-image: url("img/banner-historia.jpg");
  width: 100%;
  background-size: cover;
  padding: 200px 100px 100px 100px;
  height: 750px;
  margin-bottom: 170px; }
  @media (max-width: 850px) {
    .top {
      padding: 200px 60px 60px 60px; } }
  @media (max-width: 550px) {
    .top {
      padding: 200px 60px 60px 60px;
      margin-bottom: 0; } }
  .top__box {
    background-color: rgba(255, 255, 255, 0.85);
    max-width: 973px;
    margin: 0 auto;
    padding: 70px;
    height: 500px;
    position: relative; }
    @media (max-width: 550px) {
      .top__box {
        padding: 20px; } }
    .top__box:before {
      position: absolute;
      content: '';
      border: 1px solid red;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -webkit-transform: rotate(6deg);
      -ms-transform: rotate(6deg);
      transform: rotate(6deg); }
  .top__line {
    border: 1px solid #9c2b2d;
    max-width: 973px;
    height: 500px;
    margin: 0 auto;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg); }
  .top__licores {
    display: block;
    margin: 0 auto;
    margin-top: -160px;
    position: relative;
    z-index: 0; }
  .top__p {
    margin: 25px 0; }
    @media (max-width: 450px) {
      .top__p {
        font-size: 13px; } }

.sec1 {
  background-image: url("img/cocteles-frutas.png");
  background-repeat: no-repeat;
  background-position: left;
  padding: 0 0 200px 0;
  position: relative;
  z-index: 0; }
  .sec1__title {
    font-size: 50px;
    font-weight: 700; }
    @media (max-width: 750px) {
      .sec1__title {
        text-shadow: 1px 1px 4px #FFF; } }
  @media (max-width: 750px) {
    .sec1 {
      padding: 0 0 190px 0; } }
  .sec1__p {
    font-size: 18px;
    color: #FFF;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    font-weight: 300; }
    @media (max-width: 750px) {
      .sec1__p {
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.9); } }
  .sec1__a {
    display: block;
    color: #9c2b2d !important;
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
    text-align: center; }
    .sec1__a i {
      display: block;
      padding: 20px 0; }
  .sec1__block1 {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 100px 0 0 0;
    text-align: center;
    margin-top: -88px;
    z-index: -1; }
    @media (max-width: 750px) {
      .sec1__block1 {
        margin-top: -8px; } }
    .sec1__block1 img {
      display: block;
      margin: 0 auto; }
  .sec1__block2 {
    padding-top: 150px; }
    .sec1__block2 img {
      display: block;
      margin: 0 auto; }

.imgBroken {
  position: relative;
  z-index: 1; }

.sec2 {
  position: relative;
  padding: 0 0 100px 0;
  background-image: url("img/bg-sec2.jpg");
  background-repeat: no-repeat;
  background-position: right; }
  .sec2__block1 {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 100px 0 0 0;
    text-align: center;
    position: relative;
    margin-top: -40px;
    z-index: 0; }
    @media (max-width: 750px) {
      .sec2__block1 {
        margin-top: -8px; } }
    .sec2__block1 img {
      display: block;
      margin: 0 auto; }

.sec3 {
  background-color: #f2f2f2;
  padding: 90px 0 100px 0; }
  .sec3__title {
    text-align: center;
    font-weight: 300;
    font-size: 30px; }
    .sec3__title span {
      font-weight: 500;
      color: #9c2b2d; }
  .sec3__span {
    color: #9c2b2d;
    display: block;
    text-align: center;
    position: relative;
    font-size: 15px;
    max-width: 230px;
    margin: 0 auto; }
    .sec3__span:before {
      content: '';
      position: absolute;
      width: 50px;
      height: 1px;
      top: 11px;
      background-color: #9c2b2d;
      left: 0; }
    .sec3__span:after {
      content: '';
      position: absolute;
      width: 50px;
      height: 1px;
      top: 11px;
      background-color: #9c2b2d;
      right: 0; }
    .sec3__span--description {
      position: absolute;
      width: 100%;
      bottom: 20px;
      right: 0;
      left: 0;
      margin: auto; }
      @media (max-width: 750px) {
        .sec3__span--description {
          display: none; } }
  .sec3__wrap {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px; }
  .sec3__img {
    display: inline-block;
    margin: 10px; }

.wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 550px) {
    .wrap {
      display: block; } }
  .wrap__box {
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 339px;
    margin: 0 auto;
    padding: 120px 0 60px 0; }
  .wrap__about {
    position: relative;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover; }
    .wrap__about--margin {
      margin-top: -25px; }
    .wrap__about--uva {
      background-image: url("img/q-somos-uvas.jpg"); }
    .wrap__about--lab {
      background-image: url("img/q-somos-lab.jpg"); }
      @media (max-width: 550px) {
        .wrap__about--lab {
          height: 200px; } }
  .wrap__content {
    max-width: 550px;
    margin: 0 auto;
    text-align: center;
    margin: 80px auto; }
  .wrap__p {
    text-align: justify;
    margin: 50px; }

.final {
  background-image: url("img/botella-licor.jpg");
  background-repeat: no-repeat;
  background-color: #0b0b11;
  background-position: right;
  color: #FFF;
  padding: 100px 0; }
  @media (max-width: 550px) {
    .final {
      padding: 40px; } }
  .final__bg {
    background-color: rgba(64, 64, 64, 0.5);
    padding: 50px;
    position: relative; }
    .final__bg:before {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      border: 1px solid #9c2b2d;
      top: 0;
      left: 0;
      -webkit-transform: rotate(6deg);
      -ms-transform: rotate(6deg);
      transform: rotate(6deg); }
  .final__title {
    font-weight: 300;
    font-size: 30px;
    margin-bottom: 10px; }
    .final__title span {
      font-weight: 500;
      color: #9c2b2d; }
  .final__p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 40px; }

.products {
  padding: 200px 0 100px 0;
  background-image: url("img/alcohol.jpg");
  background-repeat: no-repeat; }
  @media (max-width: 991px) {
    .products {
      background-image: url("img/alcohol-opacity.jpg"); } }
  .products--single {
    background: none; }
  .products__ul {
    border-bottom: 0.5px solid #9c2b2d;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 35px;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 80px; }
    @media (max-width: 991px) {
      .products__ul {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 20px; } }
    .products__ul li {
      display: inline-block;
      margin: 0 5px; }
      @media (max-width: 991px) {
        .products__ul li {
          margin: 5px; } }
      .products__ul li a {
        color: #4d4d4d;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        transition: all ease .5s;
        padding: 15px; }
        @media (max-width: 991px) {
          .products__ul li a {
            font-size: 16px;
            border: 1px solid #9c2b2d;
            display: block; } }
      .products__ul li:hover a {
        background-color: #9c2b2d;
        color: #FFF; }
    .products__ul .current-cat {
      background-color: #9c2b2d; }
      .products__ul .current-cat a {
        display: block;
        color: #FFF !important; }
  .products__figure {
    text-align: center; }
  .products__products {
    border-bottom: 1px solid #9c2b2d;
    overflow: hidden;
    padding-bottom: 70px;
    margin-bottom: 100px; }
    @media (max-width: 750px) {
      .products__products {
        padding-bottom: 50px;
        margin-bottom: 50px; } }
  .products__titleDetail {
    font-size: 30px;
    font-weight: 400;
    color: #9c2b2d; }
  .products__subTitleDetail {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px; }
  .products__description {
    border: 1px solid rgba(156, 43, 45, 0.1);
    margin-top: 20px;
    padding: 30px;
    height: 250px;
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 750px) {
      .products__description {
        height: auto;
        padding: 10px; } }
    @media (max-width: 450px) {
      .products__description {
        display: none; } }
  .products__more {
    text-align: center; }
    @media (max-width: 450px) {
      .products__more {
        margin-top: 20px; } }
  .products__moreTitle {
    font-size: 15px;
    color: #9c2b2d;
    font-weight: normal;
    max-width: 100px;
    margin: 0 auto;
    white-space: normal; }
    @media (max-width: 750px) {
      .products__moreTitle {
        font-size: 10px; } }
  .products__moreWrap {
    margin-bottom: 30px; }
    .products__moreWrap .icon-chevron-down {
      font-size: 25px;
      color: #9c2b2d; }
    @media (max-width: 750px) {
      .products__moreWrap {
        margin-bottom: 0; } }
    @media (max-width: 450px) {
      .products__moreWrap {
        margin-bottom: 10px; } }
  .products__moreP {
    margin-top: 10px; }
  .products__call {
    background-color: #9c2b2d;
    color: #FFF !important;
    display: block;
    padding: 8px;
    clear: both;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 2px; }
    .products__call:hover {
      border: 1px solid #9c2b2d;
      background-color: #FFF;
      color: #9c2b2d !important; }
    @media (max-width: 450px) {
      .products__call {
        padding: 5px; } }
  .products__detalle {
    border-right: 2px solid #9c2b2d;
    border-left: 2px solid #9c2b2d;
    border-top: 2px solid #9c2b2d;
    max-width: 1000px;
    margin: 0 auto;
    padding: 55px;
    position: relative;
    margin-bottom: 120px; }
    @media (max-width: 750px) {
      .products__detalle {
        padding: 15px;
        margin: 15px; } }
    .products__detalle:before {
      position: absolute;
      content: '';
      width: 10%;
      height: 2px;
      background-color: #9c2b2d;
      bottom: 0;
      left: 0; }
    .products__detalle:after {
      position: absolute;
      content: '';
      width: 80%;
      height: 2px;
      background-color: #9c2b2d;
      bottom: 0;
      right: 0; }
  .products__copex {
    position: absolute;
    left: 14%;
    bottom: -10px; }
  .products__wrap {
    max-width: 280px;
    height: 580px;
    padding-top: 25px;
    position: relative;
    margin: 0 auto; }
    @media (max-width: 400px) {
      .products__wrap {
        height: 500px; } }
  .products__a {
    border-left: 2px solid red;
    border-right: 2px solid red;
    border-top: 2px solid red;
    position: absolute;
    background-color: rgba(26, 26, 26, 0.7);
    height: 100%;
    width: 100%;
    top: 0;
    color: red !important;
    opacity: 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
    font-size: 18px;
    font-weight: 600 !important; }
    .products__a:before {
      position: absolute;
      content: '';
      width: 0;
      height: 2px;
      background-color: red;
      bottom: 0;
      left: 0;
      -webkit-transition: all ease 1s;
      -o-transition: all ease 1s;
      transition: all ease 1s; }
    .products__a:after {
      position: absolute;
      content: '';
      width: 0;
      height: 2px;
      background-color: red;
      bottom: 0;
      right: 0;
      -webkit-transition: all ease 1s;
      -o-transition: all ease 1s;
      transition: all ease 1s; }
    .products__a:hover {
      opacity: 1; }
      .products__a:hover:before, .products__a:hover:after {
        width: 30%; }
    .products__a span {
      text-align: center;
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      font-weight: 600;
      font-size: 18px; }
    .products__a__botella {
      position: absolute;
      right: 0;
      left: 0;
      text-align: center;
      font-size: 55px;
      top: 37%; }
    .products__a__arrow {
      display: block;
      margin-top: 20px;
      font-size: 15px; }
  .products__copa {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto; }
  .products__item {
    border: 1px solid rgba(156, 43, 45, 0.2);
    text-align: center;
    max-width: 244px;
    height: 499px;
    margin: 0 auto;
    background-color: #FFF;
    padding-top: 20px;
    padding-bottom: 40px; }
    @media (max-width: 400px) {
      .products__item {
        height: 450px; } }
    .products__item img {
      max-height: 100%; }
  .products__title {
    border: 1px solid #9c2b2d;
    max-width: 206px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: -30px;
    background-color: #FFF;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #9c2b2d; }
    .products__title span {
      display: block; }
  .products__subTitle {
    font-weight: 200;
    color: #9c2b2d;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 30px; }
    @media (max-width: 750px) {
      .products__subTitle {
        padding: 0 20px;
        font-size: 25px; } }

#recetas {
  display: none; }

.recipeTitle {
  text-align: center;
  color: #9c2b2d;
  font-size: 18px;
  text-transform: uppercase; }
  .recipeTitle .products__moreTitle {
    font-weight: 600;
    font-size: 18px; }
  .recipeTitle i {
    display: block;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 10px; }

.recipe {
  -webkit-box-shadow: 0px 0px 2px 0px #9c2b2d;
  box-shadow: 0px 0px 2px 0px #9c2b2d;
  padding: 40px 0 0 50px;
  background-image: url("img/copa-bg.jpg");
  background-repeat: no-repeat;
  background-position: -50px;
  margin-bottom: 30px; }
  .recipe--bg {
    background-image: url("img/copa-bg-2.jpg");
    background-position: right; }
  .recipe__title {
    font-weight: 300;
    margin-bottom: 30px;
    margin-top: 30px; }
    .recipe__title b {
      font-weight: 500;
      color: #9c2b2d; }
  .recipe__subTitle {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px; }
    .recipe__subTitle--ing {
      position: relative; }
      .recipe__subTitle--ing:before {
        position: absolute;
        content: 'h';
        font-family: cava;
        color: #9c2b2d;
        font-size: 40px;
        left: -40px; }
    .recipe__subTitle--pre {
      position: relative; }
      .recipe__subTitle--pre:before {
        position: absolute;
        content: 'g';
        font-family: cava;
        color: #9c2b2d;
        font-size: 40px;
        left: -40px; }
  .recipe__p {
    font-size: 15px;
    font-weight: 300; }
    .recipe__p b {
      color: #9c2b2d;
      font-weight: 400; }
  .recipe__ingredients {
    border-right: 1px solid rgba(156, 43, 45, 0.2);
    padding-right: 15px;
    height: 180px; }
  .recipe__preparation {
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .recipe__preparation--border {
      border-bottom: 1px solid rgba(156, 43, 45, 0.2); }

.othersProducts__header {
  background-color: rgba(242, 242, 242, 0.85);
  padding: 80px 0 180px 0;
  margin-top: -20px; }

.othersProducts__wrap {
  margin-top: -110px; }

.contact {
  padding: 200px 0 100px 0; }
  .contact__title {
    border-bottom: 1px solid #9c2b2d;
    padding-bottom: 70px; }
  .contact__dates {
    margin-top: 100px; }
  .contact__contact {
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #9c2b2d;
    max-width: 240px;
    margin-bottom: 20px;
    margin: 0 auto; }
    .contact__contact:last-child {
      border-bottom: none; }
    .contact__contact i {
      font-size: 30px;
      color: #9c2b2d; }
    .contact__contact p {
      font-size: 15px;
      color: #666666; }
    .contact__contact a {
      display: block;
      color: #666666; }
  .contact__subTitle {
    font-weight: 500;
    font-size: 16px;
    color: #9c2b2d;
    border: 1px solid #9c2b2d;
    max-width: 150px;
    padding: 15px;
    margin: 0 auto;
    margin-bottom: 20px; }
  .contact__form {
    margin-top: 80px; }
  .contact__formForm {
    border: 2px solid #9c2b2d;
    padding: 50px; }
    .contact__formForm input, .contact__formForm textarea {
      display: block;
      width: 100%;
      padding: 12px 10px;
      margin-bottom: 20px;
      border: none;
      -webkit-box-shadow: 0px 0px 2px rgba(156, 43, 45, 0.3);
      box-shadow: 0px 0px 2px rgba(156, 43, 45, 0.3); }
    .contact__formForm button {
      width: 100%;
      background-color: #9c2b2d;
      color: #FFF;
      border: 0;
      padding: 10px;
      font-weight: 600;
      font-size: 18px; }
  .contact__formTitle {
    margin-bottom: 20px;
    margin-left: 40px;
    font-size: 30px;
    color: #9c2b2d;
    font-weight: 500; }

.footer {
  background-color: #9c2b2d;
  padding: 90px 0 0 0;
  color: #FFF;
  position: relative; }
  @media (max-width: 750px) {
    .footer {
      padding: 20px 0 0 0; } }
  .footer:before {
    position: absolute;
    content: '';
    height: 50px;
    width: 100%;
    background-image: url("img/broken-footer.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    top: -19px; }
    @media (max-width: 750px) {
      .footer:before {
        background-image: none; } }
  .footer__wrap {
    height: 220px;
    margin-bottom: 10px; }
    .footer__wrap--first {
      text-align: center; }
  .footer__title1 {
    margin: 15px 0 15px 0;
    font-size: 18px;
    font-weight: 500; }
  .footer__titles {
    font-size: 18px;
    font-weight: 600; }
  .footer__ul {
    position: relative;
    list-style-type: none;
    padding-left: 5px;
    margin-left: 23px;
    border-left: 1px solid #FFF;
    margin-top: 10px;
    height: 165px;
    line-height: 1.7; }
    .footer__ul:before {
      font-family: "cava";
      content: 'm';
      position: absolute;
      display: block;
      left: -30px;
      top: -7;
      font-size: 20px; }
    .footer__ul a {
      color: #FFF;
      font-weight: 300;
      margin-left: 5px;
      -webkit-transition: all ease .5s;
      -o-transition: all ease .5s;
      transition: all ease .5s; }
      .footer__ul a:hover {
        opacity: .5; }
    .footer__ul--empresa:before {
      font-family: "cava";
      content: 'f';
      position: absolute;
      display: block;
      left: -30px;
      top: -7;
      font-size: 30px; }
    .footer__ul--products:before {
      font-family: "cava";
      content: 'f';
      position: absolute;
      display: block;
      left: -30px;
      top: -7;
      font-size: 30px; }
  .footer__link {
    width: 34px;
    height: 34px;
    display: block;
    background-color: #FFF;
    display: inline-block;
    border-radius: 50%;
    color: #9c2b2d;
    padding: 6px 8px;
    margin-right: 10px;
    margin-top: 18px;
    margin-bottom: 20px; }
    .footer__link i {
      font-size: 18px; }
  .footer__tag {
    background-color: #FFF;
    color: #808080;
    padding: 15px 0;
    margin-top: 30px;
    position: relative; }
    .footer__tag:before {
      position: absolute;
      content: '';
      height: 50px;
      width: 100%;
      background-image: url("img/broken-white.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      top: -18px; }
      @media (max-width: 1200px) {
        .footer__tag:before {
          background-size: initial; } }
  .footer__tagLeft span {
    color: #9c2b2d;
    font-weight: 600; }
  .footer__tagRight {
    display: block;
    text-align: right;
    color: #000 !important; }
