/*
Theme Name: AstraCode
Theme URI: http://astrocode.com.br
Author: Montar Site
Author URI: http://montarsite.com.br/
Description: Tema criado para site em wordpress para a empresa AstraCode
Version: 1.0
*/
/* IMPORTS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/* GERAIS */
body, html {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ffffff;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

* {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 100%;
  height: auto;
  background-color: #000000;
  padding: 20px 0;
  border-bottom: 1px solid #FF8201;
}
header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-content img {
  width: 160px;
  height: auto;
}
header .header-content .menu {
  padding: 0 50px;
}
header .header-content .menu .navbar-nav .nav-item, header .header-content .menu .navbar-nav .menu-item {
  padding: 0 20px;
}
header .header-content .menu .navbar-nav .nav-item a, header .header-content .menu .navbar-nav .menu-item a {
  font-size: 14px;
  color: #ffffff;
}
header .header-content .header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-content .header-social .header-icons a {
  margin-right: 20px;
}
header .header-content .header-social .header-icons a span {
  font-size: 25px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 7px 11px;
  border-radius: 50%;
}
header .header-content .header-social .header-icons a span:last-of-type {
  margin-right: 0;
}
header .header-content .header-social .header-link {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-transform: inherit;
  color: #000000;
  padding: 12px 30px;
  background-color: #FF8201;
  border-radius: 30px;
  margin-left: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .header-content .header-social .header-link:hover, header .header-content .header-social .header-link:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #d9b189;
}

main .banner {
  position: relative;
  height: 100vh;
  background-color: #0c0c0c;
}
main .banner .banner-content {
  position: absolute;
  top: 50%;
  left: 15%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  max-width: 500px;
  z-index: 2;
}
main .banner .banner-content h1 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 400;
  text-transform: inherit;
  color: #ffffff;
}
main .banner .banner-content h1 span {
  color: #FF8201;
  font-weight: bold;
}
main .banner .banner-content p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-transform: inherit;
  color: #b2b2b2;
  margin: 40px 0;
}
main .banner .banner-content p span {
  font-weight: 500;
}
main .banner .banner-content a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: inherit;
  color: #000000;
  border-radius: 30px;
  padding: 20px;
  margin-top: 20px;
  display: inline-block;
  background: #FF8201;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 130, 1)), to(rgb(217, 177, 137)));
  background: linear-gradient(90deg, rgb(255, 130, 1) 0%, rgb(217, 177, 137) 100%);
  -webkit-box-shadow: 0px 0px 5px 15px rgba(70, 70, 70, 0.65);
          box-shadow: 0px 0px 5px 15px rgba(70, 70, 70, 0.65);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main .banner .banner-content a:hover, main .banner .banner-content a:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
main .banner .banner-content a span {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000000;
  padding: 8px 12px;
  border-radius: 50%;
  margin-left: 40px;
}
main .banner .chat {
  position: absolute;
  top: 55%;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #D5D5D5;
  width: auto;
  max-width: 620px;
}
main .banner .chat::before {
  position: absolute;
  top: -10%;
  left: -10%;
  right: auto;
  bottom: auto;
  width: 120%;
  height: 120%;
  border-radius: 50%;
  z-index: 0;
  background: radial-gradient(circle, rgb(222, 142, 58) 0%, rgb(46, 27, 11) 20%, rgb(0, 0, 0) 100%);
  border: 1px solid #76420F;
  content: "";
}
main .banner .chat .chat-header {
  position: relative;
  background-color: #1B1A1C;
  color: #ffffff;
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px 16px 0 0;
}
main .banner .chat .chat-header img {
  width: auto;
}
main .banner .chat .chat-header p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-transform: inherit;
  color: #ffffff;
}
main .banner .chat .chat-header .chat-on {
  background-color: #4EAD58;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  right: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
          box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
}
main .banner .chat .chat-content {
  position: relative;
  background-color: #121113;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 10px 20px 60px 10px;
  width: 100%; /* Largura fixa em 100% do container pai */
  min-width: 300px; /* Largura mínima */
  max-width: 620px; /* Largura máxima */
  overflow-y: auto; /* Adiciona rolagem vertical quando necessário */
  height: 400px; /* Altura fixa para o chat */
}
main .banner .chat .chat-content img {
  width: auto;
  height: auto;
  margin-bottom: 10px;
}
main .banner .chat .chat-content div {
  background-color: #252525;
  padding: 5px;
  border-radius: 0 24px 24px 24px;
  font-size: 12px;
  line-height: 16px;
}
main .banner .chat .chat-content div p {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  text-transform: inherit;
  margin-bottom: 4px;
}
main .banner .chat .chat-content div h4 {
  color: white;
  font-weight: 600;
  margin-bottom: 10px;
}
main .banner .chat .chat-content div span {
  color: #FF8201;
}
main .banner .chat .chat-footer {
  position: relative;
  background-color: #121113;
  padding: 15px 10px;
  border-top: 1px solid #454545;
}
main .banner .chat .chat-footer form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .banner .chat .chat-footer form input {
  width: 85%;
  background-color: #454545;
  border: none;
  padding: 20px 25px;
  color: white;
  font-size: 16px;
  line-height: 28px;
  border-radius: 15px;
  margin-right: 15px;
  min-height: 57px;
}
main .banner .chat .chat-footer form .btn-enviar {
  background-color: #FF8201;
  padding: 14px 14px 9px 11px;
  border-radius: 50%;
}
main .banner .chat .chat-footer form .btn-enviar img {
  width: auto;
}
main .message {
  background-color: #de8e3a;
  text-align: center;
  padding: 40px 0;
}
main .message h2 {
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
  text-transform: inherit;
  color: #252525;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 62%;
}
main .message h2 a, main .message h2 span {
  font-weight: bold;
  color: #000000;
}
main .message h2 a {
  text-decoration: underline;
}
main .message .message-content {
  position: relative;
  background-color: black;
  padding: 50px;
  border-radius: 14px;
  border: 2px solid #837f77;
  width: 70%;
  margin: 0 auto;
  z-index: 3;
}
main .message .message-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .message .message-content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: inherit;
  color: #b2b2b2;
  text-align: left;
  margin-bottom: 30px;
}
main .message .message-content ul li:nth-of-type(odd) {
  padding-right: 20px;
}
main .message .message-content ul li span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 130, 1)), to(rgb(217, 177, 137)));
  background: linear-gradient(90deg, rgb(255, 130, 1) 0%, rgb(217, 177, 137) 100%);
  color: white;
  padding: 8px;
  border-radius: 12px;
  margin-right: 22px;
  font-size: 26px;
}
main .more {
  position: relative;
  background-color: #4d2700;
  padding: 89px 0 66px;
  margin-top: -89px;
  z-index: 2;
}
main .more .more-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: left;
}
main .more .more-text h3 {
  font-size: 32px;
  line-height: 29px;
  font-weight: 400;
  text-transform: inherit;
  color: #dedede;
  margin-left: 50px;
}
main .more .more-text p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: inherit;
  color: #b2b2b2;
  width: 40%;
  margin: 0 auto;
}
main .more .more-text p span {
  font-weight: bold;
  color: #d5d5d5;
}
main .video {
  position: relative;
  background-color: #0c0c0c;
  border-radius: 0px 0px 50px 50px;
}
main .video::before {
  border-top: 2px solid #2A2A2A;
  border-right: 2px solid #2A2A2A;
  width: 50%;
  height: 600px;
  display: block;
  position: absolute;
  top: auto;
  left: 0;
  z-index: 1;
  bottom: 0px;
  border-radius: 0 20px;
  content: "";
}
main .video .video-elipse {
  position: absolute;
  top: 100px;
  left: 45%;
  bottom: auto;
  right: auto;
  z-index: 1;
}
main .video .video-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 180px 0 115px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
main .video .video-content div {
  margin-left: 5%;
}
main .video .video-content div iframe, main .video .video-content div video {
  width: 670px;
  height: 370px;
  max-height: 400px;
  border: 2px solid #2A2A2A;
  padding: 20px;
  border-radius: 20px;
  background-color: #0c0c0c;
}
main .video .video-text {
  margin-left: 100px;
  margin-top: -50px;
}
main .video .video-text h3 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  text-transform: inherit;
  color: #ffffff;
  max-width: 386px;
}
main .video .video-text h3 span {
  font-weight: bold;
  color: #FF8201;
}
main .video .video-text ul {
  margin: 40px 0;
}
main .video .video-text ul li {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-transform: inherit;
  color: #D5D5D5;
}
main .video .video-text p {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  text-transform: inherit;
  color: #D5D5D5;
}
main .video .video-text a {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-transform: inherit;
  color: #000000;
  border-radius: 30px;
  padding: 20px;
  margin-top: 30px;
  display: inline-block;
  background: #FF8201;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 130, 1)), to(rgb(217, 177, 137)));
  background: linear-gradient(90deg, rgb(255, 130, 1) 0%, rgb(217, 177, 137) 100%);
  -webkit-box-shadow: 0px 0px 5px 15px rgba(70, 70, 70, 0.65);
          box-shadow: 0px 0px 5px 15px rgba(70, 70, 70, 0.65);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
main .video .video-text a:hover, main .video .video-text a:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
main .video .video-text a span {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000000;
  border: 1px solid #000000;
  padding: 8px 12px;
  border-radius: 50%;
  margin-left: 40px;
}
main .services {
  padding: 130px 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 200, 136)), to(rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgb(255, 200, 136) 0%, rgb(255, 255, 255) 100%);
  margin-top: -45px;
}
main .services .services-text {
  text-align: center;
}
main .services .services-text h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  text-transform: inherit;
  color: #080808;
  width: 64%;
  margin: 0 auto;
}
main .services .services-text h1 span {
  font-weight: bold;
  color: #FE8201;
}
main .services .services-text h5 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-transform: inherit;
  color: #282828;
  margin: 25px 0 60px;
}
main .services .services-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .services .services-types .services-type {
  background-color: white;
  border-radius: 16px;
  color: black;
  width: 31%;
  margin: 10px;
  margin-top: 15px;
}
main .services .services-types .services-type:nth-of-type(2), main .services .services-types .services-type:nth-of-type(7) {
  margin-top: -30px;
}
main .services .services-types .services-type:nth-of-type(5) {
  margin-top: -55px;
}
main .services .services-types .services-type .service-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
}
main .services .services-types .services-type .service-titles span {
  background-color: #FFC888;
  padding: 8px;
  border-radius: 12px;
}
main .services .services-types .services-type .service-titles span img {
  width: 32px;
  height: auto;
}
main .services .services-types .services-type .service-titles h6 {
  margin-left: 15px;
}
main .services .services-types .services-type p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-transform: inherit;
  color: #676767;
  border-top: 1px solid #F0F0F0;
  padding: 10px 20px;
}
main .services .main-icone {
  position: relative;
  text-align: center;
  padding: 160px 0;
}
main .services .main-icone::before {
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  right: auto;
  background-color: orangered;
  width: 44%;
  height: 1px;
  content: "";
}
main .services .main-icone img {
  width: auto;
  height: auto;
  min-width: 130px;
}
main .services .main-icone::after {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
  left: auto;
  background-color: orangered;
  width: 44%;
  height: 1px;
  content: "";
}
main .number {
  padding: 10px 0 140px;
  background-color: #ffffff;
  margin-top: -45px;
}
main .number .number-text {
  text-align: center;
  margin-bottom: 50px;
}
main .number .number-text h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  text-transform: inherit;
  color: #080808;
  width: 64%;
  margin: 0 auto;
}
main .number .number-text h1 span {
  font-weight: bold;
  color: #FE8201;
}
main .number .number-itens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
main .number .number-itens .number-itens {
  background-color: white;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  color: black;
  width: 31%;
  margin: 10px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
main .number .number-itens .number-itens .numbers {
  background-color: #f0f0f0;
  font-size: 100px;
  line-height: 110px;
  font-weight: bold;
  text-transform: inherit;
  color: #ffc076;
  padding: 16px 39px;
  border-radius: 16px 0 0 16px;
}
main .number .number-itens .number-itens .numbers h1 {
  opacity: 0.65;
}
main .number .number-itens .number-itens .number-titles {
  padding: 17px 27px 17px 20px;
}
main .number .number-itens .number-itens .number-titles h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  text-transform: inherit;
  color: #000000;
  margin-bottom: 18px;
}
main .number .number-itens .number-itens .number-titles h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: inherit;
  color: #b2b2b2;
}
main .information {
  padding: 160px 0 0px;
  background-color: #151515;
  margin-top: -45px;
  border-radius: 50px 50px 0 0;
}
main .information .information-text {
  text-align: center;
  margin-bottom: 50px;
}
main .information .information-text h1 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  text-transform: inherit;
  color: #ffffff;
}
main .information .information-text h1 span {
  font-weight: bold;
  color: #FE8201;
}
main .information .information-itens {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 5;
}
main .information .information-itens .information-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #ffffff;
  border-radius: 50px;
  color: #ffffff;
  width: 31%;
  margin: 10px;
  margin-top: 20px;
  padding: 15px;
  padding-right: 25px;
}
main .information .information-itens .information-item span {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 130, 1)), to(rgb(217, 177, 137)));
  background: linear-gradient(90deg, rgb(255, 130, 1) 0%, rgb(217, 177, 137) 100%);
  border-radius: 50%;
  font-size: 28px;
  padding: 10px 12px;
  color: #ffffff;
  margin-right: 20px;
}
main .information .information-itens .information-item h2 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: inherit;
  color: #2f2f2f;
}
main .information .information-content {
  position: relative;
  min-height: 650px;
}
main .information .information-content .information-cicle {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 634px;
  height: 634px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background: linear-gradient(45deg, rgb(255, 130, 1) 0%, rgb(255, 204, 152) 100%);
  opacity: 0.42;
}
main .information .information-content .information-cicle.clcle2 {
  width: 854px;
  height: 854px;
  opacity: 0.14;
}
main .information .information-content .information-cicle.clcle3 {
  width: 1100px;
  height: 1100px;
  opacity: 0.08;
}
main .information .information-content .information-cicle.clcle4 {
  background: transparent;
  border: 1px solid #FF8201;
  width: 1350px;
  height: 1350px;
}
main .information .information-content .information-cicle.clcle5 {
  background: transparent;
  border: 1px solid #FF8201;
  width: 1600px;
  height: 1600px;
}
main .information .information-content .information-smart {
  z-index: 5;
}
main .information .information-content .information-smart::before {
  background-color: #000000;
  border: 1px solid #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 446px;
  height: 481px;
  border-bottom: none;
  border-radius: 50px 50px 0 0;
  content: "";
}
main .information .information-content .information-smart .smart {
  position: absolute;
  top: auto;
  bottom: 58%;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 135px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 40px;
}
main .information .information-content .information-smart .image-logo {
  position: absolute;
  top: auto;
  bottom: 20%;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 275px;
  height: auto;
  z-index: 8;
}
main .information .information-content .information-smart .image-logo.arrow {
  bottom: 45%;
  left: 67%;
  width: auto;
}
main .information .information-content .information-smart .image-logo.sinal {
  width: auto;
  left: 25%;
  bottom: 28%;
}
main .information .information-content .information-smart .image-logo.coin {
  width: auto;
  left: 33%;
  bottom: 10%;
}
main .information .information-content .information-smart::after {
  border: 1px solid #ffffff;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 393px;
  height: 455px;
  border-bottom: none;
  border-radius: 50px 50px 0 0;
  content: "";
}
main .fundation {
  position: relative;
  background-color: #FF8201;
  padding-bottom: 130px;
}
main .fundation .col-lg-4, main .fundation .col-md-12 {
  border-left: 1px solid #696969;
}
main .fundation .col-lg-4:last-of-type, main .fundation .col-md-12:last-of-type {
  border-right: 1px solid #696969;
}
main .fundation .fundation-content {
  padding: 100px 0;
  text-align: center;
}
main .fundation .fundation-content .fundation-content-img {
  position: relative;
  display: inline-block;
  padding: 18px;
  border-radius: 50%;
  margin-bottom: 30px;
}
main .fundation .fundation-content .fundation-content-img::before {
  border: 2px solid #ffc181;
  width: 240px;
  height: 240px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  content: "";
}
main .fundation .fundation-content .fundation-content-img img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
main .fundation .fundation-content h5 {
  font-size: 26px;
  line-height: 22px;
  font-weight: 400;
  text-transform: inherit;
  color: #121212;
  margin: 15px 0;
}
main .fundation .fundation-content p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  text-transform: inherit;
  color: #484848;
}

footer {
  position: relative;
  background-color: #000000;
}
footer .footer-suspended {
  position: absolute;
  top: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000000;
  padding: 50px;
  border-radius: 20px;
  border: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
  z-index: 2;
}
footer .footer-suspended .footer-suspended-content h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
  text-transform: inherit;
  color: #ffffff;
}
footer .footer-suspended .footer-suspended-content h4 span {
  color: #FF8201;
  font-weight: bold;
}
footer .footer-suspended .footer-suspended-content p, footer .footer-suspended .footer-suspended-content a {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: inherit;
  color: #ffffff;
}
footer .footer-suspended .footer-suspended-content p {
  margin: 10px 0;
}
footer .footer-suspended .footer-suspended-content a {
  text-decoration: underline;
}
footer .footer-suspended .footer-agency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-suspended .footer-agency .footer-agency-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer-suspended .footer-agency .footer-agency-item span {
  font-size: 24px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 130, 1)), to(rgb(217, 177, 137)));
  background: linear-gradient(90deg, rgb(255, 130, 1) 0%, rgb(217, 177, 137) 100%);
  padding: 5px;
  border-radius: 5px;
  margin-right: 10px;
  color: #000000;
}
footer .footer-suspended .footer-agency .footer-agency-item p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: inherit;
  color: #000000;
}
footer .footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 200px 0 40px;
}
footer .footer-links .footer-logo img {
  width: 350px;
  height: auto;
}
footer .footer-links .footer-itens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
footer .footer-links .footer-itens .footer-item {
  margin-left: 35px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
footer .footer-links .footer-itens .footer-item:hover, footer .footer-links .footer-itens .footer-item:focus {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
footer .footer-links .footer-itens .footer-item span {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px 20px;
  border-radius: 10px;
}
footer .footer-links .footer-itens .footer-item p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  text-transform: inherit;
  color: #ffffff;
  margin-top: 15px;
  width: 90px;
}
footer .footer-last {
  border-top: 1px solid #ffffff;
}
footer .footer-last .footer-last-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}
footer .footer-last .footer-last-content .footer-copy p {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-transform: inherit;
  color: #ffffff;
}
footer .footer-last .footer-last-content .footer-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
footer .footer-last .footer-last-content .footer-term a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-transform: inherit;
  color: #ffffff;
  text-decoration: underline;
  margin: 0 5px;
}

.privacy-policy .index {
  padding: 60px 0 120px;
  color: black;
  line-height: 22px;
}

@media (max-width: 1440px) {
  header .header-content .menu .navbar-nav .nav-item, header .header-content .menu .navbar-nav .menu-item {
    padding: 0 10px;
  }
  main .banner {
    height: 120vh;
  }
  main .banner .banner-content {
    position: absolute;
    top: 50%;
    left: 5%;
  }
  main .number .number-itens .number-itens .numbers {
    background-color: #f0f0f0;
    font-size: 90px;
    line-height: 100px;
  }
  footer .footer-suspended {
    width: 70%;
  }
}
@media (max-width: 1366px) {
  header .header-content .menu {
    padding: 0 30px;
  }
  header .header-content .header-social .header-icons a {
    margin-right: 10px;
  }
  header .header-content .header-social .header-icons a span {
    font-size: 22px;
    line-height: 26px;
  }
  header .header-content .header-social .header-link {
    font-size: 14px;
    line-height: 18px;
    padding: 12px 25px;
    margin-left: 10px;
  }
  main .banner .banner-content {
    max-width: 450px;
  }
  main .banner .chat {
    max-width: 550px;
    min-height: 560px;
  }
  main .banner .chat::before {
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
  }
  main .banner .chat .chat-header {
    padding: 10px 5px;
  }
  main .banner .chat .chat-content {
    padding: 15px 15px 30px 10px;
  }
  main .banner .chat .chat-content div {
    padding: 5px;
  }
  main .banner .chat .chat-content div p {
    line-height: 22px;
    margin-bottom: 6px;
  }
  main .banner .chat .chat-content div h4 {
    font-size: 14px;
  }
  main .banner .chat .chat-footer {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    position: relative !important;
    z-index: 999 !important;
    padding: 10px 5px;
  }
  main .message h2 {
    font-size: 24px;
    line-height: 36px;
    width: 80%;
  }
  main .message .message-content {
    width: 80%;
  }
  main .services .services-text h1 {
    font-size: 30px;
    width: 75%;
  }
  main .number .number-itens .number-itens .number-titles {
    padding: 15px 20px 15px 15px;
  }
  main .number .number-itens .number-itens .number-titles h6 {
    font-size: 16px;
  }
  main .information .information-content .information-smart .image-logo.arrow {
    left: 69%;
  }
  main .information .information-content .information-smart .image-logo.sinal {
    left: 20%;
  }
  main .information .information-content .information-smart .image-logo.coin {
    left: 30%;
  }
  footer .footer-suspended {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  header .header-content img {
    width: 130px;
  }
  header .header-content .menu {
    padding: 0 20px;
  }
  header .header-content .menu .navbar-nav .nav-item a {
    font-size: 12px;
    color: #ffffff;
    padding: 0;
  }
  header .header-content .menu .navbar-nav .menu-item {
    padding: 0 5px;
  }
  header .header-content .menu .navbar-nav .menu-item a {
    font-size: 12px;
  }
  header .header-content .header-social .header-icons a {
    margin-right: 6px;
  }
  header .header-content .header-social .header-icons a span {
    font-size: 18px;
    line-height: 22px;
    padding: 6px 8px;
  }
  header .header-content .header-social .header-link {
    padding: 8px 13px;
    margin-left: 8px;
  }
  main .banner .banner-content {
    max-width: 350px;
  }
  main .banner .banner-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
  main .banner .banner-content p {
    margin: 20px 0;
  }
  main .banner .banner-content a {
    padding: 16px;
    margin-bottom: 20px;
  }
  main .banner .chat {
    right: 4%;
    max-width: 500px;
  }
  main .banner .chat .chat-content {
    padding: 15px 15px 20px 10px;
  }
  main .banner .chat .chat-content div p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  main .banner .chat .chat-footer form input {
    padding: 10px 20px;
    margin-right: 10px;
    min-height: 50px;
  }
  main .banner .chat .chat-footer form .btn-enviar {
    padding: 12px 13px 7px 9px;
  }
  main .message .message-content {
    width: 85%;
    padding: 35px;
  }
  main .message .message-content ul li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  main .message .message-content ul li span {
    margin-right: 15px;
  }
  main .message .message-content ul li:nth-of-type(2n+1) {
    padding-right: 10px;
  }
  main .more .more-text h3 {
    margin-left: 0;
  }
  main .video .video-content {
    padding: 100px 0 80px;
  }
  main .video .video-content div {
    margin-left: 3%;
  }
  main .video .video-content div iframe, main .video .video-content div video {
    width: 600px;
    height: 300px;
  }
  main .video .video-text h3 {
    font-size: 30px;
    line-height: 38px;
  }
  main .services .services-text h1 {
    font-size: 28px;
    line-height: 36px;
    width: 85%;
  }
  main .services .services-types .services-type {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  main .number .number-text h1 {
    font-size: 32px;
    line-height: 38px;
    width: 85%;
  }
  main .number .number-itens .number-itens .numbers {
    font-size: 80px;
    line-height: 90px;
  }
  main .number .number-itens .number-itens .number-titles {
    padding: 10px 5px 10px 10px;
  }
  main .number .number-itens .number-itens .number-titles h2 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  main .number .number-itens .number-itens .number-titles h6 {
    font-size: 14px;
    line-height: 20px;
  }
  main .information .information-content .information-smart .image-logo.arrow {
    left: 73%;
  }
  main .information .information-content .information-smart .image-logo.sinal {
    left: 15%;
  }
  main .information .information-content .information-smart .image-logo.coin {
    left: 25%;
  }
  footer .footer-suspended {
    width: 90%;
    padding: 30px;
  }
  footer .footer-links .footer-logo img {
    width: 250px;
  }
}
@media (max-width: 992px) {
  header {
    padding: 10px 0;
  }
  header .header-content .menu .navbar-toggler span {
    font-size: 18px;
    color: white;
    border: 2px solid #ffffff;
    padding: 9px 11px;
    border-radius: 50%;
  }
  header .header-content .menu .navbar-collapse {
    position: fixed;
    top: 0;
    left: -40%;
    background-color: black;
    height: 100vh;
    padding: 25px 20px 50px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  header .header-content .menu .navbar-collapse.show {
    left: 0;
  }
  header .header-content .menu .navbar-collapse .menu-close {
    text-align: end;
    cursor: pointer;
    margin-bottom: 10px;
  }
  header .header-content .menu .navbar-collapse .menu-close svg {
    font-size: 16px;
    color: white;
    border: 2px solid #ffffff;
    padding: 9px 11px;
    border-radius: 50%;
  }
  header .header-content .menu .navbar-collapse img {
    width: 100%;
    display: block;
    text-align: center;
    margin: 15px 0;
  }
  header .header-content .menu .navbar-collapse .navbar-nav .nav-item a, header .header-content .menu .navbar-collapse .navbar-nav .menu-item a {
    font-size: 20px;
    line-height: 36px;
  }
  header .header-content .header-social .header-icons {
    margin-top: 5px;
    margin-bottom: 13px;
  }
  header .header-content .header-social .header-icons a span {
    padding: 6px 9px;
  }
  main .banner {
    height: auto;
  }
  main .banner .banner-content {
    position: relative;
    margin-top: 120px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    -webkit-transform: none;
            transform: none;
    margin-left: 30px;
    max-width: inherit;
  }
  main .banner .chat {
    position: relative;
    margin-top: 80px;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  main .message h2 {
    font-size: 20px;
    line-height: 30px;
  }
  main .message .message-content {
    width: 95%;
    padding: 30px;
  }
  main .more .more-text h3 {
    font-size: 26px;
    line-height: 28px;
  }
  main .video .video-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* Estilos para o chatbot */
/* Estilos para o container principal do chat */
.chat {
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

/* Estilização específica para garantir largura fixa do conteúdo do chat */
.chat-content {
    width: 100% !important;
    min-width: 300px !important; /* Largura mínima para evitar colapso */
    max-width: 100% !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    flex: 1 0 auto !important; /* Importante: não permite encolher */
    box-sizing: border-box !important;
    overflow: hidden !important; /* Remove as barras de rolagem */
    overflow-wrap: break-word !important;
}

/* Garantir que a coluna que contém o chat-content mantenha largura fixa */
.chat .row .col-lg-8 {
    flex: 0 0 66.666667% !important; 
    width: 66.666667% !important;
    min-width: 300px !important;
    box-sizing: border-box !important;
}

/* Garantir que a linha do chat não mude de tamanho */
.chat .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    min-width: 100% !important;
    box-sizing: border-box !important;
}

/* Garantir que mensagens-history mantenha largura consistente */
.messages-history {
    width: 100% !important;
    box-sizing: border-box !important;
    word-break: break-word !important;
}

/* Remover qualquer overflow não intencional */
.chat, .chat-header, .chat-footer, .col-lg-8, .col-md-12 {
    overflow: hidden !important;
}

/* Garantir que a área de mensagens mantenha largura consistente */
.messages-history {
    width: 100%;
    min-height: 200px;
    max-height: 400px;
    overflow-y: auto; /* Só esta div deve ter barra de rolagem vertical quando necessário */
    overflow-x: hidden; /* Nunca mostrar barra horizontal */
    display: flex;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
}

/* Estilização dos itens de mensagem para manter largura fixa */
.message-item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    word-wrap: break-word;
}

.chat-footer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 0.5rem;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.05);
    background-color: white;
    width: 100%;
}

.message-input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 0.5rem;
    margin-right: 10px;
    font-family: system-ui, -apple-system, sans-serif;
    font-size: 1rem;
    outline: none;
}

.message-input:focus {
    border-color: #FF8201;
    box-shadow: 0 0 0 2px rgba(255, 130, 1, 0.2);
}

.send-button {
    background-color: #FF8201;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.send-button:hover {
    background-color: #e67300;
}

/* Estilos para o avatar - CORRIGIDO */
.avatar-frame {
  position: relative;
  width: 280px; /* Largura fixa */
  height: 280px; /* Mesma altura que largura para formar círculo perfeito */
  border-radius: 50%;
  overflow: hidden;
  background-color: #f0f0f0;
  margin: 0 auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: block !important;
  visibility: visible !important;
  aspect-ratio: 1/1; /* Garante proporção 1:1 */
}

/* Posicionamento do vídeo do avatar dentro da moldura circular */
#mediaElement {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%); /* Ajustado para mostrar melhor a cabeça do avatar */
  /* Tamanho definido para cobrir completamente o quadro circular */
  width: 110%; /* Ligeiramente maior para garantir cobertura */
  height: auto;
  min-height: 100%;
  object-fit: cover; /* Importante: mantém proporções e evita distorção */
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 5 !important;
}

#staticAvatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

#avatarLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(240, 240, 240, 0.7);
  z-index: 3;
  border-radius: 50%;
}

/* Responsividade do avatar para diferentes tamanhos de tela */
@media screen and (max-width: 992px) {
  .avatar-frame {
    width: 220px !important;
    height: 220px !important;
  }
  .chat .row {
    flex-wrap: wrap !important;
  }
}

@media screen and (max-width: 576px) {
  .avatar-frame {
    width: 180px;
    height: 180px;
  }
}

/* Indicador de "pensando..." no chat */
.thinking-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  padding: 6px 0;
}

.thinking-dots span {
  width: 8px;
  height: 8px;
  background-color: #999;
  border-radius: 50%;
  animation: dot-pulse 1.4s infinite ease-in-out;
  opacity: 0.6;
}

.thinking-dots span:nth-child(1) {
  animation-delay: 0s;
}

.thinking-dots span:nth-child(2) {
  animation-delay: 0.2s;
}

.thinking-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dot-pulse {
  0% { transform: scale(0.8); opacity: 0.6; }
  50% { transform: scale(1.2); opacity: 1; }
  100% { transform: scale(0.8); opacity: 0.6; }
}

main .video .video-content div {
  width: 100%;
}

main .video .video-content div iframe {
  width: 100%;
  height: 400px;
}

main .video .video-text h3 {
  margin-top: 70px;
}

/*main .services .services-types .services-type {
  width: 45%;
}*/
@media screen and (max-width: 768px) {
  main .services .services-types .services-type:nth-of-type(2), 
  main .services .services-types .services-type:nth-of-type(5), 
  main .services .services-types .services-type:nth-of-type(7) {
    margin-top: auto;
  }
  
  main .number .number-itens .number-itens {
    width: 45%;
  }
  
  main .information .information-itens .information-item {
    width: 45%;
  }
  
  main .information .information-content .information-smart .image-logo {
    width: 225px;
  }
  
  main .information .information-content .information-smart .image-logo.arrow {
    left: 82%;
  }
  
  main .information .information-content .information-smart .image-logo.sinal {
    left: 5%;
  }
  
  main .information .information-content .information-smart .image-logo.coin {
    left: 17%;
  }
  
  main .fundation .col-md-12 {
    border: none;
  }
  
  main .fundation .col-md-12:last-of-type {
    border: none;
  }
  
  main .fundation .fundation-content {
    padding: 50px 0;
  }
  
  footer .footer-suspended {
    width: 95%;
    padding: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  footer .footer-suspended .footer-agency {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  header {
    padding: 0px 0 5px;
  }
  header .header-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-top: 10px;
  }
  header .header-content .menu{
    position: absolute;
    top: -5px;
    right: -150px;
  }
  header .header-content .header-social{
    margin-top: 15px;
  }
  header .header-content div {
    display: block;
    width: 100%;
    text-align: center;
  }
  header .header-content div img {
    width: auto;
  }
  header .header-content .menu {
    padding: 0px 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .header-content .header-social {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  header .header-content .header-social .header-icons {
    margin-bottom: 15px;
  }
  header .header-content .header-social .header-link {
    padding: 8px 12px;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  header .header-content .menu .navbar-collapse {
    left: -100%;
  }
  main .banner .chat {
    max-width: 550px;
    min-height: 790px;
  }
  main .banner .chat .chat-content {
    height: 250px;
  }
  main .banner .chat-columns {
    display: block;
  }
  main .banner .chat-column {
    padding-right: 0px;
  }
  main .banner .avatar-column {
    max-width: 60%;
    position: relative;
    margin: 0 auto;
  }
  main .banner .banner-content {
    margin-top: 150px;
  }
  main .banner .chat .chat-footer form input {
    width: 80%;
  }
  main .message h2 {
    font-size: 18px;
    line-height: 28px;
    width: 95%;
    margin-bottom: 25px;
  }
  main .message .message-content {
    padding: 20px;
  }
  main .message .message-content ul li {
    width: 100%;
  }
  main .more .more-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .more .more-text p {
    margin: 10px 0;
    width: 100%;
  }
  main .services .services-types .services-type {
    width: 100%;
    margin: 10px !important;
  }
  main .number .number-itens .number-itens {
    width: 100%;
  }
  main .number .number-itens .number-itens .numbers {
    padding: 10px 30px;
  }
  main .information .information-itens .information-item {
    width: 100%;
  }
  main .information .information-content .information-smart::before {
    width: 350px;
    height: 430px;
    border-radius: 75px 75px 0 0;
  }
  main .information .information-content .information-smart .image-logo {
    width: 180px;
  }
  main .information .information-content .information-smart .image-logo.arrow {
    left: 90%;
    bottom: 40%;
    width: 70px;
  }
  main .information .information-content .information-smart .image-logo.sinal {
    left: 6%;
    bottom: 35%;
    width: 65px;
  }
  main .information .information-content .information-smart .image-logo.coin {
    width: 80px;
    bottom: 5%;
  }
  main .information .information-content .information-smart .smart {
    bottom: 54%;
  }
  main .information .information-content .information-smart::after {
    width: 300px;
    height: 400px;
  }
  main .fundation {
    padding-bottom: 170px;
  }
  footer .footer-suspended {
    top: -37%;
    padding: 20px;
  }
  footer .footer-suspended .footer-agency {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-suspended .footer-agency .footer-agency-item {
    margin: 10px;
  }
  footer .footer-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .footer-links .footer-logo {
    display: block;
    width: 100%;
    text-align: center;
  }
  footer .footer-links .footer-itens {
    margin-top: 30px;
  }
  footer .footer-last .footer-last-content .footer-copy {
    margin-bottom: 10px;
  }
}
/*# sourceMappingURL=style.css.map */

/* Estilos para o avatar circular */
.avatar-frame {
  width: 100%;
  height: fit-content;
  background-color: #000;
  border-radius: 50%; /* Círculo perfeito */
  overflow: hidden;
  position: relative;
  margin: 15px auto 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

#mediaElement, #staticAvatar {
  width: 100%;
  object-fit: cover;
  display: block;
}

.avatar-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10;
}

.loader-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 127, 35, 0.3);
  border-radius: 50%;
  border-top-color: #FCFB30;
  animation: spin 1s ease-in-out infinite;
  margin-bottom: 10px;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.status-dot {
  width: 10px;
  height: 10px;
  background-color: #4CAF50;
  border-radius: 50%;
  margin-right: 8px;
  box-shadow: 0 0 8px #4CAF50;
  animation: blink 2s infinite;
  display: inline-block !important;
}

@keyframes blink {
  0% { opacity: 0.6; }
  50% { opacity: 1; }
  100% { opacity: 0.6; }
}

.hidden {
  display: none !important;
}

/* Ajuste específico para integração no tema WordPress */
#startAvatarBtn {
  background-color: #363535;
  color: #FFFFFF;
  border: none;
  border-radius: 18px;
  padding: 22px 12px;
  width: 100%;
  max-width: 200px;
  display: block !important;
  margin: 15px auto !important;
  font-size: 0.7rem !important;
  font-weight: bold !important;
  cursor: pointer !important;
  z-index: 100;
  position: relative;
}

#startAvatarBtn:hover {
  background-color: #FF9A30;
  transform: scale(1.05);
}

/* Garantir que o botão se integre com o tema */
.pause-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 5px;
}

/* Estilos adicionais para o chat-footer e seus elementos */
.chat-footer, .chat-footer.message-input {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  margin-top: 10px !important;
  position: relative !important;
  z-index: 999 !important;
  background-color: #fff !important;
  border-radius: 30px !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
  padding: 10px 15px !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.chat-footer form, .chat-footer.message-input {
  display: flex !important;
  width: 100% !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.chat-footer form input, .chat-footer.message-input input {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: calc(100% - 50px) !important;
  border: none !important;
  outline: none !important;
  padding: 10px !important;
  font-size: 14px !important;
  background-color: transparent !important;
}

.chat-footer form .btn-enviar, .chat-footer.message-input .send-button {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 40px !important;
  height: 40px !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #FF8201 !important;
  border: none !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  color: white !important;
  transition: all 0.2s ease !important;
}

.chat-footer form .btn-enviar:hover, .chat-footer.message-input .send-button:hover {
  transform: scale(1.1) !important;
  background-color: #FF9A30 !important;
}

/* Estilos para garantir visibilidade do status Online */
.chat-on {
  color: #4CAF50 !important;
  font-weight: bold !important;
  font-size: 14px !important;
  display: inline-block !important;
  margin: 0 5px !important;
}

/* Estilos para a div que contém o status e botão */
.d-flex.flex-column.align-items-center.mt-2 {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  margin-top: 5px !important;
  padding: 10px !important;
  width: 100% !important;
  max-width: 300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative !important;
  z-index: 50;
}

/* Estilização para o container de status */
.d-flex.align-items-center.mb-2 {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 10px !important;
  padding: 5px 15px !important;
  border-radius: 30px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}


/* AVATAR */

/* Estilos específicos para o avatar no WordPress */

/* Estrutura principal do chat */
.chat {
    display: block !important;
    visibility: visible !important;
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
}

/* Container principal da interface de chat */
/* Container principal da interface de chat */
.chat-interface-container {
    width: 100%;
    height: 100%;
}

/* Layout de colunas para chat e avatar */
.chat-columns {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    min-height: 350px;
}

/* Coluna principal do chat */
.chat-column {
    flex: 2;
    padding-right: 15px;
}

/* Coluna do avatar */
.avatar-column {
    width: 350px;
    max-width: 40%;
    position: relative;
}

/* Conteúdo do chat - forçar exibição */
.chat-content {
    display: block !important;
    visibility: visible !important;
    height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Área de histórico de mensagens */
.messages-history {
    display: block !important;
    visibility: visible !important;
    height: 100%;
    overflow-y: auto;
    padding: 10px;
}

/* Chat footer com campo de mensagem */
.chat-footer.message-input {
    display: flex !important;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-top: 10px;
    position: relative;
    z-index: 10;
}

.chat-footer.message-input input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 14px;
    outline: none;
}

.chat-footer.message-input button {
    background-color: #ffcd00;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
}

.chat-footer.message-input button:hover {
    background-color: #ffd700;
}

/* Container do avatar - posicionamento adequado */
#avatarContainer {
    position: relative;
    width: 100%;
    height: 300px;
    max-width: 350px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
}

/* Placeholder do avatar */
#avatarPlaceholder {
    position: absolute;
    top: 50%;
    left: 0;
    width: 90%;
    height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    transform: translateY(-50%);
}

#avatarPlaceholder img {
    max-width: 100%;
    max-height: 100%;
}

/* Frame do avatar */
#avatarFrame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Vídeo do avatar */
#mediaElement {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #000;
}

/* Loader do avatar */
.avatar-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    color: white;
}

/* Botão de iniciar avatar */
#iniciarAvatar {
    background-color: #FF8201;
    color: #333;
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#iniciarAvatar:hover {
    background-color: #FF8201;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

#iniciarAvatar:disabled {
    background-color: #cccccc;
    border-color: #bbbbbb;
    color: #666666;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}



/* FIM AVATAR */