/**
Estilos para kallpa cambio
**/
html,
body {
height: 100%;
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Roboto', sans-serif;
}

p{
    font-family: 'Open Sans', sans-serif;
}
/**menu**/
.bg-dark {
    background-color: #000000!important;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #1BCA59;
}
.navbar-dark .navbar-nav .nav-link {
    color: #212121;
    cursor: pointer;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #00842c;
}

a:hover{
    color:#00842c !important;
    text-decoration: none !important;
    cursor: pointer;
}

a{
    color: #1BCA59 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.titulo-r{
color: #1BCA59;
font-weight: 800;
}

.texto-r{
    font-size: 20px;
}

.texto-n{
font-size: 15px;
}
/**botones**/
.btn-eliminar {
  color: #fff;
  background-color: #c74646;
  border-color: #c74646;
}
.btn-eliminar:hover {
  color: #fff;
  background-color: #921a1a;
  border-color: #921a1a;
}

.btn-cancelar {
  color: #fff;
  background-color: #696969;
  border-color: #696969;
}
.btn-cancelar:hover {
  color: #fff;
  background-color: #3a3a3a;
  border-color: #3a3a3a;
}

.btn-registro {
    color: #fff;
    background-color: #1BCA59;
    border-color: #1BCA59;
}

.btn-registro:hover {
    color: #fff;
    background-color: #00842c;
    border-color: #00842c;
}

.btn-login {
  color: #1BCA59;
  background-color: #fff;
  border-color: #1BCA59;
  height: 85%;
}

.btn-login:hover {
  color: #00842c;
  background-color: #fff;
  border-color: #00842c;
  height: 85%;
}

.btn-check:focus + .btn-registro, .btn-registro:focus {
    color: #fff;
    background-color: #00842c;
    border-color: #00842c;
    box-shadow: 0 0 0 0.25rem rgb(27 202 89 / 41%);
  }

.btn-iniciar-sesion {
    color: #1BCA59;
    background-color: #fff;
    border-color: #1BCA59;
}

.btn-iniciar-sesion:hover {
    color: #fff !important;
    background-color: #00842c;
    border-color: #00842c;
  }
.btn-check:focus + .btn-iniciar-sesion, .btn-iniciar-sesion:focus {
    box-shadow: 0 0 0 0.25rem rgb(27 202 89 / 41%);
    ;
  }

span{
font-weight: 700;

}

.banner {
  background: linear-gradient( 
    180deg, rgb(27 202 89) 30%, rgb(10 250 130) 71%);
}

/**calculadora**/
.cambio{
    background-color: #fff;
    border: 1px solid;
    border-radius: 10px;
    align-items: center;
    padding: 3px 10px 0 10px;
}


.texto-grande{
    font-size: 2rem;
    font-weight: 700;
}

.texto-cambio{
    line-height: 0.8;
}

.texto-medium{
    font-size: 20px;
    font-weight: 500;
}

.text-white{
    color: #fff;
}

.flechas-cambio{
    background: #129739;
    border-radius: 28px;
    border: 3px solid rgb(27 202 89);
    width: 40px;
    position: absolute;
    margin-left: 27%;
    margin-top: -20px;
}

.flechas-cambio1 {
  background: #129739;
  border-radius: 28px;
  border: 3px solid rgb(27 202 89);
  width: 40px;
  position: absolute;
  margin-left: 24%;
  margin-top: -20px;
}

/**logos slider**/
.logos{
    background-color: #00842c;
    padding: 10px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/**section pasos**/
.titulo-cambio{
    color: #1BCA59;
}

.sub-ttulo{
    font-weight: normal;
}

.numero{
  font-size: 51px;
  font-weight: 800;
  color: #1BCA59;
  margin-bottom: 0px;
}

.sep-pas{
    border: 2px solid #00842c;
}

/**video**/
.mm-product-video-modal-container {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: none;
    overflow: hidden;
  }
  
  .mm-product-video-modal-container.open {
    display: block;
  }
  
  .mm-product-video-modal-close:hover {
    cursor: pointer;
  }
  
  .mm-product-video-modal-close {
    color: #fff;
    position: fixed;
    z-index: 1000000000;
    top: 20px;
    right: 20px;
    font-size: 40px;
  }
  
  .mm-product-video-modal {
    width: 50%;
    max-height: 800px;
    overflow: hidden;
    position: relative;
    top: -1000px;
    text-align: left;
    border-radius: 4px;
  }
  
  .mm-product-video-modal.open {
    top: 150px;
    margin-bottom: 150px;
  }
  
  .mm-video-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  
  .mm-launch-container {
    margin-top: 100px;
  }
   .mm-launch{
    background: #fff;
    border: 0;
   }
  
  .dropper {
      transition: top 0.5s ease-in-out;
  }


  /**porque usar kalla**/
  .fondo-black{
    background-color: rgb(27 202 89 / 20%);
  }

.texto-justify{
    text-align: justify;
}

.text-green{
    color: #000;
    font-size: 2rem;
}

.text-black{
    font-size: 2rem;
    margin-top: -1%;
}

.text-black span{
    color: #1BCA59; 
}

.descargar-app{
    margin-top: 10%;
}

footer{
    background-color: #3A3939;
}

footer a{
    color: #fff !important;
    text-decoration: none;
}

.copyright{
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.poli-term{
  color: #fff !important;
  float: center!important;
}
.footer{
    padding: 10px;
    padding: 3rem 0 1rem 0;

}

.rd{
    margin-top: 2%;
}

.texto-footer{
    font-size: 14px;
}

.fa-facebook-square, .fa-instagram, .fa-twitter-square, .fa-linkedin{
    font-size: 25px;
    color: #fff;
}

.fa-facebook-square:hover, .fa-instagram:hover, .fa-twitter-square:hover, .fa-linkedin:hover{
  color: #00842c !important;
}
.list-footer{
    list-style: none;
    font-size: 14px;
    margin-left: -11%;
}

/**login**/
.login {
    background: rgb(0,0,0);
    background: rgb(27 202 89 / 30%);
    background-repeat: no-repeat;
    height: 100%;
    padding: 10px;
}
.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
    background: rgb(255 255 255 / 89%);
    border-radius: 5px;
  }
  
  .form-signin .checkbox {
    font-weight: 400;
  }
  
  .form-signin .form-floating:focus-within {
    z-index: 2;
  }
  
  .form-signin input[type="email"] {
    margin-bottom: 6px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .form-signin input[type="text"] {
    margin-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #1BCA59;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(27 202 89 / 41%);
  }

  input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: rgb(255, 255, 255) !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}

  .form-check-input:focus {
    border-color: #1BCA59;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(27 202 89 / 41%);
  }
  .form-check-input:checked {
    background-color: #1BCA59;
    border-color: #1BCA59;
  }

  

.social-login{
    padding-top: 2%;
}
  .social-conect{
      background-color: #fff;
      border: 1px solid #ddd;
      font-size: 17px;
  }

  .btn-check:focus + .social-conect, .social-conect:focus {
    box-shadow: 0 0 0 0.25rem rgb(105 130 21 / 20%);

  }

  .social-conect .fa-facebook-square{
      color: blue;
  }

  .social-conect .fa-google{
     color: red;
  }

  .m-b{
    margin-bottom: 3%;
  }
  .m-t{
      margin-top: 3%;
  }

  .m-t-2{
    margin-top: 2%;
}

  .m-t-1{
    margin-top: -3%;
  }


  /***registro**/
  .titulo-registro{
      font-family: 'Roboto', sans-serif;
      font-weight: 800;
  }

  .form-registro {
    background-color: rgb(27 202 89 / 30%);
 } 

 .form-registro1{
  background-color: rgb(27 202 89 / 30%);
 }

  .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .form-select:focus {
    border-color: #1BCA59;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(27 202 89 / 41%);
  }

  .form-check-input:focus {
    border-color: #1BCA59;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(27 202 89 / 41%);
  }
  .form-check-input:checked {
    background-color: #1BCA59;
    border-color: #1BCA59;
  }

  .form-check-input[type=checkbox]:indeterminate {
    background-color: #1BCA59;
    border-color: #1BCA59;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  }

  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #1BCA59;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
  }

  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #1BCA59;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
  }

  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(27 202 89 / 41%);
  }
  .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #1BCA59;
    border-color: #1BCA59;
  }

  .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0.25rem rgb(27 202 89 / 41%);
  }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #1BCA59;
    background-color: transparent;
  }

  .btn-link {
    font-weight: 400;
    color: #1BCA59;
    text-decoration: underline;
  }
  .btn-link:hover {
    color: #1BCA59;
  }

.registro{
        width: 100%;
        max-width: 950px;
        padding: 15px;
        margin: auto;
}
.recuperar-c{
        width: 100%;
        max-width: 950px;
        padding: 15px;
        margin-top: 5%;
        margin: auto;
}

label{
    font-size: 15px;
}

.politicas{
    font-size: 12px;
    margin-bottom: -1%;
}

.p-q {
  font-size: 14px;
  margin-top: 4%;
}


.text-q-m{
  color: #1BCA59;
  font-weight: 800;
}

.p-m{
  font-size: 24px;
}

.qp{
  padding: 10% 1.8%;
}

.sp{
  padding: 10%;
}

.mision{
  padding: 5% 0;
}

.servicio{
  background-color: #fff;
}

.m-t1{
  margin-top: -8%;
}

.banner-q{
  background: rgb(245,245,245);
  background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(231,231,231,1) 90%);
}



.f-mision{
  background-color: #E5E5E5;
}

.m-t{
  margin-top: 7%;
}


.v-cambio{
    font-weight: 800;
    font-size: 2rem;
    line-height: 99.61%;
    letter-spacing: -0.03em;
    color: #212121;
    background-color: rgba(0,0,0,0);
    border: 0px;
    padding: 0px;
    outline: 0;
    text-align: right;
}
.inp-cupon{
  font-weight: 400;
  font-size: 1rem;
  line-height: 99.61%;
  color: #212121;
  background-color: rgba(0,0,0,0);
  border: 0px;
  padding: 0px;
  outline: 0;
  text-align: left;
  text-transform: uppercase;
}
.cupon{
  background-color: #fff;
  border: 1px solid;
  border-radius: 10px;
  align-items: center;
  padding: 5px 5px 5px 10px;
  
}

.inp-valor{
  line-height: 99.61%;
  color: #212121;
  background-color: rgba(0,0,0,0);
  border: 0px;
  padding: 0px;
  outline: 0;
  text-align: right;
}
.textCupon {
  font-size: 0.575em;
}
.btn-light {
  color: #1BCA59;
  background-color: transparent;
  border-color: transparent;
}

.btn-light:hover {
  color: #00842c;
  background-color: transparent;
  border-color: transparent;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #00842c;
  background-color: transparent;
  border-color: transparent;
  box-shadow: transparent;
}

.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #00842c;
  background-color: transparent;
  border-color: transparent;
  box-shadow: transparent;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: transparent;
}

.registro-1{
  background-color: hsl(73deg 45% 67% / 30%);
  border-radius: 20px;
  width: 600px;
}
.registro-2{
  background-color: #fff;
  border-radius: 20px;
  width: 343px;
}

.c-d{
  width: 600px;
}

.form-label {
  margin-bottom: .2rem;
}

.item-op-1{
  font-weight: normal;
}
.moneda{
  font-weight: 700;
}

.separador{
  border-style: dashed;
}

.breadcrumb{
  background-color: #1BCA59;
  color: #fff;
}

.list-ope{
  list-style: none;
  padding-left: 0rem;
}

.fa-user{
  font-size: 25px;
}

.p-5re{
    padding: 1rem!important;
}

.t-c{
font-weight: normal;
}

.p-2{
  padding: 0 20px 0 20px !important;
}

.inicio-home{
  background-color: #F5F6EF;

}

.t-d{
  margin-bottom: auto;
}

.file-upload {
  background-color: #ffffff;
  /*width: 600px;
  margin: 0 auto;*/
  padding: 20px;

  display:inline-block;
  margin-left:auto;
  margin-right:auto;

}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #1BCA59;
  background: #fff;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #1BCA59;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1BCA59;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}
.file-upload-content {
  display: block;
  text-align: center;
}

.file-upload-content1 {
  display: block;
  text-align: center;
}

.file-upload-content2 {
  display: block;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  margin-top: 20px;
  border: 4px dashed #1BCA59;
  position: relative;
}
.image-upload-wrap1 {
  margin-top: 20px;
  border: 4px dashed #1BCA59;
  position: relative;
}
.image-upload-wrap2 {
  margin-top: 20px;
  border: 4px dashed #1BCA59;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #1BCA59;
  border: 4px dashed #ffffff;
}
.image-upload-wrap1:hover {
  background-color: #1BCA59;
  border: 4px dashed #ffffff;
}

.image-upload-wrap2:hover {
  background-color: #1BCA59;
  border: 4px dashed #ffffff;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #1BCA59;
  padding: 60px 0;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}
.file-upload-image1 {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}
.file-upload-image2 {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

.t-list{
  color: #1BCA59;
}

.s-list{
  height: 2px !important;
}

.t-v{
  color: #B2B2B2;
  margin-bottom: -0.5%;
}

.sub-t{
  font-weight: 600;
  font-size: 15px;
}
.sub-cupon{
  font-weight: 600;
  font-size: 15px;
  color: #129739;
}
.chat {
  position:fixed;
  width:60px;
  height:60px;
  bottom: 10%;
  right: 16%;
  border-radius:50px;
  text-align:center;
  font-size:35px;
  z-index:100;
}

.chat-icon {
  margin-top:-7px;
}

.s-b{
  font-size: 18px;
}

.text-l {
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 1rem;
  
}

.text-xs{
  font-size: 12px;
  line-height: 1rem !important;
}

.btn-secondary {
  color: #1BCA59;
  background-color: #000;
  border-color: #000;
}
.btn-secondary:hover {
  color: #1BCA59;
  background-color: #000;
  border-color: #000;
}

.t-cambio{
  margin-bottom: -4%;
}

.step {
  list-style: none;
  margin: .2rem 0;
  width: 100%;
  margin-top: 2%;
}

.step .step-item {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  position: relative; 
  text-align: center;
}

.step .step-item:not(:first-child)::before {
  background: #1BCA59;
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 18px;
  width: 100%;
}

.step .step-item a {
  color: #acb3c2;
  display: inline-block;
  padding: 35px 10px 0;
  text-decoration: none;
}

.step .step-item a::before {
  background: #1BCA59;
  border: .1rem solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 2rem;
  left: 50%;
  position: absolute;
  top: .2rem;
  transform: translateX(-50%);
  width: 2rem;
  z-index: 1;
}

.step .step-item.active a::before {
  background: #B2B2B2;
  border: .1rem solid #fff;
}

.step .step-item.active ~ .step-item::before {
  background: #B2B2B2;
}

.step .step-item.active ~ .step-item a::before {
  background: #B2B2B2;
}

.t-tiempo{
  color: #1BCA59;
  font-weight: 700;
}


/*tabs*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  font-weight: 700;
  background-color: #1BCA59;
  border-color: #ffffff;
  border-bottom: 2px solid #1BCA59;
}
.nav-tabs .nav-link:hover {
  color: #fff;
  font-weight: 700;
  background-color: #129739;
  border-color: #ffffff;
  border-bottom: 2px solid #129739;
}
.nav-fill .nav-item, .nav-fill>.nav-link {
  flex: none;
  text-align: center;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 0px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

/*.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #fff #fff #fff;
  isolation: isolate;
}*/
.nav-link{
  color: #212121;
  font-weight: 700;
}
.nav-link:hover{
  color: #212121;
  border: none;
}

.fa-copy{
  color: #ccc;
  font-size: 26px;
}

.copy{
  min-height: 100%;
  min-height: 100vh;
  text-align: center;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #fff;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 2rem 4rem;
}

.n-cuenta{
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem;
}

.m{
  margin: 1%;
}

/**pasos registro**/
#step1:before{
  content: "1";
  color: #fff;
}
#step2:before{
  content: "2";
  color: #fff;
}
#step3:before{
  content: "3";
  color: #fff;
}
#step4:before{
  content: "4";
  color: #fff;
}
#step5:before{
  content: "5";
  color: #fff;
}

td, th{
  padding: 1%;
}

.cargando{
  
  background-image: url('../img/cargando.gif');
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 30px;
  height: 100px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: large;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  margin-right: -11px;
}

.logo-kallpa, .navbar-brand {
  width: 200px;
}

.p-5 {
  padding: 1rem!important;
}
.calculadora{
  margin-top: 10%;
}
.icon-kallpa{
  width: 45px;
}
.text-d{
  font-size: 15px;
}

.w-cambio{
  width: 170px;
}
.app-img{
  width: 150px;
}
.m-app{
  width: 350px;
}
.footer{
  text-align: center;
  line-height: 1.8rem;
}
.alto{
  height: 87px;
}
/**responsive**/
@media (min-width: 768px){
  /*.alto{
    height: 110px;
  }*/

  .chat {
    position:fixed;
    width:60px;
    height:60px;
    bottom: 10%;
    right: 5%;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    z-index:100;
  }
  .text-green{
    color: #000;
    font-size: 3rem;
}
.text-black {
  font-size: 3rem;
  margin-top: -1%;
}
  .img-kallpa{
    position: absolute;
    margin-top: 2.8%;
    width: 650px !important;
  }
  .logo-kallpa {
    width: 350px;
  }
  .banner{
    background-image: url("../img/banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    height: 420px;
}
.text-l{
  font-weight: normal;
    font-size: 50px;
    margin-bottom: 1rem;
    
}

.p-5 {
  padding: 3rem!important;
}

.icon-kallpa{
  width: 50px;
}
.calculadora{
  margin-top: 0%;
}

.pt-3{
  padding-top: 1rem!important;
}


.text-d{
  font-size: .875em;
}
.app-img{
  width: 200px;
}
.m-app{
  width: 600px;
}
.footer{
  text-align: left;
  line-height: 1.8rem;
}
.copyright{
  font-size: 12px;
  color: #fff;
  text-align: left;
}
.poli-term{
  color: #fff !important;
  float: right!important;
}
.registro-2{
  background-color: #fff;
  border-radius: 20px;
  width: 600px;
}
.p-5re{
  padding: 2rem!important;
}

.flechas-cambio{
  background: #129739;
  border-radius: 28px;
  border: 3px solid rgb(27 202 89);
  width: 40px;
  position: absolute;
  margin-left: 8%;
  margin-top: -20px;
}
.flechas-cambio1 {
  background: #129739;
  border-radius: 28px;
  border: 3px solid rgb(27 202 89);
  width: 40px;
  position: absolute;
  margin-left: 13%;
  margin-top: -20px;
}
.list-q{
  list-style: none; 
  font-size: 20px !important; 
  margin-top: 4%;
  padding-left: 0rem;
  line-height: 3rem !important;
}
.p-q{
  font-size: 20px;
  margin-top: 4%;
}
.cnt{
  margin-top: 0% !important;
}
}

.cnt{
  margin-top: 7%;
}
.fa-check{
  color: #1BCA59;
}

.img-kallpa{
  /*width: 400px;*/
  width: 318px;
}

.inf{
  font-size: 20px;
}

.list-q{
  list-style: none;
  font-size: 14px;
  margin-top: 4%;
  padding-left: 0rem;
  line-height: 2rem;
}

