/* YDC2026 — Chatbot Amy (footer-bot) */

.ydc-footer-bot-hidden,
.etiquetaBot.hidden,
.welcomeMessage.hidden,
.closeButton.hidden,
#chat-modal-backdrop.hidden,
#supremeDiv.hidden,
#botAmy.hidden {
  display: none !important;
}

.etiquetaBot.show,
.welcomeMessage.show,
.closeButton.show,
#chat-modal-backdrop.show,
#supremeDiv.show,
#botAmy.show {
  display: block !important;
}

.closeButton.show {
  display: block !important;
}

.etiquetaBot {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 210;
  cursor: pointer;
}

div#openBot {
  height: 135px;
  width: 286px;
  background: transparent;
  box-shadow: none;
  opacity: 1;
  border-radius: 0 !important;

}

div#openBot Specificity: (1, 0, 1) {
  overflow: visible;
  margin-right: 186px;
}

img.logoBot {
  display: block;
  width: 100px;
  height: auto;
  border-radius: 0 !important;
  z-index: 100;
  position: absolute;
}


.etiquetaBot::after {
  content: "Inicia una conversación";
  width: 201px;
  height: 45px;
  display: inline-flex;
  position: absolute;
  right: 0;
  font-size: 14px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  align-content: baseline;
  justify-content: center;
  z-index: 10;
  bottom: 53px;
  flex-wrap: unset;
  background: rgb(218, 0, 108);
  padding: 10px 10px 0px;
  border-radius: 0px 21px 21px 0px;
}

.welcomeMessage {
  position: fixed;
  right: 160px;
  bottom: 160px;
  z-index: 211;
  max-width: 260px;
  padding: 16px 36px 16px 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  color: #1c2b62;
  font-family: var(--ydc-font, Montserrat, sans-serif);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.closeMessage {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.fatherSupremeDiv {
  z-index: 100;
}

#supremeDiv {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 220;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  height: 720px;
  transition: all 1s ease-in-out;
}

iframe#botAmy {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 200;
  width: 300px;
  height: 720px;
  border: 0;

}

.closeButton {
  position: absolute !important;
  top: -21px !important;
  right: 0 !important;
  left: unset !important;
  z-index: 9999 !important;
  width: 35px !important;
  height: 35px !important;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
  background: #e20077;
  text-align: center;
  cursor: pointer;
}

.closeButton .close {
  width: 14px;
  margin: 9px auto;
}

#chat-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100vw;
  height: 100vh;
  background-color: hsla(0, 0%, 43.9%, 0.59);
}

#chat-modal-backdrop.show {
  display: block !important;
}

@media (max-width: 767.98px) {
  div#openBot {
    margin-right: 0;
  }



  #supremeDiv,
  iframe#botAmy {
    right: 0;
    bottom: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
  }
}