/* 
    project   : Codeon v3.0
    Created on : May 31, 2014, 10:42:39 AM
    Author     : design_mylife
    Description: clean modern one page Template.
    updated on nov 9, 2014
       
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600);
/*--------------base-------
*/
html,
body {
  height: 95%;
  /*width: 95%;*/
  color: #121212;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #a7afb8;
  -webkit-font-smoothing: antialiased;
}

/*typography bootstrap overrides*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: #121212;
}

h1.apresentacao {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  color: white;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 24px;
}


h5 {
  font-size: 16px;
}

h6 {
  font-size: 13px;
}

/* Classe dos Paragrafos */
p {
  line-height: 25px;
  font-weight: 400;
  font-size: 16px;
  color: black;
}

a {
  background: transparent;
  outline: none;
  text-decoration: none;
  -moz-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-property: background-color,color;
  transition-property: background-color,color;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  color: #ffa500;
  text-decoration: none;
}

.padding-80 {
  padding: 80px 0;
}

.padding-50 {
  padding: 50px 0;
}

.margin-btm-40 {
  margin-bottom: 40px;
}

.margin-btm-20 {
  margin-bottom: 20px;
}

/*****************home ********
******************************/
#home.full-screen-dem {
  background-color: #444;
  background-position: center 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
  background-image: url(../img/bg-1.jpg);
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
}

#home.home-video {
  background-color: #ffa500;
  background-image: none;
}

.parallax-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/pattern.png);
  background-repeat: repeat;
  background-color: rgba(44, 62, 80, 0.3);
  z-index: 2;
}

.home-content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 3;
}

h1.slide-logo {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

h2.slide-btm-text {
  font-family: "Open Sans", sans-serif !important;
  text-align: center;
  margin: 30px 0;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.main-flex-slider {
  text-align: center;
  overflow: hidden;
}

.main-flex-slider h1 {
  font-size: 4em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 60px;
  margin: 0;
}

/*home arrow down*/
.home-arrow-down {
  margin-top: 60px;
  margin-bottom: 30px;
}

/*********************
bootstrap navbar overrides
*************************/
.navbar-default {
  border-color: transparent;
  border-bottom: none;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 4;
  background-color: #fff;
  opacity: .95;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  background-color: black;
}

.navbar-default .navbar-nav > li > a {
  color: /* #000*/ #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
}

.navbar-default .navbar-nav > li.nav-social a {
  font-size: 13px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #ffa500 !important;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ffa500 !important;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #ffa500 !important;
  background-color: transparent;
}

.navbar-default .navbar-brand {
  font-weight: 300;
  /* text-transform: uppercase; */
  text-transform: initial;
  
  color: white/*  #000 !important */;
  margin: 0px;
  font-size: 24px;
  font-family: "Open Sans", sans-serif !important;
}

.navbar-brand:hover {
  /* color: #000 !important; */
  color:white !important;
}


/***************buttons*****************************/
.btn {
  font-weight: 600;
  font-size: 13px;
  text-shadow: none !important;
  -webkit-text-shadow: none !important;
  text-transform: uppercase;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
}

.btn:hover, .btn:focus {
  outline: 0;
  color: #fff;
}

/* btn-theme-colo */

.btn-theme-color {
  background-color: #ffa500;
  color: #fff;
}

.btn-theme-color:hover, .btn-theme-color:focus {
  color: #fff !important;
  background-color: #000 !important;
}

/*************
**headings****/
.section-heading {
  margin-bottom: 60px;
}

.section-heading .small {
  opacity: .75;
  margin-bottom: 0px;
}

.section-heading .large {
  opacity: 1;
}

.section-heading .section-title {
  color: #000;
  text-transform: capitalize;
}

.section-heading .small span {
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
  font-size: 14px;
  font-weight: 600;
}

.section-heading .large {
  font-weight: 300;
  font-size: 45px;
}

/*******************
page-head section
*******************/
#page-head-bg {
  background-image: url("../img/dark-bg-4.jpg");
  padding: 100px 0;
  text-align: center;
  background-size: cover;
  background-attachment: fixed;
}

#page-head-bg h1 {
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-size: 31px;
}

/*****************************
blog section css here
*****************************/
.blog-item-sec {
  padding: 20px 20px;
  margin-top: 0px;
  margin-bottom: 60px;
  border: 1px solid #eeeeee;
}

.blog-item-sec img {
  margin-bottom: 30px;
}

.blog-item-head {
  padding: 15px 0px;
  margin: 10px 0;
}

.blog-item-head h3 {
  font-weight: 600;
  font-size: 25px;
  margin: 0px;
}

.blog-item-head h3 a {
  color: #121212;
  text-transform: uppercase;
}

.blog-item-head h3 a:hover {
  color: #ffa500;
}

.blog-item-post-info {
  padding: 5px 0px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 10px 0;
}

.blog-item-post-info span {
  font-weight: 600;
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
}

.blog-item-post-info span a {
  color: #999;
}

.blog-item-post-info span a:hover {
  color: #ffa500;
}

.blog-more-desc {
  margin: 30px 0;
  padding: 10px 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

/*blog post*/
.comment-wrapper {
  padding: 10px 0;
}

.comment-box {
  padding: 20px 0;
  margin: 20px 0;
}

.comment-list {
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.comment-list p {
  overflow: hidden;
}

.comment-list img {
  max-width: 64px;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  float: left;
  margin-right: 15px;
}

.comment-list h5 {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.comment-form h4 {
  margin-bottom: 30px;
}

.more-link {
  text-align: right;
  padding-top: 5px;
}

.more-link a {
  color: #ffa500;
  font-weight: 600;
}

/*********************
social icons css here
*********************/
.social-colored {
  margin: 0;
  padding: 0;
}

.social-colored li.empty-text {
  font-size: 12px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 10px;
  padding: 0px;
}

.social-colored li a i {
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.social-colored li a i.icon-fb {
  background-color: #077aaa;
}

.social-colored li a i.icon-twit {
  background-color: #00A8FF;
}

.social-colored li a i.icon-plus {
  background-color: #c7254e;
}

.social-colored li a i.icon-pin {
  background-color: #843534;
}

/**v1.1**/
.social-colored li a i.icon-in {
  background-color: #007bb6;
}

/****************************
About section
****************************/
.about-box {
  margin-bottom: 40px;
}

.about-box-icon {
  float: left;
}

.about-box-icon i {
  color: #ffa500;
  font-size: 44px;
}

.about-box-text {
  padding-left: 70px;
  padding-top: 0px;
}

.about-box-text h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}

.about-section-more {
  margin-top: 30px;
  margin-bottom: 0px;
}

.about-more-info {  
  margin-bottom: 30px;
}

.about-more-info p:first-letter {
  color: #ffa500;
  font-weight: 400;
  font-size: 20px;
}

.skills-wrapper {
  margin-bottom: 30px;
}

/*progress bar*/
h3.heading-progress {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 0px;
}

.progress {
  height: 15px;
  line-height: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #E9E9E9;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

.progress-bar {
  line-height: 10px;
  background: #ffa500;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

/*purchase now section*/
.purchase-now {
  background-image: url("../img/bg-1.jpg");
  width: 100%;
  padding: 120px 0;
  background-size: cover;
  background-attachment: fixed;
}

.purchase-now h1 {
  margin: 0px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  font-size: 26px;
}

.purchase-now .btn-theme-color {
  float: right;
}

/**********************************

  services section css here

***********************************/
.services-section-1 {
  margin-bottom: 30px;
}

.services-icon {
  margin-bottom: 20px;
}

.services-icon i {
  /*color: #333; */
  color:orange;
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  /*background-color: #f6f6f6;*/
  background-color:black;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.services-icon i:hover {
  background-color: #333;
  color: #f6f6f6;
}

.services-info h3 {
  margin-top: 0;
  font-weight: 600;
  font-size: 20px;
}

.services-right img {
  margin-bottom: 50px;
}

.services-section-2 {
  padding: 90px 0;
}

.services-section-2 h1 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 27px;
}

.services-section-2 .newsletter-form input {
  border: none;
}

.services-section-2 .newsletter-form input:focus {
  border: none;
}

/*forms*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 25px;
  color: #7a7a7a;
  border: 1px solid #dadada;
  resize: none;
  height: 39px;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: #FFF;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
  border: 1px solid #999;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

#contactForm .form-group {
  margin-bottom: 0px !important;
}

/**************************
  sideabr
  ************************/
.sidebar-box {
  margin-bottom: 30px;
  padding: 10px 20px;
  border: 1px solid #eeeeee;
}

.sidebar-box h4 {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.widget-search .search-form {
  position: relative;
}

.widget-search .search-form input {
  margin-bottom: 0px;
}

.widget-search .search-form i {
  position: absolute;
  top: 3px;
  right: 10px;
  line-height: 38px;
  text-align: center;
  color: #999;
}

.popu-post-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 10px;
}

.popu-post-item h5 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
}

.popu-post-item h5 a {
  color: #ffa500;
}

.popu-post-item span {
  display: block;
  padding-bottom: 5px;
  font-size: 13px;
  border-bottom: 1px solid #f7f7f7;
}

.popu-post-item span a {
  color: #ffa500;
}

.cat-list {
  padding: 0;
  margin: 0;
}

.cat-list li {
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}

.cat-list li:last-child {
  border-bottom: none;
}

.cat-list li a {
  display: block;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  font-size: 12px;
}

/***************************************
bootstrap overrides badge and pagination
****************************************/
.badge {
  background-color: #ffa500;
  font-weight: 400;
}

.pagination {
  margin-top: 0px;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 10px 16px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #fff;
  background-color: #ffa500;
  border: 1px solid #077aaa;
  margin-left: -1px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #fff !important;
  background-color: #077aaa;
  border-color: #077aaa;
}

/*********************************
our work section
**********************************/
.work-section-1 {
  margin-bottom: 30px;
}

.work-col-4 .project-post {
  padding: 15px;
  width: 25%;
}

.work-col-3 .project-post {
  padding: 15px;
  width: 33.33%;
}

.work-fullwidth .project-post {
  padding: 0px;
  width: 33.33%;
}

.work-masonry .project-post {
  padding: 0;
  margin: 0;
  width: 33.333%;
}

@media (max-width: 768px) {
  .work-col-4 .project-post, .work-col-3 .project-post, .work-fullwidth .project-post, .work-masonry .project-post {
    width: 50%;
  }
}
@media (max-width: 568px) {
  .work-col-4 .project-post, .work-col-3 .project-post, .work-fullwidth .project-post, .work-masonry .project-post {
    width: 100%;
  }
}
#portfolio-masonry {
  padding-top: 50px;
}

.filter {
  margin: 30px 0;
}

.filter li {
  padding: 0px;
}

.filter li a {
  padding: 8px 14px;
  background-color: #f5f5f5;
  color: #333;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 13px;
  display: block;
  margin: 5px;
  text-transform: uppercase;
}

.filter li a.active {
  background-color: #ffa500;
  color: #fff;
}

.filter li a:hover {
  background-color: #ffa500;
  color: #fff;
}

/***image hover****/
.image-wrapper {
  position: relative;
}

.image-wrapper img {
  width: 100%;
  height: auto;
}

.image-overlay {
  position: absolute;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.image-overlay p {
  position: absolute;
  top: 50%;
  color: #333;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -10px;
  width: 100%;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.image-wrapper:hover .image-overlay {
  opacity: 1;
}

.image-overlay p:before {
  content: "";
  width: 56px;
  height: 2px;
  background-color: #333;
  margin: 10px auto;
  display: block;
}

.work-sesc {
  padding: 15px 10px;
  border: 1px solid #E9E9E9;
  border-top: none;
}

.work-sesc p {
  line-height: 10px;
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
}

/*****************team*******************/
.work-section-2 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 50px;
}

.person {
  margin-bottom: 25px;
}

.person img {
  display: block;
  margin: 0 auto;
}

.person-desc h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 3px;
}

.person-desc em {
  font-weight: 600;
  color: #ffa500;
  font-style: normal;
  font-size: 12px;
}

/*****tooltip************/
.tooltip {
  font-size: 16px;
  line-height: 2;
}

.tooltip.top .tooltip-inner {
  background-color: #ffa500;
  padding: 6px 12px;
  font-size: 13px;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #ffa500;
}

/**********************contact section
***************************************/
.contact-sec-1 {
  margin: 0;
}

.contact-sec-1 h4 {
  margin-bottom: 30px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}

.contact-sec-2 {
  padding: 40px 0;
  background-color: #333;
  border-top: 1px solid #222;
}

.contact-col i {
  font-size: 45px;
  margin-bottom: 15px;
  color: #ffa500;
}

.contact-col p {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
}

/***footer*/
#footer {
  padding: 50px 0;
  background-image: url("../img/pattern.png");
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.85);
}

#footer .copyright span {
  color: #fff;
}

.footer-nav ul {
  float: right;
  margin: 0;
  padding: 0;
}

.footer-nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
}

/*****************Pricing tables******************/
.pricing-section-1 {
  background-color: #fff;
  margin-bottom: 40px;
}

.pricing-wrapper {
  padding: 0px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.price-popular .pricing-wrapper-inner h2 {
  background-color: #ffa500;
  color: #fff;
  border-color: #ffa500;
}

.pricing-wrapper-inner {
  text-align: center;
}

.pricing-wrapper-inner h1 {
  color: #000;
  padding: 25px 0;
  margin: 0;
}

.pricing-wrapper-inner h2 {
  margin: 0;
  padding: 25px;
  color: #ffa500;
  font-size: 4em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.pricing-wrapper-inner h2 small {
  color: #fff;
  font-size: 14px;
}

.price-desc {
  padding: 15px 0;
}

.price-desc p {
  color: #333;
  line-height: 2.5;
}

.price-join {
  padding: 10px 0;
  border-top: 1px solid #eee;
}

/*pricing-section-2 for contact us*/
.pricing-section-2 {
  background-image: url("../img/bg-3.jpg");
  padding: 90px 0;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}

.pricing-section-2 h1 {
  margin-top: 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
}

.pricing-section-2 p {
  margin: 0px;
}

/****************responsive css 768px*********************/
@media (min-width: 768px) {
  .nav > li > a {
    position: relative;
    display: block;
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .blog-more-desc .social-colored {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 15px;
  }

  .blog-more-desc .col-sm-5 {
    text-align: center !important;
  }

  .copyright {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }

  .footer-nav {
    text-align: center;
  }

  .footer-nav ul {
    float: none;
  }

  .call-sec {
    width: 100% !important;
    margin: 0 0 0 0 !important;
  }

  .slide-btm-text {
    display: none;
  }

  #page-head-bg h1 {
    font-size: 3em;
  }

  .purchase-now {
    text-align: center !important;
  }

  .purchase-now h1 {
    margin-bottom: 20px;
  }

  .purchase-now .btn-theme-color {
    float: none;
  }
}
@media (max-width: 360px) {
  .home-overlay .main-flex-slider h1 {
    margin-bottom: 20px;
  }

  .main-flex-slider h1 {
    font-size: 3.5em;
    font-weight: 600;
    margin-bottom: 30px;
  }

  .home-arrow-down {
    margin-top: 30px;
  }
}
/**portfolio single*/
#work-single {
  overflow: hidden;
}

.portfolio-slide {
  overflow: hidden;
}

/*iframe*/
iframe {
  width: 100%;
  overflow: hidden;
}

/************************version v1.1 css************/
/*************parallax*************/
.parallax {
  background-position: 50% 0;
  background-size: cover;
  -webkit-background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
  display: block;
  position: relative;
}

.services-section-2 {
  background-image: url(../img/bg-3.jpg);
  padding: 90px 0;
  background-color: #ffa500;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

/**fun facts***/
#numbers {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url(../img/bg-2.jpg);
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

.fact-inner {
  text-align: center;
}

.fact-inner h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 50px;
}

.fact-inner h4 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 14px;
}

/**testi***/
.testi {
  background-image: url(../img/bg-1.jpg);
  padding: 90px 0;
  background-position: center top;
  background-size: cover;
  background-attachment: fixed;
}

.testi img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.testi h4 {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
}

.testi p {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
}

.testi .owl-page.active span {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.8);
  -moz-transform: scale(1.33333);
  -o-transform: scale(1.33333);
  -ms-transform: scale(1.33333);
  -webkit-transform: scale(1.33333);
  transform: scale(1.33333);
}

.testi .owl-page span {
  width: 6px !important;
  height: 6px !important;
  display: block;
  background: rgba(255, 255, 255, 0.7) !important;
  position: relative;
  z-index: 1000 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}

.testi .owl-page:hover span {
  background: white;
}

/**coming soon**/
.soon-bg {
  background-color: #eff2f3;
  padding-top: 100px;
  padding-bottom: 30px;
}

.soon h1 {
  font-size: 44px;
  line-height: 44px;
}

.soon h2 {
  margin-bottom: 60px;
  font-weight: 200;
  color: #777;
}

.soon-form .form-control {
  margin-bottom: 0px;
  width: 260px;
}

#defaultCountdown {
  margin-bottom: 60px;
}

.countdown_amount {
  display: block;
  font-size: 44px;
  padding-top: 25px;
  line-height: 20px;
  font-weight: 400;
  color: #ffa500;
}

.countdown_section {
  display: inline-block;
  width: 120px;
  height: 120px;
  padding-top: 13px;
  margin: 10px;
  color: #ffa500;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.footer-soon {
  margin-top: 60px;
}

.footer-soon p {
  margin: 30px 0;
}

/*****************v1.2 on 8 -11 -2014*******************/
.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.help-block ul li {
  color: red;
}

label span {
  color: red;
  margin-left: 5px;
}

/*******************easy pie chart*****************/
/*******************************easy pie charts skills***************************/
.easy-pie-chart-row {
  padding: 60px 0;
}

.easy-pie-chart {
  position: relative;
  background-color: #fff;
  padding-bottom: 40px;
  padding-top: 80px;
}

.chart {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
}

.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart span {
  line-height: 120px !important;
  text-align: center;
  font-weight: 600;
}

.progress-circle {
  display: inline-block;
  text-align: center;
  margin: 0 30px 0 0;
}

.progress-text {
  margin: 30px 0;
  color: #888;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

/**********back to top*************/
.scrollToTop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-align: center;
  background: whiteSmoke;
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999999;
  display: none;
  background: #ffa500;
  opacity: 0.5;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff !important;
}

.dropdown-menu {
  border: 0px;
  min-width: 190px;
  padding: 0px;
  background-color: #1c1c1c;
}

.dropdown-menu > li > a {
  padding: 10px 20px;
  color: #bbb;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  border-bottom: 1px dotted #333;
  text-transform: capitalize;
}

.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #ffa500;
}

.Ken-burns-heading {
  font-weight: 600;
  color: #fff;
  font-size: 70px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}

/* subtitulo que seria um <h2>
*/

.Ken-burns-subtitulo {
  font-weight: 600;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}


.rev-buttons .btn-theme-color {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.15);
  padding: 12px 18px !important;
  font-size: 12px !important;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  display: inline-block;
  -moz-transition: 0.2s background linear;
  -o-transition: 0.2s background linear;
  -webkit-transition: 0.2s background linear;
  transition: 0.2s background linear;
}

.rev-buttons .btn-theme-color:hover {
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.15) !important;
}

.ken-burns-cap {
  text-transform: uppercase;
  font-weight: 300;  
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  color: #fff;
}

/***transparent header****/
.fixed-navigation {
  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  /*    background-color: rgba(255,255,255,0);*/
}

@media (min-width: 768px) {
  .fixed-navigation .navbar-default.navbar-transparent {
    margin: 0px;
    background-color: rgba(255, 255, 255, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 20px 0;
  }

  .fixed-navigation .navbar-default.navbar-transparent .navbar-nav > li > a {
    color: #fff;
  }

  .fixed-navigation .navbar-default.navbar-transparent .navbar-brand {
    color: #fff !important;
  }

  .fixed-navigation .navbar-default.navbar-bg {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  }

  .fixed-navigation .navbar-default.navbar-bg .navbar-nav > li > a {
    color: #000;
  }

  .fixed-navigation .navbar-default.navbar-bg .navbar-brand {
    color: #000 !important;
  }
}
.purchase-now:before, .services-section-2:before, .testi:before, #numbers:before, .pricing-section-2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/pattern.png);
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.6);
}

.logo-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.logo-item {
  flex: 1 1 20%; /* 20% para 5 colunas */
  max-width: 20%;
  padding: 10px;
  box-sizing: border-box;  
}
.logo-item img {
  width: 80%;
  height: auto;
  border: 1px solid #ccc; 
  
}

/* botão do whatsapp */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: orange;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
  }

  .whatsapp-float:hover {
    background-color: darkorange;
    color: white;
    text-decoration: none;
  }

   /* Botão flutuante - Desktop */
  .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: orange;
    color: white;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
  }

  .whatsapp-float:hover {
    background-color: darkorange;
    color: white;
    text-decoration: none;
  }

  .whatsapp-float::after {
    content: "Fale conosco";
    position: absolute;
    right: 70px;
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .whatsapp-float:hover::after {
    opacity: 1;
  }

  /* Barra Mobile - visível apenas em telas pequenas */
  .barra-mobile-whatsapp {
    display: none;
  }

  @media (max-width: 768px) {
    .whatsapp-float {
      display: none !important; /* Oculta no mobile */
    }

    .barra-mobile-whatsapp {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: orange;
      padding: 12px 0;
      text-align: center;
      z-index: 99999;
      box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    }

    .barra-mobile-whatsapp a {
      color: white;
      font-size: 18px;
      font-weight: bold;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }

    .barra-mobile-whatsapp a:hover {
      background-color: darkorange;
      transition: background-color 0.3s ease;      
    }

    .barra-mobile-whatsapp i {
      font-size: 22px;
    }

    .barra-mobile-whatsapp a:visited {
      color: white;
    }
  }

.banner-responsivo {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center center;
  margin: 0 auto;
  transform: none !important;
  position: static !important;
  left: auto !important;
}

.banner-estatico {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-estatico picture,
.banner-estatico img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    object-position: center;
}

/* Wrapper do banner para controlar altura e overflow */
.banner-wrapper {
    position: relative;
    height: 100vh;
    overflow-y: auto;
}

/* Conteúdo centralizado */
.conteudo-banner {
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -28%);
    text-align: center;
    color: #fff;
    z-index: 10;
    padding: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.conteudo-banner h1 {
    font-size: clamp(2rem, 6vw, 5.2rem);
    font-weight: bold;
    margin-bottom: 1rem;
}

.conteudo-banner h2 {
    font-size: clamp(1.2rem, 4vw, 2.6rem);
    font-weight: normal;
    margin-top: 10px;
    line-height: 1.5;
}

.conteudo-banner p {
    font-size: clamp(1rem, 3.5vw, 1.8rem);
    margin-top: 25px;
}

.conteudo-banner ul {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    font-size: clamp(0.9rem, 3vw, 1.5rem);
    line-height: 1.6;
}

.conteudo-banner ul li i {
    color: orange;
    margin-right: 10px;
}

.conteudo-banner a.btn {
    margin-top: 30px;
    font-size: clamp(1rem, 2.5vw, 1.4rem);
}

/* Tablets */
@media (max-width: 1024px) {
    .conteudo-banner {
        top: 25%;
        transform: translate(-50%, -25%);
        padding: 15px;
    }
}

/* Celulares */
@media (max-width: 480px) {
    .conteudo-banner {
        top: 15%;
        transform: translate(-50%, -15%);
        padding: 10px;
    }

    .conteudo-banner h1 {
        font-size: 2rem;
    }

    .conteudo-banner h2 {
        font-size: 1.2rem;
    }

    .conteudo-banner p,
    .conteudo-banner ul {
        font-size: 1rem;
    }

    .conteudo-banner a.btn {
        font-size: 1rem;
    }
}

  @media (max-width: 360px) {
    .conteudo-banner {
        top: 10%;
        transform: translate(-50%, -10%);
        padding: 10px;
    }

    .conteudo-banner h1 {
        font-size: 1.8rem;
    }

    .conteudo-banner h2 {
        font-size: 1.1rem;
    }

    .conteudo-banner p,
    .conteudo-banner ul {
        font-size: 0.95rem;
    }

    .conteudo-banner a.btn {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .banner-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 10px;
        height: auto;
    }

    .conteudo-banner {
        position: static !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .conteudo-banner h1 {
        font-size: 2rem;
    }

    .conteudo-banner h2 {
        font-size: 1.2rem;
    }

    .conteudo-banner p,
    .conteudo-banner ul {
        font-size: 1rem;
    }

    .conteudo-banner a.btn {
        font-size: 1rem;
    }
}

/* Define a section com altura total da tela */
.banner-estatico {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* A imagem (desktop ou mobile) vai se ajustar totalmente */
.banner-estatico picture,
.banner-estatico img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Centraliza o conteúdo sobre a imagem */
.banner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    text-align: center;
    z-index: 2;
}

/* Conteúdo responsivo */
.conteudo-banner {
    color: white;
    max-width: 900px;
    width: 100%;
}

.conteudo-banner h1 {
    font-size: clamp(2rem, 6vw, 5rem);
    font-weight: bold;
    margin-bottom: 1rem;
}

.conteudo-banner h2 {
    font-size: clamp(1.2rem, 4vw, 2.5rem);
    margin-bottom: 1.5rem;
}

.conteudo-banner p {
    font-size: clamp(1rem, 3vw, 1.6rem);
    margin-bottom: 1.5rem;
}

.conteudo-banner ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 2.8vw, 1.4rem);
}

.conteudo-banner ul li {
    margin-bottom: 10px;
}

.conteudo-banner ul li i {
    color: orange;
    margin-right: 8px;
}

.conteudo-banner a.btn {
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    padding: 12px 24px;
}

@media (min-width: 1025px) {
    .conteudo-banner h1 {
        font-size: 5.5rem;
        margin-top: 50px;
    }

    .conteudo-banner h2 {
        font-size: 3rem;
    }

    .conteudo-banner p {
        font-size: 2rem;
    }

    .conteudo-banner ul {
        font-size: 1.8rem;
    }

    .conteudo-banner a.btn {
        font-size: 1.6rem;
        padding: 14px 28px;
    }
}

@media (min-width: 1920px) {
    .conteudo-banner h1 {
        font-size: 6rem;
        margin-top: 50px;
    }

    .conteudo-banner h2 {
        font-size: 3.2rem;
    }

    .conteudo-banner p,
    .conteudo-banner ul {
        font-size: 2rem;
    }

    .conteudo-banner a.btn {
        font-size: 1.8rem;
        padding: 16px 32px;
    }
}

@media (max-width: 768px) {
    .banner-estatico picture,
    .banner-estatico img {
        height: 60vh; /* ou use 50vh se quiser ainda menor */
        object-fit: cover;
        margin-top: 40px;
    }

    .banner-wrapper {
        height: 60vh; /* mesmo valor da imagem */
    }
}

 .logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; /* ADICIONAR */
    height: 45px; /* DEFINIR ALTURA */
}

        .logo-main {
            font-size: 32px;
            font-weight: 800;
            color: #fff;
            line-height: 1;
        }

        .logo-main .highlight {
            color: #ff6b35;
        }

        .logo-tagline {
            font-size: 11px;
            color: #ff6b35;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 2px;
        }

        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

         @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: #333;
            overflow-x: hidden;
        }

        /* HEADER */
        .header {
            background: #000;
            padding: 20px 0;
            box-shadow: 0 2px 20px rgba(0,0,0,0.3);
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .logo-main {
            font-size: 32px;
            font-weight: 800;
            color: #fff;
            line-height: 1;
        }

        .logo-main .highlight {
            color: #ff6b35;
        }

        .logo-tagline {
            font-size: 11px;
            color: #ff6b35;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 2px;
        }

        .header-cta {
            background: #ff6b35;
            color: white;
            padding: 12px 24px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .header-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(255,107,53,0.3);
        }

        /* HERO SECTION */
        .hero {
            background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
            padding: 140px 0 100px;
            text-align: center;
            position: relative;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ff6b35" fill-opacity="0.03"><circle cx="30" cy="30" r="2"/></g></svg>');
            animation: float 20s linear infinite;
        }

        @keyframes float {
            0% { transform: translateX(0) translateY(0); }
            100% { transform: translateX(-60px) translateY(-60px); }
        }

        .hero-content {
            position: relative;
            z-index: 1;
        }

        .badge {
            display: inline-block;
            background: linear-gradient(135deg, #ff6b35, #ff8f65);
            color: white;
            padding: 16px 32px;
            border-radius: 35px;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 40px;
            border: 3px solid rgba(255,107,53,0.3);
            box-shadow: 0 8px 25px rgba(255,107,53,0.3);
            animation: pulse-badge 3s infinite;
            text-shadow: 0 1px 2px rgba(0,0,0,0.2);
        }

        @keyframes pulse-badge {
            0%, 100% { 
                transform: scale(1);
                box-shadow: 0 8px 25px rgba(255,107,53,0.3);
            }
            50% { 
                transform: scale(1.05);
                box-shadow: 0 12px 35px rgba(255,107,53,0.5);
            }
        }

        .hero-title {
            font-size: 56px;
            font-weight: 800;
            color: #000;
            margin-bottom: 24px;
            line-height: 1.1;
        }

        .hero-title .highlight {
            color: #ff6b35;
        }

        .hero-subtitle {
            font-size: 24px;
            color: #666;
            margin-bottom: 40px;
            font-weight: 300;
        }

        /* NOVA CLASSE PARA COUNTDOWN */
        .countdown-timer {
            background: #000;
            color: #ff6b35;
            padding: 15px 25px;
            border-radius: 10px;
            font-weight: 700;
            font-size: 16px;
            margin: 20px 0;
            display: inline-block;
        }

        /* NOVA CLASSE PARA GARANTIA */
        .guarantee-badge {
            background: #000;
            color: white;
            padding: 12px 24px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
            margin: 20px 0;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            border: 2px solid #ff6b35;
        }

        .price-highlight {
            background: #000;
            color: white;
            padding: 20px 40px;
            border-radius: 16px;
            display: inline-block;
            margin-bottom: 40px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        }

        .price-old {
            text-decoration: line-through;
            opacity: 0.7;
            font-size: 18px;
        }

        .price-new {
            font-size: 36px;
            font-weight: 800;
            color: #ff6b35;
            margin: 8px 0;
        }

        .price-period {
            font-size: 16px;
            opacity: 0.9;
        }

        .hero-cta {
            background: #ff6b35;
            color: white;
            padding: 22px 50px;
            border-radius: 50px;
            text-decoration: none;
            font-size: 20px;
            font-weight: 700;
            display: inline-block;
            margin-bottom: 45px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(255,107,53,0.3);
        }

        .hero-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(255,107,53,0.4);
        }

        .hero-cta-secondary {
            color: #000;
            text-decoration: none;
            font-weight: 600;
            font-size: 22px;
            border-bottom: 2px solid #ff6b35;
            padding-bottom: 2px;
            display: inline-block;
            margin-bottom: 15px;
        }

        .arrow-container {
            display: flex;
            justify-content: center;
            margin-top: 10px;
        }

        .arrow-down {
            font-size: 40px;
            color: #ff6b35;
            animation: bounce-arrow 2s infinite;
            font-weight: bold;
        }

        @keyframes bounce-arrow {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(8px);
            }
            60% {
                transform: translateY(4px);
            }
        }

        .hero-actions {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
        }

        /* NOVA SEÇÃO VALUE STACK */
        .value-stack {
            background: rgba(255,107,53,0.05);
            border: 2px solid #ff6b35;
            border-radius: 15px;
            padding: 25px;
            margin: 30px auto;
            text-align: left;
            max-width: 600px;
        }
        
        .value-item {
            display: flex;
            justify-content: space-between;
            padding: 8px 0;
            border-bottom: 1px solid rgba(255,107,53,0.2);
        }
        
        .value-item:last-child {
            border-bottom: none;
            font-weight: 700;
            font-size: 18px;
            color: #ff6b35;
            background: #ff6b35;
            color: white;
            padding: 15px;
            border-radius: 8px;
            margin-top: 15px;
        }

        /* APP SHOWCASE SECTION */
        .app-showcase {
            padding: 100px 0;
            background: #fff;
        }

        .showcase-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .showcase-title {
            font-size: 42px;
            font-weight: 700;
            color: #000;
            margin-bottom: 20px;
        }

        .showcase-subtitle {
            font-size: 20px;
            color: #666;
            margin-bottom: 40px;
        }

        .devices-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 60px;
            flex-wrap: wrap;
            margin-bottom: 60px;
        }

        .device-mockup {
            position: relative;
            text-align: center;
        }

        .device-frame {
            background: #000;
            border-radius: 25px;
            padding: 20px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.2);
            position: relative;
        }

        .mobile-frame {
            width: 280px;
            height: 500px;
            border-radius: 35px;
            padding: 30px 20px;
        }

        .desktop-frame {
            width: 500px;
            height: 320px;
            border-radius: 15px;
            padding: 25px;
        }

        .device-screen {
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
            border-radius: 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #333;
            position: relative;
            overflow: hidden;
        }

        .screen-placeholder {
            text-align: center;
            padding: 20px;
        }

        .screen-title {
            font-size: 18px;
            font-weight: 700;
            color: #000;
            margin-bottom: 15px;
        }

        .screen-features {
            list-style: none;
            font-size: 14px;
            color: #666;
        }

        .screen-features li {
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .feature-icon {
            color: #ff6b35;
            font-weight: 700;
        }

        .device-label {
            margin-top: 20px;
            font-size: 16px;
            font-weight: 600;
            color: #333;
        }

        /* NOVA SEÇÃO PLANOS */
        .plans-preview {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .plans-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 60px;
        }

        .plan-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;
        }

        .plan-card:hover {
            transform: translateY(-10px);
            border-color: #ff6b35;
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
        }

        .plan-card.featured {
            transform: scale(1.05);
            border-color: #ff6b35;
        }

        .plan-card.featured::before {
            content: "MAIS POPULAR";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #ff6b35;
            color: white;
            padding: 8px;
            font-size: 12px;
            font-weight: 700;
        }

        .plan-name {
            font-size: 24px;
            font-weight: 800;
            color: #000;
            margin-bottom: 10px;
        }

        .plan-price {
            font-size: 48px;
            font-weight: 800;
            color: #ff6b35;
            margin-bottom: 5px;
        }

        .plan-period {
            font-size: 14px;
            color: #666;
            margin-bottom: 30px;
        }

        .plan-features {
            list-style: none;
            margin-bottom: 30px;
        }

        .plan-features li {
            padding: 8px 0;
            color: #333;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
        }

        .plan-features li::before {
            content: "✓";
            color: #ff6b35;
            font-weight: 700;
            font-size: 16px;
        }

        .plan-cta {
            background: #ff6b35;
            color: white;
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            display: inline-block;
            transition: all 0.3s ease;
            width: 100%;
        }

        .plan-cta:hover {
            background: #e55a2b;
            transform: translateY(-2px);
        }

        .plan-cta.secondary {
            background: transparent;
            color: #ff6b35;
            border: 2px solid #ff6b35;
        }

        .plan-cta.secondary:hover {
            background: #ff6b35;
            color: white;
        }

        .demo-note {
            background: rgba(255,107,53,0.1);
            color: #ff6b35;
            padding: 15px 30px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            border: 1px solid rgba(255,107,53,0.2);
            text-align: center;
            max-width: 600px;
            margin: 0 auto;
        }

        /* FOUNDER SECTION */
        .founder {
            background: #f8f9fa;
            padding: 100px 0;
        }

        .founder-container {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 60px;
            align-items: center;
        }

        .founder-image-container {
            text-align: center;
        }

        .founder-image {
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300"><defs><pattern id="img" patternUnits="userSpaceOnUse" width="300" height="300"><image href="sua-foto.jpg" x="0" y="0" width="300" height="300"/></pattern></defs><circle cx="150" cy="150" r="150" fill="url(%23img)"/></svg>') center/cover;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 48px;
            margin: 0 auto 20px;
            box-shadow: 0 20px 60px rgba(255,107,53,0.2);
            position: relative;
            border: 4px solid #ff6b35;
        }

        .founder-image::before {
            content: '';
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            border: 3px solid rgba(255,107,53,0.3);
            border-radius: 50%;
            animation: pulse-ring 3s infinite;
        }

        @keyframes pulse-ring {
            0% { transform: scale(1); opacity: 0.3; }
            50% { transform: scale(1.1); opacity: 0.1; }
            100% { transform: scale(1); opacity: 0.3; }
        }

        .founder-badge {
            background: #ff6b35;
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
        }

        .founder-content h3 {
            font-size: 36px;
            font-weight: 800;
            color: #000;
            margin-bottom: 20px;
        }

        .founder-content .highlight {
            color: #ff6b35;
        }

        .founder-text {
            font-size: 18px;
            color: #666;
            line-height: 1.7;
            margin-bottom: 30px;
        }

        .founder-credentials {
            background: white;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
            border-left: 4px solid #ff6b35;
        }

        .credentials-title {
            font-size: 16px;
            font-weight: 700;
            color: #000;
            margin-bottom: 15px;
        }

        .credentials-list {
            list-style: none;
        }

        .credentials-list li {
            font-size: 14px;
            color: #666;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .credentials-list li::before {
            content: "✓";
            color: #ff6b35;
            font-weight: 700;
        }

        /* BENEFITS SECTION */
        .benefits {
            padding: 80px 0;
            background: #fff;
        }

        .section-title {
            text-align: center;
            font-size: 42px;
            font-weight: 700;
            color: #000;
            margin-bottom: 20px;
        }

        .section-subtitle {
            text-align: center;
            font-size: 20px;
            color: #666;
            margin-bottom: 60px;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-top: 60px;
        }

        .benefit-card {
            text-align: center;
            padding: 40px 30px;
            border-radius: 20px;
            background: #f8f9fa;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
            border-color: #ff6b35;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        .benefit-icon {
            font-size: 48px;
            margin-bottom: 20px;
            display: block;
        }

        .benefit-title {
            font-size: 24px;
            font-weight: 700;
            color: #000;
            margin-bottom: 15px;
        }

        .benefit-description {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
        }

        /* SOCIAL PROOF */
        .social-proof {
            background: #f8f9fa;
            padding: 80px 0;
            text-align: center;
        }

        .stats-container {
            display: flex;
            justify-content: center;
            gap: 80px;
            margin-bottom: 60px;
            flex-wrap: wrap;
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 48px;
            font-weight: 800;
            color: #ff6b35;
            line-height: 1;
        }

        .stat-label {
            font-size: 16px;
            color: #666;
            margin-top: 8px;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-top: 60px;
        }

        .testimonial {
            background: white;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
            text-align: left;
        }

        .testimonial-text {
            font-size: 16px;
            color: #333;
            font-style: italic;
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, #ff6b35, #ff8f65);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
        }

        .author-info {
            flex: 1;
        }

        .author-name {
            font-weight: 600;
            color: #000;
            margin-bottom: 2px;
        }

        .author-business {
            font-size: 14px;
            color: #666;
        }

        /* FORM SECTION */
        .form-section {
            background: #000;
            color: white;
            padding: 100px 0;
        }

        .form-container {
            max-width: 600px;
            margin: 0 auto;
            text-align: center;
        }

        .form-title {
            font-size: 42px;
            font-weight: 800;
            margin-bottom: 20px;
        }

        .form-subtitle {
            font-size: 20px;
            opacity: 0.9;
            margin-bottom: 40px;
        }

        .urgency-badge {
            background: #ff6b35;
            color: white;
            padding: 12px 24px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 40px;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .lead-form {
            background: rgba(255,255,255,0.1);
            padding: 40px;
            border-radius: 20px;
            backdrop-filter: blur(10px);
        }

        .form-group {
            margin-bottom: 20px;
            text-align: left;
        }

        .form-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: white;
        }

        .form-input {
            width: 100%;
            padding: 16px 20px;
            border: 2px solid rgba(255,255,255,0.2);
            border-radius: 12px;
            background: rgba(255,255,255,0.1);
            color: white;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .form-input:focus {
            outline: none;
            border-color: #ff6b35;
            background: rgba(255,255,255,0.15);
        }

        .form-input::placeholder {
            color: rgba(255,255,255,0.7);
        }

        .form-submit {
            width: 100%;
            background: #ff6b35;
            color: white;
            padding: 18px;
            border: none;
            border-radius: 12px;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 10px;
        }

        .form-submit:hover {
            background: #e55a2b;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(255,107,53,0.4);
        }

        .form-note {
            font-size: 14px;
            opacity: 0.8;
            margin-top: 20px;
        }

        /* FOOTER */
        .footer {
            background: #f8f9fa;
            padding: 40px 0;
            text-align: center;
            color: #666;
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .hero-title { font-size: 36px; }
            .hero-subtitle { font-size: 18px; }
            .section-title { font-size: 32px; }
            .stats-container { gap: 40px; }
            .benefits-grid { grid-template-columns: 1fr; }
            .devices-container { flex-direction: column; gap: 40px; }
            .founder-container { grid-template-columns: 1fr; gap: 40px; text-align: center; }
            .desktop-frame { width: 100%; max-width: 400px; height: 250px; }
            .mobile-frame { width: 250px; height: 450px; }
            .testimonials-grid { grid-template-columns: 1fr; }
            .logo-main { font-size: 28px; }
            .logo-tagline { font-size: 10px; }
            .badge { 
                padding: 14px 28px; 
                font-size: 15px;
                margin-bottom: 35px;
            }
            .hero { padding-top: 120px; }
            .hero-cta {
                padding: 20px 45px;
                font-size: 18px;
                margin-bottom: 35px;
            }
            .hero-cta-secondary {
                font-size: 20px;
            }
            .arrow-down {
                font-size: 35px;
            }
        }

       /*--------------------------------------------------
       CSS LANDING PAGE
       ----------------------------------------------------*/
       
        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Inter', sans-serif;
            line-height: 1.6;
            color: #333;
            overflow-x: hidden;
        }

        /* HEADER */
        .header {
            background: #000;
            padding: 20px 0;
            box-shadow: 0 2px 20px rgba(0,0,0,0.3);
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .header-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
        }

        .logo-main {
            font-size: 32px;
            font-weight: 800;
            color: #fff;
            line-height: 1;
        }

        .logo-main .highlight {
            color: #ff6b35;
        }

        .logo-tagline {
            font-size: 11px;
            color: #ff6b35;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 2px;
        }

        .header-cta {
            background: #ff6b35;
            color: white;
            padding: 12px 24px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
        }

        .header-cta:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(255,107,53,0.3);
        }

        /* HERO SECTION */
        .hero {
            background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
            padding: 140px 0 100px;
            text-align: center;
            position: relative;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ff6b35" fill-opacity="0.03"><circle cx="30" cy="30" r="2"/></g></svg>');
            animation: float 20s linear infinite;
        }

        @keyframes float {
            0% { transform: translateX(0) translateY(0); }
            100% { transform: translateX(-60px) translateY(-60px); }
        }

        .hero-content {
            position: relative;
            z-index: 1;
        }

        .badge {
            display: inline-block;
            background: linear-gradient(135deg, #ff6b35, #ff8f65);
            color: white;
            padding: 16px 32px;
            border-radius: 35px;
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 40px;
            border: 3px solid rgba(255,107,53,0.3);
            box-shadow: 0 8px 25px rgba(255,107,53,0.3);
            animation: pulse-badge 3s infinite;
            text-shadow: 0 1px 2px rgba(0,0,0,0.2);
        }

        @keyframes pulse-badge {
            0%, 100% { 
                transform: scale(1);
                box-shadow: 0 8px 25px rgba(255,107,53,0.3);
            }
            50% { 
                transform: scale(1.05);
                box-shadow: 0 12px 35px rgba(255,107,53,0.5);
            }
        }

        .hero-title {
            font-size: 56px;
            font-weight: 800;
            color: #000;
            margin-bottom: 24px;
            line-height: 1.1;
        }

        .hero-title .highlight {
            color: #ff6b35;
        }

        .hero-subtitle {
            font-size: 24px;
            color: #666;
            margin-bottom: 40px;
            font-weight: 300;
        }

        /* NOVA CLASSE PARA COUNTDOWN */
        .countdown-timer {
            background: #000;
            color: #ff6b35;
            padding: 15px 25px;
            border-radius: 10px;
            font-weight: 700;
            font-size: 16px;
            margin: 20px 0;
            display: inline-block;
        }

        /* NOVA CLASSE PARA GARANTIA */
        .guarantee-badge {
            background: #000;
            color: white;
            padding: 12px 24px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
            margin: 20px 0;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            border: 2px solid #ff6b35;
        }

        .price-highlight {
            background: #000;
            color: white;
            padding: 20px 40px;
            border-radius: 16px;
            display: inline-block;
            margin-bottom: 40px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
        }

        .price-old {
            text-decoration: line-through;
            opacity: 0.7;
            font-size: 18px;
        }

        .price-new {
            font-size: 36px;
            font-weight: 800;
            color: #ff6b35;
            margin: 8px 0;
        }

        .price-period {
            font-size: 16px;
            opacity: 0.9;
        }

        .hero-cta {
            background: #ff6b35;
            color: white;
            padding: 22px 50px;
            border-radius: 50px;
            text-decoration: none;
            font-size: 20px;
            font-weight: 700;
            display: inline-block;
            margin-bottom: 45px;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(255,107,53,0.3);
        }

        .hero-cta:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(255,107,53,0.4);
        }

        .hero-cta-secondary {
            color: #000;
            text-decoration: none;
            font-weight: 600;
            font-size: 22px;
            border-bottom: 2px solid #ff6b35;
            padding-bottom: 2px;
            display: inline-block;
            margin-bottom: 15px;
        }

        .arrow-container {
            display: flex;
            justify-content: center;
            margin-top: 10px;
        }

        .arrow-down {
            font-size: 40px;
            color: #ff6b35;
            animation: bounce-arrow 2s infinite;
            font-weight: bold;
        }

        @keyframes bounce-arrow {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(8px);
            }
            60% {
                transform: translateY(4px);
            }
        }

        .hero-actions {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 0;
        }

        /* NOVA SEÇÃO VALUE STACK */
        .value-stack {
            background: rgba(255,107,53,0.05);
            border: 2px solid #ff6b35;
            border-radius: 15px;
            padding: 25px;
            margin: 30px auto;
            text-align: left;
            max-width: 600px;
        }
        
        .value-item {
            display: flex;
            justify-content: space-between;
            padding: 8px 0;
            border-bottom: 1px solid rgba(255,107,53,0.2);
        }
        
        .value-item:last-child {
            border-bottom: none;
            font-weight: 700;
            font-size: 18px;
            color: #ff6b35;
            background: #ff6b35;
            color: white;
            padding: 15px;
            border-radius: 8px;
            margin-top: 15px;
        }

        /* APP SHOWCASE SECTION */
        .app-showcase {
            padding: 100px 0;
            background: #fff;
        }

        .showcase-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .showcase-title {
            font-size: 42px;
            font-weight: 700;
            color: #000;
            margin-bottom: 20px;
        }

        .showcase-subtitle {
            font-size: 20px;
            color: #666;
            margin-bottom: 40px;
        }

        .devices-container {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 60px;
            flex-wrap: wrap;
            margin-bottom: 60px;
        }

        .device-mockup {
            position: relative;
            text-align: center;
        }

        .device-frame {
            background: #000;
            border-radius: 25px;
            padding: 20px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.2);
            position: relative;
        }

        .mobile-frame {
            width: 280px;
            height: 500px;
            border-radius: 35px;
            padding: 30px 20px;
        }

        .desktop-frame {
            width: 500px;
            height: 320px;
            border-radius: 15px;
            padding: 25px;
        }

        .device-screen {
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
            border-radius: 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #333;
            position: relative;
            overflow: hidden;
        }

        /* NOVAS CLASSES PARA IMAGENS */
        .screenshot-container {
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden;
            border-radius: 15px;
        }

        .screenshot-image {
            width: 100%;
            height: 100%;
            object-fit: contain; /* MUDANÇA: contain mostra imagem completa */
            object-position: center;
            border-radius: 15px;
            background: #f8f9fa; /* Cor de fundo para espaços vazios */
        }

        /* CLASSE ESPECÍFICA PARA PAINEL ADMIN */
        .screenshot-image.admin-panel {
            object-fit: contain;
            object-position: top; /* Alinha no topo para mostrar melhor o header */
            padding: 10px; /* Adiciona espaço interno */
            background: white; /* Fundo branco como o painel */
        }

        /* ALTERNATIVA: Se quiser mais zoom na imagem */
        .screenshot-image.admin-panel-zoom {
            object-fit: cover;
            object-position: top;
            transform: scale(0.9); /* Reduz 10% para caber melhor */
        }

        .screenshot-placeholder {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
            border: 2px dashed #ff6b35;
            border-radius: 15px;
            color: #ff6b35;
            font-weight: 600;
            text-align: center;
            padding: 20px;
        }

        .screen-placeholder {
            text-align: center;
            padding: 20px;
        }

        .screen-title {
            font-size: 18px;
            font-weight: 700;
            color: #000;
            margin-bottom: 15px;
        }

        .screen-features {
            list-style: none;
            font-size: 14px;
            color: #666;
        }

        .screen-features li {
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }

        .feature-icon {
            color: #ff6b35;
            font-weight: 700;
        }

        .device-label {
            margin-top: 20px;
            font-size: 16px;
            font-weight: 600;
            color: #333;
        }

        /* NOVA SEÇÃO PLANOS */
        .plans-preview {
            padding: 80px 0;
            background: #f8f9fa;
        }

        .plans-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 60px;
        }

        .plan-card {
            background: white;
            border-radius: 20px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 10px 40px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            border: 2px solid transparent;
            position: relative;
            overflow: hidden;
        }

        .plan-card:hover {
            transform: translateY(-10px);
            border-color: #ff6b35;
            box-shadow: 0 20px 60px rgba(0,0,0,0.15);
        }

        .plan-card.featured {
            transform: scale(1.05);
            border-color: #ff6b35;
        }

        .plan-card.featured::before {
            content: "MAIS POPULAR";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #ff6b35;
            color: white;
            padding: 8px;
            font-size: 12px;
            font-weight: 700;
        }

        .plan-name {
            font-size: 24px;
            font-weight: 800;
            color: #000;
            margin-bottom: 10px;
        }

        .plan-price {
            font-size: 48px;
            font-weight: 800;
            color: #ff6b35;
            margin-bottom: 5px;
        }

        .plan-period {
            font-size: 14px;
            color: #666;
            margin-bottom: 30px;
        }

        .plan-features {
            list-style: none;
            margin-bottom: 30px;
        }

        .plan-features li {
            padding: 8px 0;
            color: #333;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 10px;
        }

        .plan-features li::before {
            content: "✓";
            color: #ff6b35;
            font-weight: 700;
            font-size: 16px;
        }

        .plan-cta {
            background: #ff6b35;
            color: white;
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 700;
            display: inline-block;
            transition: all 0.3s ease;
            width: 100%;
        }

        .plan-cta:hover {
            background: #e55a2b;
            transform: translateY(-2px);
        }

        .plan-cta.secondary {
            background: transparent;
            color: #ff6b35;
            border: 2px solid #ff6b35;
        }

        .plan-cta.secondary:hover {
            background: #ff6b35;
            color: white;
        }

        .demo-note {
            background: rgba(255,107,53,0.1);
            color: #ff6b35;
            padding: 15px 30px;
            border-radius: 50px;
            font-size: 14px;
            font-weight: 600;
            border: 1px solid rgba(255,107,53,0.2);
            text-align: center;
            max-width: 600px;
            margin: 0 auto;
        }

        /* FOUNDER SECTION */
        .founder {
            background: #f8f9fa;
            padding: 100px 0;
        }

        .founder-container {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 60px;
            align-items: center;
        }

        .founder-image-container {
            text-align: center;
        }

        .founder-image {
            width: 300px;
            height: 300px;
            border-radius: 50%;
            background: url('data:image/jpeg;base64,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') center/cover no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 48px;
            margin: 0 auto 20px;
            box-shadow: 0 20px 60px rgba(255,107,53,0.2);
            position: relative;
            border: 4px solid #ff6b35;
        }

        .founder-image::before {
            content: '';
            position: absolute;
            top: -10px;
            left: -10px;
            right: -10px;
            bottom: -10px;
            border: 3px solid rgba(255,107,53,0.3);
            border-radius: 50%;
            animation: pulse-ring 3s infinite;
        }

        @keyframes pulse-ring {
            0% { transform: scale(1); opacity: 0.3; }
            50% { transform: scale(1.1); opacity: 0.1; }
            100% { transform: scale(1); opacity: 0.3; }
        }

        .founder-badge {
            background: #ff6b35;
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
        }

        .founder-content h3 {
            font-size: 36px;
            font-weight: 800;
            color: #000;
            margin-bottom: 20px;
        }

        .founder-content .highlight {
            color: #ff6b35;
        }

        .founder-text {
            font-size: 18px;
            color: #666;
            line-height: 1.7;
            margin-bottom: 30px;
        }

        .founder-credentials {
            background: white;
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
            border-left: 4px solid #ff6b35;
        }

        .credentials-title {
            font-size: 16px;
            font-weight: 700;
            color: #000;
            margin-bottom: 15px;
        }

        .credentials-list {
            list-style: none;
        }

        .credentials-list li {
            font-size: 14px;
            color: #666;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .credentials-list li::before {
            content: "✓";
            color: #ff6b35;
            font-weight: 700;
        }

        /* BENEFITS SECTION */
        .benefits {
            padding: 80px 0;
            background: #fff;
        }

        .section-title {
            text-align: center;
            font-size: 42px;
            font-weight: 700;
            color: #000;
            margin-bottom: 20px;
        }

        .section-subtitle {
            text-align: center;
            font-size: 20px;
            color: #666;
            margin-bottom: 60px;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
            margin-top: 60px;
        }

        .benefit-card {
            text-align: center;
            padding: 40px 30px;
            border-radius: 20px;
            background: #f8f9fa;
            transition: all 0.3s ease;
            border: 2px solid transparent;
        }

        .benefit-card:hover {
            transform: translateY(-5px);
            border-color: #ff6b35;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
        }

        .benefit-icon {
            font-size: 48px;
            margin-bottom: 20px;
            display: block;
        }

        .benefit-title {
            font-size: 24px;
            font-weight: 700;
            color: #000;
            margin-bottom: 15px;
        }

        .benefit-description {
            font-size: 16px;
            color: #666;
            line-height: 1.6;
        }

        /* SOCIAL PROOF */
        .social-proof {
            background: #f8f9fa;
            padding: 80px 0;
            text-align: center;
        }

        .stats-container {
            display: flex;
            justify-content: center;
            gap: 80px;
            margin-bottom: 60px;
            flex-wrap: wrap;
        }

        .stat-item {
            text-align: center;
        }

        .stat-number {
            font-size: 48px;
            font-weight: 800;
            color: #ff6b35;
            line-height: 1;
        }

        .stat-label {
            font-size: 16px;
            color: #666;
            margin-top: 8px;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-top: 60px;
        }

        .testimonial {
            background: white;
            padding: 40px;
            border-radius: 20px;
            box-shadow: 0 8px 30px rgba(0,0,0,0.1);
            text-align: left;
        }

        .testimonial-text {
            font-size: 16px;
            color: #333;
            font-style: italic;
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .author-avatar {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: linear-gradient(135deg, #ff6b35, #ff8f65);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
        }

        .author-info {
            flex: 1;
        }

        .author-name {
            font-weight: 600;
            color: #000;
            margin-bottom: 2px;
        }

        .author-business {
            font-size: 14px;
            color: #666;
        }

        /* FORM SECTION */
        .form-section {
            background: #000;
            color: white;
            padding: 100px 0;
        }

        .form-container {
            max-width: 600px;
            margin: 0 auto;
            text-align: center;
        }

        .form-title {
            font-size: 42px;
            font-weight: 800;
            margin-bottom: 20px;
        }

        .form-subtitle {
            font-size: 20px;
            opacity: 0.9;
            margin-bottom: 40px;
        }

        .urgency-badge {
            background: #ff6b35;
            color: white;
            padding: 12px 24px;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 40px;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .lead-form {
            background: rgba(255,255,255,0.1);
            padding: 40px;
            border-radius: 20px;
            backdrop-filter: blur(10px);
        }

        .form-group {
            margin-bottom: 20px;
            text-align: left;
        }

        .form-label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: white;
        }

        .form-input {
            width: 100%;
            padding: 16px 20px;
            border: 2px solid rgba(255,255,255,0.2);
            border-radius: 12px;
            background: rgba(255,255,255,0.1);
            color: white;
            font-size: 16px;
            transition: all 0.3s ease;
        }

        .form-input:focus {
            outline: none;
            border-color: #ff6b35;
            background: rgba(255,255,255,0.15);
        }

        .form-input::placeholder {
            color: rgba(255,255,255,0.7);
        }

        .form-submit {
            width: 100%;
            background: #ff6b35;
            color: white;
            padding: 18px;
            border: none;
            border-radius: 12px;
            font-size: 18px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 10px;
        }

        .form-submit:hover {
            background: #e55a2b;
            transform: translateY(-2px);
            box-shadow: 0 8px 25px rgba(255,107,53,0.4);
        }

        .form-note {
            font-size: 14px;
            opacity: 0.8;
            margin-top: 20px;
        }

        /* FOOTER */
        .footer {
            background: #f8f9fa;
            padding: 40px 0;
            text-align: center;
            color: #666;
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .hero-title { font-size: 36px; }
            .hero-subtitle { font-size: 18px; }
            .section-title { font-size: 32px; }
            .stats-container { gap: 40px; }
            .benefits-grid { grid-template-columns: 1fr; }
            .devices-container { flex-direction: column; gap: 40px; }
            .founder-container { grid-template-columns: 1fr; gap: 40px; text-align: center; }
            .desktop-frame { width: 100%; max-width: 400px; height: 250px; }
            .mobile-frame { width: 250px; height: 450px; }
            .testimonials-grid { grid-template-columns: 1fr; }
            .logo-main { font-size: 28px; }
            .logo-tagline { font-size: 10px; }
            .badge { 
                padding: 14px 28px; 
                font-size: 15px;
                margin-bottom: 35px;
            }
            .hero { padding-top: 120px; }
            .hero-cta {
                padding: 20px 45px;
                font-size: 18px;
                margin-bottom: 35px;
            }
            .hero-cta-secondary {
                font-size: 20px;
            }
            .arrow-down {
                font-size: 35px;
            }
        }

/*---------------------------------*/
 /*css do contato do formulario */
 /*---------------------------------*/
.modal-dialog {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.modal-content {
    border-radius: 12px;
    border: none;
    overflow: hidden;
}

.modal-header {
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem;
}

.modal-body {
    padding: 2rem 1.5rem;
}

.modal-footer {
    border-top: 1px solid #e9ecef;
    padding: 1rem 1.5rem;
}

/* ===== MODAL DE SUCESSO ===== */
.modal-success .modal-header {
    background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
    border-bottom: 1px solid #c3e6cb;
}

.modal-success .modal-title {
    color: #155724;
    font-weight: 700;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

.modal-success .modal-title::before {
    content: "✅";
    margin-right: 10px;
    font-size: 1.5rem;
}

.modal-success .modal-body {
    background-color: #f8fff9;
}

.modal-success #msgretorno {
    color: #155724;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.modal-success #msgfim {
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

.modal-success .btn-primary {
    background-color: #28a745;
    border-color: #28a745;
    font-weight: 600;
    padding: 10px 30px;
}

.modal-success .btn-primary:hover {
    background-color: #218838;
    border-color: #1e7e34;
    transform: translateY(-1px);
}

/* ===== MODAL DE ERRO ===== */
.modal-error .modal-header {
    background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
    border-bottom: 1px solid #f5c6cb;
}

.modal-error .modal-title {
    color: #721c24;
    font-weight: 700;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
}

.modal-error .modal-title::before {
    content: "⚠️";
    margin-right: 10px;
    font-size: 1.5rem;
}

.modal-error .modal-body {
    background-color: #fffbfb;
}

.modal-error #msgretorno {
    color: #721c24;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.modal-error #msgfim {
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

.modal-error .btn-primary {
    background-color: #dc3545;
    border-color: #dc3545;
    font-weight: 600;
    padding: 10px 30px;
}

.modal-error .btn-primary:hover {
    background-color: #c82333;
    border-color: #bd2130;
    transform: translateY(-1px);
}

/* ===== ESTADOS DE VALIDAÇÃO MELHORADOS ===== */

/* Campo válido */
.form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='m2.3 6.73.94-.94 1.94 1.94-2.88-2.88-1.5 1.5z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.15);
    transition: all 0.3s ease;
}

.form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}

/* Campo inválido */
.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath d='m5.8 4.6 2.4 2.4m0-2.4L5.8 7'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
    transition: all 0.3s ease;
}

.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* ===== FEEDBACK DE VALIDAÇÃO ===== */
.invalid-feedback {
    display: block !important;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
    font-weight: 500;
    animation: slideInError 0.3s ease-out;
}

.valid-feedback {
    display: block !important;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #28a745;
    font-weight: 500;
}

/* ===== CONTADOR DE CARACTERES ===== */
.char-counter {
    font-size: 0.8rem;
    text-align: right;
    margin-top: 5px;
    color: #6c757d;
    transition: color 0.3s ease;
}

.form-control.is-invalid + .char-counter {
    color: #dc3545;
}

.form-control.is-valid + .char-counter {
    color: #28a745;
}

/* ===== ANIMAÇÕES ===== */
@keyframes slideInError {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* ===== BOTÃO DE ENVIO ===== */
#submitBtn {
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 6px;
}

#submitBtn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
}

#submitBtn:disabled {
    opacity: 0.8;
    cursor: not-allowed;
    transform: none !important;
}

#submitBtn .fa-spinner {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 768px) {
    .modal-dialog {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }
    
    .modal-body {
        padding: 1.5rem 1rem;
    }
    
    .modal-success #msgretorno,
    .modal-error #msgretorno {
        font-size: 1rem;
    }
    
    .modal-success #msgfim,
    .modal-error #msgfim {
        font-size: 0.9rem;
    }
    
    .modal-header {
        padding: 1rem;
    }
    
    .modal-footer {
        padding: 1rem;
    }
}

@media (max-width: 576px) {
    .modal-dialog {
        margin: 0.5rem;
        max-width: calc(100% - 1rem);
    }
    
    .modal-title {
        font-size: 1.1rem !important;
    }
    
    #submitBtn {
        width: 100%;
        padding: 15px;
    }
}

/* ===== MELHORIAS VISUAIS EXTRAS ===== */

/* Efeito de foco melhorado nos campos */
.form-control:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.15);
    transition: all 0.3s ease;
}

/* Estilo do botão de fechar do modal */
.modal-header .close {
    font-size: 1.75rem;
    font-weight: 300;
    opacity: 0.6;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

.modal-header .close:hover {
    opacity: 1;
    transform: scale(1.1);
}

/* Overlay do modal com desfoque */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.6);
}

/* Animação de entrada do modal */
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}

/* Estilo para campos obrigatórios */
label .text-danger {
    font-weight: bold;
    font-size: 1.1em;
}

/* Melhorar aparência dos placeholders */
.form-control::placeholder {
    color: #adb5bd;
    opacity: 1;
    font-style: italic;
}

.form-control:focus::placeholder {
    opacity: 0.5;
}

/*CSS AJAX MODAL  */
/* ===== MODAL DE SUCESSO ===== */
  .modal-success .modal-header {
      background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
      border-bottom: 1px solid #c3e6cb;
  }
  
  .modal-success .modal-title {
      color: #155724;
      font-weight: 700;
  }
  
  .modal-success .modal-title::before {
      content: "✅ ";
      margin-right: 5px;
  }
  
  .modal-success .modal-body {
      background-color: #f8fff9;
  }
  
  .modal-success #msgretorno {
      color: #155724;
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 15px;
  }
  
  .modal-success #msgfim {
      color: #6c757d;
      font-size: 1rem;
      margin-bottom: 0;
  }

  /* ===== MODAL DE ERRO ===== */
  .modal-error .modal-header {
      background: linear-gradient(135deg, #f8d7da 0%, #f5c6cb 100%);
      border-bottom: 1px solid #f5c6cb;
  }
  
  .modal-error .modal-title {
      color: #721c24;
      font-weight: 700;
  }
  
  .modal-error .modal-title::before {
      content: "⚠️ ";
      margin-right: 5px;
  }
  
  .modal-error .modal-body {
      background-color: #fffbfb;
  }
  
  .modal-error #msgretorno {
      color: #721c24;
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 15px;
  }
  
  .modal-error #msgfim {
      color: #6c757d;
      font-size: 1rem;
      margin-bottom: 0;
  }

  /* ===== ESTADOS DE VALIDAÇÃO ===== */
  .form-control.is-valid {
      border-color: #28a745;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.15);
  }
  
  .form-control.is-invalid {
      border-color: #dc3545;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
  }
  
  .invalid-feedback {
      display: block !important;
      font-weight: 500;
  }
  
  .char-counter {
      font-size: 0.8rem;
      text-align: right;
      margin-top: 5px;
      color: #6c757d;
  }
  
  /* ===== BOTÃO LOADING ===== */
  .fa-spinner.fa-spin {
      animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
  }

  /* agende24h anuncio */
  
