body{
  background: #eaeaea;
  background-image: url(../img/fondo.png);
  background-position: right;
  background-size: 113%;
  height: 100vh;
}
header{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 5;
  padding-left: 110px;
  padding-right: 110px;
  background-color: #FFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
}
header .botones{
  margin-top: 7px;
}
header img{
  max-width: 130px;
}
section{
  min-height: 680px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#colInfo{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 10%;
}
#colInfo h2 span{
  font-size: 1.2em !important;
}
section h5{
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  opacity: .5;
}
section h2{
  font-weight: normal;
  width: 520px;
  line-height: 35px;
  margin-bottom: 20px;
}
section h2 span{
  font-weight: bolder;
  color: #ff671d;
}
section h2 small{
  font-size: 1em;
}
section #colInfo p{
  font-size: 1.15em;
}
section #colInfo hr{
  width: 100px;
  margin-left: 0;
  left: 0;
}
section #colInfo ul{
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 0;
  margin-bottom: 0;
}
.btn-appnet{
  background: #ff671d;
  color: #FFF;
}
.btn-appnet:hover{
  background: #c14f16;
  color: #FFF;
}
section #colInfo ul li{
  list-style: none;
}
section #colInfo ul li svg{
  color: #25b13f;
  margin-top: -3px;
  margin-right: 3px;
}
.texto-incluye{
  margin-bottom: 10px;
  opacity: .5;
}
.card{
  overflow: hidden;
  border-radius: 10px;
}
.card h6{
  padding: 15px 30px;
  margin-bottom: 0;
  text-align: center;
  color: #333;
}
.card table{
  margin-bottom: 0;
}
table tr td{
  padding: 15px 25px;
}
table tr td:nth-child(2){
  text-align: right;
}
#formulario{
  text-align: center;
}
#formulario form{
  margin: auto;
  background: #FFF;
  padding: 40px 30px;
  border-radius: 10px;
  margin-right: 0;
}
#formulario form p{
  line-height: 17px;
  text-align: left;
}
#formulario form button{
  margin-top: 20px;
}
footer{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.gracias{
  text-align: center;
  min-height: 650px;
}
.gracias .fa-check-circle{
  color: #26d64f;
  margin-bottom: 15px;
}
section.gracias h2, section.gracias p{
  width: 100% !important;
}
.texto-valores{
  text-align: left;
  margin-top: 30px;
  margin-bottom: 10px;
}
section #valores .card .card-body{
  padding: 0;
}
section #valores .card .card-header{
  font-weight: bold;
}
section #valores .card .card-footer{
  text-align: right;
}
.card-total{
  padding: 0.5rem 1rem;
}
.card-activacion .list-group-flush{
  min-height: 85px;
}
.card{
  padding: 0px;
  min-height: 285px;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  border: solid 1px #ccc;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
.card:hover{
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  border: solid 1px #ff671d;
}
.contiene-valores{
  margin-top: 20px;
}
.contiene-valores .titulo-valores{
  margin-bottom: 20px;
  opacity: .5;
  text-align: center;
}
.footer-lacard{
  text-align: right;
  font-size: 1.2em;
  padding-bottom: 10px;
  padding-right: 15px;
}
.card .form-check{
  font-size: .9em;
  margin-bottom: 0;
  margin-left: 15px;
}
.card-total{
  color: #ff671d;
  min-height: 150px;
}
.new-card .bajada{
  color: #ff671d;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: .9em;
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  padding-left: 15px;
}
.card .tit-new-card{
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.new-card .card p{
  margin-left: 15px;
  margin-top: 10px;
  margin-bottom: 0;
}
.new-card .card ul{
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 45px;
}
.card-resultados .card{
  justify-content: start !important;
}
.card-resultados .card .bajada{
  color: #FFF;
}
.card-resultados .card .footer-lacard{
  text-align: center;
  padding-right: 0;
  margin-top: 10px;
}
.footer-lacard::after{
  content: " UF";
}
.elrango{
  margin-left: 15px;
  margin-right: 15px;
  position: relative;
}
.valores{
  display: flex;
  justify-content: space-between;
  font-size: .8em;
}
.card-emision p{
  text-align: center;
}
.valor-central{
  margin-left: -20px;
}
.card small{
  margin-bottom: 20px;
  display: block;
}
.contieneMuestraRango{
  text-align: center;
  margin-top: 10px;
}
#muestraValorRango.unm::after{
  content: " de";
}
#modalform{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  display: none;
}
#modalform #cierramodal{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, .7);
}
#modalform form{
  width: 600px;
  padding: 70px 100px;
  margin: auto;
  background-color: #FFF;
  position: relative;
  z-index: 11;
}
#modalform form #botoncerrar{
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #ff671d;
  color: #FFF;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
#modalform form #botoncerrar:hover{
  background-color: #c14f16;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
#modalform form input{
  margin-bottom: 5px;
}
#modalform form p.lead{
  margin: 0;
  margin-bottom: 30px;
}
#modalform form button.btn{
  background-color: #ff671d;
  color: #FFF;
  font-size: 1.2em;
  margin-top: 20px;
  display: block;
  width: 100%;
}
#modalform form button.btn:hover{
  background-color: #c14f16;
  border: solid 1px #c14f16;
}
.btn-contratar{
  background-color: #ff671d;
  color: #FFF;
  font-size: 1.2em;
  margin-top: 20px;
  padding: 10px 30px;
  padding-bottom: 12px;
  width: fit-content;
}
.badge{
  width: fit-content;
  font-size: 1em;
  padding-top: 3px;
  margin-bottom: 10px;
}
.btn-contratar:hover{
  color: #FFF;
  background-color: #c14f16;
  border: solid 1px #c14f16;
}
#elcaptcha{
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
#elcaptcha #numUno, #elcaptcha #numDos, #elcaptcha #mas{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#elcaptcha #numUno, #elcaptcha #mas{
  margin-right: 5px;
}
#modalform #elcaptcha input{
  width: 75px;
  margin-bottom: 0px;
  margin-left: 10px;
}
.laimgdelprod{
  max-width: 90%;
  border-radius: 30px;
}
.img-desktop{
  display: block;
}
.img-smart{
  display: none;
}
@media (max-width: 600px) {
  .img-desktop{
    display: none;
  }
  .img-smart{
    display: block;
  }
  .laimgdelprod{
    max-width: 100%;
    margin-bottom: 50px;
  }
  header .botones{
    display: none;
  }
  header{
    justify-content: center;
  }
  body{
    background: #eaeaea;
    background-image: none;
    padding: 0;
    margin: 0;
  }
  header{
    padding: 20px;
  }
  header img{
    max-width: 145px;
  }
  section{
    padding-top: 140px;
    height: fit-content;
  }
  section ul{
    margin-bottom: 40px;
  }
  section h2{
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
  section h2 small{
    font-size: 1.3em;
  }
  section #colInfo hr{
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section #colInfo p{
    width: 85%;
    margin: auto;
    text-align: center;
    font-size: 1.25em;
    margin-bottom: 20px;
  }
  section h2 span{
    font-size: 1.2em;
  }
  #formulario p{
    width: 80%;
    margin: auto;
    margin-bottom: 30px;
  }
  #formulario form{
    width: 90%;
  }
  .card {
    margin-top: 50px;
  }
  footer{
    text-align: center;
    position: relative;
    padding-bottom: 10px;
  }
  section #colInfo ul{
    margin-left: 0px;
    text-align: left;
    padding-left: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  section #colInfo ul li{
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    margin-bottom: 5px;
  }
  section #colInfo ul li small{
    font-size: 1.2em;
  }
  .btn-contratar{
    margin: auto;
    display: block;
    width: 50%;
    margin-bottom: 55px;
    margin-top: 10px;
  }
  #modalform form{
    width: 90%;
    padding: 50px;
  }
  .texto-incluye{
    margin-bottom: 20px;
  }
  section{
    padding-bottom: 0;
  }
  #colInfo{
    padding-right: 15px;
  }
  #colInfo .badge{
    margin-left: auto;
    margin-right: auto;
  }
  #modalform{
    position: fixed;
  }
  #colInfo h2 span{
    font-size: 1.4em !important;
  }
}
