.al-hero-banner{
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
}
.al-row {
  flex-wrap: wrap;
  display: flex;
}
.al-text-white{
    color: white;
}
.al-heading-01{
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.al-background-img {
    max-height: 70%;
    min-height: 70%;
    min-width: 100%;
    object-fit: cover;
    height: 70%;;
    position: absolute;
    top: 0%;
}
.al-bg-red{
    background-color: red!important;
}
.al-bg-green{
    background-color: #3D704F!important;
}
.al-bg-img {
    position: relative;
    z-index: 1;
}
.al-bg-img::before {
    content: '';
    position: absolute;
    left: 10%;
    top:15%;
    width: 80vw;
    height: 140vh;
    background: url('/images/pincelazo.png') no-repeat left center;
    background-size: cover;
    background-blend-mode: multiply;
    opacity: 0.5;
    transform: translateY(-50%) rotate(8deg);
    z-index: 0;
    pointer-events: none;
}
.al-bg-img-servicios {
    position: relative;
    z-index: 1;
}
.al-bg-img-servicios::before {
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100vw;
    height: 10vh;
    background: url('/images/servicios.jpg') no-repeat left center;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
}
.al-bg-img-textura{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('/images/textura2.png') repeat left center;
    background-size: cover;
    pointer-events: none;
}
.al-top-right-image{
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: auto;
}
.al-section{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.al-align-items-center{
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.al-small-container {
    padding-left: 8rem;
    padding-right: 5.15rem;
}
.al-z-2{
    z-index: 2;
}
.al-hover-zoom {
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}
.al-hover-zoom:hover{
    transform: scale(1.02);
}
.al-section-servicios{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(853px - 168px);
}
.al-flex-row{
    display: flex;
    width: 100%;
    padding: 64px 64px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: var(--Gap-Large---X, 32px);
    align-self: stretch;
}
.al-flor-img {
    opacity: 0;
    transform: scale(0.01);
    transition: opacity 0.3s, transform 0.3s;
    position: absolute;
    pointer-events: none;
    z-index: 4;
}
.al-flor-1{
    top: 4%;
    right: 65%;
    z-index: 1;
}
.al-flor-2{
    right: 11%;
    top: 54%;
    z-index: 4;
}
.al-flor-3{
    left: 31%;
    top: 51%;
    z-index: 4;
}
.al-flor-4{
    top: 27%;
    right: 31%;
    z-index: 1;
}
.al-hover-zoom:hover .al-flor-img {
    opacity: 1;
    transform: scale(1.02);
}
.al-relative{
    position:relative;
}
.al-section-title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 32px 64px;
    gap: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 168px;
    background: url('/images/servicios.jpg') no-repeat left center;
    background-size: cover;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}
.al-title-container{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 24px;
    gap: 32px;
    width: 100%;
    max-width: 100%;
    height: 104px;
    background: rgba(215, 210, 197, 0.2);
    flex: none;
    order: 0;
    flex-grow: 1;
    border-radius: 15px;
    justify-content: space-between;
}
.al-card{
    z-index: 2;
    display: flex;
    width: 491px;
    height: 589px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: var(--Corner-radius-Large---XX, 24px);
    background: var(--Primary-700, #453E39);
    overflow: hidden;
    transition: transform 0.2s;
}
.al-card:hover{
    transform: translateY(-8px) scale(1);
    box-shadow: 0 8px 24px rgba(34,34,34,0.16);
    background: #453E39;
}
.al-card-header{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.al-card-content-product{
    display: flex;
    padding: var(--Padding-Medium---XX, 12px);
    flex-direction: column;
    align-items: flex-start;
    gap: var(--Gap-Medium---X, 16px);
    align-self: stretch;
}
.al-card-content-intern{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 0;
}
.al-card-image{
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 0 0 var(--Corner-radius-Large---XX, 24px) var(--Corner-radius-Large---XX, 24px);
}
.al-card-image-uno{
    background: url('/images/mujer.jpg') lightgray 50% / cover no-repeat;
}
.al-card-image-dos{
    background: url('/images/camioneta.jpg') lightgray 50% / cover no-repeat;
}
.al-card-image-tres{
    background: url('/images/personas.jpg') lightgray 50% / cover no-repeat;
}
.al-card-boton{
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--Corner-radius-Large---XX, 24px);
    background: var(--effects-bright-16, rgba(241, 240, 238, 0.16));
    text-decoration: none;
    color: white;
}
.al-card-cotainer-button{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
/* Section-Productos estilos base */
.al-product-section {
    position: relative;
    background: #3d704f url('/images/textura2.png') center center/cover no-repeat;
    padding: 0 0 48px 0;
}
.al-product-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  justify-content: flex-start;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 24px 0;
  padding-left: 1.5%;
}
/* Scrollbar personalizado para al-product-list */
.al-product-list::-webkit-scrollbar {
  height: 8px;
  background: #f1f0ee;
  border-radius: 8px;
}
.al-product-list::-webkit-scrollbar-thumb {
  background: #B48D6A;
  border-radius: 8px;
}
.al-product-list::-webkit-scrollbar-track {
  background: transparent;
}
.al-nav{
    display: flex;
    width: 44px;
    height: 44px;
    padding: var(--Padding-None, 0);
    justify-content: center;
    align-items: center;
    gap: 8px;
    aspect-ratio: 1/1;
    border-radius: var(--Corner-radius-Full, 9999px);
    background: var(--effects-dim-20, rgba(34, 34, 34, 0.20));
    z-index: 2;
    cursor: pointer;
}
.al-nav-left{
    position: absolute;
    left: 1%;
    top: 55%;
}
.al-nav-right{
    position: absolute;
    right: 1%;
    top: 55%;
}
.al-nav:hover{
    box-shadow: 0 var(--1, 4px) var(--1, 4px) var(--None, 0) rgba(0, 0, 0, 0.10), 0 var(--05, 2px) var(--05, 2px) var(--None, 0) rgba(0, 0, 0, 0.10);
    background: var(--Primary-500, #754D29);
}
.al-cap{
    display: flex;
    padding: var(--Padding-Tiny---XX, 10px) var(--Padding-Small---XX, 14px);
    justify-content: center;
    align-items: center;
    border-radius: var(--Corner-radius-Large---XX, 24px);
    background: var(--Primary-900, #222);
}
.al-cap-blue{
    display: flex;
    padding: var(--Padding-Tiny---XX, 15px) var(--Padding-Small---XX, 23px);
    justify-content: center;
    align-items: center;
    border-radius: var(--Corner-radius-Large---XX, 24px);
    background: var(--Primary-900, #016982);
}
/* Firefox */
.al-product-list {
  scrollbar-color: #B48D6A #f1f0ee;
  scrollbar-width: thin;
}
.al-product-card {
  background: #f1f0ee;
  border-radius: 24px;
  box-shadow: 0 4px 16px rgba(34,34,34,0.08);
  width: 260px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.2s;
  flex: 0 0 260px;
  scroll-snap-align: start;
  cursor: pointer;
}
.al-second-image{
    display: none;
    width: 160px;
    height: 160px;
    object-fit: contain;
    margin-bottom: 16px;
}
.al-product-card:hover {
    transform: translateY(-8px) scale(1);
    box-shadow: 0 8px 24px rgba(34,34,34,0.16);
}
.al-product-card:hover .al-product-img{
    display: none;
}
.al-product-card:hover .al-second-image{
    display: flex;
}
.al-product-card-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: var(--Corner-radius-Large---XX, 24px);
    background: #E9E7E2;
}
.al-product-img {
    width: 160px;
    height: 160px;
    object-fit: contain;
    margin-bottom: 16px;
    transition: transform 0.2s;
}
.al-product-img-unique{
    width: 160px;
    height: 160px;
    object-fit: contain;
    margin-bottom: 16px;
    transition: transform 0.2s;
}
.al-padding-x{
    width: 95%!important;
    margin: auto;
}
.al-card-content {
    display: flex;
    padding: var(--Padding-Medium---X, 16px) var(--Padding-Medium---X, 16px) var(--Padding-Medium---XX, 24px) var(--Padding-Medium---X, 16px);
    flex-direction: column;
    align-items: center;
    gap: var(--Gap-Small---X, 8px);
    align-self: stretch;
}
.al-etiqueta-product-card {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 4px var(--Gap-Tiny---XX, 4px);
    align-self: stretch;
    flex-wrap: wrap;
}
.al-etiqueta{
    display: flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: var(--Corner-radius-Large---XX, 24px);  
}
.al-etiqueta-bg-red{
    background: var(--Etiquetas-caf-Americano, #DD4449);  
}
.al-etiqueta-bg-green{
    background: var(--Etiquetas-caf-Descafeinado, #6E9B3E);
}
.al-etiqueta-bg-green-2{
    background: var(--Etiquetas-caf-Descafeinado, #488C5D);
}
.al-etiqueta-bg-brown{
    background: var(--Etiquetas-caf-Dark-Roast, #907E66);
}
.al-etiqueta-bg-brown-2{
    background: var(--Etiquetas-caf-Dark-Roast, #3B2414);
}
.al-etiqueta-bg-yellow{
    background: var(--Etiquetas-caf-Coatepec-Veracruz, #DAC244);
}
.al-etiqueta-bg-blue{
    background: var(--Etiquetas-caf-Coatepec-Veracruz, #013D62);
}
.al-etiqueta-text {
    color: var(--Primary-100, #F1F0EE);
    text-align: center;
    font-family: var(--Family-Body, "GT America");
    font-size: var(--Size-Body-Body---Medium, 16px);
    font-style: normal;
    font-weight: var(--Weight-Regular, 400);
    line-height: var(--Height-Body-Body---Medium, 24px); /* 120% */
    letter-spacing: var(--Letter-spacing-Small, -0.5px);
}
.al-product-label {
    font-family: 'GT America', sans-serif;
    font-weight: bold;
    font-size: 20px;
    border-radius: 16px;
    padding: 6px 16px;
    margin-bottom: 8px;
    display: inline-block;
}
.al-bg-brown {
  background: #754d29;
  color: #fff;
}
.al-bg-green {
  background: #488c5d;
  color: #fff;
}
.al-bg-red {
  background: #dd4449;
  color: #fff;
}
.al-bg-blue {
  background: #016982;
  color: #fff;
}
.al-product-desc {
  font-family: 'GT America', sans-serif;
  font-size: 14px;
  color: #222;
  margin-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.al-product-desc-caps{
    font-family: 'GT America', sans-serif;
    font-size: 11px;
    color: #222;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.al-underline{
    text-decoration: underline;
}
/* Botones de selección de productos */
.al-product-categories {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}
.al-btn-product-category {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--Gap-Small---X, 8px);
    padding: 12px;
    border-radius: var(--Corner-radius-Full, 9999px);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(calc(var(--4, 16px) / 2));
    background: var(--primary-30020, rgba(215, 210, 197, 0.20));
    color: white;
}
.al-btn-product-category.al-active,
.al-btn-product-category:focus {
    background: var(--Primary-100, #F1F0EE);
    color: black;
}
.al-btn-product-category:hover {
    background: var(--Primary-100, #F1F0EE);
    color: black;
}
.al-hide {
  display: none !important;
}
/* Section - Equipamiento estilos */
.al-section-equipamiento {
  position: relative;
  background: #d7d2c5 url(/images/textura2.png) center center / cover no-repeat;
  width: 100%;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: start;
  justify-content: center;
  padding-top: 0!important;
}
.al-section-equipamiento-bg {
  position: absolute;
  inset: 0;
  background: #d7d2c5;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.al-equipamiento-container {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.al-equipamiento-blason {
  width: 220px;
  height: auto;
  opacity: 0.85;
  position: absolute;
}
.al-equipamiento-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  width: 50%;
  z-index: 1;
  margin: 30px
}
.al-equipamiento-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.al-equipamiento-title {
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 900;
  font-size: 38px;
  color: #3b2414;
  margin: 0;
}
.al-equipamiento-subtitle {
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #453e39;
  margin: 0;
}
.al-equipamiento-list {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.al-equipamiento-list li{
  cursor: pointer;
}
.al-equipamiento-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 8px 24px;
}
.al-equipamiento-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,198,88,0.2);
  border: 2px solid #ffc658;
  border-radius: 24px;
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #3b2414;
  width: 74px;
  height: 64px;
}
.al-equipamiento-step-desc {
  font-family: 'GT America', sans-serif;
  font-size: 16px;
  color: #222;
  font-weight: 400;
  letter-spacing: -0.5px;
}
.al-equipamiento-blason-img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.al-element-list{
  background: #e9e7e2;
  background: var(--effects-dim-20, rgba(34, 34, 34, 0.20));
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(34, 34, 34, 0.08);
  width: 100%;
  height: 100%;
  padding: 22px 15px;
  background: var(--effects-dim-20, rgba(34, 34, 34, 0.20));
}
.al-element-list:hover{
  background: #e9e7e2;
}
.al-equipamiento-step:hover .al-equipamiento-step-number{
  background: rgba(255, 198, 88, 1);
}
.al-equipamiento-step:hover .al-equipamiento-step-desc{
  background: #e9e7e2;
}
/* Ajuste de tamaño para imágenes de hover en equipamiento */
.al-equipamiento-gallery {
  background: #3b2414;
  border-radius: 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 320px;
  z-index: 1;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.al-equipamiento-blason-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  transition: transform 0.3s ease;
}
.al-equipo-0 {
  position: relative;
  width: 220px;
  height: auto;
  opacity: 0.85;
  z-index: 3;
}
/* Section-Técnico y mantenimiento estilos */
.al-section-tecnico {
  position: relative;
  background: #d7d2c5;
  min-width: 1024px;
  max-width: 100%;
  padding-bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.al-section-tecnico-bg {
  position: absolute;
  inset: 0;
  background: #d7d2c5 url(/images/textura2.png) center center / cover no-repeat;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.al-tecnico-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.al-tecnico-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 2048px;
  width: 100%;
}
.al-tecnico-head-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  pointer-events: none;
}
.al-tecnico-title-container {
  background: rgba(215,210,197,0.2);
  border-radius: 24px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.al-tecnico-title {
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 900;
  font-size: 48px;
  color: #fff;
  margin: 0;
}
.al-tecnico-content {
  display: flex;
  gap: 24px;
  width: 100%;
  justify-content: center;
}
.al-tecnico-card {
  background: #e9e7e2;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(34,34,34,0.08);
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 320px;
  max-width: 400px;
  flex: 1 0 0;
  gap: 16px;
}
.al-tecnico-card-img {
  width: 80px;
  height: 80px;
  margin-bottom: 8px;
  display: flex;
}
.al-tecnico-card-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
}
.al-tecnico-card-title {
  font-family: 'Museo Sans Rounded', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #3b2414;
  margin: 0;
  text-align: center;
  width: 100%;
}
.al-tecnico-card-list {
  font-family: 'GT America', sans-serif;
  font-size: 24px;
  color: #222;
  font-weight: 400;
  letter-spacing: -0.5px;
  margin: 0;
  padding-left: 36px;
}
.al-tecnico-card-list li {
  margin-bottom: 8px;
}
/* Section-Contacto estilos */
.al-section-contacto {
  position: relative;
  background: #3d704f url('/images/textura2.png') center center/cover no-repeat;
  min-width: 1024px;
  max-width: 100%;
  min-height: 600px;
  padding: 64px 0 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  overflow: hidden;
}
.al-contacto-container {
  padding: 48px 64px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  max-width: 55%;
  margin: 0 auto;
  position: relative;
}
.al-contacto-content{
  width: 100%;
  position: relative;
}
.al-contacto-subtitle{
  color: var(--Primary-800, #3B2414);
  text-align: center;
  font-family: var(--Family-Body, "GT America");
  font-size: var(--Size-Body-Body---Big, 24px);
  font-style: normal;
  font-weight: var(--Weight-Regular, 400);
  line-height: var(--Height-Body-Body---Big, 28px);
  /* 116.667% */
  letter-spacing: var(--Letter-spacing-Small, -0.5px);
  padding: 16px 0;
}
.al-contacto-info {
  flex: 1 1 40%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: flex-start;
}
.al-contacto-title {
  font-family: var(--Family-Display, "Museo Sans Rounded");
  font-size: var(--Size-Display-Display---Medium, 64px);
  font-style: normal;
  font-weight: var(--Weight-Bold, 700);
  line-height: var(--Height-Display-Display---Medium, 64px);
  letter-spacing: var(--None, 0);
  text-align: center;
}
.al-contacto-desc {
  font-family: 'GT America', sans-serif;
  font-size: 18px;
  color: #453e39;
  margin-bottom: 0;
}
.al-contacto-form {
  flex: 1 1 60%;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.al-contacto-form-row {
  display: flex;
  gap: 18px;
}
.al-contacto-input, .al-contacto-textarea {
  font-family: 'GT America', sans-serif;
  font-size: 16px;
  color: #222;
  background: #fff;
  border: 1.5px solid #d7d2c5;
  border-radius: 16px;
  padding: 14px 18px;
  outline: none;
  width: 100%;
  transition: border 0.2s;
  resize: none;
}
.al-contacto-input:focus, .al-contacto-textarea:focus {
  border: 1.5px solid #3d704f;
}
.al-contacto-textarea {
  min-height: 120px;
  max-height: 220px;
}
.al-contacto-boton {
  background: #3d704f;
  color: #fff;
  font-family: 'Museo Sans Rounded', sans-serif;
  font-size: 20px;
  font-weight: 700;
  border: none;
  border-radius: 24px;
  padding: 14px 36px;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(34,34,34,0.08);
  margin-top: 8px;
  align-self: flex-end;
}
.al-contacto-boton:hover {
  background: #2e5a3d;
  box-shadow: 0 4px 16px rgba(34,34,34,0.16);
}
.al-contacto-datos {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}
.al-contacto-dato {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'GT America', sans-serif;
  font-size: 16px;
  color: #453e39;
}
.al-contacto-dato-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  opacity: 0.8;
}
.al-contacto-social {
  display: flex;
  gap: 16px;
  margin-top: 12px;
}
.al-contacto-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #3d704f;
  color: #fff;
  font-size: 20px;
  transition: background 0.2s;
  text-decoration: none;
}
.al-contacto-social-link:hover {
  background: #2e5a3d;
}
.al-grano{
  width: 41.24px;
  height: 41.24px;
}
.al-grano-der-1{
  position: absolute;
  top: 10%;
  right: 10%;
}
.al-grano-izq-1 {
  position: absolute;
  top: 20%;
  left: 60%;
  z-index: 3;
  transform: rotate(-35deg);
}
.al-grano-izq-2 {
  position: absolute;
  top: 40%;
  left: 70%;
  z-index: 3;
  transform: rotate(14deg);
}
.al-grano-izq-3 {
  position: absolute;
  bottom: 25%;
  left: 15%;
  z-index: 3;
  transform: rotate(14deg);
}
.al-grano-der-1 {
  position: absolute;
  bottom: 10%;
  right: 20%;
  z-index: 3;
  transform: rotate(65deg);
}
.al-grano-der-2 {
  position: absolute;
  bottom: 40%;
  right: 60%;
  z-index: 3;
}
.al-grano-der-3 {
  position: absolute;
  bottom: 30%;
  right: 40%;
  z-index: 3;
}
/* Input group y estilos específicos para formulario de contacto (Figma) */
.input-group{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.input-group.full-width{width:100%;}
.input-group + .input-group{margin-left:18px}
.al-input{
  color: #754D29;
  font-family: var(--Family-Body, "GT America");
  font-size: var(--Size-Body-Body---Big, 24px);
  font-style: normal;
  font-weight: var(--Weight-Regular, 400);
  line-height: var(--Height-Body-Body---Big, 28px);
  /* 116.667% */
  letter-spacing: var(--Letter-spacing-Small, -0.5px);
  border: none;
  background: transparent;
  border-bottom: 1.5px solid #754D29;
  padding: 16px 14px 12px 14px;
  outline: none;
  width: 100%;
  transition: border 0.18s, box-shadow 0.18s;
}
.al-textarea{
  background: transparent;
  border-radius: var(--Corner-radius-Large---XX, 24px);
  border: 1px solid var(--Primary-500, #754D29);
  padding: 16px 16px;
  color: var(--Primary-500, #754D29);
  font-size: 16px;
  font-family: var(--Family-Body, "GT America");
  font-size: var(--Size-Body-Body---Big, 24px);
  font-style: normal;
  font-weight: var(--Weight-Regular, 400);
  line-height: var(--Height-Body-Body---Big, 28px);
  /* 116.667% */
  letter-spacing: var(--Letter-spacing-Small, -0.5px);
}
.al-input:focus,
.al-textarea:focus,
.al-textarea:focus-visible {
  border-color: #754D29;
  box-shadow: 0 6px 18px rgba(61,112,79,0.08);
  outline: none;
}
.al-contacto-disclaimer{
  color: var(--Error-400, #E90000);
  font-family: var(--Family-Body, "GT America");
  font-size: var(--Size-Body-Body---Big, 24px);
  font-style: normal;
  font-weight: var(--Weight-Regular, 400);
  line-height: var(--Height-Body-Body---Big, 28px);
  /* 116.667% */
  letter-spacing: var(--Letter-spacing-Small, -0.5px);
}
.al-input.al-textarea{padding:18px 14px}
.input-group label{
  position: absolute;
  left: 14px;
  top: 16px;
  pointer-events: none;
  color:#7a6f61;
  font-size:16px;
  transition: all 0.18s ease;
  background: transparent;
  padding: 0 6px;
  color: var(--Primary-500, #754D29);
  
    /* Body/Big */
    font-family: var(--Family-Body, "GT America");
    font-size: var(--Size-Body-Body---Big, 24px);
    font-style: normal;
    font-weight: var(--Weight-Regular, 400);
    line-height: var(--Height-Body-Body---Big, 28px);
    /* 116.667% */
    letter-spacing: var(--Letter-spacing-Small, -0.5px);
}
.input-group input:not(:placeholder-shown) ~ label,
.input-group textarea:not(:placeholder-shown) ~ label,
.input-group select:not([value=""]) ~ label{
  top: -10px;
  font-size:12px;
  color:#754D29;
 
}
.input-group select.al-input{appearance:none;padding-right:36px}
.al-btn-contacto{
  border-radius: var(--Corner-radius-Full, 9999px);
  background: var(--primary-30050, rgba(215, 210, 197, 0.50));
  display: flex;
  width: 896px;
  padding: var(--Padding-None, 8px);
  justify-content: center;
  align-items: center;
  gap: var(--Gap-Small---X, 8px);
  color: var(--Primary-900, #222);
  font-family: var(--Family-Body, "GT America");
  font-size: var(--Size-Body-Body---Big, 24px);
  font-style: normal;
  font-weight: var(--Weight-Regular, 400);
  line-height: var(--Height-Body-Body---Big, 28px);
  letter-spacing: var(--Letter-spacing-Small, -0.5px);
  cursor: pointer;
}
.al-btn-icon svg{
  color: var(--Primary-900, #222);
}
.al-btn-contacto:hover{background:#c7ad33}
.promo-cta-food-service{
  z-index: 0;
  background-image: url(../images/footer-food-service.jpg);
  background-position: 0 0;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.al-left-image-form-cont{
  position: absolute;
  left: 0;
  width: 30%;
  height: 100%;
}
.al-right-image-form-cont{
  position: absolute;
  right: 0;
  width: 30%;
  height: 100%;
}
.al-bolsa-left{
  position: absolute;
  z-index: 2;
  width: 486.173px;
  height: 629.577px;
  transform: rotate(16.603deg);
  aspect-ratio: 61/79;
  left: -25%;
  top: 20%;
}
.al-bolsa-right {
  position: absolute;
  z-index: 2;
  width: 586.6px;
  height: 759.63px;
  transform: rotate(-15deg);
  aspect-ratio: 61/79;
  right: -23%;
  top: 10%;
  z-index: 3;
}
.al-pincel-amarillo{
  position: absolute;
  z-index: 1;
  width: 750.197px;
  height: 883.74px;
  transform: rotate(175.638deg);
  aspect-ratio: 73/86;
  left: -35%;
  top: -10%;
}
.al-pincelazo-amarillo {
  position: absolute;
  z-index: 1;
  width: 750.197px;
  height: 883.74px;
  transform: rotate(175.638deg);
  aspect-ratio: 73/86;
  right: -40%;
  bottom: 15%;
  z-index: 1;
}
.al-pincelazo-verde {
  position: absolute;
  z-index: 1;
  width: 750.197px;
  height: 883.74px;
  transform: rotate(135deg);
  aspect-ratio: 73/86;
  right: -50%;
  top: -10%;
  z-index: 2;
}
.al-pincel-roja{
  position: absolute;
  z-index: 1;
  width: 883.74px;
  height: 330.912px;
  transform: rotate(37.903deg);
  aspect-ratio: 227/85;
  left: -35%;
  bottom: 18%;
}
.al-tecnico-card-title-movil{
  display: none;
}
@media (max-width: 991px) {
  .al-contacto-form {
    padding: 20px;
  }
  .al-btn-contacto {
    width: 100%;
    padding: 0;
  }
  .al-tecnico-card-img{
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .al-tecnico-card-title{
    display: none;
  }
  .al-tecnico-card-title-movil{
    display: flex;
    width: 90%;
    text-align: left;
  }
  .al-section-contacto {
    min-width: 100vw;
    max-width: 100vw;
    min-height: 400px;
    padding: 32px 0 32px 0;
  }
  .al-contacto-container {
    flex-direction: column;
    gap: 32px;
    padding: 24px 8px;
    max-width: 100vw;
  }
  .al-contacto-title {
    font-size: 28px;
  }
  .al-contacto-form_row {
    flex-direction: column;
    gap: 12px;
  }
  .al-contacto-boton {
    font-size: 16px;
    padding: 10px 20px;
  }
  .al-product-list {
    gap: 16px;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .al-product-card {
    flex: 0 0 90vw;
    min-width: 260px;
    padding: 24px 8px;
  }
  .al-product-img {
    width: 120px;
    height: 120px;
  }
  .al-product-categories {
    display: none;
  }
  .al-section-equipamiento {
    width: 100%;
    height: auto;
    padding-bottom: 32px;
  }
  .al-equipamiento-container {
    flex-direction: column;
    gap: 24px;
    width: 100%;
    padding: 0 8px;
  }
  .al-equipamiento-gallery {
    width: 100%;
    margin: 0;
    height: 320px;
  }
  .al-equipamiento-content{
    width: 100%;
    margin:0;
  }
  .al-equipamiento-blason {
    width: 120px;
  }
  .al-equipamiento-title {
    font-size: 32px;
  }
  .al-equipamiento-subtitle {
    font-size: 20px;
  }
  .al-equipamiento-step-number {
    font-size: 24px;
    width: 63px;
    height: 80px;
  }
  .al-equipamiento-step-desc {
    font-size: 16px;
  }
  .al-section-tecnico {
    min-width: 100vw;
    max-width: 100vw;
    padding-bottom: 32px;
  }
  .al-tecnico-container {
    max-width: 100vw;
    width: 100vw;
    padding: 0 8px;
  }
  .al-tecnico-content {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .al-tecnico-card {
    width: 100%;
    padding: 16px;
  }
  .al-tecnico-card-title {
    font-size: 24px;
  }
  .al-tecnico-card-list {
    font-size: 16px;
    padding-left: 20px;
  }
  .al-top-right-image {
    width: 70%;
    height: auto;
  }
  .al-row {
    flex-flow: column-reverse;
  }
  .al-small-container{
    padding-left: 0;
    padding-right: 0;
  }
  .al-flex-row{
    flex-direction: column;
    padding: 64px 0;
  }
  .al-section-servicios {
    height: auto;
  }
  .al-card {
    width: 80%;
  }
  .al-left-image-form-cont img, .al-right-image-form-cont img{
    display: none;
  }
  .al-section-title{
    padding: 32px 40px;
  }
}

