.elementor-30 .elementor-element.elementor-element-37a5ea2{--display:flex;--min-height:614px;--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-widget-text-editor{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 );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-30 .elementor-element.elementor-element-12f034f > .elementor-widget-container{padding:50px 50px 50px 50px;}.elementor-30 .elementor-element.elementor-element-12f034f{text-align:left;}.elementor-30 .elementor-element.elementor-element-3743047{--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;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:10%;--padding-right:10%;}.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-30 .elementor-element.elementor-element-ad4a415 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:36px;font-weight:600;}.elementor-30 .elementor-element.elementor-element-71bb053{--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;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:10%;--padding-right:10%;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-12f034f */.slogan {
    font-family: 'Inter', Arial;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    color:#FFF;
    text-align: left;
}

.idxTitle {
    font-size: 3em;
    font-family: 'Inter', Arial;
    font-weight: bold;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    text-align: left;
    margin-bottom: 20px;
    color:#FFF;
}

@media (max-width: 1599px) {
    .idxTitle {
        font-size: 2.25em;
    }
}
@media (max-width: 600px) {
    .cTitle{
        font-size:1.2rem;
    }
}


@media (max-width: 500px) {
    .idxTitle {
        font-size: 1.8rem;
    }
}

.idxInner {
    position: absolute;
    bottom: 50%;
    right: 10.51%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    max-width: 614px !important;
    background-color: rgba(0, 0, 0, 0.8);
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-edede41 */.productInner {
    background-color: #EF1D3D;
    padding: 30px 35px;
    color: #fff;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
/*
.swiper-wrapper {
    overflow: hidden !important;
}
*/
.productSwiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.productSwiper a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.productSwiper .img {
    width: 100%;
    max-width: 100%;
    padding-top: calc(100% / 1.3857);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.pTitle {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 1.875em;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 5px;
}

.productSwiper p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    line-height: 1.5;
    font-family: 'Inter', Arial;
    font-weight: bold;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .productSwiper .productInner {
        padding: 15px 17.5px;
    }
}

.swiper-container {
  overflow: hidden;
  width: 100%;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  flex-shrink: 0;
  width: auto; /* O un valor fijo como 250px si quieres que se vea igual siempre */
  box-sizing: border-box;
}

.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
}

.swiper-button-next, .swiper-button-prev {
    color:#EF1D3D;
    
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-d6ca793 */.custom-categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.category-box {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.category-thumbnail {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 1rem;
  background-blend-mode: overlay;
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
}

.category-thumbnail h3 {
  color: white;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .category-box {
    width: 100%;
  }
}/* End custom CSS */