/**** 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, Fontawesome7, 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;

}

.msg-inicial-chat .fecha-msg-inicial {

  position: absolute;

  right: 10px;

  top: 2px;

  cursor: pointer;

  background: transparent;

}

.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%;

}



/* Planos para contratação do Simule.ai */

.overlay-planos {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, 0.7);

    display: flex;

    align-items: center;

    justify-content: center;

    z-index: 9999;

    padding: 20px;

    box-sizing: border-box;

    overflow-y: auto;

}



.overlay-planos-conteudo {

    background: #fff;

    border-radius: 16px;

    padding: 40px 36px;

    max-width: 720px;

    width: 100%;

    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);

    text-align: center;

    margin: auto;

}



.overlay-planos-titulo {

    font-size: 26px;

    font-weight: 700;

    color: #1a1a2e;

    margin: 0 0 8px;

}



.overlay-planos-descricao {

    font-size: 15px;

    color: #666;

    margin: 0 0 32px;

    line-height: 1.5;

}



.overlay-planos-opcoes {

    display: flex;

    gap: 20px;

    justify-content: center;

}



.overlay-plano-card {

    flex: 1;

    border: 2px solid #e0e0e0;

    border-radius: 12px;

    padding: 28px 24px;

    text-align: center;

    transition: transform 0.2s, border-color 0.2s;

    display: flex;

    flex-direction: column;

}



.overlay-plano-card:hover {

    transform: translateY(-4px);

}



.overlay-plano-card.destaque {

    border-color: #27a4f1;

    box-shadow: 0 4px 24px rgba(21, 197, 218, 0.15);

}



.overlay-plano-badge {

    display: inline-block;

    font-size: 11px;

    font-weight: 600;

    text-transform: uppercase;

    letter-spacing: 0.5px;

    padding: 4px 12px;

    border-radius: 20px;

    background: #f0f0f0;

    color: #666;

    margin-bottom: 16px;

}



.overlay-plano-card.destaque .overlay-plano-badge {

    background: #27a4f1;

    color: #fff;

}



.overlay-plano-nome {

    font-size: 20px;

    font-weight: 700;

    color: #1a1a2e;

    margin: 0 0 12px;

}



.overlay-plano-preco {

    margin-bottom: 4px;

}



.overlay-plano-parcelas {

    font-size: 14px;

    font-weight: 600;

    color: #888;

    display: block;

    margin-bottom: 2px;

}



.overlay-plano-valor {

    font-size: 24px;

    font-weight: 700;

    color: #1a1a2e;

}



.overlay-plano-periodo {

    font-size: 14px;

    color: #888;

    font-weight: 400;

}



.overlay-plano-economia {

    font-size: 13px;

    color: #6daf64;

    font-weight: 600;

    margin: 4px 0 0;

}



.overlay-plano-beneficios {

    list-style: none;

    padding: 0;

    margin: 8px 0 12px;

    text-align: left;

    flex: 1;

}



.overlay-plano-beneficios li {

    font-size: 13px;

    color: #444;

    padding: 0;

    margin: 0;

    padding-left: 18px;

    position: relative;

    line-height: 1.6;

}



.overlay-plano-beneficios li::before {

    content: "\2713";

    position: absolute;

    left: 0;

    color: #6daf64;

    font-weight: 700;

}



.overlay-plano-botao {

    display: block;

    padding: 14px 24px;

    border-radius: 8px;

    font-size: 15px;

    font-weight: 600;

    text-decoration: none;

    transition: background 0.2s, transform 0.1s;

    cursor: pointer;

}



.overlay-plano-botao.mensal {

    background: #f3f4f6;

    color: #1a1a2e;

}



.overlay-plano-botao.mensal:hover {

    background: #e5e7eb;

}



.overlay-plano-botao.anual {

    background:#27a4f1;

    color: #fff;

}



.overlay-plano-botao.anual:hover {

    background: #27a4f1;

}



.overlay-plano-botao:active {

    transform: scale(0.98);

}



.overlay-planos-conteudo {

    position: relative;

}



.overlay-planos-fechar {

    position: absolute;

    top: 10px;

    right: 14px;

    width: 30px;

    height: 30px;

    background: #ff4444;

    color: #fff;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 18px;

    cursor: pointer;

    line-height: 1;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);

    text-decoration: none;

    border: none;

}



.overlay-planos-fechar:hover {

    background: #dd2222;

}



.overlay-planos-fechar .icone {

    font-size: 16px;

    line-height: 1;

    color: #fff;

}



@media (max-width: 600px) {

    .overlay-planos-opcoes {

      flex-direction: column;

    }

    .overlay-planos {

        zoom: 0.7;

        padding: 10px;

    }



    .overlay-plano-card:hover {

        transform: none;

    }

}



/* 

  Checkbox de aviso para envio de simulações via WhatsApp 

*/

.preferencia-contato {

  font-size: 15px;

}



/*

  Seção artigo

*/

#artigo .ck-content img {

  margin-bottom: 10px;

}

/*

  Fim seção artigo

*/







