.bg-azul {
    background-color: #1a4951;
}

.titulo {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    line-height: 45px;
    font-size: 53px;
}

.titulo2 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
}

.noh3 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.subs {
    font-family: 'Spectral', serif;
    font-weight: 500;
    font-size: 20px;
}

body {
    background-color: #f5f5f3;
}

.font-cinza {
    color: #9a9a9a;
}

.alto {
    height: 60px;
    color: #9a9a9a;
}

.alto input {
    font-size: 22px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    color: #9a9a9a;
    border-radius: 0 15px 15px 0px !important;
}

.alto label {
    border-radius: 15px 0px 0px 15px !important;
}

.alto span {
    border-radius: 15px 0px 0px 15px !important;
}

.alto select {
    font-size: 22px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    color: #9a9a9a;
    border-radius: 0 15px 15px 0px !important;
}

.alto i {
    font-size: 24px;
}

.btn-e {
    font-size: 22px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 300 !important;
    color: #4f5c59 !important;
}

.btn-e:hover {
    font-size: 22px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 300 !important;
    color: #016ddc !important;
}

.btn-e.btn-ativo:hover {
    font-size: 22px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 300 !important;
    color: white !important;
}

.btn-ativo {
    background-color: #016ddc !important;
    color: white !important;
}

.cartao {
    border-radius: 15px 15px 15px 15px;
    transition: transform .2s;
    cursor: pointer;
}

.card-titulo {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #152529;
}

.card-funcao {
    font-family: 'Spectral', serif;
    font-weight: 500;
    font-size: 18px;
    color: #273333;
}

.cartao:hover {
    transform: scale(1.05);
    box-shadow: 0 0 1em #d2d2d2;
}

.cartao:hover .card-body .card-titulo {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    color: #016ddc;
}

.sociais {
    color: #a7a7a7;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.sociais:hover {
    color: #016ddc;
}

.img-perfil {
    filter: grayscale(100%);
}

.card-fim {
    background-color: #016ddc !important;
    border-radius: 20px !important;
}

.first-letter-custom {
    flex: 0 66.66%;
    max-width: 66.66%;
    margin-left: 0;
}
.search-filter-added {
    width: 100% !important;
}

@media (min-width: 992px) {
    .afinador {
        padding-left: 100px;
        padding-right: 100px;
    }
    /*.container.afinador.py-md-5{
        padding-left: 12px !important;
        padding-right: 12px !important;
      }*/
}

@media (min-width: 992px) {
    .container.px-md-5.py-5 {
        padding-right: 2rem!important;
        padding-left: 2rem!important;
    }
}

#fim {
    /*  background-image: url("../images/Background.jpg"); */
    /* The image used */
    background-color: #cccccc;
    /* Used if the image is unavailable */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

.btn-join {
    color: #016ddc;
    background-color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
}

.btn-join:hover {
    color: #016ddc;
}


/* ===================custom css===================== */

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}

@media screen and (min-width: 1400px) {
    .page-template-templatestaff .filter-section .container,
    .page-template-templatestaff .author-data-display .container,
    .page-template-template_year .author-data-display .container {
        max-width: 1320px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    /*.page-template-templatestaff main .container {
        max-width: 1140px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }*/
    .page-template-templatestaff .filter-section .container,
    .page-template-templatestaff .author-data-display .container,
    .page-template-template_year .author-data-display .container {
        max-width: 1140px;
        padding: 0 0.75rem;
    }
    .tax-article_author .main-section .container,
    .page-template-templatestaff .afinador,
    .page-template-template_year .afinador {
        max-width: 1140px;
    }
}

.bd-header .afinador {
    padding: 0 2rem;
}

[type="text"]:focus {
    border-color: #cccccc;
}

.bd-header .afinador>div {
    padding: 48px 48px 48px 118px;
    color: #fff;
}

.bd-header .afinador>div h2 {
    margin-bottom: 8px;
}

.bd-header .afinador>div p {
    margin-bottom: 16px;
}

.filter-section .first-sec select {
    border-left: none;
    background-image: url(../svg/down.svg);
    background-size: 12px;
    background-position: 96% center;
    border: solid 1px #cccccc;
    border-left: 0;
}

.filter-section .first-sec .row {
    display: flex;
    margin: 0 -12px;
}

.filter-section .first-sec .row .col-md-3 {
    width: 25%;
}

.filter-section .first-sec .row .col-md-9 {
    width: 75%;
}

.filter-section .first-sec .input-group {
    padding: 0 12px;
    display: flex;
    align-items: center;
}

.filter-section .first-sec .input-group select {
    margin: 0 !important;
}

.filter-section .first-sec {
    padding-top: 50px;
}

.filter-section .first-sec .input-group i {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #cccccc;
    height: 100%;
    border-right: 0;
    line-height: 30px;
    border-radius: 15px 0px 0px 15px !important;
}

.filter-section .first-sec .input-group input {
    margin-bottom: 0;
    border-left: 0;
}

.filter-section .first-sec .input-group label {
    height: 55px;
}

.filter-section .first-sec .input-group span {
    height: 55px;
}

.filter-section .third-section {
    padding-top: 15px;
}

.filter-section .third-section .d-inline {
    display: inline;
}

.filter-section .third-section .d-inline button {
    background-color: #fff !important;
    border: 1px solid transparent;
    padding: 1rem 3rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 8px;
}

.filter-section .third-section .d-inline button.btn-ativo {
    background-color: #016ddc !important;
    color: #fff;
}

.filter-section .first-sec .input-group span i:before {
    margin-left: 12px;
}

.filter-section .first-sec .input-group span i {
    font-size: 24px;
}

.author-data-display .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
    align-items: flex-start;
}

.author-data-display .row .pre-card {
    padding: 1rem 1rem 0.5rem;
    width: 25%;
    margin: 0;
}

.author-data-display .row .pre-card .card {
    margin: 0;
    padding: 1.5rem 1rem 2rem;
    box-shadow: none;
}

.author-data-display .row .pre-card .card:hover {
    box-shadow: 0 0 1em #d2d2d2;
}

.author-data-display .row .pre-card .card img {
    border-radius: 170px;
}

.author-data-display .row .pre-card .card .card-body {
    padding-bottom: 16px;
    text-align: center;
    width: 100%;
    min-height: 117px;
}

.author-data-display .row .pre-card .card .card-body:last-child {
    min-height: 46px;
}

.author-data-display {
    margin-bottom: 40px;
}

.author-data-display .row .pre-card .card .card-body h4 {
    font-size: 24px;
    margin-bottom: 8px;
}

.author-data-display .row .pre-card .card .card-body p {
    margin-bottom: 10px;
}

.col-12.col-md-6 {
    width: 50%;
}

.custom-data-render .row {
    display: flex;
    /* padding: 145px 0; */
}

.custom-data-render .row .col-md-6 {
    width: 50%;
    padding: 1.5rem;
}

.custom-data-render .card-fim {
    margin: 0;
}

.custom-data-render .card-fim .card-body {
    padding: 3rem;
    color: #fff;
}

.custom-data-render .card-fim .card-body h2 {
    margin-bottom: 8px;
}

.custom-data-render .card-fim .card-body p {
    margin-bottom: 15px;
}

.custom-data-render .card-fim .card-body button {
    font-size: 16px;
    padding: 6px 24px;
    background-color: #ffffff !important;
}

.custom-data-render {
    margin-top: 48px;
    padding: 145px 0px;
}

.custom-data-render .btn-join {
    font-size: 1rem;
    line-height: 1.5;
    text-transform: uppercase;
    padding: 0.375rem 1.5rem !important;
    border-radius: 0.25rem;
}

.filter-section .second-section .input-group {
    display: flex;
    align-items: center;
}

.filter-section .second-section .input-group select {
    margin: 0;
    border: 1px solid #cccccc;
    border-left: 0;
    background-image: url(../svg/down.svg);
    background-size: 12px;
    background-position: 98% center;
}

.filter-section .second-section .input-group label {
    height: 55px;
}

.filter-section .second-section .input-group label i {
    padding: 10px;
    background-color: #fff;
    border: 1px solid #cccccc;
    height: 100%;
    border-right: 0;
    line-height: 30px;
    border-radius: 15px 0px 0px 15px !important;
}

#noresults_listing {
    text-align: center;
    padding-top: 30px;
}


/* scss-docs-start spinner-border-keyframes */


/* scss-docs-end spinner-border-keyframes */

#loading>div {
    text-align: center;
}

#loading {
    position: relative;
}

.spinner-border {
    pointer-events: none;
    width: 3em;
    height: 3em;
    border: 0.4em solid transparent;
    border-color: #eee;
    border-top-color: #3E67EC;
    border-radius: 50%;
    animation: loadingspin 1s linear infinite;
}

@keyframes loadingspin {
    100% {
        transform: rotate(360deg)
    }
}


/* ======================Inner======================= */


/* ========28-04-2022============ */

.hero-bd-bottom .hero-inner {
    padding: 0px 0px 30px;
    width: 100%;
}

.tax-article_author .hero {
    flex-flow: unset;
    flex-wrap: wrap;
}

.tax-article_author .full.primary.section {
    padding-top: 2rem;
    padding-bottom: 0px;
}

.main-profile-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hero-bd-bottom {
    border-bottom: 1px solid #fff;
}

.hero-location-social-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0px;
    flex-wrap: wrap;
}

.site-location a:first-child {
    margin-right: 30px;
}

.site-location a i {
    margin-right: 8px;
    width: 18px;
}

.site-social .share {
    display: flex;
    margin-top: 0px;
    padding: 8px 0px !important;
}

.share .share-item .button {
    width: 40px;
    height: 40px;
    margin-bottom: 0px;
    padding: 7px;
}

.site-social .share li.linkedin {
    margin-right: 15px;
}

.site-social .share li:last-child {
    margin-right: 0;
}

.site-social .share .share-item .button {
    background-color: #ffffff;
}

.site-social .share .share-item .button:hover {
    background-color: #026DD8;
}

.site-social .share .share-item .button:hover svg {
    color: #ffffff;
}

.site-social .share .share-item .button svg {
    color: #026DD8;
    margin-top: 0px !important;
    width: 22px;
}

.main-section.bg-white {
    background-color: #ffffff;
    max-width: 100%;
}

.hero-location-social-wrap .site-location,
.hero-location-social-wrap .site-social,
.hero-image-wrap,
.hero-content-wrap {
    margin: 0px;
}

.hero-image-wrap {
    margin-right: 50px;
}

.pipeline a:after {
    content: "|";
}

.pipeline a:last-child:after {
    content: "";
}

.pipeline a {
    margin-right: 5px;
}


/* 02-05-2022 */

/*.components .feed-articles {
    margin-right: -15px;
    margin-left: -15px;
}*/

.components .feed-articles .item {
    margin: 10px 15px 32px;
}

.filter-section .third-section {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.filter-section .third-section .d-inline {
    margin: 0px;
}

.filter-section .mb-3 {
    margin-bottom: 1rem!important;
}

/* Backbutton css */

.backbutsvg {
    position: absolute;
    top: -16px;
    right: 32px;
    margin-top: 0 !important;
}

.backbutsvg svg {
    width: 40px;
    height: 40px;
}

@media screen and (max-width: 991px) {
    .backbutsvg {
        right: 32px;
    }
    .backbutsvg svg {
        width: 45px;
        height: 45px;
    }
}

/* backbut css end **/

@media screen and (max-width: 991px) {
    .filter-section .first-sec .input-group select {
        padding: 0 24px;
    }
    .custom-data-render .row {
        padding: 5px 0;
    }
    .custom-data-render .card-fim .card-body h2 {
        font-size: 32px;
    }
    .author-data-display .row .pre-card {
        width: 50%;
    }
    .components .feed-articles .item {
        margin: 10px 8px 32px;
    }
    .first-letter-custom {
        flex: 100%;
        max-width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .filter-section .first-sec .row {
        display: block;
    }
    .filter-section .first-sec .row .col-md-3 {
        width: 100%;
    }
    .filter-section .first-sec .row .col-md-9 {
        width: 100%;
    }
    .author-data-display .row .pre-card {
        width: 100%;
    }
    .custom-data-render .row {
        flex-wrap: wrap;
    }
    .custom-data-render .row .col-md-6:first-child {
        display: none;
    }
    .custom-data-render .row .col-md-6 {
        width: 100%;
    }
    .bd-header .afinador>div {
        padding: 18px 18px;
    }
    .page-template-templatestaff .filter-section .container,
    .page-template-templatestaff .filter-section .container,
    .page-template-templatestaff .author-data-display .container {     
        padding: 0;
    }
}

@media screen and (max-width: 576px) {
    .main-profile-wrap {
        justify-content: center;
    }
    .hero-image-wrap {
        margin-right: 0px;
    }
    .hero-content-wrap {
        text-align: center;
        margin-top: 20px;
    }
    .site-location a {
        display: block;
        font-size: 15px;
    }
    .site-social .share {
        margin-top: 10px;
    }
    .hero-location-social-wrap {
        justify-content: center;
    }
    .custom-data-render .row .col-md-6 {
        padding: 0px;
    }
    .container.afinador.py-md-5 {
        padding: 0px !important;
    }
    .custom-data-render {
        padding: 90px 0px;
    }
    .filter-section .third-section .d-inline button {
        padding: 0.25rem 0.5rem;
    }
    .filter-section .third-section .d-inline {
        margin-right: 10px;
    }
    .site-location a:first-child {
        margin-right: 0px
    }
}