.elementor-839 .elementor-element.elementor-element-e4f7da9{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-839 .elementor-element.elementor-element-27ee07f{width:100%;max-width:100%;}.elementor-839 .elementor-element.elementor-element-27ee07f > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-839 .elementor-element.elementor-element-27ee07f.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-839 .elementor-element.elementor-element-632a046{--display:flex;--overflow:hidden;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-839 .elementor-element.elementor-element-a18bccf > .elementor-widget-container{padding:25px 0px 25px 0px;}.elementor-839 .elementor-element.elementor-element-a18bccf .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:35px;font-weight:700;color:var( --e-global-color-a71962d );}.elementor-839 .elementor-element.elementor-element-a58a415{--display:flex;--overflow:hidden;}.elementor-839 .elementor-element.elementor-element-31624a7 > .elementor-widget-container{padding:25px 0px 25px 0px;}.elementor-839 .elementor-element.elementor-element-31624a7 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:35px;font-weight:700;color:var( --e-global-color-a71962d );}.elementor-839 .elementor-element.elementor-element-6af96f0{--display:flex;--overflow:hidden;}.elementor-839 .elementor-element.elementor-element-c414e80 > .elementor-widget-container{padding:25px 0px 25px 0px;}.elementor-839 .elementor-element.elementor-element-c414e80 .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:35px;font-weight:700;color:var( --e-global-color-a71962d );}.elementor-839 .elementor-element.elementor-element-314bb55{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-839 .elementor-element.elementor-element-998bb56 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-839 .elementor-element.elementor-element-1c7f1dc{--display:flex;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-839 .elementor-element.elementor-element-632a046{--content-width:90%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:25px;--padding-bottom:25px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-839 .elementor-element.elementor-element-8c74fd5 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-839 .elementor-element.elementor-element-a58a415{--content-width:90%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:25px;--padding-bottom:25px;--padding-left:0px;--padding-right:0px;}.elementor-839 .elementor-element.elementor-element-6af96f0{--content-width:90%;--padding-top:25px;--padding-bottom:25px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-8c74fd5 */.my-horizontal-products {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.my-horizontal-inner {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px 0;
}

.my-horizontal-inner::-webkit-scrollbar {
  display: none;
}

.my-product-card {
  flex: 0 0 auto;
  width: 260px;
  scroll-snap-align: start;
  background: #fff;
  border: 2px solid #D9E1E7;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.my-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

/* Imagem ocupa o topo todo do card */
.my-product-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: cover;
}

/* Conteúdo dentro do card */
.product-link {
  text-decoration: none;
  color: inherit;
  display: block;
  font-family: 'Manrope', sans-serif;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Título */
.product-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #255679;
  margin: 10px 5px 5px 6px;
  line-height: 1.2;
}

/* Preço */
.product-price {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #2A2A2A;
  font-weight: 500;
  margin: 4px 5px 5px 5px;
}

/* Duração com emoji */
.product-duracao {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #2A2A2A;
  margin: 4px 5px 15px 5px;
}


/* Centraliza tudo no mobile */
@media (max-width: 480px) {
  .my-product-card {
    width: 85vw;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec7801d */@media (max-width: 768px) {
  .arrow {
    width: 44px;
    height: 44px;
    font-size: 22px;
  }

  .arrow.left {
    left: 15px;
  }

  .arrow.right {
    right: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c82ca8b */.my-horizontal-products {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.my-horizontal-inner {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px 0;
}

.my-horizontal-inner::-webkit-scrollbar {
  display: none;
}

.my-product-card {
  flex: 0 0 auto;
  width: 260px;
  scroll-snap-align: start;
  background: #fff;
  border: 2px solid #D9E1E7;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.my-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

/* Imagem ocupa o topo todo do card */
.my-product-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: cover;
}

/* Conteúdo dentro do card */
.product-link {
  text-decoration: none;
  color: inherit;
  display: block;
  font-family: 'Manrope', sans-serif;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Título */
.product-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #255679;
  margin: 10px 5px 5px 6px;
  line-height: 1.2;
}

/* Preço */
.product-price {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #2A2A2A;
  font-weight: 500;
  margin: 4px 5px 5px 5px;
}

/* Duração com emoji */
.product-duracao {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #2A2A2A;
  margin: 4px 5px 15px 5px;
}


/* Centraliza tudo no mobile */
@media (max-width: 480px) {
  .my-product-card {
    width: 85vw;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e61304 */.carousel-arrows.carousel-2 {
  position: relative;
  width: 100%;
  height: 0;
}

.arrow {
  background: #3f8e62; /* amarelo suave da tua paleta */
  border: 2px solid #fff;
  color: #fff;
  font-size: 26px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0,0,0,0.08);
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-500%);
  z-index: 20;
}

.arrow.left {
  left: -26px;
}

.arrow.right {
  right: -26px;
}

.arrow:hover {
  background: #ffd94a;
  transform: translateY(-500%) scale(1.1);
}
/* Active → mantém o amarelo e remove contorno feio */
.arrow:focus,
.arrow:active {
  background: #ffd94a;
  color: #255679;
  outline: none;
  box-shadow: none;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-eef9748 */.my-horizontal-products {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.my-horizontal-inner {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 20px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 10px 0;
}

.my-horizontal-inner::-webkit-scrollbar {
  display: none;
}

.my-product-card {
  flex: 0 0 auto;
  width: 260px;
  scroll-snap-align: start;
  background: #fff;
  border: 2px solid #D9E1E7;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.my-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
}

/* Imagem ocupa o topo todo do card */
.my-product-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
  object-fit: cover;
}

/* Conteúdo dentro do card */
.product-link {
  text-decoration: none;
  color: inherit;
  display: block;
  font-family: 'Manrope', sans-serif;
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* Título */
.product-title {
  font-family: 'Manrope', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #255679;
  margin: 10px 5px 5px 6px;
  line-height: 1.2;
}

/* Preço */
.product-price {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #2A2A2A;
  font-weight: 500;
  margin: 4px 5px 5px 5px;
}

/* Duração com emoji */
.product-duracao {
  font-family: 'Manrope', sans-serif;
  font-size: 14px;
  color: #2A2A2A;
  margin: 4px 5px 15px 5px;
}


/* Centraliza tudo no mobile */
@media (max-width: 480px) {
  .my-product-card {
    width: 85vw;
  }
}/* End custom CSS */