#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: #e81a1a;
  text-transform: uppercase;
  margin-bottom: 1.2em;
  font-size: 1.5em;
  text-align: left;
  margin-top: 3em;
}

#software p{
  width: 100%;
  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-software, .detalle-software .banner-software{
  width: 70%;
  margin: auto;
  height: 450px;
  background-image: url(../img/software.png);
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50px;
  margin-bottom: 20px;
}

#software .banner-sistema{
  width: 80%;
  margin: auto;
  height: 350px;
  background-image: url(../img/sistema-gestion-web.png);
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50px;
  margin-bottom: 30px;
}

.detalle-software .banner-sistema{
  width: 100%;
  margin: auto;
  height: 350px;
  background-image: url(../img/sistema-gestion-web.png);
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 50px;
}


#software h4{
  margin-left: 70px;
  width: 70%;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 30px;
  text-align: center;
}

#software h4 span{
  color: #e81a1a;
}

#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: #e81a1a;
  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 .apps{
  background: #e81a1a;
  padding: 150px 0px;
  margin-top: 50px;
  display: none;
}

#software .apps p{
  color: #FFF;
  width: 55%;
  text-align: center;
  margin-top: 0px;
  font-size: 1.3em;
  margin-bottom: 3em;
}

#software .btn.btn-primary{
  background: #e81a1a;
  color: #FFF;
  border-color: #b85923;
  border-radius: 30px;
  font-size: 1em;
}

#clientes.sec-software{
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec-softwaree p{
  text-align: center;
}

#software .apps h2{
  text-align: center;
  color: #FFF;
  margin-top: 0;
}

#software .susapps{
  background: rgba(255,255,255,.8);
  margin-top: 25px;
  text-align: center;
  padding: 50px 0px;
  border-radius: 30px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 30% 70%;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

#software a.susapps{
  color: #333;
}

#software .susapps:hover{
  background: rgba(255,255,255,1);
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

#software .susapps div:nth-child(1){
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#software .susapps div:nth-child(2){
}

#software .susapps div img{
  max-width: 100px;
  margin: auto;
}

#software .susapps .infox{
  text-align: left;
  padding-right: 30px;
}

#software .susapps h3{
  margin-bottom: .7em;
}

#software.sec-softwaree .btn-primary{
  margin: auto;
  margin-bottom: 30px;
}

#software article.nuestro-software{
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  display: none;
}

#software article.nuestro-software h2{
  margin-top: 0;
  text-align: center;
}

#software article.nuestro-software p{
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 50px;
}

#software article.nuestro-software .item{
  min-height: 350px;
  background: #eaeaea;
  padding-bottom: 30px;
  text-align: left;
  padding-left: 40px;
  color: #FFF;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}

#software article.nuestro-software .item .degrada{
  z-index: 1;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0,0,0);
  background: -webkit-linear-gradient(bottom, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(bottom, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to top, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%);
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

#software article.nuestro-software .item:hover .degrada{
  height: 20%;
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

#software article.nuestro-software .item.gasolineras{
  background-image: url(../img/sesa.jpg);
  background-position: center;
  background-size: cover;
  filter: grayscale(1);
}

#software article.nuestro-software .item strong{
  font-size: 1.3em;
  position: absolute;
  bottom: 20px;
  left: 30px;
  z-index: 2;
}

#software article.nuestro-software .item.dore-mi{
  background-image: url(../img/doremi.png);
  background-position: center;
  background-size: cover;
  filter: grayscale(1);
}

#software article.nuestro-software .item.estacionamiento{
  background-image: url(../img/estacionamiento.png);
  background-position: center;
  background-size: cover;
  filter: grayscale(1);
}

#software article.nuestro-software .item.restaurantes{
  background-image: url(../img/restaurantes.png);
  background-position: center;
  background-size: cover;
  filter: grayscale(1);
  transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}

#software.sec-softwaree .banner-gasolineras{
  background-image: url(../img/sesa.jpg);
}

#software.sec-softwaree .banner-retail{
  background-image: url(../img/doremi.jpeg);
}

#software.sec-softwaree .banner-parking{
  background-image: url(../img/banner-parking.jpg);
}

#software.sec-softwaree .banner-restaurante{
  background-image: url(../img/banner-restaurante.jpg) !important;
}

#software article.nuestro-software .item.gasolineras:hover, #software article.nuestro-software .item.dore-mi:hover, #software article.nuestro-software .item.estacionamiento:hover, #software article.nuestro-software .item.restaurantes:hover{
  filter: grayscale(0);
}

#software.sec-softwaree.sec-gasolineras p{
  text-align: left;
  width: 80%;
}

#software.sec-gasolineras h3{
  width: 100%;
}

#software.sec-gasolineras .apps{
}

#software.sec-gasolineras .apps h2{
  text-transform: lowercase;
  color: #fff !important;
  font-size: 17px;
  margin-bottom: 50px;
}

#software.sec-gasolineras .apps p{
  color: #fff !important;
}

#software.sec-gasolineras .apps h2::first-letter{
  text-transform: uppercase;
}

#software.sec-gasolineras .apps .imagen{
  height: 90px;
  width: 90px;
  background: #fff;
  border-radius: 20px;
  margin: auto;
}

#software.sec-gasolineras .apps .testo{
  width: 80%;
  margin: auto;
  margin-top: 15px;
  color: #fff !important;
}

#software.sec-gasolineras article.dispositivos{
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background: #333;
}

#software.sec-gasolineras article.dispositivos h3{
  text-align: center;
  font-weight: 800;
  margin-bottom: 50px;
  color: #FFF !important;
}

#software.sec-gasolineras article.dispositivos .item{
  width: 240px;
  height: 240px;
  background: #eaeaea;
  border-radius: 30px;
  overflow: hidden;
  margin: auto;
  display: block;
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  position: relative;
}

#software.sec-gasolineras article.dispositivos .item:hover{
  transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  box-shadow: 0px 0px 35px rgba(255, 255, 255, 0.7);
}


#software.sec-gasolineras article.dispositivos .item .nombre{
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  color: #000;
}

#software.sec-gasolineras article.dispositivos .item img{
  max-width: 100%;
}

#software.sec-retail p.tercero{
  margin-top: -25px;
  margin-bottom: 40px;
}

#software.sec-retail .ico-fleje{
  background: none !important;
  background-image: url(../img/app-flejes.png) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#software.sec-retail .ico-parking{
  background: none !important;
  background-image: url(../img/app-parking.png) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

section#software.sec-restaurante .proximamente{
  position: absolute;
  top: 40%;
  left: -80px;
  right: -80px;
  background: #e81a1a;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  transform: rotate(-45deg);
}

section.detalle-software article.banner-detalle-software{
  background: #999;
  height: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

section.detalle-software article.banner-detalle-software p{
  margin-top: 130px;
  margin-bottom: 0;
  color: #FFF;
  letter-spacing: 3px;
}

section.detalle-software article.banner-detalle-software h3{
  color: #FFF;
  font-weight: bold;
  font-size: 2em;
}

article.icono-software{
  text-align: center;
  margin-top: -50px;
  margin-bottom: 50px;
}

article.descripcion{
  text-align: center;
}

article.descripcion .datos{
  margin-top: 50px;
  margin-bottom: 80px;
}

article.descripcion .datos .circulo{
  background: #ccc;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #e81a1a;
  margin-bottom: 10px;
}

article.descripcion .datos i{
  font-size: 2.5em;
  color: #fff;
}

article.descripcion .datos h5{
  color: #e81a1a;
}

article.descripcion .doble-column{
  background: #eaeaea;
}

article.descripcion .doble-column .contiene-img{
  height: 500px;
  background: #000;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

article.descripcion .doble-column .contiene-img video{
  width: 100%;
  height: 100%;
}

article.descripcion .doble-column .infox{
  padding: 50px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

article.descripcion .doble-column .infox h4{
  text-align: left;
}

article.refiere-sistema{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f1f1f1;
}

article.refiere-sistema h4{
  text-align: left;
  margin-bottom: 15px;
}

article.refiere-sistema .informa-sis{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@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;
  }
  #software .dev-soft{
    margin-top: 50px;
  }
  #software .banner-software{
    width: 100%;
    height: 170px;
    border-radius: 25px;
  }
  article.refiere-sistema{
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .detalle-software .banner-software{
    width: 90%;
    height: 170px;
    border-radius: 25px;
  }
  #software.sec-softwaree{
    padding-top: 140px;
  }
  .hidden-xs{
    display: none;
  }
  #software h4{
    width: 100%;
    margin-left: 0;
  }
  #software .banner-sistema{
    height: 270px;
    border-radius: 25px;
  }
  #software .apps p{
    width: 100%;
  }
  #software .susapps{
    width: 90%;
    display: block;
  }
  #software .susapps div:nth-child(1){
    width: 100%;
  }
  #software .susapps div:nth-child(2){
    width: 100%;
  }
  #software .susapps .infox{
    padding-right: 0;
    text-align: center;
    margin-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }
  article.descripcion .datos p{
    margin-bottom: 30px;
  }
  .detalle-software .banner-sistema{
    width: 90%;
    height: 300px;
    margin-bottom: 30px;
  }
  article.refiere-sistema .informa-sis{
    text-align: center;
  }
  article.refiere-sistema .informa-sis h4{
    text-align: center;
    font-size: 1.2em;
  }
  article.refiere-sistema .informa-sis ul{
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
