.elementor-47 .elementor-element.elementor-element-c91dada{--display:flex;}.elementor-47 .elementor-element.elementor-element-d6c6289{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-47 .elementor-element.elementor-element-afecb2c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-47 .elementor-element.elementor-element-4a4e4d4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for html, class: .elementor-element-18ec78f */.amazon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.amazon-card {
  flex: 1 1 calc(33.33% - 20px);
  background: #fff;
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-family: Arial, sans-serif;
  text-align: center;
}

.amazon-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border-radius: 6px;
  margin-bottom: 10px;
}

.amazon-card h2 {
  font-size: 18px;
  margin: 10px 0;
  color: #111;
}

.amazon-card p {
  font-size: 14px;
  color: #555;
  min-height: 50px;
}

.button {
  background-color: #ffa41c;
  color: #fff;
  padding: 10px 16px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.button:hover {
  background-color: #ff8c00;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0631bc7 */.carousel-wrapper {
  position: relative;
  padding: 40px 20px;
  background-image: url('https://m.media-amazon.com/images/S/al-na-9d5791cf-3faf/82f440d0-99a3-402e-b41e-4c56c6f27c61._CR0%2C0%2C3000%2C600_SX1920_.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
  width: 100%;
}

.carousel-wrapper::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: rgba(255, 255, 255, 0.92); /* Ajustá opacidad si querés más contraste */
  z-index: 0;
}

.carousel-track, .carousel-card, .carousel-arrow {
  position: relative;
  z-index: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d2ffba1 */.carousel-wrapper {
  position: relative;
  padding: 30px 20px;
  background-color: #fff;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 16px;
  padding: 10px 0;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-card {
  flex: 0 0 auto;
  width: 220px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  padding: 16px;
  text-align: center;
  font-family: Arial, sans-serif;
  transition: transform 0.3s ease;
}

.carousel-card:hover {
  transform: translateY(-4px);
}

.carousel-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 10px;
  border-radius: 6px;
}

.carousel-card h3 {
  font-size: 15px;
  margin: 10px 0 5px;
  color: #111;
  min-height: 40px;
}

.carousel-card p {
  font-size: 13px;
  color: #555;
  min-height: 40px;
}

.carousel-card .button {
  display: inline-block;
  background-color: #ffa41c;
  color: #fff;
  padding: 10px 14px;
  font-size: 14px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

.carousel-card .button:hover {
  background-color: #ff8c00;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
  color: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  opacity: 0.8;
}

.carousel-arrow:hover {
  opacity: 1;
}

.carousel-arrow.left {
  left: 10px;
}

.carousel-arrow.right {
  right: 10px;
}/* End custom CSS */