#Custom_Body .container-wrap {
    padding: 0px;
    margin-bottom: 0px !important;
}

.alfa {
    height: 100%;
    width: 100%;
    background: rgba(26,27,22,0.5);
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#Video_Cabecera {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
}

#Cabecera {
    height: 100vh;
    align-content: center;
    justify-content: center;
}

#Cabecera .BOX-TXT {
    text-align: center;
    max-width: 700px;
}

#Cabecera .BOX-TXT .logo-mbl{
    display: none;
}

#Cabecera .BOX-TXT h1{
    color: #EAEAEA;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding: 0px 35px;
}

#Cabecera .Descripcion {
    width: 80%;
    margin: auto;
}

#Cabecera .ROW-BTN {
    margin-top: 30px;
}

#Cabecera .BOX-TXT p{
    color: #EAEAEA;
}

#Cabecera .BTN-Oro {
    width: max-content;
    margin: auto;
}

#Cabecera .BTN-Oro span {
    COLOR: #000;
}

#Cabecera .IMG-Logo-Cabecera {
    right: 35px;
    top: 50%;
    transform: translate(0px, -50%);
    width: 39vh;
}

@media only screen and (max-width: 700px){

    #Cabecera .IMG-Logo-Cabecera {
        display: none;
    }

    #Cabecera .BOX-TXT .logo-mbl {
        display: inherit;
        width: calc(100% - 70px);
        margin: auto;
        margin-bottom: 50px;
    }

}

#Productos{
    width: 120vw;
}

#Productos .Titulo {
    margin-bottom: 40px;
}

#Productos .PRE h3 {
    font-family: DM Sans;
    margin-bottom: 20px;
}

#Productos .Titulo h2 {
    font-size: 40px !important;
    line-height: 42px !important;
    color: #eaeaea;
}

#Productos .slick-slider-lineas{
    margin-left: -20px;
}

#Productos .cell-carousel {
    margin: 0px 20px;
    height: 50vw;
    height: fit-content;
}

#Productos .cell-carousel .A_Face {
    background: #272822;
    padding: 40px 30px 40px;
    height: auto;
    z-index: 0;
    position: relative;
    transition: opacity 0.5s ease;
}

#Productos .cell-carousel:hover .A_Face{
    opacity: 0;
}


#Productos .cell-carousel .BOX-IMG {
    margin-bottom: 40px;
    height: 80%;
}

#Productos .cell-carousel .Imagen {
    height: auto;
    margin: auto;
    width: 64%;
}

#Productos .cell-carousel p {
    color: #fff;
}

#Productos .cell-carousel .BOX-Nombre {
    margin-bottom: 10px;
}

#Productos .cell-carousel .BOX-Nombre h3 {
    max-width: 275px;
    font-size: 34px;
    line-height: 36px;
}

#Productos .cell-carousel .BOX-Data {
    justify-content: space-between;
}

#Productos .cell-carousel .BOX-Data p{
    padding-bottom: 0px;
}

#Productos .cell-carousel .BOX-Data .volumen {
    font-size: 16px;
}

#Productos .cell-carousel .A_Face .CELL-Precio {
    display: none;
}

#Productos .cell-carousel .BOX-Data .Precio span {
    font-size: 24px;
}

#Productos .cell-carousel .B_Face {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease;
}

#Productos .cell-carousel:hover .B_Face {
    opacity: 1;
}

#Productos .cell-carousel .Contenedor_Interno {
    width: 100%;
    height: 100%;
    align-content: end;
}

#Productos .cell-carousel .alfa {
    height: 100%;
    width: 100%;
    background: rgba(26,27,22,0.5);
    z-index: 0;
}

#Productos .cell-carousel .Video_Hover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#Productos .cell-carousel .Datos {

    padding: 40px 30px 30px;

}

#Productos .cell-carousel .Datos h3 {
    max-width: 275px;
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 20px;
}

#Productos .cell-carousel .Descripcion {
    width: 80%;
}

#Productos .cell-carousel .Datos p {
    color:  #EAEAEA;
}

#Productos .cell-carousel .Datos .Etiqueta {
    font-size: 16px;
    padding: 0px;
}

#Productos .cell-carousel .Datos #price {
    font-size: 24px;
    padding: 15px 0px 0px;
}

#Productos .cell-carousel .Datos .variaciones-container {
    position: relative;
}

#Productos .cell-carousel .Datos .variaciones-container::after {
    content: '⌄';
    position: absolute;
    right: 8px;
    bottom: 19px;
    font-size: 30px;
    color: #eaeaea;
    pointer-events: none;
}

#Productos .cell-carousel .Datos select {
    MARGIN-TOP: 12PX;
    background: transparent !important;
    border: 1px solid #b29626 !important;
    font-size: 17px;
    appearance: none; /* Elimina el estilo predeterminado del navegador */
    -webkit-appearance: none; /* Compatibilidad con navegadores WebKit */
    -moz-appearance: none; /* Compatibilidad con Firefox */
    padding: 10px 35px 10px 12px !important;
}

#Productos .cell-carousel .Datos select option{
    font-size: 17px;
}

#Productos .COL-BTN {
    display: flex;
    align-items: start;
    gap: 10px 10px;
    margin-top: 8px;
}

#Productos .quantity-container input[type=number] {
    color: #EAEAEA !important;
    font-size: 22px !important;
    border: none !important;
    padding: 0px;
    background-color: transparent;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-right: -8px;
}

/* Para Chrome, Safari, Edge y Opera */
#Productos .quantity-container input[type=number]::-webkit-inner-spin-button, 
#Productos .quantity-container input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Para Firefox */
#Productos .quantity-container input[type=number] {
    -moz-appearance: textfield;
}

#Productos .quantity-container button {
    padding: 0px 00px;
    background: transparent;
    color: #B29626;
    border: none;
    font-size: 32px;
    cursor: pointer;
}

#Productos button.increase {
    margin-top: 2px;
}
#Productos .quantity-container #increase {
    height: 38.66px;
}

#Productos .quantity-container p {
    padding: 0px
}

#Productos .add-to-cart {
    background: linear-gradient(90deg, #D9AA46 0%, #FFD77B 50%, #D9AA46 100%);
    cursor: pointer;
    border-radius: 0px;
    font-weight: 200;
    padding: 15px 30px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-sizing: unset !important;
    border: none !important;
    margin-top: 60px;
    font-size: 15px;
    color: 1A1B16;
    font-weight: 400;
}

#Productos #Botones-Carrusel {
    z-index: 9;
    left: calc(100vw - 114px);
    width: 40px;
    top: 50%;
    height: 34vh;
    align-items: revert;
    transform: translate(0px, -50%);
}

#Productos #Botones-Carrusel button:before {
    display: none;
}

#Productos #Botones-Carrusel .slick-next {
    right: 45px;
    bottom: 0px;
    top: unset;
}

#Productos #Botones-Carrusel .slick-prev {
    right: 45px;
    top: 0px;
}

#Productos #Botones-Carrusel img{
    width: 60px;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}

#Productos #Botones-Carrusel img:hover{

    filter: drop-shadow(5px 5px 10px rgba(255, 255, 255, 0.2));
}

@media only screen and (max-width: 1400px) and (min-width: 1000px){
    #Productos .cell-carousel .Datos h3 {
    max-width: 90%;
    }
    #Productos .cell-carousel .Descripcion {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    }

    #Productos .add-to-cart {
    margin-top: 30px;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 1000px){
    #Productos .cell-carousel .Datos h3 {
    font-size: 28px;
    line-height: 28px;
    }

    #Productos .add-to-cart, #Productos .BTN-Oro-Saber-Mas {
    font-size: 12px !important;
    padding: 10px 26px !important;
    }

    #Productos .cell-carousel .Datos select {
    font-size: 12px;
    padding: 6px 30px 5px 12px !important;
    }

    #Productos .cell-carousel .Datos .variaciones-container::after {
    right: 6px;
    bottom: 13px;
    font-size: 25px;
    }

    #Productos .cell-carousel .Datos .Etiqueta {
    font-size: 14px;
    }

    #Productos .COL-BTN {
    margin-top: 0px;
    }

}

@media only screen and (max-width: 999px) and (min-width: 769px){
    #Productos .cell-carousel .Datos h3 {
    max-width: 80%;
    }
    #Productos .cell-carousel .Descripcion {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    }

    #Productos .add-to-cart {
    margin-top: 30px;
    }
}

@media only screen and (max-width: 768px){

    #Productos {
        width: 100vw;
    }

    #Productos .cell-carousel {
    min-height: auto;
    margin: 0px 5px;
    }

    #Productos .slick-slider-lineas {
    margin-left: 0px;
    }

    #Productos #Botones-Carrusel {
    left: calc(100vw - 60px);
    }

    #Productos .cell-carousel .BOX-IMG {
    max-height: 60vh;
    }

}

@media only screen and (max-width: 500px){

    #Productos .cell-carousel .BOX-Data .CELL-Volumen{
    flex-basis: 100%;
    margin-bottom: 12px;
    }

    #Productos .cell-carousel .BOX-Data .CELL-Precio{
    flex-basis: 100%;
    }

    #Productos .Titulo h2 {
    font-size: 35px !important;
    line-height: 37px !important;
    }

    #Productos .cell-carousel .BOX-Nombre h3 {
    font-size: 30px;
    line-height: 32px;
    }

    #Productos .cell-carousel .Datos h3 {
    max-width: 275px;
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    }

    #Productos .cell-carousel .Descripcion {
    width: 100%;
    font-size: 13px;
    line-height: 16px;
    }

    #Productos .add-to-cart {
    margin-top: 40px;
    }

    #Productos .cell-carousel .Descripcion {
    width: 100%;
    }

    #Productos .cell-carousel .Datos .variaciones-container {
    margin-top: 20px;
    }

    #Productos{
     /*   margin-bottom: 50px !important;*/
    }

}

@media only screen and (max-width: 458px){
    #Productos .cell-carousel .Datos h3 {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    #Productos .cell-carousel .Descripcion {
    font-size: 11px;
    line-height: 14px;
    }

    #Productos .cell-carousel .Datos .Etiqueta {
    font-size: 14px;
    }

    #Productos .cell-carousel .Datos select {
    MARGIN-TOP: 12PX;
    background: transparent !important;
    border: 1px solid #b29626 !important;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px 35px 5px 12px !important;
    }

    #Productos .add-to-cart, .BTN-Oro-Saber-Mas {
        font-size: 12px !important;
    }

    #Productos .cell-carousel .Datos {
    padding: 40px 18px 18px;
    }

    #Productos .COL-BTN {
    margin-top: 0px;
    }

    #Productos .cell-carousel .Datos .variaciones-container {
    margin-top: 0px;
    }
    #Productos .cell-carousel .Datos .variaciones-container::after {
    bottom: 14px;
    }

}

@media only screen and (max-width: 404px){
    #Productos .add-to-cart, .BTN-Oro-Saber-Mas {
        font-size: 10px !important;
    }
}

#Awards {
    margin: 0px 35px;
    height: 75vh;
    justify-content: center;
    min-height: 800px;
}

#Awards  .Titulo {
    left: 70px;
    top: -5em;
}

#Awards  .Titulo h2 {
    text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
}

#Awards .Background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

#Awards .ROW_Titulos {
    justify-content: center;
    align-content: center;
}

#Awards .CELL-Award {
    padding: 0px 30px;
}

#Awards .CELL-Award img {
    width: 100%;
    max-width: 500px;
}

#Awards .BOX_Descripcion {
    background: #EAEAEA;
    left: 0;
    bottom: 0;
    width: 422px;
    padding: 35px 40px;
}

#Awards .BOX_Descripcion p{
    padding-bottom: 0px;
    color: #1A1B16;
}

@media only screen and (min-width: 1301px){
    #Awards  .Titulo {
        top: -6.2em;
    }
}

@media only screen and (max-width: 700px){

    #Awards {
    margin: 0px 18px;
    height: auto;
    align-content: space-between;
    }

    #Awards .ROW_Titulos {
    margin-top: 40px;
    }

    #Awards  .Titulo {
    left: 35px;
    top: -4em;
    }

    #Awards .CELL-Award {
    flex-basis: 100%;
    text-align: center;
    padding: 0px;
    }

    #Awards .CELL-Award img {
    width: 70%;
    }

    #Awards .BOX_Descripcion {
    position: relative;
    width: calc(100% + 36px);
    margin: 0px -18px -35px;
    }

}

@media only screen and (max-width: 500px){

    #Awards h2 {
    font-size: 68px !important;
    line-height: 32px !important;
    }
    #Awards  .Titulo {
    left: 35px;
    top: -1em;
    }

}

#Tradicion {
    height: 90vh;
    justify-content: end;
    overflow: hidden;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-top: 170px;
}

#Tradicion .BOX-Content {
    top: 50%;
    right: 0%;
    width: 50%;
    transform: translate(-35px, -50%);
    height: fit-content;
}

#Tradicion .BOX-Content .Content-TXT{
    background: rgba(234,234,234,0.9);
    padding: 70px;

}

#Tradicion .Titulo h2 {
    font-size: 40px;
    line-height: 42px;
    color: #1A1B16;
}

#Tradicion .Descripcion {

    flex-basis: 100%;
}

#Tradicion .Descripcion p {
    color: #1A1B16;
    padding-right: 20%;
}

#Tradicion .BOX-Content .Titulo {
    margin-bottom: 40px;
}

#Tradicion .BOX-Content .Descripcion {
    margin-bottom: 40px;
}

#Tradicion .BOX-Content .BTN-Oro {
    margin: 0px;
}

@media only screen and (max-width: 999px){

    #Tradicion {
    height: auto;
    }

    #Tradicion .BOX-Content {
    position: relative;
    flex-basis: 100%;
    width: 100%;
    transform: none;
    }

    #Tradicion .BOX-Content .Content-TXT {
    padding: 140px 70px 70px;
    }

    #video_box {
    margin: 0px 35px -70px;
    z-index: 2;
    }

}

@media only screen and (max-width: 700px){

    #Tradicion .BOX-Content .Content-TXT {
    padding: 140px 30px 44px;
    }

    #Tradicion .Descripcion {
    width: 100%;
    }

    #Tradicion .Descripcion p {
    padding-right: 0%;
    }

    #Tradicion {
    margin-top: 50px !important;
    }

    #Tradicion #video_box {
    margin: 0px 30px -70px;
    }

}

@media only screen and (max-width: 500px){

    #Tradicion h2 {
    font-size: 35px !important;
    line-height: 37px !important;
    }

}

#DO {
    padding-left: 0px !important;
    min-height: 80vh;
}

#DO .BOX-TXT{
    background: #EAEAEA;
    padding: 70px;
    align-content: space-around;
}

#DO .Titulo h2 {
    padding-bottom: 60px;
    font-size: 40px;
    color: #1A1B16;
    line-height: 44px;
}

#DO .Descripcion {
    width: 80%;
}

#DO .Descripcion p{
    color: #1A1B16;
}

#DO .BOX-Galeria {
    width: 50%;
    left: 70%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 60%;
    height: 58%;
}

#DO .CELL-Imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 999px){
    
    #DO{
        padding: 70px 35px !important;
    }

    #DO .BOX-TXT {
    flex-basis: 100%;
    padding: 70px 30px 44px;
    }

    #DO .BOX-Galeria.absolute {
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    width: 100%;
    }

    #DO .CELL-Imagen  {
    max-height: 40vh;
    }

}

@media only screen and (max-width: 700px){
    
    #DO{
        padding: 35px 18px !important;
    }

    #DO .BOX-TXT {
    flex-basis: 100%;
    padding: 70px 30px 44px;
    }

    #DO .Descripcion {
    width: 100%;
    }

}

@media only screen and (max-width: 500px){

    #DO h2 {
    font-size: 35px !important;
    line-height: 37px !important;
    }

}

#Elaboracion {
    position: relative; /* Permite scroll local sin afectar el global */
    overflow: hidden; /* Controla solo dentro del carrusel */
}

#works article.big {
  align-self: center; /* Centra los .big verticalmente */
  height: auto;
  margin-left: -8vw; /* Superposición con el artículo anterior */
  z-index: 1; /* Asegura que estén sobre los demás */
}

#works article .big {
  height: 60vh !important;
  width: auto !important;
  align-self: center; /* Centra los .big verticalmente */
}

#works article.big.horizontal {
  align-self: center; /* Centra los .big.horizontal verticalmente */
  height: auto;
  margin-left: -8vw; /* Superposición con el artículo anterior */
  z-index: 1; /* Asegura que estén sobre los demás */
}

#works article .big.horizontal {
  height: 40vh !important;
  width: auto !important;
  align-self: center; /* Centra los .big.horizontal verticalmente */
}

#works article.normal {
  align-self: center; /* Alinea los .normal arriba */
  height: auto;
  margin-left: -8vw;
  z-index: 2;
}

#works article .normal {
  height: 40vh !important;
  width: auto !important;
  z-index: 1;
  align-self: center; /* Alinea los .normal arriba */
}

#works article.normal.up {
    align-self: baseline;
    margin-top: -2vw;
}

#works article.normal.down {
    align-self: end;
    margin-bottom: -2vw;
}

#works article.normal.horizontal {
  align-self: center; /* Alinea los .normal arriba */
  height: auto;
  margin-left: -8vw;
  z-index: 2;
}


#works article .normal.horizontal {
  height: 25vh !important;
  width: auto !important;
  align-self: flex-start; /* Alinea los .normal.horizontal arriba */
}

#works article.small {
  align-self: center; /* Alinea los .normal arriba */
  height: auto;
  margin-left: -8vw;
  z-index: 3;
}

#works article .small {
  height: 20vh !important;
  width: auto !important;
  z-index: 2;
  align-self: flex-start; /* Alinea los .small arriba */
}

#works article.small.up {
    align-self: baseline;
    margin-top: -5vw;
}

#works article.small.down {
    align-self: end;
    margin-bottom: -5vw;
}

#works article.small.horizontal {
  align-self: center; /* Alinea los .normal arriba */
  height: auto;
  margin-left: -8vw;
  z-index: 3;
}

#works article .small.horizontal {
  height: 20vh !important;
  width: auto !important;
  align-self: flex-start; /* Alinea los .small.horizontal arriba */
}

#works {
  width: 100%;
  height: 100vh;
  overflow: visible; /* Evita scroll extra */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 35px;
}

#works .articles-container {
  display: flex; /* Disposición en línea para scroll horizontal */
  position: relative; /* Necesario para posicionamiento relativo */
  padding: 0px 8vw !important;
  margin-bottom: 22vh;
}

#works .item {
  position: relative; /* Para usar z-index en solapamiento */
  flex-shrink: 0; /* Evita que se reduzca el tamaño en flex */
  overflow: visible; /* Asegura que las imágenes puedan salirse del contenedor */
  will-change: transform;
}

#works img {
  display: block; /* Quita el espacio blanco por inline-block */
  position: relative; /* Asegura el control de posición */

}

#works img {
  transform: translateX(0) translateY(0) scale(1);
  opacity: 0.8;
  transition: filter 0.3s ease, opacity 1s ease, transform 1s ease, z-index 1s ease;
}

#works img:hover {
  transform: translateX(0) translateY(0) scale(1.1);
  filter: grayscale(0) brightness(1.6);
  opacity: 1;
  z-index: 99999;
}


#Elaboracion .Cabecera {
    padding: 0px 35px;
    width: 40%;
    min-width: 670px;
}

#Elaboracion .Cabecera h2 {
    padding-bottom: 30px;
    font-size: 40px;
    color: #EAEAEA;
    line-height: 44px;
}

#Elaboracion .Cabecera p {
    color: #EAEAEA;
    padding-bottom: 0px;
}

#Elaboracion .progress-bar {
    width: 100vw !important;
    height: 4px;
    background-color: rgba(200, 200, 200, 0.3);
    z-index: 1000;
    overflow: hidden;
    padding: 0px;
    flex-basis: 100%;
    margin-bottom: 42px;
}

#Elaboracion .progress-line {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #D9AA46 0%, #FFD77B 50%, #D9AA46 100%);
    transform: scaleX(0);
    transform-origin: left center;
}

#Elaboracion .Pasos {
    bottom: 0px;
    padding: 0px !important;
    width: calc(100% - 70px);
    left: 0;
    max-width: none;
}
#Elaboracion .Pasos .numbers-bar{
    flex-basis: 100%;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: stretch;
}

#Elaboracion .Pasos .CELL-Pasos {
    flex: 1;
    padding: 0px 0px;
}

#Elaboracion .Pasos .Paso{
    padding-right: 10px;
}

#Elaboracion .Pasos p{
    color: #EAEAEA;
}

#Elaboracion .Pasos .Numero {
    font-size: 42px;
    padding-bottom: 40px;
    font-family: 'silkserif-regular';
}


#Elaboracion .Pasos-MBL.invisible {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: -20vw;
}

#Elaboracion .Pasos-MBL .CELL-Pasos {
    flex: 1;
    padding: 0px 0px;
}

#Elaboracion .Pasos-MBL .Paso{
    padding-right: 10px;
}

#Elaboracion .Pasos-MBL p{
    color: #EAEAEA;
}

#Elaboracion .Pasos-MBL .Numero {
    font-size: 42px;
    padding-bottom: 40px;
    font-family: 'silkserif-regular';
}



@media only screen and (max-width: 750px){

    #Elaboracion .Cabecera {
        width: 100vw;
        min-width: unset;
    }

    #Elaboracion .Pasos .numbers-bar {
    display: none;
    }

    #Elaboracion .Pasos-MBL.invisible {
        display: inherit;
        position: absolute;
        bottom: -50px;
        width: calc(100% + 28vw);
        margin-bottom: -20vw;
        left: 49vw;
    }

    #works .articles-container {
    padding: 0px 57vw !important;
    }

    #works article.big {
    align-self: center;
    height: auto;
    margin-left: -28vw;
    z-index: 1;
    }

}

@media only screen and (max-width: 500px){

    #works .articles-container {
        padding: 0px 144vw !important;
    }

    #Elaboracion .Pasos-MBL.invisible {
    left: 134vw;
    margin-bottom: -35vw;
    }

    #Elaboracion .Pasos {
    bottom: -5vh;
    width: calc(100% - 70px);
    left: 0;
    }

    #Custom_Body #Elaboracion .Pasos {
        bottom: -5vh;
        width: calc(100% - 70px);
        padding: 35px 0px !important;
    }

}

#Compromiso {
    padding-left: 0px !important;
    min-height: 80vh;
    flex-direction: row-reverse;
}

#Compromiso .BOX-TXT{
    background: #EAEAEA;
    padding: 70px 140px;
    align-content: space-between;
}

#Compromiso .Titulo {
    flex-basis: 100%;
}

#Compromiso .Titulo h2 {
    padding-bottom: 22px;
    font-size: 40px;
    color: #1A1B16;
    line-height: 44px;
    max-width:400px;
}

#Compromiso .Descripcion {
    width: 80%;
    flex-basis: 100%;
}


#Compromiso .Descripcion p{
    color: #1A1B16;
    max-width: 400px;
}

#Compromiso .BOX-Galeria {
    width: calc(30% + 35px);
    left: 35px;
    top: 50%;
    transform: translate(0%, -50%);
    height: 60%;
    z-index: 10;
}

#Compromiso .CELL-Imagen {
    height: 100%;
}

#Compromiso .CELL-Imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#Compromiso .Puntos {
    width: 100%;
}

#Compromiso .CELL-Punto p {
    color: #1A1B16;
    font-size: 20px;
    padding-bottom: 10px;
}

#Compromiso .CELL-Punto {
    border-bottom: 1px solid #1A1B16;
    margin-bottom: 10px;
}

#Compromiso .Sellos {
    top: 70px;
    right: 35px;
}

#Compromiso .Sellos img {
    width: 70px;
}

@media only screen and (max-width: 999px){

    #Compromiso {
    flex-direction: row;
    padding: 70px 35px !important;
    }

    #Compromiso .BOX-Galeria {
        position: relative;
        flex-basis: 100%;
        width: 100%;
        left: unset;
        top: unset;
        transform: none;
    }

    #Compromiso .BOX-TXT {
    background: #EAEAEA;
    padding: 70px 30px;
    align-content: space-between;
    flex-basis: 100%;
    }

    #Compromiso .BOX-TXT .Titulo {
    flex-basis: 100%;
    }

    #Compromiso .BOX-TXT .Descripcion {
    margin: 20px 0px;
    }

}

@media only screen and (max-width: 650px){

    #Compromiso .BOX-TXT {
    padding: 50px 30px;
    }

    #Compromiso .Sellos {
    top: 0px;
    left: 0;
    position: relative;
    margin-bottom: 40px;
    }
}

@media only screen and (max-width: 500px){

    #Compromiso h2 {
    font-size: 35px !important;
    line-height: 37px !important;
    }

    #Compromiso .CELL-Punto p {
    color: #1A1B16;
    font-size: 17px;
    padding-bottom: 7px;
    }

}

@media only screen and (max-width: 999px){
    #footer-outer, #nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
        z-index: 11 !important;
        margin-top: 0px;
    }

    #footer-outer {
    clip-path: ellipse(64% 100% at 50% 100%) !important;
    }

}

@media only screen and (max-width: 700px){
    #footer-outer, #nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
        z-index: 11 !important;
        margin-top: 0px;
    }

    #footer-outer {
    clip-path: ellipse(66% 100% at 50% 100%) !important;
    }

    #footer-outer .ROW-Contacto .Contact-Form {
    max-width: 80% !important;
    }

    #footer-outer .ROW-Links a {
    padding: 0px 20px !important;
    }

}

@media only screen and (max-width: 500px){
    #footer-outer, #nectar_fullscreen_rows > #footer-outer.wpb_row .full-page-inner-wrap {
        z-index: 11 !important;
        margin-top: 0px;
    }

    #footer-outer {
    clip-path: ellipse(96% 100% at 50% 100%) !important;
    }

    #footer-outer .ROW-Contacto .Contact-Form {
    max-width: 80%;
    }

}

.custom-cart-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.custom-cart-modal .modal-content {
    background: white;
    padding: 33px;
    border-radius: 0px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 451px;
    width: 90%;
    background: rgba(26,27,22,1);
}

.custom-cart-modal  .modal-content p {
    margin-bottom: 0px;
    font-family: silkserif-regular;
    color: eaeaea;
    font-size: 17px;
    line-height: 26px;
    font-family: DM Sans;
}

.custom-cart-modal  .modal-content strong {
    font-family: silkserif-regular;
    text-transform: uppercase;
    font-size: 22px;
}

.custom-cart-modal .modal-buttons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.custom-cart-modal  .modal-buttons button {
    cursor: pointer;
    border-radius: 0px;
    font-weight: 200;
    padding: 15px 30px;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-sizing: unset !important;
    border: none !important;
    margin-top: 0px;
    font-size: 15px;
    color: 1A1B16;
    font-weight: 400;
    text-transform: uppercase;
}

.custom-cart-modal  .modal-buttons .continue-shopping {
    background: #f0f0f0;
    color: #333;
}

.custom-cart-modal  .modal-buttons .go-to-cart {
    background: linear-gradient(90deg, #D9AA46 0%, #FFD77B 50%, #D9AA46 100%);
    color: 1A1B16;
}

.custom-cart-modal  .modal-buttons button:hover {
    opacity: 0.9;
}

#Noticias  {
    margin-bottom: 200px;
}

#Noticias .Cabecera {
    text-align: center;
    margin-bottom: -81px;
    z-index: 99;
    position: relative;
}

#Noticias .Cabecera h2 {
    padding-bottom: 0px;
    font-size: 100px;
    line-height: 165px;
    color: #eaeaea;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.2);
}

#Noticias .Carrusel-Noticias {
    width: 190vw;
    margin-left: -45vw;
}

#Noticias .CELL-Noticia{
    display: flex;
    background: #272722;
    margin: 0px 40px;
}

#Noticias .CELL-Noticia .COLA {
    position: relative;
}

#Noticias .CELL-Noticia .COLA img{
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#Noticias .CELL-Noticia .COLB {
    padding: 180px 30px 80px;
}

#Noticias .CELL-Noticia .COLB h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}

#Noticias .CELL-Noticia .COLB .Estracto{
    color: #eaeaea;
    margin-bottom: 20px;
}

#Noticias .slick-dots {
    bottom: -60px;
}

#Noticias .slick-dots button:before {
    color: #B29626;
    font-size: 14px;
}

#Noticias .slick-dots li.slick-active button:before {
    opacity: 1 !important;
}

#Noticias #Botones-Carrusel-Noticias {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90vw;
    transform: translate(-50%, -50%);
}

#Noticias #Botones-Carrusel-Noticias img {
    width: 60px;
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}

#Noticias #Botones-Carrusel-Noticias .slick-prev, #Noticias #Botones-Carrusel-Noticias .slick-next {
    width: 60px;
}

#Noticias .slick-prev:before, #Noticias .slick-next:before {
    display: none;
}

@media only screen and (max-width: 999px){
    #Noticias {
    margin-top: 0px;
    }

    #Noticias .Cabecera {
    padding: 0px 35px;
    margin-bottom: -50px;
    }

    #Noticias .Cabecera h2 {
    font-size: 80px;
    line-height: 84px;
    }

    #Noticias .Carrusel-Noticias {
    width: 100vw;
    margin-left: 0vw;
    }

}

@media only screen and (max-width: 600px){

    #Noticias .CELL-Noticia{
        margin: 0px 18px;
    }

}

@media only screen and (max-width: 600px){

    #Noticias {
    margin-top: 0px;
    }

    #Noticias .CELL-Noticia .COLA {
        height: 30vh;
    }

    #Noticias .CELL-Noticia .COLA, #Noticias .CELL-Noticia .COLB {
        flex-basis: 100%;
    }

    #Noticias .CELL-Noticia .COLB {
    padding: 80px 30px 80px;
    }
    
    #Noticias .Cabecera {
    margin-bottom: -40px;
    }

}

@media only screen and (max-width: 450px){
    #Noticias .Cabecera h2 {
    font-size: 70px;
    line-height: 74px;
    }
}