.elementor-18411 .elementor-element.elementor-element-b6a05ad{--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:40px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-18411 .elementor-element.elementor-element-3c0b44b{width:100%;max-width:100%;}.elementor-18411 .elementor-element.elementor-element-3c0b44b > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-18411 .elementor-element.elementor-global-19114{width:100%;max-width:100%;}.elementor-18411 .elementor-element.elementor-global-19114 .jet-breadcrumbs__item > *{font-family:"Montserrat", Sans-serif;font-size:0.7rem;font-weight:500;text-transform:uppercase;line-height:1rem;}.elementor-18411 .elementor-element.elementor-global-19114 .jet-breadcrumbs__item-link{color:var( --e-global-color-34d7eaa );}.elementor-18411 .elementor-element.elementor-global-19114 .jet-breadcrumbs__item-link:hover{color:var( --e-global-color-primary );}.elementor-18411 .elementor-element.elementor-global-19114 .jet-breadcrumbs__item-sep{margin-left:13px;margin-right:13px;}.elementor-18411 .elementor-element.elementor-element-9374b4a .swiper-wrapper{display:flex;align-items:center;}.elementor-18411 .elementor-element.elementor-element-390f9c1.elementor-element{--align-self:center;}.elementor-18411 .elementor-element.elementor-element-390f9c1 .jet-listing-dynamic-repeater__items{flex-direction:flex-start;justify-content:flex-start;}.elementor-18411 .elementor-element.elementor-element-390f9c1 .jet-listing-dynamic-repeater__item > *{justify-content:flex-start;}@media(max-width:767px){.elementor-18411 .elementor-element.elementor-element-b6a05ad{--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}.elementor-18411 .elementor-element.elementor-element-390f9c1{width:100%;max-width:100%;}.elementor-18411 .elementor-element.elementor-element-390f9c1 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for image-carousel, class: .elementor-element-9374b4a */.swiper-slide-inner .swiper-slide-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}/* End custom CSS */
/* Start custom CSS for jet-listing-dynamic-repeater, class: .elementor-element-390f9c1 */.custom-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: #E1594A;
    color: white;
    text-decoration: none;
    border-radius: 0px;
    font-family: "Poppins", Sans-serif;;
    font-size: 15px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
  }
  
  .custom-button:hover {
    background-color: #00398a;
    color:white;
  }
  
  .icon {
    width: 15px!important;
    height:15px;
    margin: 5px;
    fill: currentColor;
  }
  
 div.jet-listing-dynamic-repeater__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center!important;
  align-items: center!important;
 }
 
 
 /* Versión móvil */
@media (max-width: 500px) {
    .custom-buttom{
        font-size:13px;
        line-height:10px;
    }
    .icon {
        display:none;
    }
    .jet-listing-dynamic-repeater__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 5px;
    }
    
    .jet-listing-dynamic-repeater__item {
        width: 49%;
        flex: 0 0 45%;
    }
    
    .jet-listing-dynamic-repeater__item .custom-button {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left;
        padding: 12px 15px;
        box-sizing: border-box;
    }
    
    .jet-listing-dynamic-repeater__item .custom-button .icon {
        width: 16px;
        height: 16px;
        margin-left: 8px;
        flex-shrink: 0;
    }
}/* End custom CSS */