/*
Esto fue quitado desde style.css
Quizas fue un error.
*/


/* ----- Chat fijo ----- */
.caja_chat_fijo {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999999999;
}
.caja_chat_fijo .boton_chat_fijo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #021956;
  border: 4px solid #60C1B6;
  width: 75px;
  height: 75px;
  box-sizing: border-box;
  border-radius: 50%;
}
.caja_chat_fijo .boton_chat_fijo img {
  width: 26px;
  height: 26px;
}
.caja_chat_fijo .mensaje_hover {
  background-color: #60C1B6;
  width: 190px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fff;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  bottom: 95px;
}
.caja_chat_fijo .mensaje_hover::after {
  content: '';
  background-color: #60C1B6;
  display: flex;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 30px;
  bottom: -8.5px;
  transform: rotate( 45deg );
}
.caja_chat_fijo .mensaje_hover.ocultar {
  display: none !important;
}
.caja_chat_fijo .chat_fijo {
  width: 100%;
  max-width: 265px;
  min-width: 265px;
  position: absolute;
  right: 0;
  bottom: 100px;
  box-shadow: 0 4px 15px 0 rgb( 96, 193, 182, 0.12 );
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  border: 0.5px solid #D9D9D9;
}
.caja_chat_fijo .chat_fijo::after {
  content: '';
  background-color: #fff;
  display: flex;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 27px;
  bottom: -10px;
  border-right: 0.5px solid;
  border-bottom: 0.5px solid;
  border-color: #D9D9D9;
  border-bottom-right-radius: 4px;
  transform: rotate( 45deg );
}
.caja_chat_fijo .chat_fijo .cabecera_chat {
  border-bottom: 1px solid #BCBEBE;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #34465D;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  font-family: "Lato", sans-serif;
  padding: 0 10px 10px 0;
}
.caja_chat_fijo .chat_fijo .cabecera_chat .persona {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.caja_chat_fijo .chat_fijo .cabecera_chat .persona .caja_persona {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: transparent !important;
  border: 1px solid #60C1B6;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
.caja_chat_fijo .chat_fijo .cabecera_chat .persona .caja_persona img {
  width: 8px;
  height: 8px;
}
.caja_chat_fijo .chat_fijo .cabecera_chat .persona .estado {
  color: #34465D;
  line-height: 14.4px;
  font-size: 12px;
  font-weight: 400;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat {
  height: 320px;
  max-height: 320px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat .chat {
  width: 100%;
  height: calc( 100% - 36px );
  padding: 15px 5px 10px 0;
  overflow-y: scroll;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat .chat::-webkit-scrollbar {
  width: 5px;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat .chat::-webkit-scrollbar-thumb {
  background-color: rgba( 188, 190, 190, 0.15 );
  border-radius: 50px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 5px solid;
  border-bottom: 5px solid;
  border-color: #fff;
  box-sizing: border-box;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat .chat .caja {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin-bottom: 15px;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat .chat .caja:last-child {
  margin-bottom: 0;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat .chat .caja:nth-child( even ) {
  flex-direction: row;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat .chat .caja .caja_persona {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #021956;
  border: 1px solid #60C1B6;
  border-radius: 50%;
  margin-left: 6px;
  margin-right: 0;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat .chat .caja:nth-child( even ) .caja_persona {
  margin-right: 6px;
  margin-left: 0;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat .chat .caja .caja_persona img {
  width: 8px;
  height: 8px;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat .chat .caja .caja_textos {
  width: calc( 100% - 30px );
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat .chat .caja:nth-child( even ) .caja_textos {
  align-items: flex-start;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat .chat .caja .caja_textos .texto {
  margin-bottom: 5px;
  color: #4F5F73;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.4px;
  letter-spacing: 0.25px;
  font-family: "Lato", sans-serif;
  background-color: #F6F6F6;
  padding: 4px 6px;
  border-radius: 4px;
  text-align: end;
  width: fit-content;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat .chat .caja:nth-child( even ) .caja_textos .texto {
  text-align: start;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat .chat .caja .caja_textos .texto:last-child {
  margin-bottom: 0;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat form {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

/* Teléfono (Perú) - formulario Empresas */
.cr-phone-pe__wrap{
  position: relative;
}
.cr-phone-pe__prefix{
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  pointer-events: none;
}
.cr-phone-pe__prefix img{
  width: 22px;
  height: auto;
  display: block;
}
.cr-phone-pe__code{
  font-weight: 600;
}
.cr-phone-pe__wrap input[type="tel"]{
  padding-left: 86px;
}

/* intl-tel-input (banderas) - mantener inputs homogéneos */
#contact .iti{
  width: 100%;
  display: block;
}
#contact .iti input{
  width: 100%;
}
#contact .custom-label-2 .iti input{
  min-height: 56px;
  border: 1px solid var(--gris-500);
  border-radius: 4px;
  background: #F7F7F7;
  font-family: var(--open-san);
}
#contact .iti__country-list{
  z-index: 99999;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat form input {
  height: 36px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #BCBEBE;
  font-family: "Lato", sans-serif;
  color: #4F5F73;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.4px;
  box-sizing: border-box;
  padding: 10px 15px;
}
.caja_chat_fijo .chat_fijo .cuerpo_chat form input::placeholder {
  color: #4F5F73;
}
/* ----- Chat fijo ----- */



/*** Power pack ***/
.btn.disabled{
  background-color: #AAAAAA !important;
  border-color: #AAAAAA !important;
  cursor: default;
  pointer-events:none;
}

/*** Power pack ***/