.icon-list {
  padding-left: 0;
  list-style: none;
}
.icon-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .25rem;
}
.icon-list li::before {
  display: block;
  flex-shrink: 0;
  width: 1.5em;
  height: 1.5em;
  margin-right: .5rem;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 900;
    line-height: 1.2;
}.h5, h5 {
    font-size: 1rem;
}
.black , .black   a  {
font-size: 14px;
    font-weight: 900;
    color:#000 !important;

}

.tama_texto {
font-size: 14px;


}
body  {
font-weight: 200;
  }
body .clipboard {
  border: 0;
  padding: 12px;
  border-radius: 3px;
  background-image: linear-gradient(135deg, #fff9ce 10%, #fff9ce 100%);
  cursor: pointer;

  color: #817145;
  font-family: "Karla", sans-serif;
  font-size: 13px;
  position: relative;
  top: 0;
  transition: all 0.2s ease;
}
body .clipboard:hover {
  top: 2px;
}
.copy_texto p {
  font-size: 12px;
text-align: center;
margin-top: 6px;

}
.footer-cta__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 50px;
    margin-top: auto;
    margin-bottom: auto;
    padding: 20px 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    background-color: #f8f8f8;
    background-image: url(images/color-bkgd.svg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    }
    #dh-footer {
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #fff;
    color: #666;
    font-size: 12px;
    padding-top: 2px;
}
#dh-footer ul li{
list-style: none;
text-decoration: none;
}
#dh-footer ul li a{
  color: #666;
  text-decoration: none;

}
#dh-footer .copy {
    font-size: 0.7rem !important;
    color: #666;
    font-weight: 500;
}
#dh-footer .copy a {
    font-size: 0.7rem !important;
    color: #000;
    font-weight: 600;
}

.texto_verte b{

    color: #000;
    font-weight: 600;
}
.texto_verte span{

    color: #0500ff;
    font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

.qrImage {
  display: none;
}



.contQr {
  margin: auto;
  width: 100%;
  max-width: 100%;
}

.qrImage {
  background-color: #efecec;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  margin: auto;
  margin-top: 30px;
}

.qrImage img {
  width: 100%;
  background: #fff;
    padding: 10px;
}

input {
  background-color: rgb(193 193 193 / 20%);
  border: 0;
  height: 45px;
  color: #000000;

  width: 100%;
  font-weight: 500;
  text-align: center;
  border-radius: 3px;
  text-align: left;
  padding-left: 62px;
  padding-right: 15px;
}

.inputGroup {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.inputGroup i {
  width: 45px;
  min-width: 45px;
  position: relative;
  margin-right: -46px;
  font-weight: 800;
padding-left: 15px;
  height: 25px;
  line-height: 25px;
  color: #000;
  font-size: 15px;
  top: 10px;
  background-color: transparent;
  border-right: 1px solid rgb(0 0 0 / 20%);

  opacity: 0.8;
}

.titleQr {
  margin-bottom: 40px;
  color: #2f3293;
  font-weight: 400;
  font-size: 34px;
  text-transform: uppercase;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
}

strong {
  font-weight: 600;
}

.downloadQr a {
  display: none;
}

.downloadBtn {
  margin-top: 20px;
  height: 45px;
  border: 0;
  color: #2ecc71;
  background-color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 45px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.4s, box-shadow 0.4s;
}

.downloadBtn:hover {
  opacity: 1;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
}

.inputTitle {
  color: #3e3e3e;
  font-size: 14px;
  margin-bottom: 3px;
  opacity: 0.9;
}

.color_caja{
  background:  #f3f3f3;
padding: 40px;
}
