@import "../style_multiple.css";

.modal-form .loadedFormJazztel {
  max-width: 34rem;
}

.modal-form .loadedFormJazztel .fr-line1 {
  margin-bottom: 11px;
  padding: 0;
}
.modal-form .loadedFormJazztel .telefono-modal  {
  padding: 0;
}

/* BANNER SECTION */

.bannerSection h1 {
  color: var(--black);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.bannerSection .bannerSectionContainer {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(281deg, rgba(0, 0, 0, 0.00) 48.83%, rgba(0, 0, 0, 0.20) 80.59%), url("../../img/portada-energia.webp") lightgray -276.141px 0px / 151.426% 100% no-repeat;
  background-size: cover;
  background-position: 44% 100%;
  border-radius: 8px;
  padding: 30px 60px;
}

.bannerSection .bannerSectionContainer .firstInfo {
  max-width: 413px;
  padding-top: 32px;
}

.bannerSection .bannerSectionContainer .firstInfo .bannerTitle {
  font-size: 32px;
  font-weight: 700;
  color: white;
  line-height: 1.1;
}

.bannerSection .bannerSectionContainer .firstInfo .mancheta-promo {
  width: 326px;
  margin-top: 40px;
}

.bannerSection .bannerSectionContainer .firstInfo .mancheta-promo .promo {
  background-color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.bannerSection .bannerSectionContainer .firstInfo .mancheta-promo .promo span {
  font-size: 28px;
  margin-right: 4px;
}

.bannerSection .bannerSectionContainer .firstInfo .mancheta-promo .price {
  background-color: var(--secondary-pink);
  padding: 16px 22px;
  color: white;
}

.bannerSection .bannerSectionContainer .firstInfo .mancheta-promo .price .textAhorro {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.bannerSection .bannerSectionContainer .firstInfo .mancheta-promo .price .ahorro {
  display: flex;
}

.bannerSection .bannerSectionContainer .firstInfo .mancheta-promo .price .ahorro .mainNum {
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}

.bannerSection .bannerSectionContainer .firstInfo .mancheta-promo .price .ahorro .eur {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bannerSection .bannerSectionContainer .firstInfo .mancheta-promo .price .ahorro .eur p {
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}

.bannerSection .bannerSectionContainer .firstInfo .mancheta-promo .price .ahorro .eur p span {
  font-size: 49px;
  font-weight: 700;
  line-height: 1;
}

.bannerSection.floating .bannerSectionContainer .mainFormContainer .calculadoraModal .calculadoraSection.energia {
  height: fit-content;
  min-height: 409px;
  padding: 17px 21px;
}

/* TARIFAS SECTION */
section.tarifasSection .cardsContainer {
  justify-content: center;
}

section.tarifasSection .cardsContainer .card-tarifa {
  max-width: unset;
  height: 408px;
  width: 437px;
}

section.tarifasSection .cardsContainer .card-tarifa .textContainer {
  width: 100%;
}

section.tarifasSection .cardsContainer .card-tarifa .cardTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.tarifasSection .cardsContainer .card-tarifa .cardTitle h3 {
  font-size: 30px;
  margin-bottom: 0;
}

.tarifasSection .cardsContainer .card-tarifa .cardTitle .img {
  width: 26px;
  height: 45px;
}

.tarifasSection .cardsContainer .card-tarifa .price {
  display: flex;
  gap: 4px;
}

.tarifasSection .cardsContainer .card-tarifa .price .subPrice {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.tarifasSection .cardsContainer .card-tarifa .price .subPrice .dto {
  font-size: 30px;
  font-weight: 700;
}

.tarifasSection .cardsContainer .card-tarifa .price .subPrice .legal {
  font-size: 18px;
  font-weight: 400;
}


/* VENTAJAS SECTION */
.ventajasSection h2 {
  font-size: 30px;
  margin-bottom: 30px;
}

.ventajasSection .containerVentajas {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
  width: 90%;
  margin: auto;
}

.ventajasSection .containerVentajas .ventajaCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23%;
  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: 50px;
  height: 40px;
}

/* --------- AHORRO SECTION --------- */

.ahorroSection {
  background-color: #EFEFEF;
}

.ahorroSection .ahorroContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 24px 0 32px 0;
}

.ahorroSection .ahorroContainer .cardAhorro {
  padding: 22px 40px;
  background-color: var(--secondary-pink);
  color: white;
  min-width: 326px;
}

.ahorroSection .ahorroContainer .cardAhorro .title {
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 8px;
}

.ahorroSection .ahorroContainer .cardAhorro .price {
  display: flex;
  gap: 8px;
}

.ahorroSection .ahorroContainer .cardAhorro .price .num {
  font-size: 96px;
  font-weight: 700;
  line-height: 0.8;
}

.ahorroSection .ahorroContainer .cardAhorro .price .subPrice {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.ahorroSection .ahorroContainer .cardAhorro .price .subPrice .dto {
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.ahorroSection .ahorroContainer .cardAhorro .price .subPrice .mes {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}

.ahorroSection .ahorroContainer .cardAhorro .price .subPrice sup {
  font-size: 12px;
  font-weight: 400;
  top: -9px;
}

.ahorroSection .btn-ahorro {
  width: fit-content;
  min-width: 273px;
  margin: auto;
}

.bubble-chatbot {
  display: none;
}