@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

:root {
    --font: 'Nunito', Helvetica, Arial, sans-serif;
    --green: #c5e0b4;
    --green-dark: #a3c2a3;
    --green-light: #cce0cc;
    --blue: #bdd7ee;
    --red: #fbd6d6;
    --yellow: #ffe699;
    --grey-1: #fafafa;
    --grey-2: #e7e7e7;
    --grey-3: #bfbfbf;
    --grey-4: #888888;
    --grey-5: #616161;
    --grey-6: #5a5a5a;
    --grey-7: #4f4f4f;
    --grey-8: #444444;
    --grey-9: #2f2f2f;
  
    --background: #595959;
    --background-gradient: linear-gradient(to bottom right, var(--grey-6), var(--grey-9));
}

html {
    scroll-behavior: smooth;
}

body {
    background-image: var(--background-gradient);
    font-family: var(--font);
    color: var(--grey-1);
    margin: 0;
}

section {
    padding: 0 1em;
}

hr {
    border: 1px solid var(--light-grey);
}

h1, h2, h3, h4, h5, h6, p {
    color: var(--light-grey);
}

a {
    color: var(--blue);
    cursor: pointer;
    text-decoration: underline;
}

/* //// */
/* generic classes */
.container {
    margin: 0 auto;
    padding: 0 1em;
    max-width: 600px;
}

.text-highlight-yellow {
    color: var(--yellow);
}

.back-green {
    background-color: var(--green);
}

span.highlight {
    background-color: var(--grey-4);
}

span.superscript {
    font-size: 0.8em;
    vertical-align: super;
}

.icon-svg {
    filter: brightness(0.6);
}

ul.ticks {
    list-style: none;
    padding-inline-start: 0;
}

ul.ticks li:before {
    content: '✓';
    font-size: 1.5em;
    padding-right: .5em;
    opacity: 0.3;
}

div#logo-container {
    padding: 3em 0;
    display: flex;
    justify-content: center;
}

/* //// */
/* subtitle - green rectangle with icon next to the left */
div.subtitle {
    display: flex;
    align-items: center;
    padding-left: 0.5em;
    margin-top: 4em;
}

div.subtitle h3 {
    color: var(--grey-9);
    padding: .2em 0 0 .5em;
}

div.subtitle img.icon {
    width: 40px;
}

/* //// */
/* action-btn-container - green button that leads to form */
.icon-rotation {
    transform: scale(1.5) rotate(332deg);
}

div.action-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem;
    padding: 2rem 0;
}

div.action-btn-container a.btn {
    display: block;
    width: 12rem;
    height: 2rem;
    background: var(--green);
    padding: 0.5rem;
    text-align: center;
    border-radius: 3px;
    color: var(--grey-9);
    text-decoration: none;
    font-weight: bold;
    line-height: 2rem;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

div.action-btn-container a.btn:hover {
    background: var(--green-light);
}

div.action-btn-container a.btn:active {
    background: var(--green-dark);
}

div.action-btn-container img.icon{
    position: absolute;
    margin-left: -14em;
    margin-top: -1em;
}

div.action-btn-container a{
    position: absolute;
}

/* //// */
/* price */
div#for-container {
    position: relative;
    top: 2.4em;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-right: 1em;
}

div#for-container img {
    width: 4em;
}

@media (min-width: 576px) {
    div#for-container {
        top: 6em;
    }
}

div#price-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

div#for-container p#for {
    position: absolute;
    display: block;
    height: 2.5em;
    width: 3em;
    margin: 1em 1em 0 0;
    text-align: center;
}

div#price-container p#price {
    font-weight: bold;
}

div#price-container p#price span#symbol {
    font-size: 2.2em;
}

div#price-container p#price span#number {
    font-size: 5em;
}

div#price-container p#price span#period {
    font-size: 1.5em;
}


/* //// *//* //// *//* //// */
/* //// *//* //// *//* //// */
/* SECTIONS - ONE */
section#section-one h1{
    color: var(--green);
    font-size: 1.5rem;
    margin: 0;
    text-align: left;
}

section#section-one p.lead {
    font-size: 1.6rem;
    margin-top: 0;
}

section#section-one p.lead span.highlight {
    font-style: italic;
}

@media (min-width: 576px) {
    section#section-one h1{
        font-size: 2.3rem;
    }
}

/* //// */
/* SECTIONS - THREE */
section#section-three img.img-painel {
    width: 100%;
    padding: 2px;
}

section#section-three div#icon-container {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 2em;
}

section#section-three div#icon-container div {
    position: absolute;
    top: -1rem;
    z-index: 100;
    width: 70%;
    max-width: 20rem;
    display: flex;
    justify-content: space-around;
}

section#section-three div#icon-container div img.icon-svg {
    width: 2.5rem
}

/* //// */
/* SECTIONS - FIVE */
section#section-five ul {
    list-style: none;
    padding-inline-start: 0;
}
section#section-five ul li {
    display: flex;
    align-items: center;
}

section#section-five li img {
    width: 2.5rem;
    margin-right: 1em;
}

/* //// */
/* SECTIONS - SIX */
section#section-six ul {
    list-style: none;
}

/* //// */
/* SECTIONS - SEVEN */
section#section-seven ul {
    line-height: 1.3em;
}

/* //// */
/* SECTIONS - EIGHT */
div.footnotes p {
    font-size: 0.8em;
    color: var(--grey-4);
    height: 0.8rem;
}

.black-icon {
    filter: invert(1) grayscale(100%) brightness(0) sepia(100%) hue-rotate(180deg)
}

section#section-eight div.action-btn-container {
    padding-bottom: unset;
}

/* //// */
/* SECTIONS - NINE / form */
form div.inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

form div.textarea {
    margin-top: 2rem;
}

form div.textarea textarea {
    width: 100%;
    height: 9em;
}

section#section-nine div.subtitle{
    margin-bottom: 2rem;
}


/* //// */
/* FORM */
form {
    margin: 1em 0;
}

form input[type="text"], form input[type="email"] {
    width: 100%;
    height: 1.6em;
    padding: .2em;
    margin: 1em 0 1em 1em;
}

form textarea {
    width: 100%;
}

form input, form textarea {
    background-color: var(--grey-9);
    color: var(--grey-2);
}

form div#form-submit {
    display: flex;
    justify-content: space-around;
    margin-top: 1rem;
}

form p#mailto {
    text-align: center;
}

form div#form-submit input[type="submit"] {
    width: 10em;
    height: 3em;
    margin-bottom: 3em;
}

form#contact-form button#btn-form-submit {
    width: 10em;
    height: 3em;
    border-radius: 4px;
    border: none;
    background: var(--grey-7);
    color: white;
    cursor: pointer;
}

form#contact-form button#btn-form-submit:hover {
    background: var(--grey-6);
}

form#contact-form input.highlight {
    border: 1px solid var(--yellow);
}

/* form reCapcha */
.recaptcha-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.7rem;
}

/* Form answer */
div#form-answer div#form-answer-header {
    display: flex;
    justify-content: end;
    padding: 1em 1em 0;
}

div#form-answer, div.form-answer-message {
    display: none;
}

div#form-answer.show, div.form-answer-message.show {
    display: block;
}

div#form-answer {
    border-bottom: 1px solid var(--grey-3);
    padding-left: 1em;
}

div#form-answer p {
    color: var(--yellow);
    margin-top: 0;
}

button#btn-form-answer-close {
    cursor: pointer;
}

/* //// */
/* COOKIES CONSENT POPUP */
div#cookies-consent-popup {
    position: fixed;
    z-index: 10000;
    bottom: 1em;
    width: 20em;
    left:calc((100vw - 20em)/2);
    transition: all 0.5s ease;
    display: none;
}

div#cookies-consent-popup.show {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    display: flex;
}

div#cookies-consent-popup.hide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

div#cookies-consent {
    background-color: var(--blue);
    color: var(--grey-9);
    border-radius: 20px;
}

div#cookies-consent a {
    color: var(--grey-9);
    text-decoration: none;
}

div#cookies-consent a:hover {
    color: var(--grey-4);
    text-decoration: none;
}

div#cookies-consent-body {
    padding: 1em;
}

div#cookies-consent-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 1em;
}

button#cookies-consent-button {
    width: 5em;
    height: 2em;
    border-radius: 2px;
    border: none;
    background: var(--grey-7);
    color: white;
    cursor: pointer;
}


/* FOOTER */
footer {
    background-color: var(--grey-7);
    color: var(--grey-2);
    padding: 1em 0;
    border-top: 1px solid white;
    margin-top: 10rem;
}

img.icon-social-media {
    width: 1.5em;
    height: 1.5em;
    margin: 0 .5em;
}

div#footer-links p a {
    color: var(--grey-4);
    text-decoration: none;
    margin-left: 1em;
}

div#footer-container{
    padding: 1em 0;
}

img#logo-colorido {
    width: 14em;
}

div#footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 4em 0;
}

div#footer-logo div#footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em 0;
}


/* MEDIA QUERIES */
@media only screen and (min-width: 600px) {
    body > section {
        max-width: 600px;
        margin: 0 auto;
    }

    div#footer-container {
        max-width: 600px;
        height: 10em;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1em 0;
    }
}