/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Helper classes
3. Back to top button
4. General Section styles
5. General Titles styles
6. General Slider styles
7. Visibility helpers
8. Button styles
9. Icon Box
10. Stage point element styles
11. Social Icons Styles
12. Contact form
13. Main menu
14. Header
15. Hamburger menu / responsive menu
16. Slider Styles
17. Watch Section
18. Healt Section
19. Testimonials section
20. News section
21. Contact section
22. Animations
-------------------------------------------------------------------*/
/*
- Variables -

$mobile-width: 480px;
$tablet-width: 768px;
$desktop-width: 992px;
$large-desktop-width: 1200px;
$large-desktop-width-2: 1500px;
$slarge-desktop-width: 1799px;
$glyph: 'Glyphicons Halflings';
$desktop-height: 1050px;
*/
/* Smartphones */
/* Tablets */
/* Desktops and laptops */
/* Large screens  */
/* body */
body {
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-size: 13px;
  line-height: 27px;
  color: #666;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 10px;
}

/* links */
a:focus {
  outline: none;
  color: initial;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* page wrapper*/
#page_wrapper {
  background-color: #fff;
  background-repeat: repeat;
  background-position: left top;
  background-attachment: scroll;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  z-index: 0;
}

/* column vertical offset */
.vert-offset-top-0 {
  margin-top: 0em;
}

.vert-offset-bottom-0 {
  margin-bottom: 0em;
}

.vert-offset-top-1 {
  margin-top: 1em;
}

.vert-offset-bottom-1 {
  margin-bottom: 1em;
}

.vert-offset-top-2 {
  margin-top: 2em;
}

.vert-offset-bottom-2 {
  margin-bottom: 2em;
}

.vert-offset-top-3 {
  margin-top: 3em;
}

.vert-offset-bottom-3 {
  margin-bottom: 3em;
}

.vert-offset-top-4 {
  margin-top: 4em;
}

.vert-offset-bottom-4 {
  margin-bottom: 4em;
}

.vert-offset-top-5 {
  margin-top: 5em;
}

.vert-offset-bottom-5 {
  margin-bottom: 5em;
}

.vert-offset-top-6 {
  margin-top: 6em;
}

.vert-offset-bottom-6 {
  margin-bottom: 6em;
}

.vert-offset-top-7 {
  margin-top: 7em;
}

.vert-offset-bottom-7 {
  margin-bottom: 7em;
}

.vert-offset-top-8 {
  margin-top: 8em;
}

.vert-offset-bottom-8 {
  margin-bottom: 8em;
}

.vert-offset-top-9 {
  margin-top: 9em;
}

.vert-offset-bottom-9 {
  margin-bottom: 9em;
}

.vert-offset-top-10 {
  margin-top: 10em;
}

.vert-offset-bottom-10 {
  margin-bottom: 10em;
}

.vert-offset-top-11 {
  margin-top: 11em;
}

.vert-offset-bottom-11 {
  margin-bottom: 11em;
}

.vert-offset-top-12 {
  margin-top: 12em;
}

.vert-offset-bottom-12 {
  margin-bottom: 12em;
}

/* totop button */
.totop {
  height: 9px;
  opacity: 0;
  position: fixed;
  right: -60px;
  width: 49px;
  z-index: 999;
  display: block;
  top: 85%;
  background-repeat: no-repeat;
  background-position: center 15px;
  background-color: #404040;
  font-size: 9px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1;
  border-radius: 2px;
  padding: 28px 0 21px 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media (max-width: 767px) and (orientation: landscape) {
  .totop {
    top: 82%;
  }
}

.totop-vissible {
  right: 10px;
  opacity: 0.7;
}

.totop:before {
  position: absolute;
  content: "\e080";
  top: 10px;
  left: 50%;
  margin-left: -6px;
  font-size: 11px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.totop:hover {
  color: #fff;
}

.totop:focus {
  color: #fff;
}

/* container */
.ky__container {
  padding-left: 30px;
  padding-right: 30px;
  /* < 480px */
  /* >= 768px */
}




@media (width: 320px) {
    
    .imagem_cont-mob{
        width:275px!important;
    }
    
     .ky__btn-position1 {
    position: absolute!important;
    left: 3px!important;
    bottom:10px!important;
}

.ky__btn-position2 {
  position: absolute;
  right: 27px!important;
  bottom: 10px!important;
}
.ky__logo-container{
  
   height: 48px!important;
}

.container-fluid{
    padding-left:1px!important;
    padding-right:1px!important;
}
    
    
    
    .ky__whats{
        margin_left:12px;
        padding:0 -30px 0 -20px ;
        margin-top: 24px;
        margin-right : -50px;
    }
    
    .ky__orderbtn-container-img-phone {
    margin-left: 154px;
}
}


@media (max-width: 479px) {
  .ky__container {
    width: 100%;
  }
  
    #m-banners  {
        display: block!important;
    }
    #pc-banners  {
        display: none!important;
    }
}

@media (min-width: 768px) {
  .ky__container {
    width: 100%;
  }
}

.ky__news-container {
  padding-left: auto;
  padding-right: auto;
  /* < 480px */
  /* >= 768px */
}

@media (max-width: 479px) {
  .ky__news-container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .ky__news-container {
    width: 100%;
  }
}

/* row */
.row.gutter-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row.tabletGutter-15 > [class*=col-] {
  /* <= 768px */
}

@media (max-width: 768px) {
  .row.tabletGutter-15 > [class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
  
     #m-banners  {
        display: block!important;
    }
    #pc-banners  {
        display: none!important;
    }
}

/* padding */
.ky__btmPadding--20 {
  padding-bottom: 20px;
}

.ky__btmPadding--25 {
  padding-bottom: 25px;
}

.ky__btmPadding--35 {
  padding-bottom: 35px;
  text-align: right;
  /* < 480px */
}

@media(width: 390px){
     .ky__btn-position1 {
    position: absolute!important;
    left: 25px!important;
    bottom:10px!important;
}

.ky__btn-position2 {
  position: absolute;
  right: 70px!important;
  bottom: 10px!important;
}
.ky__logo-container{
  margin-bottom: 30px!important;
  height:54px!important;
}

}

@media(width: 414px){
     .ky__btn-position1 {
    position: absolute!important;
    left: 25px!important;
    bottom:10px!important;
}

.ky__btn-position2 {
  position: absolute;
  right: 70px!important;
  bottom: 10px!important;
}
.ky__logo-container{
  height: 58px!important;
}

}

@media(width: 375px){
    .ky__logo-container{
    height:52px!important;

}
}


@media(width: 393px){
     .ky__btn-position1 {
    position: absolute!important;
    left: 25px!important;
    bottom:10px!important;
}

.ky__btn-position2 {
  position: absolute;
  right: 70px!important;
  bottom: 10px!important;
}
.ky__logo-container{
    height:54px!important;
  margin-bottom: 30px!important;
}

}

@media(min-width: 460px) and (max-width: 480px){
     .ky__btn-position1 {
    position: absolute!important;
    left: 25px!important;
    bottom:10px!important;
}

.ky__btn-position2 {
  position: absolute;
  right: 70px!important;
  bottom: 10px!important;
}
.ky__logo-container{
  height: 65px!important;
}

}



@media(min-width: 434px) and (max-width: 459px){
     .ky__btn-position1 {
    position: absolute!important;
    left: 25px!important;
    bottom:10px!important;
}

.ky__btn-position2 {
  position: absolute;
  right: 70px!important;
  bottom: 10px!important;
}
.ky__logo-container{
  height: 61px!important;
}

}

@media(width: 460px){
     .ky__btn-position1 {
    position: absolute!important;
    left: 47px!important;
    bottom:10px!important;
}

.ky__btn-position2 {
  position: absolute;
  right: 103px!important;
  bottom: 10px!important;
}
.ky__logo-container{
  height: 59px!important;
  margin-bottom: 30px!important;
}

}




@media (max-width: 479px) {
  .ky__btmPadding--35 {
    text-align: left;
  }
}

.ky__btmPadding--40 {
  padding-bottom: 40px;
}

.ky__btmPadding--60 {
  padding-bottom: 60px;
}

.ky__topPadding--35 {
  padding-top: 35px;
}

.ky__topPadding--50 {
  padding-top: 50px;
}

.ky__leftPadding--15 {
  padding-bottom: 15px;
}

.ky__rightPadding--15 {
  padding-top: 15px;
}

/* margin */
.ky__margin-12 {
  margin: 12px;
}

.ky__title {
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  margin-top: 5px;
  font-size: 36px;
  line-height: 52px;
  font-weight: 400;
  color: #242424;
  margin-bottom: 20px;
}

.ky__productsTitle {
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  color: #242424;
}

.ky__presentationTitle {
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 10px;
}

.ky__testimonialsTitle {
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

.ky__newsTitle {
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  margin-top: 0;
  font-size: 30px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.ky__contactTitle {
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 100;
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 30px;
}

.ky__sceneSubtitle {
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-size: 24px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 30px;
}

.ky__subtitle {
  font-size: 24px;
  line-height: 40px;
  font-weight: 300;
}

.ky__presentationSubtitle {
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-size: 36px;
  line-height: 46px;
  font-weight: 400;
}

.ky__text {
  margin-top: 0;
  line-height: 1.6;
}

.ky__slider-title {
  font-size: 88px;
  line-height: 94px;
  color: #040707;
  margin-bottom: 20px;
  /* 992px - 1199px */
  /* 480px - 767px */
  /* < 480px */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ky__slider-title {
    font-size: 60px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .ky__slider-title {
    font-size: 50px;
  }
  
  
  .btn_menu_posi {
    padding: 15px 25px;
    margin-left: -150px;
    margin-top: -85px;

  }
  
}

@media (max-width: 479px) {
  .ky__slider-title {
    font-size: 45px;
    margin-bottom: 5px;
  }
}

.ky__slider-subtitle {
  font-size: 24px;
  line-height: 22px;
  font-weight: 300;
  color: #666666;
  /* < 480px */
}

@media (max-width: 479px) {
  .ky__slider-subtitle {
    font-size: 19px;
  }
}

.ky__text--center {
  text-align: center;
}

.ky__text--left {
  text-align: left;
}

.ky__text--right {
  text-align: right;
}

.ky__text--white {
  color: #fff;
}

.ky__text--grey {
  color: #333333;
}

.ky__text--black {
  color: #000000;
}

.ky__text--blue {
  color: #598bd0;
}

.ky__text--cyan {
  color: #6cf;
}

/* spacer */
.ky__spacer--35 {
  height: 35px;
}

.ky__spacer--50 {
  height: 50px;
}

.ky__spacer--70 {
  height: 70px;
}

.ky__spacer--80 {
  height: 80px;
}

.ky__spacer--215 {
  height: 215px;
}

.ky__spacer--230 {
  height: 230px;
}

/* hidden classes */
.ky__hide-mobile {
  /* < 480px */
}

@media (max-width: 479px) {
  .ky__hide-mobile {
    display: none;
  }
}

.ky__hide-tablet_portrait {
  /* 480px - 767px */
}

@media (min-width: 480px) and (max-width: 767px) {
  .ky__hide-tablet_portrait {
    display: none;
  }
}

.ky__hide-tablet_landscape {
  /* 768px - 991px */
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__hide-tablet_landscape {
    display: none;
  }
}

.ky__hide-desktop {
  /* 992px - 1199px */
}

@media (min-width: 992px) and (max-width: 3000px) {
  .ky__hide-desktop {
    display: none;
  }
  
 .col-md-4-form {
    width: 23.333333%;
  }
  .imagem_cont-mob{
      width:400px!important;
  }
  
  
}

.ky__hide-ldesktop {
  /* 1200px - 1799px */
}

@media (min-width: 1200px) and (max-width: 1798px) {
  .ky__hide-ldesktop {
    display: none;
  }
}

/* images */
.ky__bg-container {
  max-height: 650px;
  position: relative;
}

.ky__img-parallax {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
}

.ky__img-left--auto {
  left: auto;
}

/* Hide classes */
/* Background */
.ky__bg--white {
  background: #fff;
}

/* button */
.btn:focus {
  outline: none;
}

.ky__btn--blue {
  color: white;
  background-color: #598bd0;
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.ky__btn--blue:focus {
  color: #fff;
}

.ky__btn--white {
  background-color: #fff;
  color: #000;
  color: #242424;
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.ky__btn--white:hover {
  background: rgba(255, 255, 255, 0.7);
}

.ky__btn--blue:hover {
  color: white;
  background-color: #476fa6;
}

.ky__btn--lg {
  padding: 20px 30px;
}

.ky__btn--md {
  padding: 16px 25px;
  line-height: 1.3333333;
}

.ky__btn-0 {
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.ky__btn-2 {
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 700;
  margin-top: 20px;
}

.ky__orderbtn {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 13px;
  font-weight: 500;
}

.ky__btn-slider {
  padding: 12px 35px;
  min-width: 220px;
  max-width: 220px;
  line-height: 32px;
  margin: 12px;
}

.ky__btn--border {
  border-color: black;
  border-style: solid;
  border-width: 3px;
  border-radius: 3px;
}

/* iconbox */
.ky__iconbox {
  margin-bottom: 30px;
}

.ky__iconbox-icon {
  margin-top: 0;
  margin-bottom: 15px;
  /* >= 480px */
  /* 768px - 991px */
}

@media (min-width: 480px) {
  .ky__iconbox-icon {
    float: left;
    margin-right: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__iconbox-icon {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}

.ky__iconbox-content {
  overflow: hidden;
}

.ky__iconbox-title--wrapper {
  margin-bottom: 15px;
}

.ky__iconbox-title {
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  color: #242424;
  font-style: normal;
  margin: 0;
}

.ky__iconbox-text--wrapper {
  margin-bottom: 15px;
}

.ky__iconbox-text {
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  color: #666;
  font-style: normal;
  margin: 0;
}

/* image box */
.ky__imgBox-container {
  margin-bottom: 30px;
}

.ky__imgBox-wrapper {
  display: block;
}

.ky__imgBox {
  vertical-align: middle;
  width: auto;
  height: auto;
}

.ky__img-center {
  display: block;
  margin: 0 auto;
}

.ky-img-responsive {
  max-width: 100%;
}

/* stage point */
.ky__stagePoint:after {
  /* >= 1200px */
}

@media (min-width: 1200px) {
  .ky__stagePoint:after {
    content: attr(data-nr);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border-radius: 50%;
    background: #e67c67;
  }
}

.ky__stagePoint[data-nr]:after {
  /* >= 1200px */
}

@media (min-width: 1200px) {
  .ky__stagePoint[data-nr]:after {
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin-left: -27px;
    margin-top: -27px;
    font-size: 16px;
    text-align: center;
    color: #FFF;
  }
}

.ky__stagePoint[data-title]:before {
  /* >= 1200px */
}

@media (min-width: 1200px) {
  .ky__stagePoint[data-title]:before {
    content: attr(data-title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    min-width: 100px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    padding: 6px 3px;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 30px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out .1s,visibility .2s ease-out .1s,margin-bottom .2s ease-out .1s;
    transition: opacity .2s ease-out .1s,visibility .2s ease-out .1s,margin-bottom .2s ease-out .1s;
    z-index: 1;
  }
}

.ky__stagePoint[data-title]:hover:before,
.ky__stagePoint[data-title].is-hover:before {
  /* >= 1200px */
}

@media (min-width: 1200px) {
  .ky__stagePoint[data-title]:hover:before,
  .ky__stagePoint[data-title].is-hover:before {
    opacity: 1;
    visibility: visible;
    margin-bottom: 20px;
  }
}

.ky__stagePoint {
  /* >= 1200px */
}

@media (min-width: 1200px) {
  .ky__stagePoint {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    -webkit-transition: opacity 1s ease-out;
    transition: opacity 1s ease-out;
  }
}

.ky__stageContainer {
  position: relative;
}

.ky__socialIcons {
  margin-left: 0;
  padding: 0;
  display: inline-block;
  list-style: none;
}

.ky__socialIcons-item {
  display: inline-block;
  margin: 5px;
  margin-left: 3px;
  margin-right: 3px;
}

.ky__socialLink {
  display: block;
}

.ky__socialLink {
  color: #000;
  text-decoration: none;
}

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

.ky__socialLink:hover {
  color: #000;
  text-decoration: none;
}

.ky__socialLink:active {
  color: #000;
  text-decoration: none;
}

.ky__socialIcon {
  padding: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

/* slick slider */
.slick-list {
  height: 100%;
}

.slick-track {
  height: 100%;
}

.slick-slide {
  position: relative;
}

/* contact form */
.js-cf-message {
  display: none;
  border-left: solid 3px transparent;
  padding-left: 5px;
}

.js-response-success {
  border-left-color: #9bf442;
}

.js-response-error {
  border-left-color: #dd0000;
}

.js-disable-action {
  pointer-events: none;
}

textarea {
  resize: vertical;
}

/* navbar */
.ky__header-navbar {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  position: fixed;
  z-index: 10000;
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.ky__navbar-header {
  /* <= 768px */
}

@media (min-width: 300px) and (max-width: 390px) {
  .ky__btn-position1{
  position: absolute;
  left: 25px;
  bottom: 10px;
}

.ky__btn-position2{
  
  position: absolute;
  right: 15px;
  bottom: 10px;
}
}





@media (max-width: 768px) {
  .ky__navbar-header {
    text-align: center;
  }
  .ky__navbar {
  padding-top: 15px;
  padding-bottom: 9px;
  margin-bottom: 0px;
  -webkit-transition: padding .2s ease-out;
  transition: padding .2s ease-out;
}
.ky__btn-position1{
  position: absolute;
  left: 20px;
  bottom: 10px;
}

.ky__btn-position2{
  
  position: absolute;
  right: 40px;
  bottom: 10px;
}
.ky__logo-container {
  height: 58px;
 
  margin-bottom: 10px;
  
}


}


.ky__navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  -webkit-transition: padding .2s ease-out;
  transition: padding .2s ease-out;
}

.kyma__navbar--collapse {
  padding-right: 150px;
}

.navbar-header-btn {
  margin-right: 30px;
  margin-top: 10px;
}

/* sticky header */
.header--is-sticked .ky__navbar {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: padding .2s ease-out;
  transition: padding .2s ease-out;
}

.ky__header-navbar.header--is-sticked {
  will-change: transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

/* header container */
.ky__header-container {
  margin-left: 50px;
  margin-right: 50px;
  /* < 480px */
  /* <= 1799px */
}

@media (max-width: 479px) {
  .ky__header-container {
    width: 100%;
    margin-left: 10px;
    margin-right: 15px;
  }
  .ky__navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0px;
  -webkit-transition: padding .2s ease-out;
  transition: padding .2s ease-out;
}
}

@media (max-width: 1798px) {
  .ky__header-container {
    margin-left: auto;
    margin-right: auto;
  }
}

/*.ky__orderbtn-container {
  margin-left: 20px;
  margin-top: 3px;
} /*

/* header logo */
.ky__logoAnch {
  display: table-cell;
  position: relative;
  vertical-align: middle;
  /* <= 768px */
}

@media (max-width: 768px) {
  .ky__logoAnch {
    background: none;
    border: none;
    padding: 0;
  }
}

.ky__site-logo {
  margin: 0;
}



.ky__menu-item {
  float: left;
  margin-top: 0;
  margin-left: 5px;
}

.navbar-nav > li > a {
  padding: 6px 12px;
  /* <= 992px */
}

@media (max-width: 991px) {
  .navbar-nav > li > a {
    padding: 6px;
  }
}

.ky__menu-link {
  color: #333;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  line-height: 1;
}

.nav .ky__menu-link:hover,
.nav .ky__menu-link:focus {
  background: none;
}

.ky__menu-link.active {
  color: #598bd0;
}

/* hamburger menu */
.icon-bar {
  background: #000;
  width: 20px;
  border-radius: 1px;
}

.burger__container {
  float: right;
  /* >= 768px */
  /* <= 768px */
}

@media (min-width: 768px) {
  .burger__container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .burger__container {
    margin-left: 13px;
    margin-right: 13px;
  }
}

.ky__burger-btn {
  vertical-align: middle;
  position: relative;
  height: 22px;
  margin-right: 10px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  cursor: pointer;
  opacity: .8;
  /* >= 992px */
}

@media (min-width: 992px) {
  .ky__burger-btn {
    display: none;
  }
}

.ky__mainNav-wrapper {
  margin-top: 5px;
}

.navbar-toggle {
  margin-top: 5px;
}

/* ky res menu */
.ky__res-menu {
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform .5s ease,-webkit-transform .5s ease;
  z-index: 10000;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  /* >= 768px */
}

@media (min-width: 768px) {
  .ky__res-menu {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    max-width: 400px;
  }
}

.ky__res-menu * {
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.ky__resmenu--visible .ky__res-menu {
  display: block;
}

.ky__resmenu--visible {
  overflow-x: hidden;
}

.ky__menu--visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: block;
  /* >= 992px */
}

@media (min-width: 992px) {
  .ky__menu--visible {
    display: none;
  }
}

.ky__resmenu-item,
.ky__resmenu-back {
  position: static;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.ky__res-menu,
.ky__resmenu-item,
.ky__resmenu-back {
  padding: 0;
  margin: 0;
  list-style: none;
}

.ky__resmenu-link,
.ky__back-link {
  color: rgba(0, 0, 0, 0.45);
  padding: 12px 28px 11px;
  display: block;
  font-weight: 400;
  cursor: pointer;
}

.ky__back-link {
  padding-right: 0;
  padding-left: 49px;
  font-size: 14px;
}

.ky__back-icon {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  width: 49px;
  height: 45px;
  line-height: 45px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
  top: 0;
}

.ky__resmenu-link:link,
.ky__back-link:link {
  text-decoration: none;
}

.ky__resmenu-link:active,
.ky__back-link:active {
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}

.ky__resmenu-link:hover,
.ky__back-link:hover {
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
}

.ky__footer {
  min-height: 200px;
  background-color: #efefef;
  padding-top: 35px;
  padding-bottom: 35px;
}

/* slider */
.ky__slider {
  width: 100%;
  position: absolute;
  top: 1px;
  z-index: 10;
  height: 800px;
  padding-top: 60px;
  /* < 480px */
  /* <= 768px */
}

@media (max-width: 479px) {
  .ky__slider {
    height: 400px;
    top: 75px;
    
  }
}

@media (max-width: 768px) {
  .ky__slider {
    padding-top: 9px;
  }
  
  .ky__slider-img {
    position: center;
  }
}

.ky__slider-item {
  max-height: 100%;
  width: auto;
  height: 100%;
}

.ky__slider-img {
  width: 50%;
  height: 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  margin-top:10px;
}

    #m-banners  {
        display: block!important;
    }
    #pc-banners  {
        display: none!important;
    }

.slider-logo-img {
  margin: auto;
  margin-bottom: 20px;
  width: 120px;
  height: 120px;
  /* < 480px */
}

@media (max-width: 479px) {
  .slider-logo-img {
    width: 100px;
    height: 100px;
  }
}

.ky__slider-caption {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 9%;
  /* < 480px */
  /* 768px - 991px */
  /* 992px - 1199px */
}

@media (max-width: 479px) {
  .ky__slider-caption {
    left: 0%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__slider-caption {
    left: 1%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ky__slider-caption {
    left: 1%;
  }
}

.ky__slider-caption--center {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 9;
}

.ky__slider-img-r {
  position: absolute;
  top: 6em;
  left: 50%;
  /* 768px - 991px */
  /* 480px - 767px */
  /* < 480px */
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__slider-img-r {
    left: 40%;
  }
   #m-banners  {
        display: block!important;
    }
    #pc-banners  {
        display: none!important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
  .ky__slider-img-r {
    left: 30%;
  }
}

@media (max-width: 479px) {
  .ky__slider-img-r {
    left: 0%;
    top: 20%;
  }
  
}

.ky__caption--parallax {
  width: 50%;
  height: 100%;
  z-index: 9;
  top: 31%;
  /* 992px - 1199px */
  /* 768px - 991px */
  /* 480px - 767px */
  /* < 480px */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ky__caption--parallax {
    width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__caption--parallax {
    width: 100vw;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .ky__caption--parallax {
    width: 80%;
  }
}

@media (max-width: 479px) {
  .ky__caption--parallax {
    width: 100vw;
    margin-left: 0px;
    top: 13%;
  }
}

.ky__caption--parallax .ky__slider-logo-container {
  position: relative;
  top: 50%;
}

.ky__caption--parallax .ky__slider-title-container {
  position: relative;
  width: 100%;
  top: 50%;
}

.ky__caption--parallax .ky__slider-subtitle-container {
  position: relative;
  width: 100%;
  top: 65%;
}

.ky__caption--parallax .ky__btn-container {
  position: relative;
  width: 100%;
  top: 67%;
}

.ky__slider-subtitle,
.ky__slider-title,
.ky__caption--parallax .ky__btn {
  width: 100%;
}

.ky__img--size {
  /* 992px - 1199px */
  /* 768px - 991px */
  /* <= 768px */
  /* < 480px */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ky__img--size {
    height: 200px;
    width: 200px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__img--size {
    height: 180px;
    width: 180px;
  }
}

@media (max-width: 768px) {
  .ky__img--size {
    height: 180px;
    width: 180px;
  }
}

@media (max-width: 479px) {
  .ky__img--size {
    height: 120px;
    width: 120px;
  }
}

.ky__slider-img-top {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 10%;
  left: 50%;
  /* 992px - 1199px */
  /* 768px - 991px */
  /* <= 768px */
  /* < 480px */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ky__slider-img-top {
    top: 10%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__slider-img-top {
    top: 20%;
  }
}

@media (max-width: 768px) {
  .ky__slider-img-top {
    top: 6%;
    left: 50%;
  }
}

.ky__slider-img-right {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 35%;
  right: 38%;
  /* 992px - 1500px */
  /* 768px - 991px */
  /* <= 768px */
  /* < 480px */
}

@media (min-width: 992px) and (max-width: 1499px) {
  .ky__slider-img-right {
    right: 30%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__slider-img-right {
    top: 44%;
    right: 29%;
  }
}

@media (max-width: 768px) {
  .ky__slider-img-right {
    right: 20%;
  }
}

@media (max-width: 479px) {
  .ky__slider-img-right {
    top: 23%;
  }
}

.ky__slider-img-left {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 35%;
  left: 22%;
  /* 992px - 1500px */
  /* 768px - 991px */
  /* <= 768px */
  /* < 480px */
}

@media (min-width: 992px) and (max-width: 1499px) {
  .ky__slider-img-left {
    left: 10%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__slider-img-left {
    top: 44%;
    left: 5%;
  }
}

@media (max-width: 768px) {
  .ky__slider-img-left {
    left: -10%;
  }
}

@media (max-width: 479px) {
  .ky__slider-img-left {
    top: 23%;
    left: -15%;
  }
}

.ky__slider-img-bottom {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: 25%;
  left: 41%;
  /* 992px - 1500px */
  /* 992px - 1199px */
  /* 768px - 991px */
  /* <= 768px */
  /* < 480px */
}

@media (min-width: 992px) and (max-width: 1499px) {
  .ky__slider-img-bottom {
    left: 38%;
    top: 72%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ky__slider-img-bottom {
    left: 40%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__slider-img-bottom {
    top: 72%;
    left: 38%;
  }
}

@media (max-width: 768px) {
  .ky__slider-img-bottom {
    bottom: 30%;
    left: 34%;
  }
}

@media (max-width: 479px) {
  .ky__slider-img-bottom {
    top: 81%;
    left: 34%;
  }
}

/* Watch section */
.ky__watch-section {
  z-index: 1;
  background: #fff;
  min-height: 650px;
  position: relative;
}

.ky__watch-container {
  padding-left: 0px;
  padding-right: 0px;
  /* <= 768px */
}

@media (max-width: 768px) {
  .ky__watch-container {
    padding-left: 15px;
  }
}

.ky__watchImg-container {
  position: relative;
}

.ky__environment-container {
  padding-top: 12px;
  padding-bottom: 0px;
}

.ky__productAssets-container {
  background-color: #f2f2f2;
  padding-top: 180px;
  padding-bottom: 180px;
  margin-left: -30px;
  /* <= 768px */
}

@media (max-width: 768px) {
  .ky__productAssets-container {
    margin-right: -30px;
  }
}

.ky__assets-container {
  padding-top: 150px;
  padding-bottom: 50px;
}

.ky__advantages-container {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 30px;
}

.ky__play-text {
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #0a0a0a;
  vertical-align: middle;
  display: inline-block;
}

.ky__news-text {
  font-family: "Montserrat",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  display: inline-block;
}

.ky__play--white {
  color: #fff;
}

.ky__play--blue {
  color: #598bd0;
}

.ky__icon {
  font-size: 30px;
  margin-right: 12px;
  vertical-align: middle;
  display: inline-block;
}

.ky__icon--white {
  color: #fff;
}

.ky__play-link {
  color: #0a0a0a;
}

.ky__play-link:hover span {
  color: #598bd0;
}

.ky__play-link:active {
  color: #0a0a0a;
  text-decoration: none;
}

.ky__play {
  padding-left: 15px;
}

.ky__newsPlay {
  padding-left: 0px;
  margin-bottom: 30px;
}

.ky__news-playlink {
  color: #fff;
}

.ky__news-playlink:hover {
  text-decoration: none;
  color: #598bd0;
}

.ky__news-playlink:active {
  text-decoration: none;
  color: #598bd0;
}

/* Health  section */
.ky__health-section {
  min-height: 620px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.ky__watch-firstImg {
  height: 10vh;
  min-width: 100%;
  /* < 480px */
  /* 768px - 991px */
}

@media (max-width: 479px) {
  .ky__watch-firstImg {
    height: 75vh;
    min-width: 105%;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .ky__watch-firstImg {
    height: 150vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__watch-firstImg {
    height: 70vh;
    min-width: 105%;
  }
}

.ky__watch-secondImg {
  min-height: 150vh;
  min-width: 100%;
  /* < 480px */
  /* 768px - 991px */
}

@media (max-width: 479px) {
  .ky__watch-secondImg {
    height: 100vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__watch-secondImg {
    height: auto;
  }
}

.ky__watch-col {
  min-height: 50vh;
  /* <= 1200px & landscape */
}

@media (max-width: 767px) and (orientation: landscape) {
  .ky__watch-col {
    min-height: 100vh;
  }
}

@media (max-width: 1199px) and (orientation: landscape) {
  .ky__watch-col {
    min-height: 100vh;
  }
}

.ky__health-container {
  padding-top: 195px;
  padding-bottom: 195px;
}

@media (max-width: 767px) and (orientation: landscape) {
  .ky__health-container {
    padding-top: 81px;
  }
}

/* Features section */
.ky__features-section {
  background-color: #f2f2f2;
  padding-top: 130px;
  padding-bottom: 95px;
  z-index: 4;
  min-height: 650px;
  position: relative;
}

/* Products section */
.ky__products-section {
  min-height: 960px;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.ky__price {
  font-size: 32px;
  font-family: "Poppins";
}

.ky__oldPrice {
  font-size: 18px;
  text-decoration: line-through;
  color: #6699cc;
}

.ky__priceSave {
  font-size: 14px;
  color: #66cc66;
  font-family: Poppins;
}

/* Presentation section */
.ky__presentation-section {
  background-color: #f2f2f2;
  padding-top: 120px;
  padding-bottom: 0;
  min-height: 650px;
  position: relative;
  /* 480px - 767px */
  /* 768px - 991px */
}

@media (min-width: 480px) and (max-width: 767px) {
  .ky__presentation-section {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__presentation-section {
    padding-top: 20%;
    padding-bottom: 20%;
  }
}

.ky__videoContainer {
  background-image: url("../images/watch3.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  margin-bottom: -130px;
  padding-top: 13%;
  padding-bottom: 13%;
  /* 480px - 767px */
  /* 768px - 991px */
}

@media (min-width: 480px) and (max-width: 767px) {
  .ky__videoContainer {
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__videoContainer {
    margin-bottom: 0px;
  }
}

.ky__playVideo:hover span {
  text-decoration: none;
  color: #598bd0;
}

.ky__videoIcon {
  color: #fff;
  font-size: 68px;
}

.ky__videoDescription-section {
  padding-top: 250px;
  padding-bottom: 100px;
  min-height: 350px;
  position: relative;
  /* <= 1200px */
}

@media (max-width: 1199px) {
  .ky__videoDescription-section {
    padding-top: 125px;
  }
}

/* Environment features section*/
.ky__environmentFeatures-section {
  min-height: 800px;
  position: static;
  background-color: #f2f2f2;
}

.ky__custom-col {
  /* >= 768px */
  /* >= 1200px */
}

@media (min-width: 768px) {
  .ky__custom-col {
    padding-left: calc((100vw - 970px) / 2);
  }
}

@media (min-width: 1200px) {
  .ky__custom-col {
    padding-left: calc((100vw - 1170px) / 2);
  }
}


.ky__environment-bgImg {
  background-image: url("../images/watch4.jpg");
}

.ky__advantages-bgImg {
  background-image: url("../images/watch6.jpg");
}

.ky__environment-bgImg,
.ky__advantages-bgImg {
  height: 804px;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  /* <= 768px */
  /* 768px - 991px */
}

@media (max-width: 768px) {
  .ky__environment-bgImg,
  .ky__advantages-bgImg {
    height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ky__environment-bgImg,
  .ky__advantages-bgImg {
    height: 300px;
    margin-top: 50px;
  }
}

/* Find more section*/
.ky__findMore-section {
  position: relative;
  min-height: 350px;
  background-color: #f8f8f8;
  padding-top: 100px;
  padding-bottom: 88px;
}

.ky__productAssets-section {
  position: relative;
  min-height: 950px;
  background-color: #fff;
}

.ky__assets-title {
  font-size: 18px;
}

.ky__advantages-section {
  position: relative;
  min-height: 800px;
  background-color: #000;
}

.ky__fullWidth {
  width: 100%;
}

/* Testimonials section */
.ky__testimonials-section {
  position: relative;
  min-height: 800px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.ky__mediaContainer--margin {
  margin-left: 5%;
  margin-right: 5%;
  /* < 480px */
  /* 480px - 767px */
}

@media (max-width: 479px) {
  .ky__mediaContainer--margin {
    margin-left: -5%;
    margin-right: -5%;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .ky__mediaContainer--margin {
    margin-left: 15%;
    margin-right: 15%;
  }
}

.ky__col--margin {
  /* >= 992px */
}

@media (min-width: 992px) {
  .ky__col--margin {
    margin-left: 0px;
  }
}

/* News section */
.ky__news-section {
  position: relative;
  min-height: 500px;
}

.ky__text-slidein {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.ky__mediaContainer {
  height: 540px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ky__mediaContainer:hover .ky__media-container-overlay {
  opacity: .5;
  /* < 480px */
}

@media (max-width: 479px) {
  .ky__mediaContainer:hover .ky__media-container-overlay {
    opacity: 1;
  }
}

.ky__mediaContainer:hover .ky__text-slidein {
  opacity: 1;
  max-height: 200px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.ky__media-container-img {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ky__media-container-overlay {
  background-color: rgba(10, 10, 10, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.ky__media-container-overlay-2 {
  background: -webkit-linear-gradient(top, transparent 39%, rgba(0, 0, 0, 0.15) 49%, rgba(0, 0, 0, 0.7) 86%, rgba(0, 0, 0, 0.7) 88%);
  background: linear-gradient(to bottom, transparent 39%, rgba(0, 0, 0, 0.15) 49%, rgba(0, 0, 0, 0.7) 86%, rgba(0, 0, 0, 0.7) 88%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.ky__mediaImg1 {
  background-image: url("../images/client1.jpg");
}

.ky__mediaImg2 {
  background-image: url("../images/client2.jpg");
}

.ky__mediaImg3 {
  background-image: url("../images/client3.jpg");
}

.ky__mediaImg4 {
  background-image: url("../images/watch7.jpg");
}

.ky__mediaImg5 {
  background-image: url("../images/watch8.jpg");
}

.ky__mediaImg6 {
  background-image: url("../images/watch9.jpg");
}

.ky__mediaText {
  width: calc(100% - 50px);
  margin: 10px 25px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

/* formulario */
@media  (min-width: 780px) {
  #contactForm{
    padding-top: 50px;
    padding-bottom: 0px; 
    position:absolute; 
    z-index:10;
    top: 120px; 
    right: -900px;
    
  }

  #texto-form{
    text-align: center;
  }

  .ky__contact-section {
    position: absolute;
    min-height: 620px;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  
  #contactForm-slide {
    background-color: #efefef;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 10px;
    padding-left: 1px;
    border-radius: 20px;
    opacity: 0.8;
    margin-top: 20px;
  }
  
  .ky__contactForm-inner {
    position: relative;
    padding-top: 1px;
  }
  

}

#texto-form{
  text-align: center;
}

/* Contact section */
.ky__contact-section {
  position: relative;
  min-height: 620px;
  padding-top: 130px;
  padding-bottom: 131px;
}

.ky__contactForm {
  background-color: #efefef;
  padding-top: 1px;
  padding-right: 1px;
  padding-bottom: 20px;
  padding-left: 2px;
  border-radius: 20px;
  margin-top: 20px;
}

.ky__contactForm-inner {
  position: relative;
  padding-top: 10px;
}

.ky__label {
  left: 25px;
  font-family: "Poppins",Helvetica,Arial,sans-serif;
  color: #969696;
  font-size: 10px;
  text-transform: uppercase;
  position: absolute;
  top: 6px;
  cursor: text;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.ky__input {
  padding-left: 10px;
  font-size: 13px;
  height: auto;
  outline: 0;
  box-shadow: inset 1px 2px 0 rgba(0, 0, 0, 0.06);
  border: 1px solid #d9d9d9;
  line-height: 1.6;
  padding: 26px 16px 6px;
  display: block;
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  margin-bottom: 15px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ky__select {
    height: 52px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("../images/select-arrow.svg");
    background-repeat: no-repeat;
    background-size: 6px 12px;
    background-position: calc(100% - 10px) 50%;
    background-position-y: center;
    background-position-x: calc(100% - 10px);
  }
}

.is-animating {
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
            transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

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




/*# sourceMappingURL=source-maps/template.css.map */
