body
    {
        background: #fff;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
	
.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.0);
       padding-top: 90px;
       padding-bottom: 90px;
    }  
/* over lay */

/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
		border-radius: 100px;
        background-color: #ffc637;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  25%{	
		 -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-360.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-360.1deg) rotateY(0deg); }
	
  75%{	
		 -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
                    transform: perspective(120px) rotateX(-360deg) rotateY(0deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  25%{	
		 -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-360.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-360.1deg) rotateY(0deg); }
	
  75%{	
		 -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-360deg) rotateY(0deg);
                    transform: perspective(120px) rotateX(-360deg) rotateY(0deg); } }
/* end preloader */

/* start navigation */
#creative-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #creative-header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #creative-header .navbar-brand {
    color: #FFDD8A !important;
  }
  #creative-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #creative-header #navbar li a:hover {
    color: #FFDD8A !important;
  }
  #creative-header #navbar li a span:before {
    background: transparent !important;
  }
  #creative-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #fff !important;
  }
  #creative-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#creative-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#creative-header #navbar li a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  font-size: 19px;
  font-weight: 300;
}
#creative-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#creative-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#creative-header #navbar li a:hover {
  color: #fff;
}
#creative-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#creative-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#creative-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#creative-header .navbar-brand {
  float: left;
  display: block;
  font-size: 30px;
  font-weight: 700;
  padding-left: 0;
  color: #fff;
}
#creative-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#creative-header.navbar-fixed-top .navbar-brand {
  color: #FFDD8A;
}
#creative-header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#creative-header.navbar-fixed-top #navbar li a:hover {
  color: #FFDD8A;
}
#creative-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #FFDD8A;
}
#creative-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #FFDD8A;
}
#creative-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #creative-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#creative-header .navbar-default .brand-slogan {
  margin: 0px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#creative-header .navbar-default .brand-slogan em {
  color: #FFDD8A;
  font-style: normal;
}
#creative-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

/* end navigation */

/* start home */ 
@media only screen and (max-width:768)
.text-upper{
	margin-top:100px;
	font-size: 40px;
	text-align: center;
	
}

.text-shadow {
	width: 11.500%;
	background: rgba(0,0,0,0.47);
}

.text-shadow-2 { 
	width: 56%;
	background: rgba(0,0,0,0.47);
	top: 55.33596837944664vh;
	right: 20.99737532808399vw;
	left: 25.19685039370079vw;
}

.move {
	padding-top: 27vh;
}

#home
    {
    background: url('../images/estratégia.png') no-repeat;
    background-size: cover;
    color: #fff;
    
    width: 100%;
	height: 100vh;
	
		
    }
#home p
    { 	color: #fff; 
		width: 100%;
		float: inherit;
        font-weight: 400;
        font-style: italic;
        line-height: 32px;
		font-size: 28px;
		text-align: center;
/*
		top: 55.33596837944664vh;
		right: 20.99737532808399vw;
		left: 25.19685039370079vw;
		-webkit-box-decoration-break: clone;
 		box-decoration-break: clone;
*/
    }
#home img
    {
        display: inline-block;
        margin-top: 30px;
    }
/* end home */

/* start divider */
#divider
    {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#divider .fa
    {
        color: #ffc637;
        font-size: 60px;
    }
#divider h3
    {
        font-size: 20px;
    }
/* end divider */

/* start feature */
#feature
    {
        background: #fffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#feature p
    {
        padding-top: 10px;
    }
#feature span
    {
        float: left;
    }
#feature .fa
    {
        background: #ffc637;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */

/* start feature1 */
#feature1
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
#feature1 p
    {
        padding-top: 10px;
    }
#feature1 span
    {
        float: left;
    }
#feature1 .fa
    {
        background: #ffc637;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */

/* start pricing */
#pricing
    {
        background: url(../images/imagem-escritorio.png) no-repeat;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }

#pricing .ultima{
	padding: 10vh 50vw 30vh 10vw;
}

#pricing h1 {
	text-align: left;
	font-size: 4em;
	color: white;
}

@media only screen and (max-width: 748px) {
	#pricing h1 {
			text-align: left;
			font-size: 3em;
			color: #fff;
    }
    #pricing .ultima {
        padding: 10vh 10vw 30vh 10vw;
        }
}

#pricing h2
    {
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: #ffc637;
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
    }
#pricing .pricing .btn
    {
        background: #ffc637;
        color: #ffc637;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #ffc637;
    color: #fff;
}

#pricing .button
{
	background: #ffc637;
	border-width: 4px;
	border-color:#fff;
	right: 1vw;
	
}

#pricing .button:hover
{
	
	
}

/* end pricing */


/* start contact */
#contact {
	background: #151515;
	padding-top: 40px;
	padding-bottom: 7.2rem;
	color: white;
}
#contact .section-intro h1 {
	color: white;
}
#contact .section-intro h5 {
	color: #ffc637;
}
#contact .section-intro p {
	color: rgba(255, 255, 255, 0.7);
}

.contact-info {
	margin: 4.8rem auto 0;
	font-family: "poppins-regular",  sans-serif;
	font-size: 1.5rem;
	text-align: center;
}
.contact-info .collapse {
	padding: 0;
}
.contact-info .icon {
	margin-bottom: 2.1rem;
}
.contact-info .icon i {
	font-size: 4.2rem;
	color: #FFFFFF;
}
.contact-info h5 {
	color: #ffc637;
}

/* end contact */

/** 
 * ===================================================================
 * 18. footer - (_layout.scss)
 *
 * ------------------------------------------------------------------- 
 */
.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
	text-align: center;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #ffc637;
  color: #fff;
}
.social li a.social-circle {
  background: rgba(24,9,13,1.00);
  color: #ffc637;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #42689C !important;
}
.social.social-box a {
  background: #FFC637;
  color: #fff;
}
.social.social-circle a {
  background: #ffc637;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
	

footer {
	padding-bottom: 3rem;
	font-size: 1.4rem;
	font-family: "lora-regular", sans-serif;
	background: #151515;
}
footer a, footer a:visited {
	color: #FFFFFF;
}
footer a:hover, footer a:focus {
	color: #ffc637;
}
footer .row {
	max-width: 900px;
}
footer .social {
	text-align: right;
}
footer .footer-social {
	display: inline-block;
	font-size: 2.1rem;
	margin: 0;
	padding: 0;
	position: relative;
	top: -.3rem;
}
footer .footer-social li {
	display: inline-block;
	margin: 0 12px;
	padding: 0;
}
footer .footer-social li a {
	color: #FFFFFF;
}
footer .copyright span {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	display: inline-block;
}
footer .copyright span::after {
	content: "|";
	display: inline-block;
	padding: 0 1rem 0 1.2rem;
	color: rgba(255, 255, 255, 0.1);
}
footer .copyright span:last-child::after {
	display: none;
}

footer .siga {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
	text-align: left;
	color: white;
	padding: 0px 5px 0px 0px;
}
/**
 * responsive:
 * footer
 * -------------------------------------------------------------------
 */
@media only screen and (max-width:768px) {
	footer {
		text-align: center;
	}
	footer .social {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 1.5rem;
	}
	footer .copyright span {
		display: block;
	}
	footer .copyright span::after {
		display: none;
	}
}

@media screen and ( max-width: 991px ) {
    .box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
        margin-bottom: 20px;
    }
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
}
/* end media 360 */

.creative-nav-toggle {
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-decoration: none;
  }
  .creative-nav-toggle.active i::before, .creative-nav-toggle.active i::after {
    background: #FFDD8A;
  }
  .creative-nav-toggle:hover, .creative-nav-toggle:focus, .creative-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
  }
  .creative-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 25px;
    height: 3px;
    color: #FFDD8A;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #FFDD8A;
    transition: all .2s ease-out;
  }
  .creative-nav-toggle i::before, .creative-nav-toggle i::after {
    content: '';
    width: 25px;
    height: 3px;
    background: #FFDD8A;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  
  .creative-nav-toggle i::before {
    top: -7px;
  }
  
  .creative-nav-toggle i::after {
    bottom: -7px;
  }
  
  .creative-nav-toggle:hover i::before {
    top: -10px;
  }
  
  .creative-nav-toggle:hover i::after {
    bottom: -10px;
  }
  
  .creative-nav-toggle.active i {
    background: transparent;
  }
  
  .creative-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
  }
  
  .creative-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
  }
  
  .creative-nav-toggle {
    position: absolute;
    top: 2px;
    right: 0px;
    z-index: 21;
    padding: 6px 0 0 0;
    display: block;
    margin: 0 auto;
    display: none;
    height: 44px;
    width: 25px;
    border-bottom: none !important;
  }
  @media screen and (max-width: 768px) {
    .creative-nav-toggle {
      display: block;
    }
  }
  a {
    color: #FFDD8A;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  a:hover, a:active, a:focus {
    color: #FFDD8A;
    outline: none;
  }  