html{
  font-size:16px;
}
body,html{
  width:100%;
}
body{
  font-size:100%;
  margin:0;
  padding:0;
  display:block;
  height:100%;
  clear:both;
  font-family:Poppins,serif;
}
*{
  outline:none!important;
}
p {
  line-height: 1.6;
}
a{
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:color;
  -o-transition-property:color;
  -moz-transition-property:color;
  transition-property:color;
  display:inline-block;
}
a,a:active,a:focus,a:hover,a:visited{
  text-decoration:none;
  color:#ff8309;
}
img{
  max-width:100%;
  display:inline-block;
}
.mb-0 {margin-bottom: 0 !important;}
.clearfix{
  clear:both;
}
.container{
  max-width:100%;
}
.wrapper{
  padding:0;
  overflow:hidden;
  overflow-y:auto;
}
.section-blue,.section-white,.wrapper{
  margin:0;
  display:block;
  width:100%;
  clear:both;
}
.section-blue,
.section-white{
  padding:5rem 0;
  background:#fff;
  text-align:center;
  overflow:hidden;
}
@media screen and (max-width:991px){
  .section-blue,
  .section-white{
    padding:2.25rem 0;
  }
}
.section-blue h1,
.section-white h1{
  color:#0a2b4a;
  font-size:2.75rem;
  line-height:1;
  font-weight:400;
  margin-top:0;
  position:relative;
  margin-bottom:3.75rem;
}
@media screen and (max-width:991px){
  .section-blue h1,
  .section-white h1{
    font-size:1.7rem;
    line-height: 1.3;
    margin-bottom: 2.25rem;
  }
}
.section-blue h1 strong,.section-white h1 strong{
  font-weight:700;
}
.section-blue h1:after,.section-white h1:after{
  content:"";
  position:relative;
  background:url(../images/heading-before.png) no-repeat 50%;
  -webkit-background-size:3.375rem 1.125rem;
     -moz-background-size:3.375rem 1.125rem;
       -o-background-size:3.375rem 1.125rem;
          background-size:3.375rem 1.125rem;
  display:block;
  width:3.375rem;
  height:1.125rem;
  margin-left:auto;
  margin-right:auto;
  clear:both;
  top:.5rem;
}
.section-blue{
  color:#fff;
  background-color:#08223b;
}
.section-blue h1{
  color:#fff;
}
input{
  border:none;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
}
button[type=submit],input[type=submit]{
  min-width:12.188rem;
  min-height:3.125rem;
  background-color:#ff8309;
  -webkit-border-radius:1.5rem;
     -moz-border-radius:1.5rem;
          border-radius:1.5rem;
  color:#fff;
  font-family:inherit;
  font-size:.813rem;
  font-weight:700;
  line-height:1.813rem;
  text-transform:uppercase;
  border:.125rem solid #ff8309;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:background,color;
  -o-transition-property:background,color;
  -moz-transition-property:background,color;
  transition-property:background,color;
}
button[type=submit]:hover,input[type=submit]:hover{
  background:#fff;
  color:#203e5b;
}
.container-fluid.wide{
  max-width:1400px;
}
@media screen and (min-width:768px){
  .container-fluid.wide{
    padding-left:5rem;
    padding-right:5rem;
  }
}
.swiper-container{
  display:block;
  width:100%;
  clear:both;
  list-style:none;
}
.swiper-container,.swiper-wrapper{
  margin:0;
  padding:0;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
}
.swiper-slide{
  list-style:none;
}
@media screen and (max-width:991px){
  .site-how-it-works .swiper-slide h3{
    margin-top: 0;
  }
}
.swiper-pagination,.swiper-slide{
  margin:0;
  padding:0;
  display:block;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
}
.swiper-pagination{
  text-shadow:none;
  width:100%;
  clear:both;
  left:0;
  right:0;
}
@media screen and (max-width:991px){
  .swiper-pagination{
    margin-top:.625rem;
  }
}
@media screen and (max-width:767px){
  .swiper-pagination{
    margin-top:1.25rem;
  }
}
.swiper-pagination-bullet{
  width:1.0625rem;
  height:1.0625rem;
  background-color:#636e78;
  opacity:1;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:background-color;
  -o-transition-property:background-color;
  -moz-transition-property:background-color;
  transition-property:background-color;
  margin:.4375rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin:.4375rem;
}
.swiper-pagination-bullet-active{
  background-color:#ff8309;
}
.swiper-button-next,.swiper-button-prev{
  margin:0;
  padding:0;
  width:3.125rem;
  height:3.125rem;
  line-height:3.125rem;
  text-align:center;
  background:none;
  -webkit-border-radius:6.25rem;
     -moz-border-radius:6.25rem;
          border-radius:6.25rem;
  opacity:.3;
  border:.125rem solid #fff;
  font-size:1.25rem;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:background,opacity,border-color;
  -o-transition-property:background,opacity,border-color;
  -moz-transition-property:background,opacity,border-color;
  transition-property:background,opacity,border-color;
  left:-2.5rem;
}
@media screen and (max-width:767px){
  .swiper-button-next,
  .swiper-button-prev{
    left:0.25rem;
    top:72%;
  }
}
.swiper-button-next:hover,.swiper-button-prev:hover{
  background:#ff8309;
  opacity:1;
  border-color:#ff8309;
}
.swiper-button-next i.fa,.swiper-button-next span,.swiper-button-prev i.fa,.swiper-button-prev span{
  position:absolute;
  top:0;
  left:-.125rem;
  right:0;
  display:block;
  bottom:0;
  line-height:2.9375rem;
  width:100%;
  height:100%;
  text-align:center;
}
.swiper-button-next{
  left:auto;
  right:-2.5rem;
}
@media screen and (max-width:767px){
  .swiper-button-next{
    right:0.25rem;
  }
}
.swiper-button-next i.fa,.swiper-button-next span{
  left:.125rem;
}
.section-white .swiper-pagination{
  margin-top:2.5rem;
}
.section-white .swiper-button-next,.section-white .swiper-button-prev{
  background-color:#d3d3d3;
  border-color:#d3d3d3;
  color:#0a2b4a;
  opacity:1;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:color,background,border-color;
  -o-transition-property:color,background,border-color;
  -moz-transition-property:color,background,border-color;
  transition-property:color,background,border-color;
}
.section-white .swiper-button-next:hover,.section-white .swiper-button-prev:hover{
  color:#fff;
  border-color:#ff8309;
  background:#ff8309;
}
.site-holder{
  margin:0;
  /*padding:1.25rem;*/
  display:block;
  width:100%;
  clear:both;
  background:#ff8309;
}
.site-holder .sticky-header{
  z-index:100000!important;
  background:#ffffff;
}
.site-holder .sticky-wrapper > div {
  border-bottom: 1px solid #ff8309;
  -webkit-box-shadow:0 0 2.6875rem rgba(2,3,3,.84);
     -moz-box-shadow:0 0 2.6875rem rgba(2,3,3,.84);
          box-shadow:0 0 2.6875rem rgba(2,3,3,.84);
}
@media screen and (min-width:992px){
  .site-holder .sticky-wrapper{
    height:auto!important;
  }
  .site-holder .sticky-wrapper.is-sticky>.sticky-header{
    width:100%!important;
    -webkit-transition:.3s linear;
    -o-transition:.3s linear;
    -moz-transition:.3s linear;
    transition:.3s linear;
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    -o-transition-property:-o-transform;
    -moz-transition-property:transform, -moz-transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transform:translateY(-20px);
       -moz-transform:translateY(-20px);
        -ms-transform:translateY(-20px);
         -o-transform:translateY(-20px);
            transform:translateY(-20px);
  }
  .site-holder .sticky-wrapper.is-sticky>.sticky-header .site-logo,
  .site-holder .sticky-wrapper.is-sticky>.sticky-header .site-nav{
    -webkit-transition:.3s linear;
    -o-transition:.3s linear;
    -moz-transition:.3s linear;
    transition:.3s linear;
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    -o-transition-property:-o-transform;
    -moz-transition-property:transform, -moz-transform;
    transition-property:transform;
    transition-property:transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transform:translateY(10px);
       -moz-transform:translateY(10px);
        -ms-transform:translateY(10px);
         -o-transform:translateY(10px);
            transform:translateY(10px);
  }
  .site-holder .sticky-wrapper.is-sticky>.sticky-header .site-sub-menu{
    -webkit-transform:translateY(-10px);
       -moz-transform:translateY(-10px);
        -ms-transform:translateY(-10px);
         -o-transform:translateY(-10px);
            transform:translateY(-10px);
  }
}
@media screen and (max-width:991px){
  .site-holder .sticky-wrapper.is-sticky>.sticky-header{
    width:100%!important;
  }
  .site-holder .sticky-wrapper.is-sticky>.sticky-header .site-logo,
  .site-holder .sticky-wrapper.is-sticky>.sticky-header .site-nav{
    -webkit-transition:.3s linear;
    -o-transition:.3s linear;
    -moz-transition:.3s linear;
    transition:.3s linear;
    -webkit-transition-property:height;
    -o-transition-property:height;
    -moz-transition-property:height;
    transition-property:height;
    height:4.375rem;
  }
}
.site-header{
  width:100%;
  clear:both;
  background-color:#0a2b4a;
  -webkit-box-shadow:0 0 2.6875rem rgba(2,3,3,.84);
     -moz-box-shadow:0 0 2.6875rem rgba(2,3,3,.84);
          box-shadow:0 0 2.6875rem rgba(2,3,3,.84);
}
.site-logo{
  display:table;
  height:5.625rem;
  color:#fff;
  font-size:2.1875rem;
  font-weight:500;
  line-height:1.6875rem;
  padding-top: 5px;
  padding-bottom: 8px;
}
.site-logo a{
  display: table-cell;
  vertical-align: middle;
  color: #0a2b49;
  font-size: 0.8rem;
  line-height: 1;
  text-align: right;
}
.site-logo img{
  vertical-align:baseline;
}
@media screen and (max-width:991px){
  .site-logo img{
    height: auto;
    max-width: 200px;
  }
  .site-logo a span {
    font-size: 0.92rem;
    margin-top: 5px;
    display: inline-block;    
  }
}
.site-nav{
  float:right;
  position:relative;
  z-index:1000;
}
@media screen and (max-width:991px){
  .site-nav{
    height:5.625rem;
  }
}
.site-nav ul.nav-off-canvas{
  margin:0;
  padding:0;
  display:block;
  background:#103558;
}
@media screen and (min-width:992px){
  .site-nav ul.nav-off-canvas{
    height:auto!important;
  }
}
@media screen and (max-width:991px){
  .site-nav ul.nav-off-canvas{
    position:fixed;
    top:0;
    left:-1000px;
    bottom:auto;
    height:130%;
    width:100%;
    max-width:15.625rem;
    padding-top:1.25rem;
    padding-bottom:1.25rem;
    overflow:hidden;
    overflow-y:auto;
    -webkit-box-shadow:0 0 2.6875rem rgba(2,3,3,.84);
       -moz-box-shadow:0 0 2.6875rem rgba(2,3,3,.84);
            box-shadow:0 0 2.6875rem rgba(2,3,3,.84);
    -webkit-transition:.3s linear;
    -o-transition:.3s linear;
    -moz-transition:.3s linear;
    transition:.3s linear;
    -webkit-transition-property:opacity,visibility;
    -o-transition-property:opacity,visibility;
    -moz-transition-property:opacity,visibility;
    transition-property:opacity,visibility;
    cursor:pointer;
  }
  .site-nav ul.nav-off-canvas>li:last-child{
    margin-bottom:100%;
  }
}
@media screen and (max-width:400px){
  .site-nav ul.nav-off-canvas{
    max-width:80%;
  }
}
.site-nav ul.nav-off-canvas>li{
  margin:0;
  padding:0;
  float:left;
  display:table;
  height:5.625rem;
  position:relative;
}
@media screen and (max-width:991px){
  .site-nav ul.nav-off-canvas>li{
    width:100%;
    height:auto;
    display:block;
    clear:both;
  }
}
@media screen and (min-width:992px){
  .site-nav ul.nav-off-canvas>li:hover .site-sub-menu{
    opacity:1;
    visibility:visible;
  }
}
.site-nav ul.nav-off-canvas>li.active>a,.site-nav ul.nav-off-canvas>li:hover>a{
  color:#ff8309;
}
.site-nav ul.nav-off-canvas>li.active>a:after,.site-nav ul.nav-off-canvas>li:hover>a:after{
  width:100%;
}
.site-nav ul.nav-off-canvas>li:last-child>a{
  padding-right:0;
}
.site-nav ul.nav-off-canvas>li>a{
  font-size:.8125rem;
  font-weight:700;
  line-height:1.8125rem;
  text-transform:uppercase;
  color:#0a2b49;
  display:table-cell;
  vertical-align:middle;
  padding:0 0.875rem;
  letter-spacing:.03125rem;
  position:relative;
}
@media screen and (max-width:1199px){
  .site-nav ul.nav-off-canvas>li>a{
    padding-left:0.65rem;
    padding-right:0.65rem;
    /*color: #ffffff;*/
  }
  .site-nav ul.nav-off-canvas>li>a i{
    float: right;
    padding: 5px;
  }
}
@media screen and (max-width:991px){
  .site-nav ul.nav-off-canvas>li>a{
    display:block;
    width:100%;
    padding:.125rem 1.875rem;
  }
}
.site-nav ul.nav-off-canvas>li>a:after{
  content:"";
  position:relative;
  display:block;
  top:-.3125rem;
  height:1px;
  width:0;
  margin:0 auto;
  background:#ff8309;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:width;
  -o-transition-property:width;
  -moz-transition-property:width;
  transition-property:width;
}
.site-nav ul.nav-off-canvas .offCanvasClose{
  display:none;
}
@media screen and (max-width:991px){
  .site-nav ul.nav-off-canvas .offCanvasClose{
    display:block;
    position:fixed;
    bottom:0;
    left:auto;
    color:#fff;
    height:6.25rem;
    width:6.25rem;
    overflow:hidden;
    text-align:center;
    line-height:6.25rem;
    cursor:pointer;
    font-size:2.5rem;
    -webkit-transition:.3s linear;
    -o-transition:.3s linear;
    -moz-transition:.3s linear;
    transition:.3s linear;
    -webkit-transition-property:background,color;
    -o-transition-property:background,color;
    -moz-transition-property:background,color;
    transition-property:background,color;
  }
  .site-nav ul.nav-off-canvas .offCanvasClose:before{
    content:"";
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:0;
    height:0;
    border-bottom:100px solid #0a2b4a;
    border-right:100px solid transparent;
    -webkit-transition:.3s linear;
    -o-transition:.3s linear;
    -moz-transition:.3s linear;
    transition:.3s linear;
    -webkit-transition-property:border-bottom-color;
    -o-transition-property:border-bottom-color;
    -moz-transition-property:border-bottom-color;
    transition-property:border-bottom-color;
  }
  .site-nav ul.nav-off-canvas .offCanvasClose:hover{
    color:#fff;
    background:none;
  }
  .site-nav ul.nav-off-canvas .offCanvasClose:hover:before{
    border-bottom-color:#ff8309;
  }
  .site-nav ul.nav-off-canvas .offCanvasClose i.fa{
    display:block;
    line-height:6.250rem;
    position:relative;
    top:1.25rem;
    left:-1.25rem;
  }
}
.site-nav .site-sub-menu{
  position:absolute;
  top:100%;
  left:0;
  right:auto;
  margin:0;
  padding:.625rem 1.875rem 1.25rem;
  background:#103558;
  min-width:200px;
  white-space:nowrap;
  opacity:0;
  visibility:hidden;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:opacity,visibility;
  -o-transition-property:opacity,visibility;
  -moz-transition-property:opacity,visibility;
  transition-property:opacity,visibility;
  -webkit-transition-delay:.3s;
     -moz-transition-delay:.3s;
       -o-transition-delay:.3s;
          transition-delay:.3s;
  -webkit-box-shadow:0 10px .8125rem 0 rgba(2,3,3,.24);
     -moz-box-shadow:0 10px .8125rem 0 rgba(2,3,3,.24);
          box-shadow:0 10px .8125rem 0 rgba(2,3,3,.24);
  -webkit-border-radius:0 0 .25rem .25rem;
     -moz-border-radius:0 0 .25rem .25rem;
          border-radius:0 0 .25rem .25rem;
}
@media screen and (min-width:992px){
  .site-nav .site-sub-menu{
    display:block!important;
  }
}
@media screen and (max-width:991px){
  .site-nav .site-sub-menu{
    white-space:normal;
    position:relative;
    opacity:1;
    visibility:visible;
    background:#0a2b4a;
    padding-top:1.25rem;
    padding-left:2.5rem;
    -webkit-box-shadow:none;
       -moz-box-shadow:none;
            box-shadow:none;
    display:none;
  }
}
.site-nav .site-sub-menu li{
  width:100%;
  list-style:none;
  margin:0;
  padding:0;
}
.site-nav .site-sub-menu li:hover>a{
  color:#ff8309;
}
.site-nav .site-sub-menu li:hover>a:after{
  width:100%;
}
.site-nav .site-sub-menu a{
  width:auto;
  color:#fff;
  font-size:.8125rem;
  font-weight:700;
  line-height:1.8125rem;
  text-transform:uppercase;
  letter-spacing:.0625rem;
  position:relative;
  padding:.125rem 0;
}
.site-nav .site-sub-menu a:after{
  content:"";
  position:relative;
  display:block;
  top:-.3125rem;
  height:1px;
  width:0;
  margin:0 auto;
  background:#ff8309;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:width;
  -o-transition-property:width;
  -moz-transition-property:width;
  transition-property:width;
}
.nav-mobile{
  color:#fff;
  display:none;
}
.nav-mobile:hover{
  color:#ff8309;
}
@media screen and (max-width:991px){
  .nav-mobile{
    display:block;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    font-size:1.875rem;
    text-align:center;
    color:#fff;
    background:#0a2b4a;
    height:3.125rem;
    width:3.4375rem;
    cursor:pointer;
    margin-top:auto;
    margin-bottom:auto;
    -webkit-transition:.3s linear;
    -o-transition:.3s linear;
    -moz-transition:.3s linear;
    transition:.3s linear;
    -webkit-transition-property:color;
    -o-transition-property:color;
    -moz-transition-property:color;
    transition-property:color;
  }
  .nav-mobile,.nav-mobile i.fa{
    line-height:3.125rem;
  }
}
.header-slider{
  padding:0;
  display:block;
  width:100%;
  clear:both;
  min-height:100px;
  background:#0a2b4a;
  position:relative;
  height:800px;
  max-width:100%;
  margin:0 auto;
  font-family:inherit;
  z-index:1;
}
@media screen and (max-width:991px){
  .header-slider{
    height: auto !important;
  }
  /*
  .header-slider.bg-funcionarios{
    height: 1200px;
  }
  .header-slider.bg-filhos{
    height: 1130px;
  }

  .header-slider.home-slide.seq-step3 {
    height: 850px;
  }
  .header-slider.home-slide.seq-step2 {
    height: 930px;
  }
  .header-slider.home-slide.seq-step1 {
    height: 890px;
  }
  */
}
.header-slider ul.seq-canvas,
.header-slider ul.seq-canvas>*{
  margin:0;
  padding:0;
  list-style:none;
  display:block;
}
.header-slider .seq-canvas{
  position:absolute;
  height:100%;
  width:100%;
  overflow:hidden;
  display:block!important;
  max-width:1400px;
  margin:0 auto!important;
  left:0;
  right:0;
  top:0;
  bottom:0;
}
@media (max-width: 991px) {
  .header-slider .seq-canvas{
    position:relative;
    height:auto;
    width:100%;
    display:block!important;
    margin:0 auto!important;
    left:initial;
    right:initial;
    top:initial;
    bottom:initial;
  }
}
.header-slider .seq-canvas>li{
  clear:both;
  text-align:center;
  z-index:1;
  text-shadow: 0px 1px 0px black;
}
.header-slider .seq-canvas>li,
.header-slider .seq-canvas>li .bg-img{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:block;
  height:100%;
  width:100%;
}
@media screen and (max-width:991px){
  .header-slider .seq-canvas>li {
    position: initial;
    top:initial;
    left:initial;
    right:initial;
    bottom:initial;
    display:block;
    height:auto;
  }
  .header-slider .seq-canvas>li .bg-img{
    position: initial;
    top:initial;
    left:initial;
    right:initial;
    bottom:initial;
    display:block;
    height:330px;
    width:100%;
  }
}
.header-slider .seq-canvas>li .bg-img{
  -webkit-transform:translateX(-2000px);
     -moz-transform:translateX(-2000px);
      -ms-transform:translateX(-2000px);
       -o-transform:translateX(-2000px);
          transform:translateX(-2000px);
  -webkit-transition:-webkit-transform 2s ease;
  transition:-webkit-transform 2s ease;
  -o-transition:-o-transform 2s ease;
  -moz-transition:transform 2s ease, -moz-transform 2s ease;
  transition:transform 2s ease;
  transition:transform 2s ease, -webkit-transform 2s ease, -moz-transform 2s ease, -o-transform 2s ease;
  max-width:100%;
  background:no-repeat 100% bottom;
  -webkit-background-size:690px 690px;
     -moz-background-size:690px;
       -o-background-size:690px;
          background-size:690px;
}
.home-slide.header-slider .seq-canvas>li .bg-img {
  background:no-repeat 100% bottom;
  -webkit-background-size:740px 740px;
     -moz-background-size:740px;
       -o-background-size:740px;
          background-size:740px;
}
@media screen and (max-width:991px){
  .home-slide.header-slider .seq-canvas>li .bg-img,  
  .header-slider .seq-canvas>li .bg-img{
    -webkit-background-size:300px 300px;
       -moz-background-size:300px;
         -o-background-size:300px;
            background-size:300px;
    background-position:bottom;
  }
}
@media screen and (max-width:400px){
  .header-slider .seq-canvas>li .bg-img{
    -webkit-background-size:80% 80%;
       -moz-background-size:80%;
         -o-background-size:80%;
            background-size:80%;
  }
}
.header-slider .seq-canvas>li.seq-in .bg-img{
  -webkit-transform:translateX(0);
     -moz-transform:translateX(0);
      -ms-transform:translateX(0);
       -o-transform:translateX(0);
          transform:translateX(0);
}
.header-slider .seq-canvas>li.seq-out .bg-img{
  -webkit-transform:translateX(2000px);
     -moz-transform:translateX(2000px);
      -ms-transform:translateX(2000px);
       -o-transform:translateX(2000px);
          transform:translateX(2000px);
}
.header-slider .seq-canvas>li .slide-caption{
  opacity:0;
  -webkit-transition:opacity .6s ease;
  -o-transition:opacity .6s ease;
  -moz-transition:opacity .6s ease;
  transition:opacity .6s ease;
}
.header-slider .seq-canvas>li.seq-in .slide-caption{
  opacity:1;
  -webkit-transition-delay:1.5s;
     -moz-transition-delay:1.5s;
       -o-transition-delay:1.5s;
          transition-delay:1.5s;
}
.header-slider .seq-canvas>li.seq-out .slide-caption{
  opacity:0;
}
.header-slider .seq-pagination{
  width:100%;
  padding:0 0 0 5rem;
  display:block;
  z-index:100;
  position:absolute;
  left:0;
  bottom:20%;
  right:0;
  top:auto;
  max-width:1400px;
  margin:0 auto;
}
@media screen and (max-width:991px){
  .header-slider .seq-pagination{
    text-align:center;
    padding-left:0;
    bottom:0.875rem;
  }
}
.header-slider .seq-pagination li{
  font-family:Montserrat,serif;
  font-weight:400;
  color:#0a2b4a;
  font-size:.8125rem;
  margin:0;
  padding:0 .5rem;
  display:inline-block;
  list-style:none;
  cursor:pointer;
  position:relative;
  background-color: #ff8309;
  -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
          border-radius: 50px;  ;
}
.header-slider .seq-pagination .seq-current{
  color:#0a2b4a;
  font-size:1.125rem;
  font-weight: bold;
}
@media screen and (max-width:991px){
  /*
  .header-slider .seq-pagination li{
    background-color: #ff8309;
    border-radius: 50px;
  }
  */
  .header-slider .seq-pagination .seq-current {
    /*
    color: #0a2b4a;
    font-weight: bold;
    */
  }
}
.header-slider .seq-pagination .seq-current:after{
  content:"";
  display:block;
  height:1px;
  width:80%;
  background:#ff8309;
  position:relative;
  margin:0 auto;
}
.header-slider .seq-next,.header-slider .seq-prev{
  position:absolute;
  z-index:100;
  color:#fff;
  width:3.125rem;
  height:3.125rem;
  line-height:3.125rem;
  background-color:#203e5b;
  border:none;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
  -webkit-border-radius:12.5rem;
     -moz-border-radius:12.5rem;
          border-radius:12.5rem;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:background,color;
  -o-transition-property:background,color;
  -moz-transition-property:background,color;
  transition-property:background,color;
  margin:auto 0;
  top:0;
  left:1rem;
  bottom:0;
  display:block;
}
.header-slider .seq-next:hover,.header-slider .seq-prev:hover{
  background:#ff8309;
}
.header-slider .seq-next:hover i.fa,.header-slider .seq-next:hover span,.header-slider .seq-prev:hover i.fa,.header-slider .seq-prev:hover span{
  opacity:1;
}
.header-slider .seq-next i.fa,
.header-slider .seq-next span,
.header-slider .seq-prev i.fa,
.header-slider .seq-prev span{
  opacity:.4;
  font-size:1.25rem;
  line-height:3.125rem;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:block;
  text-align:center;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:opacity;
  -o-transition-property:opacity;
  -moz-transition-property:opacity;
  transition-property:opacity;
}
@media screen and (max-width:991px){
  .header-slider .seq-next,
  .header-slider .seq-prev{
    display: none;
  }
}
.header-slider .seq-next{
  color:#fff;
  left:auto;
  right:1rem;
}
.header-slider .slide-caption{
  position:absolute;
  top:10%;
  left:6%;
  bottom:0;
  display:block;
  color:#fff;
  z-index:100;
  text-align:left;
  padding-left:.3125rem;
}
@media screen and (max-width:1199px){
  .header-slider .slide-caption{
    font-size:1rem;
    position:initial;
    top:initial;
    left:initial;
    bottom:initial;
    display:block;
  }
}
@media screen and (max-width:991px){
  .header-slider .slide-caption{
    text-align:center;
    top:1.25rem;
    left:0;
    max-width:27.5rem;
    margin-left:auto;
    margin-right:auto;
    right:0;
    padding-left:1.25rem;
    padding-right:1.25rem;
  }
}
@media screen and (max-width:767px){
  .header-slider .slide-caption{
    max-width:31.25rem;
  }
}
.header-slider h1{
  color:#fff;
  font-family:inherit;
  font-size:2.8em;
  font-weight:900;
  line-height:1;
  /*white-space:pre-line;*/
  text-transform: uppercase;
}
@media screen and (max-width:991px){
  .header-slider h1 br{
    display: none;
  }
}
@media screen and (max-width:767px){
  .header-slider h1{
    font-size:1.875em;
  }
}
.header-slider h2{
  color:#fff;
  font-family:inherit;
  font-size:2.125em;
  font-weight:400;
  line-height:1.1em;
  margin-bottom:.25em;
  /*white-space:pre-line;*/
}
@media screen and (max-width:991px){
  .header-slider h2{
    white-space:normal;
    margin-bottom:1.25rem;
  }
  .header-slider h2 br{
    display: none;
  }
}
@media screen and (max-width:767px){
  .header-slider h2{
    font-size:1.4em;
    line-height: 1.1;
  }
}
.header-slider p{
  color:#ffffff;
  font-family:inherit;
  /*font-size:.8125em;*/
  font-weight:400;
  line-height:1.6em;
  margin-bottom:1.875em;
  /*white-space:pre-line;*/
}
@media screen and (max-width:991px){
  .header-slider p br{
    display: none;
  }
}
.header-slider .slide-button{
  /*
  min-width:15em;
  padding:0 2.5em;
  */
  border:1px solid #a55200;
  -webkit-border-radius:12.5em;
     -moz-border-radius:12.5em;
          border-radius:12.5em;
  color:#fff;
  font-family:inherit;
  font-size:2.5em;
  font-weight:700;
  line-height:1;
  text-transform:uppercase;
  display:inline-block;
  text-align:center;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:color,background;
  -o-transition-property:color,background;
  -moz-transition-property:color,background;
  transition-property:color,background;
  margin: 0;
  padding: 1rem 4rem;
  font-family: sans-serif;
  background-color: #ff8309;
}
@media screen and (max-width:991px){
  .header-slider .slide-button{
    padding: 1rem;
    font-size: 1.8rem;
    margin-bottom: 25px;
  } ;
}
.header-slider .slide-button:hover{
  background:#fff;
  color:#0a2b4a;
}
.site-download-icons,.site-store-icons{
  margin:0;
  padding:0;
  display:block;
  width:100%;
  clear:both;
  text-align:center;
  position:relative;
  height:0;
  z-index:10;
}
@media screen and (max-width:991px){
  .site-download-icons,.site-store-icons{
    height:auto;
    background:#e5e8ed;
    padding:1.25rem 0;
  }
}
.site-download-icons .align-center,.site-store-icons .align-center{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  display:block;
  width:100%;
  text-align:center;
  font-size:0;
}
@media screen and (max-width:991px){
  .site-download-icons .align-center,.site-store-icons .align-center{
    position:relative;
  }
}
.site-download-icons a,
.site-store-icons a{
  background-color:#103558;
  position:relative;
  padding:1.625rem 3.125rem 1.5625rem 3.75rem;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:background;
  -o-transition-property:background;
  -moz-transition-property:background;
  transition-property:background;
  border-right:.25rem solid #0a2b4a;
}
.site-download-icons a:last-child,.site-store-icons a:last-child{
  border-right:none;
}
.site-download-icons a:hover,
.site-store-icons a:hover{
  /*background:#ff8309;*/
  cursor: default;
}
@media screen and (max-width:991px){
  .site-download-icons a,.site-store-icons a{
    border:none;
    margin:.625rem;
  }
}
@media screen and (max-width:767px){
  .site-download-icons a,.site-store-icons a{
    display:block;
    max-width:100%;
    margin:0 auto .125rem;
    padding: 1.7rem 5rem 2rem 4rem;
;
  }
}
.site-download-icons figure,.site-store-icons figure{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  height:100%;
  padding-left:2.8125rem;
  line-height:5.625rem;
}
.site-download-icons i.fa,.site-download-icons img,.site-download-icons span,.site-store-icons i.fa,.site-store-icons img,.site-store-icons span{
  color:#fff;
  font-family:FontAwesome,serif;
  font-size:2.9375rem;
  display:inline-block;
  font-weight:400;
  line-height:5.625rem;
  vertical-align:middle;
}
.site-download-icons i.fa.adjust,.site-store-icons i.fa.adjust{
  font-size:1.875rem;
  position:relative;
  right:.625rem;
}
.site-download-icons img,.site-store-icons img{
  position:relative;
  right:.9375rem;
}
@media screen and (max-width:767px){
  .site-download-icons img,.site-store-icons img{
    right:.625rem;
  }
}
.site-download-icons h5,.site-store-icons h5{
  line-height:1.375rem;
  font-size:1.375rem;
}
.site-download-icons h5,.site-download-icons h6,.site-store-icons h5,.site-store-icons h6{
  color:#fff;
  font-family:Source Sans Pro,serif;
  font-weight:400;
  margin:0;
  width:100%;
  text-align:left;
  display:block;
  padding:0 0 0 1.25rem;
}
.site-download-icons h6,.site-store-icons h6{
  line-height:.875rem;
  font-size:.875rem;
}
.site-amazing-features{
  background:url(../images/features-bg.png) no-repeat center 3.4375rem;
  -webkit-background-size:cover;
     -moz-background-size:cover;
       -o-background-size:cover;
          background-size:cover;
  padding-bottom:.625rem;
}
@media screen and (max-width:767px){
  .site-amazing-features{
    background:none;
  }
}
.site-amazing-features .features{
  max-width:18.75rem;
  display:inline-block;
  margin-bottom:3.125rem;
  position:relative;
  z-index:10;
}
.site-amazing-features .features:hover h5{
  color:#ff8309;
}
.site-amazing-features .features:hover figure{
  border-color:#ff8309;
  -webkit-box-shadow:0 0 .938rem rgba(2,3,3,.19);
     -moz-box-shadow:0 0 .938rem rgba(2,3,3,.19);
          box-shadow:0 0 .938rem rgba(2,3,3,.19);
}
.site-amazing-features .features:hover figure:before{
  background:#ff8309;
}
.site-amazing-features .features:hover i.fa,.site-amazing-features .features:hover span{
  color:#fff;
}
.site-amazing-features .features.move{
  top:5.625rem;
}
@media screen and (max-width:767px){
  .site-amazing-features .features.move{
    top:0;
  }
}
.site-amazing-features .features figure{
  -webkit-border-radius:6.25rem;
     -moz-border-radius:6.25rem;
          border-radius:6.25rem;
  width:6.25rem;
  height:6.25rem;
  border:.125rem solid #6f6f6f;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:2.25rem;
  background:#fff;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:border-color,-webkit-box-shadow;
  transition-property:border-color,-webkit-box-shadow;
  -o-transition-property:border-color,box-shadow;
  -moz-transition-property:border-color,box-shadow,-moz-box-shadow;
  transition-property:border-color,box-shadow;
  transition-property:border-color,box-shadow,-webkit-box-shadow,-moz-box-shadow;
  position:relative;
  z-index:1;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
}
.site-amazing-features .features figure:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  display:block;
  height:100%;
  background:#fff;
  -webkit-border-radius:6.25rem;
     -moz-border-radius:6.25rem;
          border-radius:6.25rem;
  border:.5rem solid #fff;
  z-index:-1;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:background;
  -o-transition-property:background;
  -moz-transition-property:background;
  transition-property:background;
}
.site-amazing-features i.fa,.site-amazing-features span{
  display:inline-block;
  font-size:3rem;
  line-height:6.25rem;
  color:#6f6f6f;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:color;
  -o-transition-property:color;
  -moz-transition-property:color;
  transition-property:color;
}
.site-amazing-features h5{
  color:#0a2b4a;
  font-size:1.25rem;
  font-weight:700;
  line-height:.875rem;
  margin:0 0 1.75rem;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:color;
  -o-transition-property:color;
  -moz-transition-property:color;
  transition-property:color;
}
.site-amazing-features h5,.site-amazing-features p{
  font-family:inherit;
  padding:0;
  display:block;
  clear:both;
  width:100%;
}
.site-amazing-features p{
  color:#6c6b6b;
  /*font-size:.8125rem;*/
  font-weight:400;
  line-height:1.625rem;
  margin:0;
}
.site-amazing-features .device{
  margin-top:2.5rem;
}
@media screen and (max-width:991px){
  .site-amazing-features .device{
    margin-top: -1.8rem;
    margin-bottom: 25px;
  }
}
.site-how-it-works{
  background:#08223b url(../images/fundo-spyzap-icones.png) no-repeat 50%;
  -webkit-background-size:cover;
     -moz-background-size:cover;
       -o-background-size:cover;
          background-size:cover;
  padding-top:4.6875rem;
  padding-bottom:3.125rem;
}
@media screen and (max-width:991px){
  .site-how-it-works{
    background:#08223b;
    padding-bottom:2.25rem;
    padding-top:2.25rem;
  }
}
.site-how-it-works h1{
  margin-bottom:3.75rem;
}
@media screen and (max-width:991px){
  .site-how-it-works h1{
    margin-bottom:2.25rem;
  }  ;
}
.site-how-it-works h3{
  color:#fff;
  font-family:inherit;
  font-size:1.875rem;
  font-weight:700;
  margin-bottom:.625rem;
  margin-top:1.25rem;
  text-align:left;
}
@media screen and (max-width:991px){
  .site-how-it-works h3{
    font-size:1.5rem;
  }
}
.site-how-it-works p{
  color: #ffba76;
  font-family:inherit;
  font-weight:400;
  line-height:1.625rem;
  margin-top:0;
  letter-spacing:.03125rem;
  text-align:left;
  font-weight: 100;
}
.site-how-it-works.color-02 p{
  color: #ffba76;
}
.site-how-it-works h4{
  color:#fff;
  font-family:inherit;
  font-size:1.25rem;
  font-weight:700;
  margin-bottom:.625rem;
  text-align:left;
}
.site-how-it-works figure.device{
  text-align:center;
  position:relative;
  /*left:2.5rem;*/
}
.site-how-it-works .section{
  position:relative;
  padding-left:3.75rem;
  margin-top:3.75rem;
}
@media screen and (max-width:991px){
  .site-how-it-works .section{
    padding-left:2rem;
    margin-top:2.25rem;
  } ;
}
.site-how-it-works .section.first{
  margin-top:4.375rem;
}
@media screen and (max-width:991px){
  .site-how-it-works .section.first{
    margin-top:2.25rem;
  }
}
.site-how-it-works .section figure{
  position:absolute;
  top:.3125rem;
  left:0;
  display:block;
}
@media screen and (max-width:991px){
  .site-how-it-works .section figure{
    top: 0;
    left: -0.2rem;
  }
}
.site-how-it-works .section i.fa,
.site-how-it-works .section span{
  font-size:2.5rem;
  line-height:.9375rem;
}
@media screen and (max-width:991px){
  .site-how-it-works .section i.fa,
  .site-how-it-works .section span{
    font-size:1.7rem;
    line-height:1;
  } ;
}
@media screen and (min-width:768px){
  .site-how-it-works .swiper-button-next,.site-how-it-works .swiper-button-prev{
    width:1.3125rem;
    height:1.3125rem;
    line-height:1.3125rem;
    opacity:.3;
    left:2.5rem;
    top:auto;
    bottom:22.1875rem;
  }
}
@media screen and (min-width:768px) and (max-width:1199px){
  .site-how-it-works .swiper-button-next,.site-how-it-works .swiper-button-prev{
    left:1.875rem;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .site-how-it-works .swiper-button-next,.site-how-it-works .swiper-button-prev{
    left:1.125rem;
  }
}
@media screen and (min-width:768px){
  .site-how-it-works .swiper-button-next:hover,.site-how-it-works .swiper-button-prev:hover{
    color:#fff;
    opacity:1;
  }
  .site-how-it-works .swiper-button-next i.fa,.site-how-it-works .swiper-button-next span,.site-how-it-works .swiper-button-prev i.fa,.site-how-it-works .swiper-button-prev span{
    line-height:.875rem;
    text-align:center;
    display:inline-block;
    left:0;
    font-size:1rem;
  }
  .site-how-it-works .swiper-button-next{
    left:2.5rem;
    right:auto;
    bottom:4.375rem;
  }
}
@media screen and (min-width:768px) and (max-width:1199px){
  .site-how-it-works .swiper-button-next{
    left:1.875rem;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .site-how-it-works .swiper-button-next{
    left:1.125rem;
  }
}
@media screen and (min-width:768px){
  .site-how-it-works .swiper-button-next i.fa,.site-how-it-works .swiper-button-next span{
    position:relative;
    top:-1px;
  }
  .site-how-it-works .swiper-pagination{
    left:2rem;
    width:auto;
    right:auto;
    top:auto;
    bottom:6.25rem;
  }
}
@media screen and (min-width:768px) and (max-width:1199px){
  .site-how-it-works .swiper-pagination{
    left:1.4375rem;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .site-how-it-works .swiper-pagination{
    left:.625rem;
  }
}
@media screen and (min-width:768px){
  .site-how-it-works .swiper-pagination-bullet{
    float:left;
    display:block;
    clear:both;
    background:#fff;
    width:1.375rem;
    height:1.375rem;
  }
  .site-how-it-works .swiper-pagination-bullet span{
    display:none;
  }
  .site-how-it-works .swiper-pagination-bullet-active{
    background:#ff8309;
    margin-top:2.5rem;
    margin-bottom:2.5rem;
  }
  .site-how-it-works .swiper-pagination-bullet-active span{
    display:inline-block;
    width:5.25rem;
    height:5.25rem;
    background-color:#0a2b4a;
    border:.125rem solid #ff8309;
    -webkit-box-shadow:0 0 1.3125rem rgba(255,131,9,.56);
       -moz-box-shadow:0 0 1.3125rem rgba(255,131,9,.56);
            box-shadow:0 0 1.3125rem rgba(255,131,9,.56);
    -webkit-border-radius:62.5rem;
       -moz-border-radius:62.5rem;
            border-radius:62.5rem;
    color:#fff;
    font-size:2.375rem;
    line-height:5rem;
    text-transform:uppercase;
    position:relative;
    z-index:1;
    top:-1.875rem;
    left:-1.875rem;
  }
  .site-how-it-works .swiper-pagination-bullet-active span:after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:block;
    width:100%;
    height:100%;
    background:#ff8309;
    -webkit-border-radius:62.5rem;
       -moz-border-radius:62.5rem;
            border-radius:62.5rem;
    border:.25rem solid #0a2b4a;
    z-index:-1;
  }
}
@media screen and (max-width:767px){
  .site-how-it-works .swiper-pagination-bullet span{
    display:none;
  }
}
.site-more-features{
  margin:0;
  display:block;
  width:100%;
  clear:both;
  background:url(../images/more-features-bg.png) no-repeat center -1.25rem;
  -webkit-background-size:cover;
     -moz-background-size:cover;
       -o-background-size:cover;
          background-size:cover;
  padding-bottom:7.5rem;
}
@media screen and (max-width:991px){
  .site-more-features{
    background:none;
  }
}
.site-more-features .featured-img{
  padding:0;
  display:block;
  margin:0 auto;
  overflow:hidden;
  text-align:center;
  max-width:18.125rem;
}
@media screen and (max-width:991px){
  .site-more-features .featured-img {
    margin-bottom: -4rem;
  }
}
.site-more-features .featured-img img{
  display:inline-block;
  vertical-align:middle;
}
.site-more-features .feature{
  text-align:left;
  position:relative;
  margin-bottom:0;
  margin-top:0;
  padding:.00625rem 5.625rem 3.125rem 2.5rem;
  top:6.875rem;
  /*cursor:pointer;*/
}
@media screen and (max-width:991px){
  .site-more-features .feature{
    padding:.00625rem 5.625rem 1.25rem 2.5rem;
  }
}
@media screen and (max-width:1199px){
  .site-more-features .feature{
    padding-left:0;
    padding-right:0;
  }
}
@media screen and (max-width:991px){
  .site-more-features .feature{
    padding-top:.3125rem;
    max-width:25rem;
    margin-left:auto;
    margin-right:auto;
  }
}
.site-more-features .feature:hover h5{
  color:#ff8309;
}
.site-more-features .feature:hover figure{
  border-color:#ff8309;
  -webkit-box-shadow:0 0 .938rem rgba(2,3,3,.19);
     -moz-box-shadow:0 0 .938rem rgba(2,3,3,.19);
          box-shadow:0 0 .938rem rgba(2,3,3,.19);
}
.site-more-features .feature:hover figure:before{
  background:#ff8309;
}
.site-more-features .feature:hover i.fa,.site-more-features .feature:hover span{
  border-color:#ff8309;
  color:#fff;
  -webkit-box-shadow:0 0 15px rgba(2,3,3,.19);
     -moz-box-shadow:0 0 15px rgba(2,3,3,.19);
          box-shadow:0 0 15px rgba(2,3,3,.19);
}
.site-more-features .feature:hover i.fa:after,.site-more-features .feature:hover span:after{
  background:#ff8309;
}
.site-more-features .feature.align-right{
  text-align:right;
  padding-right:6.25rem;
}
@media screen and (max-width:1199px){
  .site-more-features .feature.align-right{
    padding-right:7.5rem;
    padding-left:0;
  }
}
@media screen and (max-width:991px){
  .site-more-features .feature.align-right{
    text-align:left;
    padding-right:0;
    padding-left:4rem;
  }
}
.site-more-features .feature.align-left{
  text-align:left;
  padding-right:2.5rem;
  padding-left:6.25rem;
}
@media screen and (max-width:1199px){
  .site-more-features .feature.align-left{
    padding-right:0;
    padding-left:4rem;
  }
}
.site-more-features .feature.align-left.move{
  left:2.5rem;
}
@media screen and (max-width:1199px){
  .site-more-features .feature.align-left.move{
    left:0;
  }
}
.site-more-features .feature.align-left figure{
  right:auto;
  left:-1.25rem;
}
@media screen and (max-width:1199px){
  .site-more-features .feature.align-left figure{
    left:0;
  }
}
.site-more-features .feature.move{
  right:2.1875rem;
}
@media screen and (max-width:1199px){
  .site-more-features .feature.move{
    right:0;
  }
}
.site-more-features .feature figure{
  position:absolute;
  top:0;
  right:-1.25rem;
  bottom:0;
  display:block;
  overflow:visible;
  width:6.25rem;
  height:6.25rem;
  background-color:#fff;
  border:.125rem solid #6f6f6f;
  -webkit-border-radius:62.5rem;
     -moz-border-radius:62.5rem;
          border-radius:62.5rem;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:border-color,-webkit-box-shadow;
  transition-property:border-color,-webkit-box-shadow;
  -o-transition-property:border-color,box-shadow;
  -moz-transition-property:border-color,box-shadow,-moz-box-shadow;
  transition-property:border-color,box-shadow;
  transition-property:border-color,box-shadow,-webkit-box-shadow,-moz-box-shadow;
}
@media screen and (max-width:991px){
  .site-more-features .feature figure{
    right:-0.625rem;
    width:3.125rem;
    height:3.125rem;
  }
}
@media screen and (max-width:1199px){
  .site-more-features .feature figure{
    right:0;
  }
}
@media screen and (max-width:991px){
  .site-more-features .feature figure{
    right:auto;
    left:0;
  }
}
.site-more-features .feature figure:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:block;
  width:100%;
  height:100%;
  background:#fff;
  -webkit-border-radius:62.5rem;
     -moz-border-radius:62.5rem;
          border-radius:62.5rem;
  border:.375rem solid #fff;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:background;
  -o-transition-property:background;
  -moz-transition-property:background;
  transition-property:background;
}
.site-more-features h5{
  color:#0a2b4a;
  margin-bottom:.9375rem;
  margin-top:.3125rem;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:color;
  -o-transition-property:color;
  -moz-transition-property:color;
  transition-property:color;
  font-family:inherit;
  font-size:1.25rem;
  font-weight:700;
}
.site-more-features p{
  color:#6c6b6b;
  font-family:inherit;
  font-weight:400;
  line-height:1.625rem;
}
.site-more-features figure{
  overflow:hidden;
}
.site-more-features figure i.fa,
.site-more-features figure span{
  text-align:center;
  position:absolute;
  z-index:1;
  left:0;
  right:0;
  bottom:0;
  top:0;
  overflow:hidden;
  color:#6f6f6f;
  font-size:3.125rem;
  width:100%;
  height:100%;
  display:block;
  -webkit-border-radius:62.5rem;
     -moz-border-radius:62.5rem;
          border-radius:62.5rem;
  line-height:6.25rem;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:color;
  -o-transition-property:color;
  -moz-transition-property:color;
  transition-property:color;
}
@media screen and (max-width:991px){
  .site-more-features figure i.fa,
  .site-more-features figure span{
    font-size:1.5625rem;
    line-height:3.125rem;
  }
}
.section-white.p0 {
  padding: 0 !important;
}
.section-white .site-download{
  background:#ffffff url(../images/painel-de-controle-bg-spyzap-fundo-branco.png) no-repeat 50%;
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
}
.section-white .site-download h1{
  color: #0a2b4a;
}

.site-download{
  margin:0;
  display:block;
  clear:both;
  background:#08223b url(../images/painel-de-controle-bg-spyzap.png) no-repeat 50%;
  -webkit-background-size:cover;
     -moz-background-size:cover;
       -o-background-size:cover;
          background-size:cover;
  padding-bottom:4.375rem;
}
@media screen and (max-width:991px){
  .site-download{
    padding-bottom:0;
    background:#08223b;
  }
}
.site-download-icons{
  margin:0;
  padding:0;
  display:block;
}
@media screen and (max-width:991px){
  .site-download-icons{
    background:#08223b;
    padding-bottom:2.5rem;
    /*padding-top: 2.25rem;*/
  }
}
.site-download-icons .align-center{
  bottom:-2.8125rem;
}
@media screen and (max-width:991px){
  .site-download-icons .align-center{
    bottom:0;
  }
}
.site-download-icons a{
  border:none;
  margin-right:.625rem;
  margin-left:.625rem;
  -webkit-border-radius:62.5rem;
     -moz-border-radius:62.5rem;
          border-radius:62.5rem;
  padding:1.75rem 3.75rem 1.75rem 5.625rem;
}
@media screen and (max-width:991px){
  .site-download-icons a{
    -webkit-border-radius:0;
       -moz-border-radius:0;
            border-radius:0;
  }
}
@media screen and (max-width:767px){
  .site-download-icons a{
    display:block;
    width:100%;
    max-width:20rem;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:.25rem;
  }
}
.site-download-icons i.fa,.site-download-icons img,.site-download-icons span{
  line-height:5.625rem;
  position:relative;
  left:1.25rem;
  top:.125rem;
}
.site-download-icons i.fa.adjust{
  font-size:1.875rem;
  right:.625rem;
}
.site-download-icons img{
  right:.9375rem;
}
.site-quick-view{
  margin:0;
  clear:both;
  width:100%;
  padding-bottom:6.25rem;
  padding-top:8.125rem;
}
@media screen and (max-width:991px){
  .site-quick-view{
    padding-bottom:3.25rem;
    padding-top:3.25rem;
  }
}
.site-quick-view h1{
  margin-bottom:5rem;
}
.site-quick-view .slide{
  margin:0;
  padding:0 .9375rem;
  display:block;
}
@media screen and (min-width:768px){
  .site-quick-view .swiper-button-next,.site-quick-view .swiper-button-prev{
    margin-top:3.75rem;
  }
}
@media screen and (max-width:767px){
  .site-quick-view .swiper-button-next,.site-quick-view .swiper-button-prev{
    margin-top:-3.125rem;
  }
}
.site-accordion{
  margin:0;
  display:block;
  width:100%;
  clear:both;
  background:#08223b url(../images/accordion-bg.png) no-repeat 50%;
  -webkit-background-size:cover;
     -moz-background-size:cover;
       -o-background-size:cover;
          background-size:cover;
  overflow:visible;
  min-height:29.6875rem;
  padding:5rem 0 4.375rem;
}
@media screen and (max-width:991px){
  .site-accordion{
    background:#08223b;
  }
}
.site-accordion .accordion-img{
  position:absolute;
  z-index:20;
  top:-8.4375rem;
  left:25%;
  right:0;
  bottom:0;
  display:block;
  overflow:visible;
  margin-left:auto;
  margin-right:auto;
  width:100%;
  max-width:18rem;
}
@media screen and (max-width:991px){
  .site-accordion .accordion-img{
    left:0;
    top:0;
    position:relative;
  }
}
.site-accordion .accordion-img img{
  height:auto;
  display:inline-block;
  vertical-align:middle;
}
.panel-group{
  margin:0;
  text-align:left;
}
@media screen and (max-width:991px){
  .panel-group{
    margin-top:5rem;
  }
}
.panel-group .panel-title{
  -webkit-border-radius:.25rem;
     -moz-border-radius:.25rem;
          border-radius:.25rem;
}
.panel-group .panel-title,.panel-group .panel-title a{
  color:#fff;
  font-family:inherit;
  display:block;
  width:100%;
}
.panel-group .panel-title a{
  padding:.75rem 3.125rem .625rem 1.25rem;
  border:none;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:background-color;
  -o-transition-property:background-color;
  -moz-transition-property:background-color;
  transition-property:background-color;
  position:relative;
  font-size:1.25rem;
  font-weight:400;
  -webkit-border-radius:.25rem;
     -moz-border-radius:.25rem;
          border-radius:.25rem;
}
@media screen and (max-width:1199px){
  .panel-group .panel-title a{
    font-size:1.2rem;
  }
}
@media screen and (max-width:767px){
  .panel-group .panel-title a{
    font-size:1rem;
    padding-top:.9375rem;
    padding-bottom:.9375rem;
  }
}
.panel-group .panel-title a span{
  position:absolute;
  top:0;
  right:1rem;
  bottom:0;
  margin:auto 0;
  background:#ff8309;
  text-indent:-62.5rem;
  -webkit-border-radius:62.5rem;
     -moz-border-radius:62.5rem;
          border-radius:62.5rem;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:background;
  -o-transition-property:background;
  -moz-transition-property:background;
  transition-property:background;
  display:block;
  overflow:visible;
  width:1.563rem;
  height:1.563rem;
}
.panel-group .panel-title a span:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:url(../images/accordion-minus.png) 50% no-repeat;
  -webkit-background-size:.625rem .125rem;
     -moz-background-size:.625rem .125rem;
       -o-background-size:.625rem .125rem;
          background-size:.625rem .125rem;
}
.panel-group .panel-title a.collapsed{
  background: #123250;
  background: -moz-linear-gradient(left, #123250 0%, #22476b 100%);
  background: -webkit-linear-gradient(left, #123250 0%,#22476b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#123250),to(#22476b));
  background: -moz-linear-gradient(left, #123250 0%,#22476b 100%);
  background: -o-linear-gradient(left, #123250 0%,#22476b 100%);
  background: linear-gradient(to right, #123250 0%,#22476b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#123250', endColorstr='#22476b',GradientType=1 );
}
.panel-group .panel-title a.collapsed span{
  background-color:hsla(0,0%,100%,.2);
}
.panel-group .panel-title a.collapsed span:before{
  background:url(../images/accordion-plus.png) 50% no-repeat;
  -webkit-background-size:.625rem .625rem;
     -moz-background-size:.625rem .625rem;
       -o-background-size:.625rem .625rem;
          background-size:.625rem .625rem;
}
.panel-group .panel{
  background:none;
  border:none;
  margin-bottom:.75rem;
  -webkit-border-radius:.25rem;
     -moz-border-radius:.25rem;
          border-radius:.25rem;
  overflow:hidden;
  display:block;
}
.panel-group .panel-heading{
  background-color:#203e5a;
  border:none;
  padding:0;
  margin:0;
  -webkit-border-radius:.25rem .25rem 0 0;
     -moz-border-radius:.25rem .25rem 0 0;
          border-radius:.25rem .25rem 0 0;
}
.panel-group .panel-collapse{
  padding:0;
  background-color:#203e5a;
  -webkit-border-radius:0 0 .25rem .25rem;
     -moz-border-radius:0 0 .25rem .25rem;
          border-radius:0 0 .25rem .25rem;
}
.panel-group .panel-body-container{
  padding:.625rem 1.0625rem 1.5625rem 1.25rem;
  -webkit-border-radius:0 0 .25rem .25rem;
     -moz-border-radius:0 0 .25rem .25rem;
          border-radius:0 0 .25rem .25rem;
}
.panel-group .panel-body{
  border:none!important;
  background-color:#203e5a;
  color:#a5abb4;
  font-family:inherit;
  -webkit-border-radius:0 0 .25rem .25rem;
     -moz-border-radius:0 0 .25rem .25rem;
          border-radius:0 0 .25rem .25rem;
  letter-spacing:.00625rem;
  padding:0;
  margin:0;
  max-height:5.5rem;
  min-height:5.5rem;
  position:relative;
  height:100%;
  overflow:auto;
  font-weight:400;
  line-height:1.625rem;
}
@media screen and (max-width:991px){
  .panel-group .panel-body{
    max-height:8.5rem;
    min-height:8.5rem;
  }
}
.panel-group .panel-body:before{
  display:none;
}
.panel-group .mCSB_inside>.mCSB_container{
  margin-right:3.75rem;
}
.panel-group .mCSB_dragger_bar{
  background:none;
  -webkit-border-radius:0!important;
     -moz-border-radius:0!important;
          border-radius:0!important;
  opacity:1!important;
}
.panel-group .mCSB_dragger_bar:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  height:80%;
  width:100%;
  margin:auto 0;
  display:block;
  border-top:.1875rem solid #fff;
  border-bottom:.1875rem solid #fff;
  background:#ff8309;
}
.site-team{
  margin:0;
  display:block;
  width:100%;
  clear:both;
  background-color:#f8f7f7;
  padding-bottom:6.25rem;
  padding-top:8.75rem;
}
@media screen and (max-width:991px){
  .site-team{
    padding-top:6.25rem;
  }
}
.site-team .slide{
  margin:0;
  display:block;
  padding:1.25rem .9375rem 3.125rem;
}
@media screen and (max-width:767px){
  .site-team .slide{
    padding-left:.625rem;
    padding-right:.625rem;
  }
}
.site-team .site-box{
  max-width:22rem;
  width:100%;
  margin-left:auto;
  margin-right:auto;
  display:block;
  background-color:#fff;
  -webkit-border-radius:.25rem;
     -moz-border-radius:.25rem;
          border-radius:.25rem;
  -webkit-box-shadow:0 0 .438rem rgba(2,3,3,.09);
     -moz-box-shadow:0 0 .438rem rgba(2,3,3,.09);
          box-shadow:0 0 .438rem rgba(2,3,3,.09);
  padding-left:1.875rem;
  padding-right:1.875rem;
  padding-top:2.5rem;
  overflow:visible;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:-webkit-box-shadow;
  transition-property:-webkit-box-shadow;
  -o-transition-property:box-shadow;
  -moz-transition-property:box-shadow, -moz-box-shadow;
  transition-property:box-shadow;
  transition-property:box-shadow, -webkit-box-shadow, -moz-box-shadow;
}
.site-team .site-box:hover{
  -webkit-box-shadow:0 0 1.75rem rgba(2,3,3,.15);
     -moz-box-shadow:0 0 1.75rem rgba(2,3,3,.15);
          box-shadow:0 0 1.75rem rgba(2,3,3,.15);
}
.site-team figure{
  max-width:16rem;
  width:100%;
  display:block;
  clear:both;
  max-height:16.938rem;
  overflow:hidden;
  -webkit-border-radius:62.5rem;
     -moz-border-radius:62.5rem;
          border-radius:62.5rem;
  margin-left:auto;
  margin-right:auto;
  height:auto;
  margin-bottom:1.25rem;
  position:relative;
}
.site-team figure img{
  max-width:100%;
  -webkit-border-radius:62.5rem;
     -moz-border-radius:62.5rem;
          border-radius:62.5rem;
  display:inline-block;
}
.site-team h5{
  color:#0a2b4a;
  font-family:inherit;
  font-size:1.25rem;
  font-weight:700;
  display:block;
  float:left;
  width:100%;
  clear:both;
  margin-bottom:.25rem;
  margin-top:1.25rem;
}
.site-team h6{
  margin-bottom:1.25rem;
}
.site-team h6,.site-team p{
  color:#6c6b6b;
  font-family:inherit;
  font-size:.813rem;
  font-weight:400;
  width:100%;
}
.site-team p{
  line-height:1.625rem;
  overflow:hidden;
  margin-bottom:2.5rem;
}
.site-team .site-social-icons{
  width:100%;
  clear:both;
  display:block;
  overflow:visible;
}
.site-team .site-social-icons a{
  width:2.125rem;
  height:2.125rem;
  -webkit-border-radius:6.25rem;
     -moz-border-radius:6.25rem;
          border-radius:6.25rem;
  background-color:#0a2b4a;
  position:relative;
  overflow:hidden;
  margin-bottom:-1.4375rem;
}
.site-team .site-social-icons a i.fa,.site-team .site-social-icons a span{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:block;
  height:100%;
  width:100%;
  color:#fff;
  font-size:.813rem;
  font-weight:400;
  line-height:2.125rem;
}
.site-team .swiper-container{
  padding-bottom:3.125rem;
}
.site-team .swiper-pagination{
  margin-top:.625rem;
}
.site-testimonial{
  margin:0;
  display:block;
  width:100%;
  clear:both;
  background:#08223b url(../images/testimonial-bg.png) no-repeat 50%;
  -webkit-background-size:cover;
     -moz-background-size:cover;
       -o-background-size:cover;
          background-size:cover;
  overflow:visible;
  padding:0 0 7.5rem;
  position:relative;
}
@media screen and (max-width:991px){
  .site-testimonial{
    background:#08223b;
  }
}
.site-testimonial .testimonial-quote{
  color:#ff8309;
  font-family:inherit;
  font-size:4.563rem;
  font-weight:700;
  width:6.125rem;
  height:6.125rem;
  background-color:#203e5a;
  -webkit-border-radius:12.5rem;
     -moz-border-radius:12.5rem;
          border-radius:12.5rem;
  margin-left:auto;
  margin-right:auto;
  margin-top:-1.875rem;
}
@media screen and (max-width:991px){
  .site-testimonial .testimonial-quote{
    background-color:#08223b;
  }
}
.site-testimonial .testimonial-quote span{
  display:inline-block;
}
.site-testimonial figure{
  display:block;
  width:9rem;
  height:9rem;
  overflow:hidden;
  -webkit-border-radius:12.5rem;
     -moz-border-radius:12.5rem;
          border-radius:12.5rem;
  padding:.313rem;
  background:#3d668d;
  margin:0 auto 2.125rem;
}
.site-testimonial figure img{
  -webkit-border-radius:12.5rem;
     -moz-border-radius:12.5rem;
          border-radius:12.5rem;
  display:block;
  margin:0;
  padding:0;
  width:100%;
  height:100%;
}
.site-testimonial p{
  color:#a5abb4;
  font-size:.813rem;
  font-weight:400;
  line-height:1.625rem;
  margin-bottom:2.5rem;
}
.site-testimonial h5,.site-testimonial p{
  font-family:inherit;
  padding:0;
  display:block;
  width:100%;
}
.site-testimonial h5{
  color:#fff;
  font-size:1.063rem;
  font-weight:700;
  line-height:.875rem;
  margin:0 0 1.25rem;
}
.site-testimonial .swiper-pagination{
  margin-top:1.875rem;
}
.site-testimonial .swiper-button-next,.site-testimonial .swiper-button-prev{
  margin-top:2.5rem;
}
@media screen and (min-width:768px){
  .site-testimonial .swiper-button-next,.site-testimonial .swiper-button-prev{
    left:0;
  }
}
@media screen and (max-width:767px){
  .site-testimonial .swiper-button-next,.site-testimonial .swiper-button-prev{
    margin-top:3.75rem;
    top:0;
  }
}
@media screen and (min-width:768px){
  .site-testimonial .swiper-button-next{
    left:auto;
    right:0;
  }
}
.site-testimonial .swiper-container{
  margin-top:1.25rem;
}
.site-packages{
  margin:0;
  padding:5.625rem 0 3.75rem;
  display:block;
  width:100%;
  clear:both;
  background-color:#f8f7f7;
}
.site-packages h1{
  margin-bottom:4.375rem;
}
.site-packages .box{
  background-color:#fcfcfb;
  text-align:center;
  margin:4.375rem 0 5rem;
  width:100%;
  display:block;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:-webkit-box-shadow;
  transition-property:-webkit-box-shadow;
  -o-transition-property:box-shadow;
  -moz-transition-property:box-shadow, -moz-box-shadow;
  transition-property:box-shadow;
  transition-property:box-shadow, -webkit-box-shadow, -moz-box-shadow;
  max-width:22.813rem;
  -webkit-border-radius:4px;
     -moz-border-radius:4px;
          border-radius:4px;
  -webkit-box-shadow:0 0 .438rem rgba(2,3,3,.09);
     -moz-box-shadow:0 0 .438rem rgba(2,3,3,.09);
          box-shadow:0 0 .438rem rgba(2,3,3,.09);
}
@media screen and (max-width:767px){
  .site-packages .box{
    margin-left:auto;
    margin-right:auto;
  }
}
.site-packages .price{
  color:#203e5b;
  font-size:1.375rem;
  font-weight:400;
  text-align:center;
  background-color:#fff;
  display:inline-block;
  margin-top:-3.125rem;
  position:relative;
  top:-.625rem;
  overflow:visible;
  z-index:1;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:border-color,color,-webkit-box-shadow;
  transition-property:border-color,color,-webkit-box-shadow;
  -o-transition-property:border-color,color,box-shadow;
  -moz-transition-property:border-color,color,box-shadow,-moz-box-shadow;
  transition-property:border-color,color,box-shadow;
  transition-property:border-color,color,box-shadow,-webkit-box-shadow,-moz-box-shadow;
  width:6.938rem;
  height:6.938rem;
  line-height:6.938rem;
  border:.125rem solid #6f6f6f;
  -webkit-border-radius:25rem;
     -moz-border-radius:25rem;
          border-radius:25rem;
}
.site-packages .price:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:block;
  height:100%;
  width:100%;
  margin:auto;
  -webkit-border-radius:6.9375rem;
     -moz-border-radius:6.9375rem;
          border-radius:6.9375rem;
  background-color:#f8f7f7;
  z-index:-1;
  border:.375rem solid #fff;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:background-color;
  -o-transition-property:background-color;
  -moz-transition-property:background-color;
  transition-property:background-color;
}
.site-packages .heading{
  text-align:center;
  color:#ff8309;
  margin-top:1.5rem;
  margin-bottom:2.625rem;
  font-family:inherit;
  font-size:1.25rem;
  font-weight:700;
  line-height:.875rem;
}
.site-packages .options{
  background-color:#fff;
  margin:0;
  padding:0;
  border-top:.0625rem solid #f3f1f1;
  text-align:left;
  color:#6c6b6b;
  font-family:inherit;
  font-size:.813rem;
  font-weight:400;
}
.site-packages .options li{
  border-bottom:.0625rem solid #f3f1f1;
  position:relative;
  padding:1.5rem 1.875rem 1.25rem;
  list-style:none;
}
.site-packages .options span{
  position:relative;
  padding-left:1.5625rem;
  padding-right:1.5625rem;
  display:block;
  max-width:14.375rem;
  margin-left:auto;
  margin-right:auto;
}
.site-packages .options i.fa,.site-packages .options i.fa.fa-close{
  width:.813rem;
  height:.625rem;
  font-weight:400;
  text-align:center;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  display:block;
  margin:0;
  line-height:.875rem;
  color:#2dc100;
  font-size:.875rem;
}
.site-packages .options i.fa.fa-close{
  color:red;
  line-height:.75rem;
}
.site-packages a{
  background-color:#fff;
  -webkit-border-radius:15rem;
     -moz-border-radius:15rem;
          border-radius:15rem;
  color:#203e5b;
  font-size:.875rem;
  font-weight:700;
  line-height:3.125rem;
  text-transform:uppercase;
  padding:0 3.125rem;
  margin-bottom:-1.875rem;
  margin-top:2.1875rem;
  position:relative;
  top:.625rem;
  display:inline-block;
  vertical-align:baseline;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:color,background;
  -o-transition-property:color,background;
  -moz-transition-property:color,background;
  transition-property:color,background;
  border:.125rem solid #ff8309;
}
.site-packages .box.active,.site-packages .box:hover{
  -webkit-box-shadow:0 0 1.75rem rgba(2,3,3,.15);
     -moz-box-shadow:0 0 1.75rem rgba(2,3,3,.15);
          box-shadow:0 0 1.75rem rgba(2,3,3,.15);
}
.site-packages .box.active a,.site-packages .box:hover a{
  background-color:#ff8309;
  color:#fff;
}
.site-packages .box.active .price,.site-packages .box:hover .price{
  border-color:#ff8309;
  color:#fff;
  -webkit-box-shadow:0 0 .938rem rgba(2,3,3,.19);
     -moz-box-shadow:0 0 .938rem rgba(2,3,3,.19);
          box-shadow:0 0 .938rem rgba(2,3,3,.19);
}
.site-packages .box.active .price:before,.site-packages .box:hover .price:before{
  background-color:#ff8309;
}
.site-statistic{
  margin:0;
  display:block;
  width:100%;
  background:#fff url(../images/statistic.png) 10px 20px;
}
@media screen and (max-width:767px){
  .site-statistic{
    padding:3.125rem 1.25rem;
  }
}
.site-number{
  position:relative;
  padding-left:3.75rem;
  margin:3.125rem 0;
  text-align:left;
}
@media screen and (max-width:767px){
  .site-number{
    margin-top:1.875rem;
    margin-bottom:1.875rem;
  }
}
.site-number i.fa{
  color:#ff8309;
  font-weight:400;
  text-transform:uppercase;
  text-align:center;
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  margin:0;
  display:block;
  width:2.125rem;
  height:100%;
  font-size:2.375rem;
  line-height:2.8125rem;
  vertical-align:middle;
}
.site-number h5{
  color:#0a2b4a;
  font-size:1.688rem;
  line-height:1.875rem;
}
.site-number h5,.site-number p{
  font-weight:700;
  margin:0;
  padding:0;
  display:block;
  clear:both;
  width:100%;
}
.site-number p{
  color:#6c6b6b;
  font-size:.813rem;
  text-transform:uppercase;
}
.site-twitter{
  margin:0;
  display:block;
  width:100%;
  clear:both;
  color:#fff;
  padding-bottom:7.5rem;
  text-align:center;
}
.site-twitter h1{
  margin-bottom:2.8125rem;
}
.site-twitter .tweet li,.site-twitter .tweet ul{
  margin:0;
  padding:0;
  display:block;
}
.site-twitter .tweet li{
  font-size:.875rem;
  font-family:inherit;
}
.site-twitter .tweet li p{
  margin-bottom:0;
  line-height:1.625rem;
  color:#a5abb4;
}
.site-twitter .tweet li a,.site-twitter .tweet li p{
  font-weight:400;
  font-family:inherit;
  font-size:.813rem;
}
.site-twitter .tweet li a{
  color:#009cff;
}
.site-twitter .tweet li .date{
  font-weight:700;
  font-family:inherit;
  font-size:.875rem;
  margin-top:.125rem;
  color:#ff8309;
}
.site-twitter .swiper-container{
  margin-bottom:3.125rem;
  margin-top:1.25rem;
  text-align:center;
}
.site-twitter .swiper-container span{
  width:100%;
  text-align:center;
  display:block;
}
.site-twitter .swiper-pagination{
  margin-top:1.25rem;
}
@media screen and (min-width:768px){
  .site-twitter .swiper-button-next,.site-twitter .swiper-button-prev{
    left:0;
  }
}
@media screen and (min-width:1200px){
  .site-twitter .swiper-button-next,.site-twitter .swiper-button-prev{
    left:2.5rem;
  }
}
@media screen and (max-width:767px){
  .site-twitter .swiper-button-next,.site-twitter .swiper-button-prev{
    top:-3.75rem;
  }
}
@media screen and (min-width:768px){
  .site-twitter .swiper-button-next{
    left:auto;
    right:0;
  }
}
@media screen and (min-width:1200px){
  .site-twitter .swiper-button-next{
    right:2.5rem;
  }
}
.site-quick-support{
  background:url(../images/map.png) no-repeat 50%;
  -webkit-background-size:cover;
     -moz-background-size:cover;
       -o-background-size:cover;
          background-size:cover;
  /*padding-bottom:9.375rem;*/
  overflow:hidden;
}
@media screen and (max-width:1199px){
  .site-quick-support{
    padding: 3.25rem 0;
  }
}
.site-quick-support h1{
  margin-bottom:4.375rem;
}
.site-quick-support .site-info{
  width:100%;
  clear:both;
  text-align:center;
  font-size:0;
}
.site-quick-support .site-box{
  clear:both;
  position:relative;
  z-index:10;
  padding:1.25rem 0;
  width:33.33333%;
}
@media screen and (max-width:1199px){
  .site-quick-support .site-box{
    padding-left:3.125rem;
    padding-right:3.125rem;
  }
}
@media screen and (max-width:991px){
  .site-quick-support .site-box{
    padding-left:1.25rem;
    padding-right:1.25rem;
  }
}
@media screen and (max-width:767px){
  .site-quick-support .site-box{
    display:block;
    width:100%;
  }
}
.site-quick-support .site-box.last:after{
  display:none;
}
.site-quick-support .site-box:after{
  content:"";
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  display:block;
  clear:both;
  width:.063rem;
  height:3.563rem;
  opacity:.5;
  background-color:#103558;
  margin-top:auto;
  margin-bottom:auto;
}
@media screen and (max-width:767px){
  .site-quick-support .site-box:after{
    display:none;
  }
}
.site-quick-support figure{
  overflow:hidden;
  text-align:center;
  width:100%;
  clear:both;
}
.site-quick-support i.fa,.site-quick-support span{
  width:1rem;
  height:1.063rem;
  color:#ff8309;
  font-size:1.25rem;
  font-weight:400;
  line-height:2.563rem;
  text-align:center;
}
.site-quick-support address,.site-quick-support p{
  color:#6c6b6b;
  font-family:inherit;
  font-size:.813rem;
  font-weight:400;
  padding:1.125rem 0;
  display:block;
  width:100%;
  clear:both;
  font-style:normal;
  margin:.75rem 0 0;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:color;
  -o-transition-property:color;
  -moz-transition-property:color;
  transition-property:color;
}
.site-quick-support address:hover,.site-quick-support p:hover{
  color:#ff8309;
}
.site-contact-form{
  padding:0;
  display:block;
  width:100%;
  clear:both;
  margin:3.75rem 0 0;
}
.site-contact-form table{
  width:100%;
}
@media screen and (max-width:767px){
  .site-quick-support h1 {
    margin-bottom: 25px;
  }
  .site-contact-form{
    margin-top: 0px;
    max-width:25rem;
    margin-left:auto;
    margin-right:auto;
    padding-left:.625rem;
    padding-right:.625rem;
  }
  .site-contact-form table,.site-contact-form tbody,.site-contact-form td,.site-contact-form th,.site-contact-form tr{
    display:block;
    width:100%;
  }
}
.site-contact-form input,
.site-contact-form textarea{
  width:100%;
  height:2.813rem;
  background-color:#f8f7f7;
  padding:0 .9375rem;
  -webkit-border-radius:.125rem;
     -moz-border-radius:.125rem;
          border-radius:.125rem;
  color:#000000;
  font-family:inherit;
  font-size:.85rem;
  font-weight:400;
  line-height:2.813rem;
  border:.0625rem solid #f8f7f7;
  -webkit-box-sizing:border-box;
     -moz-box-sizing:border-box;
          box-sizing:border-box;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:border-color;
  -o-transition-property:border-color;
  -moz-transition-property:border-color;
  transition-property:border-color;
  display:block;
  margin:0;
}
.site-contact-form input:focus,.site-contact-form textarea:focus{
  border-color:#ff8309;
}
::-webkit-input-placeholder {
  color: #000000;
}
.site-contact-form textarea{
  height:13.17rem;
  resize:none;
  position:relative;
  top:.0625rem;
}
.site-contact-form button[type=submit] i.fa,.site-contact-form input[type=submit] i.fa{
  display:none;
  padding:0;
  color:#fff;
  line-height:normal;
  font-size:1rem;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:color;
  -o-transition-property:color;
  -moz-transition-property:color;
  transition-property:color;
  margin:0 0 0 .625rem;
}
.site-contact-form button[type=submit]:hover i.fa,.site-contact-form input[type=submit]:hover i.fa{
  color:#ff8309;
}
@media screen and (max-width:767px){
  .site-contact-form button[type=submit],.site-contact-form input[type=submit]{
    width:100%;
  }
}
.site-contact-form label{
  margin-bottom:.875rem;
  display:block;
  margin-right:.9375rem;
}
.site-contact-form label.last{
  margin-right:0;
}
.site-contact-form label.move{
  margin-top:1.25rem;
  display:inline-block;
  margin-right:0;
}
@media screen and (max-width:767px){
  .site-contact-form label.move{
    display:block;
    margin-top:1.875rem;
  }
}
@media screen and (max-width:767px){
  .site-contact-form label{
    margin-right:0;
  }
}
.site-subscribe{
  padding:0;
  display:block;
  width:100%;
  clear:both;
  color:#fff;
  position:relative;
  margin:-6.25rem 0 0;
}
@media screen and (max-width:1199px){
  .site-subscribe{
    margin-top:0;
    background:#103558;
  }
}
@media screen and (max-width:767px){
  .site-subscribe{
    padding-bottom:.625rem;
  }
}
.site-subscribe .site-box{
  line-height:4.625rem;
  background-color:#103558;
  -webkit-border-radius:2.25rem;
     -moz-border-radius:2.25rem;
          border-radius:2.25rem;
  padding:0 2.1875rem;
  position:relative;
  top:2.375rem;
}
@media screen and (max-width:1199px){
  .site-subscribe .site-box{
    top:0;
    max-width:37.5rem;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding-top:2.5rem;
    padding-bottom:1.25rem;
  }
}
.site-subscribe p{
  color:#fff;
  font-family:inherit;
  font-size:1rem;
  font-weight:400;
  line-height:2rem;
  margin:0;
  display:inline-block;
  padding:0 0 0 1.25rem;
}
@media screen and (max-width:1199px){
  .site-subscribe p{
    display:block;
    margin-bottom:1.25rem;
  }
}
.site-subscribe label{
  width:100%;
  margin:0;
  padding:0;
  display:inline-block;
  position:relative;
  overflow:hidden;
  vertical-align:middle;
}
.site-subscribe input[type=email],.site-subscribe input[type=text]{
  width:100%;
  height:2.688rem;
  line-height:2.688rem;
  border:.063rem solid #fff;
  -webkit-border-radius:1.3125rem;
     -moz-border-radius:1.3125rem;
          border-radius:1.3125rem;
  background:none;
  display:block;
  margin:0;
  font-weight:400;
  padding:0 11.25rem 0 1.25rem;
}
@media screen and (max-width:767px){
  .site-subscribe input[type=email],.site-subscribe input[type=text]{
    padding-right:1.25rem;
  }
}
.site-subscribe input[type=submit]{
  width:9.375rem;
  min-width:.625rem;
  height:2.688rem;
  min-height:.625rem;
  line-height:2.688rem;
  margin:auto 0;
  background-color:#fff;
  -webkit-border-radius:1.3125rem;
     -moz-border-radius:1.3125rem;
          border-radius:1.3125rem;
  -webkit-box-shadow:none;
     -moz-box-shadow:none;
          box-shadow:none;
  color:#0a2b4a;
  font-family:inherit;
  font-size:.813rem;
  font-weight:700;
  text-transform:uppercase;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:background,color;
  -o-transition-property:background,color;
  -moz-transition-property:background,color;
  transition-property:background,color;
  border:.063rem solid #fff;
}
.site-subscribe input[type=submit]:hover{
  background:#ff8309;
  color:#fff;
}
@media screen and (max-width:767px){
  .site-subscribe input[type=submit]{
    position:relative;
    width:100%;
    border:none;
  }
}
.site-subscribe .site-form{
  position:relative;
  margin:0;
  padding:0;
  display:block;
  width:100%;
  clear:both;
}
@media screen and (max-width:767px){
  .site-subscribe .site-form{
    max-width:25rem;
    margin-left:auto;
    margin-right:auto;
  }
}
.site-subscribe .no-space{
  padding-left:0;
  padding-right:0;
}
.site-footer{
  margin:0;
  padding:5.25rem 0 5.25rem;
  display:block;
  width:100%;
  clear:both;
  text-align:center;
  background:#08223b url(../images/footer-bg.png) no-repeat 50%;
  -webkit-background-size:cover;
     -moz-background-size:cover;
       -o-background-size:cover;
          background-size:cover;
  color:#fff;
}
@media screen and (max-width:991px){
  .site-footer{
    background:#08223b;
    margin-bottom: 90px;
    padding: 3.25rem 0 3.25rem;
  }
  .site-footer .site-logo {
    margin: 0 !important;
    line-height: 1;
  }
}
.site-footer .site-logo{
  width:100%;
  clear:both;
  height:auto;
  display:block;
  margin:0 0 1.875rem;
}
.site-footer .site-logo a{
  display:inline-block;
  color: #ffffff;
}
.site-footer .site-logo img {
  max-width: 70%;
}
.site-social-icons{
  width:100%;
  clear:both;
}
.site-social-icons a{
  width:2.5rem;
  height:2.5rem;
  border:.063rem solid #4f708f;
  -webkit-border-radius:12.5rem;
     -moz-border-radius:12.5rem;
          border-radius:12.5rem;
  overflow:hidden;
  position:relative;
  text-align:center;
  margin:.1875rem;
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:background,color,border-color;
  -o-transition-property:background,color,border-color;
  -moz-transition-property:background,color,border-color;
  transition-property:background,color,border-color;
}
.site-social-icons a:hover{
  background:#ff8309;
  color:#fff;
  border-color:#ff8309;
}
.site-social-icons i.fa,.site-social-icons span{
  color:#fff;
  font-size:.938rem;
  font-weight:400;
  line-height:2.5rem;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:block;
  height:100%;
  width:100%;
}
.site-copyright{
  color:#8b8e92;
  font-family:inherit;
  font-size:.75rem;
  font-weight:400;
  line-height:1.563rem;
  width:100%;
  clear:both;
  margin-top:1.25rem;
}
.mCustomScrollBox{
  position:relative;
  overflow:hidden;
  height:100%;
  max-width:100%;
  outline:none;
  direction:ltr;
}
.mCSB_container{
  overflow:hidden;
  width:auto;
  height:auto;
}
.mCSB_inside>.mCSB_container{
  margin-right:1.5625rem;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
  margin-right:0;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container{
  margin-right:0;
  margin-left:1.875rem;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
  margin-left:0;
}
.mCSB_scrollTools{
  position:absolute;
  width:1.5rem;
  height:auto;
  left:auto;
  top:0;
  right:0;
  bottom:0;
}
.mCSB_outside+.mCSB_scrollTools{
  right:-1.625rem;
}
.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{
  right:auto;
  left:0;
}
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools{
  left:-1.625rem;
}
.mCSB_scrollTools .mCSB_draggerContainer{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  height:auto;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
  margin:1.25rem 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
  width:.125rem;
  height:100%;
  margin:0 auto;
  -webkit-border-radius:1rem;
     -moz-border-radius:1rem;
          border-radius:1rem;
}
.mCSB_scrollTools .mCSB_dragger{
  cursor:pointer;
  width:100%;
  height:1.875rem;
  z-index:1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  position:relative;
  width:.25rem;
  height:100%;
  margin:0 auto;
  -webkit-border-radius:1rem;
     -moz-border-radius:1rem;
          border-radius:1rem;
  text-align:center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
  width:.75rem;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
  width:.5rem;
}
.mCSB_scrollTools .mCSB_buttonDown,.mCSB_scrollTools .mCSB_buttonUp{
  display:block;
  position:absolute;
  height:1.25rem;
  width:100%;
  overflow:hidden;
  margin:0 auto;
  cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown:before,.mCSB_scrollTools .mCSB_buttonUp:before{
  content:"\f0d8";
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:block;
  width:100%;
  text-align:center;
  height:100%;
  font-family:FontAwesome,serif;
  color:#ff8309;
  font-size:1.375rem;
  line-height:1.25rem;
}
.mCSB_scrollTools .mCSB_buttonDown{
  bottom:0;
}
.mCSB_scrollTools .mCSB_buttonDown:before{
  content:"\f0d7";
}
.mCSB_draggerRail{
  background-color:#fff;
  -webkit-border-radius:6.25rem!important;
     -moz-border-radius:6.25rem!important;
          border-radius:6.25rem!important;
  opacity:1!important;
  width:.75rem!important;
}
.mCSB_scrollTools{
  opacity:1;
}
.mCSB_dragger_bar{
  width:.375rem!important;
  background:#ff8309;
  -webkit-border-radius:0!important;
     -moz-border-radius:0!important;
          border-radius:0!important;
  opacity:1!important;
}
.mCSB_dragger_bar:before{
  display:none;
}
#scrollUp{
  margin:0;
  padding:0;
  bottom:1.875rem;
  right:1.875rem;
  height:3.125rem;
  width:3.125rem;
  line-height:3.125rem;
  text-align:center;
  background:#ff8309;
  -webkit-border-radius:12.5rem;
     -moz-border-radius:12.5rem;
          border-radius:12.5rem;
  font-size:1.875rem;
  -webkit-box-shadow:0 0 .9375rem rgba(2,3,3,.19);
     -moz-box-shadow:0 0 .9375rem rgba(2,3,3,.19);
          box-shadow:0 0 .9375rem rgba(2,3,3,.19);
  -webkit-transition:.3s linear;
  -o-transition:.3s linear;
  -moz-transition:.3s linear;
  transition:.3s linear;
  -webkit-transition-property:color,background;
  -o-transition-property:color,background;
  -moz-transition-property:color,background;
  transition-property:color,background;
  color:#fff;
}
/*
@media screen and (max-width:991px){
  #scrollUp {
    bottom: 110px;
    right: 0.875rem;
  }
}
*/
#scrollUp:hover{
  color:#0a2b4a;
  background:#d3d3d3;
}
.loadingoverlay{
  -webkit-background-size:40px 40px!important;
     -moz-background-size:40px!important;
       -o-background-size:40px!important;
          background-size:40px!important;
}
.preloader{
  opacity:0;
  visibility:hidden;
}
.grande {
  color: #ff8309;
  font-family: sans-serif;
  font-size: 4.5rem;  ;
}
@media screen and (max-width:991px){
  .grande {
    font-size: 2rem;  ;
  }
}
#quick-view-slider figure div {
  color: #0a2b49;
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
}
#quick-view-slider figure img {
  border: 8px solid #0a2b49;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
       animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
       animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
       animation-iteration-count: infinite;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    -moz-animation: unset !important;
      -o-animation: unset !important;
         animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
  }
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-moz-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}

@-o-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(1.0, 1.0, 1.0) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -moz-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
         transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
         transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
    -o-animation-name: tada;
       animation-name: tada;
}

#ligue-agora-d {
  position: fixed;
  bottom: 25px;
  left: 25px;
  z-index: 100;
  font-family: sans-serif;
  background-color: #ff8309;
  padding: 15px 25px 5px;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  border: 2px solid #f17700;
}
#ligue-agora-d span {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  font-family: poppins;
  font-weight: 200;
}
#ligue-agora-d a {
  color: #FFFFFF;
}
@media screen and (max-width:991px){
  #ligue-agora-d {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    -webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
  }    ;
}
.bg-filhos, .seq-step1 {
  background: #0a2b4a;
  background: -moz-linear-gradient(left, #0a2b4a 0%, #3f51b5 100%);
  background: -webkit-linear-gradient(left, #0a2b4a 0%,#3f51b5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#0a2b4a),to(#3f51b5));
  background: -moz-linear-gradient(left, #0a2b4a 0%,#3f51b5 100%);
  background: -o-linear-gradient(left, #0a2b4a 0%,#3f51b5 100%);
  background: linear-gradient(to right, #0a2b4a 0%,#3f51b5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2b4a', endColorstr='#3f51b5',GradientType=1 );  ;
}

.home-slide,
.seq-step2 {
  background: #0a2b4a;
  background: -moz-linear-gradient(left, #0a2b4a 0%, #006ace 100%);
  background: -webkit-linear-gradient(left, #0a2b4a 0%,#006ace 100%);
  background: -webkit-gradient(linear, left top, right top, from(#0a2b4a),to(#006ace));
  background: -moz-linear-gradient(left, #0a2b4a 0%,#006ace 100%);
  background: -o-linear-gradient(left, #0a2b4a 0%,#006ace 100%);
  background: linear-gradient(to right, #0a2b4a 0%,#006ace 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a2b4a', endColorstr='#006ace',GradientType=1 );  ;
}

.bg-funcionarios, .seq-step3 {
  background: #2b2c2b;
  background: -moz-linear-gradient(-45deg, #2b2c2b 0%, #ff8309 100%);
  background: -webkit-linear-gradient(-45deg, #2b2c2b 0%,#ff8309 100%);
  background: -webkit-linear-gradient(315deg, #2b2c2b 0%,#ff8309 100%);
  background: -moz-linear-gradient(315deg, #2b2c2b 0%,#ff8309 100%);
  background: -o-linear-gradient(315deg, #2b2c2b 0%,#ff8309 100%);
  background: linear-gradient(135deg, #2b2c2b 0%,#ff8309 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2c2b', endColorstr='#ff8309',GradientType=1 );
}

.mt-1 {margin-top: 1rem;}
.mt-2 {margin-top: 2rem;}
.mt-3 {margin-top: 3rem;}
.mt-4 {margin-top: 4rem;}
.mt-5 {margin-top: 5rem;}

@media screen and (max-width:991px){
  .mt-1 {margin-top: 0.5rem;}
  .mt-2 {margin-top: 1.0rem;}
  .mt-3 {margin-top: 1.5rem;}
  .mt-4 {margin-top: 2.0rem;}
  .mt-5 {margin-top: 2.5rem;}
  .mt-3 > .mt-3 {
    margin-top: 0;
  }
  #recursos-unicos h3,
  #blindagem h3{
    font-size: 1.25rem;
    line-height: 1.3;
  }
  #recursos-unicos h1 {
    margin-bottom: -15px;
    z-index: 1;
  }

  .bg-gradient-mobile {
    color: #fff;
    background: -webkit-linear-gradient(135deg, #ff8309, #994800);
    background: -moz-linear-gradient(135deg, #ff8309, #994800);
    background: -o-linear-gradient(135deg, #ff8309, #994800);
    background: linear-gradient(-45deg, #ff8309, #994800);
    -webkit-background-size: 400% 400%;
       -moz-background-size: 400% 400%;
         -o-background-size: 400% 400%;
            background-size: 400% 400%;
    -webkit-animation: Gradient 5s ease infinite;
    -moz-animation: Gradient 5s ease infinite;
    -o-animation: Gradient 5s ease infinite;
       animation: Gradient 5s ease infinite;
  }
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-o-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

#contato-form span {
  font-size: 0.8rem;
  color: #000;
  text-align: left;
  font-weight: bold;
  display: inline-block;
  line-height: 1;
  width: 100%;
  margin-top: 0px;
}

.cartoes {
  background-color: #fff0e1;
  padding: 5px 0;
}
.cartoes img {
  border: 1px solid #ffc082;
}
.atendimento {
  color: #0a2b49;
  font-size:0.8rem;
}
@media (min-width: 992px) {
  span.formas-de-pagamento-cartoes {
    margin-left: 28px;
  }  ;
}
@media (max-width: 991px) {
  .cartoes {
    text-align: center;
    padding: 5px 0;
  }
  .cartoes .row > div:nth-child(2) {
    margin-top: 5px;
  }
  .atendimento-coluna {
    text-align: center !important;
  }
  .atendimento b {
    display: none;
  }
}

.link-zapzap a:after,
.link-zapzap:hover a:after {
  content: none !important;
}
.link-zapzap.mob-menu {
  position: relative;
  display: inline-block;
  margin-top: 9px;
}
.ico-zapzap > i.fa-circle {
  color: #0ec043;
}
.color-whatsapp {
  color: #0ec043;
}
.swal2-container {
  z-index: 100000 !important;
}
.swal2-popup.swal2-modal.swal2-show {
  padding: 2rem;
}
.v-align-middle {
  vertical-align: middle;
}
.m-r-10 {
  margin-right: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-35 {
  margin-top: 35px;
}
.btn-sw {
  color: #fff;
  border: none;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-size: 1.06em;
}
.btn-sw-primary {
  background-color: #3085d6;
}
.btn-sw-zapzap {
  background-color: #0ec043;
}
.red {
  color: #ff0000;
}
@media (max-width: 991px) {
  .btn-sw {
    width: 100%;
    text-align: left;
    padding-left: 1.5rem !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .site-nav ul.nav-off-canvas>li>a {
    color: #fff;
  }
}
.color-azul {
  color: #3085d6;
}
.color-azul-escuro {
  color: #0a2b49;
}
.ico-telefone {
  position: relative;
  margin-left: -15px;
  z-index: -1;
  color: #0a2b49;
}
.ico-telefone-mb {
  margin-left: 0px;  
  z-index: 0;
  margin-top: -15px;
}


/* Button Pulse */
.video-section-modaled {
  position: relative;
  display: block;
  height: 100%;
  width: 50%;
  right: 0;
  float: right;
}
.video-section-modaled button {
  background: rgba(255, 131, 9, 0.8);
  font-size: 45px;
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center !important;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  /*
  padding-top: 9px;
  padding-left: 10px;
  */
  -webkit-box-shadow: 10px 10px 38px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 10px 10px 38px 0 rgba(0,0,0,.2);
  box-shadow: 10px 10px 38px 0 rgba(0,0,0,.2);
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
       transition-duration: .3s;

  border: 2px solid #ffffff;
  color: transparent;
  position: absolute;
  top: 40%;
  left: 45%;
  margin-left: -50px;
}
.video-section-modaled button i {
  background: #fff;
  -webkit-background-clip: text;
  /*display: inline-block;*/
  /*width: 100%;*/
  /*margin: 0 auto;*/
  /*text-align: center;*/
  padding-left: 5%;
  /*border: 2px solid black;*/
}
@media (max-width: 991px) {
  .video-section-modaled {
    position: relative;
    width: 100%;
    float: none;
    height: auto;
    top: 40%;
    display: block;
    width: 100%;
  }
  .video-section-modaled button {
    align-items: normal;
    bottom: auto;
    left: auto;
    top: auto;
    width: 70px;
    height: 70px;
    font-size: 25px;
    /*padding-top: 3px;*/
    margin-left: initial;
    margin-top: initial;
    position: relative;
    display: inline-block;
  }
}

/* Pulse */
.pulsebox {
    width: 110px;
    height: 110px;
    background: rgba(255,255,255,.1);
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    cursor: pointer;
    -webkit-animation: pulse 1s infinite;
       -moz-animation: pulse 1s infinite;
         -o-animation: pulse 1s infinite;
            animation: pulse 1s infinite;
}

@-webkit-keyframes pulse {
  0%,100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,1);
  }

  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255,255,255,1);
  }
}

@-moz-keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.7);
    box-shadow: 0 0 0 0 rgba(255,255,255,.7);
  }

  70% {
    -moz-box-shadow: 0 0 0 40px rgba(255,255,255,0);
    box-shadow: 0 0 0 40px rgba(255,255,255,0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}

@-o-keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.7);
    box-shadow: 0 0 0 0 rgba(255,255,255,.7);
  }

  70% {
    -moz-box-shadow: 0 0 0 40px rgba(255,255,255,0);
    box-shadow: 0 0 0 40px rgba(255,255,255,0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,.7);
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,.7);
            box-shadow: 0 0 0 0 rgba(255,255,255,.7);
  }

  70% {
    -moz-box-shadow: 0 0 0 40px rgba(255,255,255,0);
    -webkit-box-shadow: 0 0 0 40px rgba(255,255,255,0);
            box-shadow: 0 0 0 40px rgba(255,255,255,0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0);
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0);
            box-shadow: 0 0 0 0 rgba(255,255,255,0);
  }
}
@media (min-width: 1200px) {
  .modal-video-body {
    max-width: 1170px;
  }
}
