/* FONTS */
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('../fonts/OpenSans-Regular.eot');
  src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
       url('../fonts/OpenSans-Regular.woff') format('woff'),
       url('../fonts/OpenSans-Regular.ttf') format('truetype'),
       url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg'),
       url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
       url('../fonts/Poppins-Bold.woff') format('woff'),
       url('../fonts/Poppins-Bold.ttf') format('truetype'),
       url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg'),
       url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* - - - - */
* { margin: 0; padding: 0;}

h1, h2, h3, h4, b {
	font-family: 'Poppins-Bold', sans-serif;
	color: #232240;
}

p, a, li, button, input, textarea {
	font-family: 'OpenSans-Regular', sans-serif;
	font-size: .96em;
	color: #727272;
}
.logo {
	height: 40px;
}
h5.price {
	margin-top: 20px;
}
b.incluye {
	color: #232240;
}
a.social-icon {
	font-size: 1.2em;
}
.background-price {
	background-color: #ccf3ea;
}
a.color-neden-green, a.color-neden-green:visited {
	color: #00c396;
	margin-right: 5px;
	transition: margin-right .2s;
}
a.color-neden-green:hover {
	margin-right: 15px;
	color: #00c396 !important;
}
.arrow-size {
	width: 25px;
}
.img-border-radius {
	border-radius: 20px;
}
.background-grey {
	background-color: #f1f1f1;
}
/* DISTRIBUIRDOR */
section#folleto > div.container > div.row {
	padding-bottom: 40px;
	padding-top: 40px;
}
section#folleto > div.container > div.row > div.col-md-2 > img {
	height: 60px;
}
section#folleto > div.container > div.row > div.col-md-4 {
	padding-left: 40px;
	padding-top: 5px;
}
/* ---- */
.card a, b {
	color: rgba(0,195,150,1);
}
.card a:hover {
	color: rgba(0,195,150,0.6);
}
.card-title-top-40 {
	margin-top: 40px;
}
.card-title-top-20 {
	margin-bottom: 20px;
}
.dropdown-menu a:active {
	background-color: rgba(0,195,150,1);
}
footer ul {
	list-style: none;
}
footer ul li {
	display: inline-block;
	margin-left: 10px;
}
footer ul li a {
	color: #727185;
}
footer ul li a:hover, footer ul li a:focus {
	text-decoration: none;
	color: rgba(0,195,150,1);
}
footer {
	border-top: 1px solid rgba(235,235,235,1);
}
footer p {
	font-size: 0.8em;
	color: #727185;
	font-family: 'Poppins-Bold', sans-serif;
}
.card {
	border-radius: 6px;
}
#referentes .card {
	background: transparent;
}
#referentes h3 {
	color: #727185;
}
#referentes .card-body {
	padding: 30px;
}
#referentes img {
	height: 80px;
}
.jumbotron {
	background-color: transparent;
}
.navbar-toggler {
	padding: .5rem .7rem;
	border: 0px solid;
}
/* ROWs 4,5,6*/
#software .row-4 h5, #software .row-5 h5, #software .row-6 h5 {
	margin-bottom: 20px;
}
#software .row-4 ul li, #software .row-5 ul li, #software .row-6 ul li {
	margin-bottom: 5px;
}
#software .row-4 ul li img, #software .row-5 ul li img, #software .row-6 ul li img {
	height: 25px;
	margin-right: 5px;
}
/* FORM */
.form-control {
	padding: 1rem 1rem;
	font-size: 0.96em;
}
.btn-submit, .btn-header, .btn-landing:hover, .btn-header:visited {
	padding: 1rem 1.6rem;
	font-family: 'Poppins-Bold', sans-serif;
	background-color: rgba(0,195,150,1);
	border: 1px solid rgba(0,195,150,1);
	color: #fff;
}
/*.btn-submit:hover, .btn-header:hover {
	background-color: #33cfab;
	border: 1px solid #33cfab;
	color: #fff;
}*/
.btn-submit:hover, .btn-header:hover, .btn-submit:focus, .btn-landing  {
	background-color: #fff;
	border: 1px solid rgba(0,195,150,1);
	color: rgba(0,195,150,1);
	box-shadow: none;
	font-family: 'Poppins-Bold', sans-serif;
	padding: 1rem 1.6rem;
}
.form-control:focus {
	border: 1px solid rgba(0,195,150,1);
	box-shadow: none;
}
.dropdown-item {
	padding: .5rem 1.5rem;
}
/* NAV */
nav {
	border-bottom: 1px solid rgba(235,235,235,1);
	background-color: #fff;
}
nav .container {
	padding: 20px 0;
}
.btn-nav, .btn-nav:visited {
	background-color: #fff;
	border: 1px solid rgba(0,195,150,1);
	color: rgba(0,195,150,1);
	box-shadow: none;
}
.btn-nav:hover, .btn-nav:focus {
	background-color: rgba(0,195,150,1);
	border: 1px solid rgba(0,195,150,1);
	color: #fff;
}


/* Servicios */
.distribuidor, #referentes, footer {
	background-color: rgba(244,245,247,1);
	border-top: 1px solid rgba(235,235,235,1);
	border-bottom: 1px solid rgba(235,235,235,1);
}
header.landing {
	background-color: rgba(244,245,247,1);	
	border-bottom: 1px solid rgba(235,235,235,1);
}

/* Último */
#servicios .btn-nav:hover{
	color: white;
}
#servicios .btn-header{
	color: white;
}
#servicios .btn-header:hover{
	color: rgba(0,195,150,1);
}
.qr-code {
	margin-right: 10px;
}
.qr-code > img {
	height: 40px;
}
.whatsapp {
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	font-size:30px;
	z-index:100;
}
.whatsapp-icon {
	margin-top:13px;
}

/* ---- Cancelar ---- */
.container-title h2, div.jumbotron, .distribuidor p.lead, #contacto .container-title p, footer p, footer ul {margin-bottom: 0;}

/* ---- Devices ---- */

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) {
.landing-page main img {
	height: 100px;
	margin-bottom: 20px;
}
.landing-page h1 {
	font-size: 2.8em;
}
#precio {
	padding: 60px 0;
}

.jumbotron h1 {
	font-size: 30px;
	margin-top: 20px;
}
/* QUICK POS */
#jumbotron-quickpos h1 {
	font-size: 20px !important;
}
#folleto .row {
	padding-top: 20px;
}
#folleto + #software {
	padding-top: 20px;
}
/* - - - - */
.jumbotron p {
	font-size: 1em;
	margin-top: 20px;
}
.jumbotron h1 + p {
	margin-bottom: 40px;
}
.jumbotron > .row {
	padding-bottom: 20px;
}
.distribuidor {
	padding: 30px 0;
}
.distribuidor img {
	height: 60px;
	margin-bottom: 20px;
}
.distribuidor p {
	font-size: 1em;
}
/* SERVICIOS */
#servicios {
	padding-bottom: 20px;
}
/* Software */
.card-img {
	width: auto;
	max-height: 50px;
	margin-bottom: 30px; /* Ajustar */
}
.card-body {
	padding: 30px 20px;
}
.col-md-6, #referentes .col-md-4 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.card h3 {
	font-size: 1.2em;
}
.card h4 {
	font-size: 1em;
}
.container-title {
	padding: 30px 0 15px 0;
}
p.card-text {
	margin-bottom: 20px;
}
#por-que-neden .container, #software .container, #referentes .container, #contacto {
	padding-bottom: 30px;
}
/* ROWs */
#software .row-1 h2, #software .row-2 h2, #software .row-3 h2, #software .row-4 h2, #software .row-5 h2, #software .row-6 h2 {
	font-size: 16px;
}
#software .row-1 h3, #software .row-2 h3, #software .row-3 h3, #software .row-4 h3, #software .row-5 h3, #software .row-6 h3 {
	font-size: 30px;
}
#software .row-1, #software .row-2, #software .row-4, #software .row-5 {
	margin-bottom: 40px;
}
#software .row-1 .col-md-7, #software .row-2 .col-md-7, #software .row-3 .col-md-7, #software .row-4 .col-md-7, #software .row-5 .col-md-7, #software .row-6 .col-md-7 {
	margin-bottom: 20px;
}
#folleto + #software .row-4 .col-md-7, #folleto + #software .row-5 .col-md-5, #folleto + #software .row-6 .col-md-5 {
	margin-bottom: 20px;
}
#folleto + #software .row-5 .row .col-md-6, #folleto + #software .row-6 .row .col-md-6 {
	padding-top: 0;
	padding-bottom: 0;
}
/* CALL TO ACTION*/
#por-que-neden .row {
	padding-top: 30px;
}
#por-que-neden .col-md-5 {
	padding-top: 30px;
}
#por-que-neden .col-md-5 h3 {
	font-size: 25px;
	margin-bottom: 15px;
}
#por-que-neden .col-md-5 h4 {
	font-size: 16px;
}
#por-que-neden .col-md-5 p {
	margin-bottom: 30px;
}
/* LOGOS */
#logos .col-xs-6 {
	width: 50%;
}
/* - - - -*/
footer {
	padding: 20px 0;
}

nav .container {
	padding: 10px 0;
}
li.nav-item {
	margin-bottom: .8rem;
}
ul {
	padding-top: 0px;
}
#contacto h2 {
	margin-bottom: 10px;
}
#contacto p {
	font-size: 1.1em;
}
.landing-page h2 {
	margin-bottom: 20px;
}
.landing-page h3 {
	font-size: 1.3em;
}
.whatsapp {
	display: block;
}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
.landing-page main img {
	height: auto;
	margin-bottom: 0;
}
#precio {
	padding: 80px 0;
}
.jumbotron h1 {
	font-size: 50px;
}
.jumbotron p {
	font-size: 1.1em;
}
.jumbotron h1 + p {
	margin-bottom: 40px;
}
.jumbotron > .row > .col-lg-7 {
	padding-top: 40px;
}
.distribuidor {
	padding: 40px 0;
}
.distribuidor img {
	height: 60px;
	margin-bottom: 20px;
}
.distribuidor p {
	font-size: 1em;
}
/* SERVICIOS */
#servicios {
	padding-bottom: 20px;
}
/* Software */
.card-img {
	width: auto;
	max-height: 40px;
	margin-bottom: 30px;
}
.card-body {
	padding: 40px 30px;
}
.col-md-6, #referentes .col-md-4, #referentes .col-md-3 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.card h3 {
	font-size: 1.2em;
}
.card h4 {
	font-size: 1em;
}
.container-title {
	padding: 40px 0 20px 0;
}
p.card-text {
	margin-bottom: 30px;
}
.card {
	min-height: 100%;
}
#por-que-neden .container, #software .container, #referentes .container, #contacto {
	padding-bottom: 40px;
}
/* ROWs */
#software .row-1 h2, #software .row-2 h2, #software .row-3 h2 {
	font-size: 16px;
}
#software .row-1 h3, #software .row-2 h3, #software .row-3 h3 {
	font-size: 35px;
}
/* ROW 1 */
#software .row-1 {
	margin-bottom: 60px;
}
#software .row-1 .col-md-7 {
	padding: 20px;
}
#software .row-1 .col-md-5 {
	padding-top: 20px;
	padding-left: 20px;
}
/* ROW 2 */
#software .row-2 {
	margin-bottom: 60px;
}
#software .row-2 .col-md-7 {
	padding: 20px;
}
#software .row-2 .col-md-5 {
	padding-top: 20px;
	padding-left: 20px;
}
/* ROW 3 */
#software .row-3 {
	margin-bottom: 20px;
}
#software .row-3 .col-md-7 {
	padding: 20px;
}
#software .row-3 .col-md-5 {
	padding-top: 20px;
	padding-left: 20px;
}
/* CALL TO ACTION*/
#por-que-neden .row {
	padding-top: 40px;
}
#por-que-neden .col-md-5 {
	padding-top: 10px;
}
#por-que-neden .col-md-5 h3 {
	font-size: 25px;
	margin-bottom: 15px;
}
#por-que-neden .col-md-5 h4 {
	font-size: 16px;
}
#por-que-neden .col-md-5 p {
	margin-bottom: 30px;
}
/* QUICK POS */
#jumbotron-quickpos .col-lg-5 {
	padding-top: 40px;
}
#jumbotron-quickpos h1 {
	font-size: 20px !important;
}
#jumbotron-quickpos p.lead {
	margin-bottom: 40px;
}
#folleto .row {
	padding-top: 20px;
}
#folleto + #software {
	padding-top: 40px;
}
#folleto + #software .row-4, #folleto + #software .row-5 {
	margin-bottom: 60px;
}
/* - - - - */
footer {
	padding: 20px 0;
}
li.nav-item {
	margin-bottom: .8rem;
}
ul {
	padding-top: 0px;
}
.landing-page h2 {
	margin-bottom: 20px;
}
.landing-page h3 {
	font-size: 1.3em;
}
.whatsapp {
	display: block;
}
}

/* Large devices (desktops, 992px and up) */ 
@media (min-width: 992px) {
.landing-page main img {
	height: auto;
	margin-bottom: 0;
}
#precio {
	padding: 80px 0;
}
.jumbotron {
	padding: 40px 0;
}
.jumbotron .order-md-last {
	padding-top: 70px;
}
.jumbotron h1 {
	font-size: 60px;
}
.jumbotron p {
	font-size: 1.1em;
}
.jumbotron h1 + p {
	margin-bottom: 40px;
}
.jumbotron > .row {
	padding-bottom: 40px;
}
.distribuidor {
	padding: 60px 0;
}
.distribuidor p {
	font-size: 1em;
}
.distribuidor img {
	height: auto;
	margin-bottom: 0;
}
/* SERVICIOS */
#servicios {
	padding-bottom: 50px;
}
/* Software */
#software .container-title {
	margin-bottom: 20px;
}
#software .container-title > h2 {
	margin-bottom: 20px;
}
/* ROWs */
#software .row-1 h2, #software .row-2 h2, #software .row-3 h2, #software .row-4 h2, #software .row-5 h2, #software .row-6 h2 {
	font-size: 16px;
}
#software .row-1 h3, #software .row-2 h3, #software .row-3 h3, #software .row-4 h3, #software .row-5 h3, #software .row-6 h3 {
	font-size: 46px;
}
/* ROW 1 */
#software .row-1 {
	margin-bottom: 120px;
}
#software .row-1 .col-md-7 {
	padding: 20px;
}
#software .row-1 .col-md-5 {
	padding-top: 70px;
	padding-left: 20px;
}
/* ROW 2 */
#software .row-2 {
	margin-bottom: 120px;
}
#software .row-2 .col-md-7 {
	padding: 20px;
}
#software .row-2 .col-md-5 {
	padding-top: 80px;
	padding-left: 20px;
}
/* ROW 3 */
#software .row-3 {
	margin-bottom: 60px;
}
#software .row-3 .col-md-7 {
	padding: 20px;
}
#software .row-3 .col-md-5 {
	padding-top: 45px;
	padding-left: 20px;
}
/* CALL TO ACTION*/
#por-que-neden .row {
	padding: 80px 0 60px 0;
}
#por-que-neden .col-md-5 {
	padding-top: 80px;
}
#por-que-neden .col-md-5 h3 {
	font-size: 30px;
	margin-bottom: 15px;
}
#por-que-neden .col-md-5 h4 {
	font-size: 16px;
}
#por-que-neden .col-md-5 p {
	margin-bottom: 30px;
}
/* - - - -*/
#cambiate-a-bas {}

/* ROW 4 */
#software .row-4 {
	margin-bottom: 120px;
}
#software .row-4 .col-md-7 {
	padding: 40px 20px 20px 20px;
}
#software .row-4 .col-md-5 {
	padding-top: 40px;
	padding-left: 20px;
}
/* ROW 5 */
#software .row-5 {
	margin-bottom: 120px;
}
#software .row-5 .col-md-7 {
	padding: 20px;
}
#software .row-5 .col-md-5 {
	padding-top: 60px;
	padding-left: 20px;
}
/* ROW 5 */
#software .row-6 {
	margin-bottom: 60px;
}
#software .row-6 .col-md-7 {
	padding: 20px;
}
#software .row-6 .col-md-5 {
	padding-top: 60px;
	padding-left: 20px;
}
/* QUICK POS */
#jumbotron-quickpos .col-lg-5 {
	padding-top: 80px;
}
#jumbotron-quickpos h1 {
	font-size: 20px !important;
}
#jumbotron-quickpos p.lead {
	margin-bottom: 40px;
}
#folleto .row {
	padding-top: 20px;
}
#folleto + #software {
	padding-top: 40px;
}
/* BAS CS */
#bas-company-steering .row-4 + .row-5 {
	margin-bottom: 100px;
}
/* - - - - */
.card-img {
	width: auto;
	max-height: 40px;
	margin-bottom: 30px;
}
.card-body {
	padding: 60px 30px;
}
.col-lg-4 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.card h3 {
	font-size: 22px;
}
.card h4 {
	font-size: 1em;
}
.container-title {
	padding: 60px 0 40px 0;
}
p.card-text {
	margin-bottom: 30px;
}
#por-que-neden .container, #software .container, #referentes .container, #contacto {
	padding-bottom: 40px;
}
footer {
	padding: 20px 0;
}
.icon-twitter, .icon-facebook, .icon-linkedin2 {
	font-size: 1.2em;
}
.ml-auto {
	left: auto !important;
	right: 0px;
}
.nav-item, .form-inline {
	margin-left: 10px;
}
.form-inline button {
	font-size: 0.96em;
}
li.nav-item {
	margin-bottom: 0;
}
 ul {
	padding-top: 0;
}
.landing-page h2 {
	margin-bottom: 20px;
}
.landing-page h3 {
	font-size: 1.3em;
}
.whatsapp {
	display: none;
}
}