:root {
    --primary: #5F2C2C;
    /* rgb 95, 44, 44 */
    --secondary: #E1CA9B;
    /* rgb 225, 202, 155 */
    --text: #242424;
    --muted: #9aa3b2;
    --bg-lighter: #e7ecf3;
    --line: #202635;
    --gold: #B68C40;
    --gold2: #F0C869;
}

body {
    font-family: "Inter", sans-serif;
    /*
      background: linear-gradient(180deg, #fcfbfa 0%, #f6f4f2 100%) !important;*/
    background-color: #fff;
}

.container-fluid {
    max-width: 1280px;
}

h1 {
    font-family: "Merriweather", serif;
    margin: 0 0 14px 0;
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1.3em;
    color: var(--primary);
}

h2 {
    font-family: "Merriweather";
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 12px 0;
    color: var(--primary);
}

h3 {
    font-family: "Merriweather";
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 0 8px 0;
}

h4 {
    font-family: "Merriweather";
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 6px 0;
}

h5 {
    font-family: "Inter";
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.4em;
    margin: 0 0 6px 0;
}

h6 {
    font-family: "Inter";
    font-size: .8rem;
    font-weight: 600;
    margin: 0 0 6px 0;
    text-transform: uppercase;
}

p {
    font-family: "Inter", sans-serif;
    margin: 0 0 12px 0;
    color: var(--text);
    font-size: .95rem;
    font-weight: 400;
}

ul {
    padding-left: 15px;
    font-size: .95rem;
    font-weight: 400;
}

    ul li {
        color: var(--text);
        margin-bottom: .5rem;
    }

.subtitle {
    font-family: "Merriweather";
    font-size: 1.2rem;
    margin: 0 0 18px 0;
    font-weight: 500;
    color: var(--primary);
}

.frase,
.frase p {
    font-family: "Merriweather";
    font-size: 1.4rem !important;
    font-weight: 300;
    font-style: italic;
}

a.navbar-brand {
    cursor: pointer;
}

nav.navbar {
    background: transparent;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(17, 17, 17, 0.04);
}

    nav.navbar .logo {
        transition: all 0.3s ease;
    }

    nav.navbar.scrolled {
        backdrop-filter: blur(6px);
        background-image: linear-gradient(122deg, #5F2C2CF5 16%, #5F2C2CA6 100%);
    }

        nav.navbar.scrolled .logo {
            max-height: 40px;
        }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    color: var(--secondary);
    opacity: 1;
    font-size: .8rem;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 1);
        transition: all 0.3s ease;
    }

.navbar-nav .nav-item {
    position: relative;
    padding: 0 5px;
}

    .navbar-nav .nav-item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        /* distância do topo */
        height: 60%;
        /* altura do separador */
        width: 1px;
        background-color: rgba(225, 202, 155, 0.1);
    }

    .navbar-nav .nav-item:last-child::after {
        display: none;
        /* remove do último */
    }

ul.navbar-nav li {
    margin-bottom: 0;
}

.nav-link.active-link {
    color: #fff !important;
    transition: all 0.3s ease;
}

.logo {
    width: 200px;
}

header {
    background-image: url(../img/stf2.jpg);
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 3.5rem 0 0 0;
    overflow: hidden;
    position: relative;
    height: auto;
    max-height: 100vh;
}

    header::before {
        display: block;
        content: "";
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent 75%);
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: 0;
        background-image: linear-gradient(122deg, #5F2C2CA6 16%, #000000F5 100%);
        opacity: 1;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

.hero-content {
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

    .hero-content h1 {
        color: var(--secondary);
    }

    .hero-content .destaque {
        color: #fff;
        border-left: 4px solid var(--secondary);
        background: rgba(95, 44, 44, .4);
        padding: 12px 16px;
        border-radius: 8px;
        margin-top: 10px;
        font-weight: 600;
    }

    .hero-content .frase {
        color: var(--secondary);
        font-size: 1.8rem !important;
        font-weight: 400;
    }

/*
    header {
      padding: 3rem 0;
      position: relative;
      width: 100%;
      display: flex;
      align-items: center;
      color: #fff;
      overflow: hidden;
      background-image: radial-gradient(circle farthest-side at 80% 100%, var(--primary), transparent 57%),
        radial-gradient(circle farthest-side at 40% -40%, var(--primary), transparent 62%);
      background-color: var(--primary);
    }

    header::before {
      content: "";
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle at 50% 50%, rgba(255, 200, 150, 0.25), transparent 70%);
      animation: wave 12s ease-in-out infinite alternate;
      will-change: transform, opacity;
    }
      */


.header-img img {
    max-width: 100%;
    height: auto;
    max-height: 100vh;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
}

.hero {
    margin-top: 100px;
}

/*
    .hero-card {
      background-color: #fff;
      padding: 36px;
      border-radius: 12px;
      box-shadow: 0 8px 30px rgba(17, 17, 17, 0.06);
      z-index: 10;
      margin-bottom: 3.5rem;
    }
      */

.hero-card {
    padding: 32px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(17, 17, 17, 0.2);
    margin-bottom: 3.5rem;
    color: #fff;
    overflow: hidden;
    position: relative;
}

    .hero-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(122deg, #3B1E1EE0 16%, #1C0E0EB3 100%);
        opacity: .5;
        z-index: 1;
        /* fica atrás */
    }

    .hero-card * {
        position: relative;
        z-index: 2;
        /* texto sempre na frente */
    }

    .hero-card h1 {
        color: #fff;
        text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    }

    .hero-card .destaque {
        color: #fff;
        font-size: 1.15rem;
        text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
    }

.hero-atuacao {
    margin-top: 15px;
    margin-bottom: 20px;
}

.hero-card a.cta-secondary {
    color: var(--primary);
    background-color: var(--gold);
}

    .hero-card a.cta-secondary:hover {
        color: var(--primary);
        background-color: var(--secondary);
    }

/*
    .destaque {
      display: inline-block;
      background: rgba(95, 44, 44, 0.06);
      background: linear-gradient(90deg, rgba(95, 44, 44, 0.06), rgba(225, 202, 155, 0.06));
      border-left: 4px solid #5F2C2C;
      padding: 12px 16px;
      border-radius: 8px;
      margin-top: 10px;
      color: var(--text);
      font-weight: 600;
    }*/

.destaque {
    margin-top: 10px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
}

#quemsomos {
    background: linear-gradient(180deg, #fcfbfa 0%, #f6f4f2 100%);
    background: #fff;
    position: relative;
    padding: 4.5rem 0;
}

.quemsomos-wrapper {
    display: flex;
    width: 100%;
    position: relative;
}

    .quemsomos-wrapper::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 60%;
        height: 100%;
        background: #fff;
        z-index: 0;
    }

    .quemsomos-wrapper::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        height: 100%;
        background: #fff;
        z-index: 0;
        /*
      background-image: url(../img/foto3.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      */
    }

.quemsomos-content {
    display: flex;
    position: relative;
    z-index: 1;
}

#quemsomos .container {
    max-width: 1280px;
    margin: 0 auto;
}

.quemsomos-left {
    width: 60%;
    padding: 100px 20px 100px 0px;
}

.quemsomos-right {
    width: 40%;
}

    .quemsomos-right .bg {
        background-image: url(../img/foto2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
    }



#diferenciais {
    background: linear-gradient(180deg, #fcfbfa 0%, #f6f4f2 100%);
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    background-attachment: fixed;
    padding: 3.5rem 0;
    overflow: hidden;
    position: relative;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

    #diferenciais::before {
        display: block;
        content: "";
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .75), transparent 75%);
        background-repeat: no-repeat;
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: 0;
        opacity: 1;
        transition: all .3s ease-out;
        background-color: #9747ff1f;
        background-color: transparent;
        background-image: linear-gradient(122deg, #001816F5 16%, #001816A6 100%);
        background-image: linear-gradient(122deg, #000000F5 16%, #5F2C2CA6 100%);
        background-image: linear-gradient(122deg, #5F2C2CA6 16%, #000000F5 100%);
        opacity: 1;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    #diferenciais h2 {
        color: var(--secondary);
        color: #fff;
        /*text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);*/
    }

    #diferenciais .subtitle {
        color: var(--secondary);
        color: #fff;
        /*text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);*/
    }

    #diferenciais .diferencial-item {
        font-size: 1rem;
        font-weight: 500;
        border-radius: 0px;
        padding: 20px;
        color: var(--secondary);
        color: #fff;
        background-color: #fff;
        background: rgba(95, 44, 44, 0.2);
        background: transparent;
        border: solid 1px rgba(255, 255, 255, .1);
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        background-color: #ffffff05;
        box-shadow: 0 8px 20px rgba(17, 17, 17, 0.04);
        box-shadow: 0 8px 30px rgba(17, 17, 17, 0.06);
        height: 100%;
    }

.destaque-icon {
    color: var(--secondary);
    font-size: 1.6rem;
    margin-bottom: .4rem;
}

.diferencial-item p {
    color: var(--secondary);
    color: #fff;
}






#atuacao {
    padding: 4.5rem 0 0 0;
    /*
      background: linear-gradient(180deg, #fcfbfa 0%, #f6f4f2 100%);
      */
    background-color: #fff;
    position: relative;
}

    #atuacao .atuacao-item {
        font-size: 1rem;
        font-weight: 400;
        height: 100%;
        color: var(--primary);
        border: 1px solid #eee;
        padding: 15px;
        transition: all 0.3s ease;
    }

/*
    .atuacao-item:hover {
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
      transform: translateY(-5px);
    }*/

.atuacao-last:hover {
    box-shadow: none !important;
    transform: none !important;
}

#atuacao .atuacao-last {
    color: var(--primary);
    background-color: var(--secondary);
    padding: 40px 15px 0px 40px;
    border: none;
}

.atuacao-last .bg-last {
    border-radius: 16px;
    background-image: url(../img/foto3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border: solid 8px rgba(151, 71, 255, .22);
}


.atuacao-wrapper {
    display: flex;
    width: 100%;
    position: relative;
}

    .atuacao-wrapper::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 60%;
        height: 100%;
        background: #fff;
        z-index: 0;
    }

    .atuacao-wrapper::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 40%;
        height: 100%;
        background: #E1CA9B;
        z-index: 0;
    }

.atuacao-content {
    display: flex;
    position: relative;
    z-index: 1;
}

.atuacao-left {
    width: 60%;
    padding: 40px 20px 40px 0px;
}

.atuacao-right {
    width: 40%;
}

#atuacao .container {
    max-width: 1280px;
    margin: 0 auto;
}

#atuacao .atuacao-last h5 {
    color: var(--primary);
    font-size: .95rem;
}

.atuacao-last p {
    color: var(--primary);
}

#atuacao .atuacao-last ul li {
    color: var(--primary) !important;
}

.area-icon {
    color: var(--primary);
    font-size: 1.6rem;
    margin-bottom: .4rem;
}




#equipe {
    padding: 4.5rem 0;
}

.equipe-item {
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0px;
    color: var(--primary);
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 17, 17, 0.04);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

    .equipe-item img {
        border-radius: 0px;
    }

.equipe-content {
    padding: 15px;
}

.oab {
    font-size: .9rem;
    font-weight: 500;
    margin-bottom: 10px;
}

#compromisso {
    padding: 6rem 0;
    color: #fff;
    background-image: url(../img/bgaurea2.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

    #compromisso::before {
        display: block;
        content: "";
        background-image: linear-gradient(122deg, #5F2C2CF5 16%, #5F2C2CA6 100%);
        height: 100%;
        width: 100%;
        position: absolute;
        bottom: 0;
        opacity: .7;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

    #compromisso h2 {
        color: #fff;
    }

    #compromisso .subtitle {
        color: var(--secondary);
        margin-bottom: 30px;
    }

    #compromisso p {
        color: #fff;
        font-size: 1.1rem;
    }

.cta {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 10px;
    background: var(--primary);
    color: #fff;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 8px 20px rgba(95, 44, 44, 0.2);
    transition: all 0.3s;
}

    .cta:hover {
        color: var(--primary);
        background: var(--secondary);
        text-decoration: none;
        transition: all 0.3s;
    }

.cta-secondary {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 10px;
    background: var(--secondary);
    color: var(--primary);
    font-weight: 700;
    border: 0;
    cursor: pointer;
    text-align: center;
    box-shadow: 0 8px 20px rgba(95, 44, 44, 0.2);
    transition: all 0.3s;
}

    .cta-secondary:hover {
        color: #fff;
        background: var(--primary);
        text-decoration: none;
        transition: all 0.3s;
    }







/*
    .bg-agende {
      background-color: var(--lighter);
      padding: 2rem;
      box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

    .agende,
    .agende h2 {
      color: #fff !important;
    }

    .btn-agende {
      color: var(--primary);
      font-size: 1rem;
      font-weight: 600;
      background-color: #ffffff;
      border-radius: 5px;
      padding: 15px 30px;
      margin-top: 15px;
    }

    .btn-agende:hover {
      color: #ffffff;
      background-color: var(--primary);
    }
*/















.testimonial-box {
    border-radius: 16px;
    max-width: 530px;
    margin: 15px auto;
    padding: 15px 15px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    background-color: #ffffff;
}

.testimonial-autor,
.testimonial-autor a {
    color: #666;
    font-size: .9rem;
    font-weight: 300;
    margin-top: 15px;
}

.quote {
    width: 45px;
    margin-top: -60px;
}

/* carousel */
.bg-testimonial {
    /*
      background-image: linear-gradient(120deg, rgb(253, 230, 216) 0%, rgb(254, 254, 254) 70%);
      */
    background-color: var(--secondary);
    background-color: rgba(225, 202, 155, .3);
}

.testimonials {
    position: relative;
    margin-top: 20px;
}

    .testimonials .card {
        background: #ffffff;
        box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.05) !important;
        margin: 40px 20px;
        padding: 10px;
        border-radius: 16px;
        border: 0;
        min-height: 250px;
    }

    .testimonials .active {
        opacity: 0.5;
        transition: all 0.3s;
    }

    .testimonials .center {
        opacity: 1;
    }

    p i,
    .testimonials .card p {
        color: #000;
        font-family: "Merriweather";
        font-size: .9rem !important;
        font-weight: 300;
        font-style: italic !important;
        line-height: 1.5em;
        padding-bottom: 0;
    }

p i {
    color: #222;
}

.fa-star {
    color: var(--gold2);
    font-size: .9rem;
}

.slick-dots li button:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    background: transparent;
    margin: 0 auto;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    background: var(--primary);
}

.multiple-items button.slick-prev.slick-arrow {
    left: -10px;
    z-index: 10;
}

.multiple-items button.slick-next.slick-arrow {
    right: 10px;
    z-index: 10;
}

.multiple-items:hover .slick-prev:before,
.multiple-items:hover .slick-next:before {
    font-size: 36px !important;
    opacity: 1;
    color: var(--primary) !important;
    font-family: 'slick';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.responsive button.slick-prev.slick-arrow {
    left: -10px;
    z-index: 10;
}

.responsive button.slick-next.slick-arrow {
    right: 10px;
    z-index: 10;
}

.responsive:hover .slick-prev:before,
.responsive:hover .slick-next:before {
    font-size: 36px !important;
    opacity: 1;
    color: var(--primary) !important;
    font-family: 'slick';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}






footer {
    font-size: .95rem;
    font-weight: 400;
    padding: 4.5rem 0 4.5rem 0;
    border-top: 1px solid rgba(17, 17, 17, 0.04);
    color: #fff;
    background-color: var(--primary);
}

    footer img.logo {
        width: 240px;
        margin-bottom: 2rem;
    }

    footer p {
        color: #fff;
    }

    footer ul li {
        color: #fff;
    }

    footer .phone a {
        color: #fff;
        font-family: "Merriweather";
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 1rem;
        transition: all 0.3s;
    }

        footer .phone a:hover {
            color: var(--secondary);
            text-decoration: none;
            transition: all 0.3s;
        }

    footer .phone .fas {
        font-size: .95rem;
    }

    footer .phone span {
        font-size: 1rem;
    }

    footer .cta {
        background: var(--secondary);
        color: var(--primary);
        transition: all 0.3s;
    }

        footer .cta:hover {
            background: #fff;
            color: var(--primary);
            transition: all 0.3s;
        }

    footer ul {
        list-style: none;
        padding-left: 0;
    }

    footer a {
        color: var(--secondary);
    }

        footer a:hover {
            color: #fff;
        }

.copy {
    color: var(--muted);
    font-size: .8rem;
    font-weight: 400;
    text-align: center;
    padding: 1rem 0;
}




@media (max-width: 991px) {

    nav.navbar {
        backdrop-filter: blur(6px);
        background-image: linear-gradient(122deg, #5F2C2CF5 16%, #5F2C2CA6 100%);
    }

    .navbar-dark .navbar-nav .nav-link {
        text-align: center;
    }

    header {
        max-height: 100% !important;
    }

    .hero-card {
        padding: 30px 15px;
    }

    #quemsomos {
        padding: 0rem 0;
    }

    .quemsomos-content {
        flex-direction: column;
    }

    .quemsomos-left,
    .quemsomos-right {
        width: 100%;
    }

    .quemsomos-left {
        padding: 60px 0px 60px 0px;
    }

    .quemsomos-wrapper::before,
    .quemsomos-wrapper::after {
        width: 100%;
        height: auto;
    }

    #diferenciais {
        background-attachment: fixed;
    }

    .atuacao-content {
        flex-direction: column;
    }

    .atuacao-left,
    .atuacao-right {
        width: 100%;
    }

    .atuacao-left {
        padding: 0px 0px 0px 0px;
    }

    #atuacao .atuacao-last {
        padding: 15px 15px 15px 15px;
    }

    .atuacao-wrapper::before,
    .atuacao-wrapper::after {
        width: 100%;
        height: auto;
    }

    footer {
        padding: 2rem 0 2rem 0;
    }

        footer img.logo {
            margin: 0 auto;
        }
}






/* BLOG */
.blog .img {
    display: block;
    overflow: hidden;
    border-radius: .3rem;
}

.blog a img {
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    margin: 0;
    max-height: 295px;
}

.blog a:hover img {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    border-radius: .3rem;
}

.blog a img-destaque img {
    border-radius: 0 0 .3rem .3rem !important;
}

.blog-desc {
    font-optical-sizing: auto;
    font-size: 1rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.5em;
    padding: 15px 0px 45px 0px;
}

.blog-desc-in {
    padding: 15px 0px 15px 0px !important;
}

.blog-destaque {
    font-optical-sizing: auto;
    font-size: 1.3rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3em;
    padding: 20px 15px 15px 15px;
    color: #ffffff;
    background-color: var(--primary);
    margin-top: -5px;
    transition: all 0.3s;
}

    .blog-destaque:hover {
        color: #ffffff;
        background-color: var(--secondary);
        transition: all 0.3s;
    }

.badge {
    font-weight: 500;
}

.badge-cat {
    color: var(--lighter);
    padding: .4rem .5rem;
    border-radius: 10rem;
    display: inline-block;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border: solid 1px var(--lighter);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .badge-cat:hover {
        color: var(--secondary);
        text-decoration: none;
        border: solid 1px var(--secondary);
    }

.share h6 {
    font-size: .85rem;
    font-weight: 600;
    color: var(--secondary);
}

.share ul {
    padding-left: 0px !important;
    margin-top: 15px;
    margin-bottom: 30px;
}

    .share ul li {
        list-style: none;
        display: inline-block;
    }

        .share ul li a {
            padding: 5px 15px;
            border-right: solid 1px #ebebeb;
            color: var(--secondary);
        }

            .share ul li a:hover {
                color: var(--lighter);
            }

            .share ul li a .fa {
                font-size: 1rem;
            }

.list {
    padding-right: 15px;
    padding-left: 15px;
}

a.post {
    font-size: 1rem;
    font-weight: 400;
    color: var(--text);
    line-height: 160%;
}

/*h2.blog-post-title {
    font-family: "Source Sans 3", sans-serif !important;
    font-size: 1.6rem;
    line-height: 1.8rem;
}*/

.blog-post {
}

    .blog-post p,
    .blog-post span {
        font-size: 1.1rem !important;
        line-height: 1.6rem;
        font-weight: 300;
        font-style: normal;
    }

    .blog-post h3 {
        font-size: 1.3rem;
    }

    .blog-main ul li {
        margin-bottom: 15px;
    }

.blog a h3 {
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--primary);
    line-height: 1.4em;
    text-align: left;
    transition: all 0.3s;
}

.blog a:hover {
    color: var(--secondary);
    text-decoration: none;
    transition: all 0.3s;
}

.blog .link-read {
    display: inline-flex;
    font-size: .9rem;
    font-weight: 400;
    line-height: 140%;
    color: var(--primary);
    text-transform: uppercase;
    border-bottom: 1px solid var(--primary);
    transition: all 0.3s;
}

    .blog .link-read:hover {
        color: var(--secondary);
        border-bottom: 1px solid var(--secondary);
        transition: all 0.3s;
    }

.blog-destaque .link-read {
    display: inline-flex;
    font-size: .9rem;
    font-weight: 500;
    line-height: 140%;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid var(--lighter);
    margin-top: 5px;
    transition: all 0.3s;
}

.blog a .cat span {
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
    color: #837D65;
}

    .blog a .cat span + span {
        margin-left: 10px;
    }

.blog-sidebar {
    margin-top: 40px;
}

    .blog-sidebar h6 {
        font-weight: 600;
        padding-left: 10px;
    }

    .blog-sidebar ol.list-blog {
        margin-bottom: 0px;
    }

        .blog-sidebar ol.list-blog li {
            font-size: 1.1rem;
            font-weight: 500;
            border-bottom: dotted 1px #837D65;
        }

            .blog-sidebar ol.list-blog li:last-child {
                border-bottom: 0;
            }

            .blog-sidebar ol.list-blog li a {
                color: #0e76e0;
                display: block;
                padding: 15px 10px;
            }

                .blog-sidebar ol.list-blog li a:hover {
                    color: #837D65;
                    text-decoration: none;
                }

a.btn-all {
    color: var(--primary);
    font-size: 1rem;
    font-weight: 500;
    border: solid 1px #666666;
    padding: 10px 20px;
    transition: .3s;
}

.btn-all:hover {
    color: #837D65;
    border: solid 1px #837D65;
}

/* BLOG */

.blog a:hover {
    text-decoration: none;
}


ol.breadcrumb li a {
    color: var(--primary);
    font-family: "Source Sans 3", sans-serif;
    font-size: .75rem;
}

.bg-breadcrumb {
    color: var(--primary);
    background-color: var(--secondary);
    margin-top: 100px;
}

    .bg-breadcrumb h1 {
        color: var(--primary);
        font-size: 1.5rem;
        font-weight: 700;
    }

.breadcrumb {
    padding: 1rem 0;
    background: transparent;
    margin-bottom: 0rem;
}

li.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    color: var(--primary);
}

.breadcrumb-item.active {
    color: var(--primary);
    font-size: .75rem;
    font-family: "Source Sans 3", sans-serif;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--primary);
}

.post-blog .logo {
    width: 160px;
}

.post-blog nav.navbar {
    backdrop-filter: blur(6px);
    background-image: linear-gradient(122deg, #5F2C2CF5 16%, #5F2C2CA6 100%);
}

.box-fotos {
    margin-top: -50px;
}

.floating-share {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
    padding: 5px 5px 5px 50px;
}

    .floating-share h6 {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        font-size: 12px;
        margin-bottom: 10px;
        text-align: center;
        color: #444;
    }

    .floating-share ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .floating-share li {
        margin: 10px 0;
    }

    .floating-share a {
        display: flex;
        background-color: var(--primary);
        color: white;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        font-size: 21px;
        transition: background 0.3s;
        flex-direction: column;
        justify-content: center;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    }

        .floating-share a:hover {
            text-decoration: none;
            background-color: var(--secondary);
        }


@media (max-width: 767px) {

    .floating-share {
        position: fixed;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 999;
        padding: 5px 5px 5px 15px;
    }
}

.slider {
    padding: 4.5rem 0;
    background-color: rgba(225, 202, 155, .3);
}
