@charset "UTF-8";
/* #region */
/* #endregion */
/* #region */
/* #endregion */
/* #region */
/* #endregion */
/* #region */
/* #endregion */
/* #region */
/* #endregion */
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 360px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 568px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1282px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  color: #444;
  font-size: 16px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(13, 76, 135, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

:focus {
  outline: 0;
}

img {
  height: auto;
  max-width: 100%;
}

ol,
ul {
  list-style: none;
  margin-bottom: 20px;
}

blockquote,
q {
  quotes: "";
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #181818;
  font-weight: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h1 {
  color: #fff;
  display: block;
  font-size: 5.625rem;
  line-height: 50px;
  font-weight: 100;
  margin: 70px 0 100px;
  position: relative;
  text-align: center;
  width: 100%;
}

h2 {
  color: #0d4c87;
  font-size: 90px;
  font-weight: 300;
  line-height: 1;
  margin: 20px 0 40px;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  color: #0d4c87;
  font-size: 19px;
  line-height: 34px;
  font-weight: bold;
  margin: 35px 0;
  text-transform: uppercase;
}

h4 {
  color: #000;
  display: block;
  font-family: "museo_500", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 30px;
  margin-bottom: 30px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

h5 {
  color: #fff;
  display: block;
  font-size: 5.625rem;
  font-weight: 100;
  line-height: 24px;
  margin: 140px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

h6 {
  font-size: 14px;
  line-height: 21px;
}

.subheader {
  color: #777;
}

p {
  font-weight: 300;
  color: #3f4245;
  font-size: 1.125rem;
  line-height: 25px;
  margin: 0 0 20px;
}

p img {
  margin: 0;
}

p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}

em {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}

blockquote cite::before {
  content: "— ";
}

blockquote cite a,
blockquote cite a:visited {
  color: #555;
}

hr {
  background-color: #c4c4c4;
  border-width: 1px 0 0;
  border: solid #ddd;
  clear: both;
  height: 1px;
  margin: 10px 0 30px;
  width: 100%;
}
@media (min-width: 768px) {
  hr {
    width: 40%;
  }
}

a,
a:visited {
  color: #333;
  text-decoration: none;
  outline: 0;
}

p a,
p a:visited {
  line-height: inherit;
}

ul {
  list-style: none outside;
}

ol {
  list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}

li {
  line-height: 18px;
  margin-bottom: 12px;
}

ul.large li {
  line-height: 21px;
}

li p {
  line-height: 21px;
}

p a {
  color: #0b6ca2;
  font-weight: 500;
}

.titulo {
  font-weight: 300;
  font-size: 1.25rem;
  text-transform: uppercase;
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  display: block;
  margin-top: 30px;
}

.sub-titulo {
  color: #0b6ca2;
  position: relative;
  float: left;
  display: block;
  width: 100%;
  height: auto;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 40px;
}

.subtitulo {
  background-color: #eae4e3;
  text-align: center;
}

.subtitulo h2 {
  color: #0b6ca2;
  margin: 0;
  padding: 72px 0;
}

.passos h3 {
  font-size: 50px;
  font-weight: 300;
  margin: 0 0 50px;
}

.generic-content h1 {
  color: #0b6ca2;
  text-align: left;
  font-weight: 500;
  font-size: 1.5rem;
  margin: 40px 0;
}

.generic-content p {
  margin-bottom: 1em;
}

.img-resize {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}

.img-resize-40 {
  float: left;
  max-width: 450px;
  height: auto;
  position: relative;
}

img.scale-with-grid {
  max-width: 100%;
  height: auto;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.icon-ok {
  width: 79px;
  height: 82px;
  display: block;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
}

.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #eee;
  background: #eee -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background: #eee linear-gradient(rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 8px 10px;
  font-family: inherit;
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
  color: #222;
  background: #ddd;
  background: #ddd -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background: #ddd linear-gradient(rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}

.button:active,
button:active,
input[type=submit]:active,
input[type=reset]:active,
input[type=button]:active {
  border: 1px solid #666;
  background: #ccc;
  background: #ccc -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.35)), to(rgba(10, 10, 10, 0.4)));
  background: #ccc linear-gradient(rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
}

.button.full-width,
button.full-width,
input[type=submit].full-width,
input[type=reset].full-width,
input[type=button].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.bt {
  cursor: pointer;
  float: left;
  width: 100%;
  height: auto;
  display: block;
}

.bt:hover {
  font-weight: bolder;
}

.bt-buy {
  border-radius: 50px;
  color: #1c64a9;
  padding: 29.5px 49px;
  display: inline-block;
  font-size: 34px;
  font-weight: 900;
  margin: 0 auto;
  -webkit-box-shadow: 2px 3px 15.3px 2.7px rgba(0, 0, 0, 0.13), -3px -5px 8px 0 rgba(0, 0, 0, 0.75) inset;
  box-shadow: 2px 3px 15.3px 2.7px rgba(0, 0, 0, 0.13), -3px -5px 8px 0 rgba(0, 0, 0, 0.75) inset;
  background: #ffd900;
  background: -webkit-gradient(linear, left top, right top, from(#ffd900), color-stop(7%, #ffd900), color-stop(51%, rgb(255, 255, 0)), color-stop(98%, #ffea00), to(#ffea00));
  background: linear-gradient(to right, #ffd900 0%, #ffd900 7%, rgb(255, 255, 0) 51%, #ffea00 98%, #ffea00 100%);
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bt-buy:hover {
  background: #ff9c51;
  background: -webkit-gradient(linear, left top, right top, from(#ff9c51), color-stop(7%, #ff9c51), color-stop(51%, #ffba53), color-stop(98%, #ff9c51), to(#ff9c51));
  background: linear-gradient(to right, #ff9c51 0%, #ff9c51 7%, #ffba53 51%, #ff9c51 98%, #ff9c51 100%);
  color: #009fab;
}

.bt-buy.small {
  border: 0;
  background: #ffa500;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  margin: 0 auto;
  padding: 12px 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -webkit-transition: background 0.25s ease-in;
  transition: background 0.25s ease-in;
}

fieldset + .bt-buy.small {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .bt-buy.small {
    letter-spacing: 2px;
    padding: 12px 24px;
  }
}
.bt-buy-now {
  margin: 0 auto;
  width: 154px;
  height: 40px;
  position: relative;
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/bt-buy-small.png") center no-repeat;
  display: table;
  vertical-align: middle;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.bt-buy-now:hover {
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/bt-buy-small-active.png") center no-repeat;
}

.bt-compras-carrinho {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
  float: left;
  margin: 30px 0;
  text-align: center;
}

.bt-compras-carrinho a {
  display: block;
  height: 212px;
  width: 212px;
  margin: 0 auto;
}

.bt-buy-quant-cod {
  margin: 0 15px;
  float: left;
  position: relative;
}

.bt-buy.small:hover {
  color: #fff;
  background: #ff8426;
}

.btn.is-whatsapp,
.btn.is-whatsapp:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M10%200c-5.5%200-10%204.5-10%2010%200%202%20.6%203.8%201.6%205.4l-1.6%204.6%204.7-1.5c1.5%201%203.3%201.5%205.3%201.5%205.5%200%2010-4.5%2010-10s-4.5-10-10-10zm0%2018c-1.5%200-3-.4-4.2-1.2l-.8-.5-1.8.6.6-1.8-.5-.8c-.9-1.3-1.3-2.8-1.3-4.3%200-4.4%203.6-8%208-8s8%203.6%208%208-3.6%208-8%208zm5.14-6.014c-.061-.099-.221-.159-.461-.279-.241-.119-1.424-.697-1.644-.777-.221-.08-.382-.12-.542.119-.16.239-.622.777-.762.936-.14.16-.281.18-.522.06-.24-.119-1.016-.372-1.935-1.185-.715-.633-1.198-1.414-1.339-1.654-.14-.239-.015-.368.106-.487l.361-.418c.121-.14.161-.239.24-.398.081-.159.04-.299-.02-.418s-.542-1.294-.742-1.773c-.2-.478-.401-.398-.541-.398l-.461-.02c-.16%200-.421.06-.642.299-.22.239-.842.817-.842%201.992s.862%202.31.983%202.47c.12.159%201.664%202.649%204.111%203.605s2.447.637%202.888.597c.441-.04%201.424-.578%201.625-1.135.2-.558.2-1.036.14-1.136z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  color: #fff;
}

.btn.is-whatsapp {
  background-color: #2cb742;
  border-radius: 3px;
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 10px 16px 10px 40px;
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn.is-whatsapp:hover {
  background-color: #31cc49;
}

.btn.is-whatsapp.has-only-icon {
  background-position: 50% 50%;
  border-radius: 7px;
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
}

form {
  margin-bottom: 20px;
}

fieldset {
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 15px;
}

input[type=text],
input[type=password],
input[type=email],
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  border-radius: 2px;
  font-family: inherit;
  font-size: 13px;
  color: #777;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}

select {
  padding: 0;
  width: 220px;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
  min-height: 60px;
}

input[type=checkbox] {
  display: inline;
}

.form-label-inline-error {
  display: none;
  color: #f00;
}

.form-label-inline-error.form-label-inline-error--override {
  display: inherit;
}

#payment-method-label {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  #payment-method-label {
    margin-bottom: 5px;
    padding-bottom: 0px;
  }
}

#legal-person-fieldset {
  margin-bottom: 26px;
}
@media (max-width: 600px) {
  #legal-person-fieldset {
    margin-bottom: 5px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 5px;
  }
}

@media (max-width: 600px) {
  #payment-method-dropdown {
    padding: 7px 0;
  }
}

.container .column,
.container .columns {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.row {
  margin-bottom: 20px;
  width: 100%;
}

.column.alpha,
.columns.alpha {
  margin-left: 0;
}

.column.omega,
.columns.omega {
  margin-right: 0;
}

.container .one.column,
.container .one.columns {
  width: 40px;
}

.container .two.columns {
  width: 100px;
}

.container .three.columns {
  width: 160px;
}

.container .four.columns {
  width: 220px;
}

.container .five.columns {
  width: 280px;
}

.container .six.columns {
  width: 340px;
}

.container .seven.columns {
  width: 400px;
}

.container .eight.columns {
  width: 460px;
}

.container .nine.columns {
  width: 520px;
}

.container .ten.columns {
  width: 580px;
}

.container .eleven.columns {
  width: 640px;
}

.container .twelve.columns {
  width: 700px;
}

.container .thirteen.columns {
  width: 760px;
}

.container .fourteen.columns {
  width: 820px;
}

.container .fifteen.columns {
  width: 880px;
}

.container .sixteen.columns {
  width: 940px;
}

.container .one-third.column {
  width: 300px;
}

.container .two-thirds.column {
  width: 620px;
}

.container .offset-by-one {
  padding-left: 60px;
}

.container .offset-by-two {
  padding-left: 120px;
}

.container .offset-by-three {
  padding-left: 180px;
}

.container .offset-by-four {
  padding-left: 240px;
}

.container .offset-by-five {
  padding-left: 300px;
}

.container .offset-by-six {
  padding-left: 360px;
}

.container .offset-by-seven {
  padding-left: 420px;
}

.container .offset-by-eight {
  padding-left: 480px;
}

.container .offset-by-nine {
  padding-left: 540px;
}

.container .offset-by-ten {
  padding-left: 600px;
}

.container .offset-by-eleven {
  padding-left: 660px;
}

.container .offset-by-twelve {
  padding-left: 720px;
}

.container .offset-by-thirteen {
  padding-left: 780px;
}

.container .offset-by-fourteen {
  padding-left: 840px;
}

.container .offset-by-fifteen {
  padding-left: 900px;
}

.container::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix::before,
.clearfix::after,
.row::before,
.row::after {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row::after,
.clearfix::after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clear::before, .clear::after,
.content::before,
.content::after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear::after,
.content::after {
  clear: both;
}

.content {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}

.content-midle {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  position: relative;
  display: block;
}

.coluna {
  width: 24%;
  position: relative;
  float: left;
  text-align: center;
}

.col-half {
  width: 50%;
  float: left;
  padding-bottom: 35px;
}

.col-half-70 {
  width: 66%;
  border-right: 1px solid #e1e1e1;
}

.col-half-30 {
  width: 26%;
}

.col-half-70,
.col-half-30 {
  float: left;
  padding: 0 1.6%;
}

.left-padded {
  padding-left: 15px;
}

.right-padded {
  padding-right: 15px;
}

.top-padded {
  padding-top: 15px;
}

.bottom-padded {
  padding-bottom: 30px;
}

.centered {
  text-align: center;
}

.right {
  padding: 10px;
  float: right;
}

.strong-blue {
  font-weight: bold;
  color: #124a97;
}

.remove-bottom {
  margin-bottom: 0 !important;
}

.half-bottom {
  margin-bottom: 10px !important;
}

.add-bottom {
  margin-bottom: 20px !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.dropdown {
  position: relative;
}

.dropdown:hover .dropdown__menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.dropdown__menu {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 10px 20px -2px rgba(0, 0, 0, 0.1), 0 6px 6px -2px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 10px 20px -2px rgba(0, 0, 0, 0.1), 0 6px 6px -2px rgba(0, 0, 0, 0.06);
  list-style: none;
  opacity: 0;
  margin: 0;
  padding: 8px 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  transition: opacity 0.25s, -webkit-transform 0.25s;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  width: 250px;
  z-index: 1;
}

.dropdown__menu > li {
  line-height: 1;
}

.dropdown__item {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.48);
  display: block;
  font-size: 14px;
  text-align: left;
  padding: 8px 16px;
  opacity: 1;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
}

.dropdown__item:hover {
  background: #e3f3fd;
}

.header {
  height: 223px;
  background-image: url("/images/barcode-brasil-header.jpg") !important;
  background-position: 0 0 !important;
}

.menu {
  background: url("/images/menu-bg.png") no-repeat;
  width: 961px;
  height: 42px;
  margin: 0 0 0 -13px;
  padding: 0 0 0 150px;
  position: relative;
}

.menu ul {
  height: 42px;
  margin: 0;
  padding: 0;
}

.menu ul li {
  height: 22px;
  display: block;
  float: left;
  padding: 10px 15px;
}

.menu li a {
  color: #fff;
  text-decoration: none;
}

.menu ul li:hover {
  background: #1a344b;
}

@media only screen and (max-width: 1px) {
  .menu {
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: static;
  }
  .menu ul {
    height: auto;
    margin: 0;
    padding: 0;
  }
  .menu ul li {
    height: auto;
    display: block;
    float: none;
    padding: auto;
  }
  .menu li a {
    color: #000;
    text-decoration: underline;
  }
  .menu ul li:hover {
    background: none;
  }
}
.phone-box1 {
  display: inline-block;
  margin-right: 15px;
  margin-left: -4px;
  width: 35px;
}

.phone-box1 input,
.phone-box1 label {
  width: 35px;
}

.phone-box2 {
  display: inline-block;
  width: 211px;
}

.address-street-label {
  display: block;
}
.address-street-label + textarea {
  margin-bottom: 20px;
}

#customer-phone {
  width: 160px;
}

#server-side-validation-errors {
  color: #000;
}

.topo .content {
  margin: 0;
  padding: 0 20px;
  top: 0;
  max-width: none;
}

.topo {
  padding-bottom: 24px;
  width: 100%;
}

.topo .wrap {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}

@media (min-width: 768px) {
  .topo {
    height: 125px;
    padding-bottom: 0;
  }
}
.box-telefone {
  display: none;
}

@media (min-width: 768px) {
  .box-telefone {
    color: #0a6191;
    display: block;
    padding: 0 15px;
    position: absolute;
    top: -1px;
    right: 40px;
    z-index: 1;
  }
  .box-telefone ul {
    margin: 0;
    padding: 0;
  }
  .box-telefone li {
    display: block;
    font-size: 12px;
    text-align: right;
    margin-top: 8px;
    position: relative;
  }
  .box-telefone li:nth-child(4) {
    margin-top: 4px;
  }
  .box-telefone li:nth-child(5) {
    margin-top: 4px;
  }
  .box-telefone li a {
    color: #0a6191;
    position: relative;
    top: 2px;
  }
}
.box-telefone__icon {
  display: inline-block;
  margin-right: 3px;
  position: relative;
  vertical-align: middle;
  width: auto;
  height: 16px;
}

.box-telefone__icon.is-mail {
  -webkit-transform: translate3d(0, -1px, 0);
  transform: translate3d(0, -1px, 0);
}

.box-telefone__icon.is-whatsapp {
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.box-telefone__icon.is-vivo {
  -webkit-transform: translate3d(0, -4px, 0);
  transform: translate3d(0, -4px, 0);
}

@media (max-width: 1350px) {
  .box-telefone {
    padding-left: 10px;
    padding-right: 10px;
    right: 2%;
  }
}
@media screen and (max-width: 1280px) {
  .box-telefone {
    margin-left: 0;
    float: right;
  }
}
@media screen and (max-width: 739px) {
  .box-telefone {
    display: none;
  }
}
@media screen and (max-width: 524px) {
  .topo {
    height: auto;
    padding-bottom: 15px;
  }
}
.menu-secundario {
  margin: 20px auto 0;
  position: relative;
  width: 96%;
  z-index: 10;
}

@media (min-width: 768px) {
  .menu-secundario {
    margin: 40px 10px 10px -50px;
    position: absolute;
    left: 50%;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .menu-secundario {
    display: none;
  }
}
.bt-menu-resposivo {
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/menu-bar-icon.png") center no-repeat #fff;
  border-radius: 7px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 3px 6px -1px rgba(0, 0, 0, 0.2), 0 5px 10px -1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 3px 6px -1px rgba(0, 0, 0, 0.2), 0 5px 10px -1px rgba(0, 0, 0, 0.12);
  display: inline-block;
  margin-right: 8px;
  padding: 5px 0;
  position: relative;
  width: calc(100% - 52px);
  height: 40px;
}

.bt-menu-resposivo:hover {
  border: 3px solid #025686;
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/menu-bar-icon.png") center no-repeat #e9f2ff;
  -webkit-box-shadow: 1px 1px 5px -1px #888;
  box-shadow: 1px 1px 5px -1px #888;
  color: #025686;
}

@media (min-width: 768px) {
  .bt-menu-resposivo {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .menu-secundario .btn.is-whatsapp {
    display: none;
  }
}
.esconder {
  float: left;
  position: relative;
  display: none;
  width: 100%;
  height: auto;
}

.barra-menu {
  background: #fff;
  border-radius: 7px;
  margin-top: 10px;
  padding: 10px;
}

@media screen and (max-width: 524px) {
  .barra-menu {
    padding: 0;
    left: 0;
  }
}
.barra-menu a {
  width: 100%;
  position: relative;
  display: block;
  padding: 15px 0;
  margin: 2px 0;
  border: 3px solid #eaeaea;
  text-align: center;
  background: #fff;
  border-radius: 7px;
  font-size: 1rem;
  color: #7b7b7b;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.barra-menu a:hover {
  padding: 12px 0;
  border: 3px solid #025686;
  background: #e9f2ff;
  color: #025686;
  -webkit-box-shadow: 1px 1px 5px -1px #888;
  box-shadow: 1px 1px 5px -1px #888;
}

.barra-menu a span {
  font-size: 0.75rem;
  color: #fff;
}

.barra-menu .fone {
  background: #025686;
  display: none;
}

.barra-menu .fone:hover {
  background: #025686 !important;
}

@media screen and (max-width: 739px) {
  .barra-menu .fone {
    display: block;
  }
}
.nav-menu {
  display: none;
}

@media (min-width: 992px) {
  .nav-menu {
    display: block;
    float: left;
    margin-left: 16px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .nav-menu a {
    font-size: 14px;
    border-top: 3px solid transparent;
    color: #7b7b7b;
    float: left;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding: 45px 12px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .nav-menu a:hover {
    border-top: 3px solid #025686;
    color: #025686;
  }
  .nav-menu > a:first-child,
  .nav-menu > a:nth-child(3) {
    display: none;
  }
}
@media (min-width: 1282px) {
  .nav-menu > a:first-child,
  .nav-menu > a:nth-child(3) {
    display: block;
  }
}
.slide {
  position: relative;
  min-height: 886px;
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/slide-background-home-v2.jpg") top right no-repeat #0c6ca3;
  background-size: cover;
}

.slide h1 {
  font-weight: 100;
  color: #fff;
  font-size: 70px;
  position: absolute;
  top: 150px;
}

.slide h1 span {
  font-weight: 300;
}

.slide .content {
  text-align: center;
}

.credit-cards {
  margin: 30px auto 0;
}

.display-button .content-midle {
  bottom: 116px;
  position: absolute;
}

.perguntas {
  background: url("../images/faq-testeira.jpg") top left no-repeat #0c6ca3;
}

.contato {
  background: url("../images/contato-testeira.jpg") top center no-repeat #0c6ca3;
}

.plano {
  background: url("../images/plano-testeira.jpg") top left no-repeat #0c6ca3;
}

.blog {
  background: url("../images/blog-testeira.jpg") top left no-repeat #0c6ca3;
  background-size: cover;
}

table,
th,
td {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  position: relative;
  width: 100%;
}

thead,
tbody,
tr,
td,
th {
  display: block;
}

thead {
  background-color: #0c6ba1;
  display: table-header-group;
}

tbody {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
  width: auto;
  display: table-row-group;
  white-space: normal;
}

tr {
  display: table-row;
}

caption,
th,
td {
  text-align: center !important;
  font-weight: normal;
  min-width: 80px;
  border: 0;
  font-size: 16px;
  padding: 15px;
  position: relative;
  vertical-align: middle;
}

td,
th {
  border-bottom: 2px solid #fff;
  font-size: 18px;
  padding: 25px 15px;
  display: table-cell;
  vertical-align: middle;
}

th {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .table th:nth-child(1),
  .table td:nth-child(1) {
    text-align: left;
  }
  .table th:nth-child(2),
  .table td:nth-child(2) {
    text-align: center;
  }
  .table th:nth-child(3),
  .table td:nth-child(3) {
    text-align: right;
  }
}
td {
  background-color: #e8eff5;
  font-weight: bolder;
}

.table-cod-bar-1 thead .qtd {
  padding-left: 20px;
}

.table-cod-bar-1 table .quantidade-cod {
  padding-left: 20px;
}

.table-cod-bar {
  float: left;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
}

.row-cod-bar-inicio {
  display: table;
  position: relative;
  width: 100%;
  padding: 25px 0;
  background: #0b6ca2;
}

.row-cod-bar-inicio .cel-cod-bar {
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  line-height: normal;
}

.row-cod-bar {
  width: 100%;
  background-color: #ebebeb;
  border-bottom: 3px solid #fff;
  display: table;
  height: 88px;
}

.cel-cod-bar {
  vertical-align: middle;
  display: table-cell;
  font-size: 1.375rem;
  width: 31.2%;
  min-width: 100px;
  padding: 0;
  position: relative;
  text-align: center;
  font-weight: bolder;
}

.min-number {
  font-size: 0.875rem;
  font-weight: 100;
  position: relative;
  font-weight: normal;
  top: -4px;
}

.row-cod-bar-final {
  width: 100%;
  color: #fff;
  background: #3b3b3b;
  display: table;
  padding: 38px 0 30px;
}

.row-cod-bar-final .cel-cod-bar .total-cods {
  font-weight: 300;
  text-align: center;
  font-size: 0.875rem;
}

.row-cod-bar-final .cel-cod-bar .codes-research {
  position: relative;
  width: 146px;
  height: 27px;
  padding: 5px 10px;
  margin: 0 auto;
  top: 10px;
  border: 0 none;
}

.row-cod-bar-final .total {
  font-weight: normal;
}

.cel-cod-bar form {
  top: -20px;
  position: relative;
}

.discount {
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/circle-discount.png") center no-repeat;
  font-weight: 900;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-align: center;
  float: left;
  padding: 27px 9px;
  border-radius: 100px;
  top: 0;
  left: 5px;
  position: absolute;
}

.discount span {
  font-size: 1.375rem !important;
  margin: 5px 0;
}

.quantidade {
  width: auto;
  float: right;
  position: relative;
  margin: 30px 50px 0 0;
}

.table + hr {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
}

#payment-methods .pagbrasil-log {
  max-width: 168px;
  max-height: 50px;
  position: relative;
  display: block;
  float: left;
  margin-bottom: 30px;
}

#payment-methods .pagbrasil-log img {
  width: 100%;
  height: auto;
  float: left;
}

#payment-methods .bandeiras-bancos {
  max-width: 713px;
  max-height: 250px;
  position: relative;
  display: block;
  float: left;
  margin-bottom: 30px;
}

#payment-methods .bandeiras-bancos img {
  width: 100%;
  height: auto;
  float: left;
}

#payment-methods .certificados {
  max-width: 465px;
  max-height: 113px;
  position: relative;
  display: block;
  float: left;
  margin-bottom: 30px;
}

#payment-methods .certificados img {
  width: 100%;
  height: auto;
  float: left;
}

.col-30 {
  width: 30%;
  float: left;
}

.col-70 {
  width: 70%;
  float: left;
}

.seguranca {
  max-width: 100px;
  height: auto;
  position: relative;
  float: left;
  display: block;
  margin: 10px 30px 10px 0;
}

.bank-logo {
  text-align: center;
  margin: 20px 0;
}

.bank-logo a {
  width: 100px;
  margin-bottom: 30px;
}

.bank-logo img {
  width: 600px;
}

.text2 {
  display: inline-block;
  margin: 6px auto;
}

@media (min-width: 768px) {
  .text2 {
    margin: 6px 30px;
  }
}
.clearout {
  height: 20px;
  clear: both;
}

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
  display: block;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
  height: auto;
  padding: 0;
  float: left;
}

.nbs-flexisel-ul {
  position: relative;
  width: 99999px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%;
  height: auto;
  padding: 25px 0;
}

.nbs-flexisel-item {
  cursor: pointer;
  position: relative;
  line-height: 0;
  width: 190px;
  height: 500px;
  background-color: #44a5dc;
  margin: 0;
  -webkit-box-shadow: 3px 2px 12px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 3px 2px 12px 0 rgba(0, 0, 0, 0.32);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.caroussel .coluna {
  height: 210px;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.caroussel .coluna:hover {
  background: #e7eff8;
  -webkit-box-shadow: 5px 5px 15px #888;
  box-shadow: 5px 5px 15px #888;
}

.caroussel .coluna span {
  display: none;
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/slider/regulador.png") center no-repeat;
  width: 100%;
  height: 16px;
  float: left;
  position: relative;
}

.caroussel .coluna:hover span {
  display: block;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
  opacity: 0.66;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  opacity: 1;
}

.slick-prev {
  left: -60px;
}

[dir=rtl] .slick-prev {
  right: -60px;
  left: auto;
}

.slick-next {
  right: -60px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -60px;
}

/*  Dots  */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover::before,
.slick-dots li button:focus::before {
  opacity: 1;
}

.slick-dots li button::before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "â€¢";
  text-align: center;
  opacity: 0.25;
  color: #000;
}

.slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: #000;
}

.card {
  border: 1px solid #e1e1e1;
  background-color: #fafafa;
  padding: 20px 0;
}

.card--narrow {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.card.card--narrow {
  border-left: 0;
  border-right: 0;
}

@media (min-width: 992px) {
  .card.card--narrow {
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.home-sidebar {
  width: 217px;
}

.pedir-barcode-image {
  width: 165px;
  height: auto;
}

#map-canvas {
  margin-top: 15px;
  width: 450px;
  height: 250px;
}

.red-star {
  color: #f00;
}

.stage-pricipal {
  background: #f8f8f8;
  padding: 90px 0;
}

.chamada,
.chamada-importante,
.chamada-importante2 {
  color: #0b6ca2;
  position: relative;
  margin: 75px 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 30px;
  font-weight: 400;
  font-style: italic;
}

.chamada-importante {
  font-style: inherit !important;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 60px;
  position: relative;
}

.divisor {
  background-color: #acacac;
  height: 1px;
  margin: 0 auto;
  width: 123px;
}

.chamada + .divisor {
  margin-top: -30px;
}

.icon-home {
  display: block;
}

.comprar-mais {
  position: relative;
  margin: 0 auto;
  width: 212px;
  height: 212px;
  background: url("../images/circle-buy.png") center no-repeat;
  display: block;
  text-align: center;
}

.content-buy-car {
  color: #fff;
  width: 170px;
  margin: 0 auto;
  position: relative;
  top: 30px;
}

.content-buy-car p {
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 0.9375rem;
}

.content-buy-car span {
  color: #fff;
  font-weight: bold;
  font-size: 1.188rem;
  margin-top: 10px;
  position: relative;
  float: left;
  width: 100%;
}

.content-buy-car a:hover {
  color: #ece53b;
}

.content-buy-car .menor {
  letter-spacing: -0.2px;
}

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 35px;
  height: 60px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  top: 50% !important;
  margin-top: -30px;
  opacity: 0.66;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.nbs-flexisel-nav-left {
  left: -60px;
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/seta-left.png") no-repeat;
}

.nbs-flexisel-nav-right {
  right: -60px;
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/seta-right.png") no-repeat;
}

.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
  opacity: 1;
}

.chamada {
  font-weight: 500;
  text-align: center;
}

.chamada p {
  color: #0b6ca2;
  font-size: 22px;
  font-weight: normal;
  line-height: 24px;
  max-width: 80%;
  margin: 0 auto;
}

.yuzo_widget_wrap .link-list {
  color: #212424 !important;
  font-size: 18px !important;
  font-weight: normal !important;
  line-height: normal !important;
}

.yuzo_widget_wrap .link-list .saiba-mais {
  display: block;
  margin-top: 5px;
}

.yuzo_text {
  display: none;
}

.yuzo-list .image-list {
  display: block !important;
  float: none;
  margin: 0 0 20px;
}

.yuzo-img-wrap,
.yuzo-img {
  height: 217px !important;
  width: 100% !important;
}

.slick-loading .slick-list {
  background: #fff url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/ajax-loader.gif") center center no-repeat;
}

.passos {
  color: #0d4c87;
  padding: 65px 0 50px;
  text-align: center;
  text-transform: uppercase;
}

.passos .content {
  max-width: 1440px;
}

.passos .passo {
  display: inline-block;
  font-size: 50px;
  border: 1px solid #0d4c87;
  border-radius: 50%;
  margin: 0 auto 15px;
  padding: 8px 19px;
}

#perguntas-faq {
  margin: 75px 0;
}

.pergunta {
  width: 100%;
  margin: 0 0 12px;
  display: table;
  background-color: #ebebeb;
  padding: 33px 0;
  font-size: 1.375rem;
}

.pergunta .bt {
  cursor: pointer;
  display: block;
  padding-left: 40px;
  padding-right: 100px;
  width: auto;
  vertical-align: middle;
  float: none;
  text-transform: uppercase;
  position: relative;
}

.pergunta .bt:hover {
  font-weight: 500;
}

.pergunta .bt .seta {
  float: none;
  background: url("../images/seta-info-down.png") center no-repeat;
  position: absolute;
  right: 23px;
  vertical-align: top;
  top: 50%;
  margin-top: -20px;
  margin-right: 0;
}

.pergunta.ativo {
  background-color: #e1e1e1;
}

.pergunta.ativo .bt .seta {
  background-image: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/seta-info-up.png");
}

.resposta {
  margin: 65px 0 0;
  padding: 0 60px 0 40px;
}

.resposta p {
  color: #212424;
  line-height: normal;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 1em;
}

.resposta p:last-child {
  margin-bottom: 0;
}

.pergunta .esconder {
  display: none;
  float: none;
}

.tarja-faq {
  background: url("../images/backgrond-cinza-points.jpg");
  text-align: center;
}

.tarja-faq .coluna {
  width: 18%;
  margin: 0 1% 20px;
  padding: 0 0 50px;
}

.tarja-faq .coluna p {
  color: #212424;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
}

.tarja-faq ul {
  margin-top: 25px;
  margin-left: 47px;
}

.tarja-faq li {
  margin: 0 0 15px;
  display: block;
  line-height: normal;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
}

.tarja-faq-outros {
  padding: 30px 0 45px;
  text-align: left;
}

.seta {
  background: url("../images/seta-info.png") center no-repeat;
  width: 36px;
  height: 37px;
  float: left;
  position: relative;
  margin-right: 10px;
}

.tarja-faq .titulo div {
  padding-top: 10px;
}

.tarja-azul {
  background: url("../images/blue-points.jpg") repeat left top;
  text-align: center;
}

.tarja-azul .chamada p {
  color: #fff;
}

.slick-slide {
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.depoimentos-home {
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/depoimento-background-home-v2.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}

.depoimentos-home .slick-slide {
  background-color: #4babe2;
  height: 505px;
  margin: 0 5px;
}

.depoimentos-home .slick-prev {
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/seta-left.png") no-repeat;
}

.depoimentos-home .slick-next {
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/seta-right.png") no-repeat;
}

.aspa {
  font-weight: 500;
  position: absolute;
  font-size: 209px;
  left: 20px;
  top: -40px;
  color: #025686;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 1;
}

.aspa-final {
  right: 20px;
  left: auto;
}

.esfera {
  background: #c4c4c4;
  width: 112px;
  height: 112px;
  border-radius: 112px;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -56px;
  z-index: 20;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.esfera img {
  position: relative;
  width: 100%;
  height: 100%;
}

.depoimentos {
  padding: 70px 0 80px;
}

.depoimentos p {
  margin: 130px auto 20px;
  text-align: center;
  color: #fff;
  line-height: normal;
  font-weight: 100;
  font-style: italic;
  font-size: 22px;
  max-height: 370px;
  max-width: 65%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: auto;
  width: 100% !important;
  padding: 0 2%;
}

.depoimentos-home p {
  max-height: 50%;
}

.name-depoimento {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 70px;
  left: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 100;
}

.name-depoimento span {
  font-weight: 500;
}

.depoimentos-home .slick-slide:hover {
  background-color: #0c6ca3;
  padding-bottom: 40px;
  margin-top: -20px;
}

.depoimentos-home .slick-slide:hover .esfera {
  width: 161px;
  height: 161px;
  margin-left: -80.5px;
}

.depoimentos-home .slick-slide:hover .aspa {
  opacity: 0;
}

.depoimentos-home .slick-slide:hover p {
  margin-top: 160px;
}

.depoimentos-internos .slick-prev,
.depoimentos-internos .slick-next {
  height: 72px;
  opacity: 1;
  width: 39px;
}

.depoimentos-internos .slick-prev {
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/seta-left-interno.png") no-repeat;
}

.depoimentos-internos .slick-next {
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/seta-right-interno.png") no-repeat;
}

.depoimentos-internos .esfera {
  -webkit-box-shadow: 0 -5px 16px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 -5px 16px 0 rgba(0, 0, 0, 0.12);
  top: -56px;
}

.depoimentos-internos .slick-list {
  padding-top: 65px;
}

.depoimentos-internos .slick-slide {
  background-color: #207fb6;
  min-height: 630px;
  margin: 0 7.5px;
}

.depoimentos-internos .slick-slide:hover {
  background-color: #025686;
  margin-top: 30px;
}

.tarja-depoimentos {
  background-color: #4dbcfb;
  margin-top: 40px;
  display: table;
  text-align: center;
  padding: 42px 0;
}

.tarja-depoimentos .coluna {
  width: auto;
  display: table-cell;
  text-align: center;
  float: none;
  max-width: 130px;
}

.tarja-depoimentos img {
  margin: 0 2%;
}

.testeira-depoimentos h1,
.testeira-blog h1,
.testeira-contato h1,
.generic-testeira h1 {
  margin-top: 200px;
}

.subtitle-depoimentos {
  color: #0b6ca2;
  font-size: 36px;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 70px;
  text-align: center;
  text-transform: none;
}

.depoimentos-home .slick-list {
  padding-top: 45px;
}

/* Contato */
.title-contato {
  color: #0b6ca2;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 10px;
  text-align: center;
}

.formulario-contato,
.mapa {
  float: left;
  position: relative;
  z-index: 1;
}

.formulario-contato {
  width: 35%;
}

.mapa {
  margin-left: 4.8%;
  width: 57%;
}

.formulario-contato input[type=text],
.formulario-contato input[type=email],
.formulario-contato textarea {
  color: #959595;
  padding: 24px 35px;
  width: calc(100% - 70px);
  margin: 0 0 12px;
  border: 1px solid #c2c2c2;
  background: #fff;
  font-weight: normal;
  font-size: 1rem;
}

.formulario-contato .bt-buy.small {
  border: 0 none;
  cursor: pointer;
  padding-left: 47px;
  padding-right: 47px;
}

.info-contato {
  font-size: 1rem;
  line-height: 27px;
  color: #949494;
}

.info-contato li {
  margin: 0 0 10px;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: block;
}

.info-contato .icon {
  position: absolute;
  left: 0;
}

.info-contato li a {
  color: #212424;
  font-weight: bold;
  display: block;
  margin-left: 32px;
}

.info-contato li .skype {
  display: inline-block;
  margin-left: 0;
}

.endereco-local {
  position: absolute;
  top: -45px;
}

.endereco-local span {
  width: 24px;
  height: 30px;
  position: relative;
  float: left;
  margin-right: 15px;
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/marcador-endereco.png") center no-repeat;
  top: -5px;
  margin-left: 5px;
}

.endereco-mapa {
  overflow: hidden;
  position: relative;
  margin: 0;
  min-height: 482px;
}

.endereco-mapa iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.button-enviar {
  width: 154px !important;
  height: 40px;
  border-radius: 20px;
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/bt-submit-back.png") no-repeat !important;
  background-size: cover;
  color: #fff;
  font-size: 0 !important;
  cursor: pointer;
  border: 0 !important;
}

.button-enviar:hover {
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/bt-submit-back-active.png") no-repeat !important;
}

.button-enviar:active {
  opacity: 0.5;
}

.box-instrucoes {
  padding: 75px 0;
}

.box-instrucoes p {
  color: #0d4c87;
  line-height: normal;
}

.testeira {
  height: 497px;
  background: url("../images/depoimentos-testeira.jpg") top left no-repeat #0c6ca3;
}

.testeira h1 {
  font-weight: 100;
  color: #fff;
  position: relative;
  line-height: normal;
  font-size: 90px;
  text-align: center;
  margin: 140px auto 0;
  text-transform: uppercase;
  max-width: 70%;
}

/*  conheca  */
.conheca {
  background: url("../images/conheca-background-home.jpg") center top no-repeat;
  background-size: cover;
  min-height: 911px;
  text-align: center;
}

.conheca article {
  margin: 0 auto;
  width: 75%;
}

.conheca article p {
  color: #0d4c87;
  font-size: 38px;
  line-height: 48px;
  margin: 0 0 80px;
}

.bol-info {
  font-weight: 300;
  font-size: 34px;
  line-height: normal;
  color: #8d8d8d;
  text-transform: uppercase;
  width: 340px;
  height: 352px;
  position: absolute;
  background: url("../images/bola-home.png") center no-repeat;
  background-size: cover;
  right: -120px;
  top: 7px;
}

.bol-info .nucleo-bola span {
  font-size: 74px;
  font-weight: 900;
  color: #134c7f;
  line-height: normal;
  display: block;
}

.nucleo-bola {
  top: 70px;
  width: 173px;
  position: relative;
  margin: 0 auto;
}

.content-boll {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: block;
}

/* BLOG */
.blog-post {
  float: left;
  position: relative;
  display: block;
  margin: 0 30px 30px 0;
  width: 96%;
}

.content-blog-post {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.content-blog-post h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding-right: 0;
  text-align: left;
  text-transform: uppercase;
  max-width: 87%;
}

.content-blog-post h1,
.content-blog-post h1 a {
  color: #212424;
}

.content-blog-post p {
  font-weight: normal;
  margin-bottom: 1em;
  line-height: 1.5;
}

.content-blog-post strong {
  font-weight: bold;
}

.content-blog-post ul,
.content-blog-post ol {
  font-weight: normal;
  margin-bottom: 1em;
  margin-left: 1em;
  line-height: 1.5;
  list-style-position: inside;
}

.content-blog-post li {
  color: #3f4245;
  font-size: 1.125rem;
  margin-bottom: 0.8em;
}

.content-blog-post ul {
  list-style-type: disc;
}

.content-blog-post ol {
  list-style-type: decimal;
}

.content-blog-post .wp-caption-text {
  font-style: italic;
  font-size: 0.8rem;
}

.saiba-mais {
  color: #0b6ca2;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

.blog-post .content-blog-home-post p {
  display: inline;
}

.blog-post p {
  color: #212424;
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
}

.titulo-blog {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #212424;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
}

.data {
  font-size: 1rem;
  color: #212424;
  position: absolute;
  width: auto;
  right: 0;
  top: 5px;
}

.autor {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfcfcf;
  margin: 10px 0 20px;
  font-size: 1rem;
  color: #212424;
}

.image-post {
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.pagination {
  clear: both;
  text-align: center;
}

.pagination a,
.pagination span {
  color: #0b6ca2;
  display: inline-block;
  margin: 0 5px;
}

.pagination .current {
  color: #212424;
  text-decoration: underline;
}

/* SIDEBAR BLOG */
.widget-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #212424;
  margin: 0 0 15px;
  font-weight: normal;
}

.cat-post-widget {
  width: 250px;
  padding: 0 35px;
  float: left;
  position: relative;
}

.cat-post-item {
  margin: 30px 0;
  float: left;
  position: relative;
}

.cat-post-item a img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

/* Planos  */
.planos-col-40 {
  width: 39%;
  float: left;
}

.planos-col-40 p {
  color: #212424;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 30px;
}

.planos-col-70 {
  width: 51.5%;
  float: left;
  margin-right: 7.5%;
}

.content-table {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 1880px) {
  .slide {
    min-height: 758px;
  }
  .slide .display-button .content-midle {
    bottom: 30px;
  }
}
@media (max-width: 1510px) {
  .nav-menu a {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 1468px) {
  .content-boll {
    margin: 130px 0;
  }
  .bol-info {
    font-size: 28px;
    height: 273px;
    width: 280px;
    right: 0;
  }
  .nucleo-bola {
    top: 40px;
  }
  .bol-info .nucleo-bola span {
    font-size: 60px;
  }
}
@media (max-width: 1440px) {
  .nav-menu {
    margin-left: 25px;
  }
  .slick-prev,
  .slick-next {
    z-index: 1;
  }
  .slick-prev {
    left: 20px;
  }
  .slick-next {
    right: 20px;
  }
}
@media (max-width: 1350px) {
  .box-telefone {
    padding-left: 10px;
    padding-right: 10px;
    right: 2%;
  }
}
@media (min-width: 1181px) and (max-width: 1280px) {
  .nav-menu a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1280px) {
  .conheca {
    background-position: right top;
    padding-bottom: 40px;
  }
  .conheca article {
    width: 61%;
    margin: 0 20%;
  }
  .nbs-flexisel-nav-left {
    left: 0;
  }
  .nbs-flexisel-nav-right {
    right: 0;
  }
  .box-telefone {
    margin-left: 0;
    float: right;
  }
  .testeira-depoimentos {
    background-position: 100% top;
  }
  .testeira-contato {
    background-position: 90% top;
  }
}
@media screen and (max-width: 1260px) {
  .nav-menu {
    margin-left: 1%;
  }
}
@media (min-width: 1184px) and (max-width: 1260px) {
  .nav-menu a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 1183px) {
  .nav-menu {
    display: none;
  }
  .menu-secundario {
    display: block;
  }
}
@media screen and (max-width: 1116px) {
  .planos-col-70 {
    width: 100%;
    margin-right: 0;
  }
  .planos-col-40 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .coluna {
    margin: 0 0 30px;
  }
  .conheca {
    min-height: 100%;
    padding-bottom: 70px;
  }
  .conheca article {
    width: 80%;
    margin: 0 auto;
  }
  .conheca article p {
    font-size: 26px;
    line-height: 1.5;
  }
  .conheca h2 {
    margin-bottom: 40px;
  }
  .testeira h1,
  h2 {
    font-size: 70px;
  }
  .slide h1 {
    font-size: 60px;
  }
  .bt-buy {
    font-size: 30px;
    padding: 20px 35px;
  }
  .bol-info {
    font-size: 24px;
    margin: 0 auto 40px;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 240px;
    height: 233px;
  }
  .bol-info .nucleo-bola span {
    font-size: 50px;
  }
  .col-half {
    width: 100%;
    float: none;
    clear: both;
  }
  .testeira .content {
    height: 100%;
    max-width: 90%;
  }
  .testeira h1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    max-width: 100%;
  }
  .tarja-faq-outros .titulo {
    margin-bottom: 20px;
  }
  .tarja-faq-outros .col-half {
    padding-bottom: 0;
  }
  .tarja-faq-outros .col-half:nth-child(odd) ul {
    margin-top: 0;
  }
  .subtitle-depoimentos {
    font-size: 28px;
    margin-bottom: 60px;
  }
  .content-blog-post h1 {
    max-width: 100%;
  }
  .data {
    position: relative;
    margin: 10px 0;
  }
  .passos h3,
  .passos .passo {
    font-size: 40px;
  }
  .passos .passo {
    padding: 5px 14px;
  }
  .passos img {
    max-width: 80%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .depoimentos-home .slick-slide {
    height: 560px;
  }
}
/*  Landscape  */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .slide {
    min-height: 658px;
  }
  .slide h1 {
    top: 80px;
  }
}
@media (max-height: 768px) {
  .slide {
    min-height: 658px;
  }
  .slide h1 {
    top: 40px;
  }
}
@media screen and (max-width: 865px) {
  .menu-secundario {
    width: 200px;
    margin-left: -50px;
  }
  .bt-menu-resposivo {
    width: 200px;
  }
}
@media (max-width: 810px) {
  .col-half,
  .col-70,
  .col-30 {
    clear: both;
    width: 100%;
    float: none;
    text-align: left;
  }
  .passos .col-half {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  /* .slide h1, */
  h5 {
    margin: 70px 0;
  }
  .slide h1 {
    margin: 90px 0 0;
  }
  .testeira h1,
  .slide h1,
  h5 {
    font-size: 55px;
  }
  .coluna {
    width: 100%;
  }
  .col-half {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  .testeira {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .chamada,
  .chamada-importante,
  .chamada-importante2,
  #perguntas-faq {
    margin: 40px 0;
  }
  .stage-pricipal,
  .tarja-faq-outros,
  .depoimentos {
    padding: 40px 0;
  }
  .chamada p,
  .pergunta .bt,
  .resposta p {
    line-height: 1.5;
  }
  .slide {
    min-height: auto;
    height: 600px;
  }
  .slide h1 {
    /* margin-top: 0; */
    margin-top: 70px;
    font-size: 50px;
  }
  .display-button .content-midle {
    bottom: 20px;
  }
  .tarja-faq .coluna {
    float: none;
    margin: 0 0 20px;
    padding: 0;
    width: 100%;
  }
  .pergunta .bt {
    font-size: 18px;
  }
  .resposta {
    margin-top: 20px;
  }
  .resposta p {
    font-size: 16px;
  }
  .tarja-faq li {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
  }
  .subtitle-depoimentos {
    padding: 0 5%;
  }
  .tarja-depoimentos {
    margin-top: 0;
    padding: 20px 0;
  }
  .col-half-70,
  .col-half-30,
  .blog-post,
  .formulario-contato,
  .mapa {
    clear: both;
    float: none;
    width: 100%;
  }
  .col-half-70,
  .col-half-30 {
    padding: 0;
  }
  .blog-post {
    margin: 0;
  }
  .blog-post p {
    line-height: 1.5;
  }
  .content-blog-post {
    margin-bottom: 40px;
  }
  .yuzo_related_post_widget {
    width: 48%;
  }
  .yuzo_related_post_widget:nth-child(1) {
    margin-right: 2%;
  }
  .mapa {
    margin: 20px 0 0;
  }
  .endereco-local {
    position: relative;
    top: auto;
    margin: 40px 0;
    line-height: 1.5;
  }
  .formulario-contato input[type=text],
  .formulario-contato input[type=email],
  .formulario-contato textarea {
    padding: 20px 0;
    width: 100%;
    text-indent: 10px;
  }
  .endereco-mapa {
    height: 300px;
    min-height: auto;
  }
  .title-contato {
    font-size: 18px;
  }
  .discount {
    font-size: 12px;
    padding: 20px 4px;
  }
  .discount span {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 739px) {
  .menu-secundario {
    right: 0;
    margin-left: 0;
    left: auto;
  }
  .box-telefone {
    display: none;
  }
  .barra-menu .fone {
    display: block;
  }
}
@media screen and (max-width: 602px) {
  .row-cod-bar {
    padding: 10px 0;
  }
  .cel-cod-bar {
    display: block;
    width: 100%;
    height: auto !important;
    padding: 10px 0;
    text-align: center;
  }
  .discount {
    float: none;
  }
  .cel-cod-bar .min-number {
    float: none;
  }
  .row-cod-bar-final .cel-cod-bar .total-cods {
    display: block;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    line-height: 1.5;
  }
  .slide h1,
  .testeira h1,
  .subtitulo h2 {
    font-size: 40px;
  }
  .slide h1 {
    /* margin-top: 0; */
    margin-top: 30px;
  }
  .bt-buy {
    font-size: 20px;
  }
  .testeira-blog {
    background-position: center top;
  }
  .passos h3,
  .passos .passo {
    font-size: 30px;
  }
  .passos h3 {
    margin-bottom: 20px;
  }
  .passos .passo {
    padding: 2px 9px;
  }
  .passos img {
    max-width: 90%;
  }
}
@media screen and (max-width: 524px) {
  .topo {
    height: auto;
    padding-bottom: 15px;
  }
  .menu-secundario {
    width: 96%;
    float: none;
    margin: 20px auto;
    position: relative;
  }
  .bt-menu-resposivo {
    width: 100%;
    margin: 0 auto 15px;
    padding: 5px 0;
    display: block;
  }
  .barra-menu {
    left: 0;
    padding: 0;
  }
}
@media (max-width: 500px) {
  .slide h1 {
    font-size: 35px;
    margin-top: 30px;
  }
  .row-copyright {
    padding-top: 16px;
  }
  .resposta {
    padding-right: 40px;
  }
  .yuzo_related_post_widget {
    clear: both;
    float: none;
    width: 100%;
  }
  .yuzo_related_post_widget:nth-child(1) {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .yuzo_related_post_widget.style-2 {
    overflow: hidden !important;
  }
}
@media screen and (max-width: 414px) {
  .col-30,
  .col-70 {
    width: 100%;
  }
  .tarja-faq .coluna {
    width: 100%;
  }
  .pergunta {
    padding: 30px 10px;
    width: 93%;
  }
  .slide {
    min-height: 565px;
  }
  h2 {
    font-size: 40px;
    margin-bottom: 50px;
  }
  .coluna {
    width: 97%;
  }
  h5 {
    font-size: 40px;
    margin: 50px 0;
  }
  .cel-cod-bar .bt-buy {
    width: auto;
  }
}
@media (max-width: 380px) {
  /* .slide h1, */
  .testeira h1 {
    font-size: 30px;
  }
  .slide {
    min-height: auto;
    height: 400px;
  }
  .slide h1 {
    top: 20px;
    font-size: 25px;
    line-height: normal;
  }
  .conheca article p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .testeira {
    height: 250px;
  }
  .discount {
    font-size: 11px;
    padding: 17px 3px;
  }
}
@media (max-width: 320px) {
  .depoimentos p {
    max-height: 369px;
  }
  .slick-dots {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .card form {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .card {
    margin: 100px auto;
    padding: 40px 25px;
  }
}
@media (max-width: 1510px) {
  .nav-menu a {
    font-size: 0.9rem;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@font-face {
  font-family: "museo_100";
  src: url("../fonts/museo_slab_4-webfont.woff2") format("woff2"), url("../fonts/museo_slab_4-webfont.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "museo_500";
  src: url("../fonts/museo_slab_0-webfont.woff2") format("woff2"), url("../fonts/museo_slab_0-webfont.woff") format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 500;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

body {
  background: #fff;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 0;
}

.generic-content {
  padding-left: 3%;
  padding-right: 3%;
}

h1 {
  color: #fff;
  display: block;
  font-size: 5.625rem;
  font-weight: 100;
  margin: 70px 0 100px;
  position: relative;
  text-align: center;
  width: 100%;
}
.generic-content h1 {
  color: hsl(202, 86%, 34%);
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  margin: 50px auto;
  max-width: 960px;
}

h2 {
  color: #0d4b86;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  margin: 30px 0 15px;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  color: rgb(13, 75, 134);
  font-size: 19px;
  font-weight: bold;
  margin: 32px 0;
  text-transform: uppercase;
}

h4 {
  color: #000;
  display: block;
  float: left;
  font-family: "museo_500", serif;
  font-size: 19px;
  height: auto;
  margin-bottom: 32px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

h5 {
  color: #fff;
  display: block;
  font-size: 5.625rem;
  font-weight: 100;
  margin: 140px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.title.has-logo {
  margin-top: 24px;
}
.title.has-logo > a {
  display: block;
}
@media (min-width: 768px) {
  .title.has-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 72px;
  }
  .title.has-logo > a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.main__body {
  margin-right: auto;
  margin-left: auto;
  max-width: 60ch;
}

a {
  cursor: pointer;
}

p {
  font-weight: 300;
  color: #3f4245;
  font-size: 1.125rem;
  line-height: 25px;
}
p a {
  color: hsl(202, 86%, 34%);
}

.generic-content p {
  margin-bottom: 1em;
}

ol,
ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
}

blockquote,
q {
  quotes: "'" "'";
}

hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-top: 23px;
  margin-bottom: 48px;
}

@media screen and (max-width: 600px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  p {
    line-height: 1.5;
  }
}
.link.is-bars-download {
  display: inline-block;
  position: relative;
  padding-left: 32px;
}
.link.is-bars-download::before {
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/icons/download-barcodes.svg") no-repeat;
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 24px;
}

.container.is-v2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container.is-v2 blockquote, .container.is-v2 dl, .container.is-v2 ol, .container.is-v2 p, .container.is-v2 ul {
  font-size: 16px;
  line-height: 1.5;
}
.container.is-v2 blockquote:not([class]), .container.is-v2 dl:not([class]), .container.is-v2 ol:not([class]), .container.is-v2 p:not([class]), .container.is-v2 ul:not([class]) {
  font-weight: normal;
  margin: 0 0 24px;
}

.h2 {
  color: hsl(202, 86%, 34%);
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  margin: 0 auto 24px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 72px;
    line-height: 1;
    margin: 72px 0;
  }
}

.h2.is-compact {
  color: hsl(202, 86%, 34%);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 48px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .h2.is-compact {
    font-size: 40px;
    line-height: 48px;
  }
}

.h3 {
  color: hsl(202, 86%, 34%);
  font-size: 24px;
  font-weight: normal;
  line-height: 32px;
  margin: 0;
  padding-bottom: 7px;
}
.h3.is-calm {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3333333333;
  text-transform: none;
  margin: 0;
  padding-bottom: 9px;
}
.h3.is-calm:not(:first-child) {
  margin-top: -2px;
}

.list.is-starred {
  list-style-image: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/icons/star-xs.svg");
  padding-left: 20px;
}
.list.is-starred > li {
  margin-bottom: 24px;
}

.list.is-ol {
  list-style-type: decimal;
}
.list.is-ol > li {
  margin-bottom: 8px;
}

.list.is-ul {
  list-style-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226%22%20height%3D%2216%22%20viewBox%3D%220%200%206%2016%22%3E%3Ccircle%20cx%3D%223%22%20cy%3D%2211%22%20r%3D%223%22%20fill%3D%22%230C6BA1%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  padding-left: 16px;
}
.list.is-ul > li {
  margin-bottom: 8px;
}

p:empty {
  display: none;
}

.icon-ok {
  width: 79px;
  height: 82px;
  display: block;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
}

.icon-home {
  display: block;
}

.bt {
  cursor: pointer;
  float: left;
  width: 100%;
  height: auto;
  display: block;
}

.bt:hover {
  font-weight: bolder;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: hsl(39, 85%, 50%);
  border: 0;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.48);
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  padding-right: 24px;
  padding-left: 24px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.1s, width 0.2s;
  transition: background-color 0.1s, width 0.2s;
  height: 48px;
}
.btn:hover {
  background-color: hsl(39, 85%, 45%);
  cursor: pointer;
  text-decoration: none;
}

.btn.is-primary {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
}

.btn.is-secondary {
  background: rgb(232, 239, 245);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
}

.btn.is-compact {
  font-size: 0.875rem;
  padding: 12px;
}

.btn.is-raised {
  -webkit-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.25);
}

.btn .spinner {
  display: none;
  margin-left: 8px;
}

.btn .spinner__circle {
  stroke: hsl(39, 85%, 50%);
}

.btn.has-spinner {
  background-color: hsl(39, 85%, 75%);
  color: rgba(255, 255, 255, 0.3);
  cursor: default;
}
.btn.has-spinner .spinner {
  display: block;
}

.btn.is-jumbo {
  background: hsl(202, 86%, 34%) url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/components/cta-button.svg") no-repeat;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  white-space: normal;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 8px;
  -webkit-transition: -webkit-box-shadow 0.1s, -webkit-transform 0.1s;
  transition: -webkit-box-shadow 0.1s, -webkit-transform 0.1s;
  transition: box-shadow 0.1s, transform 0.1s;
  transition: box-shadow 0.1s, transform 0.1s, -webkit-box-shadow 0.1s, -webkit-transform 0.1s;
  width: 209px;
  height: 209px;
}
.btn.is-jumbo > strong {
  font-weight: 400;
}
.btn.is-jumbo:hover {
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/components/cta-button.svg") no-repeat;
  -webkit-box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.2), 0 6px 6px -2px hsla(0, 0%, 0%, 0.06);
  box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.2), 0 6px 6px -2px hsla(0, 0%, 0%, 0.06);
  color: #fff;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
@media (min-width: 992px) {
  .btn.is-jumbo {
    margin-bottom: 102px;
  }
}

.btn.is-jumbo.is-buy::before {
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/icons/shopping-cart-lg.svg") no-repeat;
  content: "";
  width: 64px;
  height: 64px;
}

.bt-buy {
  background: #ffa500;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  color: #fff;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 26px 65px 28px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.bt-buy:hover {
  background: rgb(255, 132, 38);
  color: #fff;
}
@media (min-width: 768px) {
  .bt-buy {
    letter-spacing: 2px;
    font-size: 28px;
  }
}
@media (min-width: 1282px) {
  .bt-buy {
    font-size: 30px;
  }
}

.bt-buy.small {
  font-size: 14px;
  padding: 12px 16px;
}
@media (min-width: 768px) {
  .bt-buy.small {
    padding: 12px 24px;
  }
}

.bt-buy-now {
  margin: 0 auto;
  width: 154px;
  height: 40px;
  position: relative;
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/bt-buy-small.png") center no-repeat;
  display: table;
  vertical-align: middle;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.bt-buy-now:hover {
  background: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/bt-buy-small-active.png") center no-repeat;
}

.cel-cod-bar .bt-buy {
  width: auto;
}

.contact-page .bt-buy {
  background: #f46101;
}

.bt-buy-quant-cod {
  margin: 0 15px;
  float: left;
  position: relative;
}

.btn.is-whatsapp,
.btn.is-whatsapp:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M10%200c-5.5%200-10%204.5-10%2010%200%202%20.6%203.8%201.6%205.4l-1.6%204.6%204.7-1.5c1.5%201%203.3%201.5%205.3%201.5%205.5%200%2010-4.5%2010-10s-4.5-10-10-10zm0%2018c-1.5%200-3-.4-4.2-1.2l-.8-.5-1.8.6.6-1.8-.5-.8c-.9-1.3-1.3-2.8-1.3-4.3%200-4.4%203.6-8%208-8s8%203.6%208%208-3.6%208-8%208zm5.14-6.014c-.061-.099-.221-.159-.461-.279-.241-.119-1.424-.697-1.644-.777-.221-.08-.382-.12-.542.119-.16.239-.622.777-.762.936-.14.16-.281.18-.522.06-.24-.119-1.016-.372-1.935-1.185-.715-.633-1.198-1.414-1.339-1.654-.14-.239-.015-.368.106-.487l.361-.418c.121-.14.161-.239.24-.398.081-.159.04-.299-.02-.418s-.542-1.294-.742-1.773c-.2-.478-.401-.398-.541-.398l-.461-.02c-.16%200-.421.06-.642.299-.22.239-.842.817-.842%201.992s.862%202.31.983%202.47c.12.159%201.664%202.649%204.111%203.605s2.447.637%202.888.597c.441-.04%201.424-.578%201.625-1.135.2-.558.2-1.036.14-1.136z%22%2F%3E%3C%2Fdefs%3E%3Cuse%20fill%3D%22%23FFF%22%20fill-rule%3D%22evenodd%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fsvg%3E");
  background-position: 12px 50%;
  background-repeat: no-repeat;
  color: #fff;
}

.btn.is-whatsapp {
  background-color: rgb(44, 183, 66);
  border-radius: 3px;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding-right: 16px;
  padding-left: 40px;
  padding: 10px 16px 10px 40px;
  height: 32px;
}
.btn.is-whatsapp:hover {
  background-color: rgb(48.9427312775, 203.5572687225, 73.4140969163);
}
.btn.is-whatsapp.has-only-icon {
  background-position: 50% 50%;
  border-radius: 7px;
  display: inline-block;
  padding: 0;
  width: 40px;
  height: 40px;
}

.btn.is-disabled {
  cursor: default !important;
}

.form {
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  max-width: 400px;
}
@media (min-width: 768px) {
  .form {
    padding-right: 0;
  }
}

.form__group {
  margin-bottom: 24px;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}

.form__group-item {
  width: 67px;
}

.form__group-item + .form__group-item {
  margin-left: 8px;
}

.form__group-item.is-growing {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#customer-phone {
  width: 100%;
}

legend {
  color: hsl(202, 86%, 34%);
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3333333333;
  text-transform: uppercase;
  padding-top: 39px;
  padding-bottom: 21px;
  margin-bottom: 0;
}

label {
  display: block;
  padding-bottom: 9px;
}

label,
label span:not(.form-label-inline-error),
label b {
  color: rgba(0, 0, 0, 0.48);
}

.form__sublabel {
  display: block;
  color: rgba(0, 0, 0, 0.87);
  font-size: 12px;
  line-height: 16px;
  margin-top: -1px;
  padding-bottom: 9px;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.87);
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 0;
  padding: 12px 16px 13px;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: inset 0 0 0 3px hsl(202, 66%, 69%), 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 0 3px hsl(202, 66%, 69%), 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  outline: 0;
}

input:not([type=checkbox]):not([type=radio]):not([class^=cc-]),
select,
textarea {
  width: 100%;
}

select {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill-opacity%3D%22.38%22%20d%3D%22M6.70721356%2C4%20L10.7072136%2C8%20L6.70721356%2C12%20L5.29278644%2C10.586%20L7.87878644%2C8%20L5.29278644%2C5.414%20L6.70721356%2C4%20Z%22%20transform%3D%22rotate%2890%208%208%29%22%2F%3E%3C%2Fsvg%3E") no-repeat right 8px center;
  padding-right: 32px;
}

.form__control.is-inline {
  overflow: hidden;
  height: 48px;
  min-height: 48px;
}

.has-checkbox {
  padding-left: 24px;
  position: relative;
}
.has-checkbox input[type=checkbox] {
  position: absolute;
  top: 2px;
  left: 0;
}

.form__date-slash {
  padding: 15px 8px 0;
}

.form__hint {
  font-size: 12px;
  line-height: 16px;
  padding-top: 8px;
}

button,
.btn.is-submit {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border-radius: 5px;
  background-image: none;
  border: 0;
  color: rgba(0, 0, 0, 0.48);
  text-shadow: none;
}
button:hover,
.btn.is-submit:hover {
  color: rgba(0, 0, 0, 0.48);
  background: hsl(39, 85%, 60%);
  border: 0;
}

.btn.is-submit img {
  margin-right: 8px;
}

.btn.is-submit.has-spinner {
  background-color: hsl(39, 85%, 75%);
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
}
.btn.is-submit.has-spinner .spinner {
  display: block;
}

.form__error-icon,
.alert.is-server-validation-errors:not(:empty)::after,
.form__alert::after,
.form-label-inline-error::after {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%228%22%20fill%3D%22%23F25A54%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M11%2C12%20L11%2C14%20L9%2C14%20L9%2C12%20L11%2C12%20Z%20M11%2C6%20L11%2C11%20L9%2C11%20L9%2C6%20L11%2C6%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center;
  content: "";
  display: block;
  position: absolute;
  right: -28px;
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .form__error-icon,
  .alert.is-server-validation-errors:not(:empty)::after,
  .form__alert::after,
  .form-label-inline-error::after {
    right: -32px;
  }
}

.is-touched:invalid,
.form__input.is-invalid,
.has-been-validated input:not(:focus):invalid,
.has-been-validated textarea:not(:focus):invalid,
.has-been-validated select:not(:focus):invalid,
.form__group.has-error input:not(:focus),
.form__group.has-error textarea:not(:focus):invalid,
.form__group.has-error select:not(:focus):invalid {
  -webkit-box-shadow: inset 0 0 0 3px hsl(2, 86%, 64%), 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12) !important;
  box-shadow: inset 0 0 0 3px hsl(2, 86%, 64%), 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12) !important;
  outline: 0;
}
.is-touched:invalid + .form__alert,
.is-touched:invalid + .form__hint + .form__alert,
.form__input.is-invalid + .form__alert,
.form__input.is-invalid + .form__hint + .form__alert,
.has-been-validated input:not(:focus):invalid + .form__alert,
.has-been-validated input:not(:focus):invalid + .form__hint + .form__alert,
.has-been-validated textarea:not(:focus):invalid + .form__alert,
.has-been-validated textarea:not(:focus):invalid + .form__hint + .form__alert,
.has-been-validated select:not(:focus):invalid + .form__alert,
.has-been-validated select:not(:focus):invalid + .form__hint + .form__alert,
.form__group.has-error input:not(:focus) + .form__alert,
.form__group.has-error input:not(:focus) + .form__hint + .form__alert,
.form__group.has-error textarea:not(:focus):invalid + .form__alert,
.form__group.has-error textarea:not(:focus):invalid + .form__hint + .form__alert,
.form__group.has-error select:not(:focus):invalid + .form__alert,
.form__group.has-error select:not(:focus):invalid + .form__hint + .form__alert {
  display: block;
}
.is-touched:invalid + .form__hint,
.form__input.is-invalid + .form__hint,
.has-been-validated input:not(:focus):invalid + .form__hint,
.has-been-validated textarea:not(:focus):invalid + .form__hint,
.has-been-validated select:not(:focus):invalid + .form__hint,
.form__group.has-error input:not(:focus) + .form__hint,
.form__group.has-error textarea:not(:focus):invalid + .form__hint,
.form__group.has-error select:not(:focus):invalid + .form__hint {
  display: none;
}

.has-been-validated input[type=checkbox]:not(:focus):invalid + label + .form__alert {
  display: block;
}

.form__alert,
.form-label-inline-error {
  color: hsl(2, 86%, 37%);
  padding-top: 9px;
  padding-bottom: 8px;
  position: relative;
}
.form__alert::after,
.form-label-inline-error::after {
  top: -32px;
}

.form__alert {
  display: none;
}

.form-label-inline-error + .form-label-inline-error::after {
  display: none;
}

.form__row.has-error + .form__alert {
  display: block;
}

.alert.is-server-validation-errors:not(:empty) {
  border: 0;
  color: hsl(2, 86%, 37%);
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 0 24px;
  max-width: 400px;
}
.alert.is-server-validation-errors:not(:empty)::after {
  top: 3px;
  right: auto;
  left: 0;
}
@media (min-width: 768px) {
  .alert.is-server-validation-errors:not(:empty) {
    padding-left: 0;
  }
  .alert.is-server-validation-errors:not(:empty)::after {
    left: -32px;
  }
}

.form__group.is-cvv {
  position: relative;
}
.form__group.is-cvv::after {
  background: rgba(0, 0, 0, 0) url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%2248%22%20viewBox%3D%220%200%2067%2048%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20width%3D%2267%22%20height%3D%2248%22%20fill%3D%22%23E5E5E5%22%20rx%3D%225%22%2F%3E%3Crect%20width%3D%2267%22%20height%3D%228%22%20y%3D%2212%22%20fill%3D%22%238D8D8D%22%2F%3E%3Crect%20width%3D%2263%22%20height%3D%2212%22%20x%3D%222%22%20y%3D%2226%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20fill%3D%22%230D6CA5%22%20d%3D%22M65%2C24%20L65%2C40%20L41%2C40%20L41%2C24%20L65%2C24%20Z%20M63%2C26%20L43%2C26%20L43%2C38%20L63%2C38%20L63%2C26%20Z%22%2F%3E%3Cg%20fill%3D%22%23000%22%20transform%3D%22translate%2845%2029%29%22%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20y%3D%222%22%20fill-opacity%3D%22.87%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20fill-opacity%3D%22.54%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20x%3D%222%22%20y%3D%222%22%20fill-opacity%3D%22.54%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20y%3D%224%22%20fill-opacity%3D%22.54%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20x%3D%222%22%20y%3D%224%22%20fill-opacity%3D%22.38%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20x%3D%222%22%20fill-opacity%3D%22.38%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23000%22%20transform%3D%22translate%2851%2029%29%22%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20x%3D%222%22%20y%3D%222%22%20fill-opacity%3D%22.87%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20x%3D%222%22%20fill-opacity%3D%22.54%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20y%3D%222%22%20fill-opacity%3D%22.54%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20x%3D%222%22%20y%3D%224%22%20fill-opacity%3D%22.54%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20y%3D%224%22%20fill-opacity%3D%22.38%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20fill-opacity%3D%22.38%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23000%22%20transform%3D%22translate%2857%2029%29%22%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20x%3D%222%22%20y%3D%222%22%20fill-opacity%3D%22.87%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20x%3D%222%22%20fill-opacity%3D%22.54%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20y%3D%222%22%20fill-opacity%3D%22.54%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20x%3D%222%22%20y%3D%224%22%20fill-opacity%3D%22.54%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20y%3D%224%22%20fill-opacity%3D%22.38%22%2F%3E%3Crect%20width%3D%222%22%20height%3D%222%22%20fill-opacity%3D%22.38%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat;
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  left: 5.375rem;
  width: 67px;
  height: 48px;
}

.form__card-view {
  margin: 0 auto 48px;
}
@media (max-width: 991.98px) {
  .form__card-view {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .jp-card-container {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
    width: 288px;
    height: 165px;
  }
}

@media (max-width: 991.98px) {
  .jp-card {
    min-width: 288px !important;
  }
}

.jp-card .jp-card-back,
.jp-card .jp-card-front {
  background: hsl(202, 26%, 69%) !important;
  background: hsl(202, 86%, 34%) !important;
}

.jp-card .jp-card-back .jp-card-shiny,
.jp-card .jp-card-front .jp-card-shiny {
  background: rgba(0, 0, 0, 0.08) !important;
}

.jp-card.jp-card-identified {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.jp-card .jp-card-back .jp-card-display,
.jp-card .jp-card-front .jp-card-display {
  opacity: 1 !important;
}

@media (max-width: 991.98px) {
  .jp-card-front .jp-card-lower .jp-card-number {
    font-size: 20px !important;
  }
}

img {
  height: auto;
  max-width: 100%;
}

.img-resize {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
}

.img-resize-40 {
  float: left;
  max-width: 450px;
  height: auto;
  position: relative;
}

.lazy-hidden,
.entry img.lazy-hidden,
img.thumbnail.lazy-hidden {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

.embed-responsive {
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
}
.embed-responsive::before {
  -webkit-box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.16), 0 24px 36px -12px rgba(0, 0, 0, 0.24);
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.16), 0 24px 36px -12px rgba(0, 0, 0, 0.24);
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
.embed-responsive iframe {
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.border {
  display: table;
  overflow: hidden;
  position: relative;
}
.border::after {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.border:empty {
  display: none;
}

.images-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.images-row > img:not(:first-child) {
  margin-left: 16px;
}

.row {
  width: 100%;
}

.content {
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}

.content-midle {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  position: relative;
  display: block;
}

.container {
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1282px) {
  .container {
    max-width: 1218px;
  }
}
.container {
  padding-right: 16px;
  padding-bottom: 34px;
  padding-left: 16px;
}
@media (min-width: 992px) {
  .container {
    max-width: 900px;
  }
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -4px;
  margin-left: -4px;
}

.has-wide-gutters {
  margin-right: -16px;
  margin-left: -16px;
}
.has-wide-gutters > .col,
.has-wide-gutters > [class*=col-] {
  padding-right: 16px;
  padding-left: 16px;
}

.has-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.has-no-gutters > .col,
.has-no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs,
.col-xs-auto, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 4px;
  padding-left: 4px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 360px) {
  .col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xs-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xs-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xs-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xs-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xs-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xs-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xs-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xs-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xs-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xs-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xs-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xs-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xs-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 568px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1282px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.has-centered-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.has-vertically-centered-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.has-stretched-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.has-right-aligned-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.mb-1 {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0;
  }
}

.mt-1 {
  margin-top: 24px;
}

@media (min-width: 768px) {
  .mb-md-2 {
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .mb-lg-2 {
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .mb-lg-3 {
    margin-bottom: 72px;
  }
}

@media (min-width: 992px) {
  .mt-lg-4sm {
    margin-top: 32px;
  }
}

@media (min-width: 992px) {
  .offset-lg-v4 {
    margin-top: -96px;
  }
}

.alert {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  margin-bottom: 24px;
  padding-top: 120px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  position: relative;
}
.alert > p:last-child {
  margin-bottom: 0 !important;
}
.alert::before {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: 32px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  width: 64px;
  height: 64px;
}
@media (min-width: 768px) {
  .alert {
    padding-top: 32px;
    padding-left: 120px;
  }
  .alert::before {
    top: 50%;
    left: 32px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
}

.alert.is-primary {
  background: hsl(202, 86%, 94%);
}
.alert.is-primary::before {
  background-image: url("https://codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/icons/alert-lg.svg");
}

.alert.is-thanks,
.alert.is-issue {
  text-align: center;
  margin-bottom: 48px;
  max-width: 720px;
}
@media (min-width: 768px) {
  .alert.is-thanks,
  .alert.is-issue {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 72px;
  }
}

.alert.is-thanks {
  background: hsl(122, 86%, 94%) url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpath%20fill%3D%22%230DA515%22%20d%3D%22M25%2C0%20C38.807%2C0%2050%2C11.193%2050%2C25%20C50%2C38.807%2038.807%2C50%2025%2C50%20C11.193%2C50%200%2C38.807%200%2C25%20C0%2C11.193%2011.193%2C0%2025%2C0%20Z%20M40.36%2C13%20L19.18%2C34.16%20L10.84%2C25.82%20L8%2C28.64%20L19.18%2C39.82%20L43.18%2C15.82%20L40.36%2C13%20Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 50% 32px;
}
@media (min-width: 768px) {
  .alert.is-thanks:not(.is-for-card) {
    background-position: 32px 50%;
  }
  .alert.is-thanks.is-for-card {
    background-position: 32px 100px;
  }
}

.alert.is-issue {
  background: hsl(62, 86%, 94%) url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2264%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23CAD110%22%20fill-rule%3D%22nonzero%22%20d%3D%22M32.0000346%2C10%20C31.2823201%2C9.99715554%2030.6180523%2C10.3803899%2030.2591979%2C11.0043524%20L7.26814783%2C50.9869904%20C6.91261858%2C51.6050587%206.91049586%2C52.366092%207.26257167%2C52.9861493%20C7.61464747%2C53.6062065%208.26804042%2C53.9921559%208.97897009%2C54%20L55.0010895%2C54%20C55.7155977%2C53.9992647%2056.3754979%2C53.6161234%2056.7324348%2C52.9947722%20C57.0893717%2C52.3734211%2057.089176%2C51.6081574%2056.7319214%2C50.9869904%20L33.7208617%2C11.0043524%20C33.363791%2C10.3835037%2032.7041714%2C10.0007512%2031.9900298%2C10%20L32.0000346%2C10%20Z%22%2F%3E%3Cpolygon%20fill%3D%22%23000%22%20fill-opacity%3D%22.54%22%20points%3D%2229%2023%2035%2023%2033%2039%2031%2039%22%2F%3E%3Ccircle%20cx%3D%2232%22%20cy%3D%2245%22%20r%3D%223%22%20fill%3D%22%23000%22%20fill-opacity%3D%22.54%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 50% 32px;
}
@media (min-width: 768px) {
  .alert.is-issue {
    background-position: 32px 40px;
  }
}

@media (min-width: 992px) {
  .dropdown {
    position: relative;
    z-index: 1000;
  }
  .dropdown:hover .dropdown__menu {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 992px) {
  .dropdown > .navbar__link {
    cursor: context-menu !important;
    pointer-events: none;
  }
}

.dropdown__menu {
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 10px 24px -6px rgba(0, 0, 0, 0.2), 0 6px 6px -2px hsla(0, 0%, 0%, 0.06);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0 10px 24px -6px rgba(0, 0, 0, 0.2), 0 6px 6px -2px hsla(0, 0%, 0%, 0.06);
  list-style: none;
  opacity: 0;
  padding: 8px 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, transform 0.25s;
  transition: opacity 0.25s, transform 0.25s, -webkit-transform 0.25s;
  width: 250px;
  z-index: 1;
}

.dropdown__item {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0.48);
  display: block;
  font-size: 14px;
  text-align: left;
  padding: 8px 16px;
  opacity: 1;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  width: 100%;
}
.dropdown__item:hover {
  background: hsl(202, 86%, 94%);
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  height: 56px;
}
@media (min-width: 768px) {
  .navbar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 24px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .navbar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1920px;
  }
}

.logo {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  float: none;
  text-align: center;
  margin-right: 0;
  position: relative;
  z-index: 2;
}
.logo:hover, .logo:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .logo {
    -webkit-box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.2), 0 6px 6px -2px hsla(0, 0%, 0%, 0.06);
    box-shadow: 0 10px 24px -6px rgba(0, 0, 0, 0.2), 0 6px 6px -2px hsla(0, 0%, 0%, 0.06);
    margin-bottom: 0;
  }
}

.navbar__buy {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: normal;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  text-transform: uppercase;
  margin-right: 8px;
  padding: 2px 16px 0;
}
@media (min-width: 768px) {
  .navbar__buy {
    display: none;
  }
}

.page.is-buy .navbar__buy {
  display: none;
}

.navbar__links,
.navbar__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar__links a,
.navbar__contacts a {
  white-space: nowrap;
}

.navbar__contacts a {
  display: inline-block;
}

.navbar__mobile-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
@media (min-width: 768px) {
  .navbar__mobile-controls {
    margin: auto;
    margin-left: 24px;
  }
}
@media (min-width: 992px) {
  .navbar__mobile-controls {
    display: none;
  }
}

.navbar__toggler {
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  margin-left: 8px;
  padding: 0;
  width: 40px;
  height: 40px;
}
.navbar__toggler:focus, .navbar__toggler:hover {
  outline: 0;
  background-color: hsl(202, 86%, 94%);
}
.navbar__toggler.is-pushed {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), inset 0 2px 4px rgba(12.138, 106.5832, 161.262, 0.2), inset 0 4px 8px rgba(12.138, 106.5832, 161.262, 0.1);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), inset 0 2px 4px rgba(12.138, 106.5832, 161.262, 0.2), inset 0 4px 8px rgba(12.138, 106.5832, 161.262, 0.1);
}
@media (min-width: 768px) {
  .navbar__toggler {
    width: 224px;
  }
}

.navbar__mobile-controls .btn.is-whatsapp {
  background-position: calc(50% + 1px) 50%;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  padding: 0;
  width: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .navbar__mobile-controls .btn.is-whatsapp {
    display: none;
  }
}

.navbar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  padding: 8px;
}
@media (max-width: 991.98px) {
  .navbar__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -webkit-transition: height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: height 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    top: 64px;
    left: 50%;
    -webkit-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    width: 273px;
    height: 628px;
    z-index: 1;
  }
  .navbar__menu.is-open {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar__menu {
    top: 112px;
    left: 320px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    height: 460px;
  }
  .navbar__menu.is-open {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media (min-width: 768px) {
  .navbar__menu {
    background: rgba(0, 0, 0, 0);
    padding: 0;
  }
}
@media (min-width: 992px) {
  .navbar__menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.navbar__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar__links {
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
    padding: 8px;
  }
}
@media (min-width: 992px) {
  .navbar__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 16px;
  }
}

.navbar__links > li {
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  .navbar__links > li {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    padding-bottom: 8px;
    -webkit-transition: -webkit-box-shadow 0.2s;
    transition: -webkit-box-shadow 0.2s;
    transition: box-shadow 0.2s;
    transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  }
  .navbar__links > li:hover {
    -webkit-box-shadow: inset 0 3px 0 hsl(202, 86%, 28%);
    box-shadow: inset 0 3px 0 hsl(202, 86%, 28%);
  }
}

.navbar__link,
.navbar__contacts.is-mobile a {
  border: 3px solid rgba(0, 0, 0, 0.12);
  border-radius: 7px;
  color: rgba(0, 0, 0, 0.48);
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 16px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar__link:hover,
.navbar__contacts.is-mobile a:hover {
  border-color: hsl(202, 86%, 28%);
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  color: hsl(202, 86%, 28%);
}
@media (min-width: 992px) {
  .navbar__link,
  .navbar__contacts.is-mobile a {
    border: 0;
    border-radius: 0;
    font-size: 1.0080645161vw;
    display: inline-block;
    padding-top: 60px;
    padding-right: 0.4032258065vw;
    padding-bottom: 0;
    padding-left: 0.4032258065vw;
  }
  .navbar__link:hover,
  .navbar__contacts.is-mobile a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (min-width: 1282px) {
  .navbar__link,
  .navbar__contacts.is-mobile a {
    font-size: 14px;
    padding: 60px 12px 0;
  }
}

@media (max-width: 991.98px) {
  .dropdown__menu.header__dropdown-menu {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    opacity: 1;
    pointer-events: auto;
    position: static;
    -webkit-transform: none;
    transform: none;
    width: auto;
  }
}
@media (min-width: 992px) {
  .dropdown__menu.header__dropdown-menu {
    top: 76px;
  }
}

@media (max-width: 991.98px) {
  .header__dropdown-menu .dropdown__item {
    border: 3px solid rgba(0, 0, 0, 0.12);
    border-radius: 7px;
    color: rgba(0, 0, 0, 0.48);
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 16px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .header__dropdown-menu .dropdown__item:hover {
    border-color: hsl(202, 86%, 28%);
    -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
    color: hsl(202, 86%, 28%);
  }
}

@media (max-width: 991.98px) {
  .header__dropdown-menu > li:not(:last-child) {
    margin-bottom: 0.25rem;
  }
}

.navbar__contacts {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar__contacts.is-mobile > li {
  margin-bottom: 4px;
}
.navbar__contacts.is-mobile a {
  background: hsl(202, 86%, 28%);
  color: #fff;
}
@media (min-width: 768px) {
  .navbar__contacts.is-mobile {
    display: none;
  }
}

.navbar__contacts:not(.is-mobile) {
  display: none;
}
@media (min-width: 768px) {
  .navbar__contacts:not(.is-mobile) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: hsl(202, 86%, 28%);
  }
  .navbar__contacts:not(.is-mobile) li {
    font-size: 12px;
    line-height: 12px;
    text-align: right;
    position: relative;
    padding-top: 12px;
    margin-bottom: 0;
  }
  .navbar__contacts:not(.is-mobile) a:not(.btn) {
    color: hsl(202, 86%, 28%);
    position: relative;
    top: 2px;
  }
}
@media (min-width: 992px) {
  .navbar__contacts:not(.is-mobile) {
    position: static;
  }
}

@media (min-width: 768px) {
  .navbar__contacts:not(.is-mobile) li:first-child {
    padding-top: 11px;
  }
}

.navbar__whatsapp-vivo.has-icon {
  position: relative;
  padding-left: 72px;
}
.navbar__whatsapp-vivo.has-icon > a > span {
  background: url("//codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/icons/vivo-wa.svg") no-repeat;
  border: 0;
  color: transparent;
  display: block;
  font: 0/0 a;
  text-shadow: none;
  position: absolute;
  top: -3px;
  left: -72px;
  width: 69px;
  height: 17px;
}

.navbar__email.has-icon > a {
  position: relative;
  padding-left: 24px;
}
.navbar__email.has-icon > a::before {
  background: url("//codigosdebarrasbrasil.com.br/wp-content/themes/cbbr/images/icons/at.svg") no-repeat;
  border: 0;
  content: "";
  position: absolute;
  top: -1px;
  left: 3px;
  width: 16px;
  height: 16px;
}

.footer__main {
  background: #0b6ca1;
  border-top: 1px solid #a1a1a1;
}
.footer__main p {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin: 0 10%;
  padding: 20px 0 35px;
  line-height: 1.5;
}

.footer__main > .content {
  padding: 51px 16px 33px;
}
@media (min-width: 768px) {
  .footer__main > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer .col-half {
  margin-left: 0;
  width: auto;
}

.footer .col-half:not(.col-half2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer h4 {
  font-weight: 600;
}

.footer__main {
  margin-bottom: 0;
}

.footer h4,
.footer-pay h4 {
  color: hsl(39, 85%, 60%);
  margin: 0;
}

.footer .coluna:first-child h4 {
  margin-bottom: 24px;
}

.footer .coluna {
  text-align: left;
  padding-right: 16px;
  width: 100%;
}
.footer .coluna > a {
  color: #fff;
  font-family: "museo_100", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 35px;
  margin-right: 10px;
  width: 100%;
}
.footer .coluna > .social-button {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
  width: auto;
}

.footer a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .footer .col-half2 {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 334px;
    flex-basis: 334px;
  }
}
@media (min-width: 1282px) {
  .footer .col-half2 {
    -ms-flex-preferred-size: 390px;
    flex-basis: 390px;
  }
}

.security-badge {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 24px;
  vertical-align: middle;
  margin-top: 16px;
  max-width: 80px;
  height: auto;
}
.security-badge:not(:first-child) {
  margin-left: 8px;
}

.security-badge.is-first {
  margin-top: 0;
}

.security-badge.is-second {
  display: none;
}
@media (min-width: 1282px) {
  .security-badge.is-second {
    display: inline-block;
  }
}

.col-30 {
  width: 30%;
  float: left;
}

.col-70 {
  width: 70%;
  float: left;
}

.footer-pay {
  text-align: center;
}

.footer-pay .content {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  max-width: 800px;
}

.footer-pay .content .col-25 {
  width: 24%;
  display: inline-block;
}

.footer-pay .content .col-25 img {
  width: 48%;
  vertical-align: middle;
}

.copyright {
  font-size: 12px;
  text-align: center;
  margin-bottom: 60px;
}

.newsletter {
  text-align: center;
  width: 100%;
  background: #0a5a86;
  margin-bottom: 0;
  padding: 40px 20px 0;
}

.mc-field-group {
  display: inline-block;
}

.newsletter .sign-up {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.text1,
.text2,
.text3 {
  margin: 10px 16px;
}

@media (min-width: 768px) {
  #mc_embed_signup_scroll {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mc-field-group input {
  font-size: 18px;
  padding: 18px 24px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .mc-field-group input {
    margin-right: 1px;
  }
}

.newsletter .mc-field-group.email input,
.newsletter .mc-field-group.name input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 5px;
  padding: 17px 24px 18px;
}

@media (min-width: 768px) {
  .newsletter .mc-field-group.name {
    margin-right: 1px;
  }
  .newsletter .mc-field-group.name input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media (min-width: 768px) {
  .newsletter .mc-field-group.email input {
    border-radius: 0;
  }
}

.mc-field-group .btn {
  background-color: hsl(39, 85%, 50%);
  background-image: none;
  border: 0;
  border-radius: 5px;
  color: rgba(0, 0, 0, 0.48);
  text-shadow: none;
  height: 54px;
}
.mc-field-group .btn:hover, .mc-field-group .btn:active {
  background-color: hsl(39, 85%, 45%);
  background-image: none;
  border: 0;
}
@media (min-width: 768px) {
  .mc-field-group .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.mc-field-group.name input {
  border-width: 0;
}
@media (min-width: 768px) {
  .mc-field-group.name input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

.mc-field-group.email input {
  border-width: 0;
}
@media (min-width: 768px) {
  .mc-field-group.email input {
    border-radius: 0;
  }
}

.newsletter .mc-field-group {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .text1,
  .text2,
  .text3 {
    display: inline-block;
    margin: 6px 30px;
  }
  .text1 {
    padding-bottom: 20px;
  }
}
@media (max-width: 728px) {
  .text3 .submit {
    margin-top: 20px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  .footer-pay .content .col-25 {
    width: 49%;
    display: inline-block;
  }
  .footer-pay .content .col-25 img {
    width: 120px;
  }
}
@media (max-width: 500px) {
  .footer-pay .content .col-25 {
    width: 100%;
    display: block;
  }
  .footer-pay .content .col-25 img {
    width: 100px;
  }
}
.footer-pay h4 {
  font-size: 16px;
  margin-top: 38px;
}

.footer-pay .coluna img {
  margin-top: 30px;
  max-width: 90px;
}

.bank-logo {
  text-align: center;
  margin: 20px 0;
}

.bank-logo a {
  width: 100px;
  margin-bottom: 30px;
}

.bank-logo img {
  width: 600px;
}

@media (max-width: 810px) {
  .footer-pay h4 {
    margin-top: 0;
  }
  .copyright {
    text-align: center;
    margin-bottom: 100px;
  }
}
.footer__payments {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 34px;
  padding-bottom: 7px;
}
.footer__payments > a,
.footer__payments > img {
  margin: 0 8px 16px;
}

.spinner {
  -webkit-animation: 1s linear infinite svg-animation;
  animation: 1s linear infinite svg-animation;
  width: 48px;
  height: 48px;
}

.spinner.is-sm {
  width: 24px;
  height: 24px;
}

.spinner__circle {
  -webkit-animation: 4s cubic-bezier(0.4, 0, 0.2, 1) infinite both circle-animation;
  animation: 4s cubic-bezier(0.4, 0, 0.2, 1) infinite both circle-animation;
  display: block;
  fill: transparent;
  stroke: hsl(202, 86%, 34%);
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 280;
  stroke-width: 8px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes svg-animation {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes svg-animation {
  0% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes circle-animation {
  0%, 25% {
    stroke-dashoffset: 280;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50%, 75% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    stroke-dashoffset: 280;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle-animation {
  0%, 25% {
    stroke-dashoffset: 280;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50%, 75% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    stroke-dashoffset: 280;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.notes,
.notes p,
.notes li {
  color: rgba(0, 0, 0, 0.48);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.notes ul {
  padding-left: 0;
}

.notes ul li {
  position: relative;
}
.notes ul li::before {
  color: hsl(202, 86%, 34%);
  content: "•";
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -12px;
}

.notes.is-for-checkout {
  margin: 72px auto;
  max-width: 400px;
}

.notes.is-for-checkout h3 {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.48);
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  text-transform: none;
}

.logo.is-boleto {
  display: none;
}
@media (min-width: 768px) {
  .logo.is-boleto {
    display: inline-block;
  }
}

.autofill {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  margin-top: 12px;
  gap: 20px;
  margin-bottom: 36px;
}
@media (max-width: 600px) {
  .autofill {
    gap: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .autofill {
    width: 100%;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
}
.autofill__container {
  margin-top: 20px;
}
.autofill__input-group {
  width: 260pt;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .autofill__input-group {
    width: 100%;
  }
}
.autofill__button {
  margin-top: 10pt;
  margin: 10pt auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.autofill__error {
  color: hsl(2, 86%, 37%);
  margin-bottom: 30pt;
}
.autofill__explanation-text {
  width: 100%;
  text-align: center;
  margin-bottom: 20pt;
}
.autofill__separator {
  font-size: 50px;
  font-weight: bold;
  margin-top: 30pt;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 600px) {
  .autofill__separator {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.fixed-logo-whatsapp {
  background: #fff;
  position: fixed;
  background: #fff;
  width: 60px;
  padding: 8px;
  border-radius: 50%;
  bottom: 12px;
  right: 20px;
  z-index: 99999;
}

.main-title {
  font-size: 30px;
  color: #0d4b86;
  margin-left: auto;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.product-table__product-price-container {
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-table__container {
  overflow-x: auto;
}

.shipping-cost {
  margin-top: 20px;
  gap: 15px;
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .shipping-cost {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.shipping-cost__input {
  min-width: 100pt;
  height: 40px;
  max-width: 100px !important;
}
@media (min-width: 600px) {
  .shipping-cost__input {
    max-width: 200px !important;
  }
}
.shipping-cost__button {
  max-width: 100pt;
}
.shipping-cost__label {
  -ms-flex-line-pack: center;
  align-content: center;
}
.shipping-cost__error {
  display: block !important;
  color: hsl(2, 86%, 37%);
  margin-bottom: 20pt;
  margin-top: 10pt;
  min-height: 30px;
}
@media (max-width: 600px) {
  .shipping-cost__error {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.shipping-cost__cep-error::after {
  position: relative;
  top: 0;
  right: 0;
}
.shipping-cost__options-call-to-action {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .shipping-cost__options-call-to-action {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.shipping-cost__shipping-options-wrapper {
  overflow-x: auto;
}
.shipping-cost__shipping-cost-result-wrapper {
  overflow-x: auto;
}
.shipping-cost__shipping-option-image {
  height: 25pt;
  width: 70pt;
  margin-bottom: 10px;
  margin-right: 5px;
}
.shipping-cost__shipping-option-button {
  width: 70pt;
  height: 30pt;
}

.labels-thank-you {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  margin-top: 30px;
  margin-bottom: 36px;
}
@media (max-width: 600px) {
  .labels-thank-you {
    width: 100%;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
  }
}
.labels-thank-you__image {
  max-width: 300px;
  max-height: auto;
}
.labels-thank-you__text {
  margin-top: 30pt;
  font-size: 20pt;
  line-height: 1;
  color: hsl(202, 86%, 34%);
}

.labels-properties {
  position: relative;
  font-size: 0.9rem;
  font-weight: 400;
  top: 5px;
}
.labels-properties__select {
  width: auto;
  color: grey;
  background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") right no-repeat;
  background-size: 30px;
  background-position: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.minimal-quantity-clarification {
  color: grey;
}

@media (max-width: 600px) {
  #maximum-delivery-date-label {
    font-size: 9pt;
  }
}

.promotions {
  display: grid;
  grid-template-columns: 23% 23% 23% 23%;
  grid-template-rows: auto;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 36px;
  height: minmax(0, 340px);
}
@media (max-width: 600px) {
  .promotions {
    width: 100%;
    height: minmax(0, 200px);
    grid-template-columns: 47% 47%;
    grid-template-rows: auto auto;
    margin-bottom: 0px;
    gap: 10px;
    margin-top: 10px;
  }
}
.promotions__promotion {
  background-color: white;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 98%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 600px) {
  .promotions__promotion {
    gap: 5px;
    height: 50%;
    padding: 0.1rem;
  }
}
.promotions__promotion-container {
  margin-top: auto;
  background-color: #0d4b86;
  display: inline-block;
  border-width: 2px;
  border-style: solid;
  border-color: #0d4b86;
  -webkit-box-shadow: 2px 4px 4px #aaa;
  box-shadow: 2px 4px 4px #aaa;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 600px) {
  .promotions__promotion-container {
    height: 230px;
  }
}
.promotions__promotion-container:hover {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.promotions__promotion-discount-container {
  position: relative;
  height: 0px;
  width: 0px;
}
.promotions__promotion-discount {
  margin-top: 8px;
  background: transparent url("../images/discount-badge.svg") center no-repeat;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  rotate: 7deg;
  position: relative;
  right: 10px;
  top: -65px;
  box-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-orient: vertical;
  box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  box-pack: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  position: relative;
  width: 80px;
  height: 80px;
}
@media (max-width: 600px) {
  .promotions__promotion-discount {
    display: none;
  }
}
.promotions__promotion-discount-mobile {
  display: none;
  color: #0d4b86;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .promotions__promotion-discount-mobile {
    display: block;
  }
}
.promotions__promotion-discount-amount {
  color: #8ed3ff;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.1rem;
  line-height: 1;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.promotions__promotion-discount-explicit {
  font-size: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.promotions__title {
  color: #0d4b86;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  text-wrap: wrap;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .promotions__title {
    padding-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .promotions__title {
    font-size: 12px;
    margin-top: 10px;
  }
}
.promotions__promotion-title {
  color: #0d4b86;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: light;
  font-size: 16px;
}
@media (min-width: 600px) {
  .promotions__promotion-title {
    height: 50px;
    margin: 10px 0;
  }
}
@media (max-width: 600px) {
  .promotions__promotion-title {
    font-size: 11px;
  }
}
.promotions__promotion-price {
  color: #0d4b86;
  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;
  font-weight: 400;
  font-size: 30px;
  font-style: italic;
}
@media (max-width: 600px) {
  .promotions__promotion-price {
    font-size: 16px;
  }
}
.promotions__discount-circle {
  margin-left: 10px;
  width: 50px;
  height: 50px;
  background-color: #d49011;
  border-radius: 50%;
  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;
}
@media (max-width: 600px) {
  .promotions__discount-circle {
    width: 35px;
    height: 35px;
  }
}
.promotions__discount-text {
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
}
.promotions__button {
  position: relative;
  margin-left: auto;
  background: orange;
  font-family: Roboto, sans-serif;
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background: orange;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.24), 0 8px 16px -4px rgba(0, 0, 0, 0.12);
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 12px 24px;
}
.promotions__button:hover {
  background: #ff6900;
  color: white;
}
@media (max-width: 600px) {
  .promotions__button {
    line-height: 1;
    margin-bottom: 3px;
    padding: 6px 12px;
  }
}

@media (max-width: 600px) {
  th,
  td {
    padding: 4px !important;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  form {
    margin-bottom: 5px;
  }
}

@media (max-width: 600px) {
  .form__group {
    margin-bottom: 10px;
  }
}

@media (max-width: 600px) {
  .uk-table {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 600px) {
  .main-title {
    font-size: 16px !important;
    margin-bottom: 5px !important;
  }
}

@media (max-width: 600px) {
  legend {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
  }
}

.unauthorised-container {
  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;
  min-height: 60vh;
  padding: 20px;
}
.unauthorised-container .auth-card {
  max-width: 400px;
  width: 100%;
  text-align: center;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  padding: 40px 30px;
}
.unauthorised-container .auth-card h2 {
  color: #2D3748;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.unauthorised-container .auth-card p {
  color: #718096;
  margin-bottom: 30px;
  line-height: 1.5;
}
.unauthorised-container .auth-card .auth-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}
.unauthorised-container .auth-card .auth-actions .btn-primary {
  background: #0B6BA1;
  color: #fff;
  padding: 14px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  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;
  gap: 8px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.unauthorised-container .auth-card .auth-actions .btn-primary:active {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}
.unauthorised-container .auth-card .auth-actions .btn-outline {
  border: 2px solid #E2E8F0;
  color: #2D3748;
  padding: 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
}
.unauthorised-container .auth-card .auth-actions .btn-outline:hover {
  background: #F7FAFC;
}
.unauthorised-container .auth-card .auth-footer {
  font-size: 0.9rem;
  color: #718096;
}
.unauthorised-container .auth-card .auth-footer hr {
  border: 0;
  border-top: 1px solid #EDF2F7;
  margin: 20px 0;
}
.unauthorised-container .auth-card .auth-footer a {
  color: #0B6BA1;
  text-decoration: none;
  font-weight: 600;
}
.unauthorised-container .auth-card .auth-footer .support-text {
  font-size: 0.85rem;
}
.unauthorised-container .auth-card .auth-footer .support-text a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-top: 5px;
}

@media (max-width: 480px) {
  .unauthorized-container {
    padding: 10px;
  }
  .auth-card {
    padding: 30px 20px;
  }
}
@media (max-width: 500px) {
  .slide h1 {
    font-size: 35px;
    margin-top: 30px;
  }
  .footer .seguranca {
    max-width: 60px;
    margin: 10px 10px 10px 0;
  }
  .row-copyright {
    border-top: 1px solid #a1a1a1;
    padding-top: 20px;
  }
  .yuzo_related_post_widget {
    clear: both;
    float: none;
    width: 100%;
  }
  .yuzo_related_post_widget:nth-child(1) {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .yuzo_related_post_widget.style-2 {
    overflow: hidden !important;
  }
  .slick-dots {
    bottom: -30px;
  }
  .tarja-faq li {
    margin-bottom: 15px;
    line-height: 1.3;
    font-size: 14px;
  }
}
@media screen and (max-width: 414px) {
  .col-30,
  .col-70,
  .seguranca {
    width: 100%;
  }
  .tarja-faq .coluna {
    width: 100%;
  }
  .slide {
    min-height: 565px;
  }
  h2 {
    font-size: 40px;
    margin: 0 auto 24px;
  }
  .coluna {
    width: 97%;
  }
  .home_coluna {
    width: 97%;
  }
  h5 {
    font-size: 40px;
    margin: 50px 0;
  }
  .col-half2 {
    margin-left: 30px;
  }
  .cel-cod-bar .bt-buy {
    width: auto;
  }
  .slick-dots {
    bottom: -30px;
  }
}
@media (max-width: 380px) {
  .slide {
    min-height: auto;
    height: 400px;
  }
  .slide h1 {
    top: 20px;
    font-size: 25px;
    line-height: normal;
  }
  .conheca article p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .slick-dots {
    bottom: -30px;
  }
}
@media (max-width: 320px) {
  .slick-dots {
    bottom: -30px;
  }
}
@media (min-width: 768px) {
  .btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 18px 24px;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}
.topo .content {
  padding: 0 20px;
  margin: 0;
  top: 0;
  max-width: none;
}

.campo-form-pp {
  -webkit-box-shadow: 1px 3px 3px #aaa;
  box-shadow: 1px 3px 3px #aaa;
}

.campo-mensagem-p {
  -webkit-box-shadow: 1px 3px 3px #aaa;
  box-shadow: 1px 3px 3px #aaa;
}

.contact-page {
  max-width: 960px;
}

.contact-page .title-contato {
  color: #014681;
  text-transform: none;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-page .title-p {
  text-align: center;
  color: #a9a9a9;
  font-size: 28px;
}

.contact-page .passos {
  padding: 50px 0;
}

.contact-page .contact-boxed-content {
  background: #fff;
  -webkit-box-shadow: 2px 3px 10px #ccc;
  box-shadow: 2px 3px 10px #ccc;
}

.contact-page .passos h3 {
  font-size: 24px;
  font-weight: bold;
  color: #014681;
  line-height: 30px;
  margin: 0 0 20px;
}

.contact-page .address h3 {
  text-transform: none;
  color: #363636;
  font-weight: normal;
  text-align: left;
  font-size: 20px;
  margin-top: 40px;
}

.contact-page .address .col-half {
  width: 60%;
}

.contact-page .address img {
  width: 130px;
  margin-top: 50px;
}

@media all and (max-width: 1024px) {
  .contact-page .address img {
    display: none;
  }
}
.endereco-mapa {
  margin-left: 20px;
  -webkit-box-shadow: 2px 3px 10px #ccc;
  box-shadow: 2px 3px 10px #ccc;
}

@media screen and (max-width: 1280px) {
  .contact-page {
    max-width: 90%;
  }
  .endereco-mapa {
    margin-left: 0;
  }
}
.section--video {
  background: #0e4c87;
  padding: 43px 20px 20px;
}

.section--video__player,
.section--video__text {
  margin: 0 1%;
}

.section--video h2,
.section--video h3 {
  color: #fff;
  font-size: 25px;
  text-align: center;
  text-transform: none;
}

.section--video h2 {
  font-weight: 100;
  line-height: 1.216;
  margin: 0;
}

.section--video h3 {
  line-height: normal;
  margin: 0 0 40px;
}

@media only screen and (min-width: 801px) {
  .section--video {
    padding: 90px 20px;
  }
  .section--video .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .section--video__text {
    width: 56%;
  }
  .section--video h2,
  .section--video h3 {
    text-align: left;
    margin: 0;
  }
  .section--video__player {
    width: 40%;
  }
}
@media only screen and (min-width: 921px) {
  .section--video h2 {
    font-size: 41px;
  }
  .section--video h3 {
    font-size: 31px;
  }
}
@media only screen and (min-width: 1201px) {
  .section--video h2 {
    font-size: 51px;
  }
  .section--video h3 {
    font-size: 41px;
  }
}
.unit-price {
  font-size: 0.75rem;
  position: relative;
  font-weight: 400;
  top: -2px;
  margin-left: 4px;
}

.note {
  color: rgba(0, 0, 0, 0.48);
}

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

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.nobr {
  white-space: nowrap;
}

.p-0 {
  padding: 0 !important;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.is-horizontally-centered,
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.clear::after,
.content::after {
  clear: both;
}

.clear::after,
.clear::before,
.content::after,
.content::before {
  content: "";
  display: table;
  table-layout: fixed;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

.d-none {
  display: none;
}

@media (min-width: 568px) {
  .d-sm-block {
    display: block;
  }
}
@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
  .d-md-none {
    display: none;
  }
}
@media (min-width: 992px) {
  .d-lg-block {
    display: block;
  }
}
.w-auto {
  width: auto !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}

.kk-star-ratings .kksr-star.gray {
  background-image: url("/wp-content/plugins/kk-star-ratings/gray.png") !important;
}

.kk-star-ratings .kksr-star.yellow {
  background-image: url(/wp-content/plugins/kk-star-ratings/yellow.png) !important;
}

.kk-star-ratings .kksr-star.orange {
  background-image: url(/wp-content/plugins/kk-star-ratings/orange.png) !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.float-right {
  float: right !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.text-center {
  text-align: center !important;
}

.gap-20 {
  gap: 20pt;
}

.disappearing-tooltip--hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  position: absolute;
  margin-bottom: 20px;
  margin-left: 200px;
}
.disappearing-tooltip--visible {
  visibility: visible;
  opacity: 1;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-text-align-last: center;
  text-align-last: center;
}

select::-ms-expand {
  display: none;
}

select:disabled {
  background-color: #f0f0f0;
  /* Example: Light gray background */
  border: 1px solid #ccc;
  /* Example: Lighter border */
  cursor: not-allowed;
  /* Indicate it's not interactive */
}