/* ===== TAMANHOS DE TEXTO GLOBAIS E RESPONSIVOS ===== */

/* Definição de tamanhos base para todos os elementos de texto */
:root {
  /* Tamanhos para desktop */
  --h1-size: 40px;
  --h2-size: 34px;
  --h3-size: 28px;
  --h4-size: 24px;
  --h5-size: 20px;
  --h6-size: 18px;
  --p-size: 16px;

  /* Espaçamento de linha proporcional */
  --h1-line-height: 1.2;
  --h2-line-height: 1.25;
  --h3-line-height: 1.3;
  --h4-line-height: 1.35;
  --h5-line-height: 1.4;
  --h6-line-height: 1.45;
  --p-line-height: 1.5;
}

/* Estilos base para todos os títulos e textos */
h1, .h1 {
  font-size: var(--h1-size);
  line-height: var(--h1-line-height);
  margin-bottom: 0.7em;
  font-weight: 800;
}

h2, .h2 {
  font-size: var(--h2-size);
  line-height: var(--h2-line-height);
  margin-bottom: 0.7em;
  font-weight: 800;
}

h3, .h3 {
  font-size: var(--h3-size);
  line-height: var(--h3-line-height);
  margin-bottom: 0.7em;
  font-weight: 800;
}

h4, .h4 {
  font-size: var(--h4-size);
  line-height: var(--h4-line-height);
  margin-bottom: 0.7em;
  font-weight: 600;
}

h5, .h5 {
  font-size: var(--h5-size);
  line-height: var(--h5-line-height);
  margin-bottom: 0.7em;
  font-weight: 500;
}

h6, .h6 {
  font-size: var(--h6-size);
  line-height: var(--h6-line-height);
  margin-bottom: 0.7em;
  font-weight: 500;
}

p, .p, li, td, th, input, textarea, select, button {
  font-size: var(--p-size);
  line-height: var(--p-line-height);
}

/* Telas grandes (1440px) */
@media screen and (max-width: 1440px) {
  :root {
    --h1-size: 38px;
    --h2-size: 32px;
    --h3-size: 26px;
    --h4-size: 22px;
  }
}

/* Tablets e desktops pequenos (1024px) */
@media screen and (max-width: 1024px) {
  :root {
    --h1-size: 34px;
    --h2-size: 30px;
    --h3-size: 24px;
    --h4-size: 20px;
    --h5-size: 18px;
    --h6-size: 16px;
  }
}

/* Tablets menores (767px) */
@media screen and (max-width: 767px) {
  :root {
    --h1-size: 32px;
    --h2-size: 28px;
    --h3-size: 22px;
    --h4-size: 18px;
    --h5-size: 16px;
    --h6-size: 15px;
    --p-size: 15px;
  }
}

/* Celulares (600px) */
@media screen and (max-width: 600px) {
  :root {
    --h1-size: 28px;
    --h2-size: 24px;
    --h3-size: 20px;
    --h4-size: 18px;
    --h5-size: 16px;
    --h6-size: 15px;
    --p-size: 14px;
  }
}

/* Celulares pequenos (320px) */
@media screen and (max-width: 320px) {
  :root {
    --h1-size: 24px;
    --h2-size: 22px;
    --h3-size: 18px;
    --h4-size: 16px;
    --h5-size: 15px;
    --h6-size: 14px;
    --p-size: 14px;
  }
}

/* Classes de texto específicas - manter a hierarquia visual correta */
.feature-content h3,
.rotas-content h3,
.os-content h3,
.chamados-content h3,
.ativos-content h3,
.section-header h2 {
  font-size: var(--h2-size);
  line-height: var(--h2-line-height);
}

.feature-content p,
.rotas-content p,
.os-content p,
.chamados-content p,
.ativos-content p {
  margin-bottom: 1.5rem;
}

/* Ajuste para os elementos que estavam usando tamanhos personalizados */
.rotas-infos > div h4,
.chamados-infos .infos-chamados > div h4,
.center-content-dir h4,
.agenda-chamados .agenda-chamados-txt h4,
.content-center-esq h4 {
  font-size: var(--h4-size);
  line-height: var(--h4-line-height);
}

.chamados-infos .infos-chamados > div h5 {
  font-size: var(--h5-size);
  line-height: var(--h5-line-height);
}

/* Ajustes para casos específicos */
.center-content-dir h4 span {
  font-size: calc(var(--h2-size) + 4px);
  line-height: 1.2;
}

.processos-textos h2 {
  font-size: var(--h2-size);
  line-height: var(--h2-line-height);
}
.container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
}

.icon-check-white{
    color: white;
}


/* Hero Section */
.hero {
    background-color: #F0F8FF;
    position: relative;
    overflow: hidden;
    padding: 10rem 0 6rem 0;
}



.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin: 0;
}

.hero-text {
    max-width: 800px;
}

.hero-text h1 {
    font-size: 45px;
    margin-bottom: 1rem;
    color: var(--dark);
    line-height: 1.2;
}

.hero-text h1 span {
    color: var(--primary);
}

.hero-text p {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    color: #546a8a;
}

.container-mulher{
    width: fit-content;
    margin: 0;
    padding: 0;
    align-self: end;
    video{
        margin-right: -40px;
    }
}


@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.action-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.store-buttons {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-top: 25px;

}

.store-buttons img {
    height: 80px;
}

.store-buttons img:hover{
    transform: scale(1.02);
    transition: 0.15s;
}


.img-sistema-sndesk{
    padding: 50px 300px 150px 300px;
    justify-items: center;
    align-content: center;
    background-image: url(/img/home/bkgrd.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}

.img-dashboard{
    width: 1200px;
    img{
        width: 100%;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
    }
    img:hover{
        transition: transform 0.3s, box-shadow 0.3s;
        transform: translateY(-5px);
    }
}



/* Clients */
.clients {
    padding: 3rem 0;
    background: linear-gradient(#F0F8FF, white);
}

.clients-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    opacity: 0.8;
}

.client-logo1{
    width: 100px;
}
.client-logo2{
    width: 120px;
}

.client-logo3{
    width: 175px;
}

.client-logo4{
    width: 75px;
}

.client-logo5{
    width: 75px;
}

.client-logo1, .client-logo2, .client-logo3, .client-logo4, .client-logo5,.client-logo6 {
    transition: all 0.15s;
}

.client-logo1:hover, .client-logo2:hover, .client-logo3:hover, .client-logo4:hover, .client-logo5:hover,.client-logo6:hover {
    transform: scale(1.1);
}

/* Features */
.feature-section {
    padding: 4rem 0;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-header h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.section-header h2 span {
    color: var(--primary);
}

.feature-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    margin-bottom: 5rem;
}

.feature-block:nth-child(even) {
    flex-direction: row-reverse;
}

.feature-content {
    flex: 1;
}

.feature-content h3 {
    font-size: 2.3rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.feature-content h3 span {
    color: var(--primary);
}

.feature-content p {
    margin-bottom: 1.5rem;
    color: #546a8a;
}

.feature-image {
    flex: 1;
    position: relative;
    justify-items: center;
    border-radius: 10px;
    transition: transform 0.5s;
}

.feature-image img {
    display: block;
    border-radius: 10px;
    width: 600px;
}

.feature-image:hover {
    transform: scale(1.03);
}

.sessao-rotas{
    justify-items: center;
}


.rotas-content {
    flex: 1;
    justify-items: center;
    text-align: center;
}

.rotas-content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.rotas-content h3 span {
    color: var(--primary);
}

.rotas-content p {
    margin-bottom: 1.5rem;
    color: #546a8a;
}

.rotas-img{
    display: flex;
    max-width: 900px;
    width: 100%;
    img{
        width: 100%;
    }
    img:hover{
        transform: scale(1.03);
        transition: transform 0.5s;
    }
}

#sessao-omiebling, #sessao-omiebling-part2{
    background-color: var(--primary);
    padding: 4rem 0 0.5rem 0;

    h3{
        color: white;
    }
    p{
        color: white;
    }
    #btn-alt{
        background-color: #00C6FF;
    }
}

#sessao-omiebling-part2{
    margin-top: -40px;
}

.projetos-beneficios{
    font-size: 25px;
    color: white;
}

.topicos-projetostxt ul li{
    color: white;
    font-weight: 400;
}


#sessao-chamados{
    padding-top: 130px;
}



.rotas-infos{
    margin-bottom: 120px;
    margin-top: 100px;
    display: flex;
    gap: 20px;
    >div{
        padding-top: 30px;
        border-top: solid 5px #F5F7FA;
        gap: 10px;
        display: flex;
        height: 100%;
        h4{
            margin-bottom: 20px;
            font-size: 22px;
        }
        p{
            color: #546a8a;
        }
        .icones-rotas{
            height: 100%;
            width: 150px;
            img{
                width: 100%;
            }
        }
    }
}

.chamados-sessao{
    margin-bottom: 50px;
}

.chamados-content {
    flex: 1;
    justify-items: center;
    text-align: center;
}

.chamados-content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.chamados-content h3 span {
    color: var(--primary);
}

.chamados-content p {
    margin-bottom: 1.5rem;
    color: #546a8a;
}

.img-chamados{
    align-content: center;
    max-width: 1500px;
    width: 100%;
    img{
        width: 100%;
    }
}

.img-chamados:hover{
    transform: scale(1.03);
    transition: transform 0.5s;
}

.chamados-infos{
    padding: 20px 0 50px 0;
    display: flex;
    gap: 50px;
    .infos-chamados{
        justify-content: center;
        display: flex;
        flex-direction: column;
        gap: 20px;
        >div:hover{
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        >div{
            border-radius: 20px;
            width: 100%;
            padding: 24px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            h4{
                margin-bottom: 8px;
                font-size: 26px;
                color: var(--primary);
            }
            h5{
                margin-bottom: 8px;
                font-size: 16px;
            }
            p{
                color: #546a8a;
                margin-bottom: 25px;
            }
            >button{
                font-size: 14px;
                padding: 5px 20px ;
            }
        }
    }
}

.agenda-chamados{
    align-items: center;
    display: flex;
    gap: 20px;
    padding: 20px;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    .agenda-chamados-txt{
        h4{
            font-size: 22px;
            span{
                color: var(--primary);
            }
        }
        p{
            color: #546a8a;
        }
    }
}

.agenda-chamados-img{
    width: 70px;
    img{
        width: 100%;
    }
}

.os-sessao{
    display: flex;
    flex-direction: column;
    background-color: var(--primary);
    padding: 50px;
}

.os-content {
    flex: 1;
    justify-items: center;
    text-align: center;
}

.os-content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: white;
}

.os-content p {
    margin-bottom: 1.5rem;
    color: white;
}

.os-img{
    width: 350px;
    img{
        width: 100%;
        border-top-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }
}

.center-content-os{
    align-items: center;
    display: flex;
    gap: 50px;
    padding: 20px 0;
}

.center-content-dir{
    width: 350px;
    h4{
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 30px;
        color: white;
        span{
            font-size: 50px;
            line-height: 55px;
            color: white;
        }
    }
    p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
        color: white;
    }
    #btn-alt{
        background-color: #00C6FF;
    }
}

.topicos-ostxt{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.topico-os{
    display: flex;
    gap: 12px;
    p{
        font-size: 18px;
        font-weight: bold;
        line-height: 25px;
        color: white;
    }
    .img-os-topico{
        width: 25px;
        img{
            width: 100%;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
        }
    }
}


.sessao-ativos{
    padding: 50px 0;
}

.ativos-content {
    flex: 1;
    justify-items: center;
    text-align: center;
    margin-bottom: 50px;
}

.ativos-content h3 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.ativos-content h3 span {
    color: var(--primary);
}

.ativos-content p {
    margin-bottom: 1.5rem;
    color: #546a8a;
    max-width: 900px;
    width: 100%;
}

.ativos-content-center{
    display: flex;
    gap: 50px;
    align-items: center;
    background-color: #F5F7FA;
    padding: 50px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
}

.content-center-esq{
    display: flex;
    flex-direction: column;
    gap: 20px;
    h4{
        font-size: 28.8px;
        line-height: 40px;
        span{
            color: var(--primary);
        }
    }
}

.content-center-dir:hover{
    transform: scale(1.03);
    transition: transform 0.5s;
}

.topicos-ativostxt{
    margin-bottom: 10px;
}

#btn-saiba{
    width: 250px;
}

.content-center-dir{
    max-width: 1200px;
    width: 100%;
    img{
        width: 100%;
    }
}






.omiebling{
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 540px !important;
}

.celular-rotas{
    width: 600px !important;
}

/* Benefits Grid */
.benefits {
    padding: 5rem 0;
    background-color: #0F7AE4;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.benefit-card {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    color: var(--primary);
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.benefit-icon img{
    width: 60px;
}

.benefit-card h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.benefit-card p {
    font-size: 0.9rem;
    color: #546a8a;
}

/* Discovery Section */
.discovery {
    padding: 5rem 0;
}


.discovery-grid {
    display: grid;
    grid-template-columns: repeat(2, 3fr);
    gap: 2rem;
    margin-top: 3rem;
    width: fit-content;
}

.discovery-card {
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #e1e8f0;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
    max-width: 500px;
    background-color: rgba(0, 198, 255, 0.04);
    >a{
        font-size: 14px;
    }
}

.items-nichos{
    gap: 20px;
    display: flex;
    .imagem-celular{
        width: 420px;
        align-content: center;
        img{
            width: 100%;
            align-content: center;
        }
    }
}

.imagem-celular:hover{
    transform: scale(1.03);
    transition: transform 0.5s;
}

.discovery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-color: var(--primary);
}

.discovery-icon {
    color: var(--primary);
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.discovery-icon img{
    width: 50px;
}

.discovery-card h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    color: var(--dark);
}

.discovery-card p {
    font-size: 0.9rem;
    color: #546a8a;
    margin-bottom: 1rem;
    flex-grow: 1;
}

/* Footer */
footer {
    background-color: var(--dark);
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-logo {
    height: 40px;
    margin-bottom: 1rem;
}

.footer-about p {
    margin-bottom: 1.5rem;
    opacity: 0.8;
}

.footer-heading {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.footer-heading::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: var(--primary);
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 0.8rem;
}

.footer-links a {
    color: white;
    opacity: 0.8;
    text-decoration: none;
    transition: opacity 0.3s;
}

.footer-links a:hover {
    opacity: 1;
    text-decoration: underline;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-link {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.social-link:hover {
    background-color: var(--primary);
}

.divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin: 2rem 0;
}

.copyright {
    text-align: center;
    font-size: 0.9rem;
    opacity: 0.7;
}


.sessao10-items{
    padding: 150px 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sessao10-text h2{
    font-size: 35.2px;
    line-height: 45px;
    span{
        color: #0F7ADE;
    }
}

.sessao10-video{
    margin: 50px 0;
    iframe{
        border-radius: 20px;
    }
}

.sessao10-botao button{
    font-size: 16px;
    cursor: pointer;
}
