.text-primary {
  color: #f99c1c !important;
}

@keyframes button-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loading {
  position: relative;
  cursor: default;
  text-shadow: none !important;
  color: transparent !important;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0s linear, opacity .1s ease;
  transition: all 0s linear, opacity .1s ease;
}

.loading * {
  visibility: hidden;
}

.loading:before {
  position: absolute;
  content: " ";
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  border-radius: 500rem;
  border: 0.2em solid rgba(0, 0, 0, 0.04);
  z-index: 99;
}

.loading:after {
  position: absolute;
  content: " ";
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  -webkit-animation: button-spin .6s linear;
  animation: button-spin .6s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  border-radius: 500rem;
  border-color: #f99c1c transparent transparent !important;
  border-style: solid;
  border-width: .2em;
  box-shadow: 0 0 0 1px transparent;
  z-index: 99;
}

.loading.btn-success:after {
  border-color: white transparent transparent !important;
}

.loading.btn-primary.btn:before, .loading.btn-primary.btn:after {
  margin: -10px 0 0 -10px !important;
  width: 20px !important;
  height: 20px !important;
}

.loading.btn-primary.btn:before {
  border-color: white;
}

.loading.loading-small:before, .loading.loading-small:after {
  margin: -10px 0 0 -10px !important;
  width: 20px !important;
  height: 20px !important;
}

button.loading:before, button.loading:after {
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
}

button.loading:after {
  border-width: .15em;
}

*, ::after, ::before {
  box-sizing: border-box;
}

html {
  height: 100%;
  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: transparent;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  text-align: left;
  font-size: .85rem;
  line-height: 1.6;
  padding-top: 121px;
  overflow-x: hidden;
  background-color: #f1f3f5 !important;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.text-primary {
  color: #374EA2;
}

.badge-primary {
  background-color: #f99c1c;
}

.btn-primary {
  background-color: #f99c1c;
  border-color: #f99812;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:disabled {
  background-color: #dc8206 !important;
  border-color: #d27c06 !important;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 156, 28, 0.5);
}

.show > .btn-primary.dropdown-toggle {
  background-color: #dc8206 !important;
  border-color: #d27c06 !important;
  color: white;
}

.btn-blue {
  background-color: #374EA2;
  border-color: #344a9a;
}

.btn-blue:hover, .btn-blue:active {
  background-color: #2a3c7c !important;
  border-color: #273874 !important;
  color: white !important;
}

.btn-blue:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 78, 162, 0.5);
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 100%;
  text-align: center;
}

.navbar {
  padding: 0;
}

@media (min-width: 768px) {
  .navbar.bg-white {
    padding: 10px 0;
  }
}

.navbar .navbar-brand {
  padding: 0;
}

@media (min-width: 768px) {
  .navbar .navbar-brand img {
    margin: auto;
    position: relative;
    top: -2px;
  }
}

.navbar form {
  flex: 1 0 auto;
}

.navbar form input.input-search {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  color: #ADB5BD;
  letter-spacing: -0.2px;
  padding: 8px 10px;
  margin: 10px 0;
  outline: 0;
  border: 0;
  width: 100%;
}

.navbar .user_actions {
  margin-left: 20px;
  position: relative;
  padding-right: 40px;
}

.navbar .user_actions .dropdown {
  display: inline-block;
}

.navbar .user_actions .dropdown .form-group {
  margin-bottom: 8px;
}

.navbar .user_actions .dropdown .dropdown-menu .text {
  font-weight: 500;
  padding-bottom: 5px;
}

.navbar .user_actions .dropdown .dropdown-menu form {
  padding: 1rem;
  padding-bottom: 0;
  min-width: 250px;
}

.navbar .user_actions .dropdown .dropdown-menu form input[type="password"], .navbar .user_actions .dropdown .dropdown-menu form input[type="email"] {
  border: 0;
  background-color: #FAFBFC;
  border: 1px solid #ddd;
  line-height: 2;
  font-size: 1em;
}

.navbar .user_actions .dropdown .dropdown-menu form button.btn-primary {
  width: 100%;
}

.navbar .user_actions .dropdown:before {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 30px;
}

.navbar .user_actions .dropdown.fb:before {
  display: none;
}

.navbar .user_actions .dropdown.fb img {
  border-radius: 50%;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
}

.user_actions .dropdown-menu {
  padding-bottom: 15px;
  min-width: 300px;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .menu-clear {
    display: none;
  }
}

section.menu-bar {
  background-color: #f99c1c;
  top: 70px;
  z-index: 500;
}

section.menu-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section.menu-bar ul li {
  display: inline;
}

section.menu-bar ul li a {
  display: inline-block;
  color: white;
  font-weight: 500;
  padding: 15px 10px;
  text-decoration: none;
}

section.menu-bar ul li a:hover {
  background-color: white;
  color: #374EA2;
}

.banners {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .sliderEncerrando {
    margin-top: 4.7rem !important;
  }
  .sliderVar {
    margin-top: 0rem;
  }
  .navmenu {
    background: none !important;
    height: 0 !important;
  }
  .sliderVarativa {
    margin-top: 2.7rem;
  }
  .somebarra {
    background: none !important;
    height: 0 !important;
  }
  .sliderEncerrado {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .sliderEncerrando {
    margin-top: 1.5rem;
  }
  .sliderVar {
    margin-top: 0rem;
  }
  .sliderEncerrado {
    margin-top: 1.5rem;
  }
  ul {
    margin: 0;
    padding: 0;
  }
  ul li {
    list-style: none;
  }
  .bx-wrapper .bx-pager {
    bottom: 20px;
  }
  .bx-wrapper .bx-pager a {
    border: 2px solid white;
    background-color: transparent !important;
  }
  .bx-wrapper .bx-pager a.active {
    background-color: white !important;
    border: 0;
  }
  .bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
    margin: 0 !important;
  }
  .bx-wrapper img {
    width: 100%;
  }
}

.banners-controls {
  background-color: #374EA2;
}

.banners-controls ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}

.banners-controls ul li {
  list-style: none;
  flex: 1 0 0;
  position: relative;
}

.banners-controls ul li a {
  color: white;
  width: 100%;
  display: inline-block;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 0px 20px 10px 20px;
  line-height: 50px;
  text-align: center;
}

@media (max-width: 991px) {
  .banners-controls ul li a {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .banners-controls ul li a {
    text-align: center;
    padding-bottom: 0;
  }
}

.banners-controls ul li:hover a, .banners-controls ul li.active a {
  background-color: #374EA2;
  font-weight: bold;
  font-size: 1.2em;
}

.banners-controls ul li.active:before {
  content: "";
  height: 10px;
  width: 100%;
  position: absolute;
  top: -10px;
  background-color: #374EA2;
}

.boxes {
  background-color: #F1F3F5;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .boxes {
    padding-top: 20px;
    margin-top: 0rem;
  }
}

.boxes .col {
  position: relative;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .boxes .col {
    margin: 5px 0px;
  }
}

.popover-body {
  max-width: 190px;
}

.popover {
  z-index: 999999;
}

.box.dezenas ul {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.box.dezenas .instrucoes {
  color: #374EA2;
}

.box .label-box {
  width: 50%;
  left: calc(50% / 2);
  text-align: center;
  background-color: #FCC419;
  color: white;
  top: -45px;
  padding: 5px 0;
  position: absolute;
  border-radius: 50px;
  font-weight: bold;
}

.box {
  background: white;
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
  text-align: left;
}

.box .icon-arrow-down {
  display: none;
}

.box .icon-question {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 22px;
}

.box .icon-question:before {
  color: #ddd;
}

.box .icon-question:hover {
  cursor: help;
}

.box .icon-question:hover:before {
  color: #FCC419;
}

.box .title {
  text-align: center;
  border-bottom: 1px solid #E9ECEF;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0 18px 0;
  color: #374EA2;
  margin-bottom: 20px;
  position: relative;
}

.box .title i {
  position: absolute;
  top: 40px;
  font-size: 30px;
  background-color: white;
  left: 50%;
  margin-left: -25px;
  border-radius: 50%;
  width: 50px;
}

.box.rapida {
  color: #f99c1c;
}

@media (max-width: 767px) {
  .box.rapida {
    min-height: auto !important;
    padding-bottom: 20px;
  }
  .box.rapida .title + div, .box.rapida hr {
    display: none;
  }
  .box.rapida .form-rapida {
    margin-top: 10px !important;
  }
  .box.rapida .total-rapida {
    margin-top: 5px !important;
  }
  .box.rapida .btns-actions {
    position: static;
    width: 100%;
    margin-top: 5px !important;
  }
}

.box.rapida .form-rapida button {
  width: 35px;
  height: 40px;
  color: white;
  border: 0;
  cursor: pointer;
  background-color: #f99c1c;
  outline: 0;
  font-size: 120%;
}

.box.rapida .form-rapida button:hover {
  background-color: #f59106;
}

.box.rapida .form-rapida input {
  width: 50px;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #f99c1c;
  text-align: center;
  color: #f99c1c;
  font-weight: bold;
  outline: 0;
  font-size: 120%;
  margin: 0 5px;
}

.box.selecionar {
  text-align: center;
}

.add-to-cart {
  display: none;
}

.modal-body label {
  flex: 20% 0 0;
}

section.ganhadores, section.vt-premios {
  min-height: 465px;
  position: relative;
  background: url("/imagens/bg-3") no-repeat;
  background-size: cover;
}

section.ganhadores div, section.vt-premios div {
  z-index: 102;
  position: relative;
}

section.ganhadores:before, section.vt-premios:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  z-index: 100;
}

section.ganhadores:after, section.vt-premios:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: rgba(55, 78, 162, 0.9);
  z-index: 101;
}

section.ganhadores .left-text, section.vt-premios .left-text {
  padding: 50px 15% 50px 0;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 40%;
  font-size: 1.15rem;
  line-height: 2rem;
}

section.ganhadores .left-text h3, section.vt-premios .left-text h3 {
  margin: 40px 0;
  font-size: 2rem;
}

section.ganhadores .video, section.vt-premios .video {
  position: absolute;
  padding: 20px;
  min-height: 320px;
  width: 70%;
  margin-left: 30%;
  left: 0;
  top: 50px;
  background: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .box.sugestao .btn-sugestao, .box.sugestao .add-to-cart {
    padding: 6px 6px;
    font-size: 14px;
  }
  #cadastro label {
    margin-bottom: 0;
  }
  .social-networks .btn-facebook:before {
    top: 8px !important;
  }
  section.ganhadores, section.vt-premios {
    padding-bottom: 50px;
  }
  section.ganhadores:before, section.ganhadores:after, section.vt-premios:before, section.vt-premios:after {
    width: 100%;
  }
  section.ganhadores .left-text, section.vt-premios .left-text {
    width: 100%;
  }
  section.ganhadores .video, section.vt-premios .video {
    position: static;
    top: 0;
    width: 100%;
    margin-left: 0;
  }
  body.cadastro .campanha-cadastro {
    padding: 15px 0 !important;
    background-position: calc(100% - 10px) center;
  }
  body.cadastro .campanha-cadastro .text-green {
    font-size: 1.2em !important;
  }
  body.cadastro .campanha-cadastro .texto-campanha {
    font-size: 1em !important;
  }
}

section.vt-premios {
  background: url("/imagens/bg-premios.jpg") no-repeat;
  background-size: cover;
}

section.vt-premios:after {
  background-color: #374EA2;
  width: 100%;
}

section.vt-premios:before {
  width: 100%;
}

section.videos {
  position: relative;
  padding: 50px 0;
}

section.videos:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #374EA2;
  width: 100%;
}

section.videos > div {
  z-index: 102;
  position: relative;
}

section.videos h3 {
  font-size: 1.5rem;
  color: white;
}

.sidebar .bx-wrapper {
  margin-bottom: 20px;
}

.sidebar .box {
  margin-bottom: 20px;
}

section.resultados {
  padding-bottom: 50px;
}

section.resultados .container {
  padding-top: 25px;
}

section.resultados .container label {
  font-weight: bold;
  margin-bottom: 0px;
}

section.resultados h2 {
  color: #f99c1c;
  display: inline-block;
}

section.resultados h5 {
  color: #f99c1c;
  font-size: 1rem;
  font-weight: 500;
}

section.resultados .dropdown {
  display: inline-block;
  margin-left: 20px;
  top: -5px;
}

section.resultados .ganhadores-premios {
  padding-top: 30px;
}

section.resultados .ganhadores-rodada {
  margin-top: 30px;
}

@media (max-width: 767px) {
  section.resultados .ganhadores-rodada {
    text-align: center;
    padding: 10px;
  }
}

section.resultados .ganhadores-rodada .lucky-rodada {
  margin: 20px 0;
}

section.resultados .ganhadores-rodada .lucky-rodada img {
  margin-right: 10px;
}

section.resultados .ganhadores-rodada .sugestao-premio {
  font-size: 80% !important;
}

section.resultados .sorteio {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #F1F3F5;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 20px;
  margin: 10px 0;
}

section.resultados .sorteio i {
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #DEE2E6;
  font-weight: bold;
  color: #343A40;
  font-style: normal;
  font-size: 1rem;
  line-height: 38px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
  background-image: linear-gradient(0deg, #DEE2E6 0%, #FFFFFF 75%);
  cursor: pointer;
}

section.resultados .sorteio i:hover {
  background-image: none;
  background-color: #868E96;
  color: white;
}

section.resultados .sorteio i.checked {
  background-image: none;
  background-color: #374EA2;
  color: white;
}

section.resultados .sorteio .lucky {
  font-size: 0.9rem;
  margin: 20px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  section.resultados .sorteio .lucky {
    text-align: left;
    width: 30%;
  }
}

section.resultados .sorteio .lucky img {
  margin-right: 10px;
}

section.resultados .sugestao-premio {
  color: rgba(52, 58, 64, 0.7);
  width: 100%;
}

section.resultados .itens-right {
  position: relative;
}

section.resultados .itens-right .icon-live {
  padding-left: 30px;
  width: 100px;
  position: relative;
  animation: liveopacity 2s linear infinite alternate;
}

section.resultados .itens-right .icon-live.live, section.resultados .itens-right .icon-live.live:before, section.resultados .itens-right .icon-live.live span {
  color: #ff0000;
}

section.resultados .itens-right .icon-live:before {
  position: absolute;
  top: 9px;
  left: 9px;
  font-size: 18px;
}

section.resultados .itens-right .icon-live:after {
  content: "Ao vivo";
  animation: liveanimation 2s linear infinite alternate;
}

#redessociais a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 0 5px;
}

#redessociais a:before {
  color: white;
  font-size: 20px;
  position: relative;
  top: 3px;
}

#redessociais a:hover:before {
  opacity: 0.5;
}

footer {
  background-color: #f99c1c;
  color: white;
  padding: 50px 0;
}

footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  list-style: none;
  display: inline;
}

footer ul li a {
  color: white;
  padding: 0 5px;
}

footer ul li a:hover {
  color: white;
}

footer .legal-message {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .legal-message img {
  max-width: 100%;
}

.main-page {
  padding: 30px;
  font-size: 0.85rem;
}

@media (max-width: 767px) {
  .main-page {
    padding: 15px;
  }
}

.main-page h1 {
  color: #374EA2;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  padding-left: 10px;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .main-page h1 {
    font-size: 1.1rem;
  }
}

.main-page h1:before {
  font-size: 24px;
}

.main-page h1:before {
  color: #f99c1c;
  position: relative;
  top: 2px;
  left: -5px;
}

.main-page #suascompras .table {
  max-width: 80%;
  margin: 0 auto;
  color: inherit;
}

@media (max-width: 991px) {
  .main-page #suascompras .table {
    max-width: 100%;
  }
}

.main-page #suascompras .table thead th {
  border-top: 0;
}

.main-page #suascompras .table .btn-default i {
  position: relative;
  top: 2px;
}

.main-page #suascompras .table.table-hover tbody tr:hover {
  background-color: #FFF9DB;
}

.main-page #suascompras .table td, .main-page #suascompras .table th {
  vertical-align: middle;
}

.main-page #suascompras .table td.favorecido {
  position: relative;
}

.main-page #suascompras .table td.favorecido .select2 {
  display: block !important;
}

.main-page #suascompras .table td.favorecido a {
  text-decoration: none;
  border-bottom: 1px dotted;
  position: relative;
}

.main-page #suascompras .table td.favorecido a:after {
  position: absolute;
  top: 6px;
  right: -12px;
}

.main-page #suascompras .table td.favorecido span {
  color: #999;
}

.main-page #suascompras .table tfoot td {
  border: 0;
}

.main-page #suascompras .table a {
  color: #f99c1c;
}

section.finalizar-carrinho {
  z-index: 9999;
}

.keep-buying, .link-lista-compras {
  color: #ADB5BD;
  line-height: 40px;
}

section.finalizar-pagamento * {
  width: 100%;
  text-align: center;
  display: block;
}

#cadastro select.form-control:not([size]):not([multiple]) {
  height: 35px;
}

#cadastro .form-control {
  font-size: 0.8rem;
  border-radius: 2px;
}

.sidebar-slides {
  margin: 0;
  padding: 0;
}

.sidebar-slides li {
  list-style: none;
}

.dropdown-menu {
  font-size: 0.8rem;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.alert-danger a {
  color: #721c24 !important;
}

.alert-warning a {
  color: #533f03 !important;
}

.alert a {
  text-decoration: underline;
  color: inherit;
}

.alert a:hover {
  text-decoration: none;
}

#toast-container > div {
  opacity: 0.95;
}

#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.wrap-div {
  visibility: hidden;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

*::-webkit-input-placeholder {
  color: #CED4DA;
}

*:-moz-placeholder {
  color: #CED4DA;
}

*::-moz-placeholder {
  color: #CED4DA;
}

*:-ms-input-placeholder {
  color: #CED4DA;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.btn-default {
  color: #788288 !important;
  background-color: #fcfcfd;
  border-color: #d2dae1;
  border-bottom-color: #cbd5dd;
  -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
  box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}

.bx-wrapper .bx-controls-direction a {
  z-index: 99 !important;
}

.email-information {
  padding: 20px 10px;
  border-radius: 5px;
  background-color: #e9ecef;
  margin-bottom: 20px;
}

.email-information b {
  font-weight: 500;
}

.box-email {
  width: 60%;
  margin: auto;
}

.box-email .btn-primary {
  margin-top: 20px;
}

.social-network hr {
  margin: 10px 0;
}

.TpPessoaDiv {
  padding-top: 30px;
}

.js-validation {
  display: none;
}

.container.main-page .login-content {
  margin: auto;
  padding: 10px 0;
}

.container.main-page .login-content input {
  line-height: 2;
}

.container.main-page .login-content button {
  width: 100%;
  line-height: 2.4;
  font-size: 1rem;
}

.container.main-page .login-content .social-networks {
  padding: 0;
  margin-bottom: 10px;
}

.container.main-page .login-content .social-networks a {
  line-height: 2.2;
}

.container.main-page .login-content .social-networks a.btn-google img {
  height: 25px;
  left: 10px;
  top: 8px;
}

.container.main-page .login-content .social-networks a.btn-facebook:before {
  font-size: 24px;
  top: 8px;
  left: 10px;
}

.container.main-page .login-content .social-networks .abcRioButton {
  height: 43px !important;
}

.container.main-page .login-content .social-networks .abcRioButton .abcRioButtonIcon {
  padding: 12px !important;
}

.container.main-page .login-content .social-networks .abcRioButton .abcRioButtonContents {
  font-size: 15px !important;
  line-height: 40px !important;
}

.container.main-page .login-content a.cadastro {
  padding-left: 0;
}

.finalizar .tab-content {
  border: 1px solid #f2f2f2;
  border-top: 0;
}

.finalizar .tab-content .card-body {
  padding: 2rem;
}

.finalizar .nav-tabs {
  border-bottom: 1px solid #f2f2f2;
}

.finalizar .nav-tabs a {
  color: #f99c1c;
}

.finalizar .nav-tabs .nav-item.show .nav-link, .finalizar .nav-tabs .nav-link.active {
  border-color: #f2f2f2 #f2f2f2 #fff;
}

.formas-pagamento {
  border: 0;
}

.formas-pagamento .card-header, .formas-pagamento .card-body, .formas-pagamento .card-footer {
  border: 0;
}

.card-resumo {
  border-color: #f2f2f2;
  z-index: 99;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .card-resumo {
    width: 100%;
  }
}

.card-resumo .card-header, .card-resumo .card-footer {
  background-color: rgba(0, 0, 0, 0.01);
  border-color: #f2f2f2;
}

@media (max-width: 767px) {
  body.pagamento .card-resumo {
    margin-top: 0 !important;
    border-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  body.pagamento .card-resumo .card-body {
    padding-top: 0 !important;
  }
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.02);
}

.formas-pagamento label {
  margin-bottom: .1rem;
}

.formas-pagamento .form-group {
  margin-bottom: 0.5rem;
}

.formas-pagamento input {
  padding: .6rem .75rem;
}

.formas-pagamento .card-option label {
  margin-right: 10px;
  padding-top: 45px;
  position: relative;
  font-size: 0.8rem;
  border: 2px solid #f0f0f0;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.formas-pagamento .card-option label:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.formas-pagamento .card-option label.marked {
  border-color: #f99c1c;
}

.formas-pagamento .card-option label input {
  display: none;
  margin-right: 5px;
}

.formas-pagamento .card-option label:before {
  content: "";
  background-image: url("/imagens/formas.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
}

.formas-pagamento .card-option label.credito {
  min-width: 270px;
}

.formas-pagamento .card-option label.debito:before {
  background-position: 0 -35px;
}

.formas-pagamento .card-option label.megasorte:before {
  background-position: 0 -70px;
}

.formas-pagamento .card-option label.megasorte span {
  color: #f99c1c;
  font-weight: 500;
}

tr.oferta {
  color: #f99c1c;
}

tr.frete {
  color: #ADB5BD;
}

tr.no-border td {
  border-color: transparent;
}

.first-menu .icon-menu {
  position: relative;
  text-decoration: none;
  color: #f99c1c;
  padding-top: 28px;
  font-weight: 500;
  text-transform: uppercase;
}

.first-menu .icon-menu:before {
  position: absolute;
  font-size: 32px;
  top: 2px;
}

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

@media (max-width: 767px) {
  .itens-right .icon-live {
    font-size: 90%;
    font-weight: bold;
    text-transform: uppercase;
    height: 24px;
    margin-top: 4px;
  }
  .itens-right .icon-live:before {
    top: 3px;
    left: 5px;
    font-size: 16px;
  }
  .itens-right .icon-live:after {
    top: 2px;
    position: absolute;
    left: 10px;
    width: 100%;
    text-align: center;
  }
  .user-options {
    grid-template-columns: repeat(1, 100%) !important;
  }
  .dropdown-menu .login-content .social-networks a {
    padding: 0.5rem;
  }
  .finalizar .tab-content {
    border: 0;
  }
  .finalizar .tab-content .card-body {
    padding: 0 !important;
  }
  table.minhas-compras {
    width: 100% !important;
  }
  .box.numero form {
    width: 100%;
  }
  .sugestao-retorno label {
    flex: calc(50% - 4px) 0 0;
    padding: 2px;
    background-color: white !important;
    border: 1px solid #ddd;
    margin: 2px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 110%;
  }
  .itens-right {
    justify-content: space-between !important;
    display: flex;
    width: 100%;
  }
  .itens-right #redessociais {
    display: flex !important;
  }
  .first-menu .container {
    height: 60px;
  }
  .first-menu .container form.search-form {
    display: none;
  }
  .first-menu .navbar-brand {
    margin-right: 0;
    position: relative;
    left: 5px;
  }
  .first-menu .icon-cart {
    background-color: white !important;
    border: 0;
  }
  .first-menu .icon-cart:hover:before {
    color: #dc8206;
  }
  .first-menu .icon-cart:before {
    font-size: 25px;
  }
  .first-menu .icon-cart:after {
    display: none;
  }
  .first-menu .user_actions {
    margin-left: 0;
    padding-right: 0;
    padding-left: 15px;
  }
  .first-menu .user_actions .icon-user:before {
    left: 10px;
    top: -11px;
  }
  .first-menu .user_actions .icon-user:after {
    position: relative;
    top: -4px;
    left: 2px;
  }
  .first-menu .user_actions .icon-user.fb img {
    top: -15px;
  }
  .first-menu .user_actions .dropdown {
    width: 30px;
  }
  section.menu-bar {
    height: 50px;
    top: 60px;
  }
  section.menu-bar ul:not(.status-edicao) {
    display: none;
    position: fixed;
    height: 100vh;
    background-color: white;
    width: 75%;
    z-index: 99999999;
    left: 0;
    top: 60px;
    padding: 10px 0;
  }
  section.menu-bar ul:not(.status-edicao) li {
    display: list-item;
  }
  section.menu-bar ul:not(.status-edicao) li form {
    margin: 20px;
  }
  section.menu-bar ul:not(.status-edicao) li form input.input-search {
    border: 1px solid #ddd !important;
    padding: 15px 10px;
  }
  section.menu-bar ul:not(.status-edicao) li a {
    padding-left: 20px;
    margin-bottom: 0;
  }
  body {
    padding-top: 60px;
  }
  body.sidebar-open {
    overflow-y: hidden;
  }
  body.sidebar-open .first-menu .icon-menu:before {
    top: 1px;
    content: "\69" !important;
  }
  body.sidebar-open:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.6;
    z-index: 120;
  }
  body.sidebar-open section.menu-bar ul:not(.status-edicao) {
    display: block;
  }
}

.new-credit-card {
  display: none;
}

.new-credit-card.no-card {
  display: block;
}

.forma-details > div {
  display: none;
}

.forma-details > div.active {
  display: block;
}

.card-expiration label {
  display: block;
}

.card-expiration input {
  display: inline-block;
}

.card-expiration .icon-check-circle {
  font-size: 40px;
  position: absolute;
  top: 2px;
  left: 12px;
  color: #28a745;
}

table.minhas-compras {
  width: 80%;
  margin: auto;
}

table.minhas-compras a {
  color: #f99c1c;
}

table.minhas-compras thead td {
  border-top: 0;
}

table.minhas-compras tbody td, table.minhas-compras tfoot td {
  padding: .5rem !important;
}

table.minhas-compras tfoot td {
  border: 0;
}

table.minhas-compras tfoot tr.total td {
  font-weight: bold;
}

table.minhas-compras tfoot tr.desconto td {
  color: #f99c1c;
}

tr.no-funds {
  color: tomato;
  font-weight: bold;
}

tr.with-funds td:last-child {
  color: #374EA2;
}

body.duvidas .accordion .card-header {
  padding: 5px;
}

body.duvidas .accordion .card-header h5 button {
  font-size: 0.85rem;
  color: #f99c1c;
  width: 100%;
  text-align: left;
}

.warning-dist {
  float: right;
  line-height: 45px;
}

.warning-dist a {
  color: #f99c1c;
}

.user-options {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, calc((100% - 20px) / 3));
}

.user-options a {
  color: #f99c1c;
  padding: 10px;
  text-decoration: none;
  border: 1px solid;
  border-color: #ddd;
}

.user-options a:hover {
  background-color: #f99c1c;
  color: white;
  border-color: transparent;
}

.table-md td, .table-md th {
  padding: .5rem;
}

#select-favorecidos {
  position: absolute;
  top: 0;
  left: 0;
}

a.cadastro {
  color: #555;
  display: block;
  padding-left: 1rem;
}

.resultados-get {
  min-height: 100px;
}

body.premios .main-page img {
  width: auto;
  max-width: 100%;
}

.social-networks {
  padding: 1rem;
  padding-bottom: 0;
  padding-top: 0;
}

.social-networks .btn-google {
  border-radius: 5px;
  border: 1px solid #dedfe0;
  box-shadow: 0 1px 1px 0 rgba(41, 48, 59, 0.2), 0 0 1px 0 rgba(41, 48, 59, 0.1);
  color: rgba(0, 0, 0, 0.54);
  position: relative;
  margin-top: 5px;
}

.social-networks .btn-google:hover {
  background-color: #eee;
}

.social-networks .btn-google img {
  position: absolute;
  height: 20px;
  left: 8px;
  top: 5px;
}

.social-networks .btn-facebook {
  background-color: #4C67A1;
  width: 100%;
  color: white;
  position: relative;
}

.social-networks .btn-facebook:before {
  position: absolute;
  top: 4px;
  left: 6px;
  font-size: 20px;
}

.social-networks .btn-facebook:hover {
  background-color: #405D9B;
}

@media (max-width: 767px) {
  .card-wrapper {
    display: none;
  }
}

form.finalizar.pagamento-form {
  min-height: 400px;
}

form.finalizar.pagamento-form2 {
  min-height: 0 !important;
}

@keyframes liveanimation {
  0% {
    content: "Ao vivo";
  }
  100% {
    content: "Assista!";
  }
}

@keyframes liveopacity {
  50% {
    color: transparent;
  }
}

.added-to-cart {
  display: none;
  background-color: #f99c1c;
  border-radius: 3px;
  padding: 20px;
}

.added-to-cart > div {
  color: white;
  font-size: 15px;
  font-weight: bold;
}

.form-control + small, .form-label-group small {
  color: tomato;
  display: none;
}

.form-control.invalid + small {
  display: inline-block !important;
}

.form-control.invalid input, .form-label-group.invalid input {
  border-color: tomato !important;
}

.form-control.invalid small, .form-label-group.invalid small {
  display: inline !important;
}

.form-control.jp-card-valid {
  border-color: #ced4da;
}

.form-control.jp-card-valid + small {
  display: none;
}

body.editar .form-group.required label, body.confirmar .form-group.required label {
  position: relative;
}

body.editar .form-group.required label:after, body.confirmar .form-group.required label:after {
  color: #FCC419;
  content: ' *';
  display: inline;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  margin-left: 5px;
  top: -2px;
}

.youtube {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26.0px;
  border-color: transparent transparent transparent #fff;
}

.youtube img, .youtube .play-button {
  cursor: pointer;
}

.youtube img, .youtube iframe {
  position: absolute;
}

.youtube .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube .play-button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.youtube a {
  color: inherit;
}

.youtube .text-green {
  color: #f99c1c;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.youtube hr {
  max-width: calc(100% - 160px);
  margin: 20px 0;
}

body.vendas-bloqueadas .banners-controls ul li a {
  padding-bottom: 0px;
}

.privacy {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #454545;
  color: #ddd;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 50px;
  z-index: 999;
  opacity: 0.95;
  width: 400px;
}

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

.privacy > a.politica {
  color: #ddd;
  text-decoration: underline;
}

.privacy > a.politica:hover {
  text-decoration: none;
}

.privacy .btn {
  margin-top: 10px;
  display: block;
}

body.user-message {
  padding-top: 210px;
}

body.user-message .navbar {
  top: 120px;
}

body.user-message section.menu-bar {
  top: 185px;
}

.user-alert {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  z-index: 999;
  padding: 15px 0;
  padding-right: 100px;
}

.user-alert .alert-title {
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 120px;
}

.user-alert .alert-description {
  padding-left: 120px;
  line-height: 1.2;
}

.user-alert .alert-description img {
  position: absolute;
  left: 65px;
}

.user-alert .alert-description span {
  font-weight: bold;
}

.user-alert .countdown {
  position: absolute;
  top: 40px;
  right: 0;
}

.user-alert .countdown div {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1;
}

.user-alert .container {
  position: relative;
}

.user-alert.vendas-bloqueadas {
  background-color: #f99c1c;
  color: white;
}

.user-alert.vendas-encerradas {
  background-color: #EB5757;
  color: white;
}

.user-alert.vendas-encerrando {
  background-color: #FFAB00;
  color: white;
}

.user-alert.vendas-encerrando .alert-description {
  opacity: 1;
}

.blink {
  animation: fadein 1s infinite;
}

.blink2 {
  animation: fadein2 1s infinite;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@media (max-width: 767px) {
  body.mobile .first-menu {
    position: relative;
    top: 0;
  }
  body.mobile-fixed .first-menu {
    position: fixed;
    top: 0;
  }
  body.mobile-fixed section.menu-bar {
    position: fixed !important;
    top: 60px !important;
  }
  body.user-message {
    padding-top: 0;
  }
  .user-alert {
    overflow: hidden;
    height: auto;
    padding-right: 0;
    position: static;
  }
  .user-alert .alert-title {
    padding-left: 0;
  }
  .user-alert .alert-description {
    padding-left: 0;
    line-height: 1.4;
    text-align: justify;
  }
  .user-alert .alert-description img {
    display: none;
  }
  .user-alert .countdown {
    display: none;
    position: fixed;
    top: 55px;
    right: 10px;
  }
}

.modal-backdrop {
  background-color: #374EA2;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-banner {
  display: none;
}

.modal-banner .modal-dialog {
  width: fit-content;
  max-width: unset;
}

.modal-banner .modal-dialog .modal-content {
  border: 0;
}

.modal-banner .modal-dialog .modal-body {
  padding: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}

.modal-banner .modal-dialog .modal-body img {
  max-width: 100%;
}

.modal-banner .modal-dialog .modal-body button {
  position: absolute;
  top: 10px;
  right: 10px;
}

body.login {
  background: #F5F8FA;
}

body.login .login-row .social-networks a {
  display: inline-block;
  line-height: 2.4;
}

@media (max-width: 767px) {
  body.login .login-row .social-networks a {
    margin: 5px 0;
  }
}

body.login .login-row .social-networks a.btn-google {
  background-color: white;
}

body.login .login-row .social-networks a.btn-google img {
  height: 25px;
  left: 10px;
  top: 8px;
}

@media (max-width: 767px) {
  body.login .login-row .social-networks a.btn-google img {
    top: 12px !important;
  }
}

body.login .login-row .social-networks a.apple-signin {
  min-height: 40px;
  max-height: 40px;
}

body.login .login-row .social-networks a.apple-signin img {
  height: 40px;
}

body.login .login-row .social-networks a.btn-facebook:before {
  font-size: 24px;
  top: 8px;
  left: 10px;
}

@media (max-width: 767px) {
  body.login .login-row .social-networks a.btn-facebook:before {
    top: 12px !important;
  }
}

body.cadastro form#cadastro .form-row, body.ativar_cadastro form#cadastro .form-row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

body.cadastro form#cadastro .form-row .col-5, body.ativar_cadastro form#cadastro .form-row .col-5 {
  max-width: calc(41.666667% - 5px) !important;
  margin-right: 5px !important;
}

body.cadastro .left-content .social-networks, body.ativar_cadastro .left-content .social-networks {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}

body.cadastro .left-content .social-networks .fb-login-button, body.ativar_cadastro .left-content .social-networks .fb-login-button {
  display: inline-block;
  width: 49% !important;
  vertical-align: top;
}

@media (max-width: 767px) {
  body.cadastro .left-content .social-networks .fb-login-button, body.ativar_cadastro .left-content .social-networks .fb-login-button {
    width: 100% !important;
  }
}

body.cadastro .left-content .social-networks a, body.ativar_cadastro .left-content .social-networks a {
  vertical-align: top;
  display: inline-block;
  width: 49% !important;
  margin-top: 0 !important;
  line-height: 2.4;
}

@media (max-width: 767px) {
  body.cadastro .left-content .social-networks a, body.ativar_cadastro .left-content .social-networks a {
    width: 100% !important;
    margin: 5px 0;
  }
}

body.cadastro .left-content .social-networks a.btn-google img, body.ativar_cadastro .left-content .social-networks a.btn-google img {
  height: 25px;
  left: 10px;
  top: 8px;
}

@media (max-width: 767px) {
  body.cadastro .left-content .social-networks a.btn-google img, body.ativar_cadastro .left-content .social-networks a.btn-google img {
    top: 12px !important;
  }
}

body.cadastro .left-content .social-networks a.btn-facebook:before, body.ativar_cadastro .left-content .social-networks a.btn-facebook:before {
  font-size: 24px;
  top: 8px;
  left: 10px;
}

@media (max-width: 767px) {
  body.cadastro .left-content .social-networks a.btn-facebook:before, body.ativar_cadastro .left-content .social-networks a.btn-facebook:before {
    top: 12px !important;
  }
}

@media (min-width: 768px) {
  body.cadastro .row.signup-form > div, body.ativar_cadastro .row.signup-form > div {
    padding: 0 50px;
  }
}

body.cadastro .row.signup-form .col-md-12 form, body.ativar_cadastro .row.signup-form .col-md-12 form {
  margin: auto;
  width: 100%;
}

@media (min-width: 768px) {
  body.cadastro .row.signup-form .col-md-12 form, body.ativar_cadastro .row.signup-form .col-md-12 form {
    max-width: 550px;
  }
}

@media (min-width: 768px) {
  body.cadastro .row.signup-form .col-md-6:last-child:before, body.ativar_cadastro .row.signup-form .col-md-6:last-child:before {
    content: "";
    width: 1px;
    background-color: #ddd;
    height: calc(100% - 150px);
    position: absolute;
    left: 0;
    top: 50px;
  }
}

body.cadastro .campanha-cadastro, body.ativar_cadastro .campanha-cadastro {
  padding: 25px;
  background-size: 100px;
}

@media (min-width: 768px) {
  body.cadastro .campanha-cadastro, body.ativar_cadastro .campanha-cadastro {
    padding-top: 120px;
  }
}

body.cadastro .campanha-cadastro .text-green, body.ativar_cadastro .campanha-cadastro .text-green {
  font-size: 1.5em;
}

body.cadastro .campanha-cadastro .texto-campanha, body.ativar_cadastro .campanha-cadastro .texto-campanha {
  font-size: 1em;
  margin-bottom: 0;
}

body.confirmar .row.signup-form .col-md-12 form {
  margin: auto;
  width: 100%;
}

@media (min-width: 768px) {
  body.confirmar .row.signup-form .col-md-12 form {
    max-width: 800px;
  }
}

@keyframes fade {
  0%, 50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade2 {
  0%, 50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.text-blue {
  color: #374EA2;
}

.login-content .btn-cadastro {
  width: 100%;
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  position: relative;
  text-indent: 15px;
}

.login-content .btn-cadastro .icon-user {
  position: absolute;
  font-size: 18px;
  margin-left: -38px;
}

.login-content .btn-cadastro:hover {
  background-color: #c4cdd5;
}

.login-content .login-label, .login-row .login-label {
  position: relative;
  width: 100%;
  margin: 10px 0;
}

.login-content .login-label span, .login-row .login-label span {
  position: relative;
  z-index: 99;
  padding-right: 20px;
  background-color: #fff;
}

.login-content .login-label:after, .login-row .login-label:after {
  content: "";
  border-top: 1px solid #dee2e6;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 9;
}

.login-row .login-label span {
  background-color: #F5F8FA;
}

.dropdown-cadastrar {
  margin: 0 16px;
}

.btn-login {
  color: white;
  margin-left: 15px;
}

.btn-login:hover {
  background-color: #f59106;
  color: white;
}

.modal {
  z-index: 99999;
}

.navbar .user_actions button.icon-user {
  background: transparent;
  border: 0;
  -webkit-appearance: unset;
  position: relative;
  outline: none;
}

.navbar .user_actions button.icon-user:before {
  top: -15px;
}

@media (max-width: 767px) {
  .navbar .user_actions button.icon-user:before {
    top: -20px;
    position: absolute;
    font-size: 35px;
    color: #f99c1c;
    left: 0px;
  }
}

body.mobile .navbar ul a {
  margin-left: 0px;
}

body.mobile .navbar ul a.btn-primary {
  color: white;
}

body.mobile .minha-conta {
  margin-right: 0;
}

body.mobile .minha-conta img {
  width: 35px;
  top: -1px;
  left: -10px;
}

body.mobile .minha-conta:after {
  position: relative;
  top: 7px;
}

body.mobile .minha-conta.fb {
  margin-right: 5px;
}

body.mobile .minha-conta.fb:after {
  left: 5px;
}

body.mobile.sidebar-open .navbar ul a {
  margin-left: 20px;
}

form#cadastro, form#ativar_cadastro {
  margin: auto;
}

form#cadastro label, form#ativar_cadastro label {
  font-weight: 500;
}

form#cadastro input, form#ativar_cadastro input {
  padding: 10px 12px;
  border-radius: 5px !important;
}

form#cadastro input:not([type="submit"]), form#ativar_cadastro input:not([type="submit"]) {
  border: 1px solid #C2CFD9;
}

@media (max-width: 767px) {
  form#cadastro, form#ativar_cadastro {
    margin-bottom: 20px;
  }
  form#cadastro input, form#ativar_cadastro input {
    padding: 8px 12px;
    font-size: 1rem !important;
  }
  form#cadastro input[type="submit"], form#ativar_cadastro input[type="submit"] {
    width: 100% !important;
    max-width: 100% !important;
  }
  form#cadastro .form-group, form#ativar_cadastro .form-group {
    margin-bottom: 0.5rem;
  }
}

form#cadastro .icon-locked, form#ativar_cadastro .icon-locked {
  position: relative;
}

form#cadastro .icon-locked:before, form#ativar_cadastro .icon-locked:before {
  font-size: 24px;
  position: absolute;
  left: -30px;
  top: -4px;
  color: #FCC419;
}

@media (min-width: 1025px) {
  body.login .row.login-row {
    padding: 0 100px;
    margin-top: 40px;
  }
}

body.login .row.login-row h4 {
  font-size: 1.3rem !important;
  color: #333 !important;
}

@media (min-width: 1025px) {
  body.login .row.login-row > div {
    padding: 0 50px;
  }
}

body.login .row.login-row .login-cadastro button {
  width: 100%;
  line-height: 2.4;
  font-size: 1rem;
}

body.chrome .enable-notifications {
  top: 145px;
  left: 365px;
}

body.comprar > .container {
  padding: 50px 0;
}

a.minha-conta {
  position: relative;
  top: -5px;
  display: inline-block;
  padding-left: 35px;
  color: #f99c1c;
}

a.minha-conta i {
  position: absolute;
  font-size: 30px;
  left: 0;
  top: -3px;
}

a.minha-conta img {
  position: absolute;
  width: 30px;
  left: 0;
  border-radius: 50%;
  top: 3px;
}

a.minha-conta span {
  position: absolute;
  font-size: 10px;
  left: 35px;
  top: 18px;
}

.dropdown-user a.dropdown-item:active, .dropdown-user a.dropdown-item:hover {
  background-color: #f99c1c;
  color: white;
}

.dropdown-user a.dropdown-item:removeactive {
  background-color: #ffffff;
  color: white;
}

.dropdown-user a .text-yellow {
  color: #FCC419;
  font-weight: 500;
}

.dropdown-user a i.icon-star {
  color: #FCC419;
  position: relative;
  top: 2px;
}

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

ul.status-edicao {
  background-color: white;
  border-radius: 5px;
  padding: 0 8px !important;
  height: 25px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #374EA2;
}

ul.status-edicao.bloqueada li {
  color: #f99c1c;
}

ul.status-edicao.encerrando li {
  color: #FFAB00;
}

ul.status-edicao.encerrada li {
  color: #EB5757;
}

ul.status-edicao li {
  display: block !important;
  text-align: center;
}

ul.status-edicao li:nth-child(1) {
  animation-name: fade;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-direction: alternate-reverse;
}

ul.status-edicao li:nth-child(2) {
  margin-top: -25px;
  animation-name: fade;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
  animation-direction: alternate;
}

#dropdown-login:after {
  position: relative;
  top: 2px;
}

.login-cadastro {
  padding-top: 10px;
}

.cp-button-section {
  right: 20px !important;
  bottom: 70px !important;
}

#callpage .cp-button-section {
  z-index: 999999 !important;
}

a.esqueci {
  color: inherit;
  display: inline-block;
  margin-top: 10px;
}

#mega-modal .icon-lamp {
  color: #FCC419;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.btn-outline-password {
  color: #495057;
  background-color: transparent;
  background-image: none;
  border-color: #ced4da;
  font-size: 0.8rem;
}

.btn-outline-password i:before {
  position: relative;
  top: 1px;
}

.btn-outline-password:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.pass-wrapper {
  width: 100%;
  position: absolute;
  top: 100%;
}

#cadastro .form-group {
  position: relative;
}

.no-results {
  display: none;
  color: #FCC419;
}

.popover.duvidas .popover-body {
  max-width: 600px;
}

.abcRioButton span.abcRioButtonContents {
  text-indent: -40px;
  display: inline-block;
}

@media (max-width: 767px) {
  section.menu-bar ul li a {
    color: #f99c1c;
  }
}

.double-asterisk .text-muted {
  position: relative;
  padding-left: 30px;
}

.double-asterisk .text-muted:before {
  color: #FCC419;
  content: " **";
  display: inline;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  margin-left: 5px;
  top: -2px;
  left: 0;
}

.double-asterisk label {
  position: relative;
}

.double-asterisk label:after {
  color: #FCC419;
  content: ' **';
  display: inline;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  margin-left: 5px;
  top: -2px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  section.menu-bar ul li a {
    padding: 15px 10px;
  }
  .itens-right {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
}

.pagamento-form select.form-control:not([size]):not([multiple]) {
  height: auto !important;
}

a.btn-login-a, a.btn-cadastro-a {
  width: calc(100% - 40px);
}

@media (max-width: 767px) {
  a.iniciar-cadastro {
    width: 100%;
  }
}

.user_actions > a.btn-cadastro:hover {
  background-color: #f99c1c !important;
  border-color: #dc8206 !important;
}

.mobile-campanha, .saldo-megacreditos {
  padding: 2px 8px !important;
  font-size: 12px;
  font-weight: bold;
}

.saldo-megacreditos {
  position: absolute;
  right: -10px;
  top: 5px;
}

@media (max-width: 359px) {
  .navbar-brand img {
    height: 40px;
  }
  ul.status-edicao {
    display: none;
  }
  body.mobile.campanha ul.status-edicao {
    display: block;
  }
}

@media (min-width: 992px) {
  .first-menu .container {
    max-width: 1140px !important;
  }
}

body.edge .modal-banner .modal-content {
  width: auto !important;
}

body.edge .modal-banner .modal-dialog {
  max-width: 500px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f99c1c !important;
  color: white !important;
}

.pix {
  border: 1px solid #ccc;
}

div.or {
  margin-top: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}

@media (max-width: 767px) {
  .rapida-blocos, .boleto-boxes {
    margin-top: 10px;
    text-align: center;
  }
}

.rapida-blocos label, .boleto-boxes label {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  padding: 2px 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  cursor: pointer;
  transition: .2s ease-in-out;
  text-align: center;
  display: inline-block;
}

.rapida-blocos label span, .boleto-boxes label span {
  font-weight: bold;
  font-size: 1.1rem;
  color: #f99c1c;
  position: relative;
  top: 2px;
}

@media (max-width: 359px) {
  .rapida-blocos label span, .boleto-boxes label span {
    font-size: 0.9rem;
  }
}

.rapida-blocos label div, .boleto-boxes label div {
  color: #ccc;
  font-weight: bold;
  font-size: 0.65rem;
  text-transform: uppercase;
  position: relative;
  top: -2px;
}

.rapida-blocos label:hover, .boleto-boxes label:hover {
  background-color: #374EA2;
  border-color: #374EA2;
}

.rapida-blocos label:hover span, .rapida-blocos label:hover div, .boleto-boxes label:hover span, .boleto-boxes label:hover div {
  color: white;
}

.rapida-blocos label.active, .boleto-boxes label.active {
  background-color: #f99c1c;
  border-color: #f99c1c;
}

.rapida-blocos label.active span, .rapida-blocos label.active div, .boleto-boxes label.active span, .boleto-boxes label.active div {
  color: white;
}

.rapida-blocos label input, .boleto-boxes label input {
  display: none;
}

body .modal-body .sugestao-retorno label {
  margin: 8px;
}

body.mobile .modal-body .sugestao-retorno label {
  margin: 2px;
}

body.confirmar input[type="submit"] {
  width: 200px;
}

.outras-formas {
  background-color: #FCC419;
  margin: 5px 15px;
  color: white;
  font-size: 110%;
  border-radius: 50px;
}

.sidebar .label-box {
  display: none !important;
}

@media (max-width: 767px) {
  #progressbar li:before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 33px;
  }
  #progressbar li:after {
    top: 12px;
  }
  .formas-pagamento .card-option label.credito {
    width: 100%;
    padding-top: 10px;
    height: 80px;
  }
  .formas-pagamento .card-option label.credito:before {
    top: 35px;
  }
  body.pagamento #progressbar {
    margin-bottom: 20px;
  }
  .botao-pagamento {
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: white;
    z-index: 999999;
  }
}

div[data-forma="CREDIT_CARD"].no-cards .my-credit-cards, div[data-forma="CREDIT_CARD"].no-cards > div:first-child {
  display: none;
}

#imagemodal .modal-body {
  padding: 0;
  width: auto;
  height: auto;
  max-width: 100%;
}

#imagemodal .modal-body img {
  max-width: 100%;
}

#imagemodal .modal-body button {
  position: absolute;
  top: 10px;
  right: 10px;
}

.ganhador-foto {
  cursor: pointer;
  border: 2px solid transparent;
}

.ganhador-foto:hover {
  border-color: #f99c1c;
}

#hint {
  font-size: 90%;
  color: #aaa;
  padding-top: 10px;
}

#hint:empty {
  display: none;
}

#hint a.mailcheck {
  color: #f99c1c;
}

#hint a.mailcheck span.domain {
  text-decoration: underline;
}

.loading-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 78, 162, 0.9);
  z-index: 9999999;
  display: none;
}

.loading-mobile * {
  transition: .2s ease-in-out;
}

.loading-mobile .loading {
  width: 50px;
  height: 50px;
}

.loading-mobile .payment-loading-msg {
  position: absolute;
  width: 200px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(55, 78, 162, 0.3);
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
  padding: 20px;
  text-align: center;
  color: #374EA2;
}

.loading-mobile .btn-try-again {
  display: none;
}

.loading-mobile.maps {
  background-color: transparent;
}

.loading-mobile.maps .payment-loading-msg {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.card-resumo .payment-loading-msg {
  display: none;
  text-align: center;
  color: #374EA2;
}

body.mobile.liberada {
  margin-top: 6px;
}

body.mobile.liberada header {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  #megacreditos table {
    margin: 40px auto !important;
    width: 400px !important;
  }
}

.quero-cadastrar {
  width: 100%;
  line-height: 2.4;
  font-size: 1rem;
}

.nav-link.active .badge.saldo-creditos {
  display: none !important;
}

:root {
  --input-padding-x: .80rem;
  --input-padding-y: .80rem;
}

body.cadastro h1 {
  margin-bottom: 10px;
}

.form-label-group {
  position: relative;
  width: 100%;
  display: inline-block;
  padding: 5px 10px !important;
  border: 1px solid #C2CFD9;
  border-radius: 5px;
  margin-bottom: .5rem;
  text-align: left;
}

.form-label-group input, .form-label-group select {
  outline: none !important;
  border: none !important;
  display: block;
  box-shadow: none !important;
}

.form-label-group .form-control {
  padding: 0 !important;
}

.form-label-group label {
  display: block;
  color: #999;
}

.form-label-group label span {
  color: #f99c1c;
}

.form-label-group.disabled {
  background-color: #E9ECEF;
}

.form-label-group.disabled input {
  background-color: #E9ECEF;
}

.form-code .d-grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(5, calc(25% - 10px));
  padding: 0 10px;
}

.form-code .d-grid input {
  line-height: 50px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #374EA2 !important;
}

@media (min-width: 768px) {
  .form-code .d-grid input {
    text-indent: 18px;
  }
}

span.info-edicao {
  font-size: 0.8rem;
  line-height: 1.4;
}

span.info-edicao .valor-opacity {
  opacity: 0.75;
}

body.validar .form-code .btn-primary {
  line-height: 2.5;
}

form.form-code {
  max-width: 500px;
  margin: auto;
}

form.form-code .btn {
  line-height: 2.5;
}

@media (max-width: 767px) {
  form.form-code {
    max-width: 100%;
  }
}

body.mobile .minha-conta::after {
  left: -10px;
}

body.mobile a.minha-conta i {
  left: -5px;
}

.letter-avatar {
  width: 35px;
  height: 35px;
  background-color: #f99c1c;
  color: white;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: -2px;
  left: -10px;
  font-size: 1rem;
  text-align: center;
  line-height: 35px;
  font-weight: 600;
}

.blank-state [class^="icon-"]:before {
  color: #f99c1c;
  font-size: 3rem;
}

.blank-state:first-line:not(div) {
  font-weight: bold;
}

.label-box {
  display: none !important;
}

@media (min-width: 768px) {
  body.index .label-box {
    display: block !important;
  }
}

.add-more {
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.4rem;
  padding-bottom: 40px;
  text-align: center;
}

.confirmar-endereco {
  cursor: pointer;
  min-height: 75px;
}

.confirmar-endereco + small {
  color: tomato;
  display: none;
}

.confirmar-endereco.invalid {
  border-color: tomato;
}

.confirmar-endereco.invalid + small {
  display: block;
}

.confirmar-endereco .option-resumo {
  font-size: 0.8rem;
  line-height: 1.2;
}

.form-modal-endereco .is-invalid + small {
  display: block;
}

@media (min-width: 768px) {
  body.logged-in .navbar .user_actions .dropdown {
    margin-left: 15px;
  }
}

.cvv-type {
  display: none;
}

.cliente-menu {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1030;
  opacity: 1;
  background-color: #FFFFFF;
  transition: 1s;
  width: 250px;
}

.cliente-content {
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: none;
}

.afiliados-banner {
  background-color: #f99c1c;
  padding: 20px;
  text-align: center;
  color: white;
  font-weight: 100;
  line-height: 1.4;
  border-radius: 3px;
  margin-bottom: 10px;
}

.afiliados-banner > div {
  font-size: 1.15rem;
  font-weight: 500;
}

.mp-wallet-payment-button-wrapper {
  display: none;
}

.missing-address-details {
  color: #e9b003;
}

@media (max-width: 767px) {
  body.complementar-cadastro .w-50.mx-auto {
    width: 100% !important;
  }
  .tab-pane#credit {
    margin-bottom: 0 !important;
  }
  body.pagamento .card-resumo .card-body {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

body.impressao_i.mobile {
  margin-top: 60px;
}

.loading-cep {
  display: none;
  position: absolute;
  top: 20px;
  text-align: right;
  right: 20px;
  font-style: italic;
  color: #f99c1c;
  padding-left: 50px;
}

.loading-cep .loading {
  left: -20px;
}

.botoes-grid {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(4, calc((100% - 30px) / 4));
}

.botoes-grid a {
  background: white;
  color: #343A40;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.3;
  position: relative;
  padding: 13px 0 13px 60px;
}

.botoes-grid a:hover {
  background-color: #f99c1c;
  color: white;
}

.botoes-grid a:hover i {
  transform: rotate(10deg) scale(1.2);
  color: white;
}

.botoes-grid a.adquira {
  background: #f99c1c;
  color: white;
}

.botoes-grid a.adquira i {
  color: white;
}

.botoes-grid a.adquira:hover {
  background: #e68806;
}

.botoes-grid a.sorteio {
  background: #EB5757;
  color: white;
}

.botoes-grid a.sorteio i {
  color: white;
}

.botoes-grid a.sorteio:hover {
  background: #e73333;
}

.botoes-grid a [class^="icon-"] {
  position: absolute;
  font-size: 26px;
  left: 20px;
  top: 15px;
  transition: .2s ease-in-out;
  color: #f99c1c;
}

.botoes-grid a > span {
  font-weight: bold;
  display: block;
}

.botoes-grid a em {
  font-style: normal;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .botoes-grid {
    grid-template-columns: repeat(2, calc(50% - 2px));
  }
}

.table-fixed {
  table-layout: fixed;
}

label.text-muted {
  color: #bbb !important;
}

.text-muted {
  padding-top: 5px;
  opacity: 0.5;
}

.vencidos {
  position: relative;
  user-select: none;
}

.vencidos.text-muted {
  text-decoration: line-through;
  color: #aaa !important;
}

.fb-login-button {
  width: 100%;
}

.modal-body-self {
  display: none;
}

@media (min-width: 768px) {
  body.mobile {
    padding-top: 147px;
  }
  body.mobile.liberada {
    margin-top: 0px;
  }
  body.mobile section.menu-bar {
    top: 188px;
  }
}

.footer-cards, .footer-social {
  padding-top: 17px;
}

@media (min-width: 768px) and (max-width: 991px) {
  body.login .row.login-row {
    padding: 0;
  }
  .botoes-grid a {
    padding: 40px 0 13px 0px;
    text-align: center;
  }
  .botoes-grid a [class^="icon-"] {
    left: 50%;
    margin-left: -13px;
    top: 10px;
  }
  .sugestao-retorno label {
    flex: calc(25% - 4px) 0 0;
  }
  .box.dezenas li, .popover-body li {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 1.2rem;
  }
  .footer-cards, .footer-social {
    padding-top: 12px;
  }
  .social-networks {
    max-width: 400px;
    margin: auto !important;
    margin-top: 10px !important;
  }
  .social-networks .btn-google {
    margin-top: 5px !important;
  }
  .submit-cadastro {
    max-width: 400px;
    margin: auto !important;
  }
}

#appleid-signin {
  margin-top: 5px;
}

.apple-signin {
  width: 100%;
  height: 100%;
  min-width: 200px;
  min-height: 40px;
  max-height: 40px;
  border-radius: 5px;
  background-color: black;
  color: white;
  border: .5px solid black;
  display: block;
  text-align: center;
  margin-top: 5px;
  padding: 0 !important;
  margin-bottom: 5px;
}

.apple-signin:hover {
  background-color: #333;
}

.apple-signin img {
  height: 20px;
  margin-top: 5px;
}

@media screen and (max-width: 1023px) {
  .box .title i {
    top: 2.5rem;
  }
  .box.dezenas .title, .box.sugestao .title {
    font-size: 1rem;
  }
  .box.dezenas.closed, .box.sugestao.closed {
    min-height: auto !important;
    height: auto;
    position: relative;
  }
  .box.dezenas.closed .icon-refresh, .box.sugestao.closed .icon-refresh {
    display: none;
  }
  .box.dezenas.closed .icon-arrow-down, .box.sugestao.closed .icon-arrow-down {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 20px;
    color: #ccc;
    text-decoration: none;
  }
  .box.dezenas.closed .search, .box.dezenas.closed .instrucoes, .box.dezenas.closed .icon-question, .box.dezenas.closed .btn-sugestao, .box.sugestao.closed .search, .box.sugestao.closed .instrucoes, .box.sugestao.closed .icon-question, .box.sugestao.closed .btn-sugestao {
    display: none;
  }
  .box.dezenas.closed .title, .box.sugestao.closed .title {
    border: 0;
    margin-bottom: 0px;
    padding-bottom: 8px;
  }
}

@media screen and (max-width: 320px) {
  .box .title i {
    top: 2.5rem;
    left: 9rem;
  }
  .box.dezenas .title, .box.sugestao .title {
    font-size: 1rem;
  }
  .box.dezenas.closed, .box.sugestao.closed {
    min-height: auto !important;
    height: auto;
    position: relative;
  }
  .box.dezenas.closed .icon-refresh, .box.sugestao.closed .icon-refresh {
    display: none;
  }
  .box.dezenas.closed .icon-arrow-down, .box.sugestao.closed .icon-arrow-down {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 20px;
    color: #ccc;
    text-decoration: none;
  }
  .box.dezenas.closed .search, .box.dezenas.closed .instrucoes, .box.dezenas.closed .icon-question, .box.dezenas.closed .btn-sugestao, .box.sugestao.closed .search, .box.sugestao.closed .instrucoes, .box.sugestao.closed .icon-question, .box.sugestao.closed .btn-sugestao {
    display: none;
  }
  .box.dezenas.closed .title, .box.sugestao.closed .title {
    border: 0;
    margin-bottom: 0px;
    padding-bottom: 8px;
  }
}

body.login .dropdown-menu .btn-google {
  padding: 0.5rem;
}

.payment-loading-msg {
  display: none;
}

.logos-empresas {
  color: rgba(255, 255, 255, 0.5);
}

#pagamento-tabs input[name="forma"] {
  display: none;
}

#mega-pay .nav-tabs .nav-item {
  width: 33%;
}

#mega-pay .nav-tabs .nav-item span {
  color: #666;
  font-size: .8rem;
}

#mega-pay .nav-link {
  font-size: 22px;
}

#mega-pay .nav-link i {
  position: relative;
  color: #aaa !important;
}

#mega-pay .nav-link.active {
  background-color: #40C057;
}

#mega-pay .nav-link.active span {
  color: #fff;
}

#mega-pay .nav-link.active i {
  color: white !important;
}

@media (max-width: 767px) {
  #mega-pay .nav-link {
    padding: 5px 30px 30px 30px !important;
  }
  #mega-pay .nav-link i {
    left: 50%;
    margin-left: -10px;
  }
  #mega-pay .nav-tabs .nav-item a {
    position: relative;
  }
  #mega-pay .nav-tabs .nav-item span {
    position: absolute !important;
    font-size: 0.8rem;
    left: 0;
    top: 35px !important;
    line-height: 1.2;
    text-align: center;
    width: 100%;
  }
}

.card-information[data-forma="CREDIT_CARD"] .bandeiras_CREDIT_CARD {
  display: block;
}

.card-information[data-forma="CREDIT_CARD"] .bandeiras_DEBIT {
  display: none;
}

.card-information[data-forma="CREDIT_CARD"] .bandeiras_PICPAY {
  display: none;
}

.card-information[data-forma="CREDIT_CARD"] .bandeiras_PIX {
  display: none;
}

.card-information[data-forma="DEBIT"] .bandeiras_CREDIT_CARD {
  display: none;
}

.card-information[data-forma="DEBIT"] .bandeiras_DEBIT {
  display: block;
}

.card-information[data-forma="DEBIT"] .bandeiras_PICPAY {
  display: none;
}

.card-information[data-forma="DEBIT"] .bandeiras_PIX {
  display: none;
}

.card-information[data-forma="PICPAY"] .bandeiras_PICPAY {
  display: block;
}

.card-information[data-forma="PICPAY"] .bandeiras_DEBIT {
  display: none;
}

.card-information[data-forma="PICPAY"] .bandeiras_PIX {
  display: none;
}

.card-information[data-forma="PICPAY"] .bandeiras_CREDIT_CARD {
  display: none;
}

.card-information[data-forma="PICPAY"] .new-credit-card {
  display: none;
}

.card-information[data-forma="PICPAY"] .bandeiras_PIX {
  display: none;
}

.card-information[data-forma="PIX"] .bandeiras_PIX {
  display: block;
}

.card-information[data-forma="PIX"] .bandeiras_PICPAY {
  display: none;
}

.card-information[data-forma="PIX"] .bandeiras_DEBIT {
  display: none;
}

.card-information[data-forma="PIX"] .bandeiras_CREDIT_CARD {
  display: none;
}

.card-information[data-forma="PIX"] .new-credit-card {
  display: none;
}

.btn_fim {
  display: none;
}

.btn_fim .bandeiras_DEBIT {
  color: #212529;
  padding: 10px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.btn_fim .bandeiras_DEBIT a {
  color: #f99c1c;
}

.pagamento-form .form-check {
  border: 2px solid transparent;
  padding: 5px;
  border-radius: 5pxs;
  color: #212529;
  cursor: pointer;
  margin-right: 0;
  font-size: 90%;
}

.pagamento-form .form-check:hover {
  color: #f99c1c;
}

.pagamento-form .form-check label {
  cursor: pointer;
}

.pagamento-form .form-check i {
  position: relative;
  top: 2px;
}

.pagamento-form .form-check.checked {
  border-color: #f99c1c;
  color: #f99c1c;
}

.pagamento-form .form-check input {
  display: none;
}

.banners_boleto {
  text-align: center;
  background: #F1F3F5;
  margin-top: 1rem;
}

.banners_boleto img {
  padding: 2rem 0;
}

@media (max-width: 767px) {
  .banners_boleto img {
    width: 90%;
    padding: 1rem 0 0 !important;
  }
}

@media (max-width: 350px) {
  .banners_boleto img {
    width: 20%;
    padding: 1% !important;
  }
}

.banners_prox_lives {
  text-transform: uppercase;
  text-align: center;
  background: #f3f6f9;
}

.banners_prox_lives h1 {
  color: #374EA2;
  text-align: center;
  padding: 2rem;
  font-size: 2.5rem;
  font-weight: 800;
}

@media (max-width: 767px) {
  .banners_prox_lives h1 {
    padding: 1rem;
    font-size: 1.5rem;
  }
}

.prox_lives {
  display: inline-flex;
  max-width: fit-content;
  text-align: center;
  padding: 0 4rem;
}

.prox_lives a {
  text-decoration: none !important;
}

.prox_lives h2 {
  border-radius: 0.5rem 0.5rem 0 0;
  margin: 0;
  padding: 1rem;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: 800;
}

.prox_lives h3 {
  border-radius: 1.5rem;
  margin: 1.5rem auto 1.5rem;
  padding: 1.5rem;
  width: 25rem;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: 800;
}

@media (max-width: 767px) {
  .prox_lives {
    display: unset;
  }
  .prox_lives h2 {
    font-size: 1.5rem;
    padding: 0.7rem;
    margin: 0 auto;
    width: 90%;
  }
  .prox_lives h3 {
    width: 60%;
    font-size: 1.5rem;
    padding: 0.5rem;
  }
  .prox_lives img {
    margin: 0 auto;
    width: 90%;
  }
}

.banners_lives_realizadas {
  text-transform: uppercase;
  text-align: center;
  background-color: #FFFAFA;
}

.banners_lives_realizadas h1 {
  color: #374EA2;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
}

@media (max-width: 767px) {
  .banners_lives_realizadas h1 {
    padding: 1rem;
    font-size: 1.5rem;
  }
}

.btn-primary {
  margin-top: 4%;
}

.form-check-inline {
  width: 13% !important;
}

@media (max-width: 768px) {
  .form-check-inline {
    width: 23% !important;
  }
}

@media (max-width: 400px) {
  .form-check-inline {
    width: 30% !important;
  }
}

@media (max-width: 300px) {
  .form-check-inline {
    width: 22% !important;
    font-size: 0.6rem;
  }
}

.bandeiras_PICPAY {
  font-size: 1rem;
  text-align: center;
  margin-top: 5.2%;
  color: #1bbb1a;
  padding: 1% 5% 1% 5%;
}

.bandeiras_PIX {
  font-size: 1rem;
  text-align: center;
  margin-top: 2%;
  color: #32bacd;
  padding: 1% 5% 1% 5%;
}

.btn-picpay {
  background: #1bbb1a;
  color: #ffffff;
  width: 75%;
  border: none;
  font-weight: bold;
  border-radius: 0.55rem;
  padding: 4%;
  font-size: 110%;
}

.btn-picpay:hover {
  background: #0d5c0d;
  color: #ffffff;
  width: 75%;
  border: none;
  font-weight: bold;
  border-radius: 0.55rem;
  padding: 4%;
  font-size: 110%;
}

@media screen and (max-width: 300px) {
  .btn-picpay {
    font-size: 80%;
  }
}

@media screen and (max-width: 400px) {
  .btn-picpay {
    font-size: 80%;
  }
}

@media screen and (max-width: 762px) {
  .btn-picpay {
    font-size: 80%;
  }
}

.btn-pix {
  background: #32bcad;
  color: #ffffff;
  width: 75%;
  border: none;
  font-weight: bold;
  border-radius: 0.55rem;
  padding: 4%;
  font-size: 110%;
}

.btn-pix:hover {
  background: #189485 !important;
  border: 1px solid #189485 !important;
}

@media screen and (max-width: 300px) {
  .btn-pix {
    font-size: 80%;
  }
}

@media screen and (max-width: 400px) {
  .btn-pix {
    font-size: 80%;
  }
}

@media screen and (max-width: 762px) {
  .btn-pix {
    font-size: 80%;
  }
}

.modalpix {
  background: #32bcad !important;
  color: #ffffff;
}

.modaltitle {
  font-weight: bold;
}

.btnpix {
  background: #32bcad;
}

.close {
  color: #ffffff !important;
}

.msgsavisos {
  padding: 5%;
  font-size: 1rem;
  color: #000;
  font-weight: bold;
  text-align: justify;
  width: 95%;
}

.msgsavisos li {
  margin-top: 6%;
}

@media screen and (max-width: 300px) {
  .msgsavisos li {
    margin-top: 0%;
  }
}

@media screen and (max-width: 400) {
  .msgsavisos li {
    margin-top: 0%;
  }
}

@media screen and (max-width: 762px) {
  .msgsavisos li {
    margin-top: 0%;
  }
}

@media (max-width: 300px) {
  .msgsavisos {
    font-size: 0.7rem;
    margin-bottom: -17%;
  }
}

.qrcode {
  width: 70%;
  margin-left: 15%;
}

.btn-pixcolar {
  padding: 3% 15% 3% 15%;
  margin-left: 18%;
  margin-top: 3%;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .btn-pixcolar {
    padding: 3% 20% 3% 20%;
    margin-left: 21%;
  }
}

@media screen and (max-width: 300px) {
  .btn-pixcolar {
    padding: 3% 21% 3% 21%;
    margin-left: 21%;
  }
}

@media screen and (max-width: 400px) {
  .btn-pixcolar {
    padding: 3% 11% 3% 11%;
    margin-left: 21%;
  }
}

@media screen and (max-width: 300px) {
  .btn-pixcolar {
    padding: 3% 4% 3% 4%;
    margin-left: 21%;
  }
}

.msg-form {
  width: 60%;
  margin-left: 20%;
}

.modal-content {
  width: 100% !important;
  margin-left: 7% !important;
  margin-top: 29%;
  border: 7px solid #fd7e14;
}

@media screen and (max-width: 300px) {
  .modal-content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 30%;
    border: 7px solid #fd7e14;
  }
}

@media screen and (max-width: 460px) {
  .modal-content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 30%;
    border: 7px solid #fd7e14;
  }
}

@media screen and (max-width: 762px) {
  .modal-content {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 30%;
    border: 7px solid #fd7e14;
  }
}

.pix {
  width: 115% !important;
  margin-left: 7% !important;
  margin-top: 29%;
  border: none !important;
}

@media screen and (max-width: 300px) {
  .pix {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 30%;
    border: none !important;
  }
}

@media screen and (max-width: 460px) {
  .pix {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 30%;
    margin-top-border: none !important;
  }
}

@media screen and (max-width: 762px) {
  .pix {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 30%;
    margin-top-border: none !important;
  }
}

.py-1 {
  width: 50%;
}

@media screen and (max-width: 400px) {
  .py-1 {
    width: 100% !important;
  }
}

@media screen and (max-width: 350px) {
  .py-1 {
    width: 100% !important;
  }
}

@media screen and (max-width: 762px) {
  .py-1 {
    width: 70% !important;
  }
}

.formas-radio {
  width: 100%;
  display: flex;
}

.formas-radio .my-2 .mb-2 {
  margin-bottom: 3% !important;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 300px) {
  .formas-radio .my-2 .mb-2 {
    width: 100%;
    margin-bottom: 3% !important;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (max-width: 400px) {
  .formas-radio .my-2 .mb-2 {
    width: 83%;
    margin-bottom: 3% !important;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (max-width: 500px) {
  .formas-radio .my-2 .mb-2 {
    width: 93%;
    margin-bottom: 3% !important;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {
  .formas-radio .my-2 .mb-2 {
    width: 72%;
    margin-bottom: 3% !important;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.btn-msg {
  padding: 1% 5% 1% 5% !important;
  font-size: 1rem !important;
  font-weight: bold !important;
}

@media screen and (max-width: 300px) {
  .btn-msg {
    padding: 3% 20% 3% 20% !important;
    font-size: 1rem !important;
    font-weight: bold !important;
  }
}

@media screen and (max-width: 400px) {
  .btn-msg {
    padding: 3% 20% 3% 20% !important;
    font-size: 1rem !important;
    font-weight: bold !important;
  }
}

@media screen and (max-width: 720px) {
  .btn-msg {
    padding: 3% 20% 3% 20% !important;
    font-size: 1rem !important;
    font-weight: bold !important;
  }
}

.titulo_lives {
  text-transform: uppercase;
  text-align: center;
  background-color: #FFFAFA;
  color: #374EA2;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 800;
  padding: 2%;
}

@media (max-width: 767px) {
  .titulo_lives {
    padding: 1rem;
    font-size: 1.5rem;
  }
}

.msg_lives_realizadas {
  border-radius: 40px;
  margin-top: 3%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  width: 86%;
  margin-left: 6%;
  padding: 2%;
}

.msg_lives_realizadas a {
  text-decoration: none !important;
}

.modal-header {
  width: 100%;
}

.modal-footer {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-title {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  width: 100% !important;
}

@media screen and (max-width: 762px) {
  .modal-title {
    font-size: 1.5em;
    text-align: center;
  }
}

.modal-content {
  border: 0px solid #ffffff !important;
}

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

.btn-rigth {
  width: 70%;
  float: left;
}

.btn-modal {
  width: 100%;
  background: #f99c1c;
  border-radius: 7px;
  color: #ffffff;
  font-weight: bold;
  padding: 3%;
  font-size: 2em;
}

.btn-modal:hover {
  background: #b66f0c;
}

.btn-ficar {
  width: 100%;
  background: #77736e;
  border-radius: 7px;
  color: #ffffff;
}

.itens-right {
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .itens-right {
    margin-top: -1rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 3000px) {
  .itens-right {
    width: 42%;
    margin-top: 0.4rem;
  }
}

.vlr_carrinho {
  color: #70a95c;
  font-weight: bold;
  width: 10rem;
  float: right;
  margin-left: 0.5rem;
  margin-top: 0.3rem;
  margin-right: 28px;
  text-align: right;
}

.vlr_carrinho #total_compra {
  background: #ffffff;
  border-radius: 5px;
  text-align: right;
  font-size: 0.8rem;
  padding: 1% 3% 1% 3%;
}

@media screen and (max-width: 280px) {
  .vlr_carrinho #total_compra {
    font-size: 1rem;
  }
}

@media screen and (min-width: 281px) and (max-width: 375px) {
  .vlr_carrinho #total_compra {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 485px) and (max-width: 539px) {
  .vlr_carrinho #total_compra {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .vlr_carrinho #total_compra {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vlr_carrinho #total_compra {
    font-size: 0.8rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .vlr_carrinho {
    color: #70a95c;
    font-weight: bold;
    width: 10rem;
    text-align: right;
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 281px) and (max-width: 375px) {
  .vlr_carrinho {
    width: 12rem;
    margin-top: -0.3rem;
    margin-right: 1.4rem;
  }
}

@media screen and (max-width: 320px) {
  .vlr_carrinho {
    margin-top: -2.6rem;
    margin-right: 1.3rem;
    width: 12rem;
  }
}

@media screen and (min-width: 376px) and (max-width: 410px) {
  .vlr_carrinho {
    font-weight: bold;
    width: 10rem;
    text-align: right;
    float: right;
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 411px) and (max-width: 539px) {
  .vlr_carrinho {
    width: 6rem;
    margin-right: 1.5rem;
    text-align: right;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .vlr_carrinho {
    width: 5rem;
    margin-right: 0.8rem;
    text-align: right;
    float: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vlr_carrinho {
    width: 17rem;
    margin-right: 0.5rem;
  }
}

.edicao-info {
  float: left;
  width: 47%;
  line-height: 1rem;
  margin-top: 0.5rem;
}

@media screen and (max-width: 280px) {
  .edicao-info {
    width: 50%;
    margin-left: -0.5%;
    margin-top: 3.5%;
  }
}

@media screen and (min-width: 281px) and (max-width: 375px) {
  .edicao-info {
    width: 8rem;
    margin-top: 0.5rem;
    float: left;
  }
}

@media screen and (min-width: 376px) and (max-width: 410px) {
  .edicao-info {
    width: 40%;
  }
}

@media screen and (min-width: 411px) and (max-width: 501px) {
  .edicao-info {
    width: 30%;
  }
}

@media screen and (min-width: 502px) and (max-width: 539px) {
  .edicao-info {
    width: 45%;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .edicao-info {
    width: 45%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .edicao-info {
    width: 35%;
    float: left;
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 3000px) {
  .edicao-info {
    width: 48%;
    margin-top: 0;
  }
}

.cart-item {
  position: relative;
  float: right;
  display: flex;
  width: 14rem;
  margin-right: 1rem;
}

@media screen and (max-width: 280px) {
  .cart-item {
    width: 72%;
    margin-top: 0.7rem;
  }
}

@media screen and (min-width: 281px) and (max-width: 375px) {
  .cart-item {
    width: 13rem;
    margin-top: 1rem;
    margin-right: 0.5rem;
  }
}

@media screen and (min-width: 376px) and (max-width: 410px) {
  .cart-item {
    width: 12.5rem;
    float: right;
    margin-top: 0.7rem;
  }
}

@media screen and (min-width: 411px) and (max-width: 539px) {
  .cart-item {
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .cart-item {
    margin-top: 0.4rem;
    float: right;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cart-item {
    margin-top: 0rem;
    width: 15rem;
    float: right;
    margin-right: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 3000px) {
  .cart-item {
    margin-top: -0.4rem;
  }
}

.carrinho {
  color: #ffffff;
  text-align: right;
  width: 12rem;
  margin-top: 0.3rem;
}

@media screen and (max-width: 280px) {
  .carrinho {
    display: none;
  }
}

@media screen and (min-width: 281px) and (max-width: 375px) {
  .carrinho {
    font-size: 0.7rem;
    width: 13rem;
    margin-top: -0.1rem;
    float: right;
  }
}

@media screen and (min-width: 376px) and (max-width: 410px) {
  .carrinho {
    margin: 1%;
  }
}

@media screen and (min-width: 411px) and (max-width: 539px) {
  .carrinho {
    width: 8rem;
    margin-top: 0.3rem;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .carrinho {
    width: 8rem;
    margin-left: 1rem;
  }
}

.remove-item {
  position: absolute;
  top: 0.1rem;
  right: 0.4rem;
  line-height: 0.8rem;
  width: 9%;
  border-radius: 50px;
  background-color: #65b345;
  color: #fff;
  font-size: .45rem;
  font-weight: bold;
  z-index: 1;
  text-align: center;
}

@media screen and (min-width: 281px) and (max-width: 375px) {
  .remove-item {
    top: -0.5rem;
  }
}

@media screen and (max-width: 280px) {
  .remove-item {
    top: -1rem;
  }
}

@media screen and (max-width: 320px) {
  .remove-item {
    top: -3rem;
  }
}

@media screen and (min-width: 376px) and (max-width: 410px) {
  .remove-item {
    right: -0.7rem;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .remove-item {
    top: 0rem;
    right: -0.3rem;
  }
}

.remove-item2 {
  position: absolute;
  right: 0.4rem;
  top: 1rem;
  line-height: 0.8rem;
  width: 9%;
  border-radius: 50px;
  background-color: #0000CD;
  color: #fff;
  font-size: .45rem;
  font-weight: 700;
  z-index: 1;
  text-align: center;
}

@media screen and (min-width: 281px) and (max-width: 375px) {
  .remove-item2 {
    top: 0.8rem;
  }
}

@media screen and (max-width: 280px) {
  .remove-item2 {
    top: 0.4rem;
  }
}

@media screen and (max-width: 320px) {
  .remove-item2 {
    top: -1.6rem;
  }
}

@media screen and (min-width: 376px) and (max-width: 410px) {
  .remove-item2 {
    right: -0.7rem;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .remove-item2 {
    top: 1rem;
    right: -0.3rem;
  }
}

.barra_promo_add {
  position: fixed;
  width: 100%;
  background-color: #1754d6;
  text-align: center;
  color: #ffffff;
  z-index: 151;
  font-size: 0.8rem;
  padding: 0.6rem 0rem 0.6rem 0rem;
  margin-top: 0.4rem;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .barra_promo_add {
    margin-top: 1rem !important;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 3000px) {
  .barra_promo_add {
    font-size: 1rem;
    padding: 0rem;
  }
}

.btn-add {
  background: #ffffff;
  padding: 0.3% 0.5% 0.3% 0.5%;
  color: #1754d6;
  border-radius: 3px;
  font-weight: bold;
  font-size: 0.7em;
  margin-left: 1%;
  margin: 0.5%;
}

.barra_promo_parabens {
  position: fixed;
  width: 100%;
  background-color: #72ba54;
  text-align: center;
  color: #ffffff;
  z-index: 151;
  padding: 0.2rem 0rem 0.2rem 0rem;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .barra_promo_parabens {
    padding: 0.6rem 0rem 0.6rem 0rem;
    margin-top: 1rem !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 3000px) {
  .barra_promo_parabens {
    padding: 0.6rem 0rem 0.6rem 0rem;
  }
}

@media screen and (max-width: 768px) {
  .msg-success {
    width: 90%;
    text-align: center;
    margin-top: 0.5rem;
    float: left;
  }
}

@media screen and (min-width: 280px) {
  .msg-success {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .msg-success {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
  .msg-success {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 3000px) {
  .msg-success {
    font-size: 1rem;
  }
}

.fechar {
  color: #ffffff;
  font-weight: bold;
  float: right;
  margin-top: 0.5rem;
  margin-right: 1rem;
  cursor: pointer;
}

@media screen and (min-width: 376px) and (max-width: 410px) {
  .fechar {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .fechar {
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fechar {
    font-size: 1rem;
    margin-top: -1.5rem;
  }
}

@media screen and (min-width: 1200px) and (max-width: 3000px) {
  .fechar {
    font-size: 1rem;
    margin-top: -1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #carousel_slider {
    margin-top: 3.8rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  #fechar_barras {
    margin-top: 3.8rem;
  }
}

.vendas_encerrando {
  background: #bc4c4b;
  position: fixed;
  width: 100%;
  z-index: 151;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .vendas_encerrando {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .vendas_encerrando {
    margin-top: 3rem;
  }
  .vendas_encerrando .sliderVar {
    margin-top: 4.7rem;
  }
}

.msg_encerrando {
  color: #ffffff;
  margin: 0 auto;
  font-weight: bold;
  width: 60%;
  line-height: 1.2rem;
}

.encerrando {
  width: 60%;
  margin: 0 auto;
  background-color: #bb4c4b;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (min-width: 280px) and (max-width: 1199px) {
  .encerrando {
    width: 80%;
  }
}

.encerrando p {
  display: inline-block;
  padding-left: 100%;
  animation: encerrando 15s linear infinite;
  line-height: 1rem;
  height: 0.3rem;
  font-weight: bold;
}

@media screen and (min-width: 280px) and (max-width: 1199px) {
  .encerrando p {
    line-height: 2rem;
    animation: encerrando 10s linear infinite;
  }
}

@keyframes encerrando {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.alterdados {
  text-align: center;
  background: #f99c1c;
  width: 30%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 0.5rem;
}

.alterdados a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (min-width: 200px) and (max-width: 1199px) {
  .alterdados {
    width: 90%;
  }
}

.capitalized {
  text-transform: capitalize;
}

.ocultar {
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0 0 0;
  white-space: normal;
}

.ocultar2 {
  width: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
  white-space: nowrap;
  margin: 5px 0 0 0;
  white-space: normal;
}

.ocultar3 {
  width: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0 0 0;
  white-space: normal;
}

.ocultar4 {
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0 0 0;
  white-space: normal;
}

.ocultar5 {
  white-space: nowrap;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  direction: rtl;
}
