body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  display: block;
  margin: 0px 0px 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #745785;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h3 {
  margin: 10px 0px 23px;
  font-family: Montserrat;
  color: #745785;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Bitter, serif;
  color: #a1a1a1;
  font-size: 15px;
  line-height: 23px;
}

.button {
  display: block;
  width: 200px;
  margin-top: 51px;
  margin-right: auto;
  margin-left: auto;
  padding: 21px 21px 18px;
  border-radius: 5px;
  background-color: #c4930d;
  box-shadow: black 0px 1px 0px 2px inset, black 5px 6px 0px 5px;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Officinaseritcstd, sans-serif;
  color: black;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: white;
  -webkit-transition-delay: initial;
  transition-delay: initial;
  color: black;
}

.button.app-button {
  padding: 8px 17px;
}

.button.sendbtn {
  margin-top: 5px;
  float: right;
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
  border-bottom: 1px none rgba(0, 0, 0, 0.09);
}

.section.hero {
  padding-top: 142px;
  padding-bottom: 0px;
  background-image: url('../images/image_header.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.white.subfooter {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
}

.section.grey {
  background-color: white;
}

.section.grey.footer {
  padding-top: 29px;
  padding-bottom: 39px;
  background-color: black;
  text-align: center;
}

.section.purple {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e6e6e6;
}

.section.featured {
  height: 666px;
  background-image: url('../images/image_featured.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-iphone {
  display: block;
  margin-right: auto;
  margin-bottom: -73px;
  margin-left: auto;
  text-shadow: black 0px 0px 0px;
}

.app-name {
  margin-top: 3px;
  font-family: Montserrat, sans-serif;
  color: #5c5c5c;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.nav-link {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  border-bottom: 2px solid transparent;
  -webkit-transition: border 300ms ease;
  transition: border 300ms ease;
  font-family: 'Officinaseritcstd book', sans-serif;
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  border-bottom-color: #c4930d;
}

.nav-link.w--current {
  border-bottom-color: #c4930d;
  font-family: 'Officinaseritcstd book', sans-serif;
}

.nav-column {
  padding-top: 10px;
  text-align: right;
}

.hero-header {
  margin-top: 130px;
  margin-bottom: 19px;
  font-family: Officinaseritcstd, sans-serif;
  color: white;
  font-size: 120px;
  font-style: normal;
  text-align: center;
  text-shadow: black 2px 5px 0px, black 6px 8px 0px;
}

.hero-subtitle {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 15px;
  line-height: 22px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
}

.icon-title {
  margin-top: 22px;
  margin-bottom: 12px;
  font-family: Bitter;
  color: #c1adcc;
  font-size: 17px;
  font-weight: 400;
}

.price-text {
  margin-top: 11px;
  background-image: none;
  box-shadow: none;
  color: white;
  font-size: 25px;
  line-height: 28px;
  font-weight: 400;
  text-shadow: none;
}

.logo-in-footer {
  position: static;
  display: block;
  margin-top: 22px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  clear: none;
  text-align: left;
  text-shadow: black 0px 0px 0px;
}

.left-column {
  padding-top: 35px;
  padding-bottom: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.subfooter-right {
  padding-top: 35px;
  padding-bottom: 35px;
  border-right: 1px solid rgba(0, 0, 0, 0.09);
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

.social-button {
  width: 36px;
  height: 36px;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 7px;
  border-radius: 60px;
  background-color: #745785;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-button:hover {
  background-color: #f02e4e;
}

.blog-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #fa875b;
  font-size: 18px;
  font-style: italic;
  text-decoration: none;
}

.blog-link:hover {
  color: #ff5917;
}

.footer-link {
  margin-left: 8px;
  border-bottom: 1px solid rgba(131, 125, 153, 0.34);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Bitter, serif;
  color: #837d99;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom: 1px solid rgba(131, 125, 153, 0.86);
}

.footer-text {
  position: static;
  display: inline-block;
  padding-top: 25px;
  float: left;
  clear: none;
  font-family: 'Officinaseritcstd book', sans-serif;
  color: white;
  text-align: left;
}

.center {
  text-align: center;
}

.navbar {
  position: fixed;
  z-index: 99;
  width: 100%;
  padding-top: 29px;
  padding-bottom: 29px;
  background-color: black;
  box-shadow: rgba(0, 0, 0, 0.52) 0px 6px 20px 4px;
}

.social-widget {
  display: inline-block;
  margin-top: 17px;
  margin-right: 14px;
}

.text-link {
  color: #745785;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.button-block {
  margin-top: 17px;
}

.logo {
  margin-right: 12px;
  float: left;
}

.cont_header {
  padding-bottom: 115px;
}

.h2 {
  border-bottom: 0px none transparent;
  font-family: Officinaseritcstd, sans-serif;
  color: black;
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: white 1px 1px 0px, #969696 4px 3px 0px;
}

.h2.subtitle {
  font-size: 30px;
  text-shadow: white 1px 1px 0px, #969696 2px 2px 0px;
}

.line {
  display: block;
  width: 60%;
  height: 5px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid black;
}

.ribbon {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

.p {
  font-family: 'Officinaseritcstd book', sans-serif;
  color: #333;
}

.col {
  padding-top: 67px;
}

.destacado {
  font-family: Officinaseritcstd, sans-serif;
  color: black;
  font-size: 36px;
  line-height: 40px;
  font-style: italic;
  text-align: left;
}

.comillas {
  margin-top: 147px;
  font-family: Officinaseritcstd, sans-serif;
  color: black;
  font-size: 490px;
  font-style: italic;
}

.text_featured {
  padding-top: 135px;
  padding-bottom: 134px;
  font-family: Officinaseritcstd, sans-serif;
  color: white;
  font-size: 60px;
  line-height: 70px;
  font-style: italic;
  text-align: center;
}

.cont_servicios {
  margin-top: 31px;
  background-color: #f1e5c5;
}

.tabs {
  display: block;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.panel {
  background-color: #f1e5c5;
}

.text {
  padding-bottom: 15px;
  font-family: 'Officinaseritcstd book', sans-serif;
  font-size: 16px;
  text-align: justify;
}

.text.centrado {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.slider {
  height: 100%;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #f1e5c5;
}

.arrow {
  position: absolute;
  margin: 363px 0px 363px -24px;
  padding-right: 0px;
  padding-left: 0px;
}

.arrow.tab2 {
  margin-top: 265px;
  margin-bottom: 265px;
}

.tab {
  background-color: white;
}

.tab.w--current {
  background-color: #f1e5c5;
}

.txt_tab {
  font-family: Officinaseritcstd, sans-serif;
  font-size: 18px;
  text-decoration: underline;
  text-transform: uppercase;
}

.row_team {
  margin-top: 40px;
}

.image_team {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.row_contact {
  margin-top: 30px;
}

.field {
  border: 1px solid black;
  font-family: 'Officinaseritcstd book', sans-serif;
  font-size: 14px;
}

.nav_slider {
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 21px;
}

html.w-mod-js *[data-ix="appear"] {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

html.w-mod-js *[data-ix="nav"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="appear-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

html.w-mod-js *[data-ix="appear-scroll2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

@media (max-width: 991px) {
  p {
    font-size: 14px;
    line-height: 21px;
  }
  .section.hero {
    padding-top: 34px;
    padding-bottom: 1px;
  }
  .hero-iphone {
    padding-top: 80px;
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    margin-top: 91px;
    font-size: 90px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .hero-subtitle {
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
}

@media (max-width: 767px) {
  h2 {
    margin-top: 0px;
  }
  .section {
    padding-top: 33px;
    padding-bottom: 33px;
    text-align: center;
  }
  .section.hero {
    padding-right: 38px;
    padding-bottom: 52px;
    padding-left: 38px;
    text-align: center;
  }
  .hero-iphone {
    margin-bottom: 1px;
    padding-top: 111px;
    text-shadow: black 0px 0px 0px;
  }
  .app-name {
    display: inline-block;
    margin-bottom: 0px;
  }
  .nav-column {
    padding-top: 22px;
    text-align: center;
  }
  .hero-header {
    margin-top: 30px;
    font-size: 60px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .price-text {
    margin-bottom: 31px;
    box-shadow: none;
    text-shadow: none;
  }
  .subfooter-right {
    border-top: 1px solid rgba(0, 0, 0, 0.09);
  }
  .center {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .navbar {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
  }
  .social-widget {
    margin-right: 11px;
    margin-left: 11px;
  }
  .logo {
    display: inline-block;
    margin-top: -6px;
    float: none;
  }
  .text {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  h3 {
    font-size: 18px;
    line-height: 23px;
  }
  .button.sendbtn {
    float: left;
  }
  .section {
    text-align: center;
  }
  .section.white {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-iphone {
    padding-top: 111px;
    text-shadow: black 0px 0px 0px;
  }
  .hero-header {
    font-size: 32px;
    text-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px;
  }
  .price-text {
    font-size: 23px;
  }
  .h2 {
    font-size: 40px;
  }
  .h2.subtitle {
    font-size: 18px;
  }
  .text_featured {
    font-size: 40px;
  }
  .text {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'Officinaseritcstd book';
  src: url('../fonts/OfficinaSerITCStd-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Officinaseritcstd';
  src: url('../fonts/OfficinaSerITCStd-BoldIta.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: 'Officinaseritcstd';
  src: url('../fonts/OfficinaSerITCStd-Bold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}