section#certificado .carousel {
    display: none;
}

@media (max-width: 1200px) {
    header {
        position: fixed;
        z-index: 99;

        width: 100%;

        padding: 0.5rem 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  */

/*==== Fim Media queries (Max-widith 1440px) =======*/

@media (min-width: 1440px) {
    section#home img {
        position: relative;
        width: 700px;
    }
}

/*==== Fim Media queries (Max-widith 1440px) =======*/

/*==== Fim Media queries (Max-widith 1100px) =======*/

@media (max-width: 1100px) {

    /*Começo Sessão maps  */

    section#maps {
        padding: 7rem 0 7rem 0;
    }

    section#maps .container {
        flex-direction: column;
    }

    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;
    }

    section#maps .main__text-maps h2 {
        text-align: center;
        max-width: 40rem;
        margin: 0 auto;
    }

    /*Fim Sessão maps  */


    #footer_contacts img {
        width: 25rem;
        margin-left: 0;
        margin: 0 auto;
    }

    #footer_content {

        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20rem;
        padding: 3rem 3.5rem;
        max-width: 115rem;
        margin: 0 auto;
    }

    #footer_contacts {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: initial;
    }

    #footer_social_media {
        display: flex;
        justify-content: center;
        gap: 2rem;
        margin-top: 1.5rem;
        width: 100%;
    }

    section#home img {
        display: none;
    }

    section#home .main__text-home h1 {
        font-size: 3.5rem;
        line-height: 4.5rem;
        font-family: var(--title-font);
        font-weight: 600;

        max-width: 50rem;

    }

    section#home .main__text-home h2 {
        font-size: 2rem;
        line-height: 3rem;
        color: #7D7E7E;
        font-weight: 400;

        max-width: 60rem;
    }

    /* Sessão Cards  */

    section#certificado .certificado__main-text h1 {
        font-size: 3rem;
        line-height: 4rem;
        font-family: var(--title-font);
        font-weight: 600;

        max-width: 50rem;
    }

    /*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  */

    /* Sessão Gestão */

    section#chamada {
        position: relative;


        background-image: url(../assets/HOME/IMAGEM\ GESTAO.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: local;
    }

    section#chamada .container {
        max-width: 115rem;
        position: relative;
        padding: 7rem 3%;

        margin: 5rem auto;

        z-index: 2;
    }

    section#chamada .main__text-chamada span {
        padding: 0;
    }

    section#chamada .main__text-chamada h1 {
        font-size: 3rem;
        line-height: 4rem;

        font-family: var(--title-font);
        max-width: 105rem;
        color: white;
        z-index: 2;
        text-align: initial;
        margin: 0 auto;
    }

    section#chamada .main__text-chamada p {
        padding-top: 10px;

        max-width: 75rem;
        font-size: 2rem;
        font-weight: 500;
        line-height: 2.6rem;

        color: #CECECE;
        z-index: 2;

    }

    section#chamada .produtos__text__more {
        text-align: initial;
        padding-top: 15px;
    }

    section#chamada .produtos__text__more a {
        display: inline-block;

        color: white;
        text-decoration: none;
        font-weight: 700;
        font-size: 1.6rem;
        text-transform: uppercase;

        border-radius: 5px;
        background-color: var(--primary-color);

        padding: 2rem 4rem;

        transition: .6s;

    }

    section#chamada .produtos__text__more a:hover {
        color: var(--primary-color);
        background-color: white;
        scale: 1.1;
    }

    .cover_chamada {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;


        background-color: rgba(0, 0, 0, 0.60);
        background-size: cover;

        z-index: 0;
    }

    /*Fim Sessão Gestão */


}

/*==== Fim Media queries (Max-widith 1100px) =======*/