@import "../style_multiples.css";


.img-banner {background-image: url(../../img/products/motorola-g15.webp);}
.img-ofertaMovil {background-image: url(../../img/img-oferta-movil.webp);}

/* ----------- BANNER CENTRAL ----------- */
section.bannerSection {
  background-color: #398FF0;
}
.bannerSection .bannerSectionContainer .firstInfo h1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 700;
}
.bannerSection .bannerSectionContainer .firstInfo .title {
  background-color: #fff;
  font-size: 22px;
  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: fit-content;
}
.bannerSection .bannerSectionContainer .firstInfo .promoBanner {
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  font-size: 18px;
}
.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: 24px;
  height: 24px;
  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: 13px;
  font-weight: 300;
  bottom: 25px;
  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 {
  position: absolute;
  width: 281px;
  height: 300px;
  left: -136px;
  bottom: 76px;
}
.bannerSection .bannerSectionContainer .imgContainer .mancheta {
  position: absolute;
  min-width: 261px;
  top: 116px;
  left: -39px;
  text-align: center;
}
.bannerSection .bannerSectionContainer .imgContainer span {
  background-color:#E96800;
  color: white;
  width: fit-content;
  margin: 3px 0;
  padding: 2px 4px;
  font-weight: 700;
  font-size: 18px;
}
/* ----------- oferta Movil ----------- */
.ofertaMovilSection .ofertaMovilContainer {
  display: flex;
  justify-content: center;
}

.ofertaMovilSection .img {
  position: relative;
  width: 260px;
  height: 140px;
}

.ofertaMovilSection .img .mancheta {
  position: absolute;
  top: 15px;
  left: 15px;
}

.ofertaMovilSection .img .mancheta p {
  color: #E96800;
  background-color: white;
  padding: 2px 4px;
  width: fit-content;
  margin: 2px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.ofertaMovilSection .infoSection {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  padding: 0 30px;
  gap: 8px;
}

.ofertaMovilSection .infoSection .info {
  font-size: 20px;
  font-weight: 400;
}

.ofertaMovilSection .infoSection .descuento {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: white;
  background-color: #E96800;
  padding: 0 16px;
  width: fit-content;
}

.ofertaMovilSection .infoSection .descuento span {
  font-size: 24px;
  font-weight: 600;
}
.ofertaMovilSection .infoSection .descuento span.movil {
  display: none;
}