/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/sass/styles.scss ***!
  \***************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wdth,wght@0,75..100,100..900;1,75..100,100..900&display=swap);
/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./css/sass/styles.scss (1) ***!
  \*******************************************************************************************************************/
@charset "UTF-8";
* {
  outline: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }
  *:hover {
    outline: none; }
  *:active {
    outline: none; }
  *:focus {
    outline: none; }

html {
  font-family: "Nunito", sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth; }

html, body {
  overflow-x: hidden;
  box-sizing: border-box; }

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

.main {
  width: 100%;
  max-width: 2200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }
  @media screen and (min-width: 992px) {
    .wrapper {
      padding: 0 2.4rem; } }
  @media screen and (min-width: 1400px) {
    .wrapper {
      padding: 0; } }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-family: "Carmay", serif; }

h2 {
  font-size: 3.7rem;
  line-height: 4.4rem;
  font-weight: 300; }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 4.9rem;
      line-height: 5.9rem; } }

h3 {
  font-size: 2.8rem;
  line-height: 3.3rem;
  font-weight: 300; }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 3.7rem;
      line-height: 4.4rem; } }

h4 {
  font-size: 2.1rem;
  line-height: 2.7rem; }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 2.8rem;
      line-height: 3.3rem; } }

h5 {
  font-size: 2.1rem;
  line-height: 2.7rem; }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 2.1rem;
      line-height: 2.7rem; } }

p, span, a {
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #ffffff;
  font-family: "Nunito", sans-serif; }

.title_deg {
  background: linear-gradient(270deg, #FCDF76 0%, #BF8B0D 38.09%, #F4C65D 73.56%, #BF8B0D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; }

.button {
  display: inline-flex;
  align-items: center;
  background-color: #BF8B0D;
  color: #ffffff;
  padding: 0.8rem 2.4rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  max-width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem; }
  .button:hover {
    background-color: #946C0A;
    color: #ffffff; }

header {
  background-color: #000000;
  padding: 1.2rem 0; }
  @media screen and (min-width: 992px) {
    header {
      padding: 1.6rem 0; } }
  header img {
    margin: 0 auto; }

.hero_landing {
  background-color: #000000;
  padding-bottom: 3.2rem; }
  @media screen and (min-width: 992px) {
    .hero_landing {
      height: 70rem;
      padding-bottom: 0; } }
  .hero_landing .content {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      .hero_landing .content {
        flex-direction: row;
        align-items: center; } }
    .hero_landing .content .col {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 3.2rem;
      padding: 0 2.4rem; }
      .hero_landing .content .col:first-of-type {
        padding: 0; }
      @media screen and (min-width: 992px) {
        .hero_landing .content .col {
          flex-basis: 50%;
          gap: 4rem;
          padding: 0; } }
      .hero_landing .content .col h1 {
        font-size: 4.2rem;
        line-height: 5rem;
        color: #ffffff;
        font-weight: 300; }
        @media screen and (min-width: 992px) {
          .hero_landing .content .col h1 {
            font-size: 5.9rem;
            line-height: 7.1rem;
            text-align: left; } }

.sabor_momento {
  background-color: #1C1C1C;
  padding: 6.4rem 2.4rem; }
  @media screen and (min-width: 992px) {
    .sabor_momento {
      padding: 8rem 0; } }
  .sabor_momento .content {
    display: flex;
    flex-direction: column;
    gap: 3.2rem; }
    @media screen and (min-width: 992px) {
      .sabor_momento .content {
        flex-direction: row;
        align-items: center;
        gap: 1rem; } }
    @media screen and (min-width: 992px) {
      .sabor_momento .content .col {
        flex-basis: 50%; } }
    @media screen and (max-width: 992px) {
      .sabor_momento .content .col_media img {
        width: 100%; } }
    @media screen and (min-width: 992px) {
      .sabor_momento .content .col_media {
        order: 2;
        display: flex;
        justify-content: flex-end; } }
    .sabor_momento .content .col_text {
      display: flex;
      flex-direction: column;
      gap: 1.6rem; }
      @media screen and (min-width: 992px) {
        .sabor_momento .content .col_text {
          order: 1; } }

.block_goals_person {
  background-color: #1C1C1C;
  padding: 5.6rem  2.4rem 4.8rem; }
  @media screen and (min-width: 992px) {
    .block_goals_person {
      padding: 9.6rem 0 5.6rem; } }
  .block_goals_person h2 {
    color: #ffffff; }
    @media screen and (min-width: 992px) {
      .block_goals_person h2 {
        margin: 0 auto;
        max-width: 691px;
        text-align: center; } }
  .block_goals_person .goals_person_content {
    margin-top: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media screen and (min-width: 768px) {
      .block_goals_person .goals_person_content {
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 4.8rem;
        align-items: center; } }
    @media screen and (min-width: 992px) {
      .block_goals_person .goals_person_content {
        align-items: stretch;
        flex-wrap: nowrap; } }
    .block_goals_person .goals_person_content .col {
      display: flex;
      flex-direction: column; }
      .block_goals_person .goals_person_content .col .item {
        display: flex;
        gap: 16px;
        align-items: flex-start;
        margin-bottom: 3.2px;
        max-width: 381px; }
        .block_goals_person .goals_person_content .col .item:last-of-type {
          margin-bottom: 0; }
        .block_goals_person .goals_person_content .col .item .pic {
          background-color: #F7EAD4;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          padding: 2.5rem; }
          .block_goals_person .goals_person_content .col .item .pic img {
            width: 3.2rem;
            height: 3.2rem;
            min-width: 3.2rem;
            min-height: 3.2rem; }
        .block_goals_person .goals_person_content .col .item .text .title {
          font-size: 2.1rem;
          font-weight: 700;
          line-height: 2.7rem; }
        .block_goals_person .goals_person_content .col .item .text p {
          font-size: 1.7rem;
          font-weight: 500;
          line-height: 2.5rem; }
      @media screen and (min-width: 992px) {
        .block_goals_person .goals_person_content .col.left_side .item:first-of-type {
          transform: translateX(62px); }
        .block_goals_person .goals_person_content .col.left_side .item:nth-of-type(2) {
          transform: translateX(20px); } }
      @media screen and (min-width: 768px) {
        .block_goals_person .goals_person_content .col.left_side {
          width: 50%;
          flex-basis: 50%;
          gap: 5.2rem; } }
      @media screen and (max-width: 992px) {
        .block_goals_person .goals_person_content .col.left_side {
          gap: 3.2rem; } }
      @media screen and (min-width: 992px) {
        .block_goals_person .goals_person_content .col.right_side .item:first-of-type {
          transform: translateX(-62px); }
        .block_goals_person .goals_person_content .col.right_side .item:nth-of-type(2) {
          transform: translateX(-20px); } }
      @media screen and (min-width: 768px) {
        .block_goals_person .goals_person_content .col.right_side {
          width: 50%;
          flex-basis: 50%;
          gap: 5.2rem; } }
      @media screen and (min-width: 992px) {
        .block_goals_person .goals_person_content .col.right_side {
          order: 2; } }
      @media screen and (max-width: 992px) {
        .block_goals_person .goals_person_content .col.right_side {
          margin-top: 3.2rem;
          gap: 3.2rem; } }
      .block_goals_person .goals_person_content .col.image {
        justify-content: flex-end; }
        @media screen and (max-width: 992px) {
          .block_goals_person .goals_person_content .col.image {
            margin: 0 auto; } }
        @media screen and (min-width: 992px) {
          .block_goals_person .goals_person_content .col.image {
            min-width: 500px; } }

.block_bg_carrusel {
  height: 100%;
  width: 100%;
  padding: 4.8rem 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: #141414; }
  @media screen and (min-width: 768px) {
    .block_bg_carrusel {
      padding: 9.6rem 0; } }
  .block_bg_carrusel .column_text {
    max-width: 700px;
    margin: 48px auto 0; }
    @media screen and (max-width: 992px) {
      .block_bg_carrusel .column_text {
        padding: 0 2.4rem 2.4rem; } }
    .block_bg_carrusel .column_text .block_bg_carrusel_text__js .swiper-slide {
      display: flex;
      flex-direction: column;
      opacity: 0 !important; }
      @media screen and (min-width: 992px) {
        .block_bg_carrusel .column_text .block_bg_carrusel_text__js .swiper-slide {
          flex-direction: row;
          gap: 6.4rem; } }
      .block_bg_carrusel .column_text .block_bg_carrusel_text__js .swiper-slide-active {
        opacity: 1 !important; }
    .block_bg_carrusel .column_text .block_bg_carrusel_text__js .swiper-slide-duplicate-active {
      opacity: 1 !important; }
    .block_bg_carrusel .column_text h2 {
      color: #ffffff; }
      @media screen and (max-width: 992px) {
        .block_bg_carrusel .column_text h2 {
          margin-bottom: 1.6rem; } }
    .block_bg_carrusel .column_text p {
      margin-top: 1.2rem; }
      @media screen and (min-width: 992px) {
        .block_bg_carrusel .column_text p {
          max-width: 360px;
          margin-left: auto; } }
  .block_bg_carrusel .column_pic {
    height: 440px; }
    @media screen and (min-width: 560px) {
      .block_bg_carrusel .column_pic {
        width: 100%;
        height: 500px; } }
  .block_bg_carrusel .block_bg_carrusel__js {
    position: relative;
    overflow: inherit;
    margin-bottom: 4.8rem;
    padding-left: 24px;
    padding-right: 24px;
    height: 440px; }
    @media screen and (min-width: 560px) {
      .block_bg_carrusel .block_bg_carrusel__js {
        height: 500px; } }
    .block_bg_carrusel .block_bg_carrusel__js .swiper-wrapper {
      align-items: center; }
    .block_bg_carrusel .block_bg_carrusel__js .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      border: solid 1px #BF8B0D;
      box-sizing: border-box;
      border-radius: 0 125px 0 0;
      background-color: #232323;
      padding: 2.4rem 0;
      max-height: 245px;
      overflow: visible; }
      @media screen and (min-width: 992px) {
        .block_bg_carrusel .block_bg_carrusel__js .swiper-slide {
          max-height: 400px; } }
      .block_bg_carrusel .block_bg_carrusel__js .swiper-slide:hover {
        cursor: pointer; }
      .block_bg_carrusel .block_bg_carrusel__js .swiper-slide .caja {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 150px;
        transition: max-width 0.8s ease, transform 0.8s ease; }
        .block_bg_carrusel .block_bg_carrusel__js .swiper-slide .caja img {
          margin: 0 auto; }
          @media screen and (max-width: 992px) {
            .block_bg_carrusel .block_bg_carrusel__js .swiper-slide .caja img {
              max-height: 240px; } }
      .block_bg_carrusel .block_bg_carrusel__js .swiper-slide-active {
        border: solid 4px #BF8B0D;
        max-height: 440px; }
        @media screen and (min-width: 992px) {
          .block_bg_carrusel .block_bg_carrusel__js .swiper-slide-active {
            max-height: 520px; } }
        .block_bg_carrusel .block_bg_carrusel__js .swiper-slide-active .caja {
          position: relative;
          margin: 0 auto;
          max-width: 230px; }
          .block_bg_carrusel .block_bg_carrusel__js .swiper-slide-active .caja img {
            margin: 0 auto;
            transform: scale(1.05) translateY(-30px);
            transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
            max-height: 439px; }
            @media screen and (max-width: 992px) {
              .block_bg_carrusel .block_bg_carrusel__js .swiper-slide-active .caja img {
                max-height: 463px; } }
            @media screen and (min-width: 992px) {
              .block_bg_carrusel .block_bg_carrusel__js .swiper-slide-active .caja img {
                transform: scale(1.3) translateY(-30px); } }
    .block_bg_carrusel .block_bg_carrusel__js .swiper-pagination {
      bottom: -4rem; }
      .block_bg_carrusel .block_bg_carrusel__js .swiper-pagination .swiper-pagination-bullet {
        border-radius: 50px;
        height: 14px;
        width: 14px;
        background-color: #5F5F5F;
        opacity: 1; }
        .block_bg_carrusel .block_bg_carrusel__js .swiper-pagination .swiper-pagination-bullet-active {
          background-color: #BF8B0D; }
    .block_bg_carrusel .block_bg_carrusel__js .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, .block_bg_carrusel .block_bg_carrusel__js .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      transform: scale(1) !important; }
  .block_bg_carrusel .block_bg_carrusel__navigation {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 1.6rem;
    z-index: 2;
    justify-content: flex-start; }
    @media screen and (max-width: 992px) {
      .block_bg_carrusel .block_bg_carrusel__navigation {
        padding: 0 2.4rem 0; } }
    .block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-prev {
      border: solid 2px #BF8B0D;
      height: 4rem;
      width: 4rem;
      cursor: pointer;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-prev em {
        font-size: 2.2rem;
        color: #BF8B0D; }
      .block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-prev:hover {
        background-color: #1C1C1C; }
    .block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-next {
      border: solid 2px #BF8B0D;
      height: 4rem;
      width: 4rem;
      cursor: pointer;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-next em {
        color: #BF8B0D;
        font-size: 2.2rem; }
      .block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-next:hover {
        background-color: #1C1C1C; }
  .block_bg_carrusel .title_carrusel {
    margin: 0 auto 8rem;
    max-width: 691px;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    position: relative;
    max-width: max-content; }
    .block_bg_carrusel .title_carrusel:after {
      content: url(../dist/fonts/icons/star.png);
      position: absolute;
      top: -30px;
      right: -44px;
      width: 64px;
      height: 64px; }
    @media screen and (min-width: 992px) {
      .block_bg_carrusel .title_carrusel {
        margin: 0 auto 11rem; } }
    @media screen and (max-width: 560px) {
      .block_bg_carrusel .title_carrusel {
        width: 330px; }
        .block_bg_carrusel .title_carrusel:after {
          content: url(../dist/fonts/icons/star.png);
          position: absolute;
          top: -30px;
          right: 39;
          width: 64px;
          height: 64px; } }

.camarero {
  background-color: #1C1C1C;
  padding-top: 8rem; }
  @media screen and (min-width: 992px) {
    .camarero {
      background-image: url(../dist/fonts/icons/bg_camarero.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom right;
      min-height: 686px;
      padding-top: 6.4rem; } }
  .camarero .content {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      .camarero .content {
        flex-direction: row;
        align-items: center;
        min-height: 686px; } }
    @media screen and (min-width: 992px) {
      .camarero .content .col {
        flex-basis: 55%; } }
    .camarero .content .col_text {
      display: flex;
      flex-direction: column;
      gap: 1.6rem;
      padding: 0 2.4rem; }
      @media screen and (min-width: 992px) {
        .camarero .content .col_text {
          order: 1;
          padding: 0; } }
      .camarero .content .col_text p {
        color: #ffffff; }
        @media screen and (min-width: 992px) {
          .camarero .content .col_text p {
            max-width: 70%; } }
      .camarero .content .col_text img {
        max-width: 213px; }
        @media screen and (max-width: 992px) {
          .camarero .content .col_text img {
            display: none; } }
    .camarero .content .col_media {
      margin-top: 4.4rem; }
      .camarero .content .col_media img {
        width: 100%; }
      @media screen and (min-width: 992px) {
        .camarero .content .col_media {
          display: none; } }

.block_coctel {
  background-color: #1C1C1C;
  padding: 4.8rem 0; }
  @media screen and (min-width: 992px) {
    .block_coctel {
      padding: 8rem 0; } }
  .block_coctel.autor {
    background-color: #1C1C1C;
    padding: 4.8rem 0; }
    @media screen and (min-width: 992px) {
      .block_coctel.autor {
        padding: 3.2rem 0rem 9.6rem; } }
  .block_coctel .title_box {
    margin: 0 auto 4.8rem;
    text-align: center;
    max-width: 900px;
    padding: 0 2.4rem; }
    .block_coctel .title_box h2 {
      margin-bottom: 1.6rem;
      color: #ffffff; }
    .block_coctel .title_box p {
      max-width: 700px;
      margin: 0 auto; }
  .block_coctel .coctel_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.4rem; }
    @media screen and (max-width: 768px) {
      .block_coctel .coctel_grid {
        overflow-x: auto;
        flex-wrap: nowrap;
        margin-left: 2.4rem;
        padding-bottom: 12px;
        padding-right: 2.4rem; }
        .block_coctel .coctel_grid::-webkit-scrollbar {
          height: 4px; }
        .block_coctel .coctel_grid::-webkit-scrollbar-thumb {
          background-color: #BF8B0D; } }
    @media screen and (min-width: 768px) {
      .block_coctel .coctel_grid {
        padding: 0 2.4rem; } }
    .block_coctel .coctel_grid_item {
      position: relative;
      flex: 1 1 100%;
      height: 440px;
      overflow: hidden;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .block_coctel .coctel_grid_item {
          min-width: 320px; } }
      @media screen and (min-width: 768px) {
        .block_coctel .coctel_grid_item {
          flex: 1 1 33%; } }
      @media screen and (min-width: 992px) {
        .block_coctel .coctel_grid_item {
          flex: 1 1 25%; } }
      .block_coctel .coctel_grid_item img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        border-radius: 0 80px 0 0; }
      .block_coctel .coctel_grid_item .overlay {
        position: absolute;
        left: 0;
        bottom: -100%;
        width: 100%;
        height: 100%;
        background: #130907;
        background: linear-gradient(0deg, #130907 0%, rgba(0, 0, 0, 0) 42%);
        z-index: 1;
        opacity: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2.4rem 2.4rem;
        transition: all 0.6s ease-in-out;
        border-radius: 0 150px 0 0; }
        @media screen and (max-width: 992px) {
          .block_coctel .coctel_grid_item .overlay {
            opacity: 1;
            bottom: 0; } }
        .block_coctel .coctel_grid_item .overlay h2 {
          color: #ffffff;
          font-size: 2.8rem;
          line-height: 3.3rem; }
        .block_coctel .coctel_grid_item .overlay p {
          display: flex;
          gap: 1.2rem;
          align-items: center;
          padding: 0.8rem 0; }
          .block_coctel .coctel_grid_item .overlay p svg {
            fill: #ffffff;
            transition: all 0.6s ease-in-out; }
      .block_coctel .coctel_grid_item:hover .overlay {
        opacity: 1;
        bottom: 0; }
        .block_coctel .coctel_grid_item:hover .overlay p:hover {
          color: #BF8B0D; }
          .block_coctel .coctel_grid_item:hover .overlay p:hover svg {
            fill: #BF8B0D;
            transform: translateX(4px); }
  .block_coctel .coctel_panel {
    position: relative;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100vw;
    top: 200%;
    left: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    z-index: 99999999;
    opacity: 0;
    box-sizing: border-box;
    overflow-y: auto; }
    @media screen and (min-width: 768px) {
      .block_coctel .coctel_panel {
        left: 150%;
        top: 0; } }
    .block_coctel .coctel_panel.open {
      top: 0;
      opacity: 1;
      bottom: 0; }
      @media screen and (min-width: 768px) {
        .block_coctel .coctel_panel.open {
          left: 0%; } }
      .block_coctel .coctel_panel.open .close_panel {
        position: absolute;
        top: 24px;
        left: 24px;
        cursor: pointer;
        padding: 16px;
        display: block; }
    @media screen and (min-width: 768px) {
      .block_coctel .coctel_panel {
        flex-direction: row;
        overflow-y: hidden;
        height: 100vh; } }
    .block_coctel .coctel_panel_text {
      color: #000000;
      display: none;
      width: 100%;
      padding: 2.4rem;
      box-sizing: border-box;
      background-color: #F2D9C8; }
      @media screen and (min-width: 768px) {
        .block_coctel .coctel_panel_text {
          width: 50%;
          padding: 6rem;
          overflow-y: auto;
          padding: 5.6rem 6rem 6.4rem 6.4rem; } }
      .block_coctel .coctel_panel_text.activo {
        display: block; }
      .block_coctel .coctel_panel_text h2 {
        font-size: 4.2rem;
        line-height: 5rem;
        color: #9D4701;
        margin-bottom: 2.4rem;
        font-weight: 300;
        max-width: 800px; }
        @media screen and (min-width: 768px) {
          .block_coctel .coctel_panel_text h2 {
            font-size: 4.9rem;
            line-height: 5.9rem; } }
      .block_coctel .coctel_panel_text .box {
        border: solid 1px #F99240;
        border-radius: 0 80px 0 0;
        margin-bottom: 2.4rem;
        padding: 2.4rem;
        max-width: 800px; }
        .block_coctel .coctel_panel_text .box h3 {
          font-size: 2.8rem;
          line-height: 3.3rem;
          color: #9D4701;
          margin-bottom: 1.6rem;
          font-weight: 300; }
        .block_coctel .coctel_panel_text .box ul {
          margin-left: 2.4rem; }
          .block_coctel .coctel_panel_text .box ul li {
            font-size: 1.7rem;
            line-height: 2.5rem;
            color: #000000; }
      .block_coctel .coctel_panel_text .steps {
        max-width: 800px; }
        .block_coctel .coctel_panel_text .steps h3 {
          font-size: 2.8rem;
          line-height: 3.3rem;
          color: #9D4701;
          margin-bottom: 1.6rem;
          font-weight: 300; }
        .block_coctel .coctel_panel_text .steps ul {
          display: flex;
          flex-direction: column;
          gap: 1.6rem; }
          .block_coctel .coctel_panel_text .steps ul li {
            list-style: none;
            font-size: 1.7rem;
            line-height: 2.5rem;
            color: #000000;
            display: flex;
            flex-direction: row; }
            .block_coctel .coctel_panel_text .steps ul li p {
              display: flex;
              flex-direction: row;
              gap: 1.6rem; }
              .block_coctel .coctel_panel_text .steps ul li p .number {
                border: solid 1px #F99240;
                padding: 1.6rem;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #9D4701;
                font-size: 1.7rem;
                font-weight: 700;
                min-height: 3.2rem;
                max-height: 3.2rem;
                min-width: 3.2rem;
                max-width: 3.2rem;
                background-color: #ffffff;
                border-radius: 50px; }
              .block_coctel .coctel_panel_text .steps ul li p .text {
                font-size: 1.7rem;
                line-height: 2.5rem;
                color: #000000; }
                .block_coctel .coctel_panel_text .steps ul li p .text strong {
                  font-weight: 700; }
      .block_coctel .coctel_panel_text .consejos {
        max-width: 800px;
        background-color: #EFCEB8;
        padding: 2.4rem;
        margin-top: 2.4rem;
        border-radius: 0 80px 0 0; }
        .block_coctel .coctel_panel_text .consejos h3 {
          font-size: 2.8rem;
          line-height: 3.3rem;
          color: #9D4701;
          margin-bottom: 1.6rem;
          font-weight: 300;
          display: flex;
          gap: 0.8rem;
          align-items: center; }
        .block_coctel .coctel_panel_text .consejos ul {
          margin-left: 2.4rem; }
          .block_coctel .coctel_panel_text .consejos ul li {
            font-size: 1.7rem;
            line-height: 2.5rem;
            color: #000000; }
    .block_coctel .coctel_panel_pic {
      height: 100%;
      width: 100%;
      right: 0;
      top: 0;
      background-color: #F2D9C8;
      display: none; }
      @media screen and (min-width: 768px) {
        .block_coctel .coctel_panel_pic {
          width: 50%;
          background-color: #F2D9C8; } }
      .block_coctel .coctel_panel_pic img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        border-radius: 0; }
        @media screen and (min-width: 768px) {
          .block_coctel .coctel_panel_pic img {
            border-radius: 0 80px 0 0; } }
      .block_coctel .coctel_panel_pic.activo {
        display: block; }
    .block_coctel .coctel_panel .close_panel {
      position: absolute;
      top: 24px;
      left: 24px;
      cursor: pointer;
      padding: 16px;
      display: none; }

footer .footer_top {
  background-color: #141414;
  padding: 4.8rem 2.4rem; }
  @media screen and (min-width: 992px) {
    footer .footer_top {
      padding: 8rem 0; } }
  footer .footer_top > .wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    @media screen and (min-width: 992px) {
      footer .footer_top > .wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 2.4rem; } }
    footer .footer_top > .wrapper .col_info {
      display: flex;
      flex-direction: column;
      gap: 2.4rem; }
      @media screen and (min-width: 992px) {
        footer .footer_top > .wrapper .col_info {
          flex-direction: row; }
          footer .footer_top > .wrapper .col_info .item {
            padding: 0 0.9rem; }
            footer .footer_top > .wrapper .col_info .item:first-of-type {
              margin-right: 4rem; }
            footer .footer_top > .wrapper .col_info .item:last-of-type {
              padding: 0 1.6rem; } }
    footer .footer_top > .wrapper .col_logo {
      max-width: 188px; }
      @media screen and (max-width: 992px) {
        footer .footer_top > .wrapper .col_logo {
          margin: 0 auto; } }
      @media screen and (max-width: 992px) {
        footer .footer_top > .wrapper .col_logo img {
          margin: 0 auto; } }
    footer .footer_top > .wrapper .col .item {
      display: flex;
      flex-direction: column;
      text-align: center; }
      footer .footer_top > .wrapper .col .item p {
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 2.4rem; }
      footer .footer_top > .wrapper .col .item svg {
        margin: 0 auto 1rem; }
    @media screen and (max-width: 992px) {
      footer .footer_top > .wrapper .col:last-of-type img {
        margin: 0 auto; } }

footer .footer_bottom {
  background-color: #000000;
  padding: 2.4rem 0 3.2rem; }
  @media screen and (min-width: 992px) {
    footer .footer_bottom {
      padding: 2.5rem 0; } }
  footer .footer_bottom > .wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    @media screen and (min-width: 992px) {
      footer .footer_bottom > .wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 2.4rem; } }
    @media screen and (max-width: 992px) {
      footer .footer_bottom > .wrapper .col {
        justify-content: center;
        display: flex; } }
    @media screen and (min-width: 992px) {
      footer .footer_bottom > .wrapper .col_copy {
        margin-right: auto;
        order: 1; } }
    @media screen and (min-width: 992px) {
      footer .footer_bottom > .wrapper .col:last-of-type {
        margin-left: auto; } }
    footer .footer_bottom > .wrapper .col p {
      color: #ffffff;
      font-size: 1.6rem;
      line-height: 2.4rem; }
      @media screen and (max-width: 992px) {
        footer .footer_bottom > .wrapper .col p {
          text-align: center; } }
    footer .footer_bottom > .wrapper .col a.legal {
      padding: 0 1rem;
      text-decoration: none;
      font-size: 1.6rem;
      line-height: 2.4rem; }
      footer .footer_bottom > .wrapper .col a.legal:hover {
        text-decoration: underline; }
      footer .footer_bottom > .wrapper .col a.legal:last-of-type {
        border-left: solid 1px #ffffff;
        padding-right: 0; }
    @media screen and (min-width: 992px) {
      footer .footer_bottom > .wrapper .col_social {
        order: 2; } }
    footer .footer_bottom > .wrapper .col_social ul {
      margin: 0;
      padding: 0;
      display: flex;
      gap: 1.2rem; }
      footer .footer_bottom > .wrapper .col_social ul li a {
        text-decoration: none; }
    @media screen and (min-width: 992px) {
      footer .footer_bottom > .wrapper .col_legal {
        order: 3; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
animation-delay
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include animation-delay('slide-down 5s 3'); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
border-radius
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include border-radius(30px); 
Podemos variar el número de valores, @include animation(30px 0 30px 30px); por ejemplo.

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
rotate
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include rotate(90deg); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
scale
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include scale(1.3); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
transition
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include transition(.3s ease); 
Podemos variar el número de valores, @include @include transition(.3s ease-in .4s);  por ejemplo.

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
translate
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include translate(-50%,-50%); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
translateX
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include translateX(100px); 

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
translateY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Usage: @include translateY(100%);  

*/
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
transform
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.block {
  display: block; }

.inline-block {
  display: inline-block !important; }

.relative {
  position: relative; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.txt-left {
  text-align: left; }

.pe-none {
  pointer-events: none !important; }

.noBreak {
  white-space: nowrap; }

.overflow {
  overflow: hidden; }

.pointer {
  cursor: pointer; }

@media screen and (min-width: 992px) {
  .only-mobile {
    display: none !important; } }

.only-desktop {
  display: none !important; }
  .only-desktop--flex {
    display: none !important; }
    @media screen and (min-width: 992px) {
      .only-desktop--flex {
        display: flex !important; } }
  @media screen and (min-width: 992px) {
    .only-desktop {
      display: block !important; } }

.underline {
  text-decoration: underline; }
  .underline--no {
    text-decoration: none; }

.notOpacity {
  opacity: 1 !important; }

.no-margin {
  margin: 0; }
  .no-margin--top {
    margin-top: 0 !important; }
  .no-margin--bottom {
    margin-bottom: 0 !important; }
  .no-margin--left {
    margin-left: 0 !important; }
  .no-margin--right {
    margin-right: 0 !important; }
  @media screen and (max-width: 992px) {
    .no-margin--bottom-resp {
      margin-bottom: 0 !important; } }
  @media screen and (max-width: 992px) {
    .no-margin--top-resp {
      margin-top: 0 !important; } }
  @media screen and (max-width: 992px) {
    .no-margin--resp {
      margin: 0 !important; } }

.no-padding {
  padding: 0; }
  .no-padding--top {
    padding-top: 0 !important; }
  .no-padding--bottom {
    padding-bottom: 0 !important; }
  .no-padding--left {
    padding-left: 0; }
  .no-padding--right {
    padding-right: 0; }
  @media screen and (max-width: 992px) {
    .no-padding--bottom-resp {
      padding-bottom: 0 !important; } }
  @media screen and (max-width: 992px) {
    .no-padding--top-resp {
      padding-top: 0 !important; } }
  @media screen and (max-width: 768px) {
    .no-padding--right-xs {
      padding-right: 0 !important; } }
  @media screen and (max-width: 768px) {
    .no-padding--left-xs {
      padding-left: 0 !important; } }
  @media screen and (max-width: 992px) {
    .no-padding--resp {
      padding: 0 !important; } }
  @media screen and (min-width: 992px) {
    .no-padding--top-desk {
      padding-top: 0 !important; } }

.w100 {
  width: 100% !important; }

.h100 {
  height: 100% !important; }

.w80 {
  width: 80% !important;
  margin: auto; }

.w50 {
  width: 100% !important; }
  @media screen and (min-width: 992px) {
    .w50 {
      width: 50% !important; } }

.height-auto {
  height: auto !important; }
  @media screen and (max-width: 992px) {
    .height-auto_mobile {
      height: auto !important; } }

.stroke-white {
  stroke: white; }

.absolute {
  position: absolute; }

.opacity-05 {
  opacity: 0.5 !important; }

.opacity-075 {
  opacity: 0.75 !important; }

.o-f-contain {
  object-fit: contain !important; }

.o-f-position-left {
  object-position: left !important; }

.no-border {
  border: none !important; }

@font-face {
  font-family: 'Carmay';
  src: url(../dist/fonts/icons/Carmay-Light.eot);
  src: url(../dist/fonts/icons/Carmay-Light.eot?#iefix) format("embedded-opentype"), url(../dist/fonts/icons/Carmay-Light.woff2) format("woff2"), url(../dist/fonts/icons/Carmay-Light.woff) format("woff"), url(../dist/fonts/icons/Carmay-Light.ttf) format("truetype"), url(../dist/fonts/icons/Carmay-Light.svg#Carmay-Light) format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'roicons';
  src: url(../dist/fonts/icons/roicons.eot);
  src: url(../dist/fonts/icons/roicons.eot#iefix) format("embedded-opentype"), url(../dist/fonts/icons/roicons.ttf) format("truetype"), url(../dist/fonts/icons/roicons.woff) format("woff"), url(../dist/fonts/icons/roicons.svg#roicons) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'roicons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-phone:before {
  content: "\e942"; }

.icon-phone-hang-up:before {
  content: "\e943"; }

.icon-download:before {
  content: "\e960"; }

.icon-upload:before {
  content: "\e961"; }

.icon-undo:before {
  content: "\e965"; }

.icon-redo:before {
  content: "\e966"; }

.icon-undo2:before {
  content: "\e967"; }

.icon-redo2:before {
  content: "\e968"; }

.icon-forward:before {
  content: "\e969"; }

.icon-reply:before {
  content: "\e96a"; }

.icon-bubble:before {
  content: "\e96b"; }

.icon-search:before {
  content: "\e986"; }

.icon-zoom-in:before {
  content: "\e987"; }

.icon-zoom-out:before {
  content: "\e988"; }

.icon-enlarge:before {
  content: "\e989"; }

.icon-shrink:before {
  content: "\e98a"; }

.icon-enlarge2:before {
  content: "\e98b"; }

.icon-shrink2:before {
  content: "\e98c"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-heart:before {
  content: "\e9da"; }

.icon-notification:before {
  content: "\ea08"; }

.icon-question:before {
  content: "\ea09"; }

.icon-plus:before {
  content: "\ea0a"; }

.icon-minus:before {
  content: "\ea0b"; }

.icon-info:before {
  content: "\ea0c"; }

.icon-cancel-circle:before {
  content: "\ea0d"; }

.icon-cross:before {
  content: "\ea0f"; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-checkmark2:before {
  content: "\ea11"; }

.icon-play2:before {
  content: "\ea15"; }

.icon-pause:before {
  content: "\ea16"; }

.icon-stop:before {
  content: "\ea17"; }

.icon-previous:before {
  content: "\ea18"; }

.icon-next:before {
  content: "\ea19"; }

.icon-backward:before {
  content: "\ea1a"; }

.icon-forward2:before {
  content: "\ea1b"; }

.icon-play3:before {
  content: "\ea1c"; }

.icon-pause2:before {
  content: "\ea1d"; }

.icon-stop2:before {
  content: "\ea1e"; }

.icon-backward2:before {
  content: "\ea1f"; }

.icon-forward3:before {
  content: "\ea20"; }

.icon-volume-medium:before {
  content: "\ea27"; }

.icon-volume-mute2:before {
  content: "\ea2a"; }

.icon-arrow-up-left2:before {
  content: "\ea39"; }

.icon-arrow-up2:before {
  content: "\ea3a"; }

.icon-arrow-up-right2:before {
  content: "\ea3b"; }

.icon-arrow-right2:before {
  content: "\ea3c"; }

.icon-arrow-down-right2:before {
  content: "\ea3d"; }

.icon-arrow-down2:before {
  content: "\ea3e"; }

.icon-arrow-down-left2:before {
  content: "\ea3f"; }

.icon-arrow-left2:before {
  content: "\ea40"; }

.icon-circle-up:before {
  content: "\ea41"; }

.icon-circle-right:before {
  content: "\ea42"; }

.icon-circle-down:before {
  content: "\ea43"; }

.icon-circle-left:before {
  content: "\ea44"; }

.icon-checkbox-checked:before {
  content: "\ea52"; }

.icon-share:before {
  content: "\ea7d"; }

.icon-share2:before {
  content: "\ea82"; }

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

.icon-instagram:before {
  content: "\ea92"; }

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

.icon-twitter:before {
  content: "\ea96"; }

.icon-file-pdf:before {
  content: "\eadf"; }

* {
  outline: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }
  *:hover {
    outline: none; }
  *:active {
    outline: none; }
  *:focus {
    outline: none; }

html {
  font-family: "Nunito", sans-serif;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth; }

html, body {
  overflow-x: hidden;
  box-sizing: border-box; }

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

.main {
  width: 100%;
  max-width: 2200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box; }
  @media screen and (min-width: 992px) {
    .wrapper {
      padding: 0 2.4rem; } }
  @media screen and (min-width: 1400px) {
    .wrapper {
      padding: 0; } }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-family: "Carmay", serif; }

h2 {
  font-size: 3.7rem;
  line-height: 4.4rem;
  font-weight: 300; }
  @media screen and (min-width: 992px) {
    h2 {
      font-size: 4.9rem;
      line-height: 5.9rem; } }

h3 {
  font-size: 2.8rem;
  line-height: 3.3rem;
  font-weight: 300; }
  @media screen and (min-width: 992px) {
    h3 {
      font-size: 3.7rem;
      line-height: 4.4rem; } }

h4 {
  font-size: 2.1rem;
  line-height: 2.7rem; }
  @media screen and (min-width: 992px) {
    h4 {
      font-size: 2.8rem;
      line-height: 3.3rem; } }

h5 {
  font-size: 2.1rem;
  line-height: 2.7rem; }
  @media screen and (min-width: 992px) {
    h5 {
      font-size: 2.1rem;
      line-height: 2.7rem; } }

p, span, a {
  font-size: 1.7rem;
  line-height: 2.5rem;
  color: #ffffff;
  font-family: "Nunito", sans-serif; }

.title_deg {
  background: linear-gradient(270deg, #FCDF76 0%, #BF8B0D 38.09%, #F4C65D 73.56%, #BF8B0D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; }

.button {
  display: inline-flex;
  align-items: center;
  background-color: #BF8B0D;
  color: #ffffff;
  padding: 0.8rem 2.4rem;
  text-decoration: none;
  cursor: pointer;
  border: none;
  max-width: max-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem; }
  .button:hover {
    background-color: #946C0A;
    color: #ffffff; }

header {
  background-color: #000000;
  padding: 1.2rem 0; }
  @media screen and (min-width: 992px) {
    header {
      padding: 1.6rem 0; } }
  header img {
    margin: 0 auto; }

.hero_landing {
  background-color: #000000;
  padding-bottom: 3.2rem; }
  @media screen and (min-width: 992px) {
    .hero_landing {
      height: 70rem;
      padding-bottom: 0; } }
  .hero_landing .content {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      .hero_landing .content {
        flex-direction: row;
        align-items: center; } }
    .hero_landing .content .col {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      gap: 3.2rem;
      padding: 0 2.4rem; }
      .hero_landing .content .col:first-of-type {
        padding: 0; }
      @media screen and (min-width: 992px) {
        .hero_landing .content .col {
          flex-basis: 50%;
          gap: 4rem;
          padding: 0; } }
      .hero_landing .content .col h1 {
        font-size: 4.2rem;
        line-height: 5rem;
        color: #ffffff;
        font-weight: 300; }
        @media screen and (min-width: 992px) {
          .hero_landing .content .col h1 {
            font-size: 5.9rem;
            line-height: 7.1rem;
            text-align: left; } }

.sabor_momento {
  background-color: #1C1C1C;
  padding: 6.4rem 2.4rem; }
  @media screen and (min-width: 992px) {
    .sabor_momento {
      padding: 8rem 0; } }
  .sabor_momento .content {
    display: flex;
    flex-direction: column;
    gap: 3.2rem; }
    @media screen and (min-width: 992px) {
      .sabor_momento .content {
        flex-direction: row;
        align-items: center;
        gap: 1rem; } }
    @media screen and (min-width: 992px) {
      .sabor_momento .content .col {
        flex-basis: 50%; } }
    @media screen and (max-width: 992px) {
      .sabor_momento .content .col_media img {
        width: 100%; } }
    @media screen and (min-width: 992px) {
      .sabor_momento .content .col_media {
        order: 2;
        display: flex;
        justify-content: flex-end; } }
    .sabor_momento .content .col_text {
      display: flex;
      flex-direction: column;
      gap: 1.6rem; }
      @media screen and (min-width: 992px) {
        .sabor_momento .content .col_text {
          order: 1; } }

.block_goals_person {
  background-color: #1C1C1C;
  padding: 5.6rem  2.4rem 4.8rem; }
  @media screen and (min-width: 992px) {
    .block_goals_person {
      padding: 9.6rem 0 5.6rem; } }
  .block_goals_person h2 {
    color: #ffffff; }
    @media screen and (min-width: 992px) {
      .block_goals_person h2 {
        margin: 0 auto;
        max-width: 691px;
        text-align: center; } }
  .block_goals_person .goals_person_content {
    margin-top: 3.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    @media screen and (min-width: 768px) {
      .block_goals_person .goals_person_content {
        flex-wrap: wrap;
        flex-direction: row;
        margin-top: 4.8rem;
        align-items: center; } }
    @media screen and (min-width: 992px) {
      .block_goals_person .goals_person_content {
        align-items: stretch;
        flex-wrap: nowrap; } }
    .block_goals_person .goals_person_content .col {
      display: flex;
      flex-direction: column; }
      .block_goals_person .goals_person_content .col .item {
        display: flex;
        gap: 16px;
        align-items: flex-start;
        margin-bottom: 3.2px;
        max-width: 381px; }
        .block_goals_person .goals_person_content .col .item:last-of-type {
          margin-bottom: 0; }
        .block_goals_person .goals_person_content .col .item .pic {
          background-color: #F7EAD4;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          padding: 2.5rem; }
          .block_goals_person .goals_person_content .col .item .pic img {
            width: 3.2rem;
            height: 3.2rem;
            min-width: 3.2rem;
            min-height: 3.2rem; }
        .block_goals_person .goals_person_content .col .item .text .title {
          font-size: 2.1rem;
          font-weight: 700;
          line-height: 2.7rem; }
        .block_goals_person .goals_person_content .col .item .text p {
          font-size: 1.7rem;
          font-weight: 500;
          line-height: 2.5rem; }
      @media screen and (min-width: 992px) {
        .block_goals_person .goals_person_content .col.left_side .item:first-of-type {
          transform: translateX(62px); }
        .block_goals_person .goals_person_content .col.left_side .item:nth-of-type(2) {
          transform: translateX(20px); } }
      @media screen and (min-width: 768px) {
        .block_goals_person .goals_person_content .col.left_side {
          width: 50%;
          flex-basis: 50%;
          gap: 5.2rem; } }
      @media screen and (max-width: 992px) {
        .block_goals_person .goals_person_content .col.left_side {
          gap: 3.2rem; } }
      @media screen and (min-width: 992px) {
        .block_goals_person .goals_person_content .col.right_side .item:first-of-type {
          transform: translateX(-62px); }
        .block_goals_person .goals_person_content .col.right_side .item:nth-of-type(2) {
          transform: translateX(-20px); } }
      @media screen and (min-width: 768px) {
        .block_goals_person .goals_person_content .col.right_side {
          width: 50%;
          flex-basis: 50%;
          gap: 5.2rem; } }
      @media screen and (min-width: 992px) {
        .block_goals_person .goals_person_content .col.right_side {
          order: 2; } }
      @media screen and (max-width: 992px) {
        .block_goals_person .goals_person_content .col.right_side {
          margin-top: 3.2rem;
          gap: 3.2rem; } }
      .block_goals_person .goals_person_content .col.image {
        justify-content: flex-end; }
        @media screen and (max-width: 992px) {
          .block_goals_person .goals_person_content .col.image {
            margin: 0 auto; } }
        @media screen and (min-width: 992px) {
          .block_goals_person .goals_person_content .col.image {
            min-width: 500px; } }

.block_bg_carrusel {
  height: 100%;
  width: 100%;
  padding: 4.8rem 0;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  background-color: #141414; }
  @media screen and (min-width: 768px) {
    .block_bg_carrusel {
      padding: 9.6rem 0; } }
  .block_bg_carrusel .column_text {
    max-width: 700px;
    margin: 48px auto 0; }
    @media screen and (max-width: 992px) {
      .block_bg_carrusel .column_text {
        padding: 0 2.4rem 2.4rem; } }
    .block_bg_carrusel .column_text .block_bg_carrusel_text__js .swiper-slide {
      display: flex;
      flex-direction: column;
      opacity: 0 !important; }
      @media screen and (min-width: 992px) {
        .block_bg_carrusel .column_text .block_bg_carrusel_text__js .swiper-slide {
          flex-direction: row;
          gap: 6.4rem; } }
      .block_bg_carrusel .column_text .block_bg_carrusel_text__js .swiper-slide-active {
        opacity: 1 !important; }
    .block_bg_carrusel .column_text .block_bg_carrusel_text__js .swiper-slide-duplicate-active {
      opacity: 1 !important; }
    .block_bg_carrusel .column_text h2 {
      color: #ffffff; }
      @media screen and (max-width: 992px) {
        .block_bg_carrusel .column_text h2 {
          margin-bottom: 1.6rem; } }
    .block_bg_carrusel .column_text p {
      margin-top: 1.2rem; }
      @media screen and (min-width: 992px) {
        .block_bg_carrusel .column_text p {
          max-width: 360px;
          margin-left: auto; } }
  .block_bg_carrusel .column_pic {
    height: 440px; }
    @media screen and (min-width: 560px) {
      .block_bg_carrusel .column_pic {
        width: 100%;
        height: 500px; } }
  .block_bg_carrusel .block_bg_carrusel__js {
    position: relative;
    overflow: inherit;
    margin-bottom: 4.8rem;
    padding-left: 24px;
    padding-right: 24px;
    height: 440px; }
    @media screen and (min-width: 560px) {
      .block_bg_carrusel .block_bg_carrusel__js {
        height: 500px; } }
    .block_bg_carrusel .block_bg_carrusel__js .swiper-wrapper {
      align-items: center; }
    .block_bg_carrusel .block_bg_carrusel__js .swiper-slide {
      display: flex;
      align-items: center;
      justify-content: center;
      border: solid 1px #BF8B0D;
      box-sizing: border-box;
      border-radius: 0 125px 0 0;
      background-color: #232323;
      padding: 2.4rem 0;
      max-height: 245px;
      overflow: visible; }
      @media screen and (min-width: 992px) {
        .block_bg_carrusel .block_bg_carrusel__js .swiper-slide {
          max-height: 400px; } }
      .block_bg_carrusel .block_bg_carrusel__js .swiper-slide:hover {
        cursor: pointer; }
      .block_bg_carrusel .block_bg_carrusel__js .swiper-slide .caja {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 150px;
        transition: max-width 0.8s ease, transform 0.8s ease; }
        .block_bg_carrusel .block_bg_carrusel__js .swiper-slide .caja img {
          margin: 0 auto; }
          @media screen and (max-width: 992px) {
            .block_bg_carrusel .block_bg_carrusel__js .swiper-slide .caja img {
              max-height: 240px; } }
      .block_bg_carrusel .block_bg_carrusel__js .swiper-slide-active {
        border: solid 4px #BF8B0D;
        max-height: 440px; }
        @media screen and (min-width: 992px) {
          .block_bg_carrusel .block_bg_carrusel__js .swiper-slide-active {
            max-height: 520px; } }
        .block_bg_carrusel .block_bg_carrusel__js .swiper-slide-active .caja {
          position: relative;
          margin: 0 auto;
          max-width: 230px; }
          .block_bg_carrusel .block_bg_carrusel__js .swiper-slide-active .caja img {
            margin: 0 auto;
            transform: scale(1.05) translateY(-30px);
            transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
            max-height: 439px; }
            @media screen and (max-width: 992px) {
              .block_bg_carrusel .block_bg_carrusel__js .swiper-slide-active .caja img {
                max-height: 463px; } }
            @media screen and (min-width: 992px) {
              .block_bg_carrusel .block_bg_carrusel__js .swiper-slide-active .caja img {
                transform: scale(1.3) translateY(-30px); } }
    .block_bg_carrusel .block_bg_carrusel__js .swiper-pagination {
      bottom: -4rem; }
      .block_bg_carrusel .block_bg_carrusel__js .swiper-pagination .swiper-pagination-bullet {
        border-radius: 50px;
        height: 14px;
        width: 14px;
        background-color: #5F5F5F;
        opacity: 1; }
        .block_bg_carrusel .block_bg_carrusel__js .swiper-pagination .swiper-pagination-bullet-active {
          background-color: #BF8B0D; }
    .block_bg_carrusel .block_bg_carrusel__js .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, .block_bg_carrusel .block_bg_carrusel__js .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
      transform: scale(1) !important; }
  .block_bg_carrusel .block_bg_carrusel__navigation {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    gap: 1.6rem;
    z-index: 2;
    justify-content: flex-start; }
    @media screen and (max-width: 992px) {
      .block_bg_carrusel .block_bg_carrusel__navigation {
        padding: 0 2.4rem 0; } }
    .block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-prev {
      border: solid 2px #BF8B0D;
      height: 4rem;
      width: 4rem;
      cursor: pointer;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-prev em {
        font-size: 2.2rem;
        color: #BF8B0D; }
      .block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-prev:hover {
        background-color: #1C1C1C; }
    .block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-next {
      border: solid 2px #BF8B0D;
      height: 4rem;
      width: 4rem;
      cursor: pointer;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-next em {
        color: #BF8B0D;
        font-size: 2.2rem; }
      .block_bg_carrusel .block_bg_carrusel__navigation .block_bg_carrusel-swiper-button-next:hover {
        background-color: #1C1C1C; }
  .block_bg_carrusel .title_carrusel {
    margin: 0 auto 8rem;
    max-width: 691px;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: center;
    position: relative;
    max-width: max-content; }
    .block_bg_carrusel .title_carrusel:after {
      content: url(../dist/fonts/icons/star.png);
      position: absolute;
      top: -30px;
      right: -44px;
      width: 64px;
      height: 64px; }
    @media screen and (min-width: 992px) {
      .block_bg_carrusel .title_carrusel {
        margin: 0 auto 11rem; } }
    @media screen and (max-width: 560px) {
      .block_bg_carrusel .title_carrusel {
        width: 330px; }
        .block_bg_carrusel .title_carrusel:after {
          content: url(../dist/fonts/icons/star.png);
          position: absolute;
          top: -30px;
          right: 39;
          width: 64px;
          height: 64px; } }

.camarero {
  background-color: #1C1C1C;
  padding-top: 8rem; }
  @media screen and (min-width: 992px) {
    .camarero {
      background-image: url(../dist/fonts/icons/bg_camarero.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: bottom right;
      min-height: 686px;
      padding-top: 6.4rem; } }
  .camarero .content {
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 992px) {
      .camarero .content {
        flex-direction: row;
        align-items: center;
        min-height: 686px; } }
    @media screen and (min-width: 992px) {
      .camarero .content .col {
        flex-basis: 55%; } }
    .camarero .content .col_text {
      display: flex;
      flex-direction: column;
      gap: 1.6rem;
      padding: 0 2.4rem; }
      @media screen and (min-width: 992px) {
        .camarero .content .col_text {
          order: 1;
          padding: 0; } }
      .camarero .content .col_text p {
        color: #ffffff; }
        @media screen and (min-width: 992px) {
          .camarero .content .col_text p {
            max-width: 70%; } }
      .camarero .content .col_text img {
        max-width: 213px; }
        @media screen and (max-width: 992px) {
          .camarero .content .col_text img {
            display: none; } }
    .camarero .content .col_media {
      margin-top: 4.4rem; }
      .camarero .content .col_media img {
        width: 100%; }
      @media screen and (min-width: 992px) {
        .camarero .content .col_media {
          display: none; } }

.block_coctel {
  background-color: #1C1C1C;
  padding: 4.8rem 0; }
  @media screen and (min-width: 992px) {
    .block_coctel {
      padding: 8rem 0; } }
  .block_coctel.autor {
    background-color: #1C1C1C;
    padding: 4.8rem 0; }
    @media screen and (min-width: 992px) {
      .block_coctel.autor {
        padding: 3.2rem 0rem 9.6rem; } }
  .block_coctel .title_box {
    margin: 0 auto 4.8rem;
    text-align: center;
    max-width: 900px;
    padding: 0 2.4rem; }
    .block_coctel .title_box h2 {
      margin-bottom: 1.6rem;
      color: #ffffff; }
    .block_coctel .title_box p {
      max-width: 700px;
      margin: 0 auto; }
  .block_coctel .coctel_grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.4rem; }
    @media screen and (max-width: 768px) {
      .block_coctel .coctel_grid {
        overflow-x: auto;
        flex-wrap: nowrap;
        margin-left: 2.4rem;
        padding-bottom: 12px;
        padding-right: 2.4rem; }
        .block_coctel .coctel_grid::-webkit-scrollbar {
          height: 4px; }
        .block_coctel .coctel_grid::-webkit-scrollbar-thumb {
          background-color: #BF8B0D; } }
    @media screen and (min-width: 768px) {
      .block_coctel .coctel_grid {
        padding: 0 2.4rem; } }
    .block_coctel .coctel_grid_item {
      position: relative;
      flex: 1 1 100%;
      height: 440px;
      overflow: hidden;
      cursor: pointer; }
      @media screen and (max-width: 768px) {
        .block_coctel .coctel_grid_item {
          min-width: 320px; } }
      @media screen and (min-width: 768px) {
        .block_coctel .coctel_grid_item {
          flex: 1 1 33%; } }
      @media screen and (min-width: 992px) {
        .block_coctel .coctel_grid_item {
          flex: 1 1 25%; } }
      .block_coctel .coctel_grid_item img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        border-radius: 0 80px 0 0; }
      .block_coctel .coctel_grid_item .overlay {
        position: absolute;
        left: 0;
        bottom: -100%;
        width: 100%;
        height: 100%;
        background: #130907;
        background: linear-gradient(0deg, #130907 0%, rgba(0, 0, 0, 0) 42%);
        z-index: 1;
        opacity: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding: 0 2.4rem 2.4rem;
        transition: all 0.6s ease-in-out;
        border-radius: 0 150px 0 0; }
        @media screen and (max-width: 992px) {
          .block_coctel .coctel_grid_item .overlay {
            opacity: 1;
            bottom: 0; } }
        .block_coctel .coctel_grid_item .overlay h2 {
          color: #ffffff;
          font-size: 2.8rem;
          line-height: 3.3rem; }
        .block_coctel .coctel_grid_item .overlay p {
          display: flex;
          gap: 1.2rem;
          align-items: center;
          padding: 0.8rem 0; }
          .block_coctel .coctel_grid_item .overlay p svg {
            fill: #ffffff;
            transition: all 0.6s ease-in-out; }
      .block_coctel .coctel_grid_item:hover .overlay {
        opacity: 1;
        bottom: 0; }
        .block_coctel .coctel_grid_item:hover .overlay p:hover {
          color: #BF8B0D; }
          .block_coctel .coctel_grid_item:hover .overlay p:hover svg {
            fill: #BF8B0D;
            transform: translateX(4px); }
  .block_coctel .coctel_panel {
    position: relative;
    margin: auto 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100vw;
    top: 200%;
    left: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    z-index: 99999999;
    opacity: 0;
    box-sizing: border-box;
    overflow-y: auto; }
    @media screen and (min-width: 768px) {
      .block_coctel .coctel_panel {
        left: 150%;
        top: 0; } }
    .block_coctel .coctel_panel.open {
      top: 0;
      opacity: 1;
      bottom: 0; }
      @media screen and (min-width: 768px) {
        .block_coctel .coctel_panel.open {
          left: 0%; } }
      .block_coctel .coctel_panel.open .close_panel {
        position: absolute;
        top: 24px;
        left: 24px;
        cursor: pointer;
        padding: 16px;
        display: block; }
    @media screen and (min-width: 768px) {
      .block_coctel .coctel_panel {
        flex-direction: row;
        overflow-y: hidden;
        height: 100vh; } }
    .block_coctel .coctel_panel_text {
      color: #000000;
      display: none;
      width: 100%;
      padding: 2.4rem;
      box-sizing: border-box;
      background-color: #F2D9C8; }
      @media screen and (min-width: 768px) {
        .block_coctel .coctel_panel_text {
          width: 50%;
          padding: 6rem;
          overflow-y: auto;
          padding: 5.6rem 6rem 6.4rem 6.4rem; } }
      .block_coctel .coctel_panel_text.activo {
        display: block; }
      .block_coctel .coctel_panel_text h2 {
        font-size: 4.2rem;
        line-height: 5rem;
        color: #9D4701;
        margin-bottom: 2.4rem;
        font-weight: 300;
        max-width: 800px; }
        @media screen and (min-width: 768px) {
          .block_coctel .coctel_panel_text h2 {
            font-size: 4.9rem;
            line-height: 5.9rem; } }
      .block_coctel .coctel_panel_text .box {
        border: solid 1px #F99240;
        border-radius: 0 80px 0 0;
        margin-bottom: 2.4rem;
        padding: 2.4rem;
        max-width: 800px; }
        .block_coctel .coctel_panel_text .box h3 {
          font-size: 2.8rem;
          line-height: 3.3rem;
          color: #9D4701;
          margin-bottom: 1.6rem;
          font-weight: 300; }
        .block_coctel .coctel_panel_text .box ul {
          margin-left: 2.4rem; }
          .block_coctel .coctel_panel_text .box ul li {
            font-size: 1.7rem;
            line-height: 2.5rem;
            color: #000000; }
      .block_coctel .coctel_panel_text .steps {
        max-width: 800px; }
        .block_coctel .coctel_panel_text .steps h3 {
          font-size: 2.8rem;
          line-height: 3.3rem;
          color: #9D4701;
          margin-bottom: 1.6rem;
          font-weight: 300; }
        .block_coctel .coctel_panel_text .steps ul {
          display: flex;
          flex-direction: column;
          gap: 1.6rem; }
          .block_coctel .coctel_panel_text .steps ul li {
            list-style: none;
            font-size: 1.7rem;
            line-height: 2.5rem;
            color: #000000;
            display: flex;
            flex-direction: row; }
            .block_coctel .coctel_panel_text .steps ul li p {
              display: flex;
              flex-direction: row;
              gap: 1.6rem; }
              .block_coctel .coctel_panel_text .steps ul li p .number {
                border: solid 1px #F99240;
                padding: 1.6rem;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #9D4701;
                font-size: 1.7rem;
                font-weight: 700;
                min-height: 3.2rem;
                max-height: 3.2rem;
                min-width: 3.2rem;
                max-width: 3.2rem;
                background-color: #ffffff;
                border-radius: 50px; }
              .block_coctel .coctel_panel_text .steps ul li p .text {
                font-size: 1.7rem;
                line-height: 2.5rem;
                color: #000000; }
                .block_coctel .coctel_panel_text .steps ul li p .text strong {
                  font-weight: 700; }
      .block_coctel .coctel_panel_text .consejos {
        max-width: 800px;
        background-color: #EFCEB8;
        padding: 2.4rem;
        margin-top: 2.4rem;
        border-radius: 0 80px 0 0; }
        .block_coctel .coctel_panel_text .consejos h3 {
          font-size: 2.8rem;
          line-height: 3.3rem;
          color: #9D4701;
          margin-bottom: 1.6rem;
          font-weight: 300;
          display: flex;
          gap: 0.8rem;
          align-items: center; }
        .block_coctel .coctel_panel_text .consejos ul {
          margin-left: 2.4rem; }
          .block_coctel .coctel_panel_text .consejos ul li {
            font-size: 1.7rem;
            line-height: 2.5rem;
            color: #000000; }
    .block_coctel .coctel_panel_pic {
      height: 100%;
      width: 100%;
      right: 0;
      top: 0;
      background-color: #F2D9C8;
      display: none; }
      @media screen and (min-width: 768px) {
        .block_coctel .coctel_panel_pic {
          width: 50%;
          background-color: #F2D9C8; } }
      .block_coctel .coctel_panel_pic img {
        height: 100%;
        object-fit: cover;
        width: 100%;
        border-radius: 0; }
        @media screen and (min-width: 768px) {
          .block_coctel .coctel_panel_pic img {
            border-radius: 0 80px 0 0; } }
      .block_coctel .coctel_panel_pic.activo {
        display: block; }
    .block_coctel .coctel_panel .close_panel {
      position: absolute;
      top: 24px;
      left: 24px;
      cursor: pointer;
      padding: 16px;
      display: none; }

footer .footer_top {
  background-color: #141414;
  padding: 4.8rem 2.4rem; }
  @media screen and (min-width: 992px) {
    footer .footer_top {
      padding: 8rem 0; } }
  footer .footer_top > .wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    @media screen and (min-width: 992px) {
      footer .footer_top > .wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 2.4rem; } }
    footer .footer_top > .wrapper .col_info {
      display: flex;
      flex-direction: column;
      gap: 2.4rem; }
      @media screen and (min-width: 992px) {
        footer .footer_top > .wrapper .col_info {
          flex-direction: row; }
          footer .footer_top > .wrapper .col_info .item {
            padding: 0 0.9rem; }
            footer .footer_top > .wrapper .col_info .item:first-of-type {
              margin-right: 4rem; }
            footer .footer_top > .wrapper .col_info .item:last-of-type {
              padding: 0 1.6rem; } }
    footer .footer_top > .wrapper .col_logo {
      max-width: 188px; }
      @media screen and (max-width: 992px) {
        footer .footer_top > .wrapper .col_logo {
          margin: 0 auto; } }
      @media screen and (max-width: 992px) {
        footer .footer_top > .wrapper .col_logo img {
          margin: 0 auto; } }
    footer .footer_top > .wrapper .col .item {
      display: flex;
      flex-direction: column;
      text-align: center; }
      footer .footer_top > .wrapper .col .item p {
        color: #ffffff;
        font-size: 1.6rem;
        line-height: 2.4rem; }
      footer .footer_top > .wrapper .col .item svg {
        margin: 0 auto 1rem; }
    @media screen and (max-width: 992px) {
      footer .footer_top > .wrapper .col:last-of-type img {
        margin: 0 auto; } }

footer .footer_bottom {
  background-color: #000000;
  padding: 2.4rem 0 3.2rem; }
  @media screen and (min-width: 992px) {
    footer .footer_bottom {
      padding: 2.5rem 0; } }
  footer .footer_bottom > .wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.4rem; }
    @media screen and (min-width: 992px) {
      footer .footer_bottom > .wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 2.4rem; } }
    @media screen and (max-width: 992px) {
      footer .footer_bottom > .wrapper .col {
        justify-content: center;
        display: flex; } }
    @media screen and (min-width: 992px) {
      footer .footer_bottom > .wrapper .col_copy {
        margin-right: auto;
        order: 1; } }
    @media screen and (min-width: 992px) {
      footer .footer_bottom > .wrapper .col:last-of-type {
        margin-left: auto; } }
    footer .footer_bottom > .wrapper .col p {
      color: #ffffff;
      font-size: 1.6rem;
      line-height: 2.4rem; }
      @media screen and (max-width: 992px) {
        footer .footer_bottom > .wrapper .col p {
          text-align: center; } }
    footer .footer_bottom > .wrapper .col a.legal {
      padding: 0 1rem;
      text-decoration: none;
      font-size: 1.6rem;
      line-height: 2.4rem; }
      footer .footer_bottom > .wrapper .col a.legal:hover {
        text-decoration: underline; }
      footer .footer_bottom > .wrapper .col a.legal:last-of-type {
        border-left: solid 1px #ffffff;
        padding-right: 0; }
    @media screen and (min-width: 992px) {
      footer .footer_bottom > .wrapper .col_social {
        order: 2; } }
    footer .footer_bottom > .wrapper .col_social ul {
      margin: 0;
      padding: 0;
      display: flex;
      gap: 1.2rem; }
      footer .footer_bottom > .wrapper .col_social ul li a {
        text-decoration: none; }
    @media screen and (min-width: 992px) {
      footer .footer_bottom > .wrapper .col_legal {
        order: 3; } }

