a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.aciklama {
    text-align: left;
    width: 100%;
}

*,
:after,
:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


  option {
        color: black; // color of all the other options
      }

.tarih {
    background: hsla(0,0%,100%,.15);
    color: hsla(0,0%,100%,.8);
    font-size: 18px;
    padding: 5px 10px;
	border: none;
}



input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
body,
html {
    color: hsla(0, 0%, 100%, 0.7);
    height: 100%;
}
body {
    background: #d9d9d9;
    font-family: Nunito, sans-serif;
}
.global {
    overflow: hidden;
}
button {
    cursor: pointer;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}
.marca-cartao {
    opacity: 0;
    transform: translate(150%);
    transition: 0.3s;
}
.marca-cartao-entra {
    opacity: 1;
    transform: translate(0);
}
input {
    border: none;
    width: 100%;
}
h3 {
    font-size: 28px;
}
.w-100 {
    width: 100%;
}
.w-50 {
    width: 50%;
}
.w-48 {
    width: 48%;
}
.flex-area {
    display: flex;
}
.wrap {
    flex-wrap: wrap;
}
.j-center {
    justify-content: center;
}
.j-start {
    justify-content: flex-start;
}
.j-end {
    justify-content: flex-end;
}
.j-space-between {
    justify-content: space-between;
}
.a-items-center {
    align-items: center;
}
.a-items-start {
    align-items: start;
}
.card-area,
.resumo-pedido-area {
    margin: 50px auto;
    max-width: 460px;
    width: 95%;
}
.card-area h2,
.resumo-pedido-area h2 {
    margin-bottom: 10px;
}
.resumo-pedido-area {
    margin: 50px auto;
    position: relative;
}
.resumo-pedido-area .bordinha-nice {
    background: #20163d;
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
    bottom: -6px;
    height: 13px;
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%);
    transition: 0.3s;
    width: 79%;
}
.resumo-pedido-area .bordinha-nice:after {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    bottom: 3px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 68%;
}
.flip-container {
    height: 346px;
    perspective: 1000px;
    position: relative;
    transition: 0.6s;
    width: 100%;
}
.flipper {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform-origin: 50% 50%;
    transform-style: preserve-3d;
    width: 100%;
}
.cartao-back,
.cartao-front {
    backface-visibility: hidden;
}
.cartao-front {
    z-index: 2;
}
.cartao-back {
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(180deg) rotateX(180deg) translate(0);
    transition: 0.3s;
}
.cartao-back .chip {
    height: auto;
    width: 20%;
}
.anima-flipper {
    animation: infiaMaquina 3s ease both;
}
.anima-flipper .cartao-front {
    animation: fadeOut 1s ease both;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.anima-cartao-back {
    animation: arrumaPosicao 1s 0.2s both;
}
@keyframes arrumaPosicao {
    0% {
        left: 0;
        top: 0;
        transform: rotate(180deg) rotateX(180deg) translate(0);
    }
    to {
        left: 0;
        top: 50%;
        transform: rotate(180deg) rotateX(180deg) translateY(-50%);
    }
}
.anima-cartao-back label {
    margin-bottom: 10px;
}
.anima-cartao-back h3 {
    color: hsla(0, 0%, 100%, 0.3);
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8), 0 -1px 1px hsla(0, 0%, 100%, 0.8);
}
@keyframes infiaMaquina {
    0% {
        left: 0;
        top: 0;
        transform: rotateY(0deg) rotateX(0deg) rotate(0deg) translate(0);
    }
    25% {
        left: 0;
        top: 0;
        transform: rotateY(180deg) rotateX(0deg) rotate(0deg) translate(0);
    }
    50% {
        left: 50%;
        top: 50%;
        transform: rotateY(180deg) rotateX(0deg) rotate(90deg) translate(-50%, -50%);
        transform-origin: 53.5% 50%;
        width: 70%;
    }
    70% {
        width: 70%;
    }
    85% {
        left: 50%;
        top: 50%;
        transform: rotateY(180deg) rotateX(0deg) rotate(90deg) translate(-50%, -50%);
        transform-origin: 53.5% 50%;
        width: 70%;
    }
    to {
        left: 50%;
        top: 50%;
        transform: rotateY(180deg) rotateX(0deg) rotate(90deg) translate(-110%, -50%);
        transform-origin: 53.5% 50%;
        width: 70%;
    }
}
.cartao {
background: #000094;
    background: -moz-linear-gradient(45deg, #362563 0, #4b2563 100%);
    background: -webkit-linear-gradient(45deg, #000039, #00009e);
    background: linear-gradient(45deg, #000033, #00008e);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#362563",endColorstr="#4b2563",GradientType=1);
    overflow: hidden;
    padding: 35px;
    width: 100%;
}
.cartao .header-cartao {
    margin-bottom: 30px;
}
.cartao .header-cartao-titulo {
    white-space: nowrap;
}
.cartao label {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    position: relative;
}
.cartao label span {
    margin-bottom: 5px;
}
.cartao label .input-area {
    position: relative;
}
.cartao label .input-area input {
    background: hsla(0, 0%, 100%, 0.15);
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 18px;
    padding: 5px 10px;
}
.cartao label .input-area i {
    opacity: 0.5;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.resumo-pedido-area .cartao {
    padding: 25px 35px;
}
.resumo-pedido-area .cartao .flex-area {
    margin-bottom: 12px;
}
.resumo-pedido-area .cartao .flex-area p {
    font-size: 15px;
}
.resumo-pedido-area .cartao .flex-area:last-child {
    margin-bottom: 0;
}
.resumo-pedido-area .cartao .total {
    border: 2px solid hsla(0, 0%, 100%, 0);
    border-top-color: hsla(0, 0%, 100%, 0.5);
    margin-bottom: 0;
    padding-top: 10px;
    position: relative;
    transition: 0.5s;
}
.btn-comprar {
    background: none;
    background: #000089;
    border: none;
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    color: #fff;
    cursor: pointer;
    font-family: Nunito, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 0;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    transition: 0.3s;
}
.btn-comprar:hover {
    background: #000038;
}
.maquininha {
    align-items: center;
    border-bottom: 0 solid #20163d;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
.maquininha .flex-area {
    width: 100%;
}
.animacao-maquininha {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    transition: 0.3s;
}
svg path,
svg rect {
    fill: #fff;
}
.loading-area {
    align-items: center;
    bottom: 30px;
    display: flex;
    height: auto;
    justify-content: center;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 90%;
}
.loading-area .svg-loading {
    opacity: 0;
}
.loading-area .feedback-sucesso {
    left: 50%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 30%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    width: 90%;
}
.loading-area .feedback-sucesso .compra-sucesso {
    background: #000043;
    border-radius: 3px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    text-align: center;
}
@keyframes vaiSumir {
    0% {
        opacity: 1;
    }
    99% {
        opacity: 0;
    }
    to {
        opacity: 0;
    }
}
.card-area h2,
.titulo-area {
    opacity: 1;
    transition: 0.3s;
	padding-bottom: 17px;
}
.fadeOut {
    opacity: 0 !important;
}
@media screen and (max-width: 354px) {
    h3 {
        font-size: 22px;
    }
    .cartao label span {
        font-size: 14px;
    }
}
