@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 100%;
}

body {
    background-color: #f9f9f9;
    color: #000;
}

body,
html {
    height: 100%;
}

body,
button,
input {
    font-family: "Open Sans", sans-serif;
}

img {
    max-width: 100%;
}

.float-menu {
    display: none;
    background-color: #fff;
    position: absolute;
    padding: 5px 5px 5px 1px;
    top: 45px;
    left: 0px;
    box-shadow: 0 0 0 4px rgb(0 0 0 / 6%);
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    z-index: 1;
}

.float-menu::before {
    content: "";
    position: absolute;
    top: -11px;
    left: 10%;
    background: url("images/images-large-s546941f7e6.png") no-repeat;
    background-position: 0 -15px;
    width: 25px;
    height: 11px;
    z-index: 1;
}

.float-menu>ul {
    list-style: none;
}

.float-menu>ul>li>a {
    text-decoration: none;
    font-family: arial, helvetica, sans-serif;
    color: #999;
    font-size: 1.2rem;
    white-space: nowrap;
    padding: 3px 5px;
    font-weight: 600;
    border-left: 3px solid transparent;
    display: block;
    margin: 2px 0;
}

.float-menu>ul>li>a:hover {
    color: #1063e0;
    border-color: #1063e0;
}

.top-bar {
    background-color: #f3f3f3;
}

.top-bar .aligner {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-bar .external-links {
    display: flex;
    align-items: center;
    height: 44px;
}

.top-bar .external-links>a {
    height: fit-content;
    line-height: 0;
    margin-right: 10px;
    text-decoration: none;
}

.top-bar .external-links>a:hover {
    opacity: 0.7;
}

.top-bar .external-links .logo-globo-svg {
    width: 75px;
}

.top-bar .external-links .more-links {
    display: flex;
    height: 100%;
}

.top-bar .external-links .more-links>li {
    display: flex;
    align-items: center;
    position: relative;
}

.top-bar .external-links .more-links>li::before {
    content: "";
    width: 1px;
    height: 10px;
    background: #ddd;
    display: block;
}

.top-bar .external-links .more-links>li>a {
    border-top: 2px solid transparent;
    padding: 0 10px;
    display: flex;
    height: 100%;
    align-items: center;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    font-size: 1.6rem;
    letter-spacing: -0.02rem;
    font-weight: 600;
    list-style: none;
    line-height: 1px;
}

.top-bar .external-links .more-links>li:hover>.float-menu {
    display: block;
}

.top-bar .external-links .more-links>li:nth-child(1)>a {
    color: #a80000;
}

.top-bar .external-links .more-links>li:nth-child(2)>a {
    color: #06aa48;
}

.top-bar .external-links .more-links>li:nth-child(3)>a {
    color: #ff7f00;
}

.top-bar .external-links .more-links>li:nth-child(4)>a {
    color: #005cef;
}

.top-bar .external-links .more-links>li:nth-child(5)>a {
    color: #1e4c9a;
}

.top-bar .external-links .more-links>li:nth-child(1)>a:hover {
    border-color: #a80000;
}

.top-bar .external-links .more-links>li:nth-child(2)>a:hover {
    border-color: #06aa48;
}

.top-bar .external-links .more-links>li:nth-child(3)>a:hover {
    border-color: #ff7f00;
}

.top-bar .external-links .more-links>li:nth-child(4)>a:hover {
    border-color: #005cef;
}

.top-bar .external-links .more-links>li:nth-child(5)>a:hover {
    border-color: #1e4c9a;
}

.top-bar .user-links {
    list-style: none;
    display: flex;
}

.top-bar .user-links>li {
    position: relative;
    padding: 0 8px;
}

.top-bar .user-links>li:hover>.float-menu {
    display: block;
}

.top-bar .user-links>li>a {
    font-size: 1.27rem;
    color: #868686;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 0;
    transition: color 0.3s ease;
}

.top-bar .user-links>li>a>i {
    font-size: 1rem;
}

.top-bar .user-links a.highlight {
    background: linear-gradient(#fdfdfd, #d8d8d8);
    color: #5f5d5d;
    border: 1px solid #ccc;
    padding: 1px 3px 3px 3px;
    border-radius: 3px;
}

.top-bar .user-links>li>a:hover {
    color: #1063e0;
}

.top-bar .user-links>li>a.highlight>i {
    margin: 0 3px;
}

@media only screen and (max-width: 750px) {
    .top-bar {
        display: none;
    }
}

.main-header {
    background-color: #c4170c;
    height: 125px;
}

.main-header .aligner {
    max-width: 1360px;
    margin: 0 auto;
    height: 100%;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}

.main-header .menu-btn>button {
    font-weight: 600;
    background: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    font-size: 2.0rem;
}

.main-header .menu-btn>button>i {
    font-size: 2rem;
    margin-right: 10px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.main-header .logo {
    text-align: center;
}

.main-header .logo img {
    width: 53px;
}

.main-header .title {
    font-weight: 600;
    background: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

.main-header .title a {
    text-decoration: none;
    font-weight: 600;
    background: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    font-size: 2.6rem;
    text-decoration: none;
}

.main-header .title img {
    width: 53px;
}

.main-header .search-form {
    height: 33px;
    position: relative;
}

.main-header .search-form>form {
    position: absolute;
    top: -10px;
    right: 0;
}

.main-header .search-form>form>label {
    position: absolute;
    top: 13px;
    left: 3px;
    z-index: 1;
    color: #fff;
    font-size: 1.7rem;
}

.main-header .search-form>form:focus-within>label {
    color: #969696;
}

.main-header .search-form>form>input[type="text"] {
    width: 220px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    border: none;
    outline: 0;
    font-size: 1.4rem;
    padding: 5px 5px 4px 32px;
    transition: width ease 0.3s;
    font-weight: 600;
}

.main-header .search-form>form>input[type="text"]::placeholder {
    text-transform: uppercase;
    color: #fff;
}

.main-header .search-form>form>input[type="text"]:focus {
    width: 220px;
    color: #333;
    background-color: #fff;
}

.main-header .search-form>form>input[type="text"]:focus::placeholder {
    color: #969696;
}

.main-header .search-btn {
    display: none;
    text-align: right;
}

.main-header .search-btn>button {
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 1.6rem;
}

@media only screen and (max-width: 750px) {
    .main-header {
        height: 50px;
    }
    .main-header .menu-btn>button>span {
        display: none;
    }
    .main-header .logo img {
        width: 37px;
    }
    .main-header .search-form {
        display: none;
    }
    .main-header .search-btn {
        display: block;
    }
}

.main-nav {
    font-size: 1rem;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    transition: visibility ease 0.4s;
}

body.main-menu-opened {
    overflow: hidden;
}

body.main-menu-opened .main-nav {
    visibility: visible;
}

.main-nav .overlay {
    background-color: rgb(0 0 0 / 60%);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity ease 0.4s;
}

body.main-menu-opened .main-nav .overlay {
    opacity: 1;
}

.main-nav .aligner {
    width: 272px;
    height: 100vh;
    background-color: #fafafa;
    overflow-x: auto;
    position: relative;
    left: -272px;
    z-index: 2;
    transition: left ease 0.4s;
    padding: 0 0 85px 0;
}

body.main-menu-opened .main-nav .aligner {
    left: 0;
}

.main-nav .nav-pages {
    display: flex;
    overflow: hidden;
}

.main-nav .nav-page {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    left: 0;
    overflow: hidden;
    max-height: 100vh;
    transition: left ease 0.5s;
}

.main-nav .nav-page.selected {
    overflow: unset;
    max-height: unset;
}

.main-nav .nav-page>.back-btn {
    width: 100%;
    border: none;
    text-align: left;
    cursor: pointer;
    background-color: #fff;
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 1.9em;
    padding: 25px 20px;
    box-shadow: 0 1px 0 0 #eee;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main-nav .nav-page>.back-btn>i {
    color: #c4170c;
    font-size: 1.3rem;
    vertical-align: middle;
    margin-right: 10px;
}

.main-nav .nav-page>.title {
    font-size: 1.6em;
    font-weight: 700;
    color: #333;
    margin: 25px 0 0 20px;
}

.main-nav .links {
    list-style: none;
    margin: 15px 20px 20px 20px;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px 0;
}

.main-nav .links>li>a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.9em;
    font-weight: 300;
    text-decoration: none;
    color: #666;
    padding: 8px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.main-nav .links>li>a:hover {
    color: #1063e0;
}

.linkVermelho {
    color: #c4170c;
    font-size: 27px;
    font-weight: bold;
}

.corCinza {
    color: #4f5257;
    font-size: 27px;
    font-weight: bold;
}

.main-nav .links>li>a>i {
    font-size: 1.1rem;
    color: #a80000;
}

.main-nav .user-links {
    margin: 0 10px;
}

.main-nav .user-links>a {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 10px;
}

.main-nav .user-links>a>.text-right {
    color: #666;
    font-weight: 300;
}

.main-nav .user-links>a>.text-right>span {
    display: block;
}

.main-nav .user-links>a>.text-right>.highlight {
    font-size: 1.5em;
    font-weight: 700;
    color: #c4170c;
}

.main-nav .user-links>a>.text-right>.light {
    font-size: 1.2em;
    font-weight: 400;
}

.main-nav .user-links>a>.text-right>.normal {
    font-size: 1.6em;
}

.main-nav .user-links>a>.icon-left {
    width: 40px;
    text-align: center;
    color: #999;
    font-size: 1.9rem;
}

.main-nav .user-links>a>.icon-left>img {
    line-height: 0;
    vertical-align: middle;
}

.main-container {
    max-width: 1265px;
    margin: 35px auto 0 auto;
    padding: 0 20px 20px 20px;
}

@media only screen and (max-width: 900px) {
    .main-container {
        padding: 0 0 20px 0;
    }
}

.news-master {
    display: flex;
    /**grid-template-columns: 1fr 1fr;
    grid-gap: 12px;*/
    height: 660px;
    margin-bottom: 50px;
}

.texto {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
    height: 660px;
    margin-bottom: 50px;
}

.news-master .box {
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

.news-master .box>a {
    padding: 20px 25px;
    display: block;
}

.news-master .box a {
    text-decoration: none;
}

.news-master .box .subject {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
}

.news-master .box-big {
    grid-row: 1 / 3;
}

.news-master .box-big>a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news-master .box-big .title {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    color: #c4170c;
    letter-spacing: -1px;
    line-height: 45px;
    transition: color ease 0.2s;
}

.news-master .box-big:hover .title {
    color: #a6130a;
}

.news-master .box-big .subtitle {
    margin-top: 20px;
    display: block;
    font-size: 1.6rem;
    color: #333;
}

.news-master .box-small {
    position: relative;
}

.news-master .box-small .cover-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: transform ease 0.3s;
}

.news-master .box-small:hover .cover-image {
    transform: scale(1.08);
}

.news-master .box-small::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.news-master .box.box-small .subject {
    color: #fff;
}

.news-master .box-small>a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 3;
}

.news-master .box-small .title {
    display: block;
    font-size: 2.8rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -1px;
    line-height: 35px;
}

@media only screen and (max-width: 900px) {
    .news-master {
        display: block;
        height: auto;
    }
    .news-master .box {
        margin-bottom: 20px;
    }
    .news-master .box .subject {
        margin-bottom: 20px;
    }
    .news-master .box-small {
        height: 200px;
    }
    .news-master .box-big .title {
        font-size: 3rem;
        line-height: 4rem;
    }
}

.news-list {
    display: flex;
    /** display: grid;
    grid-template-columns: 7fr 4fr;
    grid-column-gap: 25px;*/
}

.news-list a {
    text-decoration: none;
}

.news-list ul {
    list-style: none;
    font-size: 18px;
}

.news-list>ul>li {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0%, max-content));
    grid-column-gap: 15px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.news-list>ul>li:last-child {
    border-bottom: none;
}

.news-list>ul .image {
    grid-column: 1;
    grid-row: 1 / 6;
    display: block;
    max-width: 370px;
}

.news-list>ul .image a {
    display: block;
}

.news-list>ul .image img {
    width: 100%;
    display: block;
}

.news-list>ul .header {
    grid-column: 2;
}

.news-list>ul .subject {
    grid-column: 2;
    margin-bottom: 2px;
    color: #333;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.3px;
}

.news-list>ul .title {
    grid-column: 2;
    margin: 10px 0 15px 0;
}

.news-list>ul .title a {
    color: #c4170c;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: -1.3px;
    line-height: 59px;
    display: block;
}

.bloco {
    font-size: 3.6rem;
    letter-spacing: -1.3px;
    line-height: 59px;
}

.news-list>ul .title a:hover {
    color: #a6130a;
}

.news-list>ul .brief {
    grid-column: 2;
    color: #555;
    font-size: 2.6rem;
    line-height: 60px;
    font-weight: 400;
    letter-spacing: -0.3px;
    margin: 10px 0 10px 0;
}

.news-list>ul .related {
    grid-column: 2;
    margin: 0 0 10px 0;
}

.news-list>ul .related ul {
    list-style: disc;
    color: #999;
    font-size: 1.2rem;
    list-style-position: inside;
}

.news-list>ul .related a {
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 400;
    color: #c4170c;
}

.news-list>ul .related a:hover {
    color: #a6130a;
}

.news-list>ul .time {
    grid-column: 2;
    color: #555;
    font-size: 1.2rem;
    margin-top: 5px;
}

@media only screen and (max-width: 900px) {
    .news-list {
        display: block;
    }
    .news-list>ul>li {
        display: block;
        background-color: #fff;
        padding: 15px 0;
        box-shadow: 0px 0px 4px #d5d5d5;
        margin-bottom: 20px;
    }
    .news-list>ul .subject,
    .news-list>ul .title,
    .news-list>ul .brief,
    .news-list>ul .related,
    .news-list>ul .time {
        padding: 0 15px;
    }
    .news-list>ul .image {
        margin-bottom: 10px;
        max-width: 100%;
    }
}

.news-list>aside .box {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
    margin-bottom: 15px;
}

.news-list>aside .box>h2 {
    padding: 15px 20px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #eeeeee;
}

.news-list>aside .box>ul {
    padding: 0 25px;
}

.news-list>aside .box>ul>li {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-list>aside .box>ul>li:last-child {
    border-bottom: none;
}

.news-list>aside .box>ul .title>a {
    color: #c4170c;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 20px;
    display: block;
}

.news-list>aside .box>ul .title>a:hover {
    color: #a6130a;
}

.news-list>aside .box>ul .title>span {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.news-list>aside .box>ul .image {
    width: 94px;
    flex-shrink: 0;
    margin-left: 10px;
}

.news-list>aside .box>ul .image a {
    display: block;
}

.news-list>aside .box>ul .image img {
    display: block;
    width: 100%;
}

.main-footer {
    background-color: #c4170c;
    padding: 25px 0;
}

.main-footer .aligner {
    max-width: 1400px;
    padding: 0 20px;
    margin: 0 auto;
}

.main-footer .top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.main-footer .top a {
    text-decoration: none;
}

.main-footer .top a img {
    width: 38px;
    display: block;
}

.main-footer .top a {
    color: #fff;
    font-size: 1.2rem;
    margin-left: 10px;
}

.main-footer .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-footer .bottom>p {
    color: #fff;
    font-size: 1.2rem;
    margin-left: 10px;
}

.main-footer .bottom>ul {
    display: flex;
    list-style: none;
}

.main-footer .bottom>ul a {
    text-decoration: none;
    color: #fff;
    font-size: 1.2rem;
}

.main-footer .bottom>ul>li {
    border-right: 1px solid rgb(255, 255, 255, 0.3);
    padding: 0 8px;
}

.main-footer .bottom>ul>li:last-child {
    border-right: none;
    padding-right: 0;
}

@media only screen and (max-width: 900px) {
    .main-footer .bottom {
        display: block;
    }
    .main-footer .bottom>ul {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .main-footer .bottom>p {
        font-size: 1.1rem;
    }
    .main-footer .bottom>ul {
        display: none;
    }
}

.load-more {
    margin: 0 auto
}

.load-more {
    margin: 16px 24px 16px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 20px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, .2);
    cursor: pointer;
    vertical-align: middle;
}

.load-more:hover a {
    color: #fff
}

.load-more a {
    overflow-anchor: none;
    color: #fff;
    display: block;
    font-family: var(--font-family-book), var(--font-family-book-fallback);
    font-size: var(--font-size-90-responsive-book);
    letter-spacing: var(--font-size-90-responsive-book-letter-spacing);
    line-height: var(--font-line-height-spaced);
    font-weight: var(--font-weight-bold);
    font-variation-settings: var(--font-variation-settings-book-normal-roman);
    font-feature-settings: var(--font-feature-settings-book-roman);
    padding: 15px 0;
}