.main-post h2 {
    color: var(--azul-itrio);
    text-transform: none;
    font-style: normal;
}
#main-content img {
    border-radius: 0 60px 30px 60px;
}
.date {
    font-size: 0.8rem;
}    
.btn-vermas {
    background-color: #2355F3;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
}
.btn-vermas:hover {
    background-color: #1e4acb;
}
   
    
.info-card {
    margin-bottom: 4rem;
    margin-left: 2rem;
    position: relative;
    z-index: 10;
}

.image-container {
    margin-top: 0;
    padding-top: 2rem;
}

.image-container img {
    height: auto;
    max-height: 500px;
    object-fit: cover;
}


.badge-item {
    background-color: #2355F3;
    color: #fff;
    border-radius: 50px;
    padding: 0.25rem 1rem;
}
.icon-circle {
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    color: #2355F3;
    border: 2px solid #2355F3;
    border-radius: 50%;
    flex-shrink: 0;
    font-size: 1rem;
}
.badge-text {
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
}
#main-content img {
    border-radius: 0 60px 30px 60px;
}   
.btn-vermas {
    background-color: #2355F3;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
}
.btn-vermas:hover {
    background-color: #1e4acb;
}
.info-pill {
    position: absolute;
    background: var(--azul-itrio);
    border-radius: 2rem;
    font-size: 2rem;
    padding: 0.75rem 3rem;
    font-style: italic;
    font-weight: var(--fw-extrabold);
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
    width: 100%;
    height: 56px;
}
.info-circle {
    position: absolute;
    z-index: 3;
    top: -20%;
    left: -4%;
    width: 56px;
    aspect-ratio: 1;
    background: rgb(197 215 255);
    border: 7px solid var(--azul-itrio);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff;
    font-size: 1.5rem;
}
.latest-post .card {
  border: none;               /* quita el borde por defecto */
  border-radius: .75rem;      /* bordes más redondeados */
  background: none;
}

.latest-post .card-img-top {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
}

.latest-post h5 {
  font-weight: 800;
  letter-spacing: .5px;
  text-transform: uppercase;
}
.latest-post {
    background-color: #f1f1f1;
}

.latest-post .card-text{
    color: var(--gris-itrio);
    letter-spacing: 1px;
    font-size: 1rem;
}

.post-content{
    line-height: 1.8;
}
    
/* < xxl (menor a 1400px) */
@media (max-width: 1399.98px) {
  .info-pill p {
    font-size: 1.5rem;
  }
  /* otros overrides para < xxl */
}

/* < xl (menor a 1200px) */
@media (max-width: 1199.98px) {
  .info-pill p {
    font-size: 1.5rem;
  }
  /* otros overrides para < xl */
}

/* < lg (menor a 992px) */
@media (max-width: 991.98px) {
  .info-pill p {
    font-size: 1.5rem;
  }
  /* otros overrides para < lg */
}

/* < md (menor a 768px) */
@media (max-width: 767.98px) {
  .info-pill p {
    font-size: 1.25rem;
  }
  /* otros overrides para < md */
}

/* < sm (menor a 576px) */
@media (max-width: 575.98px) {
  .info-pill p {
    font-size: 1.25rem;
  }
  .post-content {
    padding: 3rem;
  }
  /* otros overrides para < sm */
}

/* < 400px */
@media (max-width: 399.98px) {
  .info-pill p {
    font-size: 1rem;
  }
}
