@charset "UTF-8";
@font-face {
  font-family: "bebas";
  src: url("../font/BebasNeue-Regular.ttf");
}
@font-face {
  font-family: "bebasbook";
  src: url("../font/bebas-neue-book.otf");
}
@font-face {
  font-family: "montesserrat";
  src: url("../font/Montserrat-Regular.ttf");
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 7px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.7);
}

body {
  user-select: none;
  min-width: 300px;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 1px !important;
  font-family: "montesserrat";
  margin: 0;
  height: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*----------------------------Estilo globais  ---------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#load {
  position: fixed;
  height: 100%;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 99998;
  /* .spinner-border {
      color: $cor_auxiliar;
  } */
}

.sacola {
  display: table;
  margin: 0 auto;
  position: relative;
  color: #2D4957;
  z-index: 2;
}
.sacola .coracao {
  position: absolute;
  top: 22px;
  left: 18px;
}

.texto {
  margin: 10px auto 0;
  text-align: center;
  font-size: 25px;
  letter-spacing: 1px;
  color: #fff;
}

#preloader .inner {
  margin: 20px auto 0;
}
#preloader .inner .bolas {
  width: fit-content;
  margin: 0 auto;
}

.bolas > div {
  display: inline-block;
  background-color: #2D4957;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.bolas > div:nth-child(1) {
  animation-duration: 0.75s;
  animation-delay: 0;
}

.bolas > div:nth-child(2) {
  animation-duration: 0.75s;
  animation-delay: 0.12s;
}

.bolas > div:nth-child(3) {
  animation-duration: 0.75s;
  animation-delay: 0.24s;
}

@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
#toast .toast-container {
  color: #2D4957;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.3);
  display: grid;
  align-items: center;
  justify-content: center;
}
#toast .toast-container .d-flex {
  background-color: #fff;
  color: #fff;
  border: 1px solid #2D4957;
}
#toast #mensagemToast, #toast button {
  filter: none;
  color: #2D4957;
}

.navbar {
  height: 150px;
  background: #fff;
  justify-content: space-around;
}
.navbar .row > * {
  padding: 0;
}
.navbar .container-fluid {
  color: #fff;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 0 10px !important;
}
.navbar .container-fluid .titulo {
  text-align: center;
  font-size: x-large;
  letter-spacing: 1.5px;
}
.navbar .container-fluid .titulo img {
  width: 40%;
  cursor: pointer;
}
.navbar .container-fluid .sacola {
  display: grid;
  align-items: flex-end;
  justify-content: flex-end;
}
.navbar .container-fluid .sacola .button {
  cursor: pointer;
}
.navbar .container-fluid .sacola .button span {
  background: rgba(45, 73, 87, 0.95);
  color: #fff;
  top: 2px;
}
.navbar .container-fluid .sacola .button img {
  width: 25px;
}

.divisor {
  position: relative;
  text-align: center;
  margin: 5px 0;
  height: 24px;
}
.divisor:before {
  position: absolute;
  /* posição relativa ao container */
  top: 13px;
  /* posição vetical: bem na metade */
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: 1;
  /* atrás do box do mês */
}
.divisor .sacola {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  position: relative;
  color: #fff;
  background: white;
  z-index: 2;
}
.divisor .sacola .coracao {
  position: absolute;
  top: 10px;
  left: 11px;
}

/*-----------------------------------------------------------------------------------*/
/*----------------------------Estilo da página---------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.page-content {
  overflow: auto;
  position: absolute;
  height: calc(100% - 160px);
  width: 100%;
  top: 150px;
}
.page-content .subnavbar {
  height: 15vh;
  width: 100%;
  background-color: #fff;
  opacity: 0.9;
  padding: 10px;
  display: grid;
  align-items: center;
}
.page-content .subnavbar .dadosPessoa {
  display: flex;
  justify-content: center;
  color: #fff;
}
.page-content .subnavbar .dadosPessoa .foto {
  background-image: url("../img/user.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 100%;
  border: 2px solid #fff;
  height: 50px;
  width: 50px;
}
.page-content .subnavbar .dadosPessoa .dados {
  margin-left: 10px;
  font-size: medium;
  letter-spacing: 1px;
  font-weight: 500;
}
.page-content .subnavbar .dadosPessoa .dados #contato {
  font-size: 13px;
}
.page-content .subnavbar .gerou {
  width: 100%;
  text-align: center;
  color: #fff;
}
.page-content #produtos {
  overflow: hidden;
  margin: 5px 0 !important;
  padding: 5px;
}
.page-content #produtos .itemLista {
  border: 1px solid #2D4957;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 0px;
  margin: 3px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.page-content #produtos .itemLista .foto {
  height: 130px;
  width: 130px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-content #produtos .itemLista .descricao {
  margin-top: 10px;
  height: 60px;
  width: auto;
  font-size: 13px;
  padding: 0 5px;
  line-height: 1.25;
  text-align: center;
}
.page-content #produtos .itemLista .descricao .descricaoProduto {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: bold;
  color: #2D4957;
  font-size: 17px;
}
.page-content .infoPagamento {
  width: 100%;
  margin: 0 auto 10px;
  height: 75%;
  font-family: "montesserrat";
  font-size: medium;
}
.page-content .infoPagamento .titulo {
  font-size: x-large;
  text-align: center;
  font-weight: bold;
  margin: 20px auto;
}
.page-content .infoPagamento .valorCompra,
.page-content .infoPagamento .qtdItens,
.page-content .infoPagamento .descricaoOpcao {
  width: 250px;
  margin: 5px auto;
  text-align: center;
}
.page-content .infoPagamento .valorCompra div,
.page-content .infoPagamento .qtdItens div,
.page-content .infoPagamento .descricaoOpcao div {
  font-size: x-large;
  font-weight: bold;
  color: #2D4957;
}
.page-content .infoPagamento .inputValor {
  display: grid;
}
.page-content .infoPagamento .inputValor input,
.page-content .infoPagamento .inputValor select {
  margin: 5px auto;
  width: 250px;
  border: 1px solid #2D4957;
  box-shadow: none !important;
  border-radius: 20px;
  padding: 8px;
  color: #2D4957;
  font-weight: bold;
}
.page-content .infoPagamento .inputValor input:focus,
.page-content .infoPagamento .inputValor select:focus {
  border: 1px solid cor_auxiliar;
  outline: none;
  box-shadow: none;
}
.page-content .infoPagamento .botoes {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-content .infoPagamento .botoes .botao {
  width: 250px;
  background-color: #2D4957;
  padding: 8px;
  border: white;
  border-radius: 20px;
  margin: 10px 10px 5px;
  font-weight: 500;
  color: white;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.page-content .pagamentoEfetuado,
.page-content .pagamentoNegado {
  width: 80%;
  margin: 0 auto 10px;
  font-family: "montesserrat";
  font-size: medium;
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  letter-spacing: 1px;
  color: #4d4d4d;
}
.page-content .pagamentoEfetuado img,
.page-content .pagamentoNegado img {
  margin: 10px 0 10px;
  width: 50px;
}
.page-content .pagamentoEfetuado .parabens,
.page-content .pagamentoNegado .parabens {
  font-size: large;
  font-weight: bold;
  margin: 10px 0;
}
.page-content .pagamentoEfetuado .descricaoParabens,
.page-content .pagamentoNegado .descricaoParabens {
  margin: 10px 0 20px;
  font-size: small;
}
.page-content .pagamentoEfetuado .descricaoParabens .lembrete,
.page-content .pagamentoNegado .descricaoParabens .lembrete {
  font-size: xx-small;
}
.page-content .pagamentoEfetuado .botoes,
.page-content .pagamentoNegado .botoes {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-content .pagamentoEfetuado .botoes .botao,
.page-content .pagamentoNegado .botoes .botao {
  width: 250px;
  background-color: #2D4957;
  padding: 5px;
  border: white;
  border-radius: 20px;
  margin: 15px 10px 5px;
  font-weight: 500;
  color: white;
  cursor: pointer;
}
.page-content .rodape {
  margin: 25px auto 5px;
}
.page-content .rodape .logoUP {
  text-align: center;
}
.page-content .rodape .logoUP img {
  width: 60px;
}
.page-content .rodape .descricaoUP {
  margin: 10px 0;
  letter-spacing: 1px;
  font-family: "montesserrat";
  color: #4d4d4d;
  font-size: 11px;
  text-align: center;
}
.page-content .rodape .redes {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-content .rodape .redes .botao {
  margin: 0 5px;
  cursor: pointer;
}
.page-content .rodape .redes .botao img {
  width: 28px;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------Estilo do modal de detalhe do produto-----------------------*/
/*-----------------------------------------------------------------------------------*/
#detalheProduto {
  z-index: 9999;
  position: fixed;
}
#detalheProduto .modal-header {
  background-color: #2D4957;
  color: white;
}
#detalheProduto .modal-header .modal-title {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.1;
}
#detalheProduto .modal-header .modal-title span {
  font-size: 10px;
}
#detalheProduto .modal-header .btn {
  color: #fff;
  background-color: transparent;
  border: none;
}
#detalheProduto .modal-body {
  overflow: auto;
  height: 85vh;
}
#detalheProduto .modal-body .compartilhar {
  position: absolute;
  right: 20px;
  top: 10px;
  height: 30px;
  width: 30px;
  z-index: 99999;
  cursor: pointer;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-items: center;
}
#detalheProduto .modal-body #descricaoProduto {
  color: #8c8989;
}
#detalheProduto .modal-body #valorProduto {
  color: #8c8989;
  font-size: 11px;
}
#detalheProduto .modal-body #valorProduto span {
  font-size: 15px;
  color: #2D4957;
  font-weight: bold;
}
#detalheProduto .modal-body #fotosProdutos {
  height: 40vh;
  margin-bottom: 10px;
  /*  .carousel-inner {
      height: 40vh;
      align-items: center;
      display: flex;
      .carousel-item {
          img {
              margin: 0 auto;
              border-radius: 5px;
              max-height: 250px;
              max-width: 250px;
          }
      }
  }
  .carousel-indicators {
      position: relative;
      margin: 0 15%;

      button {
          border-radius: 100%;
          height: 10px;
          background-color: $cor_principal;
          width: 10px;
          height: 10px;
      }
  }
  .carousel-indicators.active {
      background-color: $cor_principal;
  }
  .carousel-control-prev,
  .carousel-control-next {
      color: $cor_principal;
  } */
}
#detalheProduto .modal-body #fotosProdutos .swiper-zoom-container img {
  border-radius: 5px;
}
#detalheProduto .modal-body #fotosProdutos .swiper-zoom-container[class*=swiperCarregando_] {
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  color: red;
  content: "c<br><br>ddd";
}
#detalheProduto .modal-body #fotosProdutos .swiper-button-prev,
#detalheProduto .modal-body #fotosProdutos .swiper-button-next {
  color: #fff !important;
}
#detalheProduto .modal-body #fotosProdutos .swiper-button-prev::after,
#detalheProduto .modal-body #fotosProdutos .swiper-button-next::after {
  font-size: 25px;
}
#detalheProduto .modal-body .swiper-pagination {
  position: relative;
}
#detalheProduto .modal-body .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
#detalheProduto .modal-body .cores {
  color: #8c8989;
  margin: 5px auto 10px;
  text-align: left;
}
#detalheProduto .modal-body .cores #corSelecionada {
  color: #fff;
  font-weight: bold;
}
#detalheProduto .modal-body .cores #cores {
  display: flex;
  align-items: center;
  width: 100%;
  overflow-x: auto;
  margin-top: 5px;
}
#detalheProduto .modal-body .cores #cores .corDisponivel {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  border: 1px solid #fff;
  margin-right: 5px;
}
#detalheProduto .modal-body .cores #cores .logo {
  background-size: contain;
}
#detalheProduto .modal-body .cores #cores .corAtivada {
  border: 3px solid #fff;
  width: 50px;
  min-width: 50px;
  height: 50px;
  box-shadow: 0 0.5rem 1rem rgba(178, 127, 108, 0.15);
}
#detalheProduto .modal-body .cores #cores::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
#detalheProduto .modal-body .cores #cores::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: #f5f5f5;
}
#detalheProduto .modal-body .cores #cores::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.7);
}
#detalheProduto .modal-body .tamanhos {
  color: #8c8989;
  margin: 5px auto 10px;
  text-align: left;
}
#detalheProduto .modal-body .tamanhos #tamanhos {
  display: flex;
  align-items: center;
  margin-top: 5px;
  color: #fff;
}
#detalheProduto .modal-body .tamanhos #tamanhos .tamanhoProduto {
  height: 35px;
  width: 35px;
  margin-right: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  display: grid;
  align-items: center;
  font-size: 11px;
  padding: 5px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
#detalheProduto .modal-body .tamanhos #tamanhos .tamanhoProduto.tamanhoAtivo {
  background-color: #fff;
  color: #fff;
}
#detalheProduto .modal-footer {
  background-color: #2D4957;
  color: #fff;
  padding: 0;
}
#detalheProduto .modal-footer button {
  letter-spacing: 1px;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto;
  background-color: transparent;
  border: none;
  color: #fff;
  padding: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*------------- Estilo tela que Carrega antes de  todos os serviços------------------*/
/*-----------------------------------------------------------------------------------*/
.carregar {
  position: fixed;
  height: 100%;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  top: 0;
  background-color: #fff;
  z-index: 99999;
}
.carregar .sacola {
  display: table;
  margin: 0 auto;
  position: relative;
  color: #fff;
  z-index: 2;
}
.carregar .sacola .coracao {
  position: absolute;
  top: 50px;
  left: 35px;
}
.carregar .texto {
  margin: 10px auto 0;
  text-align: center;
  font-size: 25px;
  letter-spacing: 1px;
  color: #fff;
}
.carregar #preloader .inner {
  margin: 20px auto 0;
}
.carregar #preloader .inner .bolas {
  width: fit-content;
  margin: 0 auto;
}
.carregar .bolas > div {
  display: inline-block;
  background-color: #2D4957;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: animarBola;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.carregar .bolas > div:nth-child(1) {
  animation-duration: 0.75s;
  animation-delay: 0;
}
.carregar .bolas > div:nth-child(2) {
  animation-duration: 0.75s;
  animation-delay: 0.12s;
}
.carregar .bolas > div:nth-child(3) {
  animation-duration: 0.75s;
  animation-delay: 0.24s;
}
@keyframes animarBola {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  16% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

#produtoAdicionado .modal-content {
  background-color: #2D4957;
  border: 1px solid #2D4957;
}
#produtoAdicionado .modal-content .texto {
  font-size: medium;
  letter-spacing: 1px;
  font-weight: 500;
}
#produtoAdicionado .modal-content .botao {
  background-color: #fff;
  margin: 10px auto;
  padding: 8px;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  min-width: 250px;
  max-width: 300px;
  color: #2D4957;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bolder;
}

#listaProdutosSacola {
  padding: 10px;
  margin: 0px;
}
#listaProdutosSacola .sacolaVazia {
  letter-spacing: 1px;
}
#listaProdutosSacola .sacolaVazia .titulo {
  font-size: large;
  text-align: center;
}
#listaProdutosSacola .sacolaVazia .subtitulo {
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
#listaProdutosSacola .linhaProduto {
  max-width: 500px;
  height: auto;
  margin: 10px auto;
  font-size: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #2D4957;
}
#listaProdutosSacola .linhaProduto .foto {
  padding: 0;
}
#listaProdutosSacola .linhaProduto .foto img {
  max-width: 100%;
  min-width: 70%;
  max-height: 90px;
  object-fit: contain;
  object-position: center;
  border-radius: 5px;
}
#listaProdutosSacola .linhaProduto span {
  font-size: 14px;
}
#listaProdutosSacola .linhaProduto .quantidade {
  align-items: end;
  display: flex;
}
#listaProdutosSacola .linhaProduto .quantidade input {
  border: none;
  width: 30px;
  height: 25px;
  border: 1px solid #2D4957;
  text-align: center;
  background: white;
  user-select: none;
}
#listaProdutosSacola .linhaProduto .quantidade .botao {
  background: transparent;
  border: 1px solid #2D4957;
  width: 25px;
  height: 25px;
  color: black;
  font-size: large;
  line-height: 1;
}
#listaProdutosSacola .linhaProduto .quantidade .botaoMenos {
  margin-left: 5px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#listaProdutosSacola .linhaProduto .quantidade .botaoMais {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
#listaProdutosSacola .linhaProduto .valor {
  text-align: right;
}
#listaProdutosSacola .linhaProduto .valor span {
  font-weight: bold;
  color: #2D4957;
  font-size: 15px;
}
#listaProdutosSacola .linhaProduto .remove {
  cursor: pointer;
  color: #2D4957;
}

.resumo {
  text-align: center;
  height: 50px;
}
@media screen and (max-width: 800px) {
  .resumo {
    height: 100px;
  }
}
.resumo .valor {
  color: black;
  padding: 0 10px;
}
.resumo .valor span {
  color: #2D4957;
  font-size: x-large;
  font-weight: 500;
}
.resumo .botao {
  color: #fff;
  background: #2D4957;
  padding: 5px;
  border-radius: 20px;
  max-width: 300px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  display: grid;
  align-items: center;
  height: 36px;
}

.checkout {
  padding: 0 !important;
}
.checkout object {
  width: 100%;
  height: calc(100% - 10px);
}

#removerProduto .modal-content {
  background-color: #2D4957;
  border: 1px solid #2D4957;
}
#removerProduto .modal-content .texto {
  font-size: medium;
  letter-spacing: 1px;
  font-weight: 500;
}
#removerProduto .modal-content .botao {
  background-color: #fff;
  margin: 10px auto;
  padding: 8px;
  border-radius: 5px;
  text-align: center;
  border-radius: 20px;
  color: #2D4957;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bolder;
}

/*-----------------------------------------------------------------------------------*/
/*-----------------------           Animaçõe                      ------------------*/
/*-----------------------------------------------------------------------------------*/
.success-checkmark {
  width: 80px;
  height: 100px;
  margin: 0 auto;
}
.success-checkmark .check-icon {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 50%;
  box-sizing: content-box;
  border: 4px solid #fff;
}
.success-checkmark .check-icon::before {
  top: 3px;
  left: -2px;
  width: 30px;
  transform-origin: 100% 50%;
  border-radius: 100px 0 0 100px;
}
.success-checkmark .check-icon::after {
  top: 0;
  left: 30px;
  width: 60px;
  transform-origin: 0 50%;
  border-radius: 0 100px 100px 0;
  animation: rotate-circle 4.25s ease-in;
}
.success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
  content: "";
  height: 100px;
  position: absolute;
  background: #2D4957;
  transform: rotate(-45deg);
}
.success-checkmark .check-icon .icon-line {
  height: 5px;
  background-color: #fff;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
}
.success-checkmark .check-icon .icon-line.line-tip {
  top: 46px;
  left: 14px;
  width: 25px;
  transform: rotate(45deg);
  animation: icon-line-tip 0.85s;
}
.success-checkmark .check-icon .icon-line.line-long {
  top: 38px;
  right: 8px;
  width: 47px;
  transform: rotate(-45deg);
  animation: icon-line-long 0.85s;
}
.success-checkmark .check-icon .icon-circle {
  top: -4px;
  left: -4px;
  z-index: 10;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  box-sizing: content-box;
  border: 4px solid rgba(255, 255, 255, 0.5);
}
.success-checkmark .check-icon .icon-fix {
  top: 8px;
  width: 5px;
  left: 26px;
  z-index: 1;
  height: 85px;
  position: absolute;
  transform: rotate(-45deg);
  background-color: #2D4957;
}
@keyframes rotate-circle {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@keyframes icon-line-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes icon-line-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}

.animacaoAtencao .icon-warning {
  border-radius: 50%;
  border: 4px solid #fff;
  box-sizing: content-box;
  height: 70px;
  margin: 20px auto;
  padding: 0;
  position: relative;
  width: 70px;
}
.animacaoAtencao .icon-warning:before {
  animation: pulseWarning 2s linear infinite;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}
.animacaoAtencao .icon-warning:after {
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.animacaoAtencao .icon-warning .linha {
  background-color: #fff;
  border-radius: 2px;
  height: 40px;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 10px;
  width: 5px;
  z-index: 2;
}
.animacaoAtencao .icon-warning .ponto {
  background-color: #fff;
  border-radius: 50%;
  bottom: 10px;
  height: 7px;
  left: 50%;
  margin-left: -3px;
  position: absolute;
  width: 7px;
  z-index: 2;
}
.animacaoAtencao .scaleWarning {
  animation: scaleWarning 0.75s infinite alternate;
}
@keyframes scaleWarning {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}