/* ===== RESPONSIVE STYLES ===== */

/* 1440px */
@media screen and (max-width: 1440px) {

    .img-sistema-sndesk{
        background-size: 1300px;
    }

    .img-dashboard {
        width: 1000px;
    }

    .container {
        max-width: 1200px;
        padding: 0 40px;
    }

    .hero-text h1 {
        font-size: 38px;
    }

    .feature-image img {
        width: 520px;
    }

    .container-mulher video {
        width: 500px;
        height: auto;
    }

    .rotas-img {
        width: 800px;
    }

    .rotas-infos > div {
        padding-top: 25px;
    }

    .feature-content h3, .rotas-content h3, .os-content h3, .chamados-content h3, .ativos-content h3, .section-header h2{
        font-size: 2rem !important;
    }

    .rotas-infos > div .icones-rotas {
        width: 130px;
    }

    .img-chamados {
        width: 1200px;
    }

    .chamados-infos {
        gap: 40px;
    }

    .chamados-infos .infos-chamados > div h4 {
        font-size: 24px;
    }

    .content-center-esq h4 {
        font-size: 26px;
        line-height: 36px;
    }

    .content-center-dir {
        width: 1000px;
    }

    .items-nichos .imagem-celular {
        width: 600px;
    }

    .discovery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .discovery-card {
        max-width: 450px;
    }

    .os-img {
        width: 320px;
    }

    .sessao10{
        padding-top: 100px;
    }
}

/* 1024px */
@media screen and (max-width: 1024px) {

    .img-sistema-sndesk{
        background-size: 1050px;
    }

    .img-dashboard {
        width: 750px;
    }


    .container {
        max-width: 960px;
        padding: 0 30px;
    }

    .hero {
        padding: 8rem 0 4rem 0;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
    }

    .container-mulher{
        align-self: center;
    }

    .hero-text {
        max-width: 100%;
    }

    .hero-text h1 {
        font-size: 34px;
    }

    .action-buttons {
        justify-content: center;
    }

    .store-buttons {
        justify-content: center;
    }

    .container-mulher video {
        width: 450px;
        height: auto;
        margin-right: 0;
    }

    .clients-logos {
        gap: 1.5rem;
    }

    .feature-block {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

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

    .feature-image img {
        width: 450px;
        margin: 0 auto;
    }

    .rotas-img {
        width: 700px;
    }

    .rotas-infos {
        flex-direction: column;
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .rotas-infos > div .icones-rotas {
        width: 40px;
    }

    .rotas-infos > div {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .chamados-content p {
        max-width: 800px;
        margin: 0 auto 1.5rem;
    }

    .img-chamados {
        width: 700px;
    }

    .chamados-infos {
        flex-direction: column;
        align-items: center;
    }

    .agenda-chamados {
        flex-direction: column;
        text-align: center;
    }

    .agenda-chamados-img{
        width: 50px;
    }

    .center-content-os {
        flex-direction: column;
    }

    .center-content-esq {
        order: 2;
    }

    .center-content-dir {
        order: 3;
        text-align: center;
        width: 100%;
        max-width: 500px;
    }

    .os-img {
        order: 1;
        width: 300px;
    }

    .topicos-ostxt {
        align-items: center;
    }

    .ativos-content p {
        width: 100%;
    }

    .ativos-content-center {
        flex-direction: column;
        padding: 40px 30px;
        border-radius: 50px;
    }

    .content-center-esq {
        text-align: center;
        align-items: center;
    }

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

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

    .items-nichos {
        flex-direction: column;
        align-items: center;
    }

    .items-nichos .imagem-celular {
        width: 400px;
    }

    .discovery-grid {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

    .discovery-card {
        max-width: 100%;
    }

    .omiebling {
        width: 450px !important;
    }

    .video-sndesk {
        width: 700px;
        height: 394px;
    }
}

/* 767px */
@media screen and (max-width: 767px) {
    .img-sistema-sndesk{
        background-size: 850px;
    }

    .img-dashboard {
        width: 600px;
    }


    .container {
        max-width: 720px;
        padding: 0 20px;
    }

    .hero {
        padding: 6rem 0 3rem 0;
    }

    .hero-text h1 {
        font-size: 32px;
    }

    .hero-text p {
        font-size: 1rem;
    }

    .container-mulher video {
        width: 400px;
    }

    .action-buttons {
        flex-direction: column;
        gap: 1rem;
    }

    .store-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

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

    .clients-logos {
        gap: 1rem;
    }

    .feature-image img {
        width: 400px;
    }

    .rotas-img {
        width: 550px;
    }

    .rotas-content h3 {
        font-size: 1.8rem;
    }

    .chamados-content h3 {
        font-size: 1.8rem;
    }

    .img-chamados {
        width: 100%;
    }

    .chamados-infos .infos-chamados > div h4 {
        font-size: 22px;
    }

    .center-content-dir h4 {
        font-size: 20px;
    }

    .center-content-dir h4 span {
        font-size: 40px;
        line-height: 45px;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .discovery-grid {
        grid-template-columns: 1fr;
    }

    .discovery-card {
        max-width: 100%;
    }

    .items-nichos .imagem-celular {
        width: 400px;
    }

    .content-center-esq h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .os-content h3 {
        font-size: 1.8rem;
    }

    .ativos-content h3 {
        font-size: 1.8rem;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .omiebling {
        width: 400px !important;
    }

    .video-sndesk {
        width: 550px;
        height: 309px;
    }

    .footer-content {
        grid-template-columns: 1fr 1fr;
    }

    .myBtn{
        align-self: center;
        width: fit-content;
        font-size: 14px !important;
    }

    .btn-outline{
        width: fit-content;
        font-size: 14px !important;
        align-self: center;
    }

    .rotas-infos div h4{
        font-size: 18px;
    }

}

/* 600px */
@media screen and (max-width: 600px) {
    .img-sistema-sndesk{
        display: none;
    }


    .container {
        max-width: 540px;
        padding: 0 15px;
    }

    .hero {
        padding: 5rem 0 2rem 0;
    }

    .hero-text h1 {
        font-size: 30px;
    }

    .container-mulher video {
        width: 320px;
    }

    .clients-logos {
        gap: 0.8rem;
    }

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

    .client-logo1{
        width: 80px;
    }
    .client-logo2{
        width: 110px;
    }

    .client-logo3{
        width: 160px;
    }

    .client-logo4{
        width: 60px;
    }

    .client-logo5{
        width: 60px;
    }
    .client-logo6{
        width: 130px;
    }

    .feature-content h3{
        font-size: 24px !important;
    }

    .feature-image img {
        width: 320px;
    }

    .rotas-img {
        width: 400px;
    }

    .rotas-content h3 {
        font-size: 1.6rem;
    }

    .rotas-infos div h4{
        font-size: 18px;
    }


    .chamados-content h3 {
        font-size: 1.6rem;
    }

    .chamados-infos .infos-chamados > div {
        padding: 18px;
    }

    .chamados-infos .infos-chamados > div h4 {
        font-size: 20px;
    }

    .chamados-infos .infos-chamados > div h5 {
        font-size: 14px;
    }

    .agenda-chamados {
        padding: 15px;
    }

    .agenda-chamados .agenda-chamados-txt h4 {
        font-size: 18px;
    }

    .os-sessao {
        padding: 40px 20px;
    }

    .os-content h3 {
        font-size: 1.6rem;
    }

    .os-img {
        width: 250px;
    }

    .center-content-dir h4 {
        font-size: 18px;
    }

    .center-content-dir h4 span {
        font-size: 36px;
        line-height: 40px;
    }

    .ativos-content h3 {
        font-size: 1.6rem;
    }

    .ativos-content-center {
        padding: 30px 20px;
        border-radius: 40px;
    }

    .content-center-esq h4 {
        font-size: 22px;
        line-height: 30px;
    }

    .items-nichos .imagem-celular {
        width: 320px;
    }

    .section-header h2 {
        font-size: 1.6rem;
    }

    .omiebling {
        width: 320px !important;
    }

    .integracao-img {
        width: 40px;
    }

    .video-sndesk {
        width: 400px;
        height: 225px;
    }

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

    .footer-about p {
        margin-bottom: 1rem;
    }

    .sessao10-text h2{
        font-size: 28px;
        line-height: 30px;
    }
}

/* 320px */
@media screen and (max-width: 320px) {
    .container {
        padding: 0 10px;
    }

    .hero {
        padding: 4rem 0 2rem 0;
    }

    .hero-text h1 {
        font-size: 24px;
    }

    .container-mulher video {
        width: 280px;
    }

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

    .clients-logos {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }

    .feature-section {
        padding: 3rem 0;
    }

    .feature-image img {
        width: 280px;
    }

    .feature-content h3 {
        font-size: 1.5rem;
    }

    .rotas-img {
        width: 300px;
    }

    .rotas-content h3 {
        font-size: 1.4rem;
    }

    .rotas-infos > div h4 {
        font-size: 20px;
    }

    .chamados-content h3 {
        font-size: 1.4rem;
    }

    .chamados-infos .infos-chamados > div {
        padding: 15px;
    }

    .chamados-infos .infos-chamados > div h4 {
        font-size: 18px;
    }

    .chamados-infos .infos-chamados > div h5 {
        font-size: 13px;
    }

    .agenda-chamados-img {
        width: 50px;
    }

    .agenda-chamados .agenda-chamados-txt h4 {
        font-size: 16px;
    }

    .os-content h3 {
        font-size: 1.4rem;
    }

    .os-img {
        width: 200px;
    }

    .center-content-dir h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .center-content-dir h4 span {
        font-size: 30px;
        line-height: 36px;
    }

    .ativos-content h3 {
        font-size: 1.4rem;
    }

    .content-center-esq h4 {
        font-size: 20px;
        line-height: 28px;
    }

    .discovery-card {
        padding: 1.2rem;
    }

    .discovery-card h3 {
        font-size: 1.1rem;
    }

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

    .items-nichos .imagem-celular {
        width: 280px;
    }

    .section-header h2 {
        font-size: 1.4rem;
    }

    .omiebling {
        width: 280px !important;
    }

    .video-sndesk {
        width: 280px;
        height: 158px;
    }

    .sessao10-text h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .benefit-card {
        padding: 1.5rem;
    }

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

    .benefit-card h3 {
        font-size: 1.1rem;
    }
}
