  .left-text-box {
    margin: 0 auto;
  }

  .right-text-box {
    margin: 0 auto;
  }

  .feature_title {
    color: white;
  }

  .feature_text {
    color: white;
  }

  a:hover {
    cursor: pointer;
  }

  .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  #two--column-bg1 {
    background: url(assets_nw/img/landing/banner16-01.jpg) center no-repeat;
    background-size: cover;
  }

  .feature_box-event-content {
    width: 100%;
    padding: 8px;
    border: 4px solid #ececec;
    height: 60px;
    background-color: #ffc900;
  }

  .feature_box_title {
    color: black;
    font-size: 1.6em;
    font-weight: 700;
  }

  .eventImage {
    border: 1px solid chocolate;
    box-shadow: 5px 5px 25px chocolate;
  }

  .events {
    max-width: 100%;
    margin: auto;
  }

  .about--videoMarcha {
    max-width: 100%;
    margin: auto;
  }

  .videoImage {
    border: 1px solid #BFBFBF;
    box-shadow: 10px 10px 20px 5px #3b3939;
    margin-bottom: 20px;
  }

  .sectionsImage {
    display: block;
    width: 100%;
  }

  .carousel_top_title {
    color: #252525;
    font-size: 15px;
    line-height: 1em;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 52px;
  }

  /* Estilos para hacer las imágenes del carrusel responsivas */
  .carousel_box {
    padding: 0 15px;
  }

  .carousel-img {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .carousel-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    display: block;
  }

  /* Tablets y dispositivos medianos */
  @media (min-width: 769px) and (max-width: 1024px) {
    .carousel-img img {
      max-height: 450px;
      object-fit: contain;
    }
  }

  /* Dispositivos móviles grandes - iPhone Pro Max, etc. (landscape) */
  @media (max-width: 768px) {
    .carousel-img img {
      object-fit: contain;
      max-height: none;
    }

    .feature_box_title {
      font-size: 1.2em;
    }

    .carousel_box-inner {
      background-color: #000;
    }
  }

  /* Dispositivos móviles medianos - iPhone 14 Pro Max, 13 Pro Max */
  @media (max-width: 480px) {
    .carousel-img img {
      object-fit: contain;
      max-height: none;
    }

    .feature_box_title {
      font-size: 1em;
    }

    .carousel_title {
      font-size: 1.5em;
      margin-bottom: 30px;
    }
  }

  /* Dispositivos móviles pequeños */
  @media (max-width: 375px) {
    .carousel-img img {
      object-fit: contain;
      max-height: none;
    }

    .feature_box_title {
      font-size: 0.9em;
    }
  }

  /* Modo apaisado/landscape en móviles - iPhone Pro Max, etc. */
  @media (max-width: 932px) and (orientation: landscape) {
    .carousel-img {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60vh;
    }

    .carousel-img img {
      width: auto;
      height: 100%;
      max-width: 100%;
      object-fit: contain;
    }

    .feature_box_title {
      font-size: 0.9em;
      padding: 5px;
    }

    .feature_box-event-content {
      height: 45px;
      padding: 5px;
    }

    .carousel_title {
      font-size: 1.3em;
      margin-bottom: 20px;
    }
  }

  /* Landscape para tablets medianos */
  @media (min-width: 933px) and (max-width: 1024px) and (orientation: landscape) {
    .carousel-img img {
      max-height: 400px;
      object-fit: contain;
    }
  }
