/**** EFEITO LABEL FORM ****/
.input:not([disabled]):focus+.label-input.label-efeito-simulador,
.input:not(:placeholder-shown)+.label-input.label-efeito-simulador {
    transform: translate(0px, -80%) scale(0.75);
    z-index: 10;
    /*color: #00548b*/
}
.input:not([disabled]):focus+.label-input.label-efeito-1,
.input:not(:placeholder-shown)+.label-input.label-efeito-1 {
    transform: translate(0px, -100%) scale(0.75);
    z-index: 10;
    /*color: #00548b*/
}
.img-rodape {
    max-width: 150px;  
}
/**** FIM - EFEITO LABEL FORM ****/
.secao-icone-chatbot-dashboard {
  z-index: 1400;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 2%;
  right: 2%;
  }
.bloco-icone-conversa{
  z-index: 3000;
  text-align: center;
  display: flex;
  background: #fff;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  height: 60px;
  width: 60px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  .conversa-status {
    font-size: 12px;
    display: flex;
  }
  .nome-acao {
    display: flex;
    font-weight: bold;
  }
  .secao-chatbot-conversa-dashboard {
    z-index: 1400;
    justify-content: space-between;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 2%;
    right: 2%;
    margin-right: -1000px;
    background: white;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 15% 75% 10%;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  .bloco-conversa-chatbot {
    z-index: 2200;
    text-align: center;
    display: flex;
    background: #0080F5;
    color: white;
    padding: 15px;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    display: grid;
    grid-template-columns:  1fr 3fr 1fr;;
    align-items: center;
  }
  .close-conversa {
    display: flex;
    justify-content: end;
    margin-bottom: 30px;
  }
  .perfil-conversa {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bloco-icone-conversa span {
    font-size: 40px;
    color: #27a4f1;
  }
  .bloco-visualizar-conversa-chatbot {
    overflow: auto;
    padding-right: 5px;
  }
  .bloco-mensagem .texto {
    background: #eeeeee;
    width: 40%;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
  }
  .bloco-mensagem.rigth {
    display: flex;
    justify-content: end;
    margin-right: 10px;
  }
  .mostrar-conversa-dashboard {
    margin-right: 0px;
    opacity: 1;
    height: 500px;
    width: 350px;
    z-index: 3000;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  }
  .icone-chat {
    font-family: Fontawesome, sans-serif;
    margin: auto;
    font-size: 25px;
  }
  /* Pontos animados para conversa (Digitando) */
.dot-container {
  position: fixed;
  bottom: 5%;
  right: 7%;
  display: flex;
  align-items: center;
}
.dot {
  width: 10px;
  height: 10px;
  background-color: #7bc59a;
  border-radius: 50%;
  margin: 0 2px;
  animation: bounce 1s infinite;
}
.dot:nth-child(2) {
    animation-delay: 0.2s;
}
.dot:nth-child(3) {
    animation-delay: 0.4s;
}
.msg-inicial-chat {
  position: fixed;
  bottom: 2%;
  right: 7%;    
  padding: 15px;
  border-radius: 10px;
  z-index: 3000;
  background: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.msg-inicial-chat p {
  padding: 0;
  margin-bottom: 0px;
}
.ponta-chat {
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
}
/* Logo chat */
.logo-chat {
  border-radius: 50%;
  width: 100%;
}
.logo-chat.conversa {
  height: 50px;
}
/* Status perfil disponivel */
.status-disponivel {
  position: absolute;
  background-color: #2ecc71;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  bottom: 0px;
  right: 0px;
}
/* Mensagem do chat */
.mensagem {
  margin: 10px 0;
  opacity: 0;
  transform: translateY(-20px);
  animation: slideIn 0.5s ease forwards;
}
.mensagem:nth-child(odd) {
  animation-delay: 0.5s;
}
.mensagem:nth-child(even) {
  animation-delay: 1s;
}
.recebida {
  margin-bottom: 15px;
}
.recebida .mensagem-balao {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  max-width: 70%;
  margin-left: 15px;
  margin-top: 20px;
  overflow-wrap: break-word;
}
.mensagem-balao p {
  padding: 0;
  margin-bottom: 0px;
}
.dot-container-chat{
  display: flex;
  align-items: center;
}
.mensagem-balao-dot {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  max-width: 70%;
  margin-left: 15px;
  margin-top: 20px;
}
/* Botão sim-receber */
.mensagem-balao button {
  background: #0080F5;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 25px;
}
.mensagem-balao button .icone-chat {
  font-size: 14px;
}
.chat-direita {
  display: flex;
  justify-content: end;
  margin-right: 10px;
}
.background-blue {
  background: #0080F5 !important;
  color: #fff;
}
.input-chat {
  border: 2px solid #0080F5;
  padding: 7px;
  border-radius: 5px;
  font-size: 16px;
  color: #0080F5;
  max-height: 38px;
  outline: none;
}
.iteracao-usuario {
  padding: 0 15px;
  display: grid;
  grid-template-columns: 5fr 1fr;
}
.iteracao-usuario button {
  max-height: 38px;
  color: #0080F5;
  border: none;
  background: transparent;
}
/*Input vazio */
input.error {
  border-color: red;
  animation: shake 0.3s ease-in-out;
}
/* Estiliza a barra de rolagem do chat */
.bloco-visualizar-conversa-chatbot::-webkit-scrollbar {
  width: 3px;
}
.bloco-visualizar-conversa-chatbot::-webkit-scrollbar-thumb {
  background-color: #0080F5; 
  border-radius: 5px;
}
.bloco-visualizar-conversa-chatbot::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
/* Logo whats chat */
.whatsapp-icone-chat img {
  height: 30px;
}
.container-whats-chat {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  background: #697c85;
  margin: 0 auto;
  padding: 2px;
  border-radius: 5px;
}
.text-whats{
  color: #fff;
  margin-left: 10px;
}
.cor-azul {
  color: #0080F5;
}
@keyframes slideIn {
  0% {
      opacity: 0;
      transform: translateY(-20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0);
  }
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}
@media screen and (max-width: 479px) {
  .dot-container {
    right: 20%;
    bottom: 8%;
  }
  .mostrar-conversa-dashboard {
    height: 85%;
    width: 96%;
  }
  .secao-chatbot-conversa-dashboard {
    grid-template-rows: 13% 77% 10%;
  } 
  .msg-inicial-chat {
    bottom: 6%;
    right: 20%;
    padding: 10px;
  }
  .secao-icone-chatbot-dashboard {
    bottom: 6%;
    right: 2%;
  }
}
.width-100 {
  width: 100%;
}
.div-produto {
  border: 1px solid var(--cor-2);
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  min-height: 340px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  transition: transform .2s, all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}
.cor-1 {
  background-color: var(--cor-1) !important;
}
.fonte-cor-1 {
  color: var(--fonte-cor-1) !important;
}
.link-logo.logo-3 {
  width: 50%;
  margin-top: 5px;
  margin-right: 5px;
  margin-right: 10px;
}
.imagem-logo-2 {
  background: white; 
  padding: 10px; 
  border-radius: 9px;
}
.input-oculto {
  display: none;
}
.slide-gradiente-video {
  padding: 35px 5vw;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .slide-gradiente-video {
    min-height: 400px;
    padding-top: 160px;
    padding-bottom: 0px;
  }
  .slide-video {
    pointer-events: none;
  }
}

/* Padroniza slides */
.bloco-imagem-slide {
  width: 75px;
  padding-top: 18px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: absolute;
}

.secao-slides {
  position: relative;
}

.div-texto-slide {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .84);
  flex-flow: column wrap;
  justify-content: space-between;
  width: 50%;
  max-width: 550px;
  height: auto;
  position: absolute;
  bottom: 8vh;
  left: 5vw;
}

.seta-slide {
  width: 40px;
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  height: 90vh;
  min-height: 450px;
}

.slider.reduzido {
  height: 60vh;
}

.icone-logo-slide {
  z-index: 2;
  opacity: .15;
  width: 14%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.bloco-titulo-slide {
  align-self: flex-start;
  display: inline-block;
}

.titulo-slide {
  font-size: 3.5rem;
  line-height: 3.5rem;
}


.titulo-slide.pequeno {
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .div-texto-slide {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .seta-slide {
    width: 30px;
    font-size: 30px;
  }

  .slider {
    height: 70vh;
  }

  .slide-gradiente {
    min-height: 400px;
    padding-top: 160px;
    padding-bottom: 0;
  }

  .bloco-imagem-slide {
    width: 70px;
    padding-top: 12px;
  }

  .ornamento-retangulo {
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .titulo-slide {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .titulo-slide.pequeno {
    font-size: 18px;
  }

  .titulo-slide.chamativo-1 {
    font-size: 120px;
  }

  .titulo-slide.chamativo-2 {
    font-size: 80px;
  }
}

@media screen and (max-width: 767px) {
  .seta-slide {
    width: 20px;
    font-size: 20px;
  }

  .bloco-imagem-slide {
    width: 46px;
    padding-top: 8px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .ornamento-retangulo {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .titulo-slide.chamativo-3 {
    margin-bottom: 10px;
    font-size: 65px;
  }

  .titulo-slide.pequeno {
    font-weight: 400;
  }

  .titulo-slide.chamativo-4 {
    margin-bottom: 12px;
    font-size: 50px;
  }

  .titulo-slide.chamativo-1 {
    font-size: 80px;
  }

  .titulo-slide.chamativo-2 {
    font-size: 52px;
  }
}

@media screen and (max-width: 479px) {
  .div-texto-slide {
    font-size: 15px;
  }

  .bloco-imagem-slide {
    padding-top: 2px;
  }

  .ornamento-retangulo-lateral {
    width: 10px;
  }

  .titulo-slide.chamativo-3 {
    font-size: 54px;
  }

  .titulo-slide.chamativo-4 {
    font-size: 40px;
  }
}

.slider {
  max-height: none !important;
  min-height: 0 !important;
}
.div-texto-slide {
  top: auto;
}

/* Botões de simulação nos créditos */
input.w-button {
  width: 100%;
}