#predenuncia-legal {
    width: 100%;
}

.emergency {
    flex-direction: column;
    margin: .5rem 0;
}

.emergency svg {
    height: 2rem;
    margin: 0;
    width: 2rem;
}

.emergency p {
    margin: 0 !important;
}

.emergency .phone {
    font-size: 1.3rem;
}

.hero-content {
    flex-direction: column;
    padding: 1rem;
    text-align: center;
}

.hero-content h1 {
    margin-top: 1rem;
    font-size: 1.5rem;
}

.hero-content p {
    font-size: 1rem;
    line-height: 1.5;
    /* margin: .25rem 0; */
}

.hero-logos .fgjtam {
    padding-right: 1rem;
    max-width: 10rem;
}

.hero-logos .fd {
    max-height: 6rem;
}

.logo_header {
    max-width: 70%;
}

.nav {
    display: none;
}

.section {
    overflow: initial;
    display: block;
    height: auto;
}

.section__content {
    display: block;
    height: 100%;
    position: initial;
    padding: 1.5rem 0;
    width: 100%;
}

.section__content-subheading {
    position: relative;
    font-size: 1.5rem;
    text-align: center;
    top: 0;
    left: 0;
    transform: none;
}

.section__content .col-1, .section__content .col-2 {
    opacity: 1;
    height: auto;
    position: relative;
    margin: 0 auto;
    top: 0;
    left: 0;
    transform: none;
    width: 90%;
}

.section__content .col-1 img {
    display: block;
    margin: 1rem auto;
    height: auto;
    max-width: 50%;
}

.section__content .col-2 p {
    color: var(--blue);
    font-size: 1rem;
}

#section-7 {
    display: block;
    height: 35em;
    color: #fff;
}

#section-7 .content-slider {
    height: 100%;
}

/* #section-7 .content-slider .slider {
    border-radius: 2rem 2rem 0 0;
} */

#section-7 .content-slider nav .controls {
    width: 100%;
}

#section-7 .content-slider .slider .banner .banner-inner-wrapper {
    padding-top: 2rem;
}

#section-7 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 2rem;
    line-height: 100%;
    text-align: center;
}

#section-7 .content-slider .slider .banner .banner-inner-wrapper h2 {
    padding-bottom: 0;
    font-weight: 300;
    font-size: 1.2rem;
}

#section-7 .content-slider nav .controls label {
    width: 15%;
}

#section-7 .content-slider nav .controls label span {
    font-size: 2rem;
}

.terminos-aviso {
    padding: 1rem;
}