.content-banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 660px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 20px 10px 10px 20px;
  filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.2));
  margin-bottom: 40px;
  text-align: center;
}

.content-banner h3,
.container_plans h3 {
  font-weight: 400;
  font-size: 45px;
  line-height: 4rem;
}

.content-banner p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 100;
  text-align: center;
}

.content-alternativas,
.alternativas-items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.content-alternativas h3 {
  font-weight: 300;
  font-size: 2.6rem;
  text-align: center;
  line-height: 3.2rem;
  margin-bottom: 20px;
  color: var(--blue);
}

.alternativas-items {
  width: 90%;
  padding-bottom: 30px;
}

.alternativas-items h4 {
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  line-height: 2rem;
}

.alternativas-items.one h4 {
  color: var(--blue);
}

.alternativas-items.two {
  padding-top: 0;
}

.alternativas-items.two h4 {
  color: #5cb615;
}

.alternativas-items.three h4 {
  color: #f28d15;
}

.alternativas-items .content-items {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.alternativas-items .content-items .content-items_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: fit-content;
  font-size: 15px;
  padding: 0px 10px;
}

.alternativas-items .content-items {
  margin-top: 20px;
}

.alternativas-items .content-items div .link-more {
  display: block;
  text-align: right;
  color: var(--blue);
}

.alternativas-items .content-items div .link-more::after {
  height: 20px;
  margin-left: 6px;
}


/* --------- Planes --------- */
.container_plans {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}

.container_plans h3 {
  color: var(--blue);
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 25px;
  /* Mobile-first adjustment */
  text-align: center;
  padding: 0 35px;
  line-height: normal;
  /* Mobile-first adjustment */
}

.container_plans p {
  font-size: 20px;
  /* Mobile-first adjustment */
  color: #6b6b6b;
  font-weight: 300;
  margin: 20px 0;
  width: 80%;
  /* Mobile-first adjustment */
  text-align: center;
  /* Mobile-first adjustment */
}

.container_plans h4 {
  font-size: 30px;
  color: #0b2739;
  font-weight: 300;
  margin: 40px;
  text-align: center;
}

.content_ISO h4 {
  font-size: 26px;
  color: #0b2739;
  font-weight: 500;
  margin: 20px;
  text-align: center;
  line-height: 1.2;
}

.content_ISO h3 {
  font-size: 22px;
  color: #0b2739;
  font-weight: 300;
  margin: 20px;
  text-align: center;
  line-height: 1.2;
}

.container_plans .content-items_plans {
  display: flex;
  flex-direction: column;
  width: 70%;
  justify-content: center;
  gap: 10px;
}

.container_plans .content-items_plans picture {
  text-align: center;
}

.container_plans .content-items_plans .items_plans {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.content_ISO {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0 60px;
}

.content_ISO-items {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: center;
}

.container-item {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  min-width: 340px;
  width: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 1);
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 1);
}

.content-items_plans.reverse {
  flex-direction: column-reverse;
}

.container-btn {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 80px;
  display: flex;
}

.bg-div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-div p {
  color: #fff;
  font-size: 22px;
  text-align: center;
  padding: 0 20px;
}

.bg-medioambiente {
  background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/page-sostenible/assets/img-medioambiente-mob.webp);
}

.img-mob {
  display: block;
}

.img-desk {
  display: none;
}

.links {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: flex-start;
  margin-top: 10px;
  text-align: right;
  justify-content: flex-end;
}

.ghuten {
  font-family: 'Guthen Bloots Basic';
  font-size: 4.5rem;
  font-weight: 500;
}

.content_ISO a {
  color: var(--blue);
  text-decoration: underline;
}

.buttons_tabs_container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.buttons_tabs_container a {
  padding: 15px;
  font-weight: bold;
  color: var(--blue);
  background-color: var(--white);
  border: 1px solid var(--blue);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.buttons_tabs_container a.active {
  color: white;
  background-color: var(--blue);
  border: 1px solid var(--blue);
}

.content-tab {
  display: none;
}

.content-tab.active {
  display: block;
}

.contenedor-dos-partes {
  display: flex;
  flex-direction: column;
  /* Mobile-first adjustment */
  width: 100%;
  max-width: 90%;
  /* Mobile-first adjustment */
  margin: 2rem auto;
  color: #262626;
  margin-top: 20px;
}

.contenedor-dos-partes .izquierda {
  flex: 1;
  padding: 20px;
  background-color: #f1f1f1;
}

.contenedor-dos-partes .derecha {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenedor-dos-partes .derecha img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}


.contenedor-titulo {
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.contenedor-dos-cajas {
  display: flex;
  width: 100%;
  max-width: 90%;
  /* Mobile-first adjustment */
  margin: 0 auto;
  text-align: center;
  line-height: 1.5rem;
  margin-top: 2%;
  flex-direction: column;
  /* Mobile-first adjustment */
}

.contenedor-dos-cajas .caja {
  flex: 1;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  /* Mobile-first adjustment */
}

.caja:nth-child(1) {
  background-color: #f1f1f1;
  margin-right: 0;
  /* Mobile-first adjustment */
}

.caja:nth-child(2) {
  background-color: #e3e3e3;
}

.Titlebox {
  font-size: 20px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: var(--blue);
  margin-top: 25px;
}


.link-box {
  display: block;
  text-align: center;
  color: var(--blue);
  margin-top: auto;
}

.link-box::after {
  height: 20px;
}

.icn-link-filled {
  padding-left: 5px;
}

.icn-care-regular,
.icn-computer-academic-regular,
.icn-lightbulb-regular,
.icn-academic-regular,
.icn-book-light {
  font-size: 50px;
  color: #ffb300;
}

.icn-invoice-digital-regular,
.icn-reload-regular,
.icn-plant-light {
  font-size: 50px;
  color: #64b31e;
}

.cards-container {
  display: none;
}

.content_mb {
  display: block !important;
  /* Mobile-first adjustment */
  margin-left: 90px;
  margin-bottom: 100px;
}


@media screen and (min-width: 768px) {
  .content-banner {
    justify-content: center;
    padding-left: 7rem;
    padding-top: 0;
    gap: 20px;
    height: 350px;
    align-items: flex-start;
    text-align: left;
  }

  .content-banner p {
    text-align: left;
  }

  .cards-container {
    display: block;
  }

  .content-banner h1 {
    font-size: 3rem;
  }

  .content-banner h3 {
    font-size: 3.2rem;
    line-height: 4rem;
  }

  .content-banner h3 span,
  .container_plans h4,
  .content_ISO h3 {
    font-size: 2.8rem;
  }

  .content-banner p {
    font-size: 24px;
    max-width: 440px;
    font-weight: 200;
    line-height: 2rem;
  }

  .container_plans p {
    font-size: 1.2rem;
    color: #50535a;
    line-height: normal;
    text-align: center;
    max-width: 1170px;
  }

  .alternativas-items {
    padding-bottom: 40px;
  }

  .alternativas-items .content-items {
    flex-direction: row;
  }

  .alternativas-items .content-items div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 225px;
  }

  .alternativas-items .content-items .content-items_text {
    font-size: 13px;
  }

  .alternativas-items.three .content-items,
  .alternativas-items.one .content-items {
    gap: 28px;
  }

  .alternativas-items.two .content-items div {
    gap: 10px;
  }

  .alternativas-items h4 {
    font-size: 1.8rem;
  }

  .container-btn .btn_seeMore {
    font-size: 1.2rem;
  }

  .content-alternativas h3,
  .container_plans h3 {
    font-size: 3.4rem;
  }

  .container_plans .content-items_plans {
    flex-direction: row;
  }

  .container-item {
    min-width: 225px;
  }

  .bg-div {
    height: 140px;
  }

  .bg-div p {
    font-size: 40px;
  }

  .bg-medioambiente {
    background-image: url(https://aprodmovistarcomsa.z13.web.core.windows.net/persons/page-sostenible/assets/img-medioambiente-desk.webp);
  }

  .content_ISO p {
    font-size: 28px;
    padding: 0px 70px;
    font-weight: 300;
    width: 1216px;
  }

  .content_ISO p {
    width: 964px;
    font-weight: 100;
    font-size: 22px;
    line-height: normal;
    text-align: center;
  }

  .img-mob {
    display: none;
  }

  .img-desk {
    display: block;
  }

  .container_plans .content-items_plans {
    width: 50%;
  }

  .links {
    width: fit-content !important;
    flex-direction: row !important;
  }

  .contenedor-dos-partes {
    flex-direction: row;
    max-width: 1250px;
  }

  .contenedor-dos-cajas {
    max-width: 1250px;
    flex-direction: row;
  }

  .contenedor-dos-cajas .caja {
    margin-bottom: 0;
  }

  .caja:nth-child(1) {
    margin-right: 10px;
  }

  .cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 43% 60%;
    gap: 5px;
    max-width: 1170px;
    margin: 0 auto;
  }

  .cards-container .item1 {
    grid-area: 1 / 1 / 2 / 1;
  }

  .cards-container .item2 {
    grid-area: 1 / 2 / 2 / 4;
  }

  .cards-container .item4 {
    grid-area: 2 / 1 / 2 / 1;
  }

  .cards-container .item5 {
    grid-area: 2 / 2 / 3 / 2;
  }

  .cards-container .item6 {
    grid-area: 3 / 3 / 2 / 3;
  }


  .cards-container .item1 p {
    font-size: 29px;
    max-width: 300px;
    text-align: left;
    margin-left: 43px;
    font-weight: 600;
    margin-top: 0px;
    line-height: 32px;
    padding: 20px 0 0 0;
  }

  .cards-container .item2 p {
    position: absolute;
    font-size: 50px;
    max-width: 300px;
    text-align: left;
    margin-top: 20px;
    margin-left: 43px;
    font-weight: 600;
  }

  .item3 p {
    position: absolute;
    font-size: 28px;
    max-width: 300px;
    text-align: left;
    margin-top: 62px;
    margin-left: 25px;
    font-weight: 600;
    color: #df9438;
  }

  .item4 p {
    position: absolute;
    font-size: 43px;
    max-width: 300px;
    text-align: center;
    margin-top: 20px;
    margin-left: 43px;
    font-weight: 600;
  }

  .item5 p {
    position: absolute;
    font-size: 50px;
    max-width: 300px;
    text-align: left;
    margin-top: 18px;
    margin-left: 18px;
    font-weight: 600;
  }

  .item6 p {
    position: absolute;
    font-size: 41px;
    max-width: 300px;
    text-align: left;
    margin-top: 20px;
    margin-left: 43px;
    font-weight: 600;
  }

  .content_mb {
    display: none;
  }

  .box-emisiones {
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .box-emisiones p {
    font-size: 12px;
    padding: 10px 0 0 0;
    color: #6b6b6b !important;
    font-weight: 700 !important;
  }

  .box-ayudar {
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .box-ayudar p {
    font-size: 7px !important;
    line-height: 1.5 !important;
    text-align: center !important;
    padding: 10px 10px 0px 10px !important;
    width: 100% !important;
    color: #6b6b6b !important;
    font-weight: 500 !important;
  }

  .box-renovable {
    height: 263px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .box-renovable p {
    color: #6b6b6b !important;
    font-weight: 700 !important;
    padding: 10px !important;
    width: 100% !important;
  }

  .box-eficiencia {
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .box-eficiencia p {
    color: #6b6b6b !important;
    font-weight: 700 !important;
    padding: 10px 0 0 0 !important;
    line-height: 1.6 !important;
  }

  .box-consumo {
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .box-consumo p {
    font-size: 32px !important;
    color: #5CB615 !important;
    font-weight: 700 !important;
    padding: 10px 0 0 0 !important;
    line-height: 1.6 !important;
    width: 100% !important;
  }

  .box-reduccion {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .box-reduccion p {
    font-size: 20px !important;
    color: #6b6b6b !important;
    font-weight: 700 !important;
    padding: 10px 0 0 20px !important;
    line-height: 1.6 !important;
    width: 100% !important;
    text-align: left !important;
  }

  .box-indirectas {
    height: 130px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .box-indirectas p {
    font-size: 15px !important;
    color: #F28D15 !important;
    font-weight: 300 !important;
    padding: 10px 0 0 0px !important;
    line-height: 1.6 !important;
    width: 100% !important;
    text-align: center !important;
  }

  .box-neutralizacion-two {
    height: 230px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .box-neutralizacion-two p {
    font-size: 18px !important;
    color: #6b6b6b !important;
    font-weight: 700 !important;
    padding: 10px 0 0 0px !important;
    line-height: 1.6 !important;
    width: 100% !important;
    text-align: center !important;
  }

  .icn-optical-fiber-light,
  .icn-mobile-esim,
  .icn-group-light {
    font-size: 40px;
    color: var(--blue);
  }

  @media screen and (min-width: 1024px) {
    .alternativas-items.one .content-items {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 70px;
      max-width: 1260px;
      margin: auto;
    }

    .alternativas-items.five .content-items {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 30px;
      max-width: 1260px;
      margin: auto;
    }

    .alternativas-items.three .content-items {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      max-width: 1050px;
      gap: 40px;
      margin: auto;
    }

    .alternativas-items.two .content-items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      max-width: 1050px;
      gap: 40px;
      margin: auto;
    }
  }
}