@charset "utf-8";
/* CSS Document */
@font-face {
    font-family:OpenSans-Bold;
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold.woff') format('woff'),
         url('../fonts/OpenSans-Bold.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:OpenSans;
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans.woff') format('woff'),
         url('../fonts/OpenSans.ttf') format('truetype'),
         url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:HelveticaLTStd-Cond;
    src: url('../fonts/HelveticaLTStd-Cond.eot');
    src: url('../fonts/HelveticaLTStd-Cond.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaLTStd-Cond.woff') format('woff'),
         url('../fonts/HelveticaLTStd-Cond.ttf') format('truetype'),
         url('../fonts/HelveticaLTStd-Cond.svg#HelveticaLTStd-Cond') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family:HelveticaLTStd-Bold;
	src: url('../fonts/HelveticaLTStd-Bold.eot');
	src: url('../fonts/HelveticaLTStd-Bold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/HelveticaLTStd-Bold.woff2') format('woff2'),
		 url('../fonts/HelveticaLTStd-Bold.woff') format('woff'),
		 url('../fonts/HelveticaLTStd-Bold.ttf') format('truetype'),
		 url('../fonts/HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family:Helvetica-Obl;
	src: url('../fonts/HelveticaLTStd-CondObl.eot');
	src: url('../fonts/HelveticaLTStd-CondObl.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/HelveticaLTStd-CondObl.woff2') format('woff2'),
		 url('../fonts/HelveticaLTStd-CondObl.woff') format('woff'),
		 url('../fonts/HelveticaLTStd-CondObl.ttf') format('truetype'),
		 url('../fonts/HelveticaLTStd-CondObl.svg#HelveticaLTStd-CondObl') format('svg');
	font-weight: 500;
	font-style: italic;
}

body {
	background-color: #FFF;
}
header {
	background-color: #FFF;
}
header span {
  font-family: 'OpenSans', sans-serif;
	font-size: 1.1rem;
  color: #5a5a5a;
}
header a:link {
  font-family: 'OpenSans', sans-serif;
  font-size: 1.1rem;
  color: #5a5a5a;
}
header a:hover {
  color: #42cbf2;
}
header a:visited {
  color: #5a5a5a;
}
header a:active {
  color: #5a5a5a;
}
.slider {
  height: 490px;
  background-image: url(../img/sigma_saas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
  background-color: #1d608d;
  background-size: cover;
}
.slider .titulo {
  padding-top: 70px;
  width: 500px;
  padding-left: 120px;
}
.slider .titulo h1 {
  font-family: 'OpenSans-Bold', sans-serif;
	font-size: 1.9rem;
  color: #f1b016;
  margin-top: 15px;
}
.slider .titulo h2 {
  font-family: 'OpenSans', sans-serif;
	font-size: 1.3rem;
  color: #ffffff;
}
.slider img {
  width: 240px;
  height: auto;
}
h1 {
  font-family: 'OpenSans-Bold', sans-serif;
	font-size: 2rem;
  color: #102e5b;
}
h1 span {
  color: #3ab3d5;
}
h2 {
  font-family: 'OpenSans-Bold', sans-serif;
	font-size: 1.8rem;
  color: #f1b016;
}
a.mas:link {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 0.9rem;
  color: #FFF;
  background-color: #102e5b;
  padding: 10px 20px;
  border-radius: 20px;
}
a.mas:visited {
  color: #FFF;
}
a.mas:active {
  color: #FFF;
}
a.mas:hover {
  color: #42cbf2;
  text-decoration: none;
}
.card {
  border: none !important;
}
.card-body {
  padding: 2rem 2rem 1rem 2rem;
}
.card-title {
  color: #FFF !important;
  font-size: 1.4rem;
  padding-left: 20px;
}
.card ul {
  color: #FFF !important;
  font-size: 1rem !important;
  line-height: 1.8rem;
  padding-inline-start: 20px;
}
.card ul li {
 list-style-type: '+  ';
}
.card img {
  border-right: solid 3px #FFF;
  border-left: solid 3px #FFF;
}

.areas {
  font-family: 'OpenSans', sans-serif;
  background-color: #1d608d;
  color: #FFF;
}
.areas p {
  font-size: 1.1rem;
}
.areas p span{
  font-family: 'OpenSans-Bold', sans-serif;
}
.areas ul {
  margin-bottom: 0;
}
.areas ul .produccion {
  list-style-image: url("../img/produccion.svg");
}
.areas ul .logistica {
  list-style-image: url("../img/logistica.svg");
}
.areas ul .facturacion {
  list-style-image: url("../img/facturacion.svg");
}
.areas ul .stock {
  list-style-image: url("../img/stock.svg");
}
.areas ul .contabilidad {
  list-style-image: url("../img/contabilidad.svg");
}
.areas ul .ventas {
  list-style-image: url("../img/ventas.svg");
}
.areas ul .cuentas {
  list-style-image: url("../img/cuentas.svg");
}
.areas ul .api {
  list-style-image: url("../img/api.svg");
}
.areas ul .estadisticas {
  list-style-image: url("../img/estadisticas.svg");
}
.areas ul .cubo{
  list-style-image: url("../img/cubo.svg");
}
.areas ul .multiempresa {
  list-style-image: url("../img/multiempresa.svg");
}
.areas ul .comisiones {
  list-style-image: url("../img/comisiones.svg");
}
.areas li {
  font-family: 'OpenSans-Bold', sans-serif;
  color: #42cbf2;
  font-size: 0.9rem;
  margin: 10px 0;
}
.beneficios p {
  font-family: 'OpenSans', sans-serif;
  color: #444445;
  font-size: 1.1rem;
}
.beneficios p span{
  font-family: 'OpenSans-Bold', sans-serif;
}
.integraciones h1 {
  margin-bottom: 40px;
}
.integraciones img {
  margin-bottom: 30px;
}
.porque p {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin:15px 0 40px 0;
  color:#444445;
}
footer {
  background-image: url("../img/wms.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #3a9cb7;
  padding-bottom: 40px;
}
footer .direcciones {
  margin-top: 180px;
  color: #FFF;
}
footer h4 {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 1rem;
  margin-bottom: 0;
}
footer p {
  font-family: 'OpenSans', sans-serif;
  font-size: 0.8rem;
}
footer .sig {
  margin-top: 180px;
}
footer .marketic {
  margin-top: 40px;
}
footer .pruebenos {
  margin-top: 110px;
}
.pruebenos .form-control {
  background-color: #c8e3eb;
  border: none;
  border-radius: 0.5rem;
  height: calc(1.2em + 0.75rem + 2px);
  padding: 0.2rem 0.75rem;
  font-size: 0.95rem;
}
.pruebenos textarea {
  height: 120px !important;
}
.pruebenos .enviar {
  font-family: 'OpenSans-Bold', sans-serif;
  font-size: 0.9rem;
  color: #FFF;
  background-color: #102e5b;
  padding: 10px 80px;
  border-radius: 20px;
  border: none;
}
.pruebenos .enviar:hover {
  color: #3ea1bc;
}

.enviado {
  font-family: 'OpenSans', sans-serif;
  font-size: 1rem;
  color: #FFF;
  line-height: 1.2rem;
}
.enviado span {
  font-family: 'OpenSans-Bold', sans-serif;
  color: #f1b016;
  font-size: 1.4rem;
}


@media screen and (max-width: 1200px) {
  .slider .titulo {
    padding-left: 60px;
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .slider {
  	background-position: -650px top;
  }
  .slider .titulo {
    width: 500px;
    padding-left: 130px;
  }
  .slider .titulo h1 {
  	font-size: 1.9rem;
  }
  .slider .titulo h2 {
  	font-size: 1.3rem;
  }

  footer .pruebenos {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .slider {
  	background-position: -850px top;
  }
  .slider .titulo {
    width: 360px;
    padding-left: 30px;
  }
  .slider .titulo h1 {
  	font-size: 1.7rem;
  }
  .slider .titulo h2 {
  	font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .slider {
    background-position: -250px top;
  }
  .slider .titulo {
    width: 350px;
  }
}
