@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLA DE CONTENIDO:
----------------------------------------------------------------
#   Normalize
#   Forms
#   Links
#   Transitions
#   UTILITIES
#   HEADER
#   HEADER STICKY
#   BUSCADOR PANEL
#   MENU MOBILE
#   FOOTER

#   HOME_Hero
#   Home_marcas
    # Card Style 1
#   Home_historia
#   Home_sostenibilidad
#   Home_noticias
#   Home_inversionistas

#   Nosotros
#   Frases
#   Destacados
#   Servicios
#   Testimonios
#   Marcas
#   Mapa
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#   Normalize
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Space Grotesk';
    src: url('../../assets/fonts/SpaceGrotesk-Regular.woff2') format('woff2'),
        url('../../assets/fonts/SpaceGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk Light';
    src: url('../../assets/fonts/SpaceGrotesk-Light.woff2') format('woff2'),
        url('../../assets/fonts/SpaceGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Space Grotesk SemiBold';
    src: url('../../assets/fonts/SpaceGrotesk-SemiBold.woff2') format('woff2'),
        url('../../assets/fonts/SpaceGrotesk-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CoalhandLuke TRIAL';
    src: url('../../assets/fonts/CoalhandLukeTRIAL.woff2') format('woff2'),
        url('../../assets/fonts/CoalhandLukeTRIAL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    font-family: 'Space Grotesk';
    background-color: #ffffff;
    color: #333333;
    font-size: 16px;
    position: relative;
    overflow-x: hidden;
}

p {
    font-weight: normal;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Space Grotesk';
}

img {
    max-width: 100%;
    height: auto;
}
/*--------------------------------------------------------------
#   Forms
--------------------------------------------------------------*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input:focus,
select:focus {
  outline: 0;
}

input:focus-visible,
select:focus-visible {
  outline: 0;
}

button,
input,
select,
textarea {
  color: #828689;
  font-size: 1.125rem;
    line-height: 1;
  word-break: break-word;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
    width: 100%;
    color: #828689;
    border: none;
    background: transparent;
    border-bottom: 1px solid #828689;
    padding: 12px 0;
    box-sizing: border-box;
    outline: none;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 400;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #828689;
}

select {
  border: none;
  background: transparent;
  outline: none;
  border-bottom: 1px solid #828689;
}

textarea {
  width: 100%;
  height: 50px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #f9f1e780;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #f9f1e780;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #f9f1e780;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #f9f1e780;
}

/*--------------------------------------------------------------
#   Links
--------------------------------------------------------------*/
a:hover, a:focus, a:active {
    color: #333;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
/*--------------------------------------------------------------
#   Transitions
--------------------------------------------------------------*/
a, .Web-Header, .Web-Header.Sticky, .cta, img, .panel-overlay, {
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    letter-spacing: normal;
}
/*--------------------------------------------------------------
#   UTILITIES
--------------------------------------------------------------*/
.Main-Wrapper {
    display: block;
    position: relative;
}

.main-border::before {
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    z-index: 2;
}

.main-border::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    padding: 15px;
    background-color: #f4f4f4;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 2;    
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -100px;
}

.cta {
    font-family: 'Space Grotesk Light';
    border: 1px solid #5b2434;
    background-color: #5b2434;
    padding: 10px 20px;
    color: #f9f1e7;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1.188rem;
    line-height: 1;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    position: relative;
    height: 46px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.cta:hover{
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.cta-arrow {
    font-family: 'Space Grotesk';
    border: 1px solid #333;
    background-color: transparent;
    padding: 8px 20px;
    color: #333;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.cta-arrow::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m12 19l7-7l-7-7m7 7H5'/%3E%3C/svg%3E");
  margin-left: 11px;
}

.cta-arrow.btn2:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m12 19l7-7l-7-7m7 7H5'/%3E%3C/svg%3E");
}

.cta-arrow.btn1:hover {
    background-color: #333;
    color: #fff;
}

.cta-arrow.btn1:hover:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m12 19l7-7l-7-7m7 7H5'/%3E%3C/svg%3E");
}

.cta-arrow.btn2 {
    color: #fff;
}

.cta-arrow.btn2:hover {
    background-color: #fff;
    color: #333;
}

.cta-arrow.btn2:hover:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m12 19l7-7l-7-7m7 7H5'/%3E%3C/svg%3E");
}

.arrow-down::after {
    transform: rotate(90deg);
}

.panel-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
}

.panel-overlay.active {
    opacity: 1;
    visibility: visible;
}

.seccion {
    padding: 64px 0;
}

.box_info .title {
    font-size: 2.625rem;
    line-height: 4.375rem;
}

.box_info .text {
    font-size: 1.125rem;
    line-height: 1.625rem;
}

.box_info .text_large {
    font-size: 1.875rem;
    line-height: 2.313rem;
}

/*--------------------------------------------------------------
#   HEADER BANNER TOP
--------------------------------------------------------------*/
.header_banner_top {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #f9f1e7;
    background-color: #5b2434;
    padding: 8px 12px;
    text-align: center;
}
.header_banner_top span {}

/*--------------------------------------------------------------
#   HEADER
--------------------------------------------------------------*/
.Web-Header {
    padding: 20px 0;
    background-color: #fff;
}

.Web-Header .main-header {
    position: relative;
}

.main-header .header-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.header-row > [class^=col-header] {
    display: flex;
    align-items: stretch;
    position: static;
}

.header-row .col-header {
    flex-basis: 0;
    flex-grow: 0.33;
    max-width: 100%;
    width: 100%;
    min-height: 1px;
    align-items: center;
}

.header-row .col-header.col-header_center {
    -ms-flex-pack: center;
    justify-content: center;
    flex-grow: 0.6;
    display: none;
}

.header-row .col-header.col-header_left {
    flex-grow: 0.2;
    min-width: 128px;
}

.header-row .col-header.col-header_right {
    flex-grow: 0.8;
    justify-content: flex-end;
}

.main-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
}

.main-navigation > ul {
    position: relative;
    display: flex;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.main-navigation ul {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1;
    list-style: none;
    margin: 0px 0px;
    padding: 0px 0px;
}

.main-navigation > ul > li {
    margin: 0px 15px;
    padding: 0px 0px;
    float: left;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-navigation > ul > li:last-child {
    margin-right: 0;
}

.main-navigation > ul > li:nth-last-child(2) {
    margin-left: 41px;
    margin-right: 23px;
}

.main-navigation ul > li > a {
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    outline: none;
    color: #111111;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    padding: 10px 0;
}

.symbols-search::after {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: -0.125em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='m19.6 21l-6.3-6.3q-.75.6-1.725.95T9.5 16q-2.725 0-4.612-1.888T3 9.5t1.888-4.612T9.5 3t4.613 1.888T16 9.5q0 1.1-.35 2.075T14.7 13.3l6.3 6.3zM9.5 14q1.875 0 3.188-1.312T14 9.5t-1.312-3.187T9.5 5T6.313 6.313T5 9.5t1.313 3.188T9.5 14'/%3E%3C/svg%3E");
}

.main-nav-mob {
    display: flex;
    align-items: center;
}

.logo-principal {
    width: 128px;
}

.icon-buscar::after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 27px;
  vertical-align: -0.125em;
  background-image: url('../../assets/img/icon-buscar.png');
  background-size: 100% 100%;
  background-position: center;
}

.icon-tienda::after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 27px;
  vertical-align: -0.125em;
  background-image: url('../../assets/img/icon-tienda.png');
  background-size: 100% 100%;
  background-position: center;
}

.menu-burger {
    position: relative;
    width: 40px;
    height: 22px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    display: flex;
}

.menu-burger > span {
    width: 100%;
    height: 2px;
    background-color: #111111;
    opacity: 1;
    transform: translateY(0) rotate(0);
    transition: all 0.3s;
    border-radius: 4px;
}

/*--------------------------------------------------------------
#   HEADER STICKY
--------------------------------------------------------------*/
.header-sticky {
    position: fixed;
    top: -200px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #f9f1e7;
    opacity: 0;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
    padding: 10px 0;
}

.Web-Header.Sticky .header-sticky {
    top: 0;
    opacity: 1;
}

/*--------------------------------------------------------------
#   BUSCADOR PANEL
--------------------------------------------------------------*/
/* Overlay del buscador */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1100;
}

/* Caja del buscador */
.search-box {
    background: #fff;
    padding: 0;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 90%;
    max-width: 575px;
    overflow: hidden;
}

.search-input[type=text] {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border: 0;
    border-radius: 0;
    outline: none;
}

.search-submit {
    padding: 13px 13px;
    border: none;
    background: #5b2434;
    color: white;
    font-size: 16px;
    border-radius: 0;
    cursor: pointer;
    line-height: 1;
    display: block;
    margin-left: auto;
}

.search-submit:hover {
    background: #0056b3;
}

/* Clase activa para mostrar el buscador */
.search-overlay.active {
    visibility: visible;
    opacity: 1;
}

/*--------------------------------------------------------------
#   MENU MOBILE
--------------------------------------------------------------*/
.side-panel {
    width: 400px;
    max-width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    background: #5b2434;
    overflow-x: hidden;
    z-index: 1050;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    /* -webkit-transform: translateX(0); */
    /* -ms-transform: translateX(0); */
    /* transform: translateX(0); */
    -webkit-transition: all .6s cubic-bezier(.77,0,.175,1);
    -o-transition: all .6s cubic-bezier(.77, 0, .175, 1);
    transition: all .6s cubic-bezier(.77,0,.175,1);
}

.side-panel.side-panel-open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.side-panel_inner {
    height: 100%;
    padding: 18px 24px 24px 24px;
}

.side-panel_head {
    padding: 14px 0 13px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btnPanelMenu {
    position: relative;
}

.side-panel_body {
    padding: 1rem 0;
}

.side-panel-redes {
    margin-top: 24px;
    line-height: 0;
}

.side-panel_body nav ul li {
    margin-bottom: 24px;
}

.side-panel_body nav ul li a {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1;
    transition: all 0.3s ease-out 0s;
}

.side-panel_body nav ul li a:hover {
    color: #fff;
}

.dropdown-menu {
    background-color: #009fe3;
    border: 0;
    width: 100%;
    padding: 10px;
}

.side-panel_body nav ul li.li_contacto a {
    -webkit-text-stroke-color: #f6b842;
}

.side-panel_body nav ul li.li_contacto a:hover {
    color: #f6b842;
}

.side-panel_body nav ul li.li_idioma {
    display: flex;
    gap: 10px;
}

.side-panel_body nav ul li.li_idioma a.active {
    -webkit-text-stroke-color: #f6b842;
}

.side-panel_body nav ul li.li_idioma a.active:hover {
    color: #f6b842;
}

/*--------------------------------------------------------------
#   FOOTER
--------------------------------------------------------------*/
.Web-Footer {
    padding: 100px 0 30px;
    background-color: #5b2434;
    color: #Fff;
}

.widget-footer h5 {
    font-family: 'Space Grotesk';
    font-size: 1.125rem;
    font-weight: normal;
    line-height: 100%;
    color: #f9f1e7;
    margin-bottom: 32px;
}

.widget-footer p,
.widget-footer a {
    font-family: 'Space Grotesk Light';
    font-size: 0.875rem;
    line-height: 2rem;
    color: #f9f1e7;
}

.widget-footer a {
    text-decoration: none;
}

.widget-footer .footer_copy {
    font-size: 0.688rem;
    line-height: 2rem;
}

.footer_hr {
    opacity: 1;
    background-color: #fff;
    color: #fff;
    height: 1px;
    margin-top: 74px;
    margin-bottom: 30px;
}

.widget-footer_terminos ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 32px;
}

.widget-footer_terminos ul li a {
    font-size: 0.688rem;
}

.footer_newsletter {
    max-width: 340px;
    position: relative;
}

.footer_newsletter input {
    border: 1px solid #f9f1e7;
    padding: 13px 82px 13px 16px;
    color: #f9f1e7;
    font-size: 0.875rem;
}

.footer_newsletter button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1.125rem;
    line-height: 2rem;
    color: #f9f1e7;
    background-color: transparent;
    border: 0;
    padding: 5px 15px;
}

.footer_newsletter button:hover {
    background-color: #f9f1e7;
    color: #5b2434;
}

/*--------------------------------------------------------------
#   HERO
--------------------------------------------------------------*/
.seccion_home_hero {
/*     background-color: #f9f1e7; */
}

.home_hero_container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

.seccion_home_hero .box_info .title {
    font-size: 4.125rem;
    line-height: 4.375rem;
}

.title .font-CoalhandLuke {
    font-family: 'CoalhandLuke TRIAL';
    font-size: 5.25rem;
    line-height: 3.125rem;
}

.home_hero_container .row {}
.home_hero_container .row .box_left {
    flex: 0 0 auto;
    width: 66.66666667%;
    background-image: url('../../assets/img/fondo-hero.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 74px;
}

.home_hero_container .row .box_left .box_left_inner {
    display: grid;
    grid-template-columns: 1fr 262px;
    align-items: center;
}

.box_left.box_banner_principal {
    color: #f9f1e7;
}

.home_hero_container .row .box_right {
    flex: 0 0 auto;
    width: 33.33333333%;
    background-color: #93cef0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 57px 42px;
}

.home_hero_container .row .box_right .box_right_inner {
    max-width: 375px;
}

.box_right.box_sugerencias p {
    font-family: 'Space Grotesk Light';
    font-size: 1.625rem;
    line-height: 2rem;
    color: #000000;
}

/*--------------------------------------------------------------
#   BEBIDAS
--------------------------------------------------------------*/
.seccion_bebidas {
/*     background-color: #f9f1e7; */
    padding: 45px 0;
}

.grid_bebidas_4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.link {
    text-decoration: none;
    color: #000;
}

.card_bebida {
    background-color: #fcf8f3;
    text-align: center;
    padding: 40px;
    color: #000000;
    transition: all .2s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 538px;
    max-width: 309px;
}

.card_bebida img {}
.card_bebida h3 {
    font-family: 'Space Grotesk Light';
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin-bottom: 8px;
}
.card_bebida .ubicacion {
    font-family: 'Space Grotesk Light';
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-bottom: 8px;
}
.card_bebida .precio {
    font-family: 'Space Grotesk Light';
    font-size: 1.25rem;
    line-height: 2.5rem;
}
.card_bebida .cta-cart {
    font-family: 'Space Grotesk Light';
    color: #000000;
    text-decoration: none;
    font-size: 1.125rem;
    line-height: 1;
    display: block;
    padding: 10px 10px;
    border: 1px solid #000;
    transition: all .2s ease;
}

.card_bebida:hover {
    background-color: #fff;
}
.card_bebida:hover .cta-cart {
    background-color: #5b2434;
    color: #fff;
    border: 1px solid #5b2434;
}

/*--------------------------------------------------------------
#   NOTAS
--------------------------------------------------------------*/
.seccion_notas {
/*     background-color: #f9f1e7; */
    padding: 45px 0;
}

.grid_notas_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px;
}

.card_nota {}

.card_nota img {
    width: 100%;
    height: 203px;
    object-fit: cover;
    object-position: center;
}

.card_nota .card_nota_content {
    background-color: #fcf8f3;
    padding: 40px;
    border-top: 7px solid #5b2434;
    min-height: 196px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card_nota .card_nota_content h3 {
    font-family: 'Space Grotesk Light';
    font-size: 1.75rem;
    line-height: 2.125rem;
}

.card_nota .card_nota_content a {
    font-family: 'Space Grotesk Light';
    font-size: 1.125rem;
    text-decoration: none;
    color: #5b2434;
}

.card_nota:nth-of-type(1) .card_nota_content {
    border-top: 7px solid #a76ccd;
}

.card_nota:nth-of-type(2) .card_nota_content {
    border-top: 7px solid #fec049;
}

.card_nota:nth-of-type(3) .card_nota_content {
    border-top: 7px solid #027945;
}

/*--------------------------------------------------------------
#   BANNER INFO
--------------------------------------------------------------*/
.banner_info {
    padding: 60px 0;
}

.banner_info .box_info h4 {
    font-size: 1.313rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.banner_info .box_info p {
    line-height: 1.25rem;
}

/*--------------------------------------------------------------
#   PRODUCTO
--------------------------------------------------------------*/
.seccion_relacinados {
    background-color: #f9f1e7;
    padding: 90px 0;
}

.producto_container {
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}

.producto_container .row .col_left {
    flex: 0 0 auto;
    /* width: 33.33333333%; */
    width: 39%;
    padding: 62px 72px 62px 62px;
}

.producto_container .row .col_right {
    flex: 0 0 auto;
    /* width: 66.66666667%; */
    width: 61%;
    padding: 62px 62px 62px 72px;
    background-color: #fdfbf8;
    max-width: 877px;
}

.producto_detalle {}
.producto_detalle .nombre {
    font-family: 'Space Grotesk Light';
    font-size: 2.625rem;
    line-height: 3.375rem;
    color: #000000;
}
.producto_detalle .ubicacion {
    font-family: 'Space Grotesk Light';
    font-size: 1.125rem;
    line-height: 1.25rem;
    margin-bottom: 32px;
}
.producto_detalle .producto-precio {}
.producto_detalle .producto-precio .precio {
    font-family: 'Space Grotesk Light';
    font-size: 2rem;
    line-height: 1;
}
.producto_detalle .producto-precio .precio {}

.linea {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #dbd1c6;
    margin: 30px 0;
}

.producto-add-to-cart {}
.producto-add-to-cart .producto-stock {
    font-family: 'Space Grotesk Light';
    font-size: 1rem;
    line-height: 1;
    color: #f15b44;
}

.producto-cantidad {
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}

.cantidad-selector--product {
    font-family: 'Space Grotesk Light';
    font-size: 1.25rem;
    border: 1px solid #5b2434;
    vertical-align: middle;
    border-radius: 0;
    align-items: center;
    display: inline-flex;
    height: 69px;
}

.cantidad-selector__button {
    color: rgba(var(--text-color-rgb), .6);
    touch-action: manipulation;
    align-items: center;
    height: 100%;
    padding: 0 12px;
    transition: color .2s ease-in-out;
    display: flex;
    background-color: transparent;
    border: 0;
}

.cantidad-selector--product .cantidad-selector__button {
    padding: 0 12px;
}

.icon {
    fill: currentColor;
    vertical-align: middle;
    pointer-events: none;
    background: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    overflow: visible;
}

.cantidad-selector .icon--minus {
    width: 10px;
    height: 2px;
}

.cantidad-selector__value {
    -webkit-appearance: none;
    appearance: none;
    text-align: center;
    background: none;
    border: none;
    width: 32px;
    min-width: 32px;
    padding: 0 5px;
}

.cantidad-selector--product .cantidad-selector__value {
    color: #5b2434;
    width: 44px;
    min-width: 44px;
    height: 100%;
    border: 0;
}

.cantidad-selector .icon--plus {
    width: 10px;
    height: 10px;
}

.btn-add-to-cart {
    font-family: 'Space Grotesk Light';
    background-color: #5b2434;
    color: #f9f1e7;
    border: 1px solid #5b2434;
    height: 69px;
    width: 280px;
    font-size: 1.25rem;
}

.link-wishlist {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000000;
    text-decoration: none;
}
.link-wishlist .icon {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.5em' height='1.5em' viewBox='0 0 16 16'%3E%3Cpath fill='%23000' d='M7.541 3.948a3.25 3.25 0 0 0-4.595-.012a3.25 3.25 0 0 0 .012 4.595l4.707 4.708a.5.5 0 0 0 .707 0l4.683-4.68a3.25 3.25 0 0 0-.012-4.594a3.25 3.25 0 0 0-4.601-.012l-.447.448zm4.805 3.905L8.02 12.178L3.665 7.824a2.25 2.25 0 0 1-.012-3.18a2.25 2.25 0 0 1 3.181.01l.81.81a.5.5 0 0 0 .715-.008l.79-.796a2.25 2.25 0 0 1 3.186.012a2.25 2.25 0 0 1 .011 3.181'/%3E%3C/svg%3E");
}
.link-wishlist .label {
    vertical-align: middle;
}

.seccion_producto_descripcion {
    position: relative;
}
.seccion_producto_descripcion::before {
    content: '';
    display: block;
    width: 1315px;
    height: 1px;
    background-color: #dbd1c6;
    position: absolute;    
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.producto_atributos {}
.producto_atributos .titulo {
    font-family: 'Space Grotesk Light';
    font-size: 1rem;
    line-height: 1;
    color: #000000;
    margin-bottom: 12px;
}
.producto_atributos .valor {
    font-family: 'Space Grotesk Light';
    font-size: 1.25rem;
    line-height: 1.375rem;
    color: #000;
    margin-bottom: 40px;
}

.producto_descripcion {}
.producto_descripcion .box_info .title {
    font-family: 'Space Grotesk Light';
}
.producto_descripcion .box_info p {
    font-size: 1.25rem;
    line-height: 1.625rem;
}

/*--------------------------------------------------------------
#   TIENDA
--------------------------------------------------------------*/
.seccion_tienda_hero {
    height: 180px;
    background-image: url('../../assets/img/tienda-hero.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.seccion_tienda_hero .box_info .title {
    font-family: 'Space Grotesk Light';
    color: #f9f1e7;
    font-size: 4.125rem;
    line-height: 4.375rem;
    margin-bottom: 0;
}

.seccion_tienda_productos {
    padding: 40px 0 64px;
}

.bar-order {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.bar-order .resultado_paginas {
    font-family: 'Space Grotesk Light';
    font-size: 1rem;
    line-height: 1.2rem;
    color: #000;
}
.bar-order .resultado_orden {
    font-family: 'Space Grotesk Light';
    font-size: 1rem;
    line-height: 1.2rem;
    color: #000;
}

.select-orden {
    position: relative;
    display: inline;
}
.select-orden::after {
    content: '';
    display: block;
    width: 2.5em;
    height: 2.5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2.5em' height='2.5em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m7 10l5 5l5-5' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: -10px;
    right: 0;
    pointer-events: none;
}
.select-orden > select {
    appearance: none;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 1rem;
    color: #000;
    cursor: pointer;
    padding-right: 40px;
}

.grid_productos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.navegacion_paginas .pagination {
    align-items: center;
}

.navegacion_paginas .pagination .page-item {
    margin: 0 5px;
}

.page-item .page-link {
    font-family: 'Space Grotesk Light';
    z-index: 3;
    color: #000;
    background-color: transparent;
    padding: 9px 4px;
    border: 0;
    border-color: transparent;
    border-bottom: 2px solid #fff;
    font-size: 1rem;
    line-height: 1;
}

.page-item.active .page-link {
    background-color: transparent;
    color: #5b2434;
    border-color: transparent;
    border-bottom: 2px solid #5b2434;
}

.page-item .page-link_arrow {
    display: block;
    padding: 0px 4px;
}

.page-item.disabled .page-link {
    border-color: #fff;
}

.page-item.disabled .page-link_arrow {
    opacity: 0.2;
}

.page-item .page-link_arrow .Icon::before {
    content: '';
    display: inline-block;
    width: 2em;
    height: 2em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2em' height='2em' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 12h12.25L11 6.75l.66-.75l6.5 6.5l-6.5 6.5l-.66-.75L16.25 13H4z'/%3E%3C/svg%3E");
    background-size: 100% 100%;
}

.page-item .page-link_arrow .Icon.icon_prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2em' height='2em' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 12h12.25L11 6.75l.66-.75l6.5 6.5l-6.5 6.5l-.66-.75L16.25 13H4z'/%3E%3C/svg%3E");
    vertical-align: middle;
    transform: rotate(180deg);
}

.page-item .page-link_arrow .Icon.icon_next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2em' height='2em' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 12h12.25L11 6.75l.66-.75l6.5 6.5l-6.5 6.5l-.66-.75L16.25 13H4z'/%3E%3C/svg%3E");
}

.collapse-filtro {
    font-family: 'Space Grotesk SemiBold';
    display: block;
    position: relative;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    padding: 0px 45px 20px 0px;
    color: #000000;
    font-size: 1.313rem;
    line-height: 1;
}

.collapse-filtro::after {
    content: '';
    display: block;
    width: 2.5em;
    height: 2.5em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2.5em' height='2.5em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' d='m7 10l5 5l5-5' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
}

.collapse-filtro[aria-expanded="true"]::after {
    rotate: 180deg;
    transform: translateY(50%);
}

.wrapper_collapse .collapse_body {}
.wrapper_collapse .collapse_body a {
    font-family: 'Space Grotesk Light';
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    line-height: 2rem;
}

.symbol-price {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 0 12px;
}

.filter {
  width: 96%;
  max-width: 298px;
  margin: 0;
  font-family: "PT Sans", "Arial", sans-serif;
}

.filter__range {
  margin-top: 20px;
}

.filter__number-fields-wrap {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    font-size: 16px;
    line-height: 18px;
}

.filter__number-fields-wrap::after {
  content: '\2014';
  padding: 10px 0;
  order: 2;
}

.filter__number-min-group {
    position: relative;
  order: 1;
  flex-grow: 0;
}

.filter__number-max-group {
    position: relative;
  order: 3;
  flex-grow: 0;
}

.filter__number-fields-wrap .filter__number-field {
    padding: 12px 12px 12px 33px;
    border: 1px solid #000000;
    width: 121px;
    color: #000;
    font-size: 1rem;
    line-height: 1;
    text-align: right;
}

.range {
  width: 96%;
  background-color: transparent;
    padding: 8px 0px;
}

.range__scale {
  position: relative;
  width: 100%;
  height: 7px;
    background-color: #d7dcde;
    border-radius: 7px;
}

.range__bar {
  position: absolute;
  width: 100%;
  height: 7px;
  background-color: #5b2434;
}

.range__thumb {
  position: absolute;
  z-index: 2;
  width: 23px;
  height: 23px;
  border: 1px solid #5b2434;
    border-radius: 50%;
    top: -8px;
    background-color: #fff;
    cursor: pointer;
}

.range__thumb--min {
  left: 0;
}

.range__thumb--max {
  left: 96%;
}