@import "../style_multiple.css";

.img-jazzteltv {background-image: url("../../img/components/jazztel-tv.webp");}
.img-carteles {background-image: url("../../img/products/explora.png");}

.img-jazzteltv {
  height: 30px;
  width: 155px;
}

.img-carteles{
  height: 280px;
  min-width: 439px;
}

.img-novedad {
  height: 30px;
  width: 155px;
  margin-left: -14px;
}

.img-netflix {
  height: 30px;
  width: 155px;
}

.tv-banner {
  padding-top: 44px;
  padding-bottom: 2.5rem;
}

.tv-banner .mancheta {
  display: none;
  height: 100%;
}

.tv-banner h1{
  font-size: 16px;
  font-weight: 400;
}

.tv-banner .bannerSection {
  color: var(--black);
  height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  border: 1px solid #868686;
  margin-right: 20px;
}
.tv-banner .btn-mobile {
  display: none;
}

.bannerSection .img-futbol {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(../../img/futbol/football_scene.webp) lightgray 50% / cover no-repeat;
}

.bannerSection .img-banner-netflix {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(../../img/banner_netflix.webp) lightgray 50% / cover no-repeat;
}

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

.bannerSection .bannerSectionContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 30px 50px;
  width: 1308px;
} 

.bannerSection .bannerSectionContainer .btn-mobile {
  display: none;
}

.bannerSection .bannerSectionContainer .firstInfo {
  height: 100%;
}

.bannerSection .bannerSectionContainer .firstInfo h1 {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.bannerSection .bannerSectionContainer .firstInfo .titlePromo {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-top: 35px;
  width: 335px;
}

.bannerSection .bannerSectionContainer .firstInfo .mancheta {
  color: #FFFFFF;
  background-color: var(--black);
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 15px 5px 6px;
  width: fit-content;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
}

.bannerSection .bannerSectionContainer .firstInfo .info-tv-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  line-height: 1;
  width: 515px;
  gap: 9px;
}

.bannerSection .bannerSectionContainer .firstInfo .info-tv-banner .promo {
  font-size: 16px;
}

.bannerSection .bannerSectionContainer .firstInfo .info-tv-banner .legal {
  font-size: 12px;
}
.bannerSection .bannerSectionContainer .firstInfo .info-tv-banner .ventajas {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  color: #fff;
  font-size: 14px;
  margin-left: 16px;
  margin-bottom: 79px;
}

.bannerSection .bannerSectionContainer .firstInfo .info-tv-banner .orange {
  background-color: #FFCD00;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.48px;
  width: fit-content;
  padding: 6px;
  margin-bottom: 10px;
}

.bannerSection .bannerSectionContainer .firstInfo .info-tv-banner .claim {
  font-size: 34px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  
}
.bannerSection.banner-3 .bannerSectionContainer .firstInfo .info-tv-banner .claim{
  display: flex;
  font-weight: 400;
  align-items: anchor-center;
}

.bannerSection .bannerSectionContainer .firstInfo .info-tv-banner .logos {
  display: flex;
  gap: 16px;
  width: fit-content;
  max-width: 100%;
}

.bannerSection .bannerSectionContainer .firstInfo .info-tv-banner .logos .img {
  width: 50.939px;
  height: 50px;
}

.bannerSection .bannerSectionContainer .firstInfo .info-tv-banner .price {
  display: flex;
  align-items: flex-end;
  color: #fff;
  margin-right: 62px;
}
.bannerSection .bannerSectionContainer .firstInfo .info-tv-banner .price .price-claim {
  padding-bottom: 9px;
}
.bannerSection .bannerSectionContainer .firstInfo .info-tv-banner .price .num {
  font-size: 90px;
  font-weight: 700;
  position: relative;
  text-align: start;
  padding-left: 10px;
}
.bannerSection .bannerSectionContainer .firstInfo .info-tv-banner .price .num .cents {
  position: absolute;
  font-size: 40px;
  top: 7px;
  left: 100px;
}
.bannerSection .bannerSectionContainer .firstInfo .info-tv-banner .price .num .eur-mes {
  position: absolute;
  bottom: 12px;
  left: 75px;
  font-size: 22px;
  font-weight: 400;
}
.bannerSection .bannerSectionContainer .imgContainer {
  position: relative;
}
.bannerSection .bannerSectionContainer .imgContainer .img-product-tv {
  height: 367px;
  width: 339px;
  left: -181px;
  top: -171px;
  position: absolute;
}
.bannerSection .bannerSectionContainer .firstInfo .btn-tv-banner {
  margin-top: 20px;
  width: fit-content;
}
.tv-banner .bottomDots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.tv-banner .dotsPoints {
  margin: 0 auto;
  width: fit-content;
}
.tv-banner .dotsPoints .slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: .8rem 0 1rem;
}
.tv-banner .dotsPoints .slick-dots li {
  margin: 0 .25rem;
}
.tv-banner .dotsPoints .slick-dots button {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: var(--grey-light);
  text-indent: -9999px;
  transition: .1s;
}
.tv-banner .dotsPoints .slick-dots li.slick-active button {
  background-color: var(--secondary-pink);
  transition: .1s;
}

/* --------- FIN tv-banner CENTRAL --------- */
/* mainFormTV */

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

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

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

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

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

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

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

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

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

.bannerSection .bannerSectionContainer .mainFormContainer .mainFormTV .fail-form_pp,
.bannerSection .bannerSectionContainer .mainFormContainer .mainFormTV .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 .mainFormTV .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 .mainFormTV .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 .mainFormTV .succes-form_pp p.title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  color: var(--secondary-green);
}
.bannerSection .bannerSectionContainer .mainFormContainer .mainFormTV .fail-form_pp p.title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  color: var(--danger);
}
.bannerSection .bannerSectionContainer .mainFormContainer .mainFormTV .llamadme {
  font-size: 12px;
}
.bannerSection .bannerSectionContainer .mainFormContainer .mainFormTV .select-css {
  font-size: 12px;
}

.tv-banner .bannerSection.banner-2 {
  background-color: var(--primario-main-500, #FFCD00);
}
.bannerSection.banner-2 .bannerSectionContainer .firstInfo .info-tv-banner {
  width: 336px;
}
.bannerSection.banner-2 .bannerSectionContainer .firstInfo .info-tv-banner .orange {
  background-color: var(--secondary-main-500, #DA1884);
  color: #FFF;
}
.bannerSection.banner-2 .bannerSectionContainer .firstInfo .info-tv-banner .claim {
  color: var(--neutral-main-n-0, #000);
  font-size: 34px;
}
.bannerSection.banner-2 .bannerSectionContainer .firstInfo .info-tv-banner .price {
  color: var(--neutral-main-n-0, #000);
}


/* --------- DESCUBRE --------- */
section.descubreSection{
  padding-top: 0;
}
.descubreSection h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}
.descubreSection .cardsContainer {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.descubreSection .cardsContainer .card {
  border-radius: 10px;
  display: flex;
  width: 265px;
  padding-bottom: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border: 1px solid var(--neutral-main-n-2, #868686);
}
.descubreSection .cardsContainer .card .img {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 0 0;
  min-height: 106px;
  min-width: 100%;
}
.descubreSection .cardsContainer .card h3 {
  font-size: 20px;
  font-weight: 700;
  padding: 0px 15px;
}
.descubreSection .cardsContainer .card .textArea {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 0 15px 0 30px;
}
.descubreSection .cardsContainer .card .textArea p {
  font-size: 14px;
  margin: 0 0 4px -18px;
}
.descubreSection .cardsContainer .card .textArea li {
  font-size: 14px;
  margin-bottom: 4px;
}
.descubreSection .cardsContainer .card .textArea li b {
  font-weight: 500;
}
.descubreSection .btn-movil-section {
  display: flex;
  justify-content: center;
}
.descubreSection .btn_jazztel_secondary {
  width: 250px;
  margin-top: 32px;
}

/* --------- JAZZTEL TV --------- */

.jazztelTvSection .container {
  display: flex;
  justify-content: space-around;
  height: 220px;
}

.jazztelTvSection .img-product-tv-twd {
  width: 453px;
}

.jazztelTvSection .info-section {
  width: 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.jazztelTvSection .claim {
  font-size: 30px;
  color: var(--secondary-pink);
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.jazztelTvSection .text {
  font-size: 20px;
  color: var(--black);
  font-weight: 400;
  line-height: 1;
}
.jazztelTvSection .info-section .secondInfo .price .num {
  font-size: 90px;
  font-weight: 700;
  position: relative;
  text-align: start;
}
.jazztelTvSection .info-section .secondInfo {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.jazztelTvSection .info-section .secondInfo .price .num .cents {
  position: absolute;
  font-size: 40px;
  top: 17px;
  left: 90px;
}
.jazztelTvSection .info-section .secondInfo .price .num .eur-mes {
  position: absolute;
  bottom: 27px;
  left: 65px;
  font-size: 22px;
  font-weight: 400;
}

.jazztelTvSection .btn-banner {
  display: flex;
  width: 189.5px;
  padding: 16.638px;
  bottom: 18px;
  position: relative;
}

/* --------- FIN JAZZTEL TV --------- */

/* --------- CANALES SECTION --------- */

.canalesSection .container {
  display: flex;
  justify-content: space-between;
  background-color: var(--primary);
  padding: 35px;
  align-items: center;
}

.canalesSection .info-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.canalesSection .info-section .jazztelTv {
  color: var(--neutral-main-400, #FFF);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  letter-spacing: -0.36px;
  background-color: #000;
  width: fit-content;
  padding: 6px;
}
.canalesSection .info-section .claim{
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.canalesSection .info-section .text{
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.6px;
}
.canalesSection .info-section .bold {
  font-size: 16px;
  font-weight: 700;
}
.canalesSection .info-section .bold .price {
  font-size: 30px;
}
.canalesSection .info-section .btn_jazztel_secondary {
  display: flex;
  width: 250.5px;
  padding: 16.638px;
  justify-content: center;
  align-items: center;
  gap: 10.398px;
}

/* --------- FIN CANALES SECTION --------- */

/* --------- VENTAJAS SECTION --------- */

.ventajasSection h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.ventajasSection .containerVentajas {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.ventajasSection .containerVentajas .ventajaCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
  gap: 15px;
}
.ventajasSection .containerVentajas .ventajaCard h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
.ventajasSection .containerVentajas .ventajaCard p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.ventajasSection .containerVentajas .ventajaCard .img {
  width: 30px;
  height: 30px;
}
/* --------- FIN VENTAJAS SECTION --------- */

/* 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;
}

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