body {
  /* height: 200px; */
  background-color: #003251; /* For browsers that do not support gradients */
  background-image: linear-gradient(to bottom right, #003251, #313131);
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-family: 'Raleway';
}

html, body { 
  scroll-behavior: smooth;
}

/**
* LAYOUT
*/

.full-height {
  /* height: 100vh; */
}

.flex-center {
  /* align-items: center; */
  /* display: flex; */
  /* justify-content: center; */
}

.position-ref {
  /* position: relative; */
}

/* .container{
  width: 100%;
} */
.container-checkout{
  background-color: #f8f8f8;
  padding: 5em;
  margin-bottom: 5em;
  box-shadow: #5F5F3F 3px 3px 15px 2px;
  scroll-behavior: smooth; 
}

.banner-static {
  width: 100%;
  min-height: 100vh;
  background-image: url('/images/bg2.jpg');
  padding-top: 150px;
  overflow: hidden;
  background-size: cover;
  scroll-behavior: smooth; 
}

.checkout-static {
  width: 100%;
  min-height: 100vh;
  padding-top: 150px;
  overflow: hidden;
  background-size: cover;
  scroll-behavior: smooth; 
}

.banner-static .banner-moc-box {
  display: flex;
  justify-content: center;
}

.banner-static .banner-moc-box>img {
/*   position: relative;
  left: 275px;
  max-width: 100%; */
}

.appilo-menu {
  right: 0;
  left: 0;
  top: 30px;
  z-index: 1030;
  margin: 0 auto;
  max-width: 1170px;
  position: absolute;
}

.banner-static .banner-content {
  padding-top: 140px;
}


.banner-static .banner-content h3 {
  margin: 0;
  color: #190A32;
  font-size: 42px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 11px;
}
/*
* BARRA DIREITA
*/

@media (min-width: 1200px){
  .checkout .order-resume {
      flex-grow: 1;
      margin-left: 20px;
      max-width: 100%;
  }
  .order-resume__header {
    padding: 30px;
    border: #e7e7e7 solid 1px;
    /* margin-top: 5em; */
  }
.order-resume .icon-cart-grey {
  font-size: 24px;
}

.order-resume__title {
  font-size: 22px;
}

.order-item {
  font-size: 14px;
  padding: 22px 30px;
}

.order-item__name {
  max-width: 90%;
}

.order-resume__total {
  font-size: 16px;
  padding: 22px 30px;
}
.order-resume__accepted-flags {
  padding: 18px 40px;
}
.order-resume__total {
  font-size: 16px;
  padding: 22px 30px;
}

}


body.active .languette {
  transform: translate(0, 0);
  transition: transform 1s ease;
}
body.active .content {
  width: 100vw;
  height: 100vh;
  transition: width 1s 1s ease, height 1s 1s ease;
}


.btn-finalizar{
  padding: 15px 30px;
  background: #00a000;
  color: #fff;
  width: 100%;
  max-width: 360px;
}

.btn-assinar{
  padding: 15px 30px;
  background: #003251;
  display: inline-block;
  color: #fff;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 50px;
}

.btn-assinar:hover{
  padding: 15px 10px;
  background: #990707;
  display: inline-block;
  color: #fff;
  width: 80%;
}



.order-resume {
    background: #fff;
}

.order-resume__header {
  align-items: center;
  background: #f8f8f8;
  border-bottom: 1px solid #fafafa;
  display: flex;
  padding: 20px 16px;
}
.order-resume .icon-cart-grey {
  font-size: 16px;
  margin-right: 14px;
}

.order-resume__title {
  color: #4b4b4b;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.02em;
}

ol, ul {
  list-style: none;
  padding: 0;
}

.order-item {
  align-items: center;
  color: #4b4b4b;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  padding: 16px;
}

.order-item__name {
  margin-right: 15px;
  max-width: 350px;
  width: 100%;
  line-height: 140%;
}

.order-item__inner {
  align-items: center;
  display: flex;
  margin-left: auto;
}
.order-resume__total {
  align-items: center;
  color: #4b4b4b;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 500;
  padding: 16px;
}

.order-resume__total-price {
  margin-left: auto;
}

.discount-coupon {
  border-top: 1px solid #e7e7e7;
  min-height: 84px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 16px;
}

.order-resume__accepted-flags {
  align-items: center;
  background: #f8f8f8;
  border-top: 1px solid #e7e7e7;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 14px 25px;
}

.order-resume__total {
  align-items: center;
  color: #4b4b4b;
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 500;
  padding: 16px;
}






/**
* Barra esquerda
*/

.payment-title {
  width: 100%;
  text-align: center;
}

.payment-logo {
  width: 100%;
  text-align: center;
  background-color: #003251;
  margin-top: 20px;
  padding: 2em; 
}

.form-container .field-container:first-of-type {
  grid-area: name;
}

.form-container .field-container:nth-of-type(2) {
  grid-area: number;
}

.form-container .field-container:nth-of-type(3) {
  grid-area: expiration;
}

.form-container .field-container:nth-of-type(4) {
  grid-area: security;
}

.field-container input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.field-container button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.field-container {
  position: relative;
}

.form-container {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: auto auto;
  grid-template-rows: 90px 90px 90px;
  grid-template-areas: "name name""number number""expiration security";
  max-width: 400px;
  padding: 20px;
  color: #707070;
}

label {
  padding-top: 5px;
  margin-bottom: 0;
  font-size: 13px;
}

input {
  margin-top: 3px;
  padding: 15px;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
}

.ccicon {
  height: 38px;
  position: absolute;
  right: 6px;
  top: calc(50% - 17px);
  width: 60px;
}

/* CREDIT CARD IMAGE STYLING */
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.container_card {
  width: 100%;
  max-width: 400px;
  max-height: 251px;
  height: 60vw;
  padding: 20px;
}

#ccsingle {
  position: absolute;
  right: 15px;
  top: 20px;
}

#ccsingle svg {
  width: 100px;
  max-height: 60px;
}

.creditcard svg#cardfront,
.creditcard svg#cardback {
  width: 100%;
  -webkit-box-shadow: 1px 5px 6px 0px black;
  box-shadow: 1px 5px 6px 0px black;
  border-radius: 22px;
}

#generatecard{
  cursor: pointer;
  float: right;
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
  background-color: #909090;
  border-radius: 4px;
  cursor: pointer;
  float:right;
}

/* CHANGEABLE CARD ELEMENTS */
.creditcard .lightcolor,
.creditcard .darkcolor {
  -webkit-transition: fill .5s;
  transition: fill .5s;
}

.creditcard .lightblue {
  fill: #03A9F4;
}

.creditcard .lightbluedark {
  fill: #0288D1;
}

.creditcard .red {
  fill: #ef5350;
}

.creditcard .reddark {
  fill: #d32f2f;
}

.creditcard .purple {
  fill: #ab47bc;
}

.creditcard .purpledark {
  fill: #7b1fa2;
}

.creditcard .cyan {
  fill: #26c6da;
}

.creditcard .cyandark {
  fill: #0097a7;
}

.creditcard .green {
  fill: #66bb6a;
}

.creditcard .greendark {
  fill: #388e3c;
}

.creditcard .lime {
  fill: #d4e157;
}

.creditcard .limedark {
  fill: #afb42b;
}

.creditcard .yellow {
  fill: #ffeb3b;
}

.creditcard .yellowdark {
  fill: #f9a825;
}

.creditcard .orange {
  fill: #ff9800;
}

.creditcard .orangedark {
  fill: #ef6c00;
}

.creditcard .grey {
  fill: #bdbdbd;
}

.creditcard .greydark {
  fill: #616161;
}

/* FRONT OF CARD */
#svgname {
  text-transform: uppercase;
}

#cardfront .st2 {
  fill: #FFFFFF;
}

#cardfront .st3 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 600;
}

#cardfront .st4 {
  font-size: 54.7817px;
}

#cardfront .st5 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
}

#cardfront .st6 {
  font-size: 33.1112px;
}

#cardfront .st7 {
  opacity: 0.6;
  fill: #FFFFFF;
}

#cardfront .st8 {
  font-size: 24px;
}

#cardfront .st9 {
  font-size: 36.5498px;
}

#cardfront .st10 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 300;
}

#cardfront .st11 {
  font-size: 16.1716px;
}

#cardfront .st12 {
  fill: #4C4C4C;
}

/* BACK OF CARD */
#cardback .st0 {
  fill: none;
  stroke: #0F0F0F;
  stroke-miterlimit: 10;
}

#cardback .st2 {
  fill: #111111;
}

#cardback .st3 {
  fill: #F2F2F2;
}

#cardback .st4 {
  fill: #D8D2DB;
}

#cardback .st5 {
  fill: #C4C4C4;
}

#cardback .st6 {
  font-family: 'Source Code Pro', monospace;
  font-weight: 400;
}

#cardback .st7 {
  font-size: 27px;
}

#cardback .st8 {
  opacity: 0.6;
}

#cardback .st9 {
  fill: #FFFFFF;
}

#cardback .st10 {
  font-size: 24px;
}

#cardback .st11 {
  fill: #EAEAEA;
}

#cardback .st12 {
  font-family: 'Rock Salt', cursive;
}

#cardback .st13 {
  font-size: 37.769px;
}

/* FLIP ANIMATION */
.container_card {
  perspective: 1000px;
}

.creditcard {
  width: 100%;
  max-width: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  cursor: pointer;
}

.creditcard .front,
.creditcard .back {
  position: absolute;
  width: 100%;
  max-width: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  color: #47525d;
}

.creditcard .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.creditcard.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media (max-width: 800px){
  .banner-static .banner-content {
    padding-top: 30px;
  }

  .banner-static .banner-content h3{
    font-size: 32px;
    line-height: 48px;
  }

  .container-checkout {
    padding: 0;
  }

  .banner-static .banner-moc-box>img {
      max-width: inherit; 
      position: relative;
      left: 10px;
  
  }
}


footer {
  color: #fff;
  padding: 20px 0;
  text-align: center;
}