:root {
    --theme-color: white;
    --blue: #144390;
    --green: #219f94;
    --gray: #b0bfd4;
    --text-color: black;
    --text-color2: white;
    --navbar-shadow-color: #00000094;
    --menu-mobile-background-color: #3A4460;
  }
  
  body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--theme-color);
    color: var(--text-color);
  }
  
  a {
    text-decoration: none;
    color: var(--text-color);
  }

  .boton{
    color: #ffffff;
    border-width: 0px;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--green);
    padding:30px;
    display: flex;
    word-break: break-word;
    max-width: 300px;
    justify-content: center;
    margin:auto;
}
.boton:hover {
    background-color: blue;
}

.servicios-sub-tittle{
  color: var(--text-color2);
  border-width: 0px;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;

  padding:30px;
  display: flex;
  word-break: break-word;
  max-width: 100%;
  justify-content: center;
  align-self: center;
}
.servicios-sub-tittle:hover{
  background-image: initial;
  background-color: rgba(0,79,232,0.41);
  border-color: rgba(0,0,0,0);
  box-shadow: 0px 12px 44px -6px #03006b;
}








.boton-flotante{
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  left: auto;
  margin: 0;
  padding: 5px;
  border-radius: 40px;
  background-color: #25d366;
  box-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
  z-index: 1000;
  cursor: pointer;
}


.boton-flotante-link{
  color: var(--text-color2);
  padding: 10px;
}
.boton-flotante:hover {
  background-color: blue;
}

.boton-flotante-send{
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  left: auto;
  margin: 0;
  padding: 15px;
  border-radius: 40px;
  background-color: #25d366;
  box-shadow: 0em 0.1em 0.1em rgba(0,0,0,0.4);
  z-index: 1000;
  cursor: pointer;
  color: #fff;
  opacity: 0;
  z-index: 990;
}

.boton-flotante-send:hover {
  background-color: blue;
}

.joinchat__box {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  width: 350px;
  max-width: 400px;
  max-height: calc(var(--vh) - var(--bottom) - var(--sep));
  border-radius: 40px;
  background: #E3DCD1;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .5);
  text-align: left;
  overflow: hidden;
  opacity: 0;
  pointer-events: none; /* Deshabilita eventos de clic cuando está oculto */
  z-index: 980;
}

.joinchat__box.visible {
  opacity: 1;
  pointer-events: auto; /* Habilita eventos de clic cuando está visible */
}
.joinchat__tooltip {
  position: absolute;
  top: 18px;
  right: 80px;
  max-width: calc(100vw - var(--s) - 45px);
  height: 32px;
  padding: 0 14px;
  border: none;
  border-radius: 16px;
  background: #fff;
  color: rgba(0, 0, 0, .8);
  line-height: 31px;
  white-space: nowrap;
  opacity: 1;
  transition: opacity .3s ease-out .4s;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .4));
  pointer-events: none;
  opacity: 0;
}

.joinchat__tooltip:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: -6px;
  border: 8px solid transparent;
  border-width: 6px 0 6px 8px;
  border-left-color: #fff;
}

.joinchat__badge {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: #e82c0c;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  box-shadow: none;
  opacity: 0;
  pointer-events: none;
}

.joinchat__badge_green{
  position: relative;
  top: -20px;
  right: 30px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 5px solid #fff;
  background: #25d366;
  color: #25d366;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  box-shadow: none;
  pointer-events: none;
}

.joinchat__header {
  display: flex;
  flex-flow: row;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  height: 80px;
  min-height: 50px;
  margin: 0;
  background-color: #25d366;
}

.joinchat-flex{
  padding: 10px;
}

.uer-icon {
  margin: 10px;
  border-radius: 50%;
}

.joinchat__close {
  --size: 34px;
  position: absolute;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, .4) ;
  cursor: pointer;
  text-align: center;
  color: #fff;
}

.joinchat__header__text {
  position: relative;
  top: 15px;
  right: 30px;
  font-size: 19px;
  font-weight: 600;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgb(255, 255, 255);
}

.linea{
  position: relative;
  right: 30px;
  color: #fff;
}

.joinchat__box__content{
  padding: 20px 0 20px;
}

.joinchat__message {
  position: relative;
  padding: 15px 20px;
  margin: 0px 50px 6px 20px;
  border-radius: 16px;
  background: #fff;
  color: #4a4a4a;
  word-break: break-word;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
  transform: translateZ(0);
}

.joinchat__message::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: -10px;
  border: 18px solid rgba(0, 0, 0, 0);
  border-width: 0px 30px 30px 0px;
  border-right-color: #fff;
}

.joinchat__message_link{
  position: relative;
  padding: 15px 20px;
  margin: 0px 50px 6px 20px;
  border-radius: 16px;
  background: #fff;
  color: #0FA4FF;
  word-break: break-word;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .3));
  transform: translateZ(0);
  font-weight: 500; 
  text-align: center;
  cursor: pointer;
}

.joinchat__message_link_url {
  color: #0FA4FF;
}

.chat-box {
  position: relative;
  bottom: 5px;
  right: 5px;
  width: 250px;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  padding: 3px;
  z-index: 1000;
  margin: 0px 50px 6px 20px;
}

.chat-box-message{
  width: calc(100% - 15px);
  height: auto; /* Base height */
  max-height: 120px; /* Adjust this value based on the line height */
  overflow-y: auto; /* Adds scrollbar if needed */
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px;
  padding: 5px;
  box-sizing: border-box; /* Ensures padding is included in height */
  resize: none; /* Prevents manual resizing */
  font-size: 14px; /* Adjust font size if needed */
}