.sobre-portal {
    padding: 0px 0px 30px;
}

    .sobre-portal .container {
        padding: 0px 30px;
        position: relative;
        margin-bottom: 2rem;
    }

    .div-cookie {
        margin: 2rem 0 4rem 0;
    }

    .sobre-portal .title {
        text-align: center;
        margin: 0px 0px 50px;
    }

        .sobre-portal .title i {
            margin: 20px auto 0px;
            background: #00606c;
        }

    .sobre-portal .mini-title {
        display: block;
        width: 100%;
        height: auto;
        margin: 0px 0px 30px;
        font: 400 normal 32px/40px 'rawlinebold';
        text-align: left;
        color: #333;
    }

    .sobre-portal .numeros-resultados {
        display: block;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0px;
        z-index: 3;
    }

    .sobre-portal .filtro-resultados {
        margin: 30px auto 0px;
    }

    .sobre-portal .subtitle iframe {
        display: block;
        width: calc(100% + 60px);
        height: 50vw;
        margin: 30px 0px 30px -30px;
    }

    .sobre-portal .subtitle span {
        display: block;
        float: left;
        width: calc(100% + 17px);
        height: auto;
        margin: 0px 0px 30px;
        font: 400 italic 28px/40px 'rawlineregular';
        text-align: left;
        color: #333;
    }

        .sobre-portal .subtitle span i {
            display: block;
            float: right;
            width: 44px;
            height: 36px;
            margin: 0px 0px -10px calc(100% - 44px);
        }

@media (min-width: 768px) {

    .sobre-portal .subtitle span {
        max-width: 370px;
        margin: 0px 30px 30px 0px;
    }
}

@media (min-width: 1024px) {

    .sobre-portal .title {
        text-align: left;
        margin: 0px 0px 40px;
    }

        .sobre-portal .title i {
            margin: 20px 0px 0px -30px;
        }

    .sobre-portal .mini-title {
        margin: 0px 0px 30px -30px;
    }

    .sobre-portal .numeros-resultados {
        float: right;
        width: auto;
        position: relative;
        top: 0%;
    }

    .sobre-portal .filtro-resultados {
        margin: 0px 0px 50px 30px;
    }

    .sobre-portal .subtitle {
        padding: 0px 70px;
    }

        .sobre-portal .subtitle iframe {
            display: block;
            width: 780px;
            height: 420px;
            margin: 50px 0px 50px -100px;
        }

        .sobre-portal .subtitle span {
            margin: 20px 20px 30px 0px;
        }
}

.subtitulo-cookies {
    color: #00A8BC;
    margin-bottom: 1.5rem;
}
.lista-cookies {
    margin-left: 3rem;
}
.cookie-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin-bottom: 2rem;
}
.cookie-table th,
.cookie-table td {
    border: 1px solid #999;
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
}
.cookie-table thead {
    background-color: #f2f2f2;
    font-weight: bold;
}
.cookie-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}
.cookie-table a {
    color: #228B22;
    text-decoration: none;
}
.cookie-table a:hover {
    text-decoration: underline;
}
.atualizacao-cookies {
    font-size: 12px;
}
.cookie-breadcrumb {
    padding-bottom: 1rem !important;
}
