.card-img-top{
    border-radius: 30px;
  }
  .card-title{
    font-size: 2rem;
    line-height: 2rem;
    color: white;
  }
  .text-muted{
    font-size: .9rem !important;
    line-height: 1rem !important;
     font-family: 'Good Sans' !important;
     color: white !important;
     margin-top: 1rem !important;
  }
  /* basic grid setup */
.grid {
  display: grid;
  grid-gap: 1em;
  grid-template-columns: repeat(1, 1fr);
}

/* basic "design" */
.button-group {
  margin: 0 auto;
  text-align: left;
  width: fit-content;
  display: flex;
  margin-left: 3rem;
  margin-top: 4rem;
}

.button {
  box-shadow: none !important;
  background: #FEFFAA;
  width: fit-content;
  background-color: white !important;
  color: black !important;
  border-radius: 15px;
  font-size: .9rem !important;
  padding-left: 13px;
  padding-right: 13px;
  max-height: 38px;
  text-decoration: none !important;
  margin-right: 1rem;
}

.button.is-checked {
  text-decoration: underline;
  box-shadow: none !important;
  background: #FEFFAA;
  width: fit-content;
  background-color: #FEFFAA !important;
  color: black !important;
  border-radius: 15px;
  font-size: .9rem !important;
  padding-left: 13px;
  padding-right: 13px;
  max-height: 38px;
  text-decoration: none !important;
}

.tile {
  padding-top: 1em;
  padding: 3rem;
  border-radius: 30px;
}

.tile h2{
  font-size: 5.25rem;
  border-bottom: 1px solid white;
}

/* a bit more design – can be deleted */
/* but this preview shouldn’t look too ugly :) */
.quicksearch {
  width: 80%;
  border: 1px solid #FEFFAA;
  border-radius: 20px;
  background-color: transparent;
  box-shadow: none;
  background: white;
  color: white;
  font-size: 1.125rem;
  background-image: url(assets/images/search.svg);
  background-position: 10px 13px; 
  background-repeat: no-repeat;
}
input::placeholder {
  color: white !important;
}

.quicksearch{
  font-size: 1.125rem;
  margin: 0 auto;
    margin-bottom: 0px;
  display: block;
  margin-bottom: 2rem;
  padding: 10px 10px 10px 50px;
  text-transform: uppercase;
}

.button {
  border: 0 !important;
  box-shadow: none !important;
}

.tile {
  line-height: 1.5rem;
  
}

.button.is-checked {
  text-decoration: underline;
  color: white;
  box-shadow: none !important;
}
.glosario-interno h3{
  font-size: 5.25rem;
  line-height: 5.5rem;
  font-family: 'PP Right Grotesk Medium' !important;
  padding-right: 3rem;
}
.glosario-interno p{
  font-size: 1.15rem;
  font-family: 'Good Sans';
  color:white !important;
}
.glosario-interno a{
  font-size: 1.25rem;
  text-decoration: none;
  color: #FEFFAA;
}
.glosario-interno a:hover{
  text-decoration: underline;
}

.glosario-interno {
  display: none;
}

.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
.glosario-interno,
#descripcion{
  margin-top: 2rem;
}
.columna {
  width: 48.3333%;
  float: left;
  font-size: 1.15rem;
  font-family: 'Good Sans';
}
.columna ul {
  padding-left: 3rem;
}
#descripcion .columna:nth-child(2){
  padding-top: 1rem;
}
.tile{
  background: #C1C1C1;
}
.tile a{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.tile a:hover{
  text-decoration: underline;
}
.tile h3{
  font-size: 3rem;
  line-height: 3rem;
}
.movilidad{
  background: #25476C;
}
.movilidad a{
  color: #25476C !important;
}
.movilidad .badge{
  background: #9FCEE2 !important;
  border-radius: 30px;
  color: black !important;
  font-size: .9rem !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2rem !important;
}
.salud{
  background: #9FCEE2;
}
.tile .badge,
.salud .badge{
  background: #09183A !important;
  border-radius: 30px;
  color: #9FCEE2 !important;
  font-size: .9rem !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2rem !important;
}
.salud a{
  color: #9FCEE2 !important;
}
.tile h3,
.tile p,
.prensa h3,
.prensa p,
.salud p,
.salud h3{
  color: black !important; 
}
.movilidad h3,
.movilidad p,
.educacion p,
.educacion h3{
  color: white !important; 
}
.educacion{
  background: #09183A;
}

.educacion .badge{
  background: #A4B3A4 !important;
  border-radius: 30px;
  color: white !important;
  font-size: .9rem !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2rem !important;
}
.prensa{
  background: #A4B3A4;
}
.prensa .badge{
  background: #09183A !important;
  border-radius: 30px;
  color: white !important;
  font-size: .9rem !important;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 2rem !important;
}
.btn-outline-primary{
  background: #000000 !important;
  color: white !important;
  border: 0px !important;
  font-size: .9rem !important;
}
.prensa-contenido{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-family: 'Good Sans' !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.rounded{
  border-radius: 30px !important;
}
.pdr-3{
  padding-right: 3rem;
}
.btn-capital:hover{
  cursor: pointer !important;
}
@media screen and (max-width: 1025px) {
  .button {
    margin-right: 0.3em;
  }
  .glosario-interno h3 {
    font-size: 4.25rem;
    line-height: 4.5rem;
  }
}
 @media screen and (max-width: 769px) {
    .grid{
      grid-template-columns: repeat(1, 1fr);
    }
    .tile a:hover{
      background: none !important;
      color: white !important;
      text-decoration:underline !important;
    }
 }
@media screen and (max-width: 500px) {
  .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .columna{
    width: 100%;
  }
  .button-group,
  .search{
    display:none;
  }
}
.hero-noticias h1 {
    bottom: 2rem;
  }
  .que-impulsamos-subtitle h4{
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .que-impulsamos-politica h2{
    font-size: 4rem;
    line-height: 4rem;
  }
  .interno-p-impulsamos{
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .color-yellow{
    color: #FEFFAA;
    text-transform: uppercase;
  }
  .texto-caminon,
  .change-font{
      font-size: 1.15rem;
  font-family: 'Good Sans';
  }
  .single-proyecto ul {
  list-style-type: none;
}
.single-proyecto li {
  margin-bottom: 2rem;
  vertical-align: middle;
  padding-left: 1rem;
}
.parrafo-yellow{
  color: #FEFFAA;
   font-size: 2rem;
    line-height: 2.5rem;
    margin-top:2rem;
    width: 100%;
}
.change-font a{
  color: white;
  text-decoration: none;
}

.change-font a:hover{
  color: white;
  text-decoration: underline;
}
.scroll-wrapper {
      position: relative;
      height: 90vh;
      width: 100%;
      display: flex;
      padding: 1rem;
      box-sizing: border-box;
       -ms-overflow-style: none; /* for Internet Explorer, Edge */
        scrollbar-width: none; /* for Firefox */
    }

    .scrollable-col {
      flex: 1;
      overflow-y: scroll;
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none;  /* IE y Edge */
    }

    .scrollable-col::-webkit-scrollbar {
      display: none; /* Chrome, Safari */
    }

    .custom-scrollbar {
      width: 10px;
      background: rgba(255, 255, 200, 0.2);
      margin-left: 4px;
      border-radius: 5px;
      position: relative;
    }

    .custom-thumb {
      background: #FEFFAA;
      width: 100%;
      border-radius: 4px;
      position: absolute;
      top: 0;
      height: 40px; /* se ajusta dinámicamente */
    }

    .content {
      height: 1500px;
      background: linear-gradient(#eee, #ccc);
      padding: 1rem;
      box-sizing: border-box;
    }
    .scrollable-col {
      flex: 1 !important;
      overflow-y: scroll !important;

      /* Ocultar scrollbar nativa: */
      scrollbar-width: none !important;        /* Firefox */
      -ms-overflow-style: none !important;     /* IE y Edge */
    }

    .scrollable-col::-webkit-scrollbar {
      display: none !important;                /* Chrome, Safari y derivados */
    }
    .text-right{
      color:white;
      text-decoration: none;
      float: right;
    }
     .text-right:hover{
      text-decoration: underline !important;
     }
     .move-center-volver{
      position: relative;
      top: 15px;
      right: 30px;
      font-size: 1.2rem !important;
     }
     .badge{
      border-radius: 30px;
      color: white;
      background: black;
      font-size: .9rem !important;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 1rem !important;
      border: 1px solid #FEFFAA;
      margin-right: 5px;
    }
    .b-activo{
      background: #FEFFAA !important;
      color: black !important;
      margin-left:.5rem;
    }
   .scroll-wrapper {
      height: 300px;
      overflow: hidden;
      position: relative;
    }

    .scroll-content {
      display: flex;
      flex-direction: column;
    }

    .logo-item {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px 0;
    }

    .logo-item img {
      max-width: 200px;
      height: auto;
    }
    .b-activo,
.badge{
  font-weight: inherit;
}
.wrappers-logos-partner img{
  width: 150px;
  margin-bottom: 15px;
}
.arrow-proyecto{
  position: absolute;
  width: 60px;
  margin-left: -75px;
  margin-top: -5px;
}
@media screen and (max-width: 810px) {
  .ajustar-texto-ipad{
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }
   .hero{
        height: 32vh;
      }   
      .hero h1{
        font-size: 3.5rem;
        line-height: 53px;
      }
       .single-proyecto ul{
        width: 100% !important;
      }
}
 @media screen and (max-width: 500px) {
  .tag-noticias{
   left: 0rem;
  }
  .que-impulsamos-politica h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .ajustar-texto-ipad,
  .single-proyecto div{
    position: inherit !important;
  }
}