@import "../style_multiple.css";

.img-product-redmi-12 {background-image: url("../../img/products/xiaomi_redmi_12.webp");}
.img-product-motorola-g54 {background-image: url("../../img/products/motorola_moto_g54.webp");}
.img-product-galaxy-a14 {background-image: url("../../img/products/samsung_a14.webp");}
.img-product-lg-32 {background-image: url("../../img/products/lg_32.webp");}
.img-product-air-fryer {background-image: url("../../img/products/xiaomi_air_fryer.webp");}
.img-product-tv {background-image: url("../../img/products/tv.webp");}
.img-product-tv-oferta {background-image: url("../../img/products/tv-oferta.webp");}
.img-product-motorola-g54 {background-image: url("../../img/products/motorola_moto_g54.webp");}
.img-product-TCL-40r {background-image: url("../../img/products/TLC40R.webp");}

.img-banner {background-image: url("../../img/ofertas/main_price_mancheta.svg");}
.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/banner-promo.png");}

/* ----------- BANNER CENTRAL ----------- */

section.bannerSection {
  color: var(--black);
  background-image: linear-gradient(90deg,var(--grey-background) 0,var(--grey-background) 50%,var(--primary) 50%,var(--primary) 100%);
  min-height: 400px;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
}

.bannerSection.floating .img-circle {
  position: absolute;
  top: 0px;
  left: 84px;
  z-index: 0;
  width: 165%;
  height: 42rem;
  top: 0;
  left: 150px;
}

.bannerSection.email .img-circle {
  height: 100%;
}

.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;
}

.bannerSection .bannerSectionContainer .firstInfoContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}

.bannerSection .bannerSectionContainer .firstInfoContainer .firstInfo h1 {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.bannerSection .bannerSectionContainer .firstInfoContainer .containerMobile .manchetaPromo {
  padding: 6px 11px;
  background-color: var(--primary);
  font-size: 20px;
  font-weight: 700;
  width: fit-content;
}
.bannerSection .bannerSectionContainer .firstInfoContainer .containerMobile .img-oferton {
  min-width: 336px;
  min-height: 72px;
}
.bannerSection .bannerSectionContainer .firstInfoContainer .containerMobile .img-oferton-fibra {
  min-width: 336px;
  min-height: 99px;
  background-size: cover;
  margin-top: 20px;
}
.bannerSection .bannerSectionContainer .firstInfoContainer .containerMobile .img-franja-novedad-tarifas {
  min-width: 336px;
  min-height: 137px;
}
.bannerSection .bannerSectionContainer .firstInfoContainer .containerMobile .img-franja-novedad-mobile {
  display: none;
}
.bannerSection .bannerSectionContainer .firstInfoContainer .firstInfo .banner-title {
  font-size: 30px;
  font-weight: 700;
  color: white;
  background-color: var(--secondary-pink);
  padding: 0 9px;
  width: fit-content;
  margin-bottom: 24px;
}

.bannerSection .bannerSectionContainer .firstInfoContainer .firstInfo .banner-promo {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.bannerSection .bannerSectionContainer .firstInfoContainer .firstInfo .banner-promo span {
  color: var(--secondary-pink);
}

.bannerSection .bannerSectionContainer .imgContainer {
  position: relative;
}

.bannerSection .bannerSectionContainer .imgContainer .franja-promo {
  position: absolute;
  right: -181px;
  top: 81px;
  color: #fff;
  background-color: var(--black);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 15px 5px 6px;
  width: 155px;
  -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 .imgContainer .price {
  position: absolute;
  padding-left: 7px;
  font-size: 41px;
  font-weight: 700;
  text-align: right;
  left: -74px;
  top: 15px;
  color: rgba(0, 0, 0, .507);
}
.bannerSection.floating .bannerSectionContainer .imgContainer .price {
  left: 50%;
  top: -53px;
  right: unset;
  transform: translateX(-50%);
}
.bannerSection .bannerSectionContainer .imgContainer .price::after {
  content: "";
  width: 116%;
  height: 1px;
  background-color: rgba(0, 0, 0, .507);
  display: block;
  transform: rotate(-25deg) translate(-50%, -50%);
  position: absolute;
  top: 21%;
  left: 67%;
}
.bannerSection .bannerSectionContainer .imgContainer .price .old-num .cents {
  position: absolute;
  top: 10px;
  left: 70px;
  font-size: 20px;
}
.bannerSection .bannerSectionContainer .imgContainer .price .old-num .eur-mes {
  position: absolute;
  bottom: 14px;
  left: 60px;
  font-size: 10px;
  font-weight: 400;
}

.bannerSection .bannerSectionContainer .imgContainer .img-banner {
  height: 367px;
  width: 420px;
  left: -234px;
  top: -33px;
  position: absolute;
}

.bannerSection .bannerSectionContainer .promoBanner {
  width: 350px;
  height: 350px;
  min-width: 350px;
  min-height: 350px;
}

.bannerSection .bannerSectionContainer .promoBanner.mobile {
  display: none;
}

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

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

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

.bannerSection .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 .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 .bannerSectionContainer .mainFormContainer .mainForm {
  color: var(--black);
  background-color: #FFFFFF;
  padding: 30px 30px 25px 30px;
  border-radius: 4px;
  width: 333px;
  min-height: 275.6px;
}

.bannerSection .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 .bannerSectionContainer .mainFormContainer .mainForm .terminos {
  font-size: 12px;
  margin-top: 10px;
}

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

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

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

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

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

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

.bannerSection .bannerSectionContainer .mainFormContainer .mainForm .fail-form_pp,
.bannerSection .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 .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 .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 .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 .bannerSectionContainer .mainFormContainer .mainForm .fail-form_pp p.title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
  color: var(--danger);
}
.bannerSection .bannerSectionContainer .mainFormContainer .mainForm .llamadme {
  font-size: 12px;
}
.bannerSection .bannerSectionContainer .mainFormContainer .mainForm .select-css {
  font-size: 12px;
}
.bannerSection .bannerSectionContainer .firstInfo .btn-banner {
  margin-top: 10px;
  width: fit-content;
}
.btn-movil-section .text-promo {
  display: none;
}
/* --------- BTN BOTTOM --------- */

.btn-bottom {
  display: none;
}

/* ------------------ OFERTA TV ------------------ */

.tvSection .tvContainer {
  background-color: var(--black);
  border-radius: 8px;
  padding: 25px 50px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}

.tvSection .tvContainer .textContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  width: 600px;
}

.tvSection .tvContainer .textContainer h2 {
  font-size: 40px;
  font-weight: 400;
  text-align: left;
  display:inline-block
}

.tvSection .tvContainer .textContainer h2 .img {
  height: 44px;
  width: 189px;
  display:inline-block;
  vertical-align: text-top;
}

.tvSection .tvContainer .textContainer .ventajasTv {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.tvSection .tvContainer .textContainer .ventajasTv .ventajaTv {
  display: flex;
  gap: 15px;
  align-items: center;
  width: 290px;
}

.tvSection .tvContainer .textContainer .ventajasTv .ventajaTv .img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}

.tvSection .tvContainer .textContainer .ventajasTv .ventajaTv p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.tvSection .tvContainer .precioTv {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tvSection .tvContainer .precioTv .priceContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tvSection .tvContainer .precioTv .priceContainer .price{
  position: relative;
  font-size: 114px;
  font-weight: 700;
  line-height: 1;
  margin-top: 13px;
  padding-right: 0;
  width: fit-content;
}

.tvSection .tvContainer .precioTv .priceContainer .price .solo{
  position: absolute;
  top: -14px;
  left: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

.tvSection .tvContainer .precioTv .priceContainer .price .cents{
  position: absolute;
  top: 12px;
  font-size: 47px;
}

.tvSection .tvContainer .precioTv .priceContainer .price .eur-mes{
  position: absolute;
  bottom: 14px;
  font-size: 34px;
}

.tvSection .tvContainer .precioTv .btn_jazztel{
  display: none;
}

.tvSection .tvContainer .imgTv{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.tvSection .tvContainer .imgTv .img{
  width: 253px;
  height: 177px;
}

.tvSection .tvContainer .btn_jazztel{
  width: 100%;
}

.tvSection .tvContainer .btn_jazztel:hover,
.tvSection .tvContainer .btn_jazztel:active {
  background-color: var(--primary);
  color: var(--black);
}

/* ---------------- FIN OFERTA TV ---------------- */



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

section.ventajasSection{
  padding-bottom: 90px !important;
}

.ventajasSection h2{
  width: 100%;
  margin-bottom: 3rem;
  font-weight: 400;
}

.ventajasSection h2 br{
  display: none;
}

.ventajasSection .containerVentajas{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.ventajasSection .containerVentajas .ventajaCard{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  width: 380px;
  text-align: center;
}

.ventajasSection .containerVentajas .ventajaCard .img{
  width: 30px;
  height: 30px;
  margin: 14px;
}

.ventajasSection .containerVentajas .ventajaCard .img.img-5g-pink{
  width: 40px;
}

.ventajasSection .containerVentajas .ventajaCard h3{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
}

.ventajasSection .containerVentajas .ventajaCard p{
  font-weight: 400;
  font-size: 16px;
}

.ventajasSection .containerVentajas .ventajaCard .pink-text{
  color: var(--secondary-pink);
  font-weight: 700;
}

/* ----------------- FIN VENTAJAS ----------------- */
