.fill {
  object-fit: cover;
  object-position: middle center;
}
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.shad {
  text-shadow: 0 -1px 0 rgba(128, 128, 128, 0.5);
}
.upper {
  text-transform: uppercase;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
a,
a:hover {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
hr.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*
Para el fill
.head-img {
      width: 100%;
      height: 415px;
      overflow: hidden;
      img {
        width: 100%;
        height: 415px;
        .fill;
      }
}*/
.homeheader {
  height: 100vh;
}
header.row .navbar.is-scrolling {
  background: #171717;
}
header.row .navbar.is-scrolling .nav li a {
  color: #FFF;
}
header.row .navbar.is-scrolling .nav li.active a {
  color: #46ea9f;
}
header.row .navbar .navbar-header .navbar-toggle span {
  background: #46ea9f;
}
@media (max-width: 767px) {
  body.home header .navbar {
    background: #171717;
  }
}
@media (max-width: 767px) {
  .navbar-default .navbar-collapse {
    background: #171717;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
}
.btn-warning {
  background: #46ea9f;
  color: #171717;
  font-size: 13px !important;
}
.cta {
  float: right;
}
@media (max-width: 767px) {
  .cta {
    float: none;
    margin-bottom: 0;
  }
}
.innernav {
  background: #171717 !important;
}
.navbar-default .nav li a {
  color: #FFF;
  font-size: 13px!important;
}
.navbar-default .nav li a:hover {
  color: #46ea9f;
}
.top-banner {
  /*padding-top: 320px;*/
}
.top-banner h2 {
  color: #FFF;
}
@media (max-width: 767px) {
  .top-banner h2 {
    font-size: 44px;
  }
}
.top-banner p {
  color: #FFF;
  font-size: 36px;
  max-width: 850px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .top-banner p {
    font-size: 21px;
    line-height: 1.6em;
  }
}
.top-banner .stores {
  margin: 30px 0;
}
.top-banner .stores a {
  padding: 0 10px;
}
.btn-fill-xl {
  background: #46ea9f;
  color: #171717;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #46ea9f;
  padding: 25px 60px;
  line-height: 1em;
}
.btn-fill-black {
  background: #171717;
  color: #46ea9f;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #171717;
  padding: 25px 60px;
  line-height: 1em;
}
.how-it-works {
  background: #46ea9f;
}
.how-it-works .section-header h2 {
  color: #171717;
  font-size: 48px;
  text-transform: none;
}
.how-it-works .section-header h2 span {
  color: #FFF;
}
.how-it-works .section-header.v2 p {
  color: #171717;
}
.how-it-works .section-header:after {
  display: none;
}
.how-it-works .work-processes {
  margin-bottom: 40px;
}
.work-process + .work-process:before {
  position: absolute;
  top: 40px;
}
.work-process p {
  color: #171717;
}
.section-header h2 {
  text-transform: none;
}
.section-header h2 span {
  color: #46ea9f;
}
.left-right-contents .media .media-left span {
  color: #46ea9f;
}
.the-watch {
  background: url(../images/rockbg.jpg);
  object-fit: cover;
  object-position: middle center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.the-watch .section-header:after {
  display: none;
}
.the-watch .section-header h2 {
  color: #FFF;
}
.the-watch .section-header p {
  color: #FFF;
}
.the-watch .the-watch-features ul li {
  margin-left: 47px;
  color: #FFF;
  font-size: 14px;
}
.the-watch .the-watch-features ul li .tit {
  font-size: 20px;
  font-weight: 500;
  display: block;
}
.the-watch .the-watch-features ul li .tit span {
  color: #46ea9f;
}
.the-watch .the-watch-features ul li:before {
  position: absolute;
  left: -47px;
  top: 5px;
}
.split-columns img {
  filter: grayscale(100%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.split-columns img:hover {
  filter: grayscale(0%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.split-columns .texts h2 {
  font-size: 35px;
  font-weight: 600;
  color: #171717;
}
@media (max-width: 767px) {
  .split-columns .texts h2 {
    font-size: 24px;
  }
}
.split-columns .texts p {
  font-size: 18px;
  color: #171717;
}
.mobile-app:before {
  background: #46ea9f;
  opacity: 1;
}
.mobile-app h2 {
  color: #171717;
}
.mobile-app p {
  color: #171717;
}
footer {
  background: #000;
  padding: 80px 0;
}
footer.row {
  background: #000;
  text-align: left;
}
footer .sm {
  text-align: right;
  padding-top: 10px;
}
footer .sm a {
  font-size: 26px;
  color: #FFF;
  margin-left: 15px;
}
footer .sm a:hover {
  color: #46ea9f;
}
footer .nave {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 767px) {
  footer .nave {
    text-align: left;
    margin-top: 20px;
  }
}
footer .nave ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .nave ul li {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
footer .nave ul li a {
  color: #FFF;
}
footer .nave ul li a:hover {
  color: #46ea9f;
}
footer .postfoot {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #FFF;
  font-size: 13px;
  color: #FFF;
}
footer .postfoot .copy {
  padding: 10px 0 0 0;
  text-align: right;
}
footer .postfoot .copy img {
  width: 150px;
}
@media (max-width: 767px) {
  footer .postfoot {
    margin-top: 20px;
    padding-top: 20px;
  }
  footer .postfoot img {
    display: inline-block;
  }
  footer .postfoot .copy {
    text-align: left;
  }
}
.contacto .section-header:after {
  display: none;
}
.contacto .form {
  background: #E4E5E8;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 30px;
  display: block;
  max-width: 850px;
  margin: 0 auto;
}
.contacto input {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  color: #171717;
  border: 1px solid #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.contacto textarea {
  width: 100%;
  padding: 16px;
  font-size: 16px;
  color: #171717;
  border: 1px solid #FFF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}
.blog .featured-img a {
  text-align: left;
}
.blog h2 a {
  color: #171717;
}
.blog h2 a:hover {
  color: #46ea9f;
}
.articulo {
  margin: 90px 0 100px;
}
.articulo figure {
  margin-bottom: 50px;
}
.articulo figure img {
  max-width: 850px;
  width: 100%;
}
.articulo article h2 {
  color: #171717;
  font-weight: 700;
  font-size: 38px;
  margin: 0 0 20px;
  line-height: 1.2em;
}
.articulo article h3 {
  color: #171717;
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 20px;
  line-height: 1.2em;
}
.articulo article h4 {
  color: #171717;
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 20px;
  line-height: 1.2em;
}
.articulo article h5 {
  color: #171717;
  font-weight: 700;
  font-size: 28px;
  margin: 0 0 20px;
  line-height: 1.2em;
}
.articulo article h6 {
  color: #171717;
  font-weight: 700;
  font-size: 21px;
  margin: 0 0 20px;
  line-height: 1.2em;
}
.articulo article p {
  color: #171717;
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 20px;
  line-height: 1.6em;
}
.articulo article p a {
  color: #46ea9f;
}
.articulo article p a:hover {
  color: #000;
}
.articulo article li {
  color: #171717;
  font-weight: 300;
  font-size: 16px;
  margin: 0 0 10px;
}
.articulo article iframe {
  width: 100%!important;
}
.articulo article img {
  max-width: 100%!important;
  width: 100%!important;
}
.wa {
  position: fixed;
  bottom: 35px;
  right: 35px;
}
.wa img {
  width: 75px;
}
@media (max-width: 767px) {
  .wa {
    bottom: 20px;
    right: 20px;
  }
  .wa img {
    width: 60px;
  }
}
#mob {
  display: none;
}
@media (max-width: 767px) {
  #mob {
    width: 100%;
    background: #333;
    position: absolute;
    z-index: 888;
    padding: 50px 0 50px;
    margin: 0;
  }
  #mob ul {
    margin: 0;
    padding: 0;
  }
  #mob li {
    display: block;
    text-align: center;
    padding: 8px 0;
  }
}
.burger {
  display: none;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
#nav-icon3 {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFF;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: 10px;
}
#nav-icon3 span:nth-child(4) {
  top: 20px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
