.elementor-258 .elementor-element.elementor-element-99ae2eb{margin:100px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;background-color:#669066;}/* Start custom CSS for html, class: .elementor-element-99ae2eb */@import url('https://fonts.google.com/share?selection.family=Manrope:wght@200..800');

/* NORMALIZE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* NORMALIZE */

body {
    background: #669066;
    color: #F1F1F1;
    font: 500 normal 22px/1.3 'Inter', sans-serif;
}
.mwg_effect109 {
    min-height: 100vh;
    display: grid;
    place-items: center;
}
.mwg_effect109 .container {
    height: 506px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.mwg_effect109 .slide {
    position: relative;
    flex: 0 0 88px;
    height: 506px;
    overflow: hidden;
    padding: 20px;
    color: #FFFFFF;
    border-radius: 20px;
}
.mwg_effect109 .slide:not(.on) {
    cursor: pointer;
}
.mwg_effect109 .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.mwg_effect109 .slide:nth-child(1) {background-color: #F4D067}
.mwg_effect109 .slide:nth-child(2) {background-color: #4CB27A}
.mwg_effect109 .slide:nth-child(3) {background-color: #F5AB87}
.mwg_effect109 .slide:nth-child(4) {background-color: #068165}
.mwg_effect109 .slide:nth-child(5) {background-color: #F4D067}
.mwg_effect109 .slide:nth-child(6) {background-color: #068165}
.mwg_effect109 .title {
    font: 500 normal 110px / 0.85 'Inter';
    width: min-content;
}
.mwg_effect109 .bottom {
    display: flex;
    gap: 40px;
}
.mwg_effect109 .bottom .media {
    width: 270px;
    aspect-ratio: 1.5;
    border-radius: 4px;
    display: block;
    object-fit: cover;
}
.mwg_effect109 .bottom p {
    font: 500 normal 16px / 1.4 'Inter';
    min-width: 300px;
    width: 300px;
}
.mwg_effect109 .small-title {
    font: 500 normal 22px / normal 'Inter';
    width: 506px;
    position: absolute;
    bottom: 0;
    left: 100%;
    transform: rotate(-90deg);
    transform-origin: 0 100%;
    padding: 31px;

    display: flex;
    justify-content: center;
}

@media (max-width: 991px) {
    .mwg_effect109 {
        padding: 50vh 0;
        height: auto;
    }
    .mwg_effect109 .container {
        flex-direction: column;
        max-width: 600px;
        width: 90vw;
        height: auto;
    }
    .mwg_effect109 .slide {
        width: 100%;
        height: auto;
        flex: 0 0 74px;
    }
    .mwg_effect109 .bottom {
        flex-direction: column;
        gap: 20px;
    }
    .mwg_effect109 .bottom .media {
        order: 2;
    }
    .mwg_effect109 .small-title {
        width: 100%;
        transform: none;
        left: 0;
        right: auto;
        padding: 24px;
    }
}

@media (max-width: 767px) {
    .mwg_effect109 .container {
        max-width: 380px;
    }
    .mwg_effect109 .title {
        font-size: 55px;
    }
    .mwg_effect109 .bottom .media {
        width: 100%;
    }
}
/* CENTRADO Y LÍMITES */
.mwg_effect109 {
  width: 100%;
  min-height: auto;
  padding: 70px 20px;
  overflow: hidden;
  background: #669066;
}

.mwg_effect109 .container {
  width: min(1360px, 100%);
  margin: 0 auto;
  justify-content: center;
}

/* TÍTULOS GRANDES: MÁS PEQUEÑOS Y SIN DESBORDAR */
.mwg_effect109 .title {
  width: 100%;
  max-width: 100%;
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: 0.9;
  overflow-wrap: anywhere;
}

/* IMAGEN Y TEXTO: EVITAR QUE SALGAN DE LA TARJETA */
.mwg_effect109 .bottom {
  min-width: 0;
  gap: clamp(16px, 2.5vw, 36px);
}

.mwg_effect109 .bottom .media {
  width: min(42%, 250px);
  min-width: 0;
  flex: 0 1 250px;
}

.mwg_effect109 .bottom p {
  width: auto;
  min-width: 0;
  flex: 1;
  font-size: clamp(14px, 1.2vw, 16px);
}

/* MÓVIL */
@media (max-width: 767px) {
  .mwg_effect109 {
    padding: 40px 16px;
  }

  .mwg_effect109 .container {
    width: 100%;
    max-width: 390px;
  }

  .mwg_effect109 .slide {
    padding: 16px;
  }

  .mwg_effect109 .title {
    font-size: 42px;
  }

  .mwg_effect109 .small-title {
    font-size: 18px;
    padding: 18px;
  }
  /* Centrar el título vertical de las pastillas cerradas */
.mwg_effect109 .slide:not(.on) .small-title {
  inset: 0;
  width: 100% !important;
  height: 100%;
  padding: 0;
  transform: none;
  transform-origin: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mwg_effect109 .slide:not(.on) .small-title p {
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
}
}
/* Centrar el texto de las tarjetas cerradas */
.mwg_effect109 .slide:not(.on) .small-title {
  position: absolute !important;
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  transform: none !important;
  display: grid !important;
  place-items: center !important;
}

.mwg_effect109 .slide:not(.on) .small-title p {
  margin: 0 !important;
  writing-mode: vertical-rl !important;
  transform: rotate(180deg) !important;
  text-align: center !important;
}
/* Ajuste completo para tablet y móvil */
@media (max-width: 991px) {
  .mwg_effect109 {
    min-height: auto;
    padding: 48px 16px;
  }

  .mwg_effect109 .container {
    width: min(100%, 420px);
    margin: 0 auto;
    gap: 8px;
  }

  .mwg_effect109 .slide {
    width: 100%;
    min-width: 0;
    padding: 16px;
  }

  .mwg_effect109 .title {
    width: 100%;
    max-width: 100%;
    font-size: clamp(38px, 11vw, 55px);
    line-height: 0.9;
    overflow-wrap: anywhere;
  }

  .mwg_effect109 .bottom {
    gap: 16px;
  }

  .mwg_effect109 .bottom .media {
    width: min(100%, 300px);
    max-width: 100%;
  }

  .mwg_effect109 .bottom p {
    width: 100%;
    min-width: 0;
    font-size: 15px;
  }
}/* End custom CSS */