@import url();

/* Menu responsive  */
@media (max-width: 1200px) {
    header {
        position: fixed;
        z-index: 99;

        width: 100%;

        padding: 2rem 0;
    }

    header .logo img {
        width: 18rem;
    }

    nav {
        display: flex;

        height: 72px;

        position: fixed;
        top: 0;
        width: 100vw;

        z-index: 100;
        align-items: center;
    }

    nav#autoNav .close-menu,
    nav#autoNav .open-menu {
        display: block;
        position: fixed;
        top: 3.5rem;
        right: 3rem;

        border: none;
        background-color: rgb(255, 255, 255, 0);
    }

    body.menu-expanded {
        overflow: hidden;
    }

    header nav ul li a {
        font-size: 2.3rem;
    }

    header nav ul li:first-child {
        display: block;
        margin-top: 10rem;
    }

    header nav ul li a:hover {
        color: var(--light-text-color);
    }

    .menu,
    .close-menu,
    body.menu-expanded .open-menu {
        opacity: 0;
        visibility: hidden;
    }

    body.menu-expanded .menu,
    body.menu-expanded .close-menu {
        opacity: 1;
        visibility: visible;
    }

    .menu {
        transform: translateY(100%);
    }

    body.menu-expanded .menu {
        top: 0;
        left: 0;

        width: 100vw;
        height: 100vh;

        transition: transform 300ms;
        transform: translateY(0);

        position: fixed;

        background-color: var(--primary-color);
    }

    .menu ul {
        display: flex;
        flex-direction: column;
        gap: 4.8rem;

        margin-top: 6rem;

        font-weight: 700;
        font-size: 2.4rem;
        line-height: 3.1rem;
    }

    body.menu-expanded button {
        position: relative;
        z-index: 100;
    }
}

/*FIm Menu responsive  */

@media (max-width: 750px) {
    /* Sessão Sistema responsive  */

    section#sistemas {
        margin: 5rem 0;
    }

    section#sistemas .grid-content {
        display: flex;
        flex-direction: column;
        align-items: initial;
    }

    section#sistemas .grid-content .left {
        display: none;
    }

    section#sistemas .grid-content .center {
        display: none;
    }

    section#sistemas .grid-content .title-sistemas h1 {
        text-align: initial;
        max-width: 30rem;
        font-size: var(--title-size-mobile);
    }

    section#sistemas .grid-content .title-sistemas h2 {
        display: none;
    }

    section#sistemas .grid-content .right p {
        font-size: var(--subtitle-size-mobile);
        max-width: 35rem;
        padding: 0;
    }

    section#sistemas .grid-content .right a {
        font-size: var(--subtitle-size-mobile);
        padding-top: 1.5rem;
    }
    

    /* FIm Sessão Sistema responsive  */

    /*Sessão Diversos responsive  */
    section#diversos {
        margin: 5rem 0;
    }

    section#diversos .cards_diversos {
        overflow: auto;
        display: flex;
        justify-content: initial;
    }

    section#diversos .main__text-diversos h1 {
        font-size: var(--title-size-mobile);
        text-align: center;
        margin-bottom: 0;
    }

    section#diversos .cards_diversos img {
        position: relative;
        width: 210px;
        max-width: 100%;
    }

    section#diversos .cards_diversos .card_box {
        width: 250px;
        flex: 0 0 auto;
        margin: 2.5rem 0;
        text-align: center;
        align-items: center;
    }

    section#diversos .cards_diversos .card_box:nth-child(1) {
        margin: 2.5rem 1.5rem;
    }

    section#diversos .cards_diversos {
        margin-left: -2%;
        /* ajuste este valor conforme necessário */
    }

    /* Fim Sessão Diversos responsive  */
}

@media (max-width: 1200px) {



    /* Sessão Numeros responsive  */
    section#numeros .numeros-content {
        flex-direction: column;
        gap: 5rem;
    }

    section#numeros .numeros-content .number h1 {
        font-family: var(--title-font);
        font-size: 3.5rem;
        line-height: 1.5rem;
        color: white;
      }
      
      section#numeros .numeros-content .number h2 {
        font-size: var(--subtitle-size-mobile);
      }

    /* Fim Sessão Numeros responsive  */

    /* Sessão Sites responsive  */
    section#sites {
        position: relative;
        margin: 5rem 0;
        padding-top: 0;
    }

    section#sites .main__text-sites {
        flex-direction: column;
        text-align: center;
        gap: 40px;
        padding: 0 4%;
    }

    section#sites .main__text-sites h1 {
        font-size: var(--title-size-mobile);
    }

    section#sites .main__text-sites h1 span {
        background: none;
        color: var(--primary-color);
    }

    section#sites .main__text-sites h2 {
        font-size: var(--subtitle-size-mobile);
    }

    section#sites .cardss {
        padding: 2.5rem;
        width: 35rem;
    }

    section#sites .cardss h3 {
        font-family: var(--title-font);
        font-size: 2.5rem;
    }

    section#sites .cardss p {
        font-size: var(--subtitle-size-mobile);
        font-family: var(--text-font);
    }

    section#sites .sites-cta {
        padding: 5rem 4%;
    }

    section#sites .sites-cta img {
        display: none;
    }

    section#sites .sites-cta h1 {
        font-family: var(--title-font);
        font-size: var(--title-size-mobile);
        font-weight: 700;
    }

    section#sites .sites-cta h2 {
        font-size: var(--subtitle-size-mobile);
        font-family: var(--text-font);
       
    }

    section#sites .sites-cta h2 .button2 {
        margin-top: 2rem 0 0 0;
    }


    /* Fim Sessão Sites responsive  */


    /* Fim Sessão Produtos responsive  */

    section#produtos {
        background-position: center;
    }

    section#produtos .box {
        background-image: url(../assets/HOME/Produto\ fundo\ 2.jpg);
        position: relative;
        text-align: center;
        padding: 4rem 2rem;
        margin: 0 4%;
    }

    section#produtos .box img {
        display: none;
    }

    section#produtos .main_text--produtos {
        flex-direction: column;
        max-width: 100%;
        text-align: center;
        display: flex;
        align-items: center;
    }

    section#produtos .main_text--produtos h1 {
        font-size: var(--title-size-mobile);
        font-weight: 700;
        max-width: 35rem;
    }

    section#produtos .main_text--produtos h1 span {
        color: var(--primary-color);
    }

    section#produtos .main_text--produtos h2 {
        font-size: var(--subtitle-size-mobile);
        font-weight: 400;
    }

    section#produtos .produto {
        position: relative;
        width: 250px;
        height: 250px;
        border-radius: 20px;
    }

    /* Fim Sessão Produtos responsive  */

    /* Sessão Sobre responsive  */
    section#sobre {
        margin: 5rem 0;
    }

    section#sobre .main__text-sobre {
        margin: 0 4%;
    }

    section#sobre .main__text-sobre span {
        padding: 0;
    }

    section#sobre .main__text-sobre h1 {
        font-size: var(--title-size-mobile);
        line-height: 3rem;
    }

    section#sobre .main__text-sobre p {
        font-size: var(--subtitle-size-mobile);
    }

    /* Fim Sessão Sobre responsive  */

    /* Sessão MEI responsive  */
    section#mei {
        margin: 5rem 0;
        background-attachment: local;
    }

    section#mei .main__text-mei span {
        color: var(--main-color);
        padding: 0;
    }

    section#mei .main__text-mei h1 {
        font-size: var(--title-size-mobile);
    }

    section#mei .main__text-mei p {
        font-size: var(--subtitle-size-mobile);
        font-weight: 400;
    }

    /* Fim Sessão MEI responsive  */


    /* Fim Sessão MEI responsive  */

    /*Começo Sessão maps  */

    section#maps {
        margin: 5rem 0;
    }

    section#maps .container {
        flex-direction: column;
        gap: 2rem;
    }

    section#maps .google-maps {
        text-align: center;
        width: 100%;
    }

    section#maps .google-maps iframe {
        width: 90%;
    }

    section#maps .main__text-maps h1 {
        text-align: center;
        font-size: var(--title-size-mobile);
        line-height: 3rem;
    }

    section#maps .main__text-maps h2 {
        text-align: center;
        max-width: 40rem;
        margin: 0 auto;
        font-size: var(--subtitle-size-mobile);
    }

    /*Fim Sessão maps  */




}

main#home .main_cover img:nth-child(2) {
    display: none;
  }

@media (max-width: 650px) {

    main#home .main_cover img:nth-child(1) {
        display: none;
    }

    main#home .main_cover img:nth-child(2) {
        display: block;
    }

    main#home {
        background-image: url(../assets/HOME/main_background_mobile_new.jpg);
        height: 60vh;

        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: local;
/*        background-position-Y: 0;*/
background-position: center;
    }

    section#sites .cards_sites {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    section#sites .cardss {
        padding: 2.5rem;
        width: 35rem;
        height: 25rem;
    }
}