@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%;

    padding: 0.2rem 0;
    z-index: 9999;
    background-color: var(--tertiary-color);
    box-shadow: 0px 11px 24px -4px var(--dark-text-color);
}

header .logo img {
    width: 18rem;
    display: block;
}

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 .containerr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 115rem;
    margin: 0 auto;
}

header.active .containerr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 115rem;

    margin: 0 auto;
}

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;
}

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: 500px;
}

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: var(--main-color);
    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;
    z-index: 10;
}

/*==== Fim Sessão Home =======*/

/*==== Fim Sessão Serviços =======*/

section#servicos {
    position: relative;
    margin: 4rem 0;
}

section#servicos .container {
    max-width: 115rem;
}

section#servicos .main_text--servicos {
    position: relative;
    text-align: center
}

section#servicos .main_text--servicos h1 {
    position: relative;
    font-family: var(--title-font);
    font-weight: 700;

    max-width: 90rem;

    margin: 0 auto;

    font-size: 4rem;
    line-height: 5.5rem;
    z-index: 5;
}

section#servicos .main_text--servicos h1 span {
    color: #fff;
    background-color: var(--main-color);

    padding: 0.2rem 1rem;
    border-radius: 5px;
    z-index: 1;
}

.coverbotao {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: 0;

    z-index: 0;
}

.container_carousel {
    position: relative;
    padding: 8rem 0 5rem 0;
    gap: 10rem;

    display: flex;
    align-items: center;
    justify-content: center;
}

.container_carousel .main__text-carousel h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-family: var(--title-font);
    font-weight: 600;

    max-width: 50rem;

}

.container_carousel .main__text-carousel h1 span{
    color: var(--primary-color);
}

.container_carousel .main__text-carousel h2 {
    font-size: 2rem;
    line-height: 3rem;
    color: #7D7E7E;
    font-weight: 400;

    max-width: 60rem;
}

.container_carousel button {
    display: inline-block;
    border-radius: 4px;
    background-color: var(--main-color);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    padding: 16px;
    width: 60%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;

    font-family: var(--title-font);
    font-weight: 500;
}

.container_carousel button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.container_carousel button:hover {
    scale: 1.1;
}

.container_carousel button span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -15px;
    transition: 0.5s;
}

.container_carousel button:hover span {
    padding-right: 15px;
}

.container_carousel button:hover span:after {
    opacity: 1;
    right: 0;
}

.container_carousel .imagem iframe {
    position: relative;
    width: 600px;
    height: 350px;
    max-width: 100%;

    border-radius: 10px;
}


.carousel .carousel-control-next, .carousel .carousel-control-prev {
    position: absolute;
    top: 90%;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}


/*==== Fim Sessão Serviços =======*/

/*==== Sessão Caracteristicas =======*/

section#escolha {
    position: relative;
    padding: 3rem 0;

    background-color: #f1f4f9;
}

section#escolha .container {
    max-width: 115rem;
}

section#escolha .main__text-escolha {
    position: relative;
    display: flex;
    align-items: center;

    max-width: 115rem;
    margin: 0 auto;
    gap: 30px;
}

section#escolha .main__text-escolha h1 {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 4rem;
    line-height: 5rem;
    z-index: 3;

    max-width: 50rem;
}

section#escolha .main__text-escolha h1 span {
    color: #fff;
    background-color: var(--main-color);

    padding: 0.2rem 1rem;
    border-radius: 5px;
    z-index: 1;
}

section#escolha .main__text-escolha h2 {
    font-family: var(--title-font);
    font-weight: 500;
    font-size: 2rem;
    line-height: 3rem;

    max-width: 60rem;
}

section#escolha .escolhas {
    position: relative;
    margin: 5rem 0;
    background-color: #111;
    border-radius: 20px;
    padding: 3rem 2rem;

    display: flex;
    justify-content: center;
    gap: 20px;
}

section#escolha .box h3 {
    font-family: var(--title-font);
    color: white;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 3rem;
    max-width: 25rem;
}

section#escolha .box p {

    font-family: var(--title-font);
    color: white;
    font-weight: 200;
    font-size: 2rem;
    line-height: 3rem;

    max-width: 45rem;
    padding-top: 15px;
}

section#escolha .box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 80%;
    background-color: white;
}

section#escolha .box:nth-child(1):before {
    position: relative;
}

.box {
    position: relative;
    padding-left: 40px;
}


/*==== Fim Sessão Caracyeristicas =======*/

/*==== Sessão Mercado =======*/

section#mercado .carousel .carousel-indicators {
    bottom: -40px;
}

section#mercado .carousel .carousel-indicators [data-bs-target] {
    background-color: #000;
}

section#mercado {
    position: relative;

    margin: 4rem 0;
}

section#mercado .mercado__main-text h1 {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 4rem;
    line-height: 5rem;
    text-align: center;
}

section#mercado .mercado__main-text h1 span {
    color: var(--main-color);
}

section#mercado .mercado__main-text p {
    max-width: 75rem;
    margin: 0 auto;

    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    color: #5E5E5E;
    padding-bottom: 40px;
}

.mercado__cards {
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
    text-decoration: none;

}

.mercado__cards .card {
    max-width: 35rem;

    display: flex;
    flex-direction: column;
    justify-content: center;
    border: none;

}

.mercado__cards img {
    border-radius: 5px;

}

.mercado__cards .card h3 {
    font-family: var(--title-font);
    font-size: 2.4rem;
    text-align: center;

    padding-top: 15px;
    max-width: 30rem;
    margin: 0 auto;
}

.mercado__cards .card p {
    font-family: Roboto;
    font-size: 2rem;
    text-align: center;
}


/*Fim Sessão Mercado */

/*Sessão testemunho */

section#testemunho {
    position: relative;
    margin: 15rem 0 7rem 0;

    background-color: #111;
}

section#testemunho .container {
    max-width: 115rem;

    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
}

section#testemunho .imagem {
    position: absolute;
    left: 50px;
}

section#testemunho .imagem img {
    width: 300px;
}

section#testemunho .main__text-testemunho {
    position: relative;
    padding: 2rem 0;

    right: -150px;
}

section#testemunho .main__text-testemunho h2 {
    position: relative;
    font-family: var(--title-font);
    font-weight: 200;
    font-size: 3rem;
    line-height: 3rem;
    color: white;

    max-width: 70rem;

    border-left: 0 20px solid #fff;
    padding-left: 55px;
}

section#testemunho .main__text-testemunho h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 5%;
    background-color: white;
}

section#testemunho .title {
    display: flex;
    gap: 15px;
    align-items: center;
}

section#testemunho .title h1 {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 4rem;
    line-height: 5rem;
    color: white;

}

section#testemunho .main__text-testemunho p {
    font-family: var(--title-font);
    color: white;
    font-weight: 200;
    font-size: 2rem;
    line-height: 3rem;

    max-width: 70rem;
    padding-bottom: 15px;
}

section#testemunho .main__text-testemunho h4 {
    font-family: var(--title-font);
    color: white;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;

    max-width: 65rem;
}

/*Fim Sessão testemunho */

/*Começo Sessão maps  */

section#maps {
    position: relative;
    padding: 0 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;
}

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 Fluxo  */

section#fluxo {
    position: relative;
    margin: 15rem 0 15rem 0;
}

section#fluxo .container {
    position: relative;
    display: flex;
    align-items: center;

    max-width: 115rem;
}

section#fluxo .main__text-fluxo h1 {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 4rem;
    line-height: 5rem;
    max-width: 60rem;
}

section#fluxo .main__text-fluxo p {
    font-family: var(--title-font);
    font-weight: 200;
    font-size: 2rem;
    line-height: 3rem;

    max-width: 65rem;
    padding-bottom: 15px;
}

section#fluxo button {
    display: inline-block;
    border-radius: 4px;
    background-color: var(--main-color);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 17px;
    padding: 16px;
    width: 40%;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;

    font-family: var(--title-font);
    font-weight: 500;
}

section#fluxo button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

section#fluxo button:hover {
    scale: 1.1;
    width: 45%;
}

section#fluxo button span:after {
    content: '»';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -15px;
    transition: 0.5s;
}

section#fluxo button:hover span {
    padding-right: 15px;
}

section#fluxo button:hover span:after {
    opacity: 1;
    right: 0;
}

section#fluxo .imagem {
    position: absolute;
    top: -40px;
    right: 0;
}

section#fluxo .imagem img {
    position: relative;
    width: 700px;
}

section#fluxo .imagem p {
    position: absolute;
    bottom: 230px;
    right: 70px;
}

/* fIM Sessão Fluxo  */

/*Incio Sessão Gestão */

section#gestao {
    position: relative;


    background-image: url(../assets/HOME/IMAGEM\ GESTAO.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section#gestao .container {
    max-width: 115rem;
    position: relative;
    padding: 7rem 0;

    z-index: 2;
}

section#produtos .main__text-gestao {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section#gestao .main__text-gestao span {
    color: var(--main-color);

    padding: 10rem 0;
}

section#gestao .main__text-gestao h1 {
    font-size: 4rem;
    line-height: 5rem;

    font-family: var(--title-font);
    max-width: 85rem;
    color: white;
    z-index: 2;
}

section#gestao .main__text-gestao p {
    padding-top: 10px;

    max-width: 75rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.6rem;

    color: #CECECE;
    z-index: 2;

}

.cover_gestao {
    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 */

.planos__main-text h1 {
    font-family: var(--title-font);
    font-weight: 700;
    font-size: 4rem;
    line-height: 5rem;
    text-align: center;
    padding-bottom: 50px;
}

.planos__main-text h1 span {
    color: var(--main-color);

}

.planos__main-text p {
    max-width: 75rem;
    margin: 0 auto;

    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    color: #5E5E5E;
    padding-bottom: 30px;
}

.background {
    padding: 0 25px 25px;
    position: relative;
    width: 100%;

    margin: 7rem 0;
}

.background::after {
    content: '';
    background: #60a9ff;
    background: var(--primary-color);
    height: 350px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;

    font-family: var(--title-font);
}

@media (min-width: 900px) {
    .background {
        padding: 0 0 25px;
    }
}

.container {
    margin: 0 auto;
    padding: 0 0 0;
    max-width: 960px;
    width: 100%;
}

.panel {
    background-color: #fff;
    border-radius: 10px;
    padding: 0 25px;
    position: relative;
    max-width: 130rem;
    z-index: 10;
    margin: 0 auto;
}

.pricing-table {
    box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
}

.pricing-plan:nth-child(2) {
    position: relative;
    box-shadow: 0 7px 29px 0 rgba(0, 0, 0, 0.25);
    border: 2px solid rgb(225, 241, 255);
    background-color: #fff;
}


.pricing-plan:nth-child(2) .recomendado {
    position: absolute;
    height: 150px;
    width: 150px;
    top: -10px;
    left: -10px;
    overflow: hidden;
}

.pricing-plan:nth-child(2) .recomendado::before,
.pricing-plan:nth-child(2) .recomendado::after {
    position: absolute;
    content: "";
    display: block;
    border: 7px solid var(--main-color);
    border-top-color: transparent;
    border-left-color: transparent;
    z-index: -10;
}

.pricing-plan:nth-child(2) .recomendado::before {
    top: 0px;
    right: 25px;
}

.pricing-plan:nth-child(2) .recomendado::after {
    bottom: 25px;
    left: 0px;
}

.pricing-plan:nth-child(2) .recomendado span {
    position: absolute;
    background: var(--main-color);
    width: 200px;
    padding: 10px 0;
    text-align: center;
    top: 30px;
    right: 0;
    transform: rotate(-45deg);
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);

    font-size: 1.2rem;
    color: #fff;
    font-family: var(--title-font);
    font-weight: 600;
}

@media (min-width: 1200px) {
    .pricing-table {
        flex-direction: row;
    }
}

.pricing-table * {
    text-align: center;
    text-transform: uppercase;
}

.pricing-plan {
    border-bottom: 1px solid #e1f1ff;
    padding: 25px;
}

.pricing-plan:last-child {
    border-bottom: none;
}

@media (min-width: 1200px) {
    .pricing-plan {
        border-bottom: none;
        border-right: 1px solid #e1f1ff;
        flex-basis: 100%;
        padding: 25px 50px;
    }

    .pricing-plan:last-child {
        border-right: none;
    }

    .pricing-plan:nth-child(4) .pricing-button {
        margin-top: 23rem;
    }

}

.pricing-img {
    margin-bottom: 25px;
    max-width: 100%;
}

.pricing-plan:nth-child(2) .pricing-header {
    color: #000;
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: 1px;
}

.pricing-header {
    color: #888;
    font-weight: 600;
    letter-spacing: 1px;
}

.pricing-features {
    color: #016FF9;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 50px 0 25px;
    list-style: none;
}

.pricing-features-item {
    border-top: 1px solid #e1f1ff;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px 0;
}

.pricing-features-item:last-child {
    border-bottom: 1px solid #e1f1ff;
}

.pricing-price {
    color: #016FF9;
    display: block;
    font-size: 32px;
    font-weight: 700;
}

.pricing-button {
    border: 1px solid #9dd1ff;
    border-radius: 10px;
    color: #348EFE;
    display: inline-block;
    margin: 25px 0;
    padding: 15px 35px;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    font-size: 1.5rem;
}


.pricing-button:hover,
.pricing-button:focus {
    background-color: #e1f1ff;
    scale: 1.1;
}

.pricing-button.is-featured {
    background-color: var(--main-color);
    color: #fff;
}

.pricing-button.is-featured:hover,
.pricing-button.is-featured:active {
    background-color: #269aff;
    scale: 1.1;
}



/*==== Media queries (Max-widith 850px) =======*/
@media screen and (max-width: 850px) {

    header {
        position: fixed;
        z-index: 99;

        width: 100%;

        padding: 0.2rem 0;
    }

    header.active nav#autoNav .close-menu,
    header.active nav#autoNav .open-menu {
        display: block;
        position: fixed;
        top: 3.5rem;
        right: 3rem;

        border: none;
        background-color: rgb(255, 255, 255, 0);
    }

    header .logo img {
        width: 15rem;
    }

    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: 4.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 Sessao Header =======*/