@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap");
/* agrandar_imagen*/
  .modalAgrandarImagenDatina {
  
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 22000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (image) */
  .modal-contentAgrandarImagenDatina {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }
  /* The Close Button */
  .closeAgrandarImagenDatina {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  }
  
  .closeAgrandarImagenDatina:hover,
  .closeAgrandarImagenDatina:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
  }
    /* Inicio de cambios CSS Datina */
  
    
    .formulario-chatlayerUsuarios {
      overflow-y: auto;
      width: 320px;
      height: 505px;
      display: flex;
      position: fixed;
      right: 0;
      bottom: 10px;
      box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
      background-color: white;
      font-family: "Roboto", sans-serif;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      z-index: 21000;
    }
  
    .formulario-chatlayerUsuarios .botonCerrar {
      width: 10px;
      height: 10px;
      right: 15px;
      top: 15px;
      text-align: left;
      padding: 10px 13.5px;
      text-decoration: none;
      display: flex;
      position: absolute;
      border-radius: 50%;
      border-style: none;
      background-color: #632678;
      color: white;
      cursor: pointer;
      font-size: 20px;
      z-index: 21001;
    }
  
    body .chatlayer-chatbox-buttonFormulario {
      transition: 0.4s ease all;
      align-self: flex-end;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      flex-shrink: 0;
      width: 100% !important;
      height: 100% !important;
      pointer-events: all;
      box-shadow: 0.1rem 0.1rem 0.4rem #999999;
      margin-right: 7px;
      margin-bottom: 7px;
      cursor: pointer;
    }
  
    #loadingChatLayer {
      margin-top: 170px;
      margin: auto;
    }
  
    #enviadoChatLayer {
      width: 100%;
      text-align: center;
      background-color: #632678;
      color: white;
      padding: 40px;
      font-size: 1.3em;
      margin-top: 170px;
    }
  
    .formularioChatLayer {
      /* width: 90%; */
      height: auto;
      margin: auto;
      /* padding: 30px; */
      position: absolute;
    }
  
    .formularioChatLayer .titulo {
      border: 16px solid #632678;
      border-bottom: 10px solid #632678;
      color: white;
      background: #632678;
      border-top-left-radius: 20px;
      font-size: 10px;
      text-align: center;
    }
  
    .formularioChatLayer .contenido {
      width: 90%;
      margin: auto;
      margin-top: 20px;
    }
  
    .formulario__tituloChatLayer {
      text-align: center;
      /* color: rgba(0,0,0,0.7); */
      display: inline-block;
      font-size: 13px;
      padding-top: -50px;
      width: 220px;
    }
  
    .formulario__imgChatLayer {
      width: 40px;
      /* margin-right: 10px; */
      display: inline-block;
    }
  
    .formulario__subtituloChatLayer {
      font-size: 13px;
      margin-top: -3px;
    }
  
    .formulario__inputChatLayer,
    .formulario__labelChatLayer,
    .formulario__submitChatLayer {
      display: block;
      width: 100%;
      font-size: 12px;
    }
  
    .formulario__inputChatLayer {
      width: 96%;
      padding: 7px;
      background: rgba(0, 0, 0, 0.01);
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      margin-bottom: 20px;
      margin-top: 5px;
      font-size: 12px;
      /* border-radius: 7px; */
    }
  
    .formulario__inputChatLayer:focus {
      outline: 1px solid rgba(0, 0, 0, 0.7);
    }
  
    .formulario__inputChatLayer:focus + .formulario__labelChatLayer {
      margin-top: -70px;
      font-size: 12px;
    }
  
    .formulario__inputChatLayerCheckbox {
      width: 96%;
      padding: 10px;
      background: rgba(0, 0, 0, 0.01);
      border: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      margin-bottom: 25px;
      margin-top: 5px;
      font-size: 12px;
    }
  
    #tratamientoDatosChatLayerLabel {
      width: 30px;
      font-size: 13px;
      margin-left: 10px;
      display: unset;
      margin-bottom: 0.5rem
    }
  
    #tratamientoDatosChatLayerLabel a {
      text-decoration: none;
    }
  
    .formulario__labelChatLayer {
      width: 80%;
      padding-left: 0px;
      position: absolute;
      margin-top: -42px;
      font-size: 12px;
      z-index: -20;
      color: rgba(0, 0, 0, 0.5);
      transition: all 0.2s;
    }
  
    .formulario__submitChatLayer {
      background: #632678;
      color: white;
      padding: 10px 20px;
      cursor: pointer;
      border: none;
      border-radius: 10px;
    }
  
    .fijarChatLayer {
      margin-top: -70px;
      font-size: 13px;
    }
  
    .fijarChatLayer2 {
      margin-top: -85px;
    }
  
    .deshabilitadoChatLayer {
      cursor: not-allowed;
      background-color: gray;
    }
  
    body .chatlayer-chatbox-buttonFormulario {
      transition: 0.4s ease all;
      align-self: flex-end;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      flex-shrink: 0;
      width: 90px !important;
      height: 90px !important;
      pointer-events: all;
      box-shadow: 0.1rem 0.1rem 0.4rem #999999;
      margin-right: 7px;
      margin-bottom: 7px;
      cursor: pointer;
    }
  
    .padreButtonFormulario {
      display: flex;
      position: fixed;
      bottom: 12px;
      right: 12px;
    }
  
    body .chatlayer-chatbox-button {
      height: 90px !important;
      width: 90px !important;
      position: fixed;
      z-index: 19999;
    }
  
    body .chatlayer-chatbox-wrapper {
      width: 100% !important;
      max-height: 85vh;
      right: -10px;
      height: 100%;
      bottom: 10px;
      position: fixed;
      z-index: 20000;
    }
  
    .chatlayer-chatbox-button-QuitarButton {
      display: none !important;
    }
  
    .chatlayer-chatbox-button-AgregarButton {
      display: flex !important;
    }
  
    .chatTemplate-element-title {
      color: red !important;
      background-color: red !important;
    }
  
    @media screen and (min-width: 1920px) {
      .formulario-chatlayerUsuarios {
        width: 320px;
        height: 600px;
      }
      .formularioChatLayer .contenido {
        margin-top: 60px;
      }
      body .chatlayer-chatbox-wrapper {
        width: 100% !important;
        height: 100%;
        max-height: 85vh;
        bottom: -20px;
        position: fixed;
      }
  
      body .chatlayer-chatbox-button {
        height: 120px !important;
        width: 120px !important;
      }
  
      body .chatlayer-iframe {
        /*width 350px*/
        width: 22.5%;
        max-width: 500px;
        height: 100%;
  
      }
    }
  
    @media screen and (max-width: 1920px) {
      .formulario-chatlayerUsuarios {
        width: 320px;
        height: 600px;
      }
      .formularioChatLayer .contenido {
        margin-top: 60px;
      }
      body .chatlayer-iframe {
        /*width 350px*/
        width: 23%;
        max-width: 23%;
        height: 100%;
      }
    }
  
    @media screen and (max-width: 1500px) {
      .formulario-chatlayerUsuarios {
        width: 320px;
        height: 550px;
      }
      .formularioChatLayer .contenido {
        margin-top: 15px;
      }
      body .chatlayer-chatbox-button {
        height: 90px !important;
        width: 90px !important;
        max-height:  80vh;
        padding:0px 0px;
      }
      body .chatlayer-chatbox-wrapper {
        width: 100% !important;
        height: 100%;
      }
      body .chatlayer-iframe {
        /*width 350px*/
        width: 350px;
        max-width: 350px;
        height: 100%;
      }
    }
  
    @media screen and (max-width: 500px) {
      .modal-contentAgrandarImagenDatina {
          width: 100%;
        }
      body .chatlayer-chatbox-button {
        height: 100px !important;
        width: 100px !important;
        margin-right: 30px;
        margin-bottom: 30px;
      }
      body .chatlayer-chatbox-wrapper {
        padding: 0;
        right: 0px;
        bottom: 0px;
      }
      body .chatlayer-iframe {
        width: 100%;
        max-width: 100%;
      }
      .formulario-chatlayerUsuarios {
        width: 100%;
        height: 100%;
      }
      .formularioChatLayer .contenido {
        margin-top: 50px;
      }
    }
    /* Versión 1.0 PROD */
    /* FIN CAMBIOS DE DATINA */