  .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(../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{
    height: 85vh;
  }
  .btn-noticias{
           bottom: 0rem;
        right: 20px;
        left: auto;
  }
  .author{
    display: none;
  }
  .tile{
    min-width: 100%;
  }
  .noticias-historias {
    font-size: 2.5rem;
    line-height: 2.5rem;
    width: 100%;
        text-align: center;
        display: block;
  }
      .tile a {
        font-size: 1rem !important;
    }
    .suscribete-noticias{
          padding: 1rem;
    }
    .suscribete-noticias h3{
      line-height: 2.8rem;
    }
    .suscribete-form{
          width: 100% !important;
    }
}