:root {
    /* --bg-primary: #0054FE;
    --bg-secundary: #101F57;
    --tx-primary: #101F57;
    --tx-primary-hover: #0054FE;
    --tx-secundary: #506583; */

    --bg-primary: #00456C;
    --bg-secundary: #3B3B3B;
    --tx-primary: #3B3B3B;
    --tx-primary-hover: #00456C;
    --tx-secundary: #506583;

    --bg-header: #FFFFFF;
    --bg-footer: var(--bg-secundary);


    /* Bootstrap */
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}
*{
    font-family: 'Barlow', sans-serif;
}

body {
    overflow-x: hidden;
}

.header {
    background-color: #FFF;
    color: var(--bg-secundary);
    height: 60px;
    padding: 10px 0;
    font-weight: 600;
}

.header .header-logo {
    /* max-height: 25px; */
    max-height: 37px;
    height: 100%;
}

.header .main-menu ul {
    margin-bottom: 0;
}

.header .main-menu ul li {
    list-style: none;
}

.header a {
    text-decoration: none;
    color: var(--bg-secundary);
}

.header a:hover {
    color: var(--tx-primary-hover);
}

.primary-cta {
    background-color: #6AD49B;
    color: #FFF !important;
    font-weight: 600;
    text-wrap: nowrap;
}

.btn {
    font-weight: 600 !important;
}

.cta-white {
    background-color: #FFF;
    color: var(--tx-primary-hover);
}

.cta-white:hover {
    /* color: var(--tx-primary-hover) !important; */
    background-color: transparent;
    border: solid 2px #FFF;
}

.primary-cta:hover {
    background-color: #54ad7d!important;
}

.section-spacer {
    padding: 50px 0;
}

.section-span {
    color: var(--tx-secundary);
    font-weight: 600;
    font-size: 11px;
    display: block;
}

.section-title {
    color: var(--tx-primary);
    font-size: 2.4rem;
    letter-spacing: -.2px;
    line-height: 44px;
    font-weight: 600;
}

.section-title-w70p {
    max-width: 70%;
    margin: 0 auto;
}

.section-description {
    font-size: 1.15rem;
    line-height: 26px;
    color: var(--tx-secundary);
}

.callout {
    background-color: var(--bg-primary);
    color: #FFF;
    padding: 50px 0;
}

.footer {
    background-color: var(--bg-footer);
    color: #FFF;
    display: flex;
    align-items: center;
    padding: 50px 0;
}

.copyright {
    padding: 10px 0;
    text-align: center;
    background-color: var(--bg-footer);
    color: #FFF;
    text-align: center;
}

.copyright .col-sm-8 p {
    display: flex;
    align-items: center;
    margin: 0 !important;
}


.logo-footer {
    padding-bottom: 12px !important;
    display: block;
}

.footer-title {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 12px;
}

.footer a {
    color: #fff;
    /* display: block; */
    font-size: 14px;
    padding: 5px 0;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-description {
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
}

.footer-social-link {
    display: inline;
}


@media screen and (max-width: 992px) {
    .main-menu {
        display: none;
    }

    .section-spacer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-spacer#planos {
        padding: 0;
    }

    /* .feature-list-image {
        height: 200px !important;
    } */

    #feature-list-image-relacionamento-com-cliente {
        display: none;
    }

    .carousel-slide {
        flex: 0 0 80%;
        /* Estilize os slides do carrossel aqui */
    }
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    animation: carousel-animation 40s infinite linear;
}

.carousel-slide {
    flex: 0 0 60%;
    /* Estilize os slides do carrossel aqui */
}

@keyframes carousel-animation {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/**
    BLOG POST
*/
.cards-post-list {
    padding: 50px 0;
    display: flex;
    justify-content: center;
    /* gap: 20px; */
}

.cards-post-list > div{
    margin-bottom: 15px;
}

.post-card {
    border: 1px solid #e1e3e5;
    border-radius: 10px;
    transition: all .25s;
    overflow: hidden;
    background-color: #fff;
    font-weight: 600;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post-card a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.post-card .post-image,
.post-card .post-image img {
    width: 100%;
    padding: 0;
}

.post-card .post-image {
    background-color: rgb(0, 0, 0, 0.2);
    width: 100%;
}

.post-card .post-header {
    padding: 0 24px;
    padding-bottom: 0;
    flex: 1 1 100%;
}

.post-header .container-flag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.post-header .creation-details {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.post-header .author-name {
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

.card-flag {
    background-color: #5BA5FE;
    color: #FFF;
    padding: 3px 10px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
}

.card-flag:hover {
    color: #FFF;
    text-decoration: none;
}

.post-card .post-title,
.post-title {
    margin: 0;
    font-size: 16px;
    /* padding: 16px 24px; */
    color: #333;
}

.post-card .post-read-more {
    color: #1f69c1;
    padding: 16px 24px;
    text-align: center;
}

.btn-see-more {
    background-color: rgb(31, 105, 193);
    font-weight: 600;
    font-size: 14;
    /* height: 40px; */
    padding: 8px 24px;
    color: #FFF;
    text-decoration: none;
    border-radius: 4px;
    border: solid 1px;
    width: auto;
    text-align: center;
}

.btn-see-more:hover {
    background-color: rgb(25, 83, 153);
    color: #FFF;
}

/**
    END - BLOG POST
*/

/* STACTION */
.main-section {
    background-color: var(--bg-primary);
    color: #FFF;
    padding: 50px 0;
    text-align: center;
}

.bread-crumb a {
    color: #FFF;
}

.pd-50 {
    padding: 50px;
}

.posts-inline {
    display: flex;
    flex-direction: column;
}

.post-card-inline {
    display: flex;
    align-items: center;
    gap: 10px;

    border: 1px solid #e1e3e5;
    border-radius: 6px;
    transition: all .25s;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.post-card-inline .post-image {
    width: 150px;
    margin: 0;
}

.post-card-inline .post-image img {
    width: 100%;
}

.post-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.post-card-inline .post-title,
.post-card-inline .post-title h2 {
    font-size: 15px;
    text-decoration: none;
}

.post-content .post-header {
    font-size: 11px
}

.aside-section-post {
    margin-bottom: 30px;
}

.title-section-post h5 {
    font-size: 14px;
}

/* END SECTION */

/* POST SHOW */

.main-article {}

.main-article,
.main-article .post-image {
    max-width: 800px;
}

.main-article .post-image img {
    width: 100%;
}

.header-article {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.article-details,
.author-name {
    font-size: 14px;
    color: var(--tx-secundary);
    text-decoration: none;
}

.article-main,
.article-main img {
    max-width: 100% !important;
}

.article-footer {
    margin: 50px 0;
}

.social-links.border-link a {
    display: inline-block;

    width: 35px;
    height: 35px;

    text-align: center;

    border: 1px solid #333;

    line-height: 32px;
}

.social-links.solid-link a {
    display: inline-block;

    width: 35px;
    height: 35px;

    text-align: center;

    color: #000;
    background: #fff;

    line-height: 35px;
}

.social-links.circle-link a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.social-links.round-link a {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.social-links.colored-link a {
    color: #fff;
}

.social-links.colored-link a:hover {
    color: #fff;
}

.social-links.colored-link a.facebook {
    border-color: #395799;
    background: #395799;
}

.social-links.colored-link a.twitter {
    border-color: #19b2f5;
    background: #19b2f5;
}

/* POST SHOW END */
