
header {
    background-color: #ffffff;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 100;    
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

header .logo {
    font-weight: bold;
    font-size: 24px;
    color: #333;
}

header nav a {
    margin: 0;
    color: #333;
    text-decoration: none;
}

header nav a.active {
    font-weight: bold;
}

header nav ul {
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0;
}

header nav ul li {
    padding: 0px 24px;
    list-style: none;
    cursor: pointer;
}

nav ul li.active {
    font-weight: bold;
    color: #007bff; /* Cor do destaque */
}

.hero-section {
    background-color: #F9FAFB;
    padding: 60px 0;
    text-align: center;
    background-image: url(./img/back-avati.jpg);
    background-position: center;
    background-size: cover;
    min-height: 75vh;
    position: relative;
    overflow: hidden;
}

.feature-section {
    padding: 60px 0;
}

.feature-section p {
    text-align: center;
}

.cta-section {
    background-color: #fff;
    text-align: center;
}

.footer {
    background-color: #343a40;
    color: white;
    padding: 30px 0;
    text-align: center;
}

.large-padding {
    padding: 80px 20px;
}

.small-margin {
    margin: 10px;
}

.half-width {
    width: 50%;
}

.font-large {
    font-size: 1.75rem;
}

.btn-primary {
    border: 1px solid #ffc107;
    background-color: #ffc107;
    color: #fff;
    font-weight: 700;
    border-bottom: 3px solid #00000055;
    height: 60px;
    padding: 10px 40px;
    color: black;
}

header .btn-primary {
    height: 40px;
    padding: 5px 20px;
}

.btn-outline-primary {
    border: 1px solid #000; /* Define a borda preta */
    background-color: transparent; /* Mantém o fundo transparente */
    color: #000; /* Define o texto como preto */
}

.btn:hover,
.btn-outline-primary:hover,
.btn-primary:hover {
    background-color: #000; /* Mantém o fundo preto ao passar o mouse */
    color: #fff; /* Garante que o texto fique branco */
    border: 1px solid #000; /* Mantém a borda preta */
}

.embed-responsive-16by9::before {
    padding: 0;
}

ul {
    padding-left: 20px;
    text-align: center;
}

li {
    list-style-image: url(./img/list_icon.svg);
    padding: 10px 0px;
    text-align: center;
}

.row {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0px;
}

h3 {
    font-weight: 600;
    text-align: center;
}

.feature-section img {
    height: 400px;
}

.footer {
    background-color: #f8f9fa;
    padding: 30px 0;
    text-align: center;
    border-top: 1px solid #e3e3e3;
}

.footer img {
    height: 50px;
    margin-bottom: 10px;
}

.footer p {
    color: #6c757d;
    margin-bottom: 10px;
}

.footer .social-icons a {
    color: #6c757d;
    margin: 0 10px;
    font-size: 1.25rem;
}

.demo-section {
    background-color: #f9f9fc;
    border-radius: 10px;
    padding-bottom: 20px;
    text-align: center;
}

.demo-section h2 {
    color: #333;
    font-weight: 600;
    margin-top: 40px;
}

.demo-section p {
    color: #6c757d;
}

.demo-section .btn-outline-primary {
    border: 1px solid #333;
    color: #333;
    margin-right: 10px;
}

.demo-section .btn-primary {
    background-color: #333;
    border: none;
    margin-left: 10px;
}

.numeros .col-md-4 {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}


.numeros p {
    max-width: 200px;
}

.numeros h3 {
    color: #333;
    font-size: 40px;
}

.conheca {
    padding-left: 28px;
    background-image: url(./img/play.svg);
    background-position: 5px;
    background-repeat: no-repeat;
    background-size: 20px;
    color: black;
    border: 1px solid black;
}

@media (max-width: 768px) {

    h1.display-4 {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        /* background-color: white; */
        padding: 10px;
        height: 60px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        font-weight: 600;
    }
    .hero-section {
        padding: 30px 0;
    }

    .feature-section,
    .cta-section {
        padding: 30px 0;
    }

    .large-padding {
        padding: 40px 10px;
    }

    .half-width {
        width: 100%;
    }

    .font-large {
        font-size: 1.25rem;
    }

    .feature-section img,
    .feature-section .text {
        max-width: 100%;
        margin: 0 auto;
    }

    .row {
        flex-direction: column;
        padding: 20px 0px;
    }

    .cta-section .row {
        flex-direction: column;
        text-align: center;
    }

    #Certificado,
    #AssinaturaDigital,
    #DiplomaDigital {
        flex-direction: column-reverse;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 20px 0;
        margin-top: 50px;
    }

    .feature-section,
    .cta-section {
        padding: 20px 0;
    }

    .large-padding {
        padding: 20px 5px;
    }

    .font-large {
        font-size: 1rem;
    }

    .cta-section .row > div {
        margin-bottom: 20px;
    }

    .botoes a {
        margin-bottom: 10px;
    }
}

.containerImagesInfinitys {
    margin: 0;
    padding: 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background-color: #f1f8ff;
}

.containerImagesInfinitys h2 {
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-bottom: 29px;
}

.image-container {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
  }

  .image-track {
    display: inline-flex;
    white-space: nowrap;
    animation: scroll 20s linear infinite;
  }

  .image-track img {
    width: auto;
    height: 52px;
    object-fit: cover;
    margin-right: 80px;
  }

  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }

  .form-container {
    width: 95%;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
}

.form-container h2 {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 20px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
    text-align: left;
}

.form-group select ,
.form-group input {
    width: 100%;
    padding: 5px;
    font-size: 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-group label input {
    width: auto;
}

.required::after {
    content: " *";
    color: red;
}

.add-button {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 12px;
    background-color: white;
    color: #007bff;
    font-size: 0.9em;
    border: 1px solid #007bff;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.add-button:hover {
    background-color: #f0f8ff;
}

.form-group .flag-input {
    display: flex;
    align-items: center;
}

.form-group .flag-input img {
    width: 24px;
    margin-right: 10px;
}

#form-demo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-container button {
    width: 100%;
    padding: 10px;
    background-color: #ffc107;
    font-weight: 700;
    height: 60px;
    border: 0;
    border-radius: 10px;
    border-bottom: 4px solid #00000055;
    cursor: pointer;
    text-transform: uppercase;
}

.lead {
    width: 100%;
    text-align: center;
    padding: 0px 5vw;
}

b.destaque,
.lead b {
    color: #ffc107;
    font-weight: 800;
}

.conteudo {
    position: relative;
    width: 100%;
    display: flex;
    padding: 60px 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: flex-start;
}

.conteudo img {
    border-radius: 50px;
    height: 240px;
}

.conteudo .text-content {
    width: 550px;
}
.conteudo .text-content h4,
.conteudo .text-content li {
    text-align: left;
}

.outline {
    padding: 5px 16px;
    border-radius: 5px;
    background-color: white;
    border: 2px solid #e3e3e3;
    font-weight: 700;
}

a,
button a,
.outline a {
    text-decoration: none;
    color: #000;
}

.outline img {
    height: auto;
    width: 24px;
    margin-left: 5px;
}


.section-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 30px;
    background-color: #ffc107;
    border-radius: 20px;
    flex-wrap: wrap;
}

.text-content {
    max-width: 500px;
}

.text-content h2 {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.text-content p {
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
}

.text-content .highlight {
    color: #000000;
    font-weight: bold;
}

.cta-button {
    display: inline-block;
    background-color: #fff;
    color: #ffc107;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #ffc107;
    border-radius: 6px;
    text-decoration: none;
    margin-top: 10px;
    transition: background-color 0.3s, color 0.3s;
}

.cta-button:hover {
    background-color: #ffc107;
    color: #fff;
}

.steps-carousel {
    overflow-x: auto;
    display: flex;
    width: 100%;
    padding-bottom: 10px;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #ffc107 #fff; /* Firefox */
    max-width: 600px;
}

.steps-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}

.step-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 250px;
    flex: 0 0 auto;
}

.step-box .step-number {
    font-size: 14px;
    color: #ffc107;
    font-weight: bold;
    text-transform: uppercase;
}

.step-box .step-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.step-box .step-description {
    font-size: 16px;
    color: #666;
}

/* Estilo para a barra de rolagem (opcional) */
.steps-carousel::-webkit-scrollbar {
    height: 8px;
}

.steps-carousel::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}

.steps-carousel::-webkit-scrollbar-thumb {
    background-color: #ffc107;
    border-radius: 10px;
}

.portfolio-page .section-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 32px;
    background-color: #ffc107;
    border-radius: 20px;
}

.text-content h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 10px;
}

.text-content p {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.feature-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    width: calc(50% - 10px); /* Ajuste para 2 colunas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feature-title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.feature-description {
    font-size: 16px;
    color: #666;
    line-height: 1.5;
}

.cta-section {
    text-align: center;
    /* margin-top: 40px; */
    padding: 20px;
    background-color: #fff;
    /* border-radius: 10px; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.cta-section h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
}

.cta-section p {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    background-color: #fff;
    color: #ffc107;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #ffc107;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.cta-button:hover {
    background-color: #ffc107;
    color: #fff;
}

.highlight {
    color: #000000;
    font-weight: bold;
}

#solicitar-demo .container {
    display: flex !important;
    justify-content: center !important;
    padding-top: 80px;
}

.horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.fundoMenu, .menuSanqwiche {display: none;}

@media (max-width: 1297px) {
    nav {
        position: fixed;
        left: 0;
        top: 0;
        background-color: white;
        width: 300px;
        height: 100%;
        z-index: 200;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 20px;
        box-shadow: 2px 2px 3px #e3e3e3;
        display: none;
    }
    header nav ul {
        position: relative;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        margin: 0;
        justify-content: flex-start;
    }

    header nav ul li {
        padding: 24px;
        list-style: none;
        cursor: pointer;
    }

    .fundoMenu {
        z-index: 100;
        background-color: black;
        opacity: 0.5;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
    }

    header {
        background-color: #ffffff;
        padding: 10px 20px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        display: flex;
        z-index: 100;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e0e0e0;
    }

    .menuSanqwiche {
        cursor: pointer;
        gap: 5px;
        display: flex;
        flex-direction: column;
        margin-right: 14px;
        margin-left: 10px;
    }

    .menuSanqwiche .dobra {
        width: 26px;
        height: 5px;
        background-color: black;
        border-radius: 50px;
    }
    
}