@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;600;700&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:wght@400;500;700&display=swap');

/*========== Header =========*/

header {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    background-color: var(--tertiary-color);
    box-shadow: 0px 11px 24px -4px var(--dark-text-color);
    padding: 0.2rem 0;
    z-index: 999;
}

header .logo img {
    width: 25rem;
}

header.active {
    background-color: var(--tertiary-color);
    box-shadow: 0px 11px 24px -4px var(--dark-text-color);
    padding: 0.2rem 0;
    position: fixed;
}

header.active .logo img {
    display: block;
}

header a {
    text-decoration: none;
    color: var(--light-text-color);
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.active .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav ul {
    display: flex;
    align-items: center;

    list-style: none;
}

header nav ul li a {
    margin: 0 3.5rem;

    font-size: 1.8rem;

    transition: .4s;
}

header nav ul li a:hover {
    color: var(--primary-color);
}

header .login a {
    border-radius: 5px;
    border: 3px solid var(--secondary-color);

    padding: 1rem 2rem;

    text-transform: uppercase;
    font-size: 1.6rem;

    transition: .4s;
}

header .login a:hover {
    background-color: var(--secondary-color);
}

nav#autoNav .close-menu,
nav#autoNav .open-menu {
    display: none;
}

/*========== FIM HEADER =========*/

/*==== Sessão Home =======*/

section#home {
    position: relative;
    width: 100%;
    background-color: #f1f4f9;

    margin-top: 5rem;
    border-bottom: 1px solid rgb(225, 241, 255);
}

section#home .container {
    max-width: 145rem;
    padding: 15rem 3% 7rem 3%;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

section#home .main__text-home {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.main__text-home .text-acao {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-weight: 500;
    font-size: 2rem;
    text-align: initial;
    font-family: var(--title-font);
    border-radius: 5px;
    background-color: var(--primary-color);
    padding: 2rem;
    transition: .4s;
    cursor: pointer;
    max-width: 36rem;
}

.main__text-home .text-acao:hover {
    color: white;
    background-color: black;
    scale: 1.1;
}

section#home .main__text-home h1 {
    font-size: 5rem;
    line-height: 6rem;
    font-family: var(--title-font);
}

section#home .main__text-home h1 span {
    color: var(--main-color);
}

section#home .main__text-home h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: var(--subtitle-text-color);
    font-weight: 200;
    color: #000;

    max-width: 60rem;
}

section#home .main__text-home .acao {
    display: flex;
    flex-direction: row;
}

section#home img {
    position: relative;
    width: 600px;
}

section#home .input {
    width: 100%;
    max-width: 290px;
    padding: 15px;
    font-size: 17px;
    color: black;
    border-top-left-radius: .5em;
    border-bottom-left-radius: .5em;
    margin-right: -10px;
    border: 2px solid #fff;
    box-shadow: var(--shadow-back);
}

section#home .button {
    border: none;
    background-color: #1363DF;
    text-decoration: none;
    padding: 20px;
    padding-bottom: 20px;
    font-size: 17px;
    color: #fff;
    border-top-right-radius: .5em;
    border-bottom-right-radius: .5em;
    cursor: pointer;
}

/*==== Fim Sessão Home =======*/

/*Começo Sessão maps  */

section#maps {
    position: relative;
    margin: 7rem 0 7rem 0;
}

section#maps .container {
    max-width: 115rem;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}

section#maps .google-maps {
    text-align: center;
}

section#maps .google-maps iframe {
    height: 35rem;

    border-radius: 10px;
    box-shadow: var(--shadow-back);
}

section#maps .main__text-maps {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

section#maps .main__text-maps h1 {
    font-size: 5rem;
    line-height: 6rem;

    font-family: var(--title-font);
    max-width: 100rem;
    font-weight: 700;
}

section#maps .main__text-maps h2 {
    max-width: 75rem;
    font-size: 2rem;
    font-weight: 300;
    line-height: 2.6rem;

    color: #7D7E7E;
    z-index: 2;
}

/*Fim Sessão maps  */

/* Sessão Cards  */

section#certificado {
    position: relative;

    margin: 5rem 0;
}

section#certificado .container {
    max-width: 125rem;
}

section#certificado .certificado__main-text h1 {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 4rem;
    line-height: 5rem;
    text-align: center;
    max-width: 65rem;

    margin: 0 auto;
}

section#certificado .certificado__main-text h1 span {
    color: var(--main-color);
}

section#certificado .certificado__main-text p {
    max-width: 75rem;
    margin: 0 auto;

    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    color: #5E5E5E;
    padding-bottom: 40px;
}

.cards__certificado {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;


    max-width: 125rem;
    margin: 0 auto;
}

.card1 h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    font-weight: 500;

    font-family: var(--title-font);
}

.card1 p {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 2.5rem;
    color: #666;
}

.card1 {
    display: block;
    position: relative;
    max-width: 360px;
    height: 230px;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: var(--main-color);
    height: 42px;
    width: 42px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card1:hover:before {
    transform: scale(21);
}

.card1:hover p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
}

.card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #fff;
}

.cover_botao {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: 0;

    z-index: 0;
}


section#chamada {
    position: relative;


    background-image: url(../assets/HOME/IMAGEM\ GESTAO.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section#chamada .container {
    max-width: 115rem;
    position: relative;
    padding: 7rem 3%;

    margin: 5rem auto;

    z-index: 2;
}

section#chamada .main__text-chamada span {
    color: var(--main-color);

    padding: 10rem 0;
}

section#chamada .main__text-chamada h1 {
    font-size: 4rem;
    line-height: 5rem;

    font-family: var(--title-font);
    max-width: 105rem;
    color: white;
    z-index: 2;
    text-align: center;
    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: center;
    padding-top: 15px;
}

section#chamada .produtos__text__more a {
    display: inline-block;

    color: white;
    text-decoration: none;
    font-weight: 700;
    font-size: 2rem;
    text-transform: uppercase;

    border-radius: 5px;
    background-color: var(--primary-color);

    padding: 2rem 4rem;

    transition: .6s;

    text-align: center;

}

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 */

/*==== Media queries (Max-widith 850px) =======*/
@media screen and (max-width: 850px) {
    header .nav-bar {
        padding: 0 10px;
    }


    header.sticky .logo img {
        width: 20rem;
    }

    /*======== Navigation Menu =========*/
    .nav-bar .nav-menu-btn {
        display: block;
        font-size: 2.5em;
        cursor: pointer;
        padding: 0 25px 15px;

    }

    .nav-itens .nav-close-btn {
        display: block;
        font-size: 2.5em;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
        margin: 10px;
        transition: 0.3s ease;
    }

    .navigation {
        z-index: 99999;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.25);
        display: flex;
        justify-content: center;
        align-items: center;
        visibility: hidden;
        opacity: 0;
    }

    .navigation.active {
        visibility: visible;
        opacity: 1;
    }

    .navigation .nav-itens {
        position: relative;
        background: #fff;
        width: 400px;
        max-width: 400px;
        display: grid;
        place-content: center;
        margin: 20px;
        padding: 40px;
        box-shadow: #111;
        border-radius: 20px;
        transform: translateY(-100px);
        transition: 0.3s ease;
    }

    .navigation.active .nav-itens {
        transform: translateY(0);
    }

    .navigation .nav-itens a:hover {
        color: var(--main-color);
    }

    .navigation .nav-itens a {
        color: var(--main-color);
        font-size: 1.2em;
        margin: 15px 50px;
        transition: 0.3s ease;
    }

    .navigation .nav-itens a:hover {
        color: var(--text-color);
    }

    .navigation .nav-itens a i {
        display: inline-block;
        font-size: 1.3em;
        margin-right: 5px;
    }
}

/*==== Fim Sessao Header =======*/