.btn-primary{
 background-color: white;
 color: #FF8A01;
 border: none;
}

#description .wrapper {
  padding: 0;
  max-width: 1722px;
}

#description{
  padding-top: 100px;
}

#description .title,
#description .text p {
  color: #24282A !important;
  margin-bottom: 17px;
}

.btn-quiero-solucion{
  background-color: var(--color-personal);
}

.btn-quiero-solucion:hover{
  background-color: var(--color-personal-tint) !important;
}

.punto-de-venta .carousel-landing .flickity-button {
  display: none;
}

#banner {
  position: relative;
  overflow: visible !important;
  margin: 100px 0;
}

#banner>.bg-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -50%;
  z-index: -1;
  opacity: 0.5;
  max-width: 100%;
}

#banner>.bg-rectangle {
  position: absolute;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -120%;
  z-index: -1;
}


#banner .bg {
  width: 100%;
  height: 100%;
  background-image: url(/themes/gns/assets/images/personal/recibos-digitales/banner-2023.jpeg);
  background-attachment: fixed;
  background-position-x: 55%;
  background-position-y: 0%;
  background-size: cover;
  position: absolute;
  overflow: visible !important;
  z-index: 0;
}


#banner .wrapper {
  max-width: 1100px;
  z-index: 1;
}

#banner h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 68px;
  line-height: 70px;
  text-align: center;
  letter-spacing: -1px;
  color: #FFFFFF;
  padding: 60px 30px;
  z-index: 2;
}

#banner .carousel-cell h1 {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

#banner h1 strong {
  font-weight: bold;
}

#banner .carousel-cell {
  width: 100%;
}

#simplifique .wrapper {
  padding: 0 30px;
}

#simplifique header {
  margin-bottom: 80px;
}

#simplifique header h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  line-height: 62px;
  /* identical to box height, or 129% */
  text-align: center;
  letter-spacing: -1px;
  color: #24282A;
  margin-bottom: 50px;
}

#simplifique h5 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.5px;
  color: #7F888F;
  max-width: 461px;
  margin: 0 auto;
}

.flex-row-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.flex-column-center {
  display: flex;
  flex-flow: column;
  align-items: center;
}

#simplifique .panel>svg {
  padding-right: 2rem;
  fill: #FF8A01;
}

#simplifique .panel {
  background: #FFFFFF;
  border: 1px solid #DDDFE7;
  box-sizing: border-box;
  border-radius: 5px;
  width: 360px;
  display: flex;
  align-items: center;
  padding: 2rem;
  margin: 0px 15px 60px 15px;
  color: #24282A;
}

#simplifique .panel>div h6 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.5px;
  margin: 0px;
}

#simplifique .panel>div p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
}

#simplifique .panel:hover {
  color: #FFFFFF;
  background: #FF8A01;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

#simplifique .panel:hover svg {
  fill: white;
}
#simplifique a img {
  padding-left: 19px;
}

#simplifique footer h5 {
  max-width: 1047px;
}


#eco-friendly {
  /* background-image: url(/themes/gns/assets/images/personal/recibos-digitales/eco-friendly-bg.jpg); */
  background-color: #f89d21;
  background-position-x: center;
  background-position-y: center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 132px;
  min-height: 680px;
  position: initial;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  /* text-shadow: 0px 0px 10px #000000; */
}

#eco-friendly .wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: start;
  position: absolute;
  padding: 0 30px;
  gap: 30px;
}

#eco-friendly .wrapper>img {
  max-width: 330px;
  margin-top: -120px;
  flex: 1;
}

#eco-friendly header {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

#eco-friendly header h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 76px;
  line-height: 95.45%;
  text-align: right;
  color: #FFFFFF;
  max-width: 353px;
  margin: 0;
}

#eco-friendly header h6 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #FFFFFF;
  max-width: 306px;
}


#eco-friendly .como-funciona {
  flex: 1;
  max-width: 488px;
}

#eco-friendly .como-funciona>h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  color: #FFFFFF;
  margin: 0;
}

#eco-friendly ul li {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  list-style-type: none;
}

#eco-friendly .list-style {
  height: 100%;
  position: relative;
}

#eco-friendly ul li .circle:before {
  color: white;
  content: ' \25CF';
  font-size: 20pt;
  position: absolute;
  z-index: 1;
  left: -5px;
}

#eco-friendly ul li .line {
  display: block;
  background-color: #EEEEEE;
  height: 128px;
  width: 2px;
  position: absolute;
  top: 15px;
  left: 2px;
}

#eco-friendly ul>li>h1 {
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 56px;
  line-height: 47px;
  /* line-height: 64px; */
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 70px;
  margin-left: 10px;
}

#eco-friendly ul>li>div>h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 25px;
  color: white;
  margin: 0;
}

#eco-friendly ul>li>div>p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0;
}

section.message{
  margin-top: 2rem !important;
}
section.message p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  color: #7F888F;
  margin-bottom: 110px;
}

section.message .wrapper {
  max-width: 1047px;
  padding: 0 30px;
}

@media all and (min-width: 1370px) {
  section.message { margin-top: -110px;}
}

#footer-recibos-digitales {
  background-image: url(/themes/gns/assets/images/personal/recibos-digitales/footer-recibos-digitales-2023.png);
  background-position-x: 0%;
  background-position-y: center;
  background-size: cover;
  padding: 200px 30px;
  height: 100%;
  max-height: 812px;
  display: flex;
  align-items: center;
}

#footer-recibos-digitales .wrapper {
  max-width: 990px;
}

#footer-recibos-digitales h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 68px;
  line-height: 70px;
  text-align: center;
  letter-spacing: -1px;
  color: #FFFFFF;
  margin-top: 0;
}

#footer-recibos-digitales h1 strong {
  font-weight: bold !important;
}

#footer-recibos-digitales h6 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 30px;
  text-shadow: 1px 1px 3px rgba(0,0,0, 0.5)
}

#footer-recibos-digitales .flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.slide-right {
  animation: slide-right 4.5s cubic-bezier(.25, .46, .45, .94) both
}

.fade-in {
  animation: fadein 2s;
}

@keyframes slide-right {
  0% {
    transform: translateX(-100px)
  }

  100% {
    transform: translateX(0)
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


#fe-tabs section .text {
  max-width: 770px !important
}



@media all and (min-width: 1370px) {
  .industria-comercio .imagen {
    margin-right: -110px;
    margin-top: -270px;
  }

  .no-importa .imagen {
    margin-left: -110px;
    margin-top: -180px;
  }
}

@media all and (max-width: 1400px) {
  #eco-friendly .wrapper>img {
    max-width: 50%;
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -120px;
  }
}

@media all and (max-width: 1280px) {
  #eco-friendly .como-funciona {
    flex: 2;
  }
}

@media all and (max-width: 1100px) {
  #eco-friendly .como-funciona {
    flex: 3;
  }
  #eco-friendly .wrapper>img {
    max-width: 50%;
  }
}

@media all and (max-width: 1100px) {
  #eco-friendly {
    max-height: fit-content;
  }
  #eco-friendly .como-funciona {
    flex: auto;
    width: 100%;
  }
  #eco-friendly .wrapper>img {
    max-width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
  #eco-friendly header{
    margin-top: 0;
  }
  #eco-friendly .como-funciona {
    margin-top: 0;
  }
  #eco-friendly .wrapper {
    position: relative !important;
  }
  #eco-friendly {
    height: 100%;
    padding-bottom: 40px;
  }
}

@media all and (max-width: 950px){
  #banner {
    margin: 30px 0;
  }
  #simplifique header h2 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  #simplifique .panel {
    margin-bottom: 30px;
  }
  #footer-recibos-digitales {
    padding: 60px;
  }
  #footer-recibos-digitales h1 {
    font-size: 48px;
    line-height: 50px;
  }
  #footer-recibos-digitales h6 {
    font-size: 18px;
    line-height: 22px;
  }
  #banner h1 {
    font-size: 48px;
    line-height: 50px;
    padding: 30px;
  }
  #banner .flickity-slider {
    display: flex;
    align-items: center;
  }
  #banner>.bg-dots {
    max-width: 50%;
  }
  .celular{margin-bottom: -80px;}
  #description .title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media all and (max-width: 776px) {
  #eco-friendly {
    padding-top: 80px;
  }
  #eco-friendly .wrapper>img {
    margin-top: -40px;
  }
  #eco-friendly .como-funciona {
    margin: 0;
  }
  #simplifique header {
    margin-bottom: 50px;
  }
  #simplifique a {
    margin-bottom: 100px;
  }
  #eco-friendly ul li {
    margin-bottom: 20px;
  }
  #eco-friendly {
    margin-bottom: auto;
  }

  #footer-recibos-digitales {
    padding: 30px;
  }
  #footer-recibos-digitales h1 {
    font-size: 38px;
    line-height: 40px;
  }
  #footer-recibos-digitales h6 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  #footer-recibos-digitales a {
    height: 50px;
  }
  section.message p {
    margin-bottom: 60px;
  }
}

@media all and (max-width: 563px) {
  #eco-friendly header {
    align-items: flex-start;
  }
  #eco-friendly header h1,
  #eco-friendly header h6 {
    text-align: left;
  }
  #eco-friendly header h1 {
    font-size: 56px;
  }
}