 .hero-noticias h1 {
    bottom: 2rem;
  }
  .que-impulsamos-subtitle h4{
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .que-impulsamos-politica h2{
    font-size: 3.2rem;
    line-height: 4rem;
  }
  .interno-p-impulsamos{
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .cuadro-politica{
    border: 1px solid #FEFFAA;
    width: 45.333%;
    display: flex;
    float: left;
    margin-right: 20px;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 20px;
    min-height: 210px;
    display: block;
  }
  .number-politica{
    color: #FEFFAA;
    font-size: 2rem;
    display: block;
    width: 100%;
    margin-bottom: .5rem;
  }
  .top-section {
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
  }

  .parallax-wrapper {
    position: relative;
    height: 450vh; /* más altura para scroll */
  }

  .parallax-section-impulsamos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }

  .parallax-section-impulsamos .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    font-weight: bold;
    z-index: 10;
    text-align: center;
  }

  .parallax-image {
    position: absolute;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  }

  

  .bottom-section {
    height: 100vh;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
  }
  .title .btn-capital{
    background: #FEFFAA;
    color: black;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .text-politica{
    font-family: 'Good Sans' !important;
    font-size: .9rem !important;
  }
  .good-sans{
    font-family: 'Good Sans' !important;
  }
  @media screen and (max-width: 810px) {
      .hero{
        height: 32vh;
      }   
      .hero h1{
        font-size: 3.5rem;
        line-height: 53px;
      }
      .cuadro-politica{
        width: 100%;
      }
      .parallax-section-impulsamos .title{
        line-height: 42px;
      }
      .interno-p-impulsamos{
        margin-top: 2rem;
      }
  }
  @media screen and (max-width: 500px) {
           .hero {
            height: 45vh;
          }
          .hero h1{
            right: 0px !important;
            font-size: 2rem;
            line-height: 2rem;
          }
          .que-impulsamos-politica h2{
            font-size: 2rem;
            line-height: 2.4rem;
          }
          .subtitle-presenta-p{
            width: 100%;
            margin-bottom: 2rem;
          }
          #gobernanza .mt-5 {
            margin-top: 0px !important;
          }
          .mt-7 {
            margin-top: 2rem;
          }
          .parallax-section-impulsamos .title{
            width: 80%;
          }
        }