@font-face {
  font-family: "Black";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto-Black.woff") format("woff"),
    url("../fonts/Roboto-Black.otf") format("otf"),
    url("../fonts/Roboto-Black.ttf") format("ttf"),
    url("../fonts/Roboto-Black.woff2") format("woff2");
}

html {
  overflow-x: hidden;
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Raleway", sans-serif;
  /* overflow-y: scroll; */
  overflow-x: hidden;
}
p {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}
/*---------------------------------------
   COMMON STYLES             
-----------------------------------------*/

.section_title {
  padding-top: 50px;
  padding-bottom: 0px;
}
.section_title h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  color: #3a3a3a;
  font-size: 38px;
  font-weight: 800;
}
.section_title h2:after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 60px;
  height: 1px;
  background-color: #000;
  left: 50%;
  margin-left: -30px;
}
.section_title p {
  text-align: center;
  margin-top: 45px;
  color: #333;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/*---------------------------------------
   SECTION HOME              
-----------------------------------------*/
/*menu*/

.header h2 {
  height: 0px;
  margin: 0px;
}
/* .navbar {
    margin-top: -100px
} */
.navbar-brand {
  padding: 9px 15px;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: transparent;
  }
  .navbar-default .navbar-nav > li > a {
    color: #000;
    font-family: "Raleway", sans-serif;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: #cc2128;
  }
  .navbar-default .navbar-nav > li > a:focus {
    color: #b5b5b5;
  }
  .navbar-default {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 110;
  }
  .navbar-brand img {
    /* padding-top: 25px; */
    height: 100px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .navbar-default .navbar-nav > li > a {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  .navbar-nav > li > a {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  /* .navbar-brand img {} .navbar-default {
          background-color: #fff !important; 
    } */
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
  color: #cc2128;
}
.header {
  /*background: url(../images/home.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
}
.header .section_overlay {
  height: 100vh;
  background-color: #0000007d;
}
.logo {
  padding-bottom: 15px;
}

.home_text {
  text-align: left;
}
.home-iphone {
  text-align: right;
}
.home-iphone img {
  width: 100%;
}

.home_text h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 900;
  line-height: 45px;
  padding-top: 30px;
}
.home_text p {
  color: #ffffff;
  font-size: 17px;
  line-height: 28px;
  margin-top: 0px;
  font-weight: 300;
}
.download-btn {
  margin-top: 50px;
  margin-bottom: 50px;
}
.home-btn,
.home-btn:focus,
.home-btn:active,
.home-btn:visited {
  background: #851717;
  border-color: #851717;
  color: #f0f0f0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.home-btn:hover {
  transform: scale(1.1);
}
.tuor,
.tuor:focus,
tuor:active,
tuor:visited {
  color: #616161;
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 500;
  background: transparent;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.tuor:hover {
  color: #fff;
}
.tuor i {
  font-size: 20px;
  padding-left: 5px;
  color: #c68a8f;
}

/*---------------------------------------
   SECTION ABOUT              
-----------------------------------------*/

.about {
  background: #fff;
}
.inner_about_area {
  padding: 50px 0;
}
/*.inner_about_title {
    padding-bottom: 25px;
}*/
.inner_about_title h2 {
  text-transform: uppercase;
  font-weight: 750;
  margin-top: 0;
  font-size: 40px;
  line-height: 37px;
  position: relative;
  color: #3a3a3a;
}
.inner_about_title h2:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 70px;
  background: #cc2128;
  height: 1px;
}
.inner_about_title p {
  font-size: 19px;
  line-height: 24px;
  margin-top: 40px;
}
.single_about_area {
  position: relative;
  padding-bottom: 4px;
  padding: 0 20px;
}
/*.single_about_area div {
    position: absolute;
    top: 0px;
    left: 0px;
}*/
.single_about_area div i {
  font-size: 55px;
  color: #bababa;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.single_about_area h3 {
  color: #cc2128;
  font-family: "Raleway";
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
}
.single_about_area {
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.single_about_area p {
  color: #727272;
  font-size: 15px;
}
.single_about_area:hover div i {
  color: #4db848;
}
/*.about_phone{
    padding-right: 15px;
}*/
.about_phone img {
  max-width: 100%;
}
/* .inner_about_desc{
    display: flex;
    justify-content: flex-start;
    align-items: center;
} */
.topicos-porque {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .about_phone img {
    margin-top: 184px;
    width: 80%;
    margin-right: 20%;
  }
}

.modulos img {
}
@media (min-width: 991px) and (max-width: 1200px) {
  .modulos img {
    margin-top: 184px;
    width: 80%;
    margin-right: 20%;
  }
}
/*---------------------------------------
   SECTION VIDEO              
-----------------------------------------*/

.video_area {
  background: #fff;
  padding-bottom: 65px;
  padding-top: 65px;
}
.video_title {
  padding-bottom: 30px;
  padding-right: 15px;
}
.video_title h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  position: relative;
  margin-top: 0px;
  color: #000;
}
.video_title h2:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 70px;
  background: #cc2128;
  height: 1px;
}
.video_title p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 40px;
  color: #000;
  font-weight: 300;
}
.btn-video,
.btn-video:active,
.btn-video:focus,
.btn-video:visited {
  background: transparent;
  border: 1px solid #929292;
  color: #686868;
  border-radius: 3px;
  padding: 12px 35px;
  text-transform: uppercase;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.btn-video:hover {
  background: #4db848;
  color: #fff;
  border: 1px solid #4db848;
}
.video {
}
.video iframe {
  width: 100%;
  border: 1px solid #999999;
  padding: 5px;
}
.video_area .btn-video {
  background: #cc2128;
  color: #fff;
  border: 1px solid #cc2128;
}
.video_area .btn-video:hover {
  background: #cc2128;
  color: #000;
}
/*---------------------------------------
   SECTION TESTIMONIAL              
-----------------------------------------*/

#owl-demo .item {
  margin-left: 6px;
  margin-right: 6px;
  margin-bottom: 10px;
  height: 400px;
  width: 100%;
}
#owl-demo .item img {
  /* display: block; */
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.testimonial {
  background: url(../images/testimonial.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial .section_overlay {
  background: rgba(0, 0, 0, 0.6);
  padding-top: 80px;
  padding-bottom: 80px;
}
.carousel-indicators {
  bottom: -8px;
}
div.carousel-inner .item img {
  border: 2px solid #4db848;
  border-radius: 50%;
  padding: 3px;
}
.testimonial_caption {
  padding-bottom: 70px;
}
.testimonial_caption p {
  color: #d8d8d8;
  font-size: 18px;
  line-height: 27px;
  padding-top: 50px;
}
.testimonial_caption h2 {
  color: #e14352;

  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
  margin-top: 25px;
}
.testimonial_caption h4 {
  color: #e14352;
}
.testimonial_caption h4 span {
  color: #d8d8d8;
  font-style: italic;
  font-weight: 300;
}
.testimonial ol.carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 1px solid #4db848;
  margin: 1px;
}
.testimonial ol.carousel-indicators li.active {
  width: 12px;
  height: 12px;
  border: 0px solid #4db848;
  background: #4db848;
}
/*---------------------------------------
   SECTION FEATURES              
-----------------------------------------*/

.features {
  background-color: #f1f1f1;
}
.feature_inner {
  /*padding-top: 30px;*/
  padding-bottom: 70px;
}
.flex-feature {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.flex-feature .home-btn {
  width: 100%;
  background: #cc2128;
  border: #cc2128;
  color: #fff;
  padding: 20px 0;
}
.feature_iphone {
}
.feature_iphone img {
  width: 100%;
}
.right_single_feature {
  position: relative;
  margin-bottom: 65px;
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}
.right_single_feature div {
  /*font-size: 40px;*/
  margin-right: 15px;
  text-align: center;
}
.right_single_feature h3 {
  text-transform: uppercase;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
}
.right_single_feature h3::after {
  content: "";
  margin-top: 8px;
  width: 100%;
  display: block;
  width: 45px;
  height: 1px;
  background: #01245d;
}
.right_single_feature h3 span {
  color: #4db848;
}
.right_single_feature p {
  color: #333;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
/*left feature*/

.left_single_feature {
  position: relative;
  padding-right: 90px;
  margin-bottom: 65px;
  text-align: right;
  margin-top: 35px;
}
.left_single_feature div {
  position: absolute;
  font-size: 40px;
  color: #4db848;
  right: 0;
  width: 90px;
  height: 90px;
  text-align: center;
  top: -8px;
}
.left_single_feature h3 {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 21px;
  color: #4db848;
}
.left_single_feature h3 span {
  color: #4db848;
}
.left_single_feature p {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}
.right_no_padding {
  padding-left: 15px;
}
.left_no_padding {
  padding-right: 15px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .right_single_feature {
    margin-left: -60px;
  }
  .left_single_feature {
    margin-right: -60px;
  }
  .feature_iphone {
    margin-top: 35px;
  }
  .right_single_feature h3,
  .left_single_feature h3 {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}

.video .img {
  width: 100%;
  height: 605px;
  background: no-repeat center;
  background-size: cover;
}
/*---------------------------------------
   SECTION CALL TO ACTION              
-----------------------------------------*/

.call_to_action {
  background-color: #480707;
  padding-top: 100px;
  padding-bottom: 100px;
}
.call_to_action p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
.call_to_action a {
}
.btn-action,
.btn-action:active,
.btn-action:focus,
.btn-action:visited {
  background: #851717;
  color: #fff;
  border: 1px solid #851717;
  border-radius: 3px;
  padding: 15px 35px;
  text-transform: uppercase;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.btn-action:hover {
  background: transparent;
  color: #851717;
  border-color: #851717;
  transform: scale(1.1) !important;
}
.btn-action {
  transition: all 1s !important;
}

/*---------------------------------------
   SECTION APPS SCREEN             
-----------------------------------------*/

.apps_screen {
  background: #fff;
  padding-bottom: 96px;
}
.screen_slider {
  padding-top: 0px;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #4db848;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  background: #4db848;
}
/*---------------------------------------
   SECTION FUN FACTS              
-----------------------------------------*/

.fun_facts {
  background: url(../images/fun_bg.jpg) no-repeat center;
  background-size: cover;
}
.fun_facts .section_overlay {
  padding-top: 120px;
  padding-bottom: 120px;
  background: rgba(0, 0, 0, 0.4);
}
.single_fun_facts {
  font-family: "Source Sans Pro", sans-serif;
}
.single_fun_facts i {
  color: #4db848;
  font-size: 60px;
}
.single_fun_facts h2 {
  color: #d7dadb;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 35px;
  margin-top: 15px;
  margin-bottom: 1px;
  font-family: "Source Sans Pro", sans-serif;
}
.single_fun_facts h2 span {
  font-weight: 300;
  font-family: "Source Sans Pro", sans-serif;
}
.single_fun_facts p {
  color: #d7dadb;
  font-size: 20px;
  margin-top: 0px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
/*---------------------------------------
   SECTION DOWNLOAD              
-----------------------------------------*/

.download {
  background: #f1f1f1;
}
.download_screen {
  padding-top: 45px;
}
.download_screen img {
  width: 100%;
}
.available_store {
  background: #1a1a1a;
  margin-top: -8px;
  position: relative;
}
.available_title {
  padding-top: 75px;
}
.available_title h2 {
  color: #fff;
  font-size: 30px;
}
.available_title p {
  color: #b5b5b5;
}
.single_store {
  text-align: center;
  border-left: 1px solid #0f1217;
  min-height: 230px;
  padding-bottom: 15px;
  position: relative;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.single_store i {
  color: #4db848;
  text-align: center;
  opacity: 1;
  font-size: 40px;
  padding-top: 90px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.store_inner {
  position: absolute;
  bottom: 93px;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.store_inner h2 {
  text-align: center;
  font-weight: 300;
  color: #d7dadb;
  font-size: 16px;
}
.single_store:hover {
  background: #121212;
}
.single_store:hover i {
  opacity: 0;
}
.single_store:hover div.store_inner {
  opacity: 1;
}
.no_padding {
  padding-left: 0px;
  padding-right: 0px;
}
.last {
  border-right: 1px solid #0f1217;
}
/*---------------------------------------
   SECTION CONTACT              
-----------------------------------------*/

.contact {
  background: #f1f1f1;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact_form {
  padding-top: 30px;
}
.contact_form .form-control {
  display: block;
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #cfcfcf;
  border: 1px solid #fff;
  background-image: none;
  border-radius: 3px;
  margin-bottom: 15px;
  opacity: 0.8;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  outline: 0px !important;
}
.contact_form textarea.form-control {
  height: 115px;
}
.contact_form .form-control:focus {
  border: 1px solid #dadada;
  border-color: #dadada;
  outline: 0px none;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.075) inset,
    0px 0px 0px rgba(102, 175, 233, 0.6);
}
.contact_form .form-control::placeholder {
  color: #000;
}
.form-control:-webkit-input-placeholder {
  color: red;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */

  color: red;
}
.form-control:-moz-placeholder {
  /* Firefox 19+ */

  color: red;
}
.form-control:-ms-input-placeholder {
  color: red;
}
.submit-btn,
.submit-btn:active,
.submit-btn:focus,
.submit-btn:visited {
  background-color: #851717;
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  outline: 0px !important;
}
.submit-btn:hover {
  background-color: #851717;
  color: #ffffff;
  border-color: #851717;
}
.social_icons {
  padding-top: 0px;
  padding-bottom: 70px;
}
.social_icons ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.social_icons ul li {
  list-style: none;
  display: inline;
  padding-left: 10px;
}
.social_icons ul li a {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: 1px solid #9d9d9d;
  border-radius: 3px;
  width: 45px;
  height: 45px;
  line-height: 49px;
  color: #9d9d9d;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social_icons ul li a i {
  font-size: 20px;
}
.social_icons ul li a:hover {
  background: #cc2128;
  border: 1px solid #cc2128;
  color: #fff;
}
.error {
  color: #4db848;
  display: block;
  padding-bottom: 15px;
  font-size: 18px;
}
.error i {
  padding-right: 10px;
  font-size: 18px;
}
.Sucess {
  color: #4db849;
  display: block;
  padding-bottom: 15px;
  font-size: 18px;
  text-align: center;
}
.Sucess i {
  padding-right: 10px;
  font-size: 18px;
  color: #4db849;
}
.contact_form .form-control {
  color: #404040;
}
#message {
  height: 117px;
  resize: none;
}
/*---------------------------------------
   SECTION SUBSCRIBE              
-----------------------------------------*/

.subscribe {
  background-image: url(../images/subscribe.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.subscribe .section_overlay {
  padding-bottom: 70px;
  background: transparent;
}
.subscribe .section_title h2 {
  color: #eaeaea;
}
.subscribe .section_title p {
  color: #a4a4a4;
}
.subscribe_form {
  text-align: center;
  padding-top: 30px;
}
.subscribe_form .form-group {
}
.subscribe_form .form-control {
  background: transparent;
  border: 1px solid #575b63;
  border-radius: 0px;
  height: 45px;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  color: #aeaeae;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.subscribe_form .form-control:focus {
  background: transparent;
  border-bottom: 1px solid #f1f1f1;
  box-shadow: none;
}
.subs-btn,
.subs-btn:active,
.subs-btn:focus,
.subs-btn:visited {
  width: 200px;
  background: transparent;
  border: 1px solid #4db848;
  border-radius: 4px;
  height: 45px;
  margin-left: 0px;
  margin-bottom: 1px;
  color: #4db848;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  outline: 0px !important;
}
.subs-btn:hover {
  background-color: #4db848;
  color: #fff;
  border-color: #4db848;
}
@media (min-width: 300px) {
  .subscribe_form .form-control {
    width: 100%;
  }
}
.subscription-success {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.subscription-error {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
/*---------------------------------------
   SECTION FOOTER              
-----------------------------------------*/

.copyright {
  background-color: #1a1d22;
  padding-bottom: 65px;
  padding-top: 65px;
  border-bottom: 3px solid #01245d;
}
.copyright h2 {
  height: 0px;
  margin: 0px;
}
.copy_right_text p {
  color: #8c8b8a;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
}
.copy_right_text p a {
  text-decoration: none;
  color: #4db848;
}
.copy_right_text p span {
  font-weight: 300;
}
.scroll_top {
  text-align: right;
}
.scroll_top a {
  background: #851717;
  padding: 25px;
}
.scroll_top a i {
  color: #fff;
  font-size: 25px;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: red;
  background-image: none;
  color: rgb(0, 0, 0);
}
.spn_hol {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  background: #fff;
  z-index: 50000;
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.spinner {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 50%;
  margin-left: -35px;
  height: 24px;
  width: 70px;
  text-align: center;
  display: block;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */

  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.garantia_caption h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 45px;
  font-family: "Source Sans Pro", sans-serif;
}
.valor h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 35px;
  font-weight: 900;
  color: #4db848;
}
.valor h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #4db848;
}
.valor span {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  font-weight: 300;
}
.inner_about_desc ul li,
.inner_about_desc ul li {
  padding: 5px 0px;
  margin-bottom: 5px;
  border-bottom: solid 1px #e0dfdf;
  color: #454545;
  list-style: none;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
}

.inner_about_desc i,
.inner_about_desc i {
  color: #e67782;
}

.navbar-brand svg {
  width: 120px;
}
.nav #li-fone {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.8em;
  margin-left: 15px;
  padding-top: 1px;
  color: #ffffff;
  font-weight: 400;
}
.nav #li-fone img {
  display: inline-block;
  max-height: 20px;
  margin-right: 5px;
  margin-bottom: 2px;
  filter: brightness(100);
}
.home-container {
  /* padding-top: 50px!important; */
}
.logo {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo p {
  font-family: "Raleway";
  color: #f0f0f0;
  text-align: left;
  margin-top: 10px;
  float: left;
  width: 100%;
  font-size: 0.9em;
}
.logo polygon,
.logo path {
  fill: #fff;
  stroke: #fff;
}
.logo svg {
  /*filter: drop-shadow( 3px 3px 2px rgba(255, 255, 255, .4));*/
  float: left;
  height: 80px;
  width: 250px;
}
.logo img {
  /*max-width:150px;*/
  max-height: 143px;
  float: none;
}
.logo #logo2 {
  margin-right: 35px;
  /*    max-width: 200px;
        max-height: 150px;*/
  /*    position: absolute;
        right: 0;
        top: 0;*/
}
.txt-banner {
  font-weight: bolder;
  font-family: "Raleway", sans-serif;
  color: #4cb747;
  /*margin-top: 25px!important;*/
  float: left;
  padding-left: 35px;
  height: auto !important;
  font-size: 1.1em;
}
.home-btn {
  float: left;
}
.txt-banner strong {
  font-size: 5em;
  margin-top: 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
}
.txt-banner #cifrao {
  font-size: 0.5em;
  margin-right: 5px;
  vertical-align: super;
}
.txt-banner #cents {
  vertical-align: baseline;
  margin-left: 5px;
  font-size: 0.5em;
}
.feature_inner .left_single_feature img,
.feature_inner .right_single_feature img {
  max-width: 60px;
  max-height: 60px;
}
.single_about_area img {
  max-width: 45px;
  max-height: 45px;
  margin-right: 8px;
}
.row-secao-5 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.dsp-xs {
  display: none;
}

@media (max-width: 991px) {
  .contact_form .form-control {
    color: #000;
  }
}
@media (max-width: 768px) {
  .dsp-lg {
    display: none;
  }
  .dsp-xs {
    display: block;
  }
  .navbar-nav {
    margin-top: 40px;
  }
  .navbar-brand img {
    height: 48px;
  }
  .endereco-rodape {
    text-align: center !important;
  }
  .header {
    /*background-attachment: local!important;*/
    background-position: center center !important;
  }
  .logo {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
  }
  .logo span {
    width: 100%;
    float: left;
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }
  .logo span img {
    margin: 0 15px;
    max-width: 40%;
  }
  .logo p {
    margin-top: 0;
    text-align: center;
  }
  .logo svg {
    float: none;
    display: block;
    margin: auto;
  }
  .home_text {
    float: left;
  }
  .logo #logo2 {
    position: relative;
  }
  .logo img {
    margin: 15px 0;
  }
  .home-iphone {
    display: none;
  }
  .home_text {
    text-align: center;
    width: 100%;
  }
  .home_text h1 {
    font-size: 25px;
    line-height: 30px;
  }
  .download-btn {
    float: none;
    position: relative;
  }
  .download-btn .home-btn {
    width: 100%;
    white-space: inherit !important;
  }
  .txt-banner {
    width: 100%;
    margin-top: 15px !important;
    padding: 0;
    text-align: center;
  }
  .contact_form {
    padding-bottom: 25px;
  }
  .inner_about_desc {
    flex-wrap: wrap;
  }
  .copyright {
    padding-bottom: 90px;
  }
  .navbar {
    background: #000000d4 !important;
  }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
  }
}
.plano-header {
  height: 90px;
  display: flex;
}
.plano-header svg {
  width: 50px;
  height: 50px;
  margin: 20px auto;
}
.bg-plano {
  background-color: #cc2128;
  min-height: 515px;
}
.plano-container {
  background-color: #fff;
  min-height: 515px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.bg-plano {
  position: relative;
  transition: all 0.2s;
  border-radius: 10px;
}
.plano-container {
  transition: all 0.2s;
  border-radius: 10px;
}
.bg-plano:hover .plano-container {
  transform: translateY(-15px);
  -webkit-box-shadow: 0px 10px 19px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 19px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 19px -4px rgba(0, 0, 0, 0.75);
}
.owl-carousel .owl-item {
  padding: 15px 0;
}
.plano-footer {
  display: flex;
  justify-content: center;
  height: 140px;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
a:hover,
a:focus {
  /* color:transparent; */
  text-decoration: none;
}
.plano-body {
  padding: 0px 30px;
  text-align: center;
  color: #000;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.num-velocidade {
  color: #cc2128;
}
.add-velocidade {
  padding: 45px 0;
  color: #aaa;
}
.mes-velocidade {
  color: #000;
  line-height: 20px;
}
.font-velocidade-size {
  font-size: 32px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #000;
}
.owl-theme .owl-controls .owl-page span {
  border: 1px solid #000;
}
.cobertura iframe {
  width: 100%;
  height: 550px;
}
.Roboto-Black {
  font-family: "Black";
}
.titulo-plano h2:after {
  background-color: transparent !important;
}
.titulo-plano p {
  color: #fff !important;
}
.titulo-plano {
  padding-top: 40px;
  padding-bottom: 0px;
}
.navbar {
  min-height: 75px !important;
}
.nav > li > a {
  padding: 12px 15px !important;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
  font-weight: 600;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #b86b51 !important;
}
.navbar-default {
  background-color: #00000094;
  opacity: 0;
}
.btn-beneficios {
  width: 100%;
  padding: 20px 0;
}
.endereco-rodape h2 {
  color: #cc2128;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  font-family: "Source Sans Pro", sans-serif;
}
.endereco-rodape p {
  margin-bottom: 0px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.endereco-rodape a {
  color: #fff;
}
.endereco-rodape a:hover {
  text-decoration: underline;
}
.endereco-rodape p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.box-parceiros {
  height: 150px !important;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  margin: 0 5px;
}
.box-parceiros img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.2s;
}
.box-parceiros:hover img {
  transform: scale(1.125);
}
.box-portifolio {
  position: relative;
  overflow: hidden;
}
.h-portifolio {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  top: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-portifolio svg {
  width: 75px;
  height: auto;
}
.box-portifolio:hover .h-portifolio {
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.img-video {
  height: 316px !important;
}
.icon-video {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}
.icon-video:hover {
  background: transparent;
}
.icon-video:hover img {
  background: transparent;
  height: 55px;
}
.icon-video img {
  height: 50px;
  width: auto;
  margin: auto;
  transition: all 0.2s;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-collapse {
  max-height: inherit;
  /* height: 100vh !important; */
}
.endereco-rodape span {
  font-family: inherit !important;
}
