*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: "Roboto Condensed", sans-serif;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.contenedor {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  justify-content: center;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
p {
  line-height: 1.8rem;
}
.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.arrow_up {
  transform: rotate(180deg);
}
.btn-modal {
  background-color: transparent;
  border: 2px solid #c81010 !important;
  padding: 10px 30px !important;
  font-weight: 700 !important;
  color: #c81010;
}
button.close {
  padding: 0px 10px 5px !important;
  background-color: black !important;
  color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  opacity: 1;
  text-shadow: none !important;
}
button.close:hover {
  color: white !important;
}
.modal-content {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
video {
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
}

/*-------------------------------------------------------*/
/* Menu
/*-------------------------------------------------------*/

.header {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
}
#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  background-color: #c81010;
  padding: 14px 10px 14px 10px;
  border-radius: 100px;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
  font-weight: 700;
}

#menuToggle a:hover {
  color: #c81010;
}

#menuToggle input {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 99999; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 27px;
  height: 3px;
  position: relative;
  background: white;
  border-radius: 3px;
  z-index: 99;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(0px, 0px);
  background: #232323;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 0px);
}

#menu {
  position: absolute;
  width: 350px;
  margin: -100px 0 0 -250px;
  padding: 50px;
  padding-top: 120px;
  height: 110vh;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  font-size: 22px;
}

#menuToggle input:checked ~ ul {
  transform: none;
}
@media only screen and (min-width: 768px) {
  .header {
    display: none;
  }
}

/*-------------------------------------------------------*/
/* Header
/*-------------------------------------------------------*/

.logo-head {
  max-width: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.hero {
  background-image: url("../img/27wLG-3f5a3da7-1de9-49fa-aaf4-b3ffe62312ac_fondo-headerv2.jpeg");
  background-size: cover;
  background-position: center center;
  padding: 150px 0;
  padding-bottom: 40px;
}
.title-hero h3 {
  text-align: left;
  font-weight: 300;
  color: #313131;
}
.title-hero h1 {
  text-align: left;
  font-weight: 700;
  line-height: 3rem;
  color: #313131;
}
.title-hero img {
  max-width: 210px;
  padding-bottom: 20px;
}
.title-hero p {
  text-align: left;
  font-weight: 300;
  max-width: 500px;
  margin-top: 20px;
  color: #4f4f4f;
}
.title-hero strong {
  color: #c81010;
}

.img-hero {
  text-align: center;
}
.img-hero img {
  text-align: center;
  width: 70%;
  max-width: 378px;
}

@media only screen and (min-width: 768px) {
  .header {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .hero {
    background-image: url("../img/ZGsd8-be92b055-0af4-4f0a-8679-59c679931799_fondo-headerv2-moviles.jpg");
  }
  .title-hero h1 {
    text-align: center;
  }
  .title-hero p {
    text-align: center;
    padding: 0px 20px;
  }
  .contenedor {
    display: contents;
  }
  .title-hero img {
    margin: 0 auto;
    display: block;
  }
  .detalles-como-pagar h3 {
    margin-top: 70px;
  }
  .txt-title-como-pagar {
    margin: 0 auto;
    text-align: center;
  }
  .detalles-como-pagar {
    margin: 0 auto;
    display: block;
  }
  .nav-tabs a {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    padding: 120px 0;
  }
  .title-hero,
  .fondo-img-hero {
    width: 50%;
  }
  .title-hero h3 {
    font-size: 38px;
  }
  .title-hero h1 {
    font-size: 52px;
    line-height: 4rem;
  }
  .title-hero p {
    font-size: 20px;
  }
  .img-hero img {
    width: 100%;
  }
}

/*-------------------------------------------------------*/
/* Selectores
/*-------------------------------------------------------*/

.selectores {
  position: relative;
  top: -105px;
  background-color: white;
  border-radius: 10px;
  max-width: 1000px;
  -webkit-box-shadow: 5px 5px 13px 5px rgba(0, 0, 0, 0.21);
  box-shadow: 5px 5px 13px 5px rgba(0, 0, 0, 0.21);
  width: 80%;
}
.selectores a {
  width: 100%;
  text-align: center;
  color: #707070;
  border-bottom: 1px solid #707070;
  font-weight: 400;
  font-size: 15px;
  padding: 16px;
}
.selectores a:hover {
  border-bottom: 3px solid #f8202c;
  font-weight: 700;
  text-decoration: none !important;
  color: #707070 !important;
}
.sticky {
  position: fixed;
  top: 0;
  left: auto;
  right: auto;
}
.esc-selectores {
  display: none !important;
}
.estatica {
  top: 35px !important;
  position: sticky !important;
  z-index: 10000 !important;
}
.hover_menu {
  border-bottom: 3px solid #f8202c !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  color: #707070 !important;
}
@media only screen and (min-width: 768px) {
  .selectores {
    top: -35px;
    width: 90%;
  }
  .selectores a {
    width: 25%;
    padding: 25px;
    font-size: 18px;
  }
  .esc-selectores {
    display: block !important;
  }
}

/*-------------------------------------------------------*/
/* Beneficios
/*-------------------------------------------------------*/

.beneficios {
  text-align: center;
  padding: 60px 0;
  padding-top: 0;
}
.beneficios h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
.beneficios h2 span {
  font-weight: 300;
}
.beneficios ul {
  justify-content: center;
}
.beneficios ul li {
  padding: 25px;
  -webkit-box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.21);
  border-radius: 20px;
  margin: 20px;
  max-width: 280px;
  height: 367px;
}
.beneficios ul li img {
  width: auto;
  max-height: 100px;
  margin: 20px;
}
.beneficios ul li h3 {
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}
.beneficios ul li p {
  font-weight: 300;
  font-size: 18px;
}

.beneficios-cel {
  text-align: center;
  padding: 60px 0;
}
.beneficios-cel h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.beneficios-cel h2 span {
  font-weight: 300;
}
.beneficios-cel ul {
  justify-content: center;
}
.full-slider-1 .carousel-control-next,
.full-slider-1 .carousel-control-prev {
  background-color: #c81010;
  border-radius: 10px;
  font-size: 40px;
  height: 40px;
  line-height: 68px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  width: 40px;
}
.full-slider-1 .carousel-control-next:hover,
.full-slider-1 .carousel-control-prev:hover {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.full-slider-1 .carousel-control-next,
.full-slider-1 .carousel-control-prev {
  left: 0px;
}
.full-slider-1 .carousel-control-next {
  left: auto;
  right: 0px;
}
.full-slider-1 .carousel-inner {
  cursor: move;
  padding: 25px;
  -webkit-box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.21);
  border-radius: 20px;
  max-width: 255px;
  margin: 0 auto;
  height: 367px;
}
.full-slider-1 .carousel-inner .carousel-item {
  background-position: 22px 17px;
  background-repeat: no-repeat;
  display: block;
  height: 367px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.full-slider-1 .carousel-inner .carousel-item.carousel-item-left {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.full-slider-1 .carousel-inner .carousel-item.carousel-item-next,
.full-slider-1 .carousel-inner .carousel-item.carousel-item-prev,
.full-slider-1 .carousel-inner .carousel-item.carousel-item-right {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.full-slider-1 .bk-slide img {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
  width: auto;
  max-height: 100px;
  margin: 20px;
}
.full-slider-1 .carousel-inner .carousel-item h3 {
  font-size: 22px;
  font-weight: 700;
  color: black;
  padding: 0;
}
.full-slider-1 .carousel-inner .carousel-item p {
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto;
  width: 90%;
  color: black;
}
.full-slider-1 .carousel-inner .carousel-item::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.full-slider-1 .carousel-inner .carousel-item .carousel-caption {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.full-slider-1 .carousel-inner .carousel-item .carousel-caption h2,
.full-slider-1 .carousel-inner .carousel-item .carousel-caption p,
.full-slider-1 .carousel-inner .carousel-item .carousel-caption .btn {
  opacity: 0;
  visibility: hidden;
}
.full-slider-1
  .carousel-inner
  .carousel-item
  .carousel-caption
  .btn:hover:after {
  bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 1;
  visibility: visible;
}
.full-slider-1 .carousel-inner .carousel-item.active {
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.full-slider-1 .carousel-inner .carousel-item.active .carousel-caption h2,
.full-slider-1 .carousel-inner .carousel-item.active .carousel-caption p,
.full-slider-1 .carousel-inner .carousel-item.active .carousel-caption .btn {
  opacity: 1;
  visibility: visible;
}
.full-slider-1
  .carousel-inner
  .carousel-item.active
  .carousel-caption.first-slide
  h3 {
  animation: 1300ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.full-slider-1
  .carousel-inner
  .carousel-item.active
  .carousel-caption.first-slide
  h2 {
  animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.full-slider-1
  .carousel-inner
  .carousel-item.active
  .carousel-caption.first-slide
  p {
  animation: 1200ms ease-in-out 0s normal none 1 running slideInDown;
}

.full-slider-1 .carousel-indicators li {
  background-color: #ebc7c8;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 12px;
  width: 12px;
}
.full-slider-1 .carousel-indicators li.active {
  background-color: #dd141d;
  border: 1px solid #dd141d;
}

@media only screen and (min-width: 768px) {
  .beneficios {
    padding-top: 60px;
  }
  .beneficios h2 {
    font-size: 50px;
  }
}

/*-------------------------------------------------------*/
/* Como Usar
/*-------------------------------------------------------*/

.como-usar {
  text-align: center;
  background-color: #f7f6f9;
}
.como-usar h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 40px 0;
  width: 90%;
  margin: 0 auto;
}
.como-usar h2 span {
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .como-usar h2 {
    font-size: 50px;
  }
}

.davivienda-movil .contenedor p {
  font-size: 22px;
  font-weight: 300;
}
/*-------------------------------------------------------*/
/* Como Usar Slides
/*-------------------------------------------------------*/

.seccion-como-usar {
  background-color: #f7f6f9;
  margin-top: -10px;
  border-top: 1px solid #c9c9c9;
}
.davivienda-movil h2,
.apple-wallet h2 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 20px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.davivienda-movil h2 span,
.apple-wallet h2 span {
  font-weight: 300;
}
.davivienda-movil,
.apple-wallet {
  padding: 40px 0;
  width: 100%;
}
.apple-wallet {
  text-align: center;
  padding-bottom: 190px;
  border-top: 2px solid #e8e9ea;
}
.full-slider-3 .carousel-control-next,
.full-slider-3 .carousel-control-prev {
  background-color: #c81010;
  border-radius: 10px;
  font-size: 40px;
  height: 40px;
  line-height: 68px;
  position: absolute;
  top: 30%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
  width: 40px;
}
.full-slider-3 .carousel-control-next:hover,
.full-slider-3 .carousel-control-prev:hover {
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -ms-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.full-slider-3 .carousel-control-next,
.full-slider-3 .carousel-control-prev {
  left: 10px;
}
.full-slider-3 .carousel-control-next {
  left: auto;
  right: 10px;
}
.full-slider-3 .carousel-inner {
  cursor: move;
  width: 95%;
  margin: 0 auto;
  height: 603px;
}
.full-slider-3 .carousel-inner .carousel-item {
  background-position: 22px 17px;
  background-repeat: no-repeat;
  display: block;
  height: 495px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.full-slider-3 .carousel-inner .carousel-item.carousel-item-left {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.full-slider-3 .carousel-inner .carousel-item.carousel-item-next,
.full-slider-3 .carousel-inner .carousel-item.carousel-item-prev,
.full-slider-3 .carousel-inner .carousel-item.carousel-item-right {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.full-slider-3 .carousel-inner .carousel-item h2 {
  font-size: 22px;
  font-weight: 700;
  color: black;
  padding: 0;
}
.full-slider-3 .carousel-inner .carousel-item p {
  font-size: 16px;
  font-weight: 300;
  margin: 0 auto;
  width: 90%;
  color: black;
}
.full-slider-3 .carousel-inner .carousel-item p b {
  font-weight: 700;
}
.full-slider-3 .carousel-inner .carousel-item::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.full-slider-3 .carousel-inner .carousel-item .carousel-caption {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.full-slider-3 .carousel-inner .carousel-item .carousel-caption h2,
.full-slider-3 .carousel-inner .carousel-item .carousel-caption p,
.full-slider-3 .carousel-inner .carousel-item .carousel-caption .btn {
  opacity: 0;
  visibility: hidden;
}
.full-slider-3
  .carousel-inner
  .carousel-item
  .carousel-caption
  .btn:hover:after {
  bottom: 0;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 1;
  visibility: visible;
}
.full-slider-3 .carousel-inner .carousel-item.active {
  opacity: 1;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.full-slider-3 .carousel-inner .carousel-item.active .carousel-caption h2,
.full-slider-3 .carousel-inner .carousel-item.active .carousel-caption p,
.full-slider-3 .carousel-inner .carousel-item.active .carousel-caption .btn {
  opacity: 1;
  visibility: visible;
}
.full-slider-3
  .carousel-inner
  .carousel-item.active
  .carousel-caption.first-slide
  h3 {
  animation: 1300ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.full-slider-3
  .carousel-inner
  .carousel-item.active
  .carousel-caption.first-slide
  h2 {
  animation: 1500ms ease-in-out 0s normal none 1 running fadeInLeft;
}
.full-slider-3
  .carousel-inner
  .carousel-item.active
  .carousel-caption.first-slide
  p {
  animation: 1200ms ease-in-out 0s normal none 1 running slideInDown;
}

.full-slider-3 .carousel-indicators li {
  background-color: #ebc7c8;
  border: 2px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 12px;
  width: 12px;
}
.full-slider-3 .carousel-indicators li.active {
  background-color: #dd141d;
  border: 1px solid #dd141d;
}
.img-slide {
  margin-bottom: 30px;
}
.img-slide img {
  position: relative;
  max-width: 177px;
  margin: 0 auto;
  top: -1px;
  left: -01px;
}
.img-slide::before {
  background: url("../img/g3jWQ-391ccb37-40f9-4c85-b7d3-f890e48b39d1_mockupV2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 415px;
  width: 90%;
  left: 15px;
  top: 5px;
  position: absolute;
  content: "";
}

/* Jquery */

@media only screen and (max-width: 320px) {
  .img-slide img {
    max-width: 177px;
    top: -1px;
    left: 1.5px;
  }
  .full-slider-3 .carousel-control-next,
  .full-slider-3 .carousel-control-prev {
    left: 0px;
  }
  .full-slider-3 .carousel-control-next {
    left: auto;
    right: 0px;
  }
  .detalles-como-pagar h3 {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .davivienda-movil h2,
  .apple-wallet h2 {
    font-size: 35px;
  }
  .davivienda-movil,
  .apple-wallet {
    width: 50%;
    margin-top: 0;
    padding-bottom: 280px;
  }
  .img-slide {
    width: 40%;
    margin: auto;
  }
  .bk-slide {
    width: 40%;
    margin: auto;
  }
  .img-slide {
    margin-bottom: 0;
  }
  .full-slider-3 .carousel-inner {
    height: 500px;
  }
  .img-slide::before {
    left: -15%;
  }
  .full-slider-3 .carousel-control-next,
  .full-slider-3 .carousel-control-prev {
    top: 50%;
  }
  .img-slide img {
    top: -75px;
    left: 23px;
  }
  .apple-wallet {
    border-left: 2px solid #e8e9ea;
    border-top: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
  .img-slide img {
    top: -75px;
    left: 1px;
  }
  .davivienda-movil h2,
  .apple-wallet h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1240px) {
  .img-slide::before {
    left: -15.8%;
  }
}

/*-------------------------------------------------------*/
/* Como Pagar
/*-------------------------------------------------------*/

.como-pagar {
  position: relative;
  top: -150px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: -150px;
}
.title-como-pagar {
  background: rgb(222, 222, 222);
  background: linear-gradient(
    0deg,
    rgba(222, 222, 222, 1) 0%,
    rgba(223, 223, 223, 1) 12%,
    rgba(255, 255, 255, 1) 80%
  );
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.21);
  box-shadow: 2px 2px 13px 2px rgba(0, 0, 0, 0.21);
  padding: 40px;
  height: 400px;
}

.img-title-como-pagar {
  position: relative;
  text-align: center;
  top: 40px;
}
.img-title-como-pagar img {
  width: 80%;
  max-width: 386px;
}

.txt-title-como-pagar img {
  max-width: 210px;
  padding-bottom: 20px;
}

.txt-title-como-pagar .dos {
  max-width: 265px;
  padding-bottom: 20px;
}

.txt-title-como-pagar h2 {
  color: #313131;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 20px;
}
.txt-title-como-pagar h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  background-color: #313131;
  height: 3px;
  width: 200px;
}
.txt-title-como-pagar h2 span {
  font-weight: 300;
}
.txt-title-como-pagar strong {
  color: #313131;
}
.detalles-como-pagar {
  padding: 60px 20px;
  margin-top: 60px;
  text-align: center;
}
.detalles-como-pagar h3 {
  font-size: 25px;
  font-weight: 700;
  max-width: 500px;
}
.iconos-apple {
  width: 100%;
  max-width: 234px;
}
.cel {
  display: block;
}
.esc {
  display: none;
}

.detalles-como-pagar .flex {
  justify-content: center;
}
.img-detalles-como-pagar img {
  width: 100%;
}
.txt-detalles-como-pagar {
  padding: 40px 0;
  text-align: center;
}
.txt-detalles-como-pagar h2 {
  font-size: 25px;
  font-weight: 700;
  border-bottom: 3px solid #ce2121;
  padding-bottom: 20px;
}
.txt-detalles-como-pagar p {
  padding: 20px 0;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .como-pagar {
    width: 100%;
    margin: 0 auto;
    top: -200px;
    margin-bottom: -200px;
  }
  .detalles-como-pagar {
    text-align: left;
  }
  .detalles-como-pagar h3 {
    font-size: 40px;
    color: #c81010;
  }
  .title-como-pagar {
    padding-top: 0;
  }
  .txt-title-como-pagar h2 {
    font-size: 50px;
    max-width: 500px;
    padding-right: 100px;
  }
  .txt-title-como-pagar img {
    padding-top: 100px;
  }
  .txt-title-como-pagar .dos {
  }
  .txt-title-como-pagar,
  .img-title-como-pagar {
    width: 50%;
  }
  .txt-detalles-como-pagar,
  .img-detalles-como-pagar {
    width: 45%;
    margin: 2.5%;
  }
  .txt-detalles-como-pagar h2 {
    font-size: 38px;
  }
  .txt-detalles-como-pagar p {
    font-size: 24px;
  }
  .txt-detalles-como-pagar {
    text-align: right;
  }
  .img-title-como-pagar {
    position: relative;
    text-align: center;
    top: 40px;
    margin: 0px 0px 80px 0px;
  }
  .txt-title-como-pagar {
    position: relative;
    top: -140px;
  }
  .img-title-como-pagar img {
    width: 100%;
  }
  .detalles-como-pagar {
    margin-top: 0;
  }
  .cel {
    display: none;
  }
  .esc {
    display: block;
  }
}

/*-------------------------------------------------------*/
/* FAQS
/*-------------------------------------------------------*/

.faqs {
  text-align: center;
  padding-bottom: 60px;
  width: 85%;
  margin-left: auto;
}
.faqs h2 {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 40px 0;
}
.faqs .card {
  width: 95%;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  border-radius: 20px;
  margin-bottom: 20px;
}
.btn-link {
  color: black !important;
  text-decoration: none !important;
}
.btn-link:hover {
  color: black !important;
}
.card-header .collapsed i {
  transform: rotate(180deg);
  font-size: 20px;
  margin: auto;
}

.card-header {
  padding: 0 !important;
  background-color: transparent !important;
  border-bottom: 1px solid transparent !important;
}
.card-body {
  padding: 0 !important;
  padding-top: 10px !important;
  border-top: 1px solid #c6c6c6 !important;
}
.card-header button {
  width: 100%;
}
.card-header button:hover {
  text-decoration: none;
}
.title-faqs h3 {
  font-size: 14px;
  font-weight: 700;
  color: black;
  margin: auto;
}
.title-faqs {
  width: 95%;
  text-align: left;
}
.btn-faqs {
  width: 5%;
  text-align: center;
}
.btn-faqs img {
  width: 20px;
  margin: auto;
}
.btn-faqs-description {
  color: #5d5d5d;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .faqs h2 {
    font-size: 50px;
  }
  .title-faqs h3 {
    font-size: 25px;
  }
  .btn-faqs i,
  .card-header .collapsed .btn-faqs i {
    font-size: 22px;
  }
  .card-body p {
    font-size: 20px;
  }
}

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/

.footer {
  background-color: #000000;
  padding: 40px 0;
  text-align: center;
}
.footer img {
  width: 100%;
  max-width: 250px;
}
.footer .contenedor {
  width: 90%;
  margin: 0 auto;
}
.footer .flex {
  justify-content: center;
}
.footer p,
.footer h3 {
  color: white;
  text-align: center;
}
.footer p {
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
}
.footer .flex .logo-legal {
  width: 33%;
}
.footer h3 {
  font-size: 12px;
  font-weight: 700;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) {
  .footer p,
  .footer h3 {
    font-size: 15px;
  }
}

/* Boton cambio Landing */ 
.CambioLanding{
  position: absolute;
  right: 3%;
  top: 3%;
  z-index: 1000;
}
.CambioLanding a{
  text-decoration: none;
}
.CambioLanding .bookmarkBtn {
  width: 290px;
  height: 50px;
  border-radius: 40px;
  border: 1px solid rgba(161, 161, 161, 0.349);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 0.3s;
  overflow: hidden;
}
.CambioLanding .IconContainer {
  width: 30px;
  height: 30px;
  background: linear-gradient(to bottom, rgb(237, 28, 39), rgb(221, 20, 29));
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 2;
  transition-duration: 0.3s;
}
.CambioLanding .bi-google {
  border-radius: 1px;
  color: #ffffff;
}
.CambioLanding .text {
  height: 100%;
  width: 80%;
  color: #ed1c27;
  z-index: 1;
  transition-duration: 0.3s;
  line-height: 1.2rem;
  font-size: 1em;
  margin: 0%;
  padding: 5px 0px !important;
}
.CambioLanding .bookmarkBtn:hover .IconContainer {
  width: 90%;
  transition-duration: 0.3s;
}
.CambioLanding .bookmarkBtn:hover .text {
  transform: translate(10px);
  width: 0;
  font-size: 0;
  transition-duration: 0.3s;
}
.CambioLanding .bookmarkBtn:active {
  transform: scale(0.95);
  transition-duration: 0.3s;
}

/* boton de descarga appp */
.boton-descarga-app-davivienda {
  position: fixed;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px 0 0 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  -moz-box-shadow: -3px -1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -3px -1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: -3px -1px 8px rgba(0, 0, 0, 0.5);
  transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
  padding-right: 30px;
}
.boton-descarga-app-davivienda:hover {
  right: 0px;
}
.boton-descarga-app-davivienda img {
  margin: 10px;
}
.boton-descarga-app-davivienda p {
  margin: 0px 5px 2px 10px;
}
.boton-descarga-app-davivienda a {
  color: #7f7f7f;
  text-decoration: none;
} /* fin boton de descarga appp */ /*  */
@media (max-width: 1024px) {
  .footerimagen {
    width: 80px;
  }
}

/* boton de descarga appp */
.boton-descarga-app-davivienda {
  position: fixed;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px 0 0 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  -moz-box-shadow: -3px -1px 8px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -3px -1px 8px rgba(0, 0, 0, 0.5);
  box-shadow: -3px -1px 8px rgba(0, 0, 0, 0.5);
  transition: all 0.37s cubic-bezier(0, 0, 0.58, 1);
  padding-right: 30px;
}
.boton-descarga-app-davivienda:hover {
  right: 0px;
}
.boton-descarga-app-davivienda img {
  margin: 10px;
}
.boton-descarga-app-davivienda p {
  margin: 0px 5px 2px 10px;
}
.boton-descarga-app-davivienda a {
  color: #7f7f7f;
  text-decoration: none;
} /* fin boton de descarga appp */ /*  */
@media (max-width: 1024px) {
  .footerimagen {
    width: 80px;
  }
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #dd141d !important;
  color: #ffffff;
  border-radius: 20px 20px 0px 0px;
}
.nav-tabs a {
  color: #343a40;
  font-weight: 700;
  font-size: 24px;
}

.nav-tabs .nav-link.nav-link::before {
  border: 0px solid transparent;
}
@media only screen and (max-width: 768px) {
  .nav-tabs a {
    font-size: 18px;
  }
  .davivienda-movil .contenedor p {
    font-size: 16px;
    font-weight: 300;
  }
}

@media (max-width: 425px) {
  .CambioLanding{
    display: none;
  }
}