@import "../style_multiple.css";

.img-banner {background-image: url("../../img/ofertas/redmi_14_gratis.png");}
.img-flash {background-image: url("../../img/components/flash-horizontal.png");}
.img-banner-tv {background-image: url("../../img/banner-tv.webp");}
.img-banner-oferta {background-image: url("../../img/banner-oferta.webp");}
.img-banner-promo {background-image: url("../../img/products/xiaomi-a32.webp");}
.img-promo-banner {background-image: url("../../img/ofertas/fibra-movil-banner.webp");}

/* ----------- BANNER CENTRAL ----------- */
section.bannerSection {
  color: var(--black);
  background-color: var(--primary);
  min-height: 400px;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
}

.bannerSection .img-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  right: -479px;
  z-index: 0;
}

.bannerSection.email .img-circle {
  display: none;
  position: absolute;
  width: 126%;
  height: 100%;
  top: 0px;
  right: unset;
  left: 570px;
  z-index: 0;
}

.bannerSection.floating .img-5g {
  position: absolute;
  width: 47px;
  height: 47px;
  top: -15px;
  right: -20px;

}

.bannerSection.floating .img-mancheta {
  position: absolute;
  top: 0;
  left: 320px;
  width: 100px;
  height: 100px;
}

.bannerSection.floating .bannerSectionContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}

.bannerSection.floating .bannerSectionContainer .firstInfo {
  display: flex;
  flex-direction: column;
}

.bannerSection.floating .bannerSectionContainer .firstInfo h1 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.bannerSection.floating .bannerSectionContainer .firstInfo .ofertaContainer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background: #fff;
  padding: 73px 147px 74px 24px;
  border-radius: 27px;
  clip-path: polygon(0 -5px, 74% 67px, 124% 236px, 0% 102%);
}
.bannerSection.floating .bannerSectionContainer .firstInfo .img-flash {
  width: 227px;
  height: 66px;
}

.bannerSection.floating .bannerSectionContainer .firstInfo .pormo-pack {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}
.bannerSection.floating .bannerSectionContainer .firstInfo .img {
  width: 704px;
  height: 390px;
}
.bannerSection.floating .bannerSectionContainer .firstInfo .img.img-banner-mobile {
  display: none;
}


.bannerSection.floating .bannerSectionContainer .firstInfo .promo-oferta span {
  color: var(--secondary-pink);
  font-size: 81.223px;
  font-weight: 900;
  line-height: normal;
}

.bannerSection.floating .bannerSectionContainer .firstInfo .img-banner-dispositivos {
  width: 443px;
  height: 200px;
}
.bannerSection .bannerSectionContainer .firstInfo  .img-banner-dispositivos-mobile {
  display: none;
}
.bannerSection .bannerSectionContainer .firstInfo .img-franja-dispositivos-mobile {
  display: none;
}

.bannerSection.floating .bannerSectionContainer .firstInfo .btn-banner-dispositivos {
  display: none;
  margin-top: 20px;
  width: fit-content;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer{
  position: relative;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mancheta{
  transform: rotate(-5deg);
  position: absolute;
  top: -13px;
  left: -40px;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mancheta .manchetaContainer{
  position: relative;
  width: 200px;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mancheta .manchetaContainer .ahorra{
  color: #FFFFFF;
  background-color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 5px;
  width: fit-content;
  position: absolute;
  top: -31px;
  left: -43px;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mancheta .manchetaContainer .euros{
  color: #FFFFFF;
  background-color: var(--secondary-pink);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  padding: 5px;
  width: fit-content;
  position: absolute;
  top: 0;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm {
  color: var(--black);
  background-color: #FFFFFF;
  padding: 30px 30px 25px 30px;
  border-radius: 4px;
  width: 333px;
  min-height: 275.6px;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .form_pp p {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .form_pp .questi .p2 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .terminos {
  font-size: 12px;
  margin-top: 10px;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .terminos .checkbox {
  padding-left: 20px;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .terminos .checkbox .checkmark {
  top: 1px;
  height: 15px;
  width: 15px;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .terminos .checkbox .checkmark:after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm button {
  width: 100%;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .btn-quiero{
  width: 100%;
  text-align: center;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .fa-spinner{
  color: var(--secondary-pink);
  padding: 8px;
  font-size: 25px;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .fail-form_pp,
.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .succes-form_pp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 210px;
  margin-right: 0;
  margin-left: 0;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .succes-form_pp .img {
  height: 25px;
  width: 25px;
  padding: 3px;
  border-radius: 50%;
  outline: 2px solid var(--secondary-green);
  margin-bottom: 15px;
  background-size: 50%;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .fail-form_pp .img {
  height: 25px;
  width: 25px;
  padding: 3px;
  border-radius: 50%;
  outline: 2px solid var(--danger);
  margin-bottom: 15px;
  background-size: 50%;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .succes-form_pp p.title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  color: var(--secondary-green);
}
.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .fail-form_pp p.title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  color: var(--danger);
}
.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .llamadme {
  font-size: 12px;
}
.bannerSection.floating .bannerSectionContainer .mainFormContainer .mainForm .select-css {
  font-size: 12px;
}
.bannerSection.floating .bannerSectionContainer .firstInfo .btn-banner {
  margin-top: 20px;
  width: fit-content;
}
/* --------- FIN BANNER CENTRAL --------- */

/* --------- JAZZTEL FIBRAYMOVIL --------- */

.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil {
  color: var(--black);
  background-color: #FFFFFF;
  padding: 30px 30px 25px 30px;
  border-radius: 4px;
  width: 333px;
  min-height: 275.6px;
}

.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .form_pp p {
  color: var(--black);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .terminos {
  font-size: 12px;
  margin-top: 10px;
}

.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .terminos .checkbox {
  padding-left: 20px;
}

.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .terminos .checkbox .checkmark {
  top: 1px;
  height: 15px;
  width: 15px;
}

.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .terminos .checkbox .checkmark:after {
  left: 4px;
  top: 2px;
  width: 5px;
  height: 8px;
}

.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil button {
  width: 100%;
}

.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .btn-quiero{
  width: 100%;
  text-align: center;
}

.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .fa-spinner{
  color: var(--secondary-pink);
  padding: 8px;
  font-size: 25px;
}

.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .fail-form_pp,
.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .succes-form_pp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 210px;
  margin-right: 0;
  margin-left: 0;
}

.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .succes-form_pp .img {
  height: 25px;
  width: 25px;
  padding: 3px;
  border-radius: 50%;
  outline: 2px solid var(--secondary-green);
  margin-bottom: 15px;
  background-size: 50%;
}

.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .fail-form_pp .img {
  height: 25px;
  width: 25px;
  padding: 3px;
  border-radius: 50%;
  outline: 2px solid var(--danger);
  margin-bottom: 15px;
  background-size: 50%;
}

.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .succes-form_pp p.title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  color: var(--secondary-green);
}
.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .fail-form_pp p.title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  color: var(--danger);
}
.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .llamadme {
  font-size: 12px;
}
.bannerSection .bannerSectionContainer .mainFormContainer .mainFormFibraMovil .select-css {
  font-size: 12px;
}

/* PÁGINA CHATBOT */

#chatbot p {
  margin-bottom: 0;
}

#chatbot .chatContainer .success-form,
#chatbot .chatContainer .fail-form,
#chatbot .chatContainer .spinning {
  display: none;
  text-align: center;
  margin: 35px 0;
}

#chatbot .chatContainer .spinning {
  color: var(--action-color);
  margin: 1rem auto;
}

#chatbot .chatContainer .success-form a,
#chatbot .chatContainer .fail-form a {
  color: var(--black);
  text-decoration: underline!important;
}

#chatbot .chatContainer .spinning img {
  height: 90px;
  width: 90px;
}

#chatbot .chatContainer .success-form img {
  border-radius: 50%;
  height: 20px;
  margin-bottom: 5px;
  outline: 2px solid #08A800;
  padding: 3px;
  width: 20px;
}
#chatbot .chatContainer .success-form p span {
  color: #08A800;
}
#chatbot .chatContainer .fail-form img{
  border-radius: 50%;
  height: 20px;
  margin-bottom: 5px;
  outline: 2px solid #C00202;
  padding: 3px;
  width: 20px;
}
#chatbot .chatContainer .fail-form p span {
  color: #C00202;
}
#chatbot.hidden-nav .asesorContainer {
  top: 159px;
}
#chatbot.hidden-time .asesorContainer {
  top: 96px;
}
#chatbot .btnChatbot {
  background-color: var(--primary);
  font-weight: 700;
  color: #fff;
  border: 0;
  padding: 16px 24px;
  border-radius: 10px;
  line-height: 1;
  cursor: pointer;
}

/* bubble-chatbot */
.bubble-chatbot {
  position: fixed;
  bottom: 99px;
  right: 30px;
  height: 60px;
  width: 60px;
  background-color: var(--secondary-pink);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 3px 20px #00000040;
  pointer-events: all;
  z-index: 501;
}

.bubble-chatbot.open {
  /* box-shadow: none; */
}

.bubble-chatbot img{
  filter: brightness(0) saturate(100%) invert(98%) sepia(7%) saturate(300%) hue-rotate(235deg) brightness(117%) contrast(100%);
  height: 28px;
  width: 28px;
  user-select: none;
}

.bubble-chatbot img.close{
  display: none;
  float: unset;
  font-size: unset;
  font-weight: unset;
  color: unset;
  line-height: unset;
  text-shadow: none;
  opacity: unset;
}
.bubble-chatbot img.close:hover{
  opacity: unset!important;
}

.bubble-chatbot.open img.close{
  display: block;
  width: 20px;
  height: 20px;
}

.bubble-chatbot.open img.msj{
  display: none;
}

.bubble-chatbot .bubble-inside{
  font-size: 12px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--secondary-pink);
  border-radius: 50%;
  color: var(--secondary-pink);
  height: 23px;
  justify-content: center;
  position: absolute;
  top: -6px;
  right: 0;
  width: 23px;
  display: none;
}

.chatbot-banner {
  height: 100%;
  left: 0;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  display: none;
}

.chatbot-banner .close-section-chatbot{
  height: 100%;
  position: absolute;
  width: 100%;
}

.chatbot-banner .close-section-chatbot img{
  display: none;
}

.chatbot-banner .chatbot-banner-container {
  background-color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 440px;
  max-height: 540px;
  overflow-y: scroll;
  border-radius: 15px;
  bottom: 174px;
  right: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}

.chatbot-banner .chatbot-banner-container::-webkit-scrollbar {
  width: 5px;
}
.chatbot-banner .chatbot-banner-container::-webkit-scrollbar-track {
  background: #f4f6f9;
  border-radius: 5px;
}
.chatbot-banner .chatbot-banner-container::-webkit-scrollbar-thumb {
  background-color: #a7a4a4;
  border-radius: 5px;
}

.chatbot-banner .chatbot-banner-container #chatbot .asesorContainer {
  top: 0;
}

.chatbot-banner .chatbot-banner-container #chatbot .chatbotContainer {
  min-height: calc(100vh - 371px);
}
.chatbot-banner .chatbot-banner-container #chatbot .chatContainer {
  padding-bottom: 10px;
}

/* --------- JAZZTEL FIBRAYMOVIL --------- */

/* --------------- FOOTER --------------- */
footer {
  margin-bottom: 95px;
}
/* ------------- FIN FOOTER ------------- */