#delitos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
    gap: 0.25rem;
    margin-bottom: 0.25rem;
}
#delitos div {
    height: 100%;
    padding: 0 0.25rem;
}
#delitos p {
    margin: 0;
    font-size: 0.75rem;
}
.faq-button {
    width: 35px;
    height: 35px;
    left: 3.5rem;
    bottom: 2.7rem;
}
.forgot-password {
    margin-top: 0.25rem;
}
.hero-right {
    padding: 0.75rem;
}
.hero-left {
    padding: 0.75rem;
}
.hero-left p {
    font-size: 1.1rem;
    line-height: 1.3;
    margin: 0.5rem 0;
}
.hero-bottom {
    bottom: -2rem;
}
.hero-bottom-links {
    border-radius: 2rem;
    padding: 0.30rem 1rem;
}
.hero-bottom-links a img {
    height: 1.9rem;
    margin: 0 .5rem;
}
.hero-bottom-links a {
    font-size: 0.8rem;
    padding: .5rem;
}
.hero-bottom-message {
    display: none;
}
.hero-logos-fd {
    margin: 0.25rem 0;
}
.hero-logos img {
    height: 5rem;
}
.hero-logos-fd-text .fiscalia {
    font-size: 2.8rem;
    letter-spacing: 2px;
}
.hero-logos-fd-text .digital {
    font-size: 2.2rem;
    letter-spacing: 10px;
}
.icon-circle {
    height: 10rem;
    width: 10rem;
}
/* .section__content .col-1{
    height: 10rem;
    width: 10rem;
} */
.section__content .col-2 {
    right: 5%;
    width: 63%;
}
.section__content .col-2 p {
    font-size: 0.9rem;
    line-height: 1.4;
}
.section__content-subheading {
    font-size: 1.2rem;
    top: 101vh;
}