﻿/*TUDO QUE È NOVO DO INDEX ESTÁ AQUI*/
.spinner {
    animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(270deg);
    }
}

.path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    transform-origin: center;
    animation: dash 1.4s ease-in-out infinite, colors 5s ease-in-out infinite;
}

@keyframes colors {
    0% {
        stroke: var(--bs-primary);
    }

    25% {
        stroke: var(--bs-primary);
    }

    50% {
        stroke: var(--bs-primary);
    }

    75% {
        stroke: var(--bs-primary);
    }

    100% {
        stroke: var(--bs-primary);
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187;
    }

    50% {
        stroke-dashoffset: 46.75;
        transform: rotate(135deg);
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(450deg);
    }
}

.btn.disabled {
    opacity: 0.75 !important;
}

#pCategoryFragmento {
    color: #999;
    letter-spacing: 0.03rem !important;
}

.gridOn .active {
    color: #007BFF;
}
.gridTab {
    cursor: pointer;
}
.gridTab:hover {
    color: #007BFF;
}

.form-switch.form-switch-sm {
    margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

    .form-switch.form-switch-sm .form-check-input {
        height: 1rem;
        width: calc(1rem + 0.75rem);
        border-radius: 2rem;
    }

.table-align-left td {
    text-align: left;
}

.table > :not(caption) > * > * {
    padding: 1rem 2rem;
}

thead, tbody, tfoot, tr, td, th{
    border-style: none;
}

.bg-dark-revista {
    background-color: #141414 !important;
}

.btn-assine {
    background-color: #eb4e1b;
    font-size: 13pt;
    color: white;
}

.divider {
    border-bottom: 2px solid #2C2C2C;
}

.divider-search {
    border-bottom: 2px solid #DDD;
    opacity:1;
}

.card-subtitle {
    font-size: 0.8em;
    line-height: 25px;
}

.card-title-recomendadas {
    color: white;
    font-weight: 600;
}

.card-title-setor {
    color: #373737;
    font-weight: 600;
}

.card-subtitle-setor {
    color: #5D5D5D;
    opacity: 1;
}

#drop-region {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 35px rgba(0,0,0,0.05);
    /*width: 400px;*/
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

    #drop-region:hover {
        box-shadow: 0 0 45px rgba(0,0,0,0.1);
    }
.drop-message {
    padding: 60px 40px;
}

.form-check .form-check-input {
    float: none;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

/*.input-group-text {
    background-color: white !important;
    border: 1px !important;
}*/

.search-input {
    padding-right: 1rem !important;
}
.search-input span {
    color: #2680EB;
    cursor: pointer;
}

/*---------------------------------------------------------------------------------------------------------------------------------------------*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'SF Pro Display', sans-serif;
}

.search {
    color: #FFF;
}


.post-header figure img {
    max-width: 100% !important;
}

.post-category.qualidade {
    background: #25A543 !important;
}

.post-category.editorial {
    background: #8F56E5 !important;
}

.post-category.opiniao {
    background: #FAA61A !important;
}

.post-category.metrologia {
    background: #EE5646 !important;
}

.post-category.normalizacao {
    background: #3D7CFD !important;
}

.hoverRodape:hover {
    color: #2BB2F5 !important;
}

.endereco-rodape {
    line-height: 20px;
    font-size: 12px;
}

.links-rodape {
    color: white;
}

    .links-rodape span:before {
        content: "\f105";
        font-family: FontAwesome;
        padding: 0 10px;
        color: white;
    }

.border-radius {
    border-radius: 4px !important;
    height: 100%;
}

.text-blue {
    color: #0A97DD !important;
}

a.text-blue:hover, a.text-blue:focus {
    color: #0A97DD !important;
}

/* 1.2. Common styles
================================================== */

html {
    height: 100%;
}

.media > .pull-left {
    margin-right: 20px;
}

img.banner {
    display: inline-block;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrt-0 {
    margin-top: 0 !important;
}

ol, ul {
    margin-bottom: 20px;
}

/* Video responsive */
.embed-responsive {
    padding-bottom: 56.25%;
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
}

    .embed-responsive iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

/* Input form */


hr {
    background-color: currentColor;
    border: 0;
    height: 1px;
    margin: 40px 0;
}


/* Button */
.btn-dark, .btn-assinar, .btn-prime-red, .btn-qualidade, .btn-metrologia, .btn-normalizacao, .btn-opiniao, .btn-editorial {
    border: 0;
    border-radius: 0.4rem;
    font-weight: 700;
    color: #fff;
    transition: 350ms;
    white-space: normal !important;
}

.btn-white {
    background: #fff;
    color: #0A97DD;
}

.btn-assinar {
    background: #222222;
}

    .btn-assinar:hover {
        background: #3A3A3A;
        color: #fff;
    }

.btn-prime-red {
    background: #CC0000;
}

    .btn-prime-red:hover {
        background: #CC0000;
        color: #fff;
    }

.btn-qualidade {
    background: #25A543;
}

    .btn-qualidade:hover {
        background: #25A543;
        color: #fff;
    }

.btn-metrologia {
    background: #EE5646;
}

    .btn-metrologia:hover {
        background: #EE5646;
        color: #fff;
    }

.btn-normalizacao {
    background: #3D7CFD;
}

    .btn-normalizacao:hover {
        background: #3D7CFD;
        color: #fff;
    }

.btn-opiniao {
    background: #FAA61A;
}

    .btn-opiniao:hover {
        background: #FAA61A;
        color: #fff;
    }

.btn-editorial {
    background: #8F56E5;
}

    .btn-editorial:hover {
        background: #8F56E5;
        color: #fff;
    }

.btn-dark {
    background: #292931;
}

    .btn-dark:hover, .btn-white:hover {
        background: #272d33;
        color: #fff;
    }

.general-btn {
    clear: both;
    margin-top: 50px;
}
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/*-- Block title --*/
.news-title {
    font-size: 18px;
    line-height: 28px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
}

    .news-title span {
        line-height: 28px;
        padding-bottom: 10px;
        position: relative;
        margin-right: 15px;
    }

        .news-title span:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            background: #0A97DD;
            left: 0px;
            bottom: 0px;
        }

.news-title-qualidade, .news-title-normalizacao, .news-title-metrologia, .news-title-opiniao, .news-title-editorial {
    font-size: 1.2rem;
    line-height: 100%;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-bottom: 10px;
}

    .news-title-qualidade span, .news-title-normalizacao span, .news-title-metrologia span, .news-title-opiniao span, .news-title-editorial span {
        line-height: 50px;
        padding-bottom: 12px;
        position: relative;
        margin-right: 7%;
        cursor: pointer;
        color: #DBDBDB;
        letter-spacing: 0.1em !important;
    }

    .news-title-qualidade .qualidade{
        color: white;
    }

    .news-title-normalizacao .normalizacao{
        color: white;
    }

    .news-title-metrologia .metrologia {
        color: white;
    }

    .news-title-opiniao .opiniao {
        color: white;
    }
    .news-title-editorial .editorial {
        color: white;
    }

    .news-title-qualidade .qualidade:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #25A543;
        left: 0px;
        bottom: 0px;
    }

    .news-title-normalizacao .normalizacao:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #3D7CFD;
        left: 0px;
        bottom: 0px;
    }

    .news-title-metrologia .metrologia:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #EE5646;
        left: 0px;
        bottom: 0px;
    }

    .news-title-opiniao .opiniao:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #FAA61A;
        left: 0px;
        bottom: 0px;
    }

    .news-title-editorial .editorial:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background: #8F56E5;
        left: 0px;
        bottom: 0px;
    }

.ad-section img {
    display: inline-block;
}

.breadcrumb-wrapper {
    background: #fff;
}

.alert .icon {
    margin-right: 15px;
}

/* 2. HEADER
================================================== */

.logo {
    padding: 28px 0;
}

@media (min-width: 800) {
    .news-title span {
        line-height: 45px !important;
    }
}


.bg-dark {
    background: #000 !important;
}

/* 4. SIDEBAR
================================================== */
.post-title {
    font-size: 1.5rem;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0.03rem !important;
}

    .post-title a {
        color: #fff;
        transition: .2s all;
    }

    .post-title.title-xl {
        font-size: 26px;
        line-height: 30px;
        margin-top: 15px;
        margin-bottom: 0px;
    }

    .post-title.title-large {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
        margin-top: 0px;
    }

    .post-title.title-medium {
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
    }

    .post-title.title-sm {
        font-weight: 400;
        font-size: 1.2rem;
        line-height: 24px;
        letter-spacing: 0.03rem !important;
    }

.title-large {
    font-size: 22px;
}

a.post-category {
    position: relative;
    font-size: 11px;
    background: transparent;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background: #eee;
    padding: 4px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    transition: all .3s ease-in-out;
    line-height: 1.2;
    color: #fff;
    background: #0A97DD;
    border-radius: 2px;
}

    a.post-category.white:hover {
        color: #fff;
        background: #0A97DD;
    }

    a.post-category.absolute {
        position: absolute;
        left: 5px !important;
    }

.post-category a {
    color: #fff;
}

.post-meta {
    text-transform: capitalize;
    font-size: 13px;
}

    .post-meta span {
        font-family: 'SF Pro Display', sans-serif;
        margin-right: 8px;
        display: inline-block;
        color: #999;
    }

        .post-meta span a {
            color: #999;
        }

    .post-meta.white span {
        color: #fff;
    }

    .post-meta.white a {
        color: #fff;
    }

    .post-meta span i {
        margin-right: 5px;
    }

.post-author a {
    color: #999;
}

    .post-author a:hover {
        color: #2BB2F5;
    }

@media (max-width: 500px) {
    .border-radius {
        height: 250px;
        width: 135% !important;
    }

}

.post-block-wrapper {
    position: relative;
}

    .post-block-wrapper .post-thumbnail {
        margin-bottom: 20px;
    }

    .post-block-wrapper .post-content {
        padding: 0;
    }

        .post-block-wrapper .post-content .post-title .qualidade:hover {
            color: #25A543;
        }

        .post-block-wrapper .post-content .post-title .normalizacao:hover {
            color: #3D7CFD;
        }

        .post-block-wrapper .post-content .post-title .metrologia:hover {
            color: #EE5646;
        }

        .post-block-wrapper .post-content .post-title .opiniao:hover {
            color: #FAA61A;
        }

        .post-block-wrapper .post-content .post-title .editorial:hover {
            color: #8F56E5;
        }

        .post-block-wrapper .post-content .post-title a:hover {
            color: #2BB2F5;
        }

    .post-block-wrapper .post-category {
        top: 10px;
    }

    .post-block-wrapper .post-content .post-meta {
        margin: 3px 0 10px 0px;
        letter-spacing: 0.03rem !important;
    }

.post-list-block {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .post-list-block {
        margin-bottom: 30px;
    }
}

.post-block-wrapper.post-float {
    display: flex;
}

    .post-block-wrapper.post-float .post-thumbnail {
        position: relative;
        z-index: 1;
        margin-right: 13px;
        flex: 1;
    }

    .post-block-wrapper.post-float .post-title {
        margin-top: 0;
    }

    .post-block-wrapper.post-float .post-content {
        z-index: 0;
        flex: 1;
    }

    .post-block-wrapper.post-float .post-category {
        font-size: 8px;
        left: 0;
        top: 0;
    }

.block-wrapper {
    padding: 20px 0px 70px 0px;
}

.post-block-wrapper.post-float-half .post-thumbnail {
    float: left;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .post-block-wrapper.post-float-half .post-thumbnail {
        margin-right: 0;
    }
}

.post-thumbnail img {
    border-radius: 4px;
}

.post-author img {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin-right: 10px;
}

/* 5. POST SINGLE STYLES
================================================== */

.single-post .post-title {
    font-size: 48px;
    line-height: 58px;
    padding: 15px 0 8px 0;
    margin: 0;
    font-weight: 800;
}

.single-post p {
    margin-bottom: 15px;
    color: #000;
}

.post-body {
    margin: 20px 0;
}

.post-media.post-video, .post-media.post-audio {
    margin-bottom: 30px;
}

.newsletter-form .btn-primary {
    padding: 10px 25px;
    font-size: 14px;
}


@media (max-width: 991px) {
    .media {
        display: block;
    }
}

.featured-post .posted-time, .featured-post .post-title a {
    color: #fff;
}

/* 8. SIDEBAR
================================================== */
.sidebar .widget.mb-0 {
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .sidebar .widget {
        margin: 25px 0;
    }
}

.sidebar-left .widget {
    margin-right: 20px;
}

.newsletter-form button {
    margin-top: 15px;
}

.post-block-wrapper.post-float.review-post-block {
    max-width: 140px;
    min-height: 105px;
}

    .post-block-wrapper.post-float.review-post-block .post-thumbnail img {
        max-width: 140px;
        min-height: 105px;
    }

.login {
    border: 2px solid #eee;
    padding: 40px;
}


/* 10. CONTACT
================================================== */

a {
    transition: all .35s ease;
}

@media (min-width: 300px) and (max-width: 767px) {
    .news-title-qualidade span, .news-title-normalizacao span, .news-title-metrologia span, .news-title-opiniao span, .news-title-editorial span {
        padding-bottom: 5px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    /* Header */
    ul.navbar-nav > li {
        padding: 0 0px;
    }

        ul.navbar-nav > li > a,
        .dropdown-menu li a {
            font-size: 12px;
        }
}

/* Small Devices Potrait */
@media (max-width: 767px) {
    .post-title {
        font-size: 18px;
        line-height: 26px;
    }

    .post-block-wrapper.post-float-half .post-thumbnail img {
        max-width: 100%;
        min-height: 100%;
        margin-bottom: 20px;
    }

    /* Block title */
    .news-style-two .nav-tabs > li > a {
        font-size: 12px;
    }
}