@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&family=DM+Sans:wght@400;700&display=swap");

:root {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;

    color-scheme: light dark;
    color: rgba(255, 255, 255, 0.87);
    background-color: #242424;

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    --font-tile: "Amatic SC", cursive;
    --font-body: "DM Sans", sans-serif;
    --ocean-blue: #009191;
    --ocean-blue-dark: #007e7e;
    --deep-white: #efeeed;
    --deep-white2: #d4d4d4;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    padding: 0;
    min-height: 100vh;
    height: auto;
    background: #fff;
    font-family: var(--font-body) !important;
    font-size: 16px;
    font-weight: 400;
    color: black;
    overflow-x: hidden;
}

.text-uppercase {
    text-transform: uppercase;
}

p {
    padding: 0;
    margin: 0;
}

h1 {
    padding: 0;
    margin: 0;
}

.center {
    text-align: center;
}

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    overflow: hidden;
    width: 100%;
    max-width: 1080px;

    padding: 0;
    margin: 0;
}

.a-hora h1 {
    font-family: var(--font-tile);
    color: var(--ocean-blue);
    font-size: 5.3125rem;
    line-height: initial;
    text-align: center;
}

.a-hora span {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.iframe-container {
    width: 50%;
    aspect-ratio: 1;
    margin: 2rem 0rem;
    background: lightgray 0px 0px / 100% 100% no-repeat;
}

.responsive-iframe {
    width: 100%;
    height: 100%;
}

.a-hora p {
    margin: 1rem 0rem;
    font-size: 18px;
    max-width: 75%;
    font-family: 'DM Sans';
}

.button {
    border: inherit;
    color: white;
    padding: 1rem 3rem;
    font-size: 18px;
    background: var(--ocean-blue);
    cursor: pointer;
}

.button-gray {
    background-color: #D9D9D9;
    border: 3.35px solid var(--ocean-blue);
    color: var(--ocean-blue) !important;
    font-weight: 500;
}
.button-gray:hover {
    color: white !important;
}

.text-left {
    text-align: left !important;
    max-width: 90% !important;
    margin-right: auto;
}

.button:hover {
    background: var(--ocean-blue-dark);
}

.button a {
    color: white;
    text-decoration: none;
}

.bug {
    width: 100% !important;
    text-align: left !important;
}


header.header {
    display: block;
    overflow: visible !important;
    pointer-events: none;
}

header.header a {
    display: inline-block;
    pointer-events: all;
}

header.header .header-logo {
    max-width: 180px;
}

header.header .header-logo img {
    height: 100%;
    width: 100%;
}

@media (max-width: 1099px) {
    .main-section {
        margin-top: .5rem;
    }

    header.header {
        text-align: center;
    }
}
@media (min-width: 1100px) {
    .main-section {
        margin-top: 2rem;
    }

    header.header {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }
}
@media (min-width: 1280px) {
    header.header {
        left: 7%;
    }
}
@media (min-width: 1440px) {
    header.header {
        left: 11%;
    }
}
@media (min-width: 1920px) {
    header.header {
        left: 20%;
    }
}


.button.ajudar {
    margin-top: 1rem;
}

.horizontal-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.horizontal-display.left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.horizontal-display-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    max-width: 30%;
    width: 100%;
    padding-top: 1rem;
}

.horizontal-display .big-text {
    font-size: 37px;
    max-width: 63%;
}

.horizontal-display-img img {
    font-size: 2.8125rem;
    max-width: 75%;
    line-height: initial;
}

.horizontal-display-img span {
    font-family: var(--font-tile);
    color: var(--ocean-blue);
    font-size: 25px;
}

.horizontal-display p {
    max-width: 53%;
    width: 100%;
    font-size: 18px;
    text-align: left;
}

.green {
    color: var(--ocean-blue);
}

.consequences-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    width: 90%;
    background: var(--ocean-blue);
    color: white;
}

.consequences-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: 100%;
    max-width: 43%;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
}

.consequences-option span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    border: 2px solid white;
    padding: 0.2rem 1rem;
    width: 58px;
    height: 49px;
    border-radius: 100%;
}

.ganhe-bichinho {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    text-align: center;
    width: 100%;
    background: var(--deep-white);
    margin-top: 2rem;
    padding-bottom: 2rem;
}

.ganhe-bichinho h2 {
    font-family: var(--font-tile);
    color: var(--ocean-blue);
    font-size: 80px;
    width: 80%;
    margin: 0;
    padding: 0;
}

.ganhe-bichinho.a-hora h2 {
    line-height: initial;
    font-size: 4.625rem;
    margin: 1rem auto .5rem;
}

.ganhe-bichinho .text-container {
    width: 100%;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ganhe-bichinho > .container > .text-container > p {
    width: 100% !important;
    max-width: 90% !important;
}

.ganhe-bichinho .message-error {
    display: block;
    margin-top: 4px;
    color: #ff5252;
    font-size: 15px;
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.items-doacao {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    width: 100%;
    margin-bottom: 2rem;
}

.doe-item {
    width: 23%;
}

.doe-item > img {
    max-height: 185px;
}
@media (max-width: 900px) {
    .items-doacao .doe-item > img {
        max-height: 260px;
    }
}
@media (max-width: 740px) {
    .items-doacao .doe-item > img {
        max-height: 240px;
    }
}
@media (max-width: 690px) {
    .items-doacao .doe-item > img {
        max-height: 200px;
    }
}
@media (max-width: 520px) {
    .items-doacao .doe-item > img {
        max-height: 240px;
    }
}

.doe-item .escrita {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: 100%;
    height: 90px;
    border: inherit;
}

.escolha-pelucia {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-left: 1rem !important;
    margin-top: 2rem !important;
    margin-bottom: 0 !important;
    margin-right: auto !important;
    font-size: 60px !important;
}

.doe-item .escrita p {
    all: unset;
    font-size: 20px;
    font-weight: 700;
}

.doe-item .escrita span {
    all: unset;
    font-family: var(--font-body);
}

input[type="checkbox"] {
    margin: 0px;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    width: 20px;
    height: 20px;
    border: 2px solid var(--ocean-blue);
    border-radius: 5px;
    background-clip: content-box;
    padding: 3px;
    cursor: pointer;
    opacity: 1;
}
input[type="checkbox"]:checked {
    background-color: var(--ocean-blue);
}

.doe-item .adicionar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    gap: 0.5rem;
}

.doe-item .adicionar-item .subtrair,
.doe-item .adicionar-item .somar {
    background: var(--ocean-blue);
    border: inherit;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    line-height: 1;
}

.doe-item .adicionar-item .subtrair:hover,
.doe-item .adicionar-item .somar:hover {
    background: var(--ocean-blue-dark);
}

.doe-item .adicionar-item .show-soma {
    content: "";

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: var(--deep-white2);
    font-size: 15px;
}

.certificado {
    padding: 1rem;
    width: calc(18.5% - 16px) !important;
}

.a-hora h3 {
    font-family: var(--font-tile);
    color: var(--ocean-blue);
    font-size: 100px;
    padding: 0;
    margin: 0;
    margin-top: 2rem;
}

.sobre {
    text-align: center;
}

.sobre .img-panda {
    max-width: 200px;
    height: 100%;
}

.observations {
    background: var(--deep-white2);
    width: 100%;
    padding: 1rem 0rem;
}

.form-ficha-doe-e-ganhe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: 100%;
    background: var(--deep-white);
}

.form-ficha-doe-e-ganhe .container {
    padding: 1rem;
}

.form-ficha-doe-e-ganhe .error {
    border-bottom-color: #ff5252 !important;
}

.form-ficha-doe-e-ganhe .aceites {
    margin-top: 3rem;
}
.form-ficha-doe-e-ganhe .aceites .error label.labelCheck {
    color: #ff5252 !important;
}

.form-ficha-doe-e-ganhe .form-section label {
    display: block;
    width: 100%;
    margin-top: 20px;
    font-family: var(--font-body);
}
.form-ficha-doe-e-ganhe .form-section label.labelCheck {
    display: inline;
    vertical-align: super;
}
.form-ficha-doe-e-ganhe .form-section label.labelCheck a {
    color: var(--ocean-blue);
}

.form-ficha-doe-e-ganhe .form-section input[type=text],
.form-ficha-doe-e-ganhe .form-section select {
    all: unset;
    display: block;
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    background: transparent;
    color: #242424;
    border: inherit;
    border-bottom: 2px solid #24242470;
    fill: #242424;
}
.form-ficha-doe-e-ganhe .form-section input[type=text]:-moz-read-only,
.form-ficha-doe-e-ganhe .form-section input[type=text]:read-only {
    opacity: .4;
}

.form-ficha-doe-e-ganhe .form-section .message-error {
    display: block;
    margin-top: 4px;
    color: #ff5252;
    font-size: 14px;
    text-align: left;
}

.form-ficha-doe-e-ganhe h4 {
    font-family: var(--font-tile);
    font-size: 34px;
    color: var(--ocean-blue);
    padding: 0;
    margin: 0;
    margin-right: auto;
    margin-top: 3rem;
}

.form-ficha-doe-e-ganhe .alert.danger {
    margin-top: 3rem;
    margin-bottom: -2.5rem;
}

.form-ficha-doe-e-ganhe ul.inline {
    margin-right: auto;
    margin-top: 1rem;
    margin-bottom: 10px;
}

.form-ficha-doe-e-ganhe ul.inline > li {
    display: inline-block;
}
.form-ficha-doe-e-ganhe ul.inline > li:first-of-type {
    margin-right: 2rem;
}

.form-ficha-doe-e-ganhe ul.inline > li label {
    display: inline-block;
    padding: 0.7rem 1rem;
    background: transparent;
    color: var(--ocean-blue);
    font-family: var(--font-body);
    border: 2px solid var(--ocean-blue);
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
}
.form-ficha-doe-e-ganhe ul.inline > li label:hover,
.form-ficha-doe-e-ganhe ul.inline > li input[type=radio]:checked + label:hover {
    background: var(--ocean-blue);
    color: var(--deep-white);
}

.form-ficha-doe-e-ganhe ul.inline > li input[type=radio] {
    display: block;
    width: 0;
    height: 0;
    opacity: 0;
}
.form-ficha-doe-e-ganhe ul.inline > li input[type=radio].error + label {
    border-color: #ff5252;
}
.form-ficha-doe-e-ganhe ul.inline > li input[type=radio]:checked + label {
    border: 1px dashed var(--ocean-blue);
    color: var(--ocean-blue);
}

.form-ficha-doe-e-ganhe .payment_card {
    margin-top: 40px;
}

.form-ficha-doe-e-ganhe .payment_card .jp-card-container {
    margin: unset;
}

.form-ficha-doe-e-ganhe .donate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    width: 20%;
    margin-top: 2rem;
    margin-bottom: 6rem;
    margin-left: auto;
}

.donate-certificate.donate h5,
.form-ficha-doe-e-ganhe .donate h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;

    margin: 0px !important;
    margin-top: auto !important;
    font-family: var(--font-tile);
    font-size: 25px;
    color: var(--ocean-blue);
    padding: 0px !important;
}

.form-ficha-doe-e-ganhe .donate .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;

    margin-top: auto;
    gap: 2rem;
}

.donate-certificate.donate .total span,
.form-ficha-doe-e-ganhe .donate .total span {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    margin: 0px !important;
    font-family: var(--font-tile);
    color: var(--ocean-blue);
    font-size: 40px;
    margin-top: auto;
}

.form-ficha-doe-e-ganhe .donate button {
    padding: 1.5rem;
    background: var(--ocean-blue);
    width: 100%;
    text-align: center;
    color: var(--deep-white);
    border: inherit;
    cursor: pointer;
    font-size: 18px;
}

.form-ficha-doe-e-ganhe .donate button:hover {
    background: var(--ocean-blue-dark);
}

@media (min-width: 1100px) {
    .a-hora h1 {
        font-size: 7.3125rem;
    }
}

@media (min-width: 320px) {
    body {
        min-width: 320px;
    }
}

@media (max-width: 900px) {
    span {
        text-align: center;
    }

    .form-ficha-doe-e-ganhe h4 {
        text-align: center;
    }

    .form-ficha-doe-e-ganhe .form-section {
        width: 70%;
        margin: auto;
    }

    .form-ficha-doe-e-ganhe ul.inline {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: auto;
        margin-left: auto;
    }

    .form-ficha-doe-e-ganhe .donate {
        margin-right: auto;
        margin-left: auto;
        width: 60%;
    }

    .items-doacao {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        gap: 2rem;
    }

    .items-doacao .doe-item {
        width: 40%;
    }

    .observations .sobre {
        padding: 1rem;
    }

    .iframe-container {
        width: 90%;
    }

    .horizontal-display {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;

        margin-top: 2rem;
    }

    .big-text {
        font-size: 20px !important;
        width: 100% !important;
        max-width: 90% !important;
        text-align: center !important;
    }

    .horizontal-display.left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;

        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;

        margin-top: 2rem;
    }

    .horizontal-display p {
        width: 100%;
        max-width: 90% !important;
        text-align: center;
    }

    .consequences-option {
        width: 100% !important;
        max-width: 100% !important;
    }

    .consequences-option span {
        width: 49px;
        height: 49px;
        padding: 0.1rem 0.7rem;
    }

    h2 {
        font-size: 60px !important;
    }

    h3 {
        font-size: 60px !important;
    }

    .sobre img {
        width: 30%;
    }
}

@media (max-width: 520px) {
    h1 {
        font-size: 60px !important;
    }

    .consequences-option span {
        width: 40px;
        height: 40px;
    }

    .items-doacao .doe-item {
        width: 70%;
    }

    .form-ficha-doe-e-ganhe .form-section {
        width: 100%;
    }

    .form-ficha-doe-e-ganhe .donate {
        width: 90%;
    }
}


.itsTimeImgContainer {
    margin-top: 1.5rem;
}

.itsTimeImgContainer img {
    max-width: 350px;
    width: 100%;
    height: 100%;
}


.certificate-container * {
    cursor: pointer;
}

.certificate-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    margin: 1rem 0 1rem 0;
}

.certificate-container input {
    margin-right: .6rem;
}

.certificate-container label {
    text-align: left;

    color: #009191;
    font-size: 1rem;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.item-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 250px) {
    .item-controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 673px) {
    .item-controls {
        width: 80%;
        margin: auto;
    }
}


.item-controls button {
    color: #fff;
}

.item-controls p {
    color: #009191;
}

.donate-certificate.donate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

.donate-certificate.donate .total {
    margin-right: 2rem;
}


.donate-certificate .total {
    display: initial;
}

.donate-certificate .total h5 {
    margin-right: 2rem !important;
}

.donate-certificate .total h5,
.donate-certificate .total span {
    display: inline;
}

.rodape {
    width: 100%;
    margin-top: 6rem;
    padding: 4rem 0;
}
.rodape .container {
    margin: auto;
}

.rodape .container .logotipo {
    margin-right: 3rem;
}

.rodape .container a {
    color: white !important;
    text-decoration: underline !important;
    -webkit-text-decoration-color: grey !important;
    text-decoration-color: grey !important;
}

/* Donation thanks */
.donation-thanks h1 {
  font-size: 4.3125rem;
}

.donation-thanks div.alert.success {
    width: 70%;
    background-color: var(--ocean-blue);
    text-align: left;
    z-index: 1;
}

.form-section.footer {
    margin-top: 2rem;
}
