body {
  background: #fff;
  color: #666666;
  font-family: 'Alata', sans-serif;;
  overflow-x: hidden;
}

/* hide scrollbar */
body::-webkit-scrollbar {
  width: 0 !important;
}
body {
  overflow: -moz-scrollbar s-none;
}
body {
  -ms-overflow-style: none;
}

a {
  color: #0D4F9B;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #1dc9ce;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Alata', sans-serif;;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.back-to-top {
  position: fixed;
  display: none;
  background: linear-gradient(45deg, #0D4F9B, #0D4F9B);
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: linear-gradient(45deg, #0D4F9B, #0D4F9B);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #21275C;
  color: #fff;
}

/* Utility Classes */
.tf-1 {
  font-family: 'Alata', sans-serif;
  letter-spacing: 2px;
}

.text-small {
  font-size: 20px!important;
}

#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -11px;
}

.img-logo {
  width: auto;
  height: 72px;
  margin: auto;
}

.reclama {
  width: auto;
  height: 42px;
  margin: auto;
}

#header #logo h2 {
  font-size: 30px;
  font-size: 40px;
  font-weight: 400;
  margin: auto;
  margin-left: 10px;
  margin-top: 8px;
}

#header #logo h2 a {
  color: #fff;
}
#header #logo h2 a:hover {
  color: #444;
}

#header.header-fixed {
  background: linear-gradient(45deg, #0D4F9B, #0D4F9B);
  padding: 20px 0;
  height: 90px;
  transition: all 0.5s;
}

/* Navbar */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

#nav-menu-container {
  margin: 20px 10px 10px 10px;
}

.nav-menu a {
  padding: 0 6px 10px 6px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: 'Alata', sans-serif;;
  font-weight: 400;
  font-size: 18px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #0D4F9B;
}

.nav-menu ul ul {
  margin: 0;
}

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #0D4F9B;
}

#mobile-nav ul .menu-item-active {
  color: #0D4F9B;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* Showcase intro */
#intro {
  width: 100%;
  height: 100vh;
  background:  linear-gradient(
      45deg,
      rgba(0,132,203, 0.8),
      rgba(33,38,92, 0.8)
    ), 
    url("../img/background.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
}

#intro .intro-text {
  position: absolute;
  left: 0;
  top: 60px;
  right: 0;
  height: calc(50% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#intro h2 {
  font-family: 'Alata', sans-serif;;
  margin: 400px 0 100px 0;
  padding: 0 15px;
  font-size: 68px;
  font-weight: 400;
  line-height: 56px;
  color: #fff;
}

#intro p {
  color: #fff;
  margin-bottom: 10px;
  padding: 0 15px;
  font-size: 24px;
}

#intro .btn-get-started {
  font-family: 'Alata', sans-serif;;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 100px;
}

#intro .btn-get-started:hover {
  color: #fff;
  background: #0D4F9B;
  border: 2px solid #0D4F9B;
}

#intro .product-screens {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  text-align: center;
  width: 100%;
  height: 50%;
}

#intro .product-screens img {
  box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
  position: absolute;
  z-index: 30;
  left: calc(50% + 54px);
  bottom: 0;
  top: 30px;
}

#intro .product-screens .product-screen-2 {
  position: absolute;
  z-index: 20;
  left: calc(50% - 154px);
  bottom: 0;
  top: 90px;
}

#intro .product-screens .product-screen-3 {
  position: absolute;
  z-index: 10;
  left: calc(50% - 374px);
  bottom: 0;
  top: 150px;
}

/* About */
.section-header .section-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #777;
  font-style: italic;
}

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #e0720b;
  background: linear-gradient(0deg, #0D4F9B 0%, #21275C 100%);
  margin: 0 auto;
  margin-bottom: 50px;
}

.section-bg {
  background: #eff5f5;
}

#about {
  padding: 60px 0;
  overflow: hidden;
}

#about .about-img {
  height: 510px;
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}

#about .content h3 {
  color: #777;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  margin-bottom: 0px;
}

#about .content h6 {
  color: #777;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  font-style: italic;
  padding-right: 100px;
}

#about .content h6 small {
  font-size: 0.8rem;
}

#about .content p {
  line-height: 26px;
  padding-right: 40px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

/* Features */
#features {
  background: #fff;
  padding: 60px 0 0 0;
  overflow: hidden;
}

#features div div div div div p {
  margin-bottom: 0px;
}

#features #erp-img {
  background: url(../img/features.jpg) no-repeat center center/contain;
  width: 100%;
  height: 500px;
  margin-top: 25px;
  margin-bottom: 25px;
}

#features #erp-text p {
  margin-bottom: 20px;
}

#features #cobol-img {
  background: url(../img/cobol.jpg) no-repeat center center/contain;
  width: 100%;
  height: 346px;
  margin-top: -20px;
  margin-bottom: 31px;
}

/* Clients Section */
#clients {
  padding: 30px 0 0 0;
  background-color: #eff5f5;
  overflow: hidden;
}

#clients .container .clients-text {
  display: flex;
  flex-direction: column;
  justify-items: center;
  justify-content: center;
}

#clients #map-pic {
  height: 500px;
  margin: auto;
  background: url(../img/clientes-mapa.png) no-repeat center center/contain;
}

#clients #graphic-clients {
  background: url(../img/graficoclientes.png) no-repeat center center/contain;
  margin: 3rem 0;
  height: 500px;
}

#clients .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}

#logos {
  padding: 60px 0;
  overflow: hidden;
}
#logos img {
  max-width: 150px;
}

.logos{
background: url(img/clientes/001-Benecar.png) no-repeat center/contain;
    width: 200px;
    height: 90px;
}

/* Contact */
#contact {
  padding: 60px 0;
  overflow: hidden;
}

#contact .contact-about {
  display: flex;
  justify-content: center;
}

#contact .contact-about p {
  font-family: 'Alata', sans-serif;
  color: #666666;
  margin-bottom: 0;
  margin-top: 3.5rem;
}

#contact .info {
  display: flex;
  color: #333333;
}

#contact .info .contact-box {
  display: flex;
  height: 5rem;
  align-items: center;
}

#contact .info i {
  color: #0D4F9B;
  font-size: 3rem;
  margin: 2rem;
}
#contact .info p {
  margin-bottom: 0;
}

/* Support */
#support {
  padding: 60px 0 60px 0;
  height: 400px;
  overflow: hidden;
}

#support .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  transition: 0.4s;
}

#support .icon {
  float: left;
}

#support .icon i {
  color: #666666;
  font-size: 80px;
  transition: 0.5s;
  line-height: 0;
}

#support .icon i:before {
  background: #0D4F9B;
  background: linear-gradient(45deg, #0D4F9B 0%, #21275C 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#support h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#support h4 a {
  color: #111;
}

#support p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

/* Footer */
#footer {
  background: #0D4F9B;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  /* padding: 30px 0; */
  color: #fff;
  font-size: 14px;
}