
body{background-color:#f8fafc;}

:host, html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}
:root, [data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;.section-padding .section-title
    --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-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --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-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #6b7280;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #e5e7eb;
    --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-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}
.mt-12 {
    margin-top: 3rem
}
.mt-32 {
    margin-top: 8rem
}
.justify-center {
    justify-content: center;
}
.items-center {
    align-items: center;
}
.relative {
    position: relative;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
[type=checkbox], [type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}
img, video {
    max-width: 100%;
    height: auto;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 85rem;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 85rem;
    }
}
.radius-style-1{
    border-radius: 1rem;
}

.card-img, .card-img-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.card-footer:last-child {
    border-radius: 0 0 1rem 1rem;
    background: #d9f0fb;
}
.box-style{
    box-shadow: 0px 2px 6px -1px #e5e7eb;
    border-radius: 1rem;
    border: 1px solid #e5e7eb;
    background: white;
}
.box-style:hover{
    box-shadow: 0px 4px 6px 0px #e5e7eb;
    border-radius: 1rem;
    border: 1px solid #e5e7eb
}

.fs-8{
    font-size: .9rem!important;
}
.fs-7{
    font-size: .8rem!important;
}
.fs-110{
    font-size: 1.10rem!important
}

.fs-375rem{
    font-size: 3.75rem;
}

.header-nav{
    font-size: .9rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #0d6efd;
    --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .border{
    border-color: #d1d5db!important;
}
.nav-item {
    padding: 0px 0;

}
.nav-link {
    display: block;
    padding: 6px 6px;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link {
    /*color: var(--bs-nav-pills-link-active-color);*/
    background-color: transparent;
}


.ico-agenda-nav{
    width: 1.5rem;
    height: 1.5rem;
}

.box-mode-dark {
    /*padding: 12px 0;*/
}
.mode-dark {
    cursor: pointer;
    width: 47px;
    height: 24px;
    background-color: #e5e7eb;
    border-radius: 9999px;

}

.mode-dark .ck-mode-dark {
    position: absolute;
    z-index: 99999;
    width: 47px;
    /*min-height: 1.25rem;*/
    height: 24px;
    color: rgb(107 114 128 / 1);
    background-image: none;
    border-color: transparent;
    border-radius: 9999px;
    /*background-color: rgb(243 244 246 / 1);*/
    background-color: transparent;
    /*#f3f4f6;*/
    /*padding: 3px;*/
}
.mode-dark .ck-mode-dark:before {
    content: '';
    display: inline-block;
    /*background-color: rgb(255 255 255 / 1);*/
    /*background-color:rgb(185 74 74);*/
    width: 45px;
    height: 24px;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .2s;
    /*box-shadow: 1px 1px 1px #00000044;*/
    border-radius: 9999px;
    /*border: 0px solid red;*/
    padding: 0;
    cursor: pointer;
}
.mode-dark svg{
    vertical-align: top;
    padding: 0;
    width: 100%;
    color: #777e8a;
}


.light .inset-inline-end {
    background-color:#ffffff;
    box-shadow: 1px 1px 1px #00000044;  
    padding: 2px;
}
.dark .inset-inline-start {
    background-color:#ffffff;
    box-shadow: 1px 1px 1px #00000044;
    padding: 2px;
}
.inset-inline-start {
    inset-inline-start: .125rem;
    border-radius: 9999px;
    padding: 2px;
}
.inset-inline-end {
    inset-inline-end: .125rem;
    border-radius: 9999px;
    padding: 2px;
}
.mode-dark span{
    position: absolute;
    top: 2px;
    /*display: flex;*/
    width: 1.25rem;
    height: 1.25rem;
    display: inline-flex
}



.bg-gray-100 {
    background-color: rgb(243 244 246 / 1);
}

html.dark body{
    background-color: rgb(13 17 23);
}

.nav-link {
    display: block;
    padding: 0px var(--bs-nav-link-padding-x)!important;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s 
}
.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color)!important;
    background-color: transparent!important;
}

.hs-has-sub-menu {
    overflow: hidden;
    position: relative;
}
.navbar-nav2 .navbar-nav-item:hover{
    overflow: initial;
}
.navbar-nav2 .navbar-nav-item:hover .dropdown-menu {
    display: block !important;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
         flex-direction: row; 
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
}

.hs-has-sub-menu{
    position: static;!important;
}
.rounded {
    border-radius: var(--bs-border-radius) !important;
}
.font-size-3 {
    font-size: 2rem;
}
.font-size-2 {
    font-size: 1.5rem;
}
.svg-inline--fa {
    display: inline-block;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.svg-inline--fa {
    height: 1em;
}
.svg-inline--fa.fa-w-14 {
    width: .875em;
}
.nav-tabs a.nav-link {
    padding: 6px 16px 0 16px!important
}
.nav-link:focus {
    outline: 0px solid #0d6efd;
    outline-offset: 0px;
}
.font-size-4 {
    font-size: 2.5rem;
}
.section-padding {
    padding: 80px 0;
}

.section-padding .section-title {
    font-size: 2.5rem;
    font-weight: 600;
    /* color: #666; */
    margin-bottom: 3rem;
    text-align: center;
}

.section-padding h2 + p {
    margin-bottom: 3rem;
    text-align: center;
}

.feature-item {
    text-align: center!important;
    padding: 20px!important;
}
.feature-item i {
    font-size: 3rem!important;
    margin-bottom: 20px!important;
}
.feature-item h5 {
    font-size: 1.25rem!important;
    font-weight: 600!important;
    color: #666;
    margin-bottom: 10px!important;
}
.feature-item p {
    color: #666;
}

.feature-item .svg-inline--fa {
    display: inline-block;
    height: 3rem;
    overflow: visible;
    vertical-align: -.125em;
}
.feature-item .svg-inline--fa {
    height: 3rem;
    margin-bottom: 20px!important;
}
.feature-item .svg-inline--fa path {
    fill: #1b2470;
}
.bg-light-gray {
    background-color: #f8f9fa;
}

.product-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 30px;
    text-align: center;
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
    height: 100%;
}
.product-card h4 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--soluti-dark-green);
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-card p {
    font-size: 1rem;
    line-height: 1.4;
    color: #666;
}
.product-card img {
    height: 180px;
    width: auto;
}
.product-card .btn {
    background-color: var(--soluti-green);
    border-color: var(--soluti-green);
    border-radius: 50px;
}
        /* Estilos da seção principal de renovação */
        .renewal-section {
            position: relative;
            overflow: hidden; /* Essencial para cortar a imagem oval que transborda */
            min-height: 550px; /* Altura mínima para garantir o layout */
            display: flex;
            align-items: center;
            padding: 40px 0; /* Espaçamento vertical */
        }

        .renewal-content {
            max-width: 1200px; /* Largura máxima do conteúdo */
            width: 100%;
            margin: 0 auto; /* Centraliza o conteúdo */
            display: flex;
            align-items: center;
            gap: 40px; /* Espaçamento entre o texto e a imagem */
            padding: 0 40px; /* Espaçamento horizontal interno */
            position: relative; /* Para posicionar o texto acima da imagem */
            z-index: 2; /* Garante que o conteúdo esteja acima da imagem */
        }

        .text-block {
            flex: 1;
            max-width: 55%; /* Ocupa a maior parte da largura para o texto */
            color: var(--white);
            z-index: 3; /* Garante que o texto esteja sempre no topo */
        }

        .text-block h1 {
            color: var(--light-green);
            font-size: clamp(2em, 4vw, 3.2em); /* Tamanho de fonte responsivo */
            line-height: 1.2;
            margin-bottom: 20px;
            font-weight: 700; /* Negrito */
        }

        .text-block p {
            font-size: clamp(0.9em, 1.2vw, 1.1em); /* Tamanho de fonte responsivo */
            margin-bottom: 30px;
            font-weight: 400;
        }

        /* Estilo do botão */
        .btn-primary {
            display: inline-block!important;
            background-color: #1b2470!important;
            color: #ffffff;
            padding: 12px 30px!important;
            border-radius: 8px!important;
            text-decoration: none!important;
            font-weight: 600!important;
            transition: background-color 0.3s ease, transform 0.2s ease!important;
            border:0!important;
        }
        .btn-primary:hover {
            background-color: #1b2470BB!important; /* Verde um pouco mais escuro no hover */
            border:0!important;
            color: #fff!important;
        }

.single-product .btn {
    border-radius: 8px!important;
    display: inline-block;
    /* text-transform: capitalize; */
    font-size: 14px!important;
    font-weight: 600;
    padding: 7px 10px!important; 
    background-color: #1b2470!important;
    color: #ffffff;
    border: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    margin-top: 15px;
    margin-right: 7px;
    overflow: hidden;
    width: 100%;
}
.single-product .btn:hover {
    background-color: #1b247055!important;
}

/* Bloco da imagem oval */
.image-block {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%; /* Ocupa a metade direita da seção */
    height: 100%;
    display: flex;
    justify-content: flex-end; /* Alinha a oval à direita */
    align-items: center;
    z-index: 1; /* Abaixo do conteúdo de texto */
    pointer-events: none; /* Permite cliques através deste bloco se não houver interação */
}

.image-oval {
    width: 560px; /* Tamanho da forma oval */
    height: auto;
    overflow: hidden; /* Corta a imagem dentro da forma */
    position: relative;
    right: -50px; 
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: auto; /* Reabilita eventos de ponteiro para a imagem se for interativa */
}

.image-oval img {
    border-radius: 15px;
    display: block;
}

/* --- Ajustes Responsivos --- */
@media (max-width: 992px) {
    .renewal-content {
        flex-direction: column; /* Empilha texto e imagem verticalmente */
        align-items: center; /* Centraliza itens */
        padding: 0 20px;
    }

    .text-block {
        max-width: 100%;
        text-align: center; /* Centraliza texto em telas menores */
        margin-bottom: 40px;
    }

    .text-block h1 {
        font-size: 2.5em;
    }

    .text-block p {
        font-size: 1em;
    }

    .image-block {
        position: static; /* Remove posicionamento absoluto */
        width: 100%;
        height: auto;
        justify-content: center; /* Centraliza a oval horizontalmente */
        margin-top: 20px; /* Espaço entre texto e imagem */
    }

    .image-oval {
        width: 400px; /* Oval menor em telas menores */
        height: 400px;
        right: 0; /* Sem deslocamento horizontal */
        transform: rotate(0deg); /* Sem rotação */
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7);
    }

    .renewal-section {
        min-height: auto; /* Altura dinâmica */
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .text-block h1 {
        font-size: 2em;
    }
    .text-block p {
        font-size: 0.9em;
    }
    .button {
        padding: 12px 25px;
    }
    .image-oval {
        width: 300px;
        height: 300px;
    }
}


/* Mobile muito pequeno */
@media (max-width: 480px) {
    .nav-item {
        padding: 0px 0;
        width: 100%;
        margin-bottom: 8px;
    }
    .nav-tabs .nav-link {
        margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
        border: 1px solid!important;
        border-color: var(--bs-nav-tabs-link-active-border-color);
        border-radius: var(--bs-nav-tabs-border-radius);
    }
    .nav-tabs a.nav-link{
        padding: 6px 16px 6px 16px !important;
    }
    .tab-content{
        overflow: auto;
    }
}

.footer {
    background-color: #1b2470 !important;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-2{
    --bs-bg-opacity: 1;
    background-color: rgb(127 134 187) !important;
}

.btn-link {
    color: #1b2470 !important;
}

h4.text-primary,
.title-list.px-3,
.title-list{padding: 25px 0!important;}
