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

:root {
    --main-color: #243FB7;
    --second-color: #F1EB39;
    --text-color: #626262;
    --extra-color: rgba(48, 107, 203, 0.58);
    --fundo: #F5F5F5;
    --font-family: "Outfit", sans-serif;
}

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

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.6);
    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.6);
    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 !important;
}

.mobile-only {
    display: none !important;
}

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

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

.spacer {
    padding: 3em 0;
}

.default-button {
    background: var(--second-color);
    text-transform: uppercase;
    letter-spacing: normal;
    border-radius: 3px;
    padding: 1em 1em;
    color: var(--main-color);
    font-weight: 500;
    font-size: 17px;
    margin: 1em 0;
    display: block;
    text-align: center;
    width: 100%;
}

.default-button.wpp {
    background-color: var(--extra-color);
    color: #fff;
}

.default-button.white {
    background: transparent;
    border: 1px solid #fff;
}

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

#home {
    border-bottom: 15px solid transparent;
    border-image: linear-gradient(243.37deg, #f1eb39 0%, #243fb7 100%);
    border-image-slice: 1;
    animation: gradientRotate 4s linear infinite;
}

@keyframes gradientRotate {
    0% {
        border-image-source: linear-gradient(243.37deg, #f1eb39 0%, #243fb7 100%);
    }

    25% {
        border-image-source: linear-gradient(153.37deg, #f1eb39 0%, #243fb7 100%);
    }

    50% {
        border-image-source: linear-gradient(63.37deg, #f1eb39 0%, #243fb7 100%);
    }

    75% {
        border-image-source: linear-gradient(333.37deg, #f1eb39 0%, #243fb7 100%);
    }

    100% {
        border-image-source: linear-gradient(243.37deg, #f1eb39 0%, #243fb7 100%);
    }
}

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

#home .absolute-center .all {
    width: fit-content;
}

#home .absolute-center h1 {
    font-size: 12rem;
    text-transform: none;
    font-weight: bold;
    line-height: 1em;
    text-align: left;
    color: #fff;
    display: block;
    margin: 0;
    letter-spacing: -10px;
}

#home .absolute-center .center {}

#home .absolute-center .center .apartir {
    font-size: 14px;
    font-weight: normal;
    background-color: var(--second-color);
    letter-spacing: normal;
    color: var(--main-color);
    padding: .1em .8em .15em .8em;
    border-radius: 3px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#home .absolute-center .center .valor {
    display: flex;
    align-items: center;
    margin-bottom: 2em
}

#home .absolute-center .center .valor img {
    max-height: 60px;
    margin-left: 10px;
}

#home .absolute-center .center .valor .first-va,
#home .absolute-center .center .valor .second-va {
    display: flex;
    flex-direction: column;
}

#home .absolute-center .center .valor .rs {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
}

#home .absolute-center .center .valor .nine {
    font-size: 100px;
    font-weight: bold;
    display: block;
    color: #fff;
    margin-left: 15px;
}

#home .absolute-center .center .valor .ninespa {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    ;
}

#home .absolute-center .center .valor .mes {
    font-size: 16px;
    font-weight: normal;
    color: var(--second-color);
}

#home .absolute-center .center img {}

#home .absolute-center {}

#home .absolute-center .superior {}

#home .absolute-center .superior .plans {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: -20px;
    display: block;
}

#home .absolute-center .superior .valor-plano {
    display: flex;
    position: relative;
    align-items: center;
}

#home .absolute-center .superior .valor-plano .mega {
    font-size: 24px;
    font-weight: bold;
    background-color: var(--second-color);
    letter-spacing: normal;
    color: var(--main-color);
    padding: .1em .8em .2em .8em;
    border-radius: 3px;
    line-height: normal;
    margin-left: -40px;
}

#home .absolute-center .center {}

#home .absolute-center .bottom h2 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding: .7em 2em;
    border: solid 1px #fff;
    line-height: normal;
    border-radius: 4px;
    display: inline;
}

#home .absolute-center ul {
    width: 35%;

    margin-top: 2em;
}

#home .absolute-center ul li {
    color: #fff;
    font-size: 14px;
}

#home .absolute-center ul li .fa-check {
    color: var(--extra-color);
}

#home {
    position: relative;
}

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

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

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

footer a.default-button.whats {
    float: left;
    background: #5b7145;
    color: #fff;
}

.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;
}

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

.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;
}

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

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

.whatsappme a {
    color: #fff;
}

.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;
}

.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;
}

.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;
}

.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: 5em;
    min-height: 80vh;
}

.logo-top img {}

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

.assign a {
    color: #fff;
}

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

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

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

footer .text {
    text-align: center;
    padding-top: 3em;
    padding-bottom: 3em;
    border-bottom: 1px solid var(--second-color);
}

footer .text a {
    color: #fff;
    display: block;
    border-bottom: 2px solid var(--second-color);
    padding-bottom: 1em;
    font-size: 20px;
    font-weight: 500;
}

footer .text a .svg-inline--fa {
    font-size: 25px;
    color: var(--second-color);
}

footer h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--main-color);
}

footer ul li a {
    color: var(--main-color);
    font-size: 13px;
    display: block;
    margin: 0.3em 0;
}

footer .assign {
    margin-top: 2em;
    color: var(--text-color);
    font-size: 12px;
}

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

footer .assign {
    background-color: #fff;
}

#typing {
    color: var(--main-color);
    font-weight: bold;
}

#typing::after {
    content: "|";
    margin-left: 3px;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.img-destaque-banner {
    width: 100%;
    height: auto;
}

#app {
    position: relative;
}

header#topo {
    position: fixed;
    z-index: 3;
    width: 100%;
    padding: 1em 0;
}

header#topo.interno {
    background-color: var(--main-color);
}

header#topo .logo-principal .subtitle-logo {
    font-size: 16px;
    margin-left: 1em;
    color: #fff;
}

header#topo .logo-principal .subtitle-logo span {
    color: var(--main-color);
    font-weight: bold;
}

.container-fluid.especial {
    padding: 1em 3em;
}

.tags-banner {}

.tags-banner span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid var(--main-color);
    border-radius: 30px;
    padding: 0.5em 1em;
    margin: 0.5em;
}

#home .absolute-center h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

#home .buttons-banner {
    display: block;
}

.absolute-center-banner {
    position: absolute;
    bottom: 4%;
    z-index: 2;
    width: 1000px;
    max-width: 80%;
    place-self: center;
}

.search-container {
    position: relative;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    transition: width 0.4s ease;
    overflow: hidden;
    background: var(--extra-color);
    border-radius: 50px;
    border: 1px solid #1e2a28;
}

.search-container.active {
    width: 270px;
}

.search-container button {
    width: 45px;
    height: 45px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 10px;
}

#search-input {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    font-size: 15px;
    color: #fff;
    border: none;
    outline: none;
    background: transparent;
    opacity: 0;
    transform: translateX(-10px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.search-container.active #search-input {
    opacity: 1;
    transform: translateX(0);
}

.menu-btn {
    margin-left: 1em;
}

.menu .dropdown-toggle {
    color: #fff;
}

.erro-404-container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--extra-color);
}

.erro-404-box {
    text-align: center;
    max-width: 600px;
}

.erro-404-box h1 {
    font-size: 120px;
    font-weight: 800;
    color: var(--main-color);
    margin-bottom: 10px;
    text-shadow: 0 0 20px var(--main-color);
    margin-top: 0px;
    line-height: normal;
}

.erro-404-box h2 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
}

.erro-404-box p {
    font-size: 16px;
    color: #d2d2d2;
    margin-bottom: 30px;
    line-height: 1.5;
}

.erro-404-box img {
    max-width: 100px;
    margin-bottom: 1em;
}

.erro-404-box .default-button {
    justify-self: center;
}

.menu-fixo .menu ul li {
    padding: 0 1em;
}


header#topo.menu-fixo {
    background-color: var(--main-color);
    padding: 0.5em 0;

}

header#topo.menu-fixo .logo-principal img {
    width: 75%;
}

header#topo.menu-fixo .container-fluid.especial {
    padding: 0 3em;
}

header#topo.menu-fixo .logo-principal .subtitle-logo {
    font-size: 12px;
}

header#topo.menu-fixo .search-container {
    height: 35px;
    width: 35px;
}

header#topo.menu-fixo .search-container.active {
    width: 270px;
}

header#topo.menu-fixo .search-container button {
    padding: 5px;
}

header#topo.menu-fixo .menu-btn img {
    width: 25px;
}

/* Botão flutuante */
.whatsapp-float {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 55px;
    height: 55px;

    font-size: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
}

/* Painel */
.whatsapp-panel {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 300px;
    background: var(--extra-color);
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    display: none;
    flex-direction: column;
    z-index: 9999;
}

/* Header */
.whatsapp-header {
    background: var(--main-color);
    color: #fff;
    padding: 12px 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
}

.whatsapp-header button {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

/* Form */
.whatsapp-panel form {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.whatsapp-panel input,
.whatsapp-panel select {
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #1e2a28;
    background: #f1eb39bf;
    color: #243fb7;
}

.whatsapp-panel button[type="submit"] {
    background: var(--main-color);
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.menu ul li {
    background: transparent;
    border: 0;
    place-content: center;
}

.menu ul li a {
    color: #fff;
    font-size: 16px;
}

.menu ul li a.dropdown-item {
    color: var(--main-color);
}



.menu-fixo .menu .dropdown-menu li {
    padding: 0;
}

.menu ul li.especial {
    background: rgba(241, 235, 57, 0.68);
    border-radius: 30px !important;
    border: 1px solid var(--second-color);
    padding: 0 2em;
    color: var(--main-color);
}

.menu ul li.especial a {
    color: var(--main-color);
}

.menu ul li a.active {
    color: #fff;
}


.spantitle {
    color: #fff;
    font-size: 12px;
    background-color: var(--main-color);
    padding: 0.5em 2em;
    border-radius: 30px;
}

h3.heading {
    padding: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    margin: 0em 0 10px;
    color: #3C3C3C;
}

h3.heading.dark {
    color: var(--second-color);
}

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


.default-button.saiba-mais {
    font-size: 15px;
    display: block;
    margin-bottom: 1em;
    background-color: var(--main-color);
    color: #fff;
}

.slick-prev:before,
.slick-next:before {
    color: var(--main-color);
}



span.saibamais {
    font-size: 15px;
    display: block;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    border-radius: 0 0 10px 10px;
    padding: 0.5em 2em;
    font-weight: 500;
    margin: 0;
}



.slick-dots li.slick-active button:before {
    color: var(--main-color);
    background-color: var(--main-color);
    width: 30px;
}

.slick-dots li button:before {
    content: " ";
    background-color: #858585;
    width: 10px;
    height: 10px;
    border-radius: 30px;
}

.slick-dots li {
    width: 13px;
}

.slick-dots li.slick-active {
    width: 30px;
}




.default-button.green {
    background-color: #629338;
    color: #fff;
    float: left;
    margin-top: 0;
}

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

.g-stars {
    text-align: center;
}

#depoimento .individual {
    background-color: #d9d9d935;
    margin: 10px;
    border-radius: 5px;
    position: relative;
    padding: 1em;
    line-height: 1.5em;
}

#depoimento .individual .stars {
    margin: 10px 0;
}

#depoimento .individual .imgs {
    display: flex;
    font-weight: bold;
}

#depoimento .individual .imgs img {
    margin-right: 10px;
}

#depoimento .individual .imgs .logo-g {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 19px;
}


/* Para o dropdown abrir no hover */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    /* Remove o espaçamento que pode causar gap */
}

/* Opcional: manter o dropdown visível enquanto o mouse está sobre ele */
.dropdown-menu:hover {
    display: block;
}

/* Ajuste para dispositivos móveis (opcional) - manter clique no mobile */
@media (max-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: none;
    }

    .dropdown.show .dropdown-menu {
        display: block;
    }
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
}

#infos-site .individual .interno {
    text-align: center;
    color: #fff;
    padding: 1em;

}

#infos-site .individual {
    flex: 1;
    background-color: var(--main-color);
    align-content: center;
    border-radius: 5px;
}

#infos-site .individual:first-child {
    background-color: transparent;
}

#infos-site .d-flex {
    width: 100%;
    gap: 1rem;
    align-items: stretch;
}

#infos-site {
    margin: 3em 0;
}

#infos-site .individual ul li {
    font-size: 30px;
    font-weight: bold;
    color: var(--main-color);
    margin: 10px 0;
}

#infos-site .individual ul li span {
    color: var(--second-color);
}

#infos-site .individual .interno h3 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    line-height: normal;
}

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

h3.heading span.white {
    color: #fff;
}

p.subtitle {
    font-size: 20px;
    color: var(--text-color)
}

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

#planos .individual {
    background-color: rgba(48, 107, 203, 0.58);
    border-radius: 8px;
    padding: 1em 2em;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

#planos .individual.especial .default-button:hover~.individual {
    transform: scale(1.05);
}

#atendimento .individual {
    transition: transform 0.3s ease-in-out;
}

#planos .individual:hover,
#atendimento .individual:hover {
    transform: scale(1.05);
}

#planos .texto-empresa {
    margin-top: 4em;
    display: block;
}

#planos .individual .principal {
    position: relative;
    container-type: inline-size;
}

#planos .individual .principal h4 {
    color: #fff;
    font-size: 50cqi;
    font-weight: bold;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: normal;
    position: relative;
}

#planos .individual .principal h4 span {
    font-size: 16px;
    font-weight: bold;
    color: var(--main-color);
    background-color: var(--second-color);
    padding: .12em .5em;
    border-radius: 3px;
    line-height: normal;

    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(0, -50%);
    z-index: 1;
    text-align: left;
}


#planos .individual .valor {
    display: flex;
    justify-content: center;
}

#planos .individual .valor .apenas {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 1em;
}

#planos .individual .valor .apenas span {
    background: var(--second-color);
    border-radius: 3px;
    padding: .2em .5em;
    line-height: normal;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--main-color);
    display: block;
}

#planos .individual .valor h2 {
    color: #fff;
    font-weight: bold;
    font-size: 90px;
    line-height: normal;
    padding: 0;
    margin: 0;
    padding-left: 10px;
    padding-right: 5px;
}

#planos .individual .valor .mes-numero {
    color: var(--second-color);
    font-size: 14px;
    line-height: normal;
    margin-top: 1.5em;
}

#planos .individual .valor .mes-numero span {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.5em;
    display: block;
}


#planos .individual .instalacao span {
    color: var(--main-color);
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.68);
    border: 1px solid var(--second-color);
    border-radius: 30px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

#planos .individual .descricao {
    padding: 1em 0;
    color: #fff;
}

#planos .individual .descricao .svg-inline--fa {
    color: var(--second-color);
}

#planos .individual.especial {
    background-color: var(--second-color);
}

#planos .individual.especial .principal h4,
#planos .individual.especial .valor h2,
#planos .individual.especial .valor .mes-numero span,
#planos .individual.especial .valor .apenas,
#planos .individual.especial .descricao,
#planos .individual.especial .descricao .svg-inline--fa {
    color: var(--main-color);
}

#planos .individual.especial .default-button {
    background-color: var(--main-color);
    color: var(--second-color);
}

#planos .individual.especial .valor .apenas span {
    background-color: #fff;
}

#planos .individual.especial .principal h4 span {
    color: var(--main-color);
    background-color: #fff;
}

#planos .individual.especial .instalacao span {
    background: rgba(48, 107, 203, 0.74);
    color: #fff;
}


#planos .individual.especial .especial-spa span {
    position: absolute;
    top: -15px;
    background: #fff;
    text-transform: uppercase;
    padding: .3em 1em;
    border-radius: 5px;
    font-weight: 500;
    transform: translate(50%, 0);
}

#atendimento .individual {
    background-color: var(--main-color);
    border-radius: 5px;
    padding: 1em;
}

#atendimento .individual a.default-button {
    margin-bottom: 0;
}

#atendimento .individual .principal {
    padding-top: 1em;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

#atendimento .individual .principal h4 {
    margin-top: 2em;
    line-height: normal;
    padding: 0 2em;
}

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

#atendimento .texto-atendimento {
    margin-top: 3em;
}

#local .texto-local ul li span.default-button {
    text-align: left;
    font-weight: bold;
    text-transform: none;
    font-size: 21px;
    border-radius: 5px;
}

#local .texto-local ul li span.default-button:hover {
    background-color: var(--second-color);
}

#local {
    background: var(--fundo);
}

#local .texto-local p {
    font-size: 20px;
}

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

.default-button.small {
    width: auto;
    display: inline-block;
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    padding: .5em 2em;
}

#portal ul li {
    margin-right: 15px;
}

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

/* Balão principal */
.speech-bubble {
    position: relative;
    background: #ffffff;
    border-radius: 30px;
    padding: 10px 5em 10px 3em;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: max-content;
}

/* Pontinha do balão (embaixo) */
.speech-bubble::before {
    content: '';
    position: absolute;
    bottom: -20px;
    /* Posiciona fora do balão */
    left: 30px;
    /* Posição horizontal da ponta */
    border-width: 20px 15px 0 15px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
}

/* Pontinha interna (branca para dar efeito de profundidade) */
.speech-bubble::after {
    content: '';
    position: absolute;
    bottom: -17px;
    /* Um pouco acima da borda externa */
    left: 30px;
    border-width: 17px 12px 0 12px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

/* Estilos para manter a estrutura original do seu conteúdo */
.baloon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.baloon .col-lg-2 {
    flex: 0 0 auto;
    width: auto;
}

.baloon .col-lg-10 {
    flex: 1;
}



.baloon p {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
}

.baloon b {
    font-size: 21px;
    display: block;
    color: #000;
}

.baloon p {
    color: #626262;
}



#portal .list {
    margin-top: 1.5em;
}

#perguntas_frequentes {
    background-color: #F5F5F5;
}

#perguntas_frequentes h3.heading {
    text-align: center;
}

#perguntas_frequentes .texto-perguntas .accordion-button:not(.collapsed) {
    background-color: var(--main-color);
    color: #fff;
}

#perguntas_frequentes .texto-perguntas .accordion-button:not(.collapsed)::after {
    filter: brightness(100);
}

#perguntas_frequentes .texto-perguntas p {
    margin-bottom: 0;
}


#perguntas_frequentes .texto-perguntas .text {
    padding: 1em 0;
}

#perguntas_frequentes .accordion-item {
    background-color: transparent;
}

#perguntas_frequentes .accordion-body {
    background: #ffffff;
    margin-bottom: 10px;
}

#perguntas_frequentes .accordion-button {
    margin-bottom: 10px;
    color: var(--main-color);
    font-weight: bold;
}

#perguntas_frequentes .accordion-button:not(.collapsed) {
    margin-bottom: 0;
    color: #fff;
}

#perguntas_frequentes .accordion-item {
    border: 0px;
}

footer .list-itens h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
}


footer .list-itens h4 span {
    color: var(--second-color);
    font-weight: bold;
}

footer .list-itens h5 {
    color: #fff;
    font-size: 20px;
}


footer .list-itens .default-button.large {
    text-align: center;
    font-size: 17px;
    line-height: normal;
    text-transform: none;
}

footer .list-itens .default-button.large:hover {
    background-color: #fff;
    color: var(--main-color);
}

footer .list-itens .default-button.large .svg-inline--fa {
    display: block;
    margin: 0 auto;
    font-size: 30px;
    margin-bottom: 10px;
}

footer .list-itens .list {
    display: flex;
    justify-content: center;
}

footer .list-itens .list ul li {
    margin: 0 10px;
}

footer .list-itens .list ul {

    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 0;
}


footer .list-itens .list ul li a {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

footer .list-itens.spacer,
footer .spacer {
    padding-bottom: 0;
}

footer .list-itens.spacer {
    padding-top: 2em;
}

#perguntas_frequentes .texto-perguntas {
    margin-top: 3em;
}

#pagina-sobre .sobre-info .banner-principal {
    background: url(../../images/bg-sobre.png);
    height: 400px;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;

}

#pagina-sobre .sobre-info .banner-principal.paraempresa {
    background: url(../../images/bg-empresa2.png);
}

#pagina-sobre .sobre-info .banner-principal .absolute-center {
    position: absolute;
    transform: translate(0, 60%);
}

#pagina-sobre .sobre-info .banner-principal img {
    max-height: 500px;
    width: auto;
    height: auto;
    object-fit: contain;
}

#pagina-sobre .sobre-info .banner-principal h1 {
    color: #fff;
    text-transform: none;
    font-weight: bold;
    font-size: 3em;
    line-height: normal;
}

#pagina-sobre .sobre-info .banner-principal h2 {
    color: #fff;
    line-height: normal;
    font-size: 18px;
}

#pagina-sobre .sobre-info .bottom-banner {
    position: relative;
    margin-top: 3em;

}

#pagina-sobre .sobre-info .bottom-banner .d-flex {
    width: 100%;
    gap: 1rem;
    align-items: stretch;
}

#pagina-sobre .sobre-info .bottom-banner .d-flex .individual {
    background-color: var(--main-color);
    flex: 1;
    align-content: center;
    border-radius: 5px;
    padding: 1em;
}

#pagina-sobre .sobre-info .bottom-banner .d-flex .individual h3 {
    font-size: 20px;
    text-align: left;
    font-weight: bold;
    margin: 0;
    line-height: normal;
    color: var(--second-color);
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

#pagina-sobre .sobre-info .bottom-banner .d-flex .individual p {
    text-align: left;
    color: #fff;
}

#pagina-sobre .sobre-info .bottom-banner .d-flex .individual h3 img {
    margin-right: 10px;
}

#pagina-sobre .sobre-info .banner-text {
    padding: 3em 0;
}

#pagina-sobre .sobre-info .banner-text h2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #243fb7;
    margin-bottom: 0em;
}

#pagina-sobre .sobre-info .banner-text img {
    margin-bottom: 2em;
    max-width: 80%;
}

#pagina-sobre .sobre-info .banner-text ul li {
    border: 1px solid var(--main-color);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    padding: 2em;
}

#pagina-sobre .sobre-info .banner-text ul li img {
    width: 40px;
    margin-bottom: 0;
}

#pagina-sobre .sobre-info .banner-text ul li h3 {
    padding: 0;
    margin: 0;
    font-weight: bold;
    color: var(--main-color);
    font-size: 20px;
    line-height: normal;
}


#pagina-sobre .sobre-info .banner-text .lista-itens ul {
    display: flex;
    gap: 1rem;
    align-items: stretch;
    flex-wrap: wrap;

}

#pagina-sobre .sobre-info .banner-text .lista-itens ul li {
    flex: 0 0 calc(33.333% - 20px);
}

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