@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

:root {
    --main-color: #064533;
    --second-color: #00A859;
    --text-color: #969696;
    --fundo: #eaeaea;
    --font-family: "Outfit", sans-serif;
}

@font-face {
    font-family: "AuthenticSignature";
    src: url("../../../libs/fonts/Authentic Signature.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    color: var(--text-color);
    font: 14px/2em var(--font-family);
    letter-spacing: 0.5px;
}

a:not([href]):hover {
    cursor: pointer;
}

p {
    color: #625f5f;
}

.btn-default {
    padding: 0.5em 3em;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    background-color: rgba(0, 168, 89, 0.60);
    border: 2px solid var(--second-color);
    color: #fff;
    border-radius: 30px;
    /* text-transform: uppercase; */
    font-size: 16px;
}

.btn-default.white {
    background-color: #fff;
    color: var(--main-color);
    border-color: var(--main-color);
}

.btn-default.white:hover {
    background-color: var(--second-color);
}

.btn-default:hover {
    background-color: rgba(6, 69, 51, 0.60);
    color: #fff;
}


ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #00a9c6;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: #6d6f6a;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1em;
}

h1 {
    font: 14px/2em var(--font-family);
    margin: 0.25em 0;
    text-transform: uppercase;
}

h2 {
    font: 14px/2em var(--font-family);
    margin-bottom: 1.5em;
}

h3 {
    font: 14px/2em var(--font-family);
    margin: 2em 0 1em;
}

h4 {
    font: 14px/2em var(--font-family);
    margin-bottom: 1em;
}

h4 i {
    margin-right: 0.5em;
}

p {
    font-size: 14px;
    line-height: 1.7em;
    margin-bottom: 0.7em;
}

.mobile-none {
    display: block;
}

.mobile-only {
    display: none;
}

@media (min-width: 1904px) {
    .container {
        max-width: 1185px !important;
    }
}

#topo p span {
    font-size: 20px;
    font-weight: bold;
}

span.small-title {
    color: #858585;
    font-size: 12px;
}

h2.heading {
    color: var(--main-color);
    font-size: 40px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
    padding-bottom: 0em;
    padding-left: 15px;
    line-height: normal;
}

.title .subtitle {
    text-align: center;
    display: block;
    margin-bottom: 2em;
    line-height: normal;
}

h3.sub-heading {
    text-align: center;
    color: #585858;
    font-weight: 500;
    font-size: 14px;
    margin-top: 0;
}

p.title-heading {
    color: var(--text-color-def);

    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.spacer {
    padding: 3em 0;
}

.img-destaque-banner {
    object-fit: contain;
    width: 100%;
}

.default-button {
    background: var(--second-color);
    border-radius: 30px;
    padding: 1em 2em;
    color: #fff;
    font-weight: 500;
    margin: 0 auto;
    display: table;
}

.default-button:hover {
    background: var(--main-color);
}

.chame-agora a p {
    margin-bottom: 0px;
}



#home .absolute-center {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    width: 100%;
}

#home .absolute-center .principal-title {
    float: left;
}

#home .absolute-center .h80height {
    max-height: 80vh;
    display: block;
}

#home .absolute-center .box-banner-h1 {}

#home .absolute-center h1 {
    font-size: 3em;
    text-transform: none;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    color: var(--main-color);
}

#home {
    position: relative;
}

#home .carousel-item h2 {
    font-size: 40px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: normal;
    display: block;
    color: #fff;
}


#home .carousel-item .texto-banner {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}

label {
    color: var(--text-color);
}



footer p {
    font-size: 12px;
    font-weight: 300;
    color: #344241;
}

.header-dados .row {
    display: flex;
    align-items: center;
}

header {
    position: fixed;
    top: 0;
    z-index: 9;
    background-color: #ffffffe9;
    width: 100%;
    padding-top: 0px;
    border-bottom: 1px solid #efefef;
}

header .nav-itens .menu-float a {
    color: #fff;
    margin-left: 10px;
}

header .nav-itens .menu-float a.btn-default {
    color: #fff;
}

header .nav-itens .menu-float a.btn-default .svg-inline--fa {
    margin-left: 0px;
    margin-right: 10px;
}

header .nav-itens .menu-float a.btn-default:hover {
    color: var(--main-color);
}




.alert-warning {
    margin-bottom: 0px;
}

.logo {
    display: flex;
    justify-content: center;
}

.default-btn {
    background: var(--second-color);
    color: #fff;
    padding: 1em 2em;
    border-radius: 30px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    /* text-transform: uppercase; */
    display: table;
    margin: 0 auto;
}

.default-btn:hover {
    background-color: var(--main-color);
    color: #fff;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {
        background-position: 0 0;
    }
}

@keyframes animate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.menu-align {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.5em;
}

.absolute-center-home {
    position: absolute;
    top: 65%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: start;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
}

.absolute-center-home h3 {
    font-weight: 700;
    color: var(--text-color-secondary);
    margin-top: 0;
    margin-bottom: 10px;
    text-align: start;
    text-transform: uppercase;
}

.absolute-center-home .row {
    display: flex;
    align-items: center;
}

#app {
    background-color: #fff;
}

#topo .list-group-item {
    border: 0px;
    background-color: transparent;
    padding-left: 0px;
    padding-right: 0;
}

.align-wpp {
    height: 100%;
    align-items: center;
}

#topo ul {}

#topo ul li a {
    color: #344241;
    margin-left: 2em;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
}

#topo ul li.active a {
    color: var(--main-color);
}

#topo ul li a:hover {
    color: var(--main-color);
}

#topo ul li a.destaque {
    padding-bottom: 10px;
}

.whatsappme {
    background: #25d366;
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #fff;
    padding: 15px;
    border-radius: 100%;
}

.whatsappme a {
    color: #fff;
}

.tab-pane h3 {
    font-weight: bold;
    margin: 0px;
    color: #000;
    margin-bottom: 1em;
}

/* #clientes {
    background-color: var(--main-color);
    padding-top: 10em;
} */

.slick-prev:before,
.slick-next:before {
    color: #00aecf;
}

.no-padding {
    padding: 0;
}

.form-control {
    border-radius: 8px;
    padding: 0.5em 0.75rem;
}

.align-center {
    align-items: center;
}

.absolute-footer {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 2;
}

.images {
    flex-wrap: wrap;
    display: flex;
    padding: 0;
}

.images img {
    width: 100%;
}

.galeria p {
    color: var(--text-color);
    font-size: 14px;
}

.galeria p b {
    color: var(--main-color);
}

.images .col-md-2 {
    padding: 0;
}

.has-sub {
    position: relative;
}

ul.sub-has {
    display: none;
    background: var(--main-color);
    position: absolute;
    left: 50%;
    border-radius: 0px 0px 12px 12px;
    padding: 7px 0px;
    margin-top: 0px;
    transform: translate(-50%, 0);
    border-top: 1px #fff solid;
}

.has-sub:hover ul.sub-has {
    display: block !important;
}

.sub-a {
    color: var(--text-color) !important;
    text-decoration: none !important;
    padding: 5px 20px;
    display: block;
    font-weight: 600 !important;
    border-bottom: 1px #fff solid;
}

.coks-acepts {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 1;
}

.coks-acepts .alert-warning {
    padding: 1rem 2rem;
    background-color: #fff;
}

.align-end {
    text-align: end;
}

footer {
    color: var(--text-color);
    background-color: var(--fundo);
    font-weight: normal;
    line-height: normal;
    font-size: 10px;
    padding: 1em;
    padding-top: 3em;
    text-align: center;
}

footer hr {
    color: var(--main-color);
}



footer ul li a {
    font-size: 12px;
    color: #677170;
    font-weight: 300;
}

footer ul {
    margin-bottom: 2em;
}

#topo.menu-fixo .logo-top img {
    width: 50%;
    display: block;
}

#topo.menu-fixo .nav-itens {
    padding: 0.2em 0;
}


.align-self-center {
    align-self: center;
}

.absolute-center-home {
    position: absolute;
    top: 55%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--main-color) !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}

.conteudo {
    padding-top: 10em;
    min-height: 80vh;
}

.slick-prev:before,
.slick-next:before {
    color: #fff;
}

.contato ul li {
    margin-bottom: 1em;
}



#topo .top-infos {
    background-color: var(--main-color);
    color: #fff;
    height: 37px;
    line-height: 37px;
}

#topo .top-infos ul li a {
    color: #fff;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
    padding: 0 1em;
    display: block;
    margin: 0;
}

#topo .top-infos ul li a:hover {
    color: var(--second-color);
}

#topo .top-infos .left-align ul li:first-child a {
    padding-left: 0;
}

#topo .top-infos .right-align ul li a {
    font-size: 15px;
    display: block;
    padding: 0 .5em;
}

#topo .top-infos .right-align ul li:last-child a {
    padding-right: 0;

}


#topo .top-infos .right-align ul li.search-glass {
    background-color: #2C6152;
}

#topo .nav-itens {
    position: relative;
    padding: 1.2em 0;
}

.float-menu {
    display: inline-block;
}

.float-menu .navbar-toggler {
    display: block;
}

.float-menu .navbar-toggler-icon {
    width: 30px;
    height: 30px;
}

.nav-itens {
    padding: 15px 0;
}

.nav-itens ul .list-group-item a {
    display: block;
    margin: 0px 15px;
    color: var(--text-color-def);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


header .navbar-nav .nav-link {
    color: var(--main-color);
    font-weight: 500;
}



.select-hover:nth-child(2) .hide-on-hover {
    opacity: 0;
}

.select-hover:nth-child(2) a {
    transform: scale(1) !important;
}

.select-hover:nth-child(2) .services-show-on-hover {
    opacity: 1;
}

.services-show-on-hover .text p {
    color: #fff;
    margin: 10px;
}

#pills-tabContent {
    padding-bottom: 2em;
}

.gallery {
    margin-top: 4.7em;
}

.logo-top img {}

#home .absolute-center p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 2em;
    text-align: center;
}


.top-principal {
    padding-top: 10em;
}

.img-back {
    position: absolute;
    top: 3em;
    right: 0;
    z-index: 0;
}

footer .infos-list li {
    background: transparent;
    border: 0;
    color: #fff;
}

footer .infos-list a.link,
footer .infos-list p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 0em;
    margin-bottom: 2em;
}

footer .infos-list a.link:hover {
    color: var(--second-color);
}

.display-on-hover {
    opacity: 0;
    color: var(--second-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

footer h2.heading {
    font-size: 32px;
    font-weight: bold;
}

footer h2.heading span {
    color: var(--main-color);
}

#topo ul .nav-item a {
    color: #fff;
}

.offcanvas-body .logo-top img {
    filter: brightness(100);
}

.logo-top {
    text-align: center;
    margin: 0 auto;
    display: block;
}


.top-principal img {
    position: relative;
}

#galeria .container-fluid {
    padding: 0;
}

.assign a {
    color: var(--main-color);
}

.justify-end {
    justify-self: right;
    justify-items: end;
}

footer ul.social-icons li {
    padding-right: 1em;
}

footer ul.social-icons li a {
    color: #4e4e4e;
}

#empresa,
#servicos,
#galeria {
    position: relative;
}

.button-up {
    top: -80px;
    position: absolute;
}

.menu-footer {
    display: inline-flex;
}

footer ul.social-end li a {
    margin: 1em 0;
    display: inline-flex;
    color: #fff;
}

footer .assign {
    margin-top: 2em;
}

.text-left {
    text-align: left;
}

footer h3 {
    font-size: 20px;
    color: var(--main-color);
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
}


.slick-dots li button {
    color: #fff;
    height: 30px;
    width: 30px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #fff;
    height: 30px;
    width: 30px;
}

.single-item.services-item .slick-dots,
.single-item.produtos-item .slick-dots {
    width: 49%;
}

.single-item.produtos-item .slick-dots {
    width: 49%;
    justify-self: end;
}



#destaques {
    margin-top: -50px;
    position: relative;
    z-index: 1;
    text-align: center;
}

#destaques .individual {
    background-color: #fff;
    display: block;
    border-radius: 10px;
    border: .5px solid #e3e3e3;
    padding: 2em;
}

#destaques .individual h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--main-color);
}

#destaques .individual p {
    font-weight: normal;
    font-size: 14px;
}

#noticias {
    background-color: var(--fundo);
    margin-top: 3em;
}

#noticias .individual {
    background-color: #fff;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: .5px solid #d9d9d9;
}

#noticias .individual h3 {
    line-height: normal;
    color: #000;
    font-size: 16px;
    padding: 0 1.5em;
    margin-top: 15px;
    height: 60px;
    overflow: hidden;
}

#noticias .individual .texto {
    padding: 0 1.5em;
    font-size: 12px;
    font-weight: 300;
    height: 120px;
    overflow: hidden;

}

#noticias .individual .texto {
    font-size: 12px;
    font-weight: 300;
}

#noticias .individual span.link {
    padding: 0 1.5em;
    text-transform: uppercase;
    color: #064533;
    padding-bottom: 1em;
    display: block;
    font-size: 14px;
}

#noticias .individual hr {
    color: #a7a7a7;
}

#noticias .individual span.data {
    text-transform: lowercase;
    background: var(--main-color);
    border-radius: 40px;
    padding: 0em 1.2em;
    font-size: 10px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 5px;
    left: 5px;
}

#diferenciais {
    position: relative;
}

#diferenciais .individual {
    height: 450px;
    display: block;
    margin: 10px;
}

#diferenciais .individual .img {
    display: block;
    height: 450px;
}

#diferenciais .individual .img img {
    display: block;
    height: 450px;
    object-fit: cover;
}

#parceiros {
    position: relative;
}

#equipe {
    background-color: var(--fundo);
    position: relative;
}

#equipe .lista-equipe img {
    border-radius: 10px;
}

#equipe .lista-equipe h4 {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal;
    margin-top: .5em;
}

#equipe .lista-equipe span.cargo {
    font-size: 12px;
    color: #969696;
    line-height: normal;
    margin-bottom: 3em;
    display: block;
}

.title {
    display: block;
    margin-bottom: 3em;
}

.title.white h2.heading {
    color: #fff;
}

.title.white .subtitle {
    color: #fff;
}

#depoimentos .individual {
    border: 1px solid #969696;
    height: 220px;
    border-radius: 10px;
    padding: 1em;
    position: relative;
    margin: 1em;
}

#depoimentos .individual .tag-close img {
    width: 65px;
    position: absolute;
    right: -10px;
    top: -15px;
}

#depoimentos .individual .texto {
    font-size: 14px;
    color: #344241;
    font-weight: 400;
    margin-bottom: 2em;
    line-height: 20px;
    margin-top: 3em;
}

#depoimentos .individual span.nome {
    color: #344241;
    display: block;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}

#depoimentos .individual span.empresa {
    color: var(--text-color);
    font-size: 12px;
    display: block;
}


#formulario-associacao {
    background-color: var(--main-color);
}

#formulario-associacao h3 {
    font-size: 40px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
}

.slick-next {
    right: 0;
}

.slick-prev {
    left: 0;
}

#cursos {
    position: relative;
}

#cursos .list-cursos .individual {
    background: #F5F9FA;
    border-radius: 10px;

    margin-bottom: 1em;
    padding: 1em;
}

#cursos .list-cursos .individual a:hover h3 {
    color: var(--second-color);
}

#cursos .list-cursos .individual a:hover span {
    color: var(--second-color);
}

#cursos .list-cursos .individual a:hover img {
    filter: brightness(1.5);
}

#cursos .list-cursos .individual h3 {
    margin: 0;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

#cursos .list-cursos .individual span {
    color: var(--main-color);
    font-weight: 500;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}

#cursos .list-cursos .individual p {
    margin: 0;
}

#diferenciais {
    background: url(../../../libs/images/bg-diferenciais.png);
    background-size: cover;
}

/* ===== SEÇÃO DIFERENCIAIS ===== */

#diferenciais .title {
    text-align: center;
    margin-bottom: 50px;
}

#diferenciais .heading {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
}

#diferenciais .subtitle {
    color: rgba(255, 255, 255, .85);
    font-size: 16px;
    line-height: 1.5;
}

/* ===== SLICK BASE ===== */
.slick-dif {
    position: relative;
}

.slick-dif .slick-track {
    display: flex !important;
}

.slick-dif .slick-slide {
    display: flex;
    height: auto;

    flex: 1;
    transition: flex 0.5s ease;
}

/* Quando passa o mouse no slider */
.slick-dif:hover .slick-slide {
    flex: 0.8;
}

/* Slide em hover cresce */
.slick-dif .slick-slide:hover {
    flex: 2.2;
}

/* ===== CARD ===== */
.slick-dif .individual {
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    transition: all 0.5s ease;
}

/* IMAGEM */
.slick-dif .individual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* OVERLAY VERDE */
.slick-dif .individual::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0) 65%,
            rgba(0, 60, 40, 0.9) 100%);

    z-index: 1;
}

/* TEXTO */
.slick-dif .individual .absolute-dif {
    position: absolute;
    bottom: 5%;
    width: 80%;
    z-index: 2;
}

/* TEXTO ESCONDIDO */
.slick-dif .texto-hidden {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    line-height: 1.5;

    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(10px);

    transition:
        opacity 0.4s ease,
        max-height 0.4s ease,
        transform 0.4s ease;
}

.slick-dif .texto-hidden p {
    color: #fff;
}

/* HOVER: mostra texto */
.slick-dif .individual:hover .texto-hidden {
    opacity: 1;
    max-height: 200px;
    /* ajuste se o texto for maior */
    transform: translateY(0);
}

.slick-dif .individual h3 {

    width: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    transition: font-size 0.4s ease;
}

/* Texto cresce junto */
.slick-dif .slick-slide:hover h3 {
    font-size: 26px;
    width: 80%;
    margin-bottom: 10px;
}

/* ===== SETAS ===== */
.slick-prev,
.slick-next {
    width: 45px;
    height: 45px;
    z-index: 5;
}

.slick-prev:before,
.slick-next:before {
    font-size: 40px;
    color: #7ab98e;
}


.lista-depoimentos .slick-prev:before,
.slick-next:before {
    font-size: 30px;
}

.top-infos .mobile-none {
    display: flex;
}

.lista-depoimentos .slick-next {
    right: -10px;
}

.lista-depoimentos .slick-prev {
    left: -10px;
}

/* ===== DOTS ===== */
.slick-dots {
    bottom: -40px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: var(--main-color);
}

.slick-dots li button:before {
    font-size: 10px;
    color: #7ab98e;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    #diferenciais {
        padding: 60px 0;
    }

    .slick-dif .slick-slide,
    .slick-dif:hover .slick-slide,
    .slick-dif .slick-slide:hover {
        flex: 1 !important;
    }

    .slick-dif .individual {
        height: 280px;
        padding: 20px;
    }

    .slick-dif .individual h3 {
        font-size: 18px;
    }
}


/* ===== SLICK FLEX FIX ===== */
.slick-dif .slick-track {
    display: flex !important;
}

.slick-dif .slick-slide {
    display: flex !important;
    width: auto !important;
    flex: 1;
    transition: flex 0.5s ease;
}

.slick-dif .slick-slide>div {
    width: 100%;
    display: flex;
    margin: 10px;
}

/* hover geral */
.slick-dif:hover .slick-slide {
    flex: 1;
}

/* slide ativo */
.slick-dif .slick-slide:hover {
    flex: 1.8;
}



#diferenciais .slick-next {
    right: -50px;
}

#diferenciais .slick-prev {
    left: -30px;
}

.conteudo table {
    border: 0;
}

/* Paywall container */
.paywall-block {
    background: #e3e3e3;
    color: var(--main-color);
    border-radius: 8px;
    padding: 40px 30px;
    text-align: center;
    margin: 40px auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.paywall-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 12px;
    color: var(--second-color);
    /* destaque amarelo */
}

.paywall-text {
    font-size: 18px;
    margin-bottom: 24px;
    line-height: 1.5;
}

.paywall input.form-control {
    max-width: 280px;
    margin: 0 auto 15px auto;
}

.paywall-btn {
    background: var(--second-color);
    color: #0d1a2a;
    font-weight: bold;
    border: none;
}

.paywall-btn:hover {
    background: var(--second-color);
}

.paywall-link {
    color: var(--second-color);
    text-decoration: underline;
}

#form-cnpj, #form-cnpj-restrito {
    display: inline-flex;
}