#hero-blog {
    height: 85vh;
    position: relative;
    width: 90%;
    margin: auto;
    border-radius: 30px;
    overflow: hidden; /* Para que la imagen respete el borde redondeado */
  }
  
  .hero-wrapper {
    position: relative;
    height: 100%;
  }
  
  .hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .hero-content {
    position: absolute;
    bottom: 2rem;
  
    color: white;
    z-index: 2;
  }
  .hero-content h1 {
    font-size: clamp(40px, 8vw, 80px);
    font-weight: bold;
    margin: 0;
    line-height: 1.1;
  }
  .title-blog-home {
    text-align: left !important;
    color: #000;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px !important;
  }
  /*Bloque 2*/
  .titl-nosotros {
    color: #000;
    font-size: clamp(16px, 2.5vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 65%;
  }
  .title-blog {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .blog-descripcion {
    color: #000;
    font-family: Poppins;
    font-size: clamp(0.75rem, 0.6806rem + 0.3704vw, 1.125rem);
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Poppins;
    font-size: 18px !important;
    margin: 20px 0px !important;
    font-style: normal;
    line-height: normal;
  }
  .selector-categorias {
    height: 20vh;
  }
  .select2-container {
    width: 130px !important;
  }
  
  @media (min-width: 0px) and (max-width: 767px) {
    #hero-blog-interior {
      height: 75vh;
  
      width: 95%;
  
      padding: 0rem;
  
      padding-bottom: 1rem;
    }
    #hero-blog {
      height: 75vh;
      width: 95%;
    }
  
    .hero-content {
      left: 1rem;
      right: 1rem;
      bottom: 1rem;
    }
  }
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #BA0000!important;
    border-radius: 4px;
}  