@import 'https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900';

/* Scrollbar */
::-webkit-scrollbar{
  width: 4px;
}
::-webkit-scrollbar-track{
  background-color: #fff
}
::-webkit-scrollbar-thumb {
 background: #0e3b8c;
 box-shadow: inset 0 0 1px rgba(0,0,0,0.5);  
 border:1px solid rgba(255,255,255,0.1);
}
*{
	padding: 0;
	margin: 0
}
body{
  font-family: 'Rubik' !important;
}
body, html {
  height: 100%;
}
p{
  color: #8c89b7;
}
h1{
  color: #fbff00;
  margin-top: 12px;
}
h4 {
    color: #fff;
    line-height: 42px;
}h6{
  font-size: 3rem;
}
div a i{
  text-decoration: none;
  outline: none;
  color: #fff;
}
small{
  font-size: 100%;
}
hr {
    width: 12%;
    padding: 0px;
    height: 2px;
    margin-left: 44%;
    background-color: #fff;
}
textarea {
    resize: none; /* impede que o próprio usuário altere o tamanho do textarea */
    overflow-y: auto;
}

li:hover {
 -webkit-transform:scale(1.2); 
 -moz-transform:scale(1.2); 
 -o-transform:scale(1.2);
 transform:scale(1.2);
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
.whats{
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 9999999;
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
}
100% {
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
}
}

@keyframes shadow-pulse-big
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
}
100% {
    box-shadow: 0 0 0 70px rgba(0, 0, 0, 0);
}
}

.pulse-button{
    float: left;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    background: rgba(38, 255, 12, 0.72);
    border-radius: 50%;
    animation: shadow-pulse 1s infinite;
}
.fa-inverse {
    color: #7d20fe;
}
.branco{
  color: #fff !important;
  border-radius: 15px !important;
  padding: 8px;
}
.person{
  background: transparent;
  border: solid 1px #ccc;
  padding: 30px;
  margin: 10px;
}
.person:focus{
  background: transparent;
  border: solid 1px #ccc;
  padding: 30px
}
.navbar-toggleable-md > .container {
    padding-right: 0;
    text-align: center;
    display: block;
    padding-left: 0;
}
.roxa{
    background-color: #7b21fd;
}
.fa-chevron-right{
    color: blue;
}
.fund-roxa{
    background: rgba(123, 33, 253, 0.8);
}
.texto-box{
  margin-left: 10%;
  margin-top: 100px;
  width: auto;
  font-size: 40px;
  color: white;
}
.img-text{
  margin-left: 10%;
}
.margim-ajuste{
  padding:38px 160px;
}
.info{
    height:100%;
    text-align: center;
}
.fa-2x{
  color:#aaa;
}
.borda{
  border-radius: 0.25rem;
  border: solid 2px #aeb4ff;
  padding: 12px;
}
.portfolio-margin-top h1{
  margin-top: 600px;
}
.titulo-portfolio{
  font-size: 6rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.gif{
  align-content: center;
  border-radius: 20px;
  width: 80%;
}
.sevicos{
    color: #5d548a;
    font-size: 20px;
    line-height: 42px;
    margin-top: 15px;
    margin-bottom: 45px;
}
.contato{
    color: #fff !important;
    display: block;
    text-align: right;
    font-size: 20px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #464a4c;
  background-color: #7c21ff;
  border-color: #ddd #ddd #fff;
  .botao{
      cursor: pointer;
  }
  .boxquadro{
      height: 407px;
      margin: 60px 0;
      background-color: #b29475;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
  }
  .btn-primary:hover{
   background-color: #f1f1f1 !important;
}
.col-md-3{
  width: 80%;
}
.espaco{
  margin: 50px 0 0 0;
}
.font-depoimento{
  text-align: center;
  font-family: Rubik;
  font-size: 24pt;
  -ms-font-feature-settings: "ss06" 1;

}
.testimonial-slider {
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

.testimonial-slider ul.slider {
 display: block;
 list-style: none;
 padding: 0;
 position: relative;
 display: inline-block;
 width: 100%;
 height: 300px;
 overflow: hidden;
 margin: 0 auto;
}

.testimonial-slider ul.slider li {
    position: absolute;
    display: block;
    width: 100%;
    opacity: 0;
    margin: 0 auto;
}
.testimonial-slider ul.slider li:nth-child(1) {
    opacity: 1;

    -webkit-animation: fade-animation-1 45s infinite;
    animation: fade-animation-1 45s infinite;
}
.testimonial-slider ul.slider li:nth-child(2) {
    -webkit-animation: fade-animation-2 45s infinite;
    animation: fade-animation-2 45s infinite;
}
.testimonial-slider ul.slider li:nth-child(3) {
    -webkit-animation: fade-animation-3 45s infinite;
    animation: fade-animation-3 45s infinite;
}
.testimonial-slider ul.slider li:nth-child(4) {
    -webkit-animation: fade-animation-4 45s infinite;
    animation: fade-animation-4 45s infinite;
}

.testimonial-slider q {
  display: inline-block;
  font-family: "Rubik", Helvetica, Arial, Verdana, sans-serif;
  /* letter-spacing: .5pt; */
  /* text-shadow: 0 5px 10px rgba(0,0,0,.1); */
  max-width: 90ch;
  font-weight: 100;
}

.testimonial-slider .source {
    margin-top: 10px;
    color: #FFFFFF !important;
    font: italic 300px 30px / 1.35 "Rubik", Helvetica, Arial, Verdana, sans-serif;
}
.espacopainel{
  padding: 80px;
}
.bt{
  float: left;
  width: 60%;
  padding: 15px;
  border-radius: 50px;
}
.descolamento_bt{
  float: left;
  margin-left: -40px;
  width: 26%;
  padding: 14px;
  border-radius: 50px;
  border: 0;
  background-color: #e6be89
}

/* KEYFRAME DECLARATIONS */
@keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-animation-1 {
    0%, 25%, 100% {
        opacity:0
    }
    3%, 22% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-2 {
    0%, 25%, 50%, 100% {
        opacity:0
    }
    28%, 47% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-3 {
    0%, 50%, 75%, 100% {
        opacity:0
    }
    53%, 72% {
        opacity: 1;
    }
}
@-webkit-keyframes fade-animation-4 {
    0%, 75%, 100% {
        opacity:0
    }
    78%, 97% {
        opacity: 1;
    }
}

.textright {
  color: #b29475 !important;
  text-align: right;
}

.cinza3 {
  background-color: #fcf9fe !important;
}
h2{
  color: #b29475;
  font-size: 2.3rem;
  margin: 0 0 40px 0;
}

label{
  color: #005db0
}
span{
    display: block;
    margin-top: 530px;
    margin-left: -66px;
    font-size: 1.33em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    position: relative;
    top: 48px;
}
em{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.acessorios{
    display: block;
    margin-top: 258px;
    font: normal normal 3em/1.2 "Old Standard TT";
    text-transform: uppercase;
    opacity: 0.4;
    letter-spacing: 0.7em;
    color: #000 !important;
    background-color: #FFF;
    padding: 30px;
    position: relative;
}
.info{
    display: block;
    margin-top: 275px;
    font: normal normal 1.5em/1.2 "Old Standard TT";
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #b29475 !important;
    position: relative;
}
}
.carousel-item{
  height: 100vh;
}
.col-md-12{
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    outline: none;
}
.bg1{
  height: 500px;
  background: url(../images/img1.jpg) no-repeat;
  background-position-x: right;
}
.bg2{
  height: 500px;
  background: url(../images/img2.jpg) no-repeat;
  background-position-x: left;
}
.bg3{
  height: 233px;
  background: url(../images/footer.jpg) no-repeat;
  background-position-x: left;
  background-size: cover;
}
.bg4{
  background: url(../images/img7.png) no-repeat;
  background-position-x: left;
  background-size: cover;
}
.img-logo{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.bg-faded {
    background-color: #7b21fd;
}
.box-azul{
	background-color: #7b21fd;
}
.boxazul{
  background-color: #ebf1fa
}
.box{
  padding: 30px;
  margin: 10px;
  background-color: #fff;
  text-align: center;    
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 2px 70px 0px rgba(120,0,249,0.15);
}
.box-2 {
    margin-top: 60px;
    color: #fff;
    padding: 10px;
    background-image: url(../images/agencia.jpg);
    background-size: cover;
    background-position: center center; 
    background-attachment: fixed;
    font-size: 1.75rem;
}
.box-3 {
    height: 100%;
    margin-top: 90px;
    text-align: center;
    color: #3b3771;
    background-color: #fcf9fe;
    padding: 10px;
    font-size: 1.75rem;
}
.box-4{
    background-color: #ffffff;
    margin-top: 150px;
}
.top{
  margin-top: -91px;
  padding: 50px;
}
.concluidos{
  padding: 50px;
}
.float{
	float: left;
}
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.textcenter {
    text-align: center;
}
.spacex{
  margin: 25px;
}
.space{
	padding: 60px 0;
  font-size: 1.2em;
  line-height: 40px;
}



@media (max-width: 768px){
    .spacex {
        padding: 180px 0 370px 0;
    }
    nav, section, summary {
        display: none !important;
    }
    div, a, img {
      align-items: center;
  }
  .img-center{
      display: block;
      margin: auto;
  }
}

@media (max-width: 420px){

    nav, section, summary {
        display: none !important;
    }
    .img-center{
      display: block;
      margin: auto;
  }
  .isolayer--scroll1 {
    width: 210vw;
    max-width: 1200px;
    height: calc(100vh - 280px);
}
.footer {
    height: 340px !important;
    width: 358px !important;
    padding: 5px !important;
    margin: auto !important;
    margin-top: -114px !important;
    background-color: #8422e9;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 2px 70px 0px rgba(120,0,249,0.7);
    color: #fff !important;
}
h1 {
    color: #ffffff;
    margin-top: 0px;
}
.textcenter {
    text-align: center;
}
.grid {
  position: relative;
  margin: 3400px -20px 0;
  padding: 0;
  list-style: none;
}
.isolayer {
    position: absolute;
    top: -72px;
    left: -237px;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 77% 100%;
}
.fixed-top{
  margin-top: 0px;
}

.bg1{
  height: 500px;
  background: url(../images/img1.jpg) no-repeat;
}
.margim-ajuste{
  padding: 0;
  text-align: center;
}
.top{
  margin-top: -50px;
  padding: 0px;
}
.box {
    padding: 30px;
    margin: 10px;
    background-color: #fff;
    text-align: center;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 2px 70px 0px rgba(120,0,249,0.15);
}
.box-2 {
    height: 100%;
    margin-top: 60px;
    text-align: left;
    color: #fff;
    background-color: #fff;
    padding: 10px;
    font-size: 1.75rem; 
    box-shadow: 0px 2px 70px 0px rgba(120,0,249,0.15);
}
.box-3 {
    height: 100%;
    margin-top: 30px;
    text-align: center;
    color: #3b3771;
    padding: 10px;
    font-size: 1.75rem;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 2px 70px 0px rgba(120,0,249,0.15);
}
.texto-box {
    margin-left: 10%;
    margin-top: 80px;
    width: auto;
    font-size: 25px;
    color: white;
}
hr {
    width: 42%;
    padding: 0px;
    height: 2px;
    margin-left: 29%;
    background-color: #fff;
}
.icon{
    color:#FFF;
}
.textcenter {
    text-align: center;
    margin-top: 6px;
}
.spacex {
    margin-top: -175px;
    margin-left: -26px;
}
.col-md-12
{
    padding-right: 0 !important;
    padding-left: 0 !important;
} 
.text-left-center{
    font-size: 1.5em;
}
.col-md-3{
    width: 100%;
}
.sociais i{
    margin: 15px !important;
}
.espacopainel{
  padding: 30px;
}
.bg4{
  height: 233px;
  background: url(../images/img7.png) no-repeat;
  background-position-x: -515px;
}

.typed {
    font-size: 2.3rem;
    color: #fbff02 !important;
    font-size: 25px;
}
h2 {
    color: #b29475;
    font-size: 2.5rem;
    margin: 320px 0 40px 0;
}
.bt{
    float: left;
    width: 84%;
    padding: 14px;
    border-radius: 50px;
}
.testimonial-slider {
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 0;
  background-color: #323232;
}
}
.navbar-brand {
    display: inline-block;
    padding-top: .25rem;
    padding-bottom: .25rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar{
  position: relative;
  z-index: 999999;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}
.navbar-light:hover .navbar-nav:hover .nav-link:hover {
	color: #ccc;
}
.navbar-toggleable-md .navbar-nav .nav-link {
    padding: 8px 0rem 0.3em 3rem;
}
.navbar-light .navbar-toggler {
    background-color: #7b21fd;
    outline: none;
}
.navbar-nav{
  color: #000;
}
.navbar-light .navbar-nav .nav-link.active {
    color: #f1eef5;
    font-weight: bold;
    outline: none;
}
.carousel-control-prev, .carousel-control-next{
  z-index: 999;
}
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  font-size: 2rem;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 1;
}
.hr-text:before {
  content: '';
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#818078), to(transparent));
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  height: 1px;
}
h3{
    font-size: 1.75rem;
    color: #3b3771;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fff;
}
.box1{
  position: relative;
  width: 80%;
  height: 150px;
  margin: -20px auto 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 #787878;
  box-shadow: 0 0 10px 0 #787878;
}
.box2{
  width: 80%;
  height: 300px;
  margin: 40px auto 0;
  background-color: #fff;
}
.border{
  width: 20%;
  color: #005db0;
  font-size: 1.3rem;
  font-weight: bold;
  border-bottom: solid 3px #005db0;
}
.trabalhe {
    width: 100%;
    padding: 10px;
    background-color: #005db0;
    color: #fff;
}
.box-servicos{
  float: left;
  margin: 12px;
  border: solid 1px;
  color: #005db0;
  -moz-border-radius:20px; -webkit-border-radius:20px; border-radius: 20px;
}
.caixa{
  width: 95%;
  margin-top: 40px;
  padding: 20px;
  border: solid 1px #005db0;
  text-align: center;
  color: #005db0;
  font-size: 1em;
}
.caixaempresa{
  width: 100%;
  margin: 0;
  padding: 30px;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 30px;
}
.box-correcao{
  position: relative;
  width: 80%;
  height: 10px;
  margin: 0px auto;
  background-color: #fff;
}
.empresa{
  position: relative;
  width: 90px;
  padding: 10px;
  margin: -55px 0px 20px 0px;
  background-color: #005db0;
  color: #fff
}
.caixamsg{
  width: 100%;
  height: 257px;
  padding: 30px;
  color: #fff;
  font-size: 0.9em;
  background-color: #005db0
}
.parceiro{
  float: left;
}
.texto{
  float: left;
  color: #fff;
  font-size: 1.3em;
  padding: 10px;
}
.texto-comentario{
  color: #fff;
  font-size: 1em;
}

@media (max-width: 767px){
  .right{
     text-align: left;
     padding-right: 0
 }
 .navbar-toggleable-md .navbar-nav .nav-link {
   padding-right: .1rem;
   padding-left: .1rem;    
   padding-top: 12px;   		
}
.box-azul-space{
 background-color: #005db0;
 height: 60px
}

.navbar-light .navbar-nav .nav-link {
  color: #fff
}
.box2{
    display: none
}
.box1{
    width: 90%;
    height: 374px;
    margin: -20px auto;
}
.space{
    padding: 20px;
    margin: 20px;
}
.container {
    width: 100%;
}
.offset-1{
    margin-left: 0;
}
.box-2{
    height: 1500px
}
}
.caixaconteudo {
  margin: 50px auto;
  max-width: 400px;
  width: 100%;
}
.rounded-circle{
  height: 100px;
  background-size: cover;
}
.fa-stack-2x{
  font-size: 1.6em;
  margin-top: 3px;
}
/*.painel {
  right: 0;
  position: fixed;
  bottom: 0;
  height: 400px;
  width: 400px;
  border-radius: 5px;
  z-index: 999999;
}*/
/*desse intem para baixo é para o menu !*/


ul li a:hover{
    text-decoration: none;
    color: #FFF !important;
}
.linha {
  margin: 10px 10px 10px 0px;
}
.icon{
	padding: 60px;
  color:#b29475;  
}
.icon2{
  color:#b29475;  
}
.icon:hover{
  color: #fff;
}
.btn-rounded{
    border-radius: 60px;
    padding: 15px;
    margin-top: 7px;
    margin-right: -10px;
    width: 200px;
}
.btn-primary{
  background-color: #b29475 !important; 
  border-color: transparent !important;
}
.titulo{
  font: normal normal 2.2em/1.2 "Old Standard TT";
  color:#b29475 !important;
  margin-top: 300px;
  opacity: 0.4;
  letter-spacing: 0.7em;
  color: #000 !important;
  background-color: #FFF;
  padding: 30px;
  position: relative;
}
/*Add custom cursor so it auto inherits font styles*/
.typed::after {
  content: '|';
  display: inline;
  color: #ff6162;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
.footer {
    height: 377px;
    width: 450px;
    padding: 14px;
    margin: auto;
    margin-top: -184px;
    background-color: #8422e9;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 2px 70px 0px rgb(53, 53, 53);
}

/*Removes cursor that comes with typed.js*/
.typed-cursor{
 opacity: 0;
 display: none;
}
/*Custom cursor animation*/
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}