<!-- start Simple Custom CSS and JS -->
<style type="text/css">
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', 'Kanit', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #37352f;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1;
}

@media screen and (max-width: 720px) {
    .ul-bigger-720px {
        display: none;
    }

    nav ul li a,
    button {
        font-size: 24px;
    }

    .consult-button-container {
        margin: 10px;
        margin-bottom: 100px;
    }

    #layer {
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.3),
                rgba(255, 255, 255, 0.3)),
            url("https://inovareassessoria.com/wp-content/uploads/2024/11/IMG_0195-scaled-e1732719372522.jpg");
    }

    #layer.dark-mode {
        background-image:
            linear-gradient(rgba(0, 0, 0, 0.3),
                rgba(0, 0, 0, 0.3)),
            url("https://inovareassessoria.com/wp-content/uploads/2024/11/IMG_0195-scaled-e1732719372522.jpg");
    }

    .swiper-container {
        display: none;
    }

    #ecossistema {
        display: none;
    }

    .card p {
        display: none;
    }
}

@media screen and (min-width: 721px) {
    nav ul li a,
    button {
        font-size: 16px;
    }

    li button {
        position: absolute;
        display: flex;
        justify-content: center;
        top: 40%;
        right: 2%;
    }

    .consult-button-container {
        justify-content: center;
        padding: 10px;
    }

    #layer {
        background-image:
            linear-gradient(rgba(255, 255, 255, 0.3),
                rgba(255, 255, 255, 0.3)),
            url("https://inovareassessoria.com/wp-content/uploads/2024/11/OPERACIONAL-16-9-scaled.jpeg");
    }

    #layer.dark-mode {
        background-image:
            linear-gradient(rgba(0, 0, 0, 0.3),
                rgba(0, 0, 0, 0.3)),
            url("https://inovareassessoria.com/wp-content/uploads/2024/11/OPERACIONAL-16-9-scaled.jpeg");
    }
}

header {
    background-color: #F76807;
    padding: 1cm 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: padding 0.3s;
}

header.shrink {
    padding: 0.75cm 0;
}

header img {
    position: absolute;
    align-self: center;
    left: 2%;
}

header img:hover {
    cursor: pointer;
}

header #logo-light,
header .sun {
    display: block;
}

header #logo-dark,
header .moon {
    display: none;
}

header.dark-mode #logo-light,
header.dark-mode .sun {
    display: none;
}

header.dark-mode #logo-dark,
header.dark-mode .moon {
    display: block;
}

header.dark-mode {
    background-color: #28003D;
}

header.dark-mode nav ul li> :is(a:hover, button:hover) {
    color: #F55109;
    border-bottom: 2px solid #F55109;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    margin: 0 15px;
}

nav ul li> :is(a, button) {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s, border-bottom 0.3s;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

nav ul li> :is(a:hover, button:hover) {
    color: #37352f;
    border-bottom: 2px solid #37352f;
}

#welcome-container {
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    padding: 80px 20px;
    text-align: center;
    max-width: 1000px;
    margin: 80px auto;
    margin-bottom: -100px;
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
    z-index: 2;
    position: relative;
}

#welcome-container.dark-mode :is(.welcome-title, .consult-button) {
    background-color: #28003D;
    opacity: 0.92;
}

#welcome-container.dark-mode .consult-button:hover {
    background-color: #F55109;
}

.welcome-title {
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: 'Kanit', sans-serif;
    background-color: #F76807;
    color: #FFFFFF;
    opacity: 1;
    margin-top: 80px;
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
}

.consult-button {
    background-color: #F76807;
    color: #FFFFFF;
    text-decoration: none;
    margin-top: 30px;
    margin-bottom: -100px;
    padding: 15px 25px;
    border-radius: 8px;
    font-family: 'Kanit', sans-serif;
    font-size: 18px;
    font-weight: 550;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    cursor: pointer;
}

.consult-button:hover {
    background-color: #50017B;
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

#layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
}

#carrossel.dark-mode>.swiper-container {
    background-color: rgba(0, 0, 0, 0);
}

#carrossel.dark-mode>.swiper-container>.swiper-wrapper>.swiper-slide>.advantage-item::before,
#carrossel.dark-mode>.swiper-container> :is(.swiper-button-next, .swiper-button-prev) {
    background-color: #50017B;
}

#carrossel.dark-mode>.swiper-container> :is(.swiper-button-next:hover, .swiper-button-prev:hover) {
    background-color: #F55109;
}

.swiper-container {
    width: 100%;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    background-color: #FFFFFF;
    box-sizing: border-box;
    margin-top: 5cm;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    transition: opacity 0.3s;
    width: calc(100% / 3.5 - 10px);
    height: 487.5px;
    margin: 0 5px;
    position: relative;
}

.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
    opacity: 1;
}

.swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev) {
    opacity: 0.5;
}

.swiper-slide::before,
.swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 1;
}

.swiper-slide::before {
    left: 0;
    background: radial-gradient(circle at left, rgba(0, 0, 0, 0.1), rgba(245, 246, 247, 0));
}

.swiper-slide::after {
    right: 0;
    background: radial-gradient(circle at right, rgba(0, 0, 0, 0.1), rgba(245, 246, 247, 0));
}

.advantage-item {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.advantage-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6A009E;
    z-index: -2;
}

.advantage-item::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://inovareassessoria.com/wp-content/uploads/2024/10/AISLANE.jpg');
    background-size: cover;
    background-position: center;
    transition: top 0.5s ease;
    z-index: -1;
}

[data-sector="fiscal"]::after {
    background-image: url('https://inovareassessoria.com/wp-content/uploads/2024/10/POLIANA.jpg');
}

[data-sector="pessoal"]::after {
    background-image: url('https://inovareassessoria.com/wp-content/uploads/2024/10/GUSTAVO-2-scaled.jpg');
}

[data-sector="societario"]::after {
    background-image: url('https://inovareassessoria.com/wp-content/uploads/2024/10/GRAZIELA-PERFIL.jpeg');
}

[data-sector="bpo"]::after {
    background-image: url('https://inovareassessoria.com/wp-content/uploads/2024/10/JULIANA-scaled.jpg');
}

[data-sector="certificacao"]::after {
    background-image: url('https://inovareassessoria.com/wp-content/uploads/2024/10/AISLANE-IRIS-scaled.jpg');
}

[data-sector="planejamento"]::after {
    background-image: url('https://inovareassessoria.com/wp-content/uploads/2024/10/POLIANA.jpg');
}

[data-sector="analise"]::after {
    background-image: url('https://inovareassessoria.com/wp-content/uploads/2024/10/DARLIANA-scaled.jpg');
}

.advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.advantage-item:hover::after {
    top: 0;
}

.advantage-item:hover .description {
    opacity: 0;
}

.replacement {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.typing {
    border-right: .1em solid #F76807;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.title-container {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.advantage-item h3,
.advantage-item h4 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.advantage-item h3 {
    color: #6A009E;
}

.advantage-item h4 {
    color: #000000;
}

.advantage-item p {
    color: #FFFFFF;
    font-family: 'Kanit', sans-serif;
    font-weight: 400;
    text-align: left;
    margin: 10px 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #FFFFFF;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #6A009E;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
    z-index: 10;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #F76807;
    transform: scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    content: '';
}

.swiper-button-next::before {
    content: '>';
    font-size: 24px;
    font-weight: bold;
}

.swiper-button-prev::before {
    content: '<';
    font-size: 24px;
    font-weight: bold;
}

.swiper-pagination-bullet {
    background-color: #F76807 !important;
}

.swiper-pagination-bullet-active {
    background-color: #6A009E !important;
}

#ecossistema.dark-mode {

    .title,
    .content .right-section :is(.info, .service-info) {
        background-color: #F55109;
    }

    .grid .grid-item {
        background-color: #28003D;
        color: #FFFFFF;
    }
}

#ecossistema {
    padding: 20px;
    max-width: 1200px;
    margin: 0.3cm auto;
}

.title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    background-color: #F76807;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 10px;
}

.content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
    flex: 1;
}

.grid .grid-item {
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #6A009E;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 120px;
}

.grid .grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.grid .grid-item:active {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.right-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    height: 500px;
    width: 100%;
}

.right-section img {
    width: auto;
    height: 100%;
    max-width: 100%;
    border-radius: 12px;
    transition: opacity 0.5s ease;
}

.right-section .info,
.right-section .service-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background-color: #F76807;
    color: #FFFFFF;
    padding: 20px;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 100%;
    height: 100%;
    border-radius: 12px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    text-align: justify;
}

.right-section .info h2,
.right-section .service-info h2 {
    font-family: 'Kanit', sans-serif;
    font-size: 24px;
    color: #37352f;
    margin-top: 2cm;
    margin-left: 2cm;
    margin-right: 2cm;
    text-align: left;
    font-weight: normal;
}

.right-section .info h3,
.right-section .service-info h3 {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    margin-top: 0.5cm;
    margin-left: 2cm;
    margin-right: 2cm;
    text-align: left;
    font-weight: normal;
}

.right-section .info p,
.right-section .service-info p {
    font-family: 'Roboto', sans-serif;
    margin: 0.5cm 2cm;
    font-size: 16px;
    font-weight: 400;
}

.right-section:hover .info,
.right-section.show-service .service-info {
    opacity: 1;
    transform: translate(-50%, 0);
}

.right-section:hover img,
.right-section.show-service img,
.right-section.show-service .info {
    opacity: 0;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.left-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (max-width: 1024px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .content {
        flex-direction: column;
    }

    .grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .column {
        width: 100%;
    }
}

#certificados.dark-mode {

    .certificado-header,
    .section,
    p,
    .price-card {
        background-color: #37352f;
        color: #FFFFFF;
    }

    h2 span,
    .highlight,
    h2 {
        color: #F55109;
    }

    .section .card button,
    .price-card a {
        background-color: #F55109;
    }

    .section .card button:hover,
    .price-card a:hover {
        background-color: #47026D;
    }
}

#certificados {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.certificado-header {
    background-color: #FFFFFF;
    color: #000000;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    margin-bottom: 20px;
}

.section {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
}

.section .card {
    max-width: 45%;
    text-align: center;
    padding: 20px;
    position: relative;
}

.section .card .emoji {
    font-size: 50px;
    margin-bottom: 10px;
}

.section .card h2 {
    font-size: 24px;
    color: #50017B;
    font-weight: 700;
    margin-bottom: 10px;
}

.section .card p {
    font-size: 16px;
    color: #37352f;
    margin-bottom: 20px;
}

.section .card button {
    background-color: #F76807;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.section .card button:hover {
    background-color: #50017B;
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.price-card {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    z-index: 1000;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
}

.price-card.show {
    display: block;
    max-height: 200px;
    opacity: 1;
}

.price-card h2 {
    font-size: 24px;
    color: #50017B;
    margin-bottom: 10px;
}

.price-card p {
    font-size: 20px;
    color: #37352f;
    margin-bottom: 20px;
}

.price-card a {
    background-color: #F76807;
    color: #FFFFFF;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: inline-block;
    cursor: pointer;
}

.price-card a:hover {
    background-color: #50017B;
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.highlight {
    font-family: 'Kanit', sans-serif;
    color: #50017B;
    font-weight: 700;
}

#footer {
    background-color: #FFFFFF;
    color: #37352f;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#footer.dark-mode {
    background-color: #37352f;
    color: #FFFFFF;
}

#footer .contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

#footer .contact-info a {
    color: #37352f;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

#footer.dark-mode .contact-info a {
    color: #FFFFFF;
}

#footer .contact-info a:hover {
    color: #F76807;
}

#footer .contact-info i {
    margin-right: 8px;
}

#footer .copyright {
    font-size: 14px;
    margin-top: 10px;
}</style>
<!-- end Simple Custom CSS and JS -->
