html {
    scroll-behavior: smooth;
}

body {
    font-family: Nunito;
}

section {
    margin: 0 auto;
}

#contato{
    max-width: 1367px !important;
}


h6 + p {
    font-size: 18px;
}

.fs-1-4 {
    font-size: 1.4rem !important;
}

.fs-1-2 {
    font-size: 1.2rem !important;
}

h2 {
    font-size: 2.4rem !important;
}

footer {
    background-color: #000000 !important;
}

.container-header {
    background: #FAF2E3;
    background: linear-gradient(163deg, rgba(250, 242, 227, 1) 0%, rgba(250, 242, 227, 1) 25%, rgba(255, 102, 31, 0.49) 100%);
!important;
    padding: 1rem 86px 0 86px !important;
    margin: 2rem auto;
    box-sizing: border-box;
    width: 95% !important;
    max-width: 1367px !important;
}

.container-depoimento {
    background: #FAF2E3;
    background: linear-gradient(248deg, rgba(250, 242, 227, 1) 0%, rgba(250, 242, 227, 1) 22%, rgba(255, 171, 115, 0.51) 99%);
    border-radius: 2rem;
    margin: 0 auto;
    box-sizing: border-box;
    width: 95%;
    max-width: 1367px !important;
}

.container-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0 0 0;
}

.container-transforme {
    width: 95%;
    max-width: 1367px;
}

.cases-slider .card-body {
    min-height: 300px;
}

.cases-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 20px;
    padding: 0;
    list-style: none;
    position: static;
}

.cases-slider .slick-dots li {
    margin: 0 6px;
}

.cases-slider .slick-dots li button:before {
    content: '' !important;
}

/* Remove número padrão */
.cases-slider .slick-dots li button {
    font-size: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ff4800; /* cor da borda */
    background: #fff; /* fundo branco */
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Dot ativo */
.cases-slider .slick-dots li.slick-active button {
    background: #ff4800; /* preenche laranja */
}

.nav-bar ul {
    display: flex;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-bar a {
    text-decoration: none;
    color: black;
}

.form-control {
    background-color: rgba(217, 217, 217, 0.33) !important;
    font-size: 1rem;
}

.border-contribuicao {
    border: 1px solid #FF4800;
    width: 90%;
    margin: 1rem;
}

.text-orange {
    color: #FF4800;
}

.badge-light-orange {
    background-color: #FBD2B7 !important;
}

.badge-orange {
    background-color: #ff4800 !important;
}

.btn-sinai {
    display: inline-block;
    background: #ff4800;
    color: #fff;
    padding: 0.5rem 2rem;
    border-radius: 1.5rem;
    border: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
}

.sobre-sinai {
    /*max-width: 1367px !important;*/
    background-color: rgba(250, 242, 227, 0.30) !important;
}

.app-icons {
    width: 80px;
    height: 80px;
}

.search-icon {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.symbol-40px {
    width: 40px;
    height: 40px;
}

.symbol-circle {
    border-radius: 50%;
    overflow: hidden;
}

.img-ellipse {
    position: absolute;
    bottom: 0;
}

/* Classes para sobreposição das imagens */
.overlap-image-1 {
    position: relative;
    z-index: 2;
}

.overlap-image-2 {
    position: relative;
    margin-left: -10px; /* controlador da sobreposição */
    z-index: 1;
}

.overlap-text {
    margin-left: 5px;
}

/*Menu responsivo*/

.nav-list {
    display: flex;
}

.mobile-menu {
    display: none;
}

.clientes {
    margin-right: 1rem;
}

.jornada-font{
    font-size: 1.4rem;
}

.font-cases {
    font-size: 20px !important;
}

.p-cases {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
    font-size: 20px;
}

.p-cases.expandido {
    display: block;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.ver-mais {
    color: #b2691e; /* tom de marrom/dourado */
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ver-mais:hover,
.ver-mais:focus {
    color: #7a4710;
    text-decoration: underline;
    outline: none;
}

.width {
    width: 100%;
}

.container-width{
    max-width: 1367px !important;
}

@media (max-width: 990px) {
    body {
        overflow-x: hidden;
    }

    .nav-bar ul.nav-list {
        position: absolute;
        z-index: 1;
        top: 30px;
        right: 0;
        width: 50vw;
        height: 100vh;
        background: #FAF2E3;
        flex-direction: column;
        align-items: start;
        transform: translateX(100%);
        transition: transform 0.3s ease-in;
        padding-top: 3rem;
        justify-content: start;
        padding-left: 2rem;
    }

    .nav list li {
        margin-left: 0;
        opacity: 0;
    }

    .mobile-menu {
        z-index: 2;
        display: block;
    }

    .header-actions {
        display: none;
    }

    .nav-bar ul.nav-list.active {
        transform: translateX(0);
    }

    .container-header {
        padding: 1rem 1rem 0 1rem !important;
    }

    .container-nav {
        padding: 0;
        width: 100%;
    }

    .clientes {
        margin: 0 auto;
    }

    .transforme-container {
        max-width: 1367px !important;
    }

    .video-container {
        position: relative;
        z-index: 0;
    }

    .font-cases {
        font-size: 18px !important;
    }

    .btn-sinai-top {
        display: none !important;
    }

    .btn-sinai {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0.8rem 1rem;
    }

    .jornada-font {
        font-size: 14px !important;
    }

    .solucoes {
        gap: 1rem;
    }

    .img-fluid.smartphone {
        width: 75% !important;
        margin: 0 auto;
    }

    .rounded-mobile {
        border-radius: 0 !important;
    }

    .width {
        width: 60% !important;
    }

    h2 {
        font-size: 30px !important;
    }

    .fs-1-4 {
        font-size: 20px !important;
    }

    .p-cases {
        font-size: 18px!important;
    }
    .container-transforme{
        width: 100% !important;
    }
}


.timeline {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    padding-top: 30px; /* espaço para as bolinhas */
}

.timeline::before {
    content: "";
    position: absolute;
    top: 20px; /* Altura da linha */
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #FAF2E3 !important;
    z-index: 1;
}

.timeline-item {
    position: relative;
    flex: 1 1 150px;
    text-align: center;
    z-index: 2; /* Fica acima da linha */
}

.timeline-dot {
    position: absolute;
    top: -18px; /* posiciona a bolinha acima da barra */
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background-color: #ff4800 !important;
    border-radius: 50%;
}

.timeline-item p {
    margin-top: 1rem !important;
}

/* Layout vertical em telas pequenas */
@media (max-width: 920px) {
    .timeline {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        position: relative;
    }

    .timeline::before {
        content: "";
        position: absolute;
        top: 0;
        left: 50%;
        width: 8px;
        height: 100%;
        background-color: #FAF2E3 !important;
        transform: translateX(-50%);
        border-radius: 2px;
    }

    .timeline-item {
        display: flex;
        align-items: center;
        margin-bottom: 40px;
        flex: none;
        width: 100%;
        text-align: left;
        position: relative;
    }

    .timeline-item:nth-child(even) {
        padding-right: 50%;
    }

    .timeline-item:nth-child(odd) {
        padding-left: 50%;
    }

    .timeline-dot {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 20px;
        border: 3px solid white;
        background-color: #ff4800 !important;
        border-radius: 50%;
        z-index: 2;
    }

    .timeline-item p {
        margin-left: 1rem;
        margin-bottom: 0;
    }
}

/*Responsividade para tablets*/
@media (min-width: 768px) and (max-width: 990px) {
    .container-header {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .man-container {
        align-self: flex-end;
        max-width: 100%;
        margin-top: 1rem;
    }

    .clientes {
        margin: 0;
    }

    .nav-list {
        height: 100vh;
    }

    .nav-bar ul{
        margin-top: 0;
    }

    .text-container {
        text-align: start !important;
    }

    .solucoes .col-lg-4 {
        position: static !important;
        transform: none !important;
        max-width: 100%;
        z-index: auto;
    }

    .man-container img {
        margin-left: 30px !important;
    }

    .smartphone {
        max-width: 250px;
        margin: 0 auto;
    }
}