@import "../style_multiples.css";

.img-banner-1 {background-image: url(../../img/portada-fibra.webp);}
.img-phone-black {background-image: url(../../img/components/phone-black.svg);}


section.bannerSection {
  background-color: #E96800;
}

.bannerSection .bannerSectionContainer .firstInfo h1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 700;
}
.bannerSection .bannerSectionContainer .firstInfo .title {
  background-color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 12px;
  width: fit-content;
  border-radius: 4px;
}
.bannerSection .bannerSectionContainer .firstInfo .logo-neflix {
  width: 97px;
  height: 27px;
}
.bannerSection .bannerSectionContainer .firstInfo .titlePromo {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  background-color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  padding: 4px 12px;
  width: 100%;
  border-radius: 4px;
  font-family: Roboto;
  width: fit-content;
}
.bannerSection .bannerSectionContainer .firstInfo .promosBanner {
  padding: 10px 15px;
  border: 1px solid #fff;
  margin-top: 16px;
  max-width: unset;
  width: 421px;
}
.bannerSection .bannerSectionContainer .firstInfo .promoBanner {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.bannerSection .bannerSectionContainer .firstInfo .promoBanner .img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(164deg) brightness(100%) contrast(102%);
  min-width: 28px;
  height: 28px;
  margin-right: 10px;
}
.bannerSection .bannerSectionContainer .firstInfo .promoBanner .netflix .img {
  filter: unset;
}
.bannerSection .bannerSectionContainer .firstInfo .promoBanner .netflix {
  padding: 5px 9px;
}
.bannerSection .bannerSectionContainer .firstInfo .promoBanner .img.icon-netflix {
  width: 9px;
  height: 16px;
}
.bannerSection .bannerSectionContainer .firstInfo .promoBanner .netflix {
  background-color: white;
  border-radius: 100%;
  padding: 7px 12px;
  margin-right: 10px;
}
.bannerSection .bannerSectionContainer .firstInfo .promoBanner .img.icon-netflix {
  margin-right: 0;
  width: 11px;
  height: 20px;
  min-width: unset;
}
.bannerSection .bannerSectionContainer .firstInfo .promosBanner .banner-price {
  border-top: 1px solid #fff;
  position: relative;
  color: #fff;
}
.bannerSection .bannerSectionContainer .firstInfo .promosBanner .banner-price .num {
  font-size: 65px;
  font-weight: 700;
}
.bannerSection .bannerSectionContainer .firstInfo .promosBanner .banner-price .eur {
  position: absolute;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  top: 22px;
  left: 78px;
}
.bannerSection .bannerSectionContainer .firstInfo .promosBanner .banner-price .legal {
  position: absolute;
  font-size: 14px;
  font-weight: 300;
  bottom: 21px;
  left: 79px;
}
.bannerSection .bannerSectionContainer .firstInfo .btn_yoigo { 
  width: 100%;
}
.bannerSection .bannerSectionContainer .imgContainer .precio-banner {
  top: 93px;
  right: 49px;
}
.bannerSection .bannerSectionContainer .imgContainer .precio {
  font-size: 36px;
}
.bannerSection .bannerSectionContainer .imgContainer {
  position: relative;
}
.bannerSection .bannerSectionContainer .imgContainer .img-banner-1 {
  position: absolute;
  width: 422px;
  height: 427px;
  left: -188px;
  bottom: -42px;;
}
.bannerSection .bannerSectionContainer .imgContainer .img-banner-1 p {
  position: absolute;
  bottom: -29px;
  right: 19px;
  color: #fff;
}
.bannerSection .bannerSectionContainer .imgContainer .img-banner-2 {
  filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(0%) hue-rotate(164deg) brightness(100%) contrast(102%);
  position: absolute;
  width: 208px;
  height: 164px;
  left: -65px;
  top: 72px;
}
/* ----------- TARIFAS ----------- */

.tarifasSection .cardsContainer {
  justify-content: center;
  gap: 32px;
}


.tarifasSection .cardsContainer .card-tarifa {
  width: 304px;
  height: 480px;
}

.preguntas_frecuentes .containerFaqs .faqRow .infoFaq ul {
  list-style: unset;
  padding-left: 22px;
}

.preguntas_frecuentes .containerFaqs .faqRow .infoFaq ul li {
  color: var(--black);
  font-weight: 400;
  margin: 4px;
}
