#busca-top .input-group {
    justify-content: end;
}

#busca-top .awesomplete .js-finder-search-query {
    border-radius: 20px; /* Arredonda as bordas do input */
    border: 1px solid #ccc; /* Define a borda do input */
    padding: 10px; /* Espaçamento interno do input */
    width: 317px; /* Largura do input */
}

#busca-top .awesomplete input[type="text"] {
    background-color: white; /* Define o fundo do input como branco */
}

#busca-top button {
    border-radius: 50%;
    border: none;
    background-color: #ffffff;
    color: #424242;
    margin-left: 15px;
    padding: 0 15px;
}

.com_content #sp-main-body {
    padding: 0;
}

.com_content #sp-main-body .container {
    width: 100%;
    max-width: 100%;
}

.com_content #sp-main-body .container #sp-component {
    margin: 0;
    padding: 0;
}

.com_content #sp-main-body .container #sp-component .pull-left.item-image {
    margin: 0;
}

.com_content #sp-main-body .container #sp-component .blog-featured-one {
    background-color: #faa73f;
    display: flex;
    justify-content: space-around;
}

.com_content #sp-main-body .container #sp-component .blog-featured-one .container-blog {
    width: 75rem;
    padding: 80px 100px;
}

.com_content #sp-main-body .container #sp-component .blog-featured-one .container-blog .leading-0 {
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
    align-items: center;
}

.com_content #sp-main-body .container #sp-component .blog-featured-one .container-blog .leading-0 .blog-item-img {
    flex-basis: 50%;
}

.com_content #sp-main-body .container #sp-component .blog-featured-one .container-blog .leading-0 .blog-item-img img {
    width: 548px;
    height: 426px;
    flex-shrink: 0;
    border-radius: 24px;
}

.com_content #sp-main-body .container #sp-component .blog-featured-one .container-blog .leading-0 .blog-item-text {
    flex-basis: 50%;
}

.com_content #sp-main-body .container #sp-component .blog-featured-one .container-blog .leading-0 .blog-item-text h2 a {
    font-family: "Nunito", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    color: #F9FBFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 2rem;
}

.com_content #sp-main-body .container #sp-component .blog-featured-one .container-blog .leading-0 .blog-item-text .readmore a {
    display: inline-block;
    font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-weight: 500;
    font-size: 1.13rem;
    line-height: 1.25rem;
    letter-spacing: 0.01rem;
    background: #003ea1;
    color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 1.5rem;
    margin: 0 0 0.5rem 0;
    padding: 1rem 3.5rem;
    vertical-align: middle;
    text-shadow: none;
    transition: all 0.2s;
}

.com_content #sp-main-body .container #sp-component .blog-featured-one .container-blog .leading-0 .blog-item-text .readmore a:active,
.com_content #sp-main-body .container #sp-component .blog-featured-one .container-blog .leading-0 .blog-item-text .readmore a:focus,
.com_content #sp-main-body .container #sp-component .blog-featured-one .container-blog .leading-0 .blog-item-text .readmore a:hover {
    box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    outline: 0;
}

.com_content #sp-main-body .container #sp-component .blog-featured-one .container-blog .leading-0 .blog-item-text h2 a :hover {
    color: #F9FBFF;
}

.com_content #sp-main-body .container #sp-component .blog-featured-one .container-blog .leading-0 .blog-item-text .article-info {
    display: none;
}

.com_content #sp-main-body .container #sp-component .blog-featured-one .container-blog .leading-0 .blog-item-text p {
    font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 30px;
    color: #011627;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 2rem;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two {
    display: flex;
    justify-content: space-around;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog {
    width: 75rem;
    padding: 64px 100px 30px 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog h1 {
    font-family: "Nunito", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    color: #003ea1;
    margin-bottom: 50px;
    flex: 100%;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-1 {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    flex: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 15px 0 0 15px;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-1 .blog-item-img {
    flex-basis: 50%;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-1 .blog-item-img img {
    width: 548px;
    height: 356px;
    border-radius: 0;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-1 .blog-item-text {
    flex-basis: 50%;
    display: flex;
    flex-direction: column;
    padding-right: 2rem;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-1 .blog-item-text h2 {
    order: 1;
    margin-bottom: 10px;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-1 .blog-item-text h2 a {
    font-family: "Nunito", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    color: #003ea1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-1 .blog-item-text h2 a :hover {
    color: #F9FBFF;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-1 .blog-item-text .article-info {
    order: 3;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #001D4A;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-1 .blog-item-text .article-info dd {
    margin-left: 0;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-1 .blog-item-text p {
    order: 2;
    font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.15px;
    color: #001D4A;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-1 .blog-item-text .readmore {
    display: none;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-2, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-3, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-4, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-5 {
    flex: 22%;
    display: flex;
    flex-direction: column;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-2 .blog-item-img, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-3 .blog-item-img, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-4 .blog-item-img, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-5 .blog-item-img {
    flex-basis: 50%;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-2 .blog-item-img img, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-3 .blog-item-img img, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-4 .blog-item-img img, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-5 .blog-item-img img {
    width: 258px;
    height: 179px;
    border-radius: 24px 24px 0 0;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-2 .blog-item-text .article-info, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-2 .blog-item-text .readmore, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-2 .blog-item-text p, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-3 .blog-item-text .article-info, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-3 .blog-item-text .readmore, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-3 .blog-item-text p, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-4 .blog-item-text .article-info, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-4 .blog-item-text .readmore, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-4 .blog-item-text p, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-5 .blog-item-text .article-info, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-5 .blog-item-text .readmore, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-5 .blog-item-text p {
    display: none;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-2 .blog-item-text h2, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-3 .blog-item-text h2, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-4 .blog-item-text h2, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-5 .blog-item-text h2 {
    padding: 1.5rem 1rem;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 24px;
    margin: 0 0 2rem 0;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-2 .blog-item-text h2 a, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-3 .blog-item-text h2 a, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-4 .blog-item-text h2 a, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-5 .blog-item-text h2 a {
    font-family: "Nunito", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    color: #003ea1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
    text-align: center;
}

.com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-2 .blog-item-text h2 a :hover, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-3 .blog-item-text h2 a :hover, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-4 .blog-item-text h2 a :hover, .com_content #sp-main-body .container #sp-component .blog-featured-two .container-blog .leading-5 .blog-item-text h2 a :hover {
    color: #F9FBFF;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree {
    display: flex;
    justify-content: space-around;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog {
    width: 75rem;
    padding: 64px 100px 30px 100px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog h1 {
    font-family: "Nunito", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    color: #003ea1;
    margin-bottom: 50px;
    flex: 100%;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog .items-row .item {
    margin-bottom: 30px;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog .items-row .item {
    border-radius: 24px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: row;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog .items-row .item .blog-item-img {
    flex: 50%;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog .items-row .item .blog-item-img img {
    width: 233px;
    height: 203px;
    border-radius: 0;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog .items-row .item .blog-item-text {
    flex: 50%;
    display: flex;
    flex-direction: column;
    padding: 5px 25px 5px 20px;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog .items-row .item .blog-item-text h2 {
    margin: 0;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog .items-row .item .blog-item-text h2 a {
    order: 1;
    font-family: "Nunito", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    color: #003ea1;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 1rem;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog .items-row .item .blog-item-text h2 a :hover {
    color: #F9FBFF;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog .items-row .item .blog-item-text .readmore {
    display: none;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog .items-row .item .blog-item-text p {
    order: 2;
    font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: #001D4A;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0 0 1rem 0;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog .items-row .item .blog-item-text .article-info {
    order: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0.25px;
    color: #001D4A;
    margin: 0;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog .items-row .item .blog-item-text .article-info dd {
    margin: 0.5rem 0 0 0;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog .pagination {
    text-align: center;
    width: 100%;
}

.com_content #sp-main-body .container #sp-component .blog-featured-tree .container-blog .pagination ul {
    display: flex;
    justify-content: center;
}

.com_content #sp-main-body .container #sp-component .article-area-top {
    background-color: #3B6AB7;
    display: flex;
    justify-content: space-around;
    color: #F9FBFF;
}

.com_content #sp-main-body .container #sp-component .article-area-top .container-blog {
    width: 75rem;
    padding: 80px 200px 10px 100px;
}

.com_content #sp-main-body .container #sp-component .article-area-top .container-blog h2 {
    font-family: "Nunito", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    color: #F9FBFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 2rem;
    padding-right: 200px;
}

.com_content #sp-main-body .container #sp-component .article-area-img {
    display: flex;
    justify-content: space-around;
    background: linear-gradient(to bottom, #3B6AB7 0%, #3B6AB7 50%, transparent 51%, transparent 100%);
}

.com_content #sp-main-body .container #sp-component .article-area-img .container-blog {
    width: 75rem;
    padding: 0 100px;
}

.com_content #sp-main-body .container #sp-component .article-area-img .container-blog .blog-item-img a {
    display: block;
    max-width: 100%;
}

.com_content #sp-main-body .container #sp-component .article-area-img .container-blog .blog-item-img img {
    height: 541px;
    width: 100%;
    max-width: 100%;
    border-radius: 24px;
}

.com_content #sp-main-body .container #sp-component .article-area-info {
    display: flex;
    justify-content: space-around;
}

.com_content #sp-main-body .container #sp-component .article-area-info .container-blog {
    width: 75rem;
    padding: 0 100px;
}

.com_content #sp-main-body .container #sp-component .article-area-info .container-blog .article-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: "Nunito", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: #636363;
}

.com_content #sp-main-body .container #sp-component .article-area-info .container-blog .article-info dd {
    margin-left: 0;
}

.com_content #sp-main-body .container #sp-component .article-area-content {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.com_content #sp-main-body .container #sp-component .article-area-content .container-blog {
    width: 75rem;
    padding: 0 100px;
    font-family: "Roboto", "Helvetica", "Tahoma", "Geneva", "Arial", "Apple Color Emoji", "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.15px;
    color: #011627;
}

.com_content #sp-main-body .container #sp-component .article-area-content .container-blog .article-full-image {
    display: none;
}