@charset "utf-8";

@font-face {
    font-family: 'Asap';
    src: url(../font/asap-700.woff2) format('woff2'),
        url(../font/asap-700.woff) format('woff'),
        url(../font/asap-700.ttf) format('truetype'),
        url(../font/asap-700.otf) format('opentype');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../font/roboto-300.woff2) format('woff2'),
        url(../font/roboto-300.woff) format('woff'),
        url(../font/roboto-300.ttf) format('truetype'),
        url(../font/roboto-300.otf) format('opentype');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../font/roboto-300-italic.woff2) format('woff2'),
        url(../font/roboto-300-italic.woff) format('woff'),
        url(../font/roboto-300-italic.ttf) format('truetype'),
        url(../font/roboto-300-italic.otf) format('opentype');
    font-style: italic;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url(../font/roboto-500.woff2) format('woff2'),
        url(../font/roboto-500.woff) format('woff'),
        url(../font/roboto-500.ttf) format('truetype'),
        url(../font/roboto-500.otf) format('opentype');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

/*fim: font*/

/*root*/
:root {

    /*tipografia*/
    --title-font: 'Asap', sans-serif;
    --content-font: 'Roboto', sans-serif;

    /*largura seção*/
    --max-width-pc: 1002px;
    --max-width-tablet: 678px;
    --max-width-mobile: 353px;

    /*largura logo*/
    --max-logo: 228px;

    /*largura título*/
    --max-title-pc: 658px;
    --max-title-tablet: 370px;
    --max-title-mobile: 333px;

    /*largura caixa*/
    --max-box-0: 678px;
    --max-box-1: 486px;
    --max-box-2: 314px;
    --max-box-3: 228px;

    /*largura botão*/
    --max-box-button: 314px;

    /*cor seção*/
    --section-gradient-0: radial-gradient(at bottom center, #2c5d39 0%, #18331f 70%);
    --section-gradient-1: linear-gradient(180deg, #d7e6db 0%, #e8f1ea 100%);
    --section-gradient-2: linear-gradient(183deg, #f3f8f4 0%, #ffffff 100%);
    --section-gradient-3: linear-gradient(183deg, #ff0000 0%, #ff4c4c 100%);
    --section-color-0: #18331f;
    --section-color-1: #d7e6db;
    --section-color-2: #ffffff;
    --section-color-3: #333333;

    /*cor caixa*/
    --box-gradient-0: radial-gradient(circle, #2c5d39 0%, #18331f 100%);
    --box-gradient-1: radial-gradient(circle, #ffffff 0%, #d4d4d4 100%);
    --box-gradient-2: linear-gradient(150deg, #FFFFFF 15%, #2C5D38 60%, #18331f 80%);
    --box-gradient-3: linear-gradient(180deg, #d7e6db 0%, #ffffff 50%);
    --box-gradient-4: linear-gradient(90deg, #e34907 0%, #e86d38 100%);
    --box-gradient-5: linear-gradient(90deg, #27a452 0%, #52b674 100%);
    --box-color-0: #18331f;
    --box-color-1: #2c5d39;
    --box-color-2: #d7e6db;
    --box-color-3: #ffffff;
    --box-color-4: #e24a07;
    --box-color-5: #27a452;
    --box-color-6: #ff0000;


    /*cor botão*/
    --button-gradient-0: linear-gradient(90deg, #e34907 0%, #e86d38 100%);
    --button-gradient-1: linear-gradient(90deg, #27a452 0%, #52b674 100%);
    --button-gradient-2: linear-gradient(90deg, #44b535 0%, #69c35d 100%);

    /*cor texto*/
    --text-gradient-0: linear-gradient(90deg, #18331f 25%, #2c5d39 50%, #18331f 75%, #2c5d39 100%);
    --text-gradient-1: linear-gradient(90deg, #d4d4d4 25%, #ffffff 50%, #d4d4d4 75%, #ffffff 100%);
    --text-color-0: #18331f;
    --text-color-1: #ffffff;
    --text-color-2: #333333;
    --text-color-3: #e24a07;
    --text-color-4: #27a452;
    --text-color-5: #ff0000;

    /*cor ícone*/
    --icon-color-0: #18331f;
    --icon-color-1: #ffffff;
    --icon-color-2: #333333;
    --icon-color-3: #e24a07;
    --icon-color-4: #27a452;

    /*cor divisor*/
    --divider-color-0: #18331f;
    --divider-color-1: #ffffff;

    /*modelo borda*/
    --border-model-0: 2px solid #18331f;
    --border-model-1: 3px solid #18331f;
    --border-model-2: 3px solid #e24a07;
    --border-model-3: 3px solid #27a452;
    --border-model-4: 3px solid #ff0000;
    --border-model-5: 1px dashed #ffffff;
    --border-model-6: 3px dashed #ffffff;

    /*arredondamento borda*/
    --border-radius-0: 15px;
    --border-radius-1: 100px;

    /*sombra caixa*/
    --box-shadow-0: 0px 15px 20px -15px #18331fcc;

    /*padding caixa*/
    --box-padding-0: 15px 20px;
    --box-padding-1: 0px 20px;

    /*padding botã0*/
    --button-padding-0: 15px 20px;
    --button-padding-1: 0px 15px;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

/*fim: root*/

/*ocultar responsivo*/
@media (min-width: 1024px) and (max-width: 999999px) {
    .pc-hidden {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .tablet-hidden {
        display: none !important;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .mobile-hidden {
        display: none !important;
    }
}

/*fim: ocultar responsivo*/

/*normalize*/
head {
    display: none;
}

*,
*::before,
*::after {
    margin: 0;
    margin-block: 0;
    margin-inline: 0;
    padding: 0;
    padding-block: 0;
    padding-inline: 0;
    outline: 0;
    border: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    display: block;
    font-size: 100%;
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

li {
    display: list-item;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
    user-select: none;
}

svg {
    display: block;
    user-select: none;
    overflow: hidden;
}

b,
strong {
    font-weight: 500;
}

a {
    cursor: pointer;
    text-decoration: none;
}

/*fim: normalize*/

/*tipografia*/
h1 {
    width: auto;
    display: block;
    font-family: var(--title-font);
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
    h1 {
        font-size: 26px;
        line-height: 28px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    h1 {
        font-size: 24px;
        line-height: 26px;
    }
}

h2 {
    width: auto;
    display: block;
    font-family: var(--content-font);
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
    h2 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    h2 {
        font-size: 18px;
        line-height: 24px;
    }
}

h3 {
    width: auto;
    display: block;
    font-family: var(--title-font);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0;
}

p {
    width: auto;
    display: block;
    font-family: var(--content-font);
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0;
}

p.small {
    font-size: 16px !important;
    line-height: 22px !important;
}

p.x-small {
    font-size: 14px !important;
    line-height: 20px !important;
}

p.xx-small {
    font-size: 12px !important;
    line-height: 18px !important;
}

p.xxx-small {
    font-size: 10px !important;
    line-height: 16px !important;
}

li {
    width: auto;
    display: list-item;
    font-family: var(--content-font);
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0;
}

li.small {
    font-size: 16px !important;
    line-height: 22px !important;
}

li.x-small {
    font-size: 14px !important;
    line-height: 20px !important;
}

li.xx-small {
    font-size: 12px !important;
    line-height: 18px !important;
}

li.xxx-small {
    font-size: 10px !important;
    line-height: 16px !important;
}

/*fim: tipografia*/

/*cor fundo*/
.bg-gradient-0 {
    background: var(--section-gradient-0);
}

.bg-gradient-1 {
    background: var(--section-gradient-1);
}

.bg-gradient-2 {
    background: var(--section-gradient-2);
}

.bg-gradient-3 {
    background: var(--section-gradient-3);
}

.bg-solid-0 {
    background: var(--section-color-0);
}

.bg-solid-1 {
    background: var(--section-color-1);
}

.bg-solid-2 {
    background: var(--section-color-2);
}

.bg-solid-3 {
    background: var(--section-color-3);
}

/*fim: cor fundo*/

/*seção*/
.section {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 60px 0px;
}

.section-width {
    width: 100%;
    max-width: var(--max-width-pc);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 30px 0px;
    padding: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .section-width {
        max-width: var(--max-width-tablet);
        padding: 0px 10px;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .section-width {
        max-width: var(--max-width-mobile);
        padding: 0px 10px;
    }
}

.section-width.section-width-tablet {
    max-width: var(--max-width-tablet);
    padding: 0px 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .section-width.section-width-tablet {
        max-width: var(--max-width-tablet);
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .section-width.section-width-tablet {
        max-width: var(--max-width-mobile);
    }
}

.title-container {
    width: 100%;
    max-width: var(--max-title-pc);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .title-container {
        max-width: var(--max-title-tablet);
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .title-container {
        max-width: var(--max-title-mobile);
    }
}

.focus-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}

/*fim: seção*/

/*elemento padronizado*/
.button {
    width: 100%;
    max-width: var(--max-box-button);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0;
    cursor: pointer;
    user-select: none;
    background: var(--button-gradient-0);
    border-radius: var(--border-radius-1);
    padding: var(--button-padding-0);
    box-shadow: var(--box-shadow-0);
    transition: transform 0.5s ease 0s;
}

.button:hover {
    transform: scale(1.05);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .button:hover {
        transform: none;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .button:hover {
        transform: none;
    }
}

.button p {
    width: 100%;
    text-align: center;
    color: var(--text-color-1) !important;
}

.button p.x-small {
    width: 100%;
    text-align: center;
    color: var(--text-color-1) !important;
}

.icon-button {
    width: 100%;
    max-width: var(--max-box-button);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0px 15px;
    cursor: pointer;
    user-select: none;
    background: var(--button-gradient-0);
    border-radius: var(--border-radius-1);
    padding: var(--button-padding-0);
    box-shadow: var(--box-shadow-0);
    transition: transform 0.5s ease 0s;
}

.icon-button:hover {
    transform: scale(1.05);
}

@media (min-width: 768px) and (max-width: 1023px) {
    .icon-button:hover {
        transform: none;
    }
}

@media (min-width: 0px) and (max-width: 767px) {
    .icon-button:hover {
        transform: none;
    }
}

.icon-button p {
    width: auto;
    text-align: center;
    color: var(--text-color-1) !important;
}

.icon-button .icon-block {
    width: auto;
    height: 24px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.icon-button .icon-block svg {
    width: auto;
    height: 100%;
    fill: var(--icon-color-1);
}

.icon-button img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

/*fim: elemento padronizado*/