.elementor-238442 .elementor-element.elementor-element-dee2643{--display:flex;--min-height:600px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-238442 .elementor-element.elementor-element-6fd3837{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-238442 .elementor-element.elementor-element-316b167{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}body.elementor-page-238442{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:413px){.elementor-238442 .elementor-element.elementor-element-dee2643{--content-width:707px;}}@media(max-width:1366px){.elementor-238442 .elementor-element.elementor-element-6fd3837{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-238442 .elementor-element.elementor-element-6fd3837{--grid-auto-flow:row;}}@media(max-width:412px){.elementor-238442 .elementor-element.elementor-element-dee2643{--content-width:72%;--justify-content:center;}.elementor-238442 .elementor-element.elementor-element-6fd3837{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-238442 .elementor-element.elementor-element-6fd3837.e-con{--align-self:center;}.elementor-238442 .elementor-element.elementor-element-316b167{width:var( --container-widget-width, 100% );max-width:100%;padding:0px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-238442 .elementor-element.elementor-element-316b167.elementor-element{--align-self:flex-start;}}/* Start custom CSS for shortcode, class: .elementor-element-316b167 *//* =============================================
   DESKTOP
   ============================================= */
.mwai-chat,
.mwai-chat.mwai-window {
  margin-top:180px !important;
  height: calc(100vh - 180px) !important;
  max-height: calc(100vh - 180px) !important;
}

/* =============================================
   MOBILE — fix para iPhone Chrome/Safari
   ============================================= */
@media screen and (max-width: 768px) {
  body.mwai-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
  }

  .mwai-chat,
  .mwai-chat.mwai-window {
    position: fixed !important;
    top: 200px !important;
    bottom: 80px !important;
    left: 0 !important;
    right: 0 !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    z-index: 999 !important;
    overflow: hidden !important;
  }

  .mwai-chat .mwai-messages,
  .mwai-chat [class*="messages"] {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    height: 100% !important;
  }

  .mwai-chat input,
  .mwai-chat textarea,
  .mwai-chat [contenteditable] {
    font-size: 16px !important;
    touch-action: manipulation !important;
  }
}/* End custom CSS */