section#puntodvta article.banner{
  height: 75vh;
  background-color: #eaeaea;
}
section#puntodvta article.banner{
  background-color: #f4f4f4;
  height: 430px;
  margin-top: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section#puntodvta article.banner .interior{
  max-width: 520px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
section#puntodvta article.banner .interior h2{
  margin-bottom: 1em;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, .9);
}
section#puntodvta article.banner .interior p{
  color: #fff !important;
  font-size: 1.4em;
  font-weight: 700;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, .9);
}
section#puntodvta article.banner{
  padding-bottom: 50px;
  height: 620px;
}
section#puntodvta article.banner .interior{
  color: #fff;
}
section#puntodvta .doble .it .nombre{
  background-color: transparent;
  color: #fc671a;
  font-weight: 600;
  font-size: 1em;
  line-height: 17px;
  margin-left: 30px;
}
section#puntodvta .doble .it{
  border: solid 1px #fc671a;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 1;
}
section#puntodvta article.banner .interior h2{
  color: #fff;
  font-weight: 700;
  font-size: 2.4em;
  margin-bottom: 0.5rem;
}
section#puntodvta article.banner .ico{
  width: 100px;
  height: 100px;
  background-color: #999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  position: absolute;
  bottom: -35px;
  left: 50%;
  right: 0;
  margin-left: -50px;
  z-index: 9;
}
section#puntodvta article.frase{
  background-color: #eaeaea;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  text-align: center;
}
section#puntodvta article.frase p{
  width: 70%;
  margin: auto;
  margin-bottom: 30px;
}
section#puntodvta article.frase p strong{
  font-size: 1.2em;
}
section#puntodvta article.frase p:last-child{
  margin-bottom: 0;
}
section#puntodvta article.frase a, article.contratar form button{
  background-color: #fc671a;
  padding: 7px 25px;
  color: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: 500;
  border: none;
}

/* valores */
article#valores h3 {
  color: #333;
  margin-bottom: 2em;
  font-weight: 700;
}
article#valores {
  text-align: center;
  background-color: rgb(235, 235, 235);
}
#valores {
  padding: 100px 0px;
  background-size: cover;
}
#valores .plan {
  text-align: left;
  background: var(--color-princi);
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  border-radius: 20px;
  position: relative;
  margin-top: 50px;
  color: var(--color-blanco);
  padding-top: 0px;
  padding-bottom: 1px;
  width: 600px;
  margin: auto;
}
#valores .plan hr {
  opacity: 0.05;
}
#valores .plan h5 {
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 1.1em;
  background: var(--color-blanco);
  color: var(--color-princi);
  padding: 15px 20px;
  font-weight: 600;
}
#valores .plan h5.princi {
  -webkit-border-top-left-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topleft: 20px;
  -moz-border-radius-topright: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#valores .plan h5.total {
  text-align: center;
}
#valores .plan table {
  width: 90%;
  margin: auto;
  margin-bottom: 0px;
}
#valores .plan table tr {
  border-bottom: solid 0.5px #ffffff4d;
}
#valores .plan table tr:last-child {
  border-bottom: none;
}
#valores .plan table.fijo tr td:nth-child(2) {
  width: 35%;
  text-align: right;
}
#valores .plan table.unico tr td:nth-child(2) {
  width: 35%;
  text-align: right;
}
#valores .plan table tr td {
  padding: 12px 0px;
}
#valores table .btn-secondary {
  margin-left: 10px;
  margin-top: -4px;
}
#valores table .flechas {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 100px;
}
#valores table #cantidad {
  display: inline-block;
  margin-right: 10px;
}
#valores table .flechas i.bi-caret-down-fill {
  position: absolute;
  margin-top: 7px;
  opacity: 0.7;
}
#valores table .flechas i.bi-caret-up-fill {
  position: absolute;
  margin-top: -7px;
  opacity: 0.7;
}
#valores table .flechas i.bi-caret-down-fill:hover,
#valores table .flechas i.bi-caret-up-fill:hover {
  opacity: 1;
  cursor: pointer;
}
/* valores */

section#puntodvta article.frase .procesos-clave{
  margin-bottom: 15px;
}

/* Software en home */
#software{
  background: #fafafa;
  padding-top: 100px;
  padding-bottom: 100px;
}

#software.sec-softwaree{
  padding: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

#software h2{
  font-weight: 700;
  color: #fc671a;
  text-transform: uppercase;
  margin-bottom: 1.2em;
  font-size: 1.5em;
  text-align: left;
  margin-top: 3em;
}

#software p{
  width: 90%;
  margin: auto;
  margin-top: 40px;
  font-size: 1.1em;
  margin-bottom: 0em;
}

#software h3{
  width: 80%;
  color: #333 !important;
  margin-bottom: 1.5em;
}

#software img.dev-soft{
  max-width: 100%;
  border-radius: 30px;
}

#software p.segundo{
  margin-bottom: 0em;
  margin-top: 20px;
}

#software .banner-sistema{
  width: 90%;
  margin: auto;
  height: 385px;
  background-image: url(../images/sistema-gestion-web.png);
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50px;
  margin-bottom: 30px;
}


#software h4{
  font-weight: 700;
  font-size: 1.6em;
  margin-bottom: 50px;
  text-align: center;
}

#software h4 span{
  color: #fc671a;
}

#software ul li{
  list-style: none;
  padding: 15px;
  border-radius: 50px;
  text-align: left;
  padding-left: 30px;
  position: relative;
}

#software ul li i{
  margin-right: 10px;
  color: #fc671a;
  margin-left: -25px;
  position: absolute;
  left: 20px;
  margin-top: -5px;
  font-size: 24px;
}

#software h3{
  color: #e81a1a;
  font-size: 1.1em;
  line-height: 25px;
  margin-bottom: 2em;
}

#software.sec-softwaree h3{
  margin-bottom: 0em;
}

#software .banner-sistema.sistema-boleta, #software .banner-sistema.banner-mini-commerce{
  background-image: url(../images/sistema-boleta.png);
}

section article.banner h4{
  color: #000;
}

@media (max-width: 468px){
  #software{
    padding-top: 50px;
    text-align: center;
  }
  #software h2{
    text-align: center;
    margin-top: 35px;
  }
  #software h3{
    width: 90%;
    margin: auto;
    margin-bottom: 2em;
  }
  .hidden-xs{
    display: none;
  }
  #software h4{
    width: 100%;
    margin-left: 0;
  }
}
/* Software en home */