@font-face {
    font-family: "Source Sans Pro";
    src: url(../assets/sourcesanspro-light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url(../assets/sourcesanspro-regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url(../assets/sourcesanspro-bold.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
* {
    --orange: #cc4700;
    --altorange: #fbc828;
    --brightorange: #ff7800;
    --blue: #004ecc;
    --color: #222;
    --altcolor: #fff;
    outline: 0;
    box-sizing: border-box;
    font-family: "Source Sans Pro", sans-serif;
    --filterblue: invert(22%) sepia(71%) saturate(3066%) hue-rotate(210deg)
        brightness(85%) contrast(107%);
    --filterdarkblue: brightness(0) saturate(100%) invert(5%) sepia(17%)
        saturate(7001%) hue-rotate(208deg) brightness(94%) contrast(93%);
    --filtergreen: invert(41%) sepia(83%) saturate(419%) hue-rotate(98deg)
        brightness(100%) contrast(100%);
    --filteryellow: invert(55%) sepia(94%) saturate(908%) hue-rotate(10deg)
        brightness(107%) contrast(103%);
    --filterred: invert(28%) sepia(92%) saturate(4329%) hue-rotate(351deg)
        brightness(101%) contrast(72%);
    --filterorange: invert(45%) sepia(64%) saturate(7500%) hue-rotate(18deg)
        brightness(93%) contrast(103%);
    --filterbrightorange: invert(44%) sepia(71%) saturate(3486%)
        hue-rotate(5deg) brightness(98%) contrast(88%);
    --filtergrey: invert(0) opacity(0.8);
}
body {
    margin: 0;
    position: relative;
    height: 100%;
}
section {
    padding: 0 15vw;
}
h1 {
    font-size: 2.75rem;
    margin-block: 0.67em;
}
strong {
    font-weight: 500;
}
header {
    position: fixed;
    z-index: 999;
    max-height: 100px;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--altcolor);
    opacity: 0.98;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15vw;
    height: 100px;
    border-bottom: 1px solid #e5e5e5;
}
header img {
    max-height: 80px;
}
header a.btn,
header a.btn:visited {
    background: #cc4700;
    background: linear-gradient(0deg, #cc4700 0%, #e2640f 50%);
    border: none;
    border-radius: 10rem;
    padding: 1rem;
    color: var(--altcolor);
    display: flex;
    align-items: center;
    gap: 0.4rem;
    justify-content: center;
    font-size: 1.35rem;
    transition: 200ms;
    text-decoration: none;
}
header a.btn:hover,
header a.btn:active {
    cursor: pointer;
    font-size: 1.4rem;
}
header a.btn img {
    filter: invert(1);
}

#hero {
    color: var(--altcolor);
    gap: 3rem;
    padding-top: 10rem;
    padding-bottom: 4rem;
    border-bottom: 2px solid var(--orange);
    position: relative;
    display: flex;
    background-position: center;
    height: 100vh;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.85)),
        url(./contracts-01.png);
    /*url(https://images.unsplash.com/photo-1557804506-669a67965ba0?auto=format&fit=crop&w=2000&q=80);*/
    background-repeat: no-repeat;
    background-size: cover;
}
#hero div {
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}
#hero .logos {
    align-items: center;
    gap: 3rem;
    grid-area: l1;
}
#hero .txt {
    gap: 2.5rem;
    grid-area: t1;
}
#hero .form {
    grid-area: f1;
    gap: 0;
    max-width: 40vw;
    padding: 1.5rem;
    border-radius: 2rem;
    justify-content: center;
    background: linear-gradient(180deg, #e5e5e5, #f8f8f8);
    color: #000000;
    min-width: 400px;
    padding: 2rem;
}
#hero .form > p {
    color: var(--color);
    font-size: 1.35rem;
    line-height: 1.8rem;
    margin-bottom: 1rem;
    text-align: center;
}
#hero #divulgacao > div:first-child {
    gap: 0.7rem;
}
#hero #divulgacao > div:last-child {
    margin-top: 1rem;
    gap: 1.5rem;
}
#hero #divulgacao input {
    padding: 0.6rem 0.8rem;
    border-radius: 0.4rem;
    font-size: 1.2rem;
    border: 1px solid #ccc;
}
#hero #divulgacao div.checkboxed {
    flex-direction: row;
    gap: 0.5rem;
}
#hero #divulgacao button {
    background: #cc4700;
    background: linear-gradient(0deg, #cc4700 0%, #e2640f 50%);
    border: none;
    border-radius: 5rem;
    padding: 1rem;
    color: var(--altcolor);
    display: flex;
    align-items: center;
    gap: 0.4rem;
    justify-content: center;
    font-size: 1.35rem;
    transition: 200ms;
}
#hero #divulgacao button:hover {
    cursor: pointer;
    font-size: 1.4rem;
}
#hero #divulgacao button img {
    filter: invert(1);
}
#hero h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 4.5rem;
    color: var(--altcolor);
    margin: 0;
}
#hero h1 span {
    text-wrap: nowrap;
}
#hero h1 strong {
    font-weight: 500;
}
#hero p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.5rem;
    margin: 0;
}
#hero p strong {
    font-weight: 500;
}
@media screen and (min-width: 1170px) {
    #hero {
        grid-template-areas: "l1 t1 f1";
        grid-template-columns: 11rem auto 20rem;
        align-items: center;
    }
    #hero .logos img {
        display: block;
        margin: 0 auto;
    }
    #hero .logos a img:nth-child(1) {
        width: 90%;
    }
    #hero .logos img:nth-child(2) {
        width: 60%;
    }
}
@media screen and (min-width: 800px) and (max-width: 1169px) {
    #hero {
        grid-template-areas: "l1 l1" "t1 f1";
        grid-template-columns: auto 20rem;
    }
    #hero .logos {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #hero .logos a {
        width: fit-content;
    }
    #hero .logos img {
        display: block;
        height: 11rem;
        width: auto;
    }
}
@media screen and (max-width: 799px) {
    #hero {
        grid-template-areas: "l1" "t1" "f1";
    }
    #hero .logos {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    #hero .logos img {
        display: block;
        height: 9rem;
        width: auto;
    }
    #hero .form {
        margin: 0 auto;
    }
}

#detalhes {
    padding: 4rem 15vw;
    text-align: center;
}
#detalhes h2 {
    font-size: 3rem;
    margin: 0 0 1.5rem;
}
#detalhes h3 {
    font-size: 1.6rem;
    margin: 0 0 1.3rem;
}
#detalhes h2 span {
    color: var(--orange);
}
#detalhes p {
    font-size: 1.3rem;
}

#detalhes .problemas-nao-otimizacao {
    display: flex;
    justify-content: space-between;
    column-gap: 4rem;
    row-gap: 3rem;
    margin: 2.5rem 0 2rem;
}
#detalhes .problemas-nao-otimizacao .item {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
    padding: 2rem;
    border: none;
    border-radius: 2rem;
    background: #fff3bf;
    text-align: center;
    justify-content: start;
    position: relative;
    overflow: hidden;
}
#detalhes .problemas-nao-otimizacao .item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #cc4700;
    background: linear-gradient(0deg, #cc4700 0%, #e2640f 50%);
    transition: all 0.35s;
}
#detalhes .problemas-nao-otimizacao .item:hover:before {
    height: 100%;
}

#detalhes .problemas-nao-otimizacao .item img {
    width: 3rem;
    filter: var(--filterorange);
}
#detalhes .problemas-nao-otimizacao .item:hover img {
    filter: invert(1);
}
#detalhes .problemas-nao-otimizacao .item p {
    margin: 0;
}
#detalhes .problemas-nao-otimizacao .item p.title {
    font-weight: 500;
    font-size: 1.4rem;
}
#detalhes .problemas-nao-otimizacao .item:hover p {
    color: var(--altcolor);
    z-index: 2;
}

#solucao {
    padding: 4rem 15vw;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(15, 23, 42, 0.85)),
        url(./contracts-02.png);
    /*url(https://images.unsplash.com/photo-1557804506-669a67965ba0?auto=format&fit=crop&w=2000&q=80);*/
    background-repeat: no-repeat;
    background-size: cover;
}
#solucao h2 {
    font-size: 3rem;
    margin: 0 0 1rem;
    color: var(--altcolor);
}
#solucao h3 {
    font-size: 1.6rem;
    margin: 0 0 1rem;
    color: var(--altcolor);
}
#solucao h2 span {
    color: #ff7800;
}
#solucao p {
    font-size: 1.3rem;
    color: var(--altcolor);
}

#solucao > div {
    display: flex;
    column-gap: 3rem;
    justify-content: space-between;
    margin: 3rem 0 1rem;
    align-items: center;
}
#solucao > div ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 1.2rem;
}
#solucao > div ul li {
    display: flex;
    align-items: center;
    background: var(--altcolor);
    padding: 0 1rem 0 0;
    border-radius: 1rem;
    width: max-content;
    font-size: 1.25rem;
    column-gap: 0.5rem;
    overflow: hidden;
}
#solucao > div ul li span {
    background: #ff7800;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}
#solucao > div ul li > p {
    color: var(--color);
    font-size: 1.25rem;
}
#solucao > div ul li img {
    zoom: 1.4;
    filter: invert(1);
    padding: 0.3rem;
}
#solucao > div > img {
    max-width: 30%;
    border-radius: 2rem;
    align-self: center;
}

#oferta {
    padding: 4rem 15vw;
    text-align: center;
}
#oferta h2 {
    font-size: 3rem;
    margin: 0 0 1.5rem;
}
#oferta h3 {
    font-size: 1.8rem;
    margin: 4rem 0 1.3rem;
}
#oferta h2 span {
    color: var(--orange);
}
#oferta p {
    font-size: 1.3rem;
}
#oferta .resultados {
    display: flex;
    justify-content: space-between;
    column-gap: 4rem;
    row-gap: 3rem;
    margin: 2.5rem 0 2rem;
}
#oferta .resultados .item {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
    padding: 2rem;
    border: none;
    border-radius: 2rem;
    background: #fff3bf;
    text-align: center;
    justify-content: start;
    position: relative;
    overflow: hidden;
}
#oferta .resultados .item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #cc4700;
    background: linear-gradient(0deg, #cc4700 0%, #e2640f 50%);
    transition: all 0.35s;
}
#oferta .resultados .item:hover:before {
    height: 100%;
}
#oferta .resultados .item p {
    margin: 0;
    z-index: 2;
}
#oferta .resultados .item:hover p {
    color:var(--altcolor);
}
#oferta .resultados .item p.number {
    font-weight: 500;
    font-size: 3.6rem;
}
#oferta .resultados .item p.title {
    font-weight: 500;
    font-size: 1.4rem;
}

footer {
    padding: 0 15vw 2rem;
    background: var(--blue);
    background: linear-gradient(135deg, #020617, #02040f);
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .line {
    padding-top: 4rem;
    padding-bottom: 3rem;
    display: flex;
    gap: 4rem;
    align-items: center;
}
footer .line h2 {
    text-align: center;
    font-size: 2.3rem;
    margin: 0;
    color: var(--altcolor);
    font-weight: 400;
    max-width: 50rem;
    color: #ffffff;
}
footer .line h2 span {
    text-wrap: nowrap;
    font-weight: 500;
}
footer .line p {
    margin: 0;
    font-size: 1.1rem;
    color: var(--altcolor);
    text-align: center;
    line-height: 1.8rem;
}
footer .line > div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 1.5rem 24px;
    align-items: center;
}
footer .line > div.left {
    padding: 2.5rem;
    background: #ffffff;
    border-radius: 2rem;
}
footer .line a.btn,
footer .line a.btn:visited {
    background: #cc4700;
    background: linear-gradient(0deg, #cc4700 0%, #e2640f 50%);
    border: none;
    border-radius: 10rem;
    padding: 1rem;
    color: var(--altcolor);
    display: flex;
    align-items: center;
    gap: 0.4rem;
    justify-content: center;
    font-size: 1.35rem;
    transition: 200ms;
    text-decoration: none;
    margin-top: 0.5rem;
}
footer .line a.btn:hover,
footer .line a.btn:active {
    cursor: pointer;
    font-size: 1.4rem;
}
footer .line a.btn img {
    filter: invert(1);
}
footer .line .left img.logo {
    max-width: 200px;
    margin: 0 0 0.5rem;
}
footer .line .left div {
    display: flex;
    flex-direction: column;
}
footer .line .left div a {
    display: flex;
    text-decoration: none;
    gap: 0.4rem;
    font-size: 1.1rem;
    color: #000000;
    border-radius: 10rem;
    padding: 0.4rem 1rem;
    transition: 250ms;
    white-space: nowrap;
}
footer .line .left div a:hover {
    background: var(--orange);
    color: var(--altcolor);
}
footer .line .left div a img {
    filter: invert(44%) sepia(71%) saturate(3486%) hue-rotate(5deg)
        brightness(98%) contrast(88%);
    zoom: 0.8;
}
footer .line .left div a:hover img {
    filter: invert(1);
}
footer .subline {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 3rem;
}
footer .subline p {
    margin: 0;
    font-size: 0.9rem;
    color: #ffffff;
}
footer .subline a {
    outline: 0;
    text-decoration: none;
}
footer .subline a img {
    filter: invert(1);
}
@media screen and (max-width: 1320px) {
    section {
        padding: 0 10vw;
    }
}
@media screen and (max-width: 1050px) {
    #hero h1 {
        font-size: 2.6rem;
        line-height: 3rem;
    }
    footer .subline {
        flex-direction: column;
        gap: 1rem;
    }
    footer .subline p {
        text-align: center;
    }
}
@media screen and (max-width: 850px) {
    #hero h1 {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
    #hero p {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media screen and (max-width: 768px) {
    #intro {
        flex-direction: column;
    }
    #intro img {
        max-width: max-content;
    }
    /*  #advantages .cards div {
    max-width:35vw
  }*/
    footer .line {
        flex-direction: column-reverse;
        gap: 5rem;
    }
}
@media screen and (max-width: 660px) {
    #hero {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    section {
        padding: 0 1rem;
    }
    #advantages .cards div {
        max-width: 43vw;
    }
}
@media screen and (max-width: 480px) {
    #hero {
        padding: 1.5rem 1.2rem 2rem;
    }
    #hero h1 {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
    #hero p {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
    #hero > div:first-child {
        gap: 1.5rem;
    }
    #hero > div:last-child {
        max-width: 320px;
    }
    #intro {
        padding: 2rem 1.2rem;
        gap: 1.5rem;
    }
    #advantages {
        padding: 2rem 1.2rem;
    }
    #advantages .cards div {
        max-width: 100%;
    }
    footer {
        padding: 2rem 1.2rem;
        gap: 3rem;
    }
    footer .line h2 {
        font-size: 1.8rem;
    }
    footer .line img.logo {
        max-width: 80%;
    }
}
.popMessage {
    position: fixed;
    width: 100vw;
    top: 0;
    height: 100vh;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #000000d9;
    z-index: 99999;
}
.popMessage .flexed {
    max-width: 450px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    border-radius: 0.5rem;
    overflow: hidden;
}
.popMessage .flexed p.title {
    background: var(--blue);
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 0.6rem 1rem;
    margin: 0;
    text-align: center;
}
.popMessage.warn .flexed p.title {
    background: var(--orange);
}
.popMessage .flexed p {
    color: var(--color);
    font-size: 1.1rem;
    width: 100%;
    padding: 0.7rem 1.2rem;
    text-align: center;
}
.popMessage .flexed button {
    border-radius: 10rem;
    border: 1px solid var(--blue);
    background: var(--blue);
    padding: 0.5rem 2rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    max-width: fit-content;
    color: var(--altcolor);
    cursor: pointer;
    transition: 200ms;
    letter-spacing: 0.2rem;
    margin: 0 0 1rem;
}
.popMessage .flexed button:hover {
    background: transparent;
    color: var(--blue);
}
.popMessage.warn .flexed button {
    border: 1px solid var(--orange);
    background: var(--orange);
}
.popMessage.warn .flexed button:hover {
    background: transparent;
    color: var(--orange);
}
#contato-cta {
    bottom: 4rem !important;
}
@media screen and (max-width: 1600px) {
    #hero h1 {
        font-size: 4rem;
        line-height: 4.5rem;
    }
}
@media screen and (max-width: 1500px) {
    #hero h1 {
        font-size: 3.4rem;
        line-height: 3.5rem;
    }
}
@media screen and (max-width: 1200px) {
    #hero h1 {
        font-size: 3rem;
        line-height: 3.2rem;
    }
    #hero p {
        font-size: 1.6rem;
        line-height: 1.9rem;
    }
}
@media screen and (max-width: 1024px) {
    #hero h1 {
        font-size: 2.6rem;
        line-height: 2.8rem;
    }
    #hero p {
        font-size: 1.3rem;
    }
    #detalhes .problemas-nao-otimizacao {
        column-gap: 2rem;
    }
    #solucao > div {
        flex-direction: column;
    }
    #solucao > div > img {
        display: none;
    }
    #solucao > div ul li {
        width: 100%;
    }
    #oferta .resultados {
        column-gap: 2rem;
    }
}
@media screen and (max-width: 950px) {
    #hero {
        flex-direction: column;
        column-gap: 0;
        row-gap: 2rem;
        text-align: center;
        height: 100%;
    }
    #hero .form {
        margin: 1rem auto 0;
    }
}
@media screen and (max-width: 780px) {
    header {
        z-index: 99999;
        gap: 0;
        align-items: center;
        justify-content: center;
    }
    header a.btn {
        display: none;
    }
    #detalhes .problemas-nao-otimizacao,
    #oferta .resultados {
        flex-direction: column;
    }
    #hero > div:last-child {
        max-width: 100%;
        min-width: 100%;
    }
    #detalhes h2,
    #solucao h2,
    #oferta h2 {
        line-height: 3rem;
        font-size: 2.6rem;
    }
    footer .line {
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 480px) {
    header {
        position: relative;
    }
    #hero {
        padding: 2rem 1.2rem 3rem;
    }
}
