/*
Theme Name: Orbiter
Theme URI: https://orbiter.com.br/
Author: Laís Santos
Author URI: laissantostz@gmail.com
Description: Tema para o novo site da Orbiter em 2022.
Version: 1.2
*/

/* Estilos Gerais */
*,html,body,main,footer,p,h1,h2,h3,
h4,h5,h6,a,span, strong, b{
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  color: #666666;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Saira', sans-serif;
  line-height: 1.2em;
  color: #3b3a3b;
}
.btn-link:hover,
a, a:hover, a:focus, a:active{
  border: none;
  outline-style: none;
  text-decoration: none;
}
strong, b{
  font-weight: 600;
}
body{
  background: #fff;
}
.wrapper{
  height: 100%;
  overflow-x: hidden;
  perspective: 2px;
  transform-style: preserve-3d;
}
.cta{
  color: #3b3a3b;
  background: #fff;
  padding: 15px 25px;
  text-transform: uppercase;
  font-weight: 500;
  width: fit-content;
  display: flex;
  align-items: center;
  transition: ease-in-out .2s;
}
.cta:hover{
  transform: scale(1.1);
}
.cta.blue{
  background: #1457a1;
  color: #fff;
}
.bg-cover{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* Estilos Header */
.header{
  width: 100%;
	position: relative;
	z-index: 9999;
}
header .navbar{
  display: flex;
  justify-content: space-between;
}
.navbar-brand img{
  width: 100%;
  max-width: 200px;
}
.navbar a{
  color: #fff;
  font-size: .8em;
  transition: ease-in-out .1s;
  padding: .5rem;
  display: block;
  border-bottom: 2px solid transparent;
  text-align: center;
  text-transform: uppercase;
}
.navbar a:hover{
  border-color: #fff;
  opacity: .8;
}
.navbar-toggler{
  background: #e83c95;
}
.navbar-collapse.show{
  background: #474b4e;
}
.navbar-brand:hover{
  border: none !important;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
	width: 58px !important;
}
/* Estilos Menu */

.menu-open-close{
  position: relative; 
}
.menu-toggle{
  width: 25px;
  border-radius: 11px;
  display: none !important;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer; 
}
.menu-toggle span{
  font-weight: 600;
  line-height: 40px;
  color: #fff;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center 
}
.menu-toggle span::before, .menu-toggle span::after{
  content: "";
  width: 25px;
  border-radius: 11px;
  height: 1px;
  display: block;
  background: #fff; 
}
.menuToggle{
  display: none;
  position: relative;
  z-index: 2;
  width: 60px;
  height: 40px;
  cursor: pointer; 
} 
.menu-lateral{
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: -120%;
  width: 100%;
  max-width: 422px;
  height: 100vh;
  background: #fff;
  z-index: 1;
  transition: .5s;
  overflow-y: hidden;
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}
.close-button{
  position: absolute;
  top: 40px;
  left: 80%;
  cursor: pointer; 
}
.close-button span{
  color: #000;
  font-size: 28px;
  font-weight: 300;
  line-height: 48px; 
}
.menu::-webkit-scrollbar{
  display: none; 
}
.menu-lateral ul{
  overflow-y: hidden;
  width: 100%;
  margin: 0;
  padding: 0; 
}
.menu-lateral ul li{
  list-style: none; 
}
.menu-lateral.active{
  left: 0;
  overflow: auto; 
}


/* Estilos Footer */
footer{
  background: #3b3a3b;
}
footer ul li{
  list-style: none;
}
footer .logo{
  max-width: 200px;
}
footer .navbar a{
  color: #fff;
  padding: 0;
  margin-bottom: 5px;
}
footer .contato p{
  text-transform: uppercase;
  color: #fff;
}
footer p{  
  color: #fff;
  padding: 0;
  margin-bottom: 5px;
}
footer a{
  color: #fff;
}
footer .copy{
  background: #555555;
}

/* Estilos Home */
#home .banner-principal .slide .conteudo{
  width: 100%;
  height: 600px;
  position: relative;
	z-index: 100;
}
#home .banner-principal .slide .conteudo::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(71, 71, 71, 0.4);
  z-index: 10;
} 
#home .banner-principal .slick-slider{
  position: absolute;
  margin-bottom: 0;
  height: 100%;
}
#home .banner-principal .slide .fundo{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home .banner-principal .slick-prev{
  left: 10px;
  z-index: 999;
}
#home .banner-principal .slick-next{
  right: 50px;
  z-index: 999;
}
#home .banner-principal .slick-prev:before,
#home .banner-principal .slick-next:before{
  color: #000;
  background: #fff;
  padding: 5px;
  font-size: 20px;
}
#home .banner-principal .texto{
  position: relative;
  z-index: 200;
}
#home .banner-principal .texto h2{
  color: #fff;
  max-width: 500px;
  font-size: 2.8em;
  margin-bottom: 30px;
  font-weight: 600;
}
#home .banner-principal .texto p{
  color: #fff;
  max-width: 500px;
  margin-bottom: 30px;
}
h2.titulo,
h1.titulo{
  font-weight: 500;
  font-size: 2.5em;
  margin-bottom: 30px;
}
p{
  margin-bottom: 15px;
}
.servicos .box{
  width: 100%;
  border-top: 5px solid #1457a1;
  padding: 25px;
  height: 350px;
  position: relative;
  transition: ease-in-out .2s;
}
.servicos .box .icone img{
  width: 60px;
  margin-bottom: 10px;
  transition: ease-in-out .2s;
}
.servicos .box h3{
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.1em;
  max-width: 200px;
}
.servicos .box p{
  font-size: .85em;
}
.servicos .box .cta{
  opacity: 0;
  transition: ease-in-out .2s;
}
.servicos .box:hover .cta{
  opacity: 1;
}
.servicos .box:hover .icone img{
  width: 35px;
}
.numeros .numero .icone{
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}
.numeros .numero .icone img{
  width: 70px;
  height: 70px;
  object-fit: contain;
  background: #073953;
  border-radius: 50%;
  padding: 15px;
}
.numeros .numero .texto{
  padding: 10px 20px 10px 30px;
  border: 1px solid #fff;
  border-left: 0;
  border-radius: 0 30px 30px 0;
  margin-left: -20px;
}
.numeros .numero .texto span{
  color: #fff;
  font-size: 2.3em;
  font-weight: 600;
  font-family: 'Saira', sans-serif;
}
.numeros .numero .texto p{
  color: #fff;
  font-size: .6em;
  text-transform: uppercase;
  max-width: 100px;
  padding-left: 10px;
  margin-bottom: 0;
}
.localizacao .texto p{
  max-width: 300px;
}
.depoimentos .slick-prev:before, 
.depoimentos .slick-next:before{
  color: #3b3a3b;
}
.depoimentos p{
  font-size: .9em;
  line-height: 1.8em;
}
.depoimentos .autor{
  position: relative;
  padding-top: 15px;
  margin-top: 20px;
}
.depoimentos .autor::before{
  content: '';
  background: #1457a1;
  height: 4px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.depoimentos .autor p{
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1em;
}
.depoimentos .autor span{
  font-size: .85em;
  font-weight: 500;
  line-height: 1.5em;
}
.clientes .container-slide{
  background: #e7e7e7;
}
.clientes .slide{
  max-width: 1500px;
}
.clientes .logo{
  padding: 0 20px;
}
.clientes .logo img{
  transition: ease-in-out .2s;
  height: 80px;
  max-width: 200px;
  object-fit: contain;
	margin-bottom: 20px;
}
.slide .slick-dots{
  bottom: -80px;
}
.slide .slick-dots li button{
  background: #606060;
  height: 5px;
  border-radius: 3px;
  padding: 0;
}
.slide .slick-dots li.slick-active button{
  background: #d4d4d4;
}
.projetos .imagem{
  border-top: 5px solid #1457a1;
}
.projetos .box .texto{
  padding: 20px;
	padding-top: 0;
}
.projetos .box h3{
  font-weight: 600;
  margin: 20px 0;
  font-size: 1.1em;
  max-width: 250px;
}
.projetos .box p{
  font-size: .85em;
}
.cta-equipe .cta{
  color: #1457a1;
}
.blog .left .box .imagem img{
  margin-bottom: 20px;
}
.blog .texto{
  padding: 20px;
}
.blog .box .imagem img{
  object-fit: cover;
}
.blog .box h3{
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.blog .box p{
  font-size: .85em;
}
.blog .box .data span{
  font-weight: 600;
  font-size: .8em;
}
.blog .right .box .texto{
  padding: 0;
  padding-left: 20px;
}

/* Página A Orbiter */
#sobre .slide .slick-dots{
	bottom: -40px;
}

/* Página Projetos */
.page .topo{
  height: 300px;
}
.page .topo h1,
.page .topo h2{
  padding-top: 80px;
  color: #fff;
}

/* Página Onde estamos */
.video iframe{
  width: 100%;
  height: 400px;
	position: relative;
	z-index: 10;
}

/* Página Equipe */
#equipe .box .texto{
  padding: 20px;
}
#equipe .box .texto p{
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.2em;
}
#equipe .box .texto span{
  font-weight: 500;
}

.form-control{
  background: #f2f2f2;
  border: 0;
}
form .cta{
  border: 0;
}




























/* Animação */
[data-anime]{
  opacity: 0;
  transition: 1s;
  transition-delay: .2s;
}
[data-anime="left"]{
  transform: translate3d(-200px, 0, 0);
}
[data-anime="right"]{
  transform: translate3d(200px, 0, 0);  
}
[data-anime="top"]{
  transform: translate3d(0, -50px, 0);  
}
[data-anime="down"]{
  transform: translate3d(0, +50px, 0);  
}
[data-anime].animate{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Estilos Responsividade */
@media (max-width:991px){
.menu-toggle{
  display: flex !important;
}
.navbar a{
  color: #073953;
}
}
@media (max-width:780px){
  #home .banner-principal{
    margin-bottom: 0;
  }
  #home .banner-principal .texto{
    padding: 0 70px;
  }
  #home .banner-principal .texto h2{
    font-size: 2.5em;
  }
  .py-5{
    padding-bottom: 1rem!important;
    padding-top: 1rem!important;
  }
  .servicos .box{
    height: auto;
  }
  .servicos .box .cta{
    opacity: 1;
  }
  .localizacao{
    position: relative;
  }
  .localizacao::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
  }
  .localizacao img{
    z-index: 2;
    position: relative;
  }
  .localizacao h2{
    z-index: 2;
    color: #fff;
    position: relative;
  }
  .localizacao p{
    z-index: 2;
    position: relative;
    color: #fff;
    font-weight: 500;
  }
  .localizacao .cta{
    z-index: 2;
    position: relative;
  }
  .slide .slick-dots{
    bottom: -60px;
  }
  .clientes .logo img{
    margin: 0 auto;
  }
  footer .logo{
    margin-bottom: 20px;
  }
  footer p{
    font-size: .8em;
  }
  footer .contato p{
    display: none;
  }
  .page .topo{
    height: 200px;
  }
  .page .topo h1, .page .topo h2{
    font-size: 2.3em;
  }
  h2.titulo, h1.titulo{
    font-size: 2em;
  }
  .video iframe{
    height: 300px;
  }
  #contato h3{
    margin-bottom: 20px;
  }
}
