:root {
  --primary: #034f91;
  --secondary: #17ae6b;
  --body-size: 16px;
  --family-primary: "Blogger Sans", sans-serif;
  --text-color: #034f91;
  --title-color: #034f91;
  --content-heading-color: #034f91;
  --subtitle-color: #034f91;
  --label-color: #034f91;
  --strong-color: #034f91;
  --input-background-color: rgba(255, 255, 255, 0.9);
  --button-background: #17ae6b;
  --info-color: #17ae6b;
  --tabs-background: #808080;
  --subtitle-strong-color: #034f91;
  --break-small: 320px;
  --break-notsosmall: 768px;
  --white-ter: #eeeeee;
  --green: #00ff00;
  --grey: #808080;
  --grey-light: #d3d3d3;
  --grey-lighter: #f0f0f0;
  --grey-dark: #696969;
  --dark: #000000;
}

@font-face {
  font-family: "Blogger Sans";
  src: url("../fonts/Blogger_Sans-webfont.woff") format("woff");
}

html {
  background: var(--white-ter);
  min-height: 100%;
  --color: var(--green);
  --gradient-top-left: #008000; /* dark and saturated green */
  --gradient-bottom-right: #80ff80; /* light and desaturated green */
}

body {
  font-weight: 500;
  font-family: var(--family-primary);
  font-size: var(--body-size);
  color: var(--text-color);
}

.has-text-centered {
  text-align: center;
}

.media {
  display: flex;
  text-align: left;
  gap: 2ch;
  margin-bottom: 7pt;
  align-items: flex-start;
}

.button.is-medium {
  font-size: 1.25rem;
}

.button.is-info {
  background-color: #17ae6b;
  border-color: transparent;
  color: #fff;
}

.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  box-shadow: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1.5;
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border-color: #dbdbdb;
  color: #363636;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: calc(0.375em - 1px) 0.75em;
  text-align: center;
  white-space: nowrap;
}

.title {
  color: #034f91;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.modal-close {
  display: none;
}

.media-left {
  width: 6ch;
  text-align: center;
}

.is-warning {
  background-color: rgb(255, 221, 87);
}

.notification {
  border-radius: 3px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
  margin-top: 1ch;
}

strong {
  font-weight: 700;
  color: var(--strong-color);
}

body,
#app {
  height: 100%;
  margin-bottom: -25px;
  display: flex;
  justify-content: center;
}

.is-half {
  width: 50%;
}
@media (max-width: 768px) {
  .is-half {
    width: 100%;
  }
}

.socialiconlink,
.nodeco {
  text-decoration: none;
  margin-right: 1ch;
}

.rodape {
  padding-top: 4ch;
}

.app-column {
  min-height: 50%;
  background: #d8eefe;
  border-radius: 5pt;
  margin: 3em 0;
  padding: 3em 1em;
  box-shadow: 1px 1px 4px var(--grey-light);
}

.tabs.is-medium {
  font-size: 1em;
}

@media screen and (max-width: var(--break-small)),
  screen and (max-width: var(--break-notsosmall)) {
  .tabs.is-medium,
  .jp-card-container,
  .jp-card,
  .app-column {
    font-size: 1em;
    border-radius: 0;
    margin: 0;
    width: 320px;
    overflow: hidden;
    min-width: 240px;
  }
}

h1,
.pricing {
  transition: all 500ms ease-out 1s;
}

.pricing {
  margin-top: 30pt;
}

.condicoes,
.pagamento {
  margin-top: 30pt;
}

.fade-enter-active,
.fade-leave-active {
  transition-property: opacity;
  transition-duration: 0.25s;
  transition-delay: 0.25s;
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

.fatura p,
.fatura ul,
.fatura strong {
  color: var(--grey-dark);
}

ul {
  margin-top: 0;
}

.checkbox,
.radio {
  display: block;
  color: var(--white);
}

.tabs.is-toggle a {
  color: var(--grey);
  background: rgba(255, 255, 255, 0.9);
}

.payoption .button {
  margin-bottom: 20pt;
}

.home .videohome {
  background: rgba(var(--grey-lighter), 0.2)
    url("../img/troca-vidro-vidro-print-1.jpg") center center;
  max-width: 90%;
  margin: 0px auto;
  margin-bottom: 30px;
  /* height: 240px; */
  display: flex;
  align-items: center;
}

.blackfriday {
  background: var(--dark);
  padding: 20pt 20pt;
  margin-top: -10pt;
  margin-bottom: 30pt;
  border-radius: 5pt;
}

.aviso {
  background: #f3f137;
  color: #111111;
  padding: 10pt 10pt;
}

.app-footer p {
  margin-bottom: 7px;
}

.fa,
.button .fa,
.tabs.is-toggle li.is-active a .fa {
  color: var(--secondary);
}

.button {
  background-color: var(--button-background);
  color: var(--white);
}

.tabs.is-toggle li.is-active a {
  border: none;
  background: var(--secondary);
}
