/*ICONS*/
.bullets-block .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('/assets/img/icons/gdpr/ico1.svg') no-repeat left center;
  background-size: 30px 24px;
}
.bullets-block .easy {
  background-image: url('/assets/img/icons/icono-24_7.svg');
}
.bullets-block .document {
  background-image: url('/assets/img/icons/icono-identificate.svg');
}
.bullets-block .devices {
  background-image: url('/assets/img/icons/icono-consulta-saldo.svg');
}
.bullets-block .communication {
  background-image: url('/assets/img/icons/icono-click.svg');
}

/*Estilos pagina*/

.main-carousel {
  margin-bottom: 20px;
  position: relative;
}
.position-btn {
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
}
.position-btn .btn {
  margin-bottom: 0;
}
.position-btn .info-text {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin-bottom: 0;
}
.h2 {
  font-size: 2.8rem;
  text-align: center;
}
/*.h2,*/
/*.box:not(.cookies-banner, .main-form) {*/
/*  text-align: center;*/
/*}*/
.subtitle,
.highlighted {
  color: #077D4B;
}
.subtitle {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
}
.bullets-block {
  margin-bottom: 20px;
  text-align: center;
}

.subtitle a {
  color: inherit;
  text-decoration: underline;
}
.phone-info {
  border-top: 1px solid #bbbbbb;
  padding-top: 15px;
}
/*Anchor parte privada*/
.anchor-private-area {
  position: relative;
  top: -100px;
  display: block;
}

.debt-container {
  display: flex;
  justify-content: center;
  border-top: 1px solid #bbbbbb;
  padding-top: 15px;
  margin-bottom: 15px;
}
.debt-container .text-container {
  position: relative;
  text-align: left;
  padding-left: 65px;
}
.debt-container .text-container::before {
  background-image: url(/assets/img/icons/FECI_pago_recibos.svg);
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .position-btn {
    width: 100%;
    text-align: center;
  }
  .box {
    margin-bottom: 10px;
  }
  .anchor-private-area {
    top: 40px;
  }
  .user-actions .btn {
    margin: 25px 8px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .position-btn {
    bottom: 18%;
    left: 10%;
    transform: none;
  }
  .icon-block {
    height: 190px;
  }
  .anchor-private-area {
    top: 0;
  }
  .subtitle {
    height: 38px;
  }
}
@media (max-width: 1023px) {
  .h2 {
    font-size: 2rem;
  }
  .box-outline {
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .main-content {
    width: 768px;
  }
  .position-btn {
    left: 12%;
    bottom: 35%;
    transform: none;
  }
  .box {
    padding: 20px;
  }
  .box .icon {
    width: 40px;
    height: 40px;
    background-size: 40px 34px;
  }
  /* .icon-block {
    height: 205px;
  } */
  .position-btn .info-text {
    font-size: 3.6rem;
    line-height: 5.2rem;
  }
  /* .subtitle {
    height: 38px;
  } */
}
