* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif; }

.main-page {
  max-width: 1140px;
  margin: 26px auto 28px; }

.main-title {
  font-size: 26px;
  color: #2040B7;
  margin: 0 0 20px; }

.section-chat {
  display: flex;
  align-items: center; }
  .section-chat .container-chat {
    margin-left: 28px;
    width: 517px; }

.cta-basic {
  border-radius: 25px;
  color: #2040B7;
  text-decoration: none;
  border: solid #2040B7 1px;
  padding: 6px 12px 8px 12px; }

.open-close-menu {
  display: none; }

@media (max-width: 768px) {
  .open-close-menu {
    display: block; }

  .hidde-mobile {
    display: none !important; }

  .section-chat {
    flex-wrap: wrap; }
    .section-chat .container-chat {
      border-radius: 0px;
      margin: 0;
      width: 100%; }

  .main-page {
    margin-top: 0;
    margin-bottom: 0;
    height: 89vh; }

  .main-section,
  .section-chat {
    height: 100%; }

  .main-title {
    display: none; } }
.main-header {
  background-color: #2040B7;
  height: 80px;
  padding: 20px 80px;
  display: flex;
  align-items: center; }

@media (max-width: 767px) {
  .main-header {
    padding: 20px 15px;
    align-items: center;
    justify-content: space-between; }

  .open-close-menu {
    position: relative;
    width: 26px;
    height: 26px; }

  .ico-action-menu {
    cursor: pointer;
    position: absolute;
    text-align: center; }
    .ico-action-menu img {
      width: auto;
      height: 100%; } }
.video-content-view {
  overflow: hidden;
  position: relative;
  width: 735px;
  border-radius: 15px;
  height: 490px;
  transition: all .2s linear;
  opacity: 1;
  visibility: visible;
  background-image: url("../assets/images/bg-blur-video.webp"); }
  .video-content-view::before {
    content: '';
    bottom: 0;
    background: transparent linear-gradient(180deg, #2040B7 0%, #2040B700 100%) 0% 0% no-repeat padding-box;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    height: 80px;
    position: absolute;
    width: 100%; }

video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .2s linear;
  opacity: 1;
  visibility: visible; }

.fade-out-animation {
  opacity: 0;
  visibility: hidden; }

@media (max-width: 767px) {
  .video-content-view {
    border-radius: 0;
    height: auto;
    width: 100%; } }
.container-chat {
  border: solid #2040B7 1px;
  border-radius: 15px;
  background-color: #F2F4F9;
  box-shadow: 0px 3px 6px #2040B780;
  position: relative;
  overflow: hidden;
  height: 488px; }
  .container-chat .header-chat {
    padding: 15px 20px;
    border-bottom: solid #2040B7 1px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .container-chat .avatar-chat {
    display: flex;
    align-items: center; }
    .container-chat .avatar-chat p {
      color: #2040B7;
      font-weight: 800;
      font-size: 18px;
      margin-left: 12px; }
  .container-chat .action-header-chat {
    font-size: 16px;
    font-weight: 400;
    color: #2040B7;
    border-radius: 25px;
    border: solid #2040B7 1px;
    padding: 5px 12px;
    cursor: pointer;
    transition: all .2s linear; }
    .container-chat .action-header-chat:hover {
      background-color: #2040B7;
      color: #fefefe; }
  .container-chat .main-chat-messages {
    padding: 20px; }
  .container-chat .chat-messages {
    overflow-y: scroll;
    height: 305px;
    margin-bottom: 10px; }
    .container-chat .chat-messages::-webkit-scrollbar {
      width: 0; }
    .container-chat .chat-messages::-webkit-scrollbar-track {
      background: transparent; }
    .container-chat .chat-messages::-webkit-scrollbar-thumb {
      background: transparent; }
  .container-chat .input-user-chat {
    position: relative; }
    .container-chat .input-user-chat input {
      color: #2040B7;
      font-size: 18px;
      font-weight: 400;
      padding: 13px 20px;
      padding-right: 95px;
      width: 100%;
      border: none;
      border-radius: 50px;
      box-shadow: 0px 3px 6px #2040B780;
      transition: all .2s linear; }
      .container-chat .input-user-chat input::placeholder {
        color: #2040B7;
        font-size: 18px; }
      .container-chat .input-user-chat input:focus-visible {
        box-shadow: 2px 5px 8px #2040B780;
        outline: none; }
    .container-chat .input-user-chat .ico-send {
      margin-right: 10px;
      cursor: pointer; }
    .container-chat .input-user-chat .recording-icons {
      position: relative;
      width: 21px;
      height: 32px; }
    .container-chat .input-user-chat .ico-recording {
      cursor: pointer;
      position: absolute;
      left: 0;
      width: 21px;
      height: 32px;
      top: 0; }
    .container-chat .input-user-chat .ico-recording img {
      width: 21px;
      height: 32px; }
  .container-chat .icons-actions {
    position: absolute;
    top: 50%;
    right: 25px;
    display: flex;
    align-items: center;
    transform: translate(0, -50%); }
  .container-chat input.empty-input {
    border: solid red 1px; }
  .container-chat .message-content {
    font-size: 18px;
    font-weight: 300;
    padding: 10px 16px 12px;
    display: inline-block;
    max-width: 347px;
    animation: fadeIn .2s ease-out;
    margin-bottom: 20px; }
  .container-chat .block-message {
    width: 100%;
    margin-bottom: 20px;
    display: block;
    position: relative; }
    .container-chat .block-message:nth-child(even) {
      display: flex;
      justify-content: flex-end; }
  .container-chat .bot-message {
    background-color: #fefefe;
    border-radius: 0px 15px 15px 15px;
    color: #2040B7; }
  .container-chat .user-message {
    background-color: #2040B7;
    color: #fefefe;
    border-radius: 15px 0px 15px 15px;
    position: relative; }

.select-language-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9; }
  .select-language-content .content-language {
    position: relative;
    text-align: center;
    padding: 0 20px;
    z-index: 2; }
    .select-language-content .content-language p {
      color: #fefefe;
      font-size: 21px;
      font-weight: 800; }
    .select-language-content .content-language .btns-choices {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .select-language-content .content-language .btns-choices {
          flex-wrap: wrap;
          justify-content: center; }
          .select-language-content .content-language .btns-choices .item-btn {
            width: 100%;
            margin-bottom: 10px; }
            .select-language-content .content-language .btns-choices .item-btn .btn-language {
              margin: 0 auto;
              width: 180px; } }
    .select-language-content .content-language .btn-language {
      cursor: pointer;
      background-color: #fefefe;
      color: #2040B7;
      font-size: 21px;
      font-weight: 400;
      border-radius: 10px;
      padding: 6px 16px;
      transition: all .2s linear;
      border: solid transparent 1px; }
      .select-language-content .content-language .btn-language:hover {
        background-color: transparent;
        color: #fefefe;
        border-color: #fefefe; }
    @media (max-width: 768px) {
      .select-language-content .content-language {
        width: 100%; } }
  .select-language-content::before {
    content: '';
    height: 100%;
    background: #2040B7 0% 0% no-repeat padding-box;
    opacity: 0.9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

.hidden-btn {
  transform: scale(0);
  transition: all .2s linear; }

.st0 {
  clip-path: url(#SVGID_00000085972597134568409560000000446524402822426047_); }

.st1 {
  fill: #FF0023;
  animation: fadeIn .2s ease-out; }

@media (max-width: 768px) {
  .container-chat {
    height: 69%; }
    .container-chat .header-chat {
      display: none; } }
@keyframes fadeInRecording {
  0% {
    fill: #2040b7; }
  100% {
    fill: #FF0023; } }
@keyframes fadeIn {
  from {
    opacity: 0;
    top: 20px; }
  to {
    opacity: 1;
    top: 0; } }
.typing-indicator {
  text-align: center;
  background-color: #fefefe;
  border-radius: 0px 15px 15px 15px;
  padding: 10px 17px;
  width: 90px; }

.typing-indicator span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #2040B7;
  border-radius: 50%;
  margin: 0 2px;
  animation: typing-animation 1s infinite; }

@keyframes typing-animation {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); } }
.social-nav {
  display: flex;
  margin: 28px 0; }
  .social-nav .ico-social {
    margin-right: 10px; }
  .social-nav .cta-basic {
    margin-right: 25px; }

.main-footer {
  background-color: #F2F4F9;
  padding: 25px 0 24px; }

.nav-footer {
  display: flex;
  align-items: center;
  justify-content: space-around; }
  .nav-footer a, .nav-footer p {
    color: #2040B7;
    font-size: 16px; }
  @media (max-width: 767px) {
    .nav-footer {
      flex-wrap: wrap;
      text-align: center; }
      .nav-footer .item-nav {
        width: 100%; }
        .nav-footer .item-nav .menu-footer {
          justify-content: center; } }

.menu-footer {
  display: flex; }
  .menu-footer .item-menu {
    margin-right: 20px; }
  .menu-footer .item-menu:last-child {
    margin-right: 0; }

.menu-mobile {
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  height: 90vh;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  bottom: 100px;
  transition: all .2s linear; }
  .menu-mobile::before {
    content: '';
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .menu-mobile .content-menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .menu-mobile .nav-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .menu-mobile .menu-footer {
    flex-wrap: wrap; }
    .menu-mobile .menu-footer .item-menu {
      margin: 15px 0 0;
      width: 100%; }
  .menu-mobile .item-end {
    margin-top: 20px;
    background-color: #F2F4F9; }
  .menu-mobile .social-nav {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .menu-mobile .social-nav .cta-basic {
      margin: 0; }
  .menu-mobile .btn-main {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    width: 100%; }

.menu-is-open {
  opacity: 1;
  visibility: visible;
  bottom: 0px; }

/*# sourceMappingURL=styles.css.map */
