
/* ==========================================================================
   General
   ========================================================================== */

/*

@font-face {
    font-family: 'Klavika Regular';
    src: url(../fonts/Klavika/Klavika_Regular.otf);
}



@font-face {
    font-family: 'Klavika Regular2';
    src: url('../fonts/Klavika_Regular.eot?#iefix') format('embedded-opentype');
}
*/
@font-face {
    font-family: 'Klavika_Regular';
    src: url('../fonts/Klavika/Klavika Regular-webfont.eot');
    src: url('../fonts/Klavika/Klavika Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Klavika/Klavika Regular-webfont.woff2') format('woff2'),
         url('../fonts/Klavika/Klavika Regular-webfont.woff') format('woff'),
         url('../fonts/Klavika/Klavika Regular-webfont.ttf') format('truetype'),
         url('../fonts/Klavika/Klavika Regular-webfont.svg#klavika_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


html,
body {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Klavika_Regular';
  font-weight: 300;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 400; }

a { color: #0066CC; }

a:hover {
  color: #0099cc;
  text-decoration: none;
}

a:focus { outline: none; }

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* ==========================================================================
   Header styles
   ========================================================================== */
   


.main-header {

/*  background: url(../img/bg_video.jpg) center center no-repeat scroll;*/
  -webkit-background-size: cover;
  background-size: cover;

  background-color: #FFFFFF;
  padding: 3.2em 0;
  position: relative;
  overflow-x: hidden;
}

.logo,
.head-hero h1 { text-align: center; }

.highlight { font-weight: 400; }

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
 /* background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMDA5OWNjIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZjMTRkIiBzdG9wLW9wYWNpdHk9IjAuNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0,153,204,0.5)), color-stop(100%, rgba(255,193,77,0.5)));
  background: -webkit-linear-gradient(-45deg, rgba(0,153,204,0.5) 0%, rgba(255,193,77,0.5) 100%);
  background: -webkit-linear-gradient(315deg, rgba(0,153,204,0.5) 0%, rgba(255,193,77,0.5) 100%);
  background: linear-gradient(135deg, rgba(0,153,204,0.5) 0%, rgba(255,193,77,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#800099cc', endColorstr='#80ffc14d', GradientType=1 );
    background-color: #ffffff;*/
}

.logo { margin-bottom: 1.6em; }

.head-hero h1 {
  font-size: 36.492px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 200;
}

.button {
  color: #fff;
  background: #0066CC;
  border-radius: 5px;
  -webkit-transition: background .5s ease-in, border-color .5s ease-in;
  transition: background .5s ease-in, border-color .5s ease-in;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
}

.button:hover {
  color: #fff;
  background: #0099cc;
  border-color: #0099cc;
}

.button i { padding-right: .5em; }

.form-control,
.btn { padding: 12.8px 12px; }

/*Fix padding issue in ie 10 and above*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

.form-control { padding: 1.01em 12px; }
}

.social li {
  display: inline;
  margin-right: 1em;
}

.social li:last-child { margin-right: 0; }

.social a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 5px;
  -webkit-transition: background .5s ease-in;
  transition: background .5s ease-in;
}

.social a {
  color: #fff;
  background: #0066CC;
}

.social a:hover { background: #0099cc; }

/* ==========================================================================
   Navigation
   ========================================================================== */
   


.main-nav {
  position: fixed;
  right: 2%;
  z-index: 10;
}

.main-nav a {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  background: rgba(223, 223, 223, 0.89);
}

.main-nav .active a { background: #0066CC; }

.nav>li.active>a:hover,
.nav>li.active>a:focus {
  text-decoration: none;
  background-color: #0099cc;
}

/* ==========================================================================
   Subscription Form
   ========================================================================== */
   
.center-block { float: none; }

.subscribe { margin: 3.2em 0 4.8em; }

#mc-notification,
.contact-form .error { margin: 8px 0 0; }

#mc-notification .alert,
#mc-notification .success {
  display: block;
  padding: .4em 0 .4em 1em;
  border-radius: 4px;
  color: #fff;
}

#mc-notification .alert,
#form-messages.error { background: rgba(231, 76, 60, 0.7); }

#mc-notification .success,
#form-messages.success { background: rgba(39, 174, 96, 0.7); }

.alert i,
.success i { padding-right: .5em; }

/* ==========================================================================
   Features
   ========================================================================== */
   
.section-spacing { padding: 4.8em 0; }

.features h2,
.team h2,
.contact h2 {
  text-transform: uppercase;
  position: relative;
  margin-top: 0;
}

.features h2:after,
.team h2:after,
.contact h2:after,
.site-footer h2:after {
  content: '';
  height: 1px;
  background: #0066CC;
  position: absolute;
  width: 100px;
  bottom: -.8em;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.features-slider { padding-top: 3.2em; }

.app-features h4 { margin-top: 0; }

.app-features { margin-bottom: 1.6em; }

.slick-slider { margin-bottom: 1.6em; }

.features p,
.site-footer small { color: #969696; }

.features .slick-dots { bottom: -3.2em; }

.features .slick-dots li button:before {
  color: rgba(51, 181, 229, 0.3);
  opacity: 1;
}

.features .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #0066CC;
}

/* ==========================================================================
   team
   ========================================================================== */

.team,
.site-footer { background: #F1F1F1; }

.team h3 { color: #444; }

.team-slider { margin-top: 3.2em; }

.team .slick-dots li button:before { color: #0066CC; }

.team-details {
  position: relative;
  display: inline-block;
  margin-top: 1.6em;
}

.team-details figcaption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.6em 1em;
  background: rgba(0, 102, 204, 0.8);
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in;
  transition: opacity 0.35s ease-in;
  position: absolute;
}

.team-details:hover figcaption { opacity: 1; }

.team-details figcaption p:first-child {
  font-size: 20px;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
  font-weight: 600;
}

.team-details figcaption p:first-child:after {
  background: #fff;
  width: 50%;
  display: block;
  position: absolute;
  content: '';
  height: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: .4em;
}

.team-details img { width: 100%; }

.team-details figcaption p { margin-top: 1.6em; }

.team .social { margin-top: 1.6em; }

.team .slick-dots { bottom: -4em; }

.team .slick-slider { margin-bottom: 3.2em; }

/* ==========================================================================
   Form Validation
   ========================================================================== */

#form-messages.success,
#form-messages.error {
  color: white;
  padding: .8em;
  margin-bottom: 0.8em;
  border-radius: 4px;
}

/* ==========================================================================
   contact
   ========================================================================== */

.contact .form-control { border-color: #ddd; }

.form-group { margin-bottom: 1.6em; }

.contact h2 { margin-bottom: 89.6px; }

.contact .btn {
  padding: 12.8px 1em;
  width: 100%;
}

/* ==========================================================================
   footer
   ========================================================================== */
   


.site-footer h3 { margin-top: 0; }

.scroll-top { margin-bottom: 0; }

.site-footer .social { margin: 1.6em 0; }

/* ==========================================================================
   scroll top
   ========================================================================== */
   
.scroll-top { margin-bottom: 0; }

.scroll-top a {
  position: fixed;
  bottom: 2em;
  right: 2em;
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: .8em 1em;
  display: none;
  z-index: 200;
  border-radius: 5px;
  -webkit-transition: background .5s ease-in;
  transition: background .5s ease-in;
}

.scroll-top a:hover { background: #0099cc; }

/* ==========================================================================
   Small devices (tablets, 768px and up)
   ========================================================================== */
   
@media (min-width: 768px) {

.main-nav { top: 30%; }

.head-hero h1 { font-size: 65.761px; }

.features-slider { padding-top: 4.8em; }

.team .slick-slider { margin-bottom: 4em; }
    
    
     #home{
          height: 440px;
          overflow: hidden;
/*          margin-bottom: -120px;         */
     }
  
}

/* ==========================================================================
   Medium devices (desktops, 992px and up) 
   ========================================================================== */
   
@media (min-width: 992px) {

.main-nav { top: 40%; }

.main-header {
  min-height: 100%;
/*
  background: url(../img/bg.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
    
*/
    background-color: white;
}

.logo,
.head-hero h1 { text-align: left; }

.logo { margin: 0.8em 0 3.2em; }

.hero-img {
  margin-top: -3.2em;
  max-width: none;
}

.subscribe { margin: 3.2em 0 0; }

.app-features { margin-bottom: 3.2em; }

.app-features:last-child { margin-bottom: 0; }

.features .slick-dots {
  bottom: -1.6em;
  text-align: right;
  right: 17.3%;
}   
    
    #home{overflow: hidden}

/* ==========================================================================
   animation
   ========================================================================== */


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
 @-webkit-keyframes slideInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes slideInLeft {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-2000px);
 -ms-transform: translateX(-2000px);
 transform: translateX(-2000px);
}
 100% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
 @-webkit-keyframes slideInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 transform: translateX(2000px);
}
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes slideInRight {
 0% {
 opacity: 0;
 -webkit-transform: translateX(2000px);
 -ms-transform: translateX(2000px);
 transform: translateX(2000px);
}
 100% {
 -webkit-transform: translateX(0);
 -ms-transform: translateX(0);
 transform: translateX(0);
}
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
 @-webkit-keyframes slideInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 100% {
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
}
 @keyframes slideInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(-2000px);
 -ms-transform: translateY(-2000px);
 transform: translateY(-2000px);
}
 100% {
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
}

/* ==========================================================================
	 Note: Disable this media query if you will be using your own hero image [iphone.png].
   Fix for very Large devices (large desktops, 1410px and up) 
   ========================================================================== */
  
@media (min-width: 1410px) {

.hero-img { display: none; }

.over-hide:after {
 content: url(../img/iphone.png);
  margin-bottom: 3.2em;
  display: block;
      right: -250px;
  position: relative;
}
   /* agregados */ 
/*
#download{
    position: relative;
    top: -55px;
    z-index: 9999;
    color: rgb(179, 177, 177);
}
*/
    #novelli{
    left:200px !important;
    }
}


/* agregados */

.btn-default {
    border-color:#0572E0;  
}

#stores {
    margin-top: 20px;
    position: fixed;
    z-index: 9999;
    top: 40px;
    right: 10px;
    display: none;
}

#stores img{
    width:150px;
}

#stores2 {
  position: relative;
  top: 30px;
  left: -35px;
}

#play_btn {
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  z-index: 9999;
  opacity: 0.8;
}

#play_btn:hover {
  opacity: 1;
}

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
/*  box-shadow: 0 0 1px rgba(0, 0, 0, 0);*/
}

.shrink:hover, .shrink:focus, .shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

#dots {
  width: 100%; 
  position: absolute;
  opacity: 0.4;
}

#texto {
  margin-bottom: 100px;
}

#novelli {
margin-top: 10px;
    position: fixed;
    z-index: 9999;
    top: 40px;
    left: 80px;
    display: none;
}

/*
#texto:after {
  content: '';
  height: 1px;
  background: #0066CC;
  position: absolute;
  width: 100px;
  bottom: -.8em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
*/ 

#mensaje_movil {
    display: none;
}

#texto img {
  width: 145px;
  position: relative;
  top: 4px;
}

.features-container {
 cursor: default !important;
}

.features-slider {
  cursor: default;

}

.over-hide {
    right: -100px;
    top: 120px;
}

.app-features:hover h4{
    color:#0066CC;
    font-weight: 600;
}

.play_btn {
    width:80px !important;
}


.team {
    background-image: url(../img/bg_videos.jpg);
    background-size: cover;
    color: white;
}

.team h2:after {
    content: '';
  height: 1px;
  background: rgb(255,255,0);
  position: absolute;
  width: 100px;
  bottom: -.8em;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.team-slider h3{
    color: white;
}

/* ==========================================================================
	 Mobile (up to 700px)
   ========================================================================== */

@media (max-width: 700px) {

 #stores, .logo {display: none}
    
 #stores2 {display: none;}
    
 #stores2 a img{
    margin-bottom: 30px;
    
 }
  
 #home{
  height: 300px;
  overflow: hidden;
  margin-bottom: -120px;
 }
    
 #mensaje_movil {
    display: block;
 }
    
 #mensaje_desktop {
    display: none;
 }
    
    #novelli {
  margin-top: 10px;
  position: fixed;
  z-index: 9999;
  top: -7px;
  left: 30px;
  width: 55px;
  display: none;
}
}