/* .pace .pace-progress{background-color:#f26c09 !important;box-shadow:0px 0px 5px #000} */
html, body{
  overflow: hidden;
}

*{
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: none !important;
  list-style: none;
}

img{
    max-width: 100%;
}

section{
  overflow: hidden;
  height: 100vh;
  width: 100%;
  position: relative;
}

canvas{
  width: 100vw;
  height: 100vh;
}
/*
body{
  opacity: 0;
}

body.fp-viewing-0, body.pace-done, body.pace-running, body.body-sobre{
  opacity: 1;
}

.pace{
  height: 100vh;
  z-index: 100;
  position: fixed;
  width: 100vw;
  background-color: white;
  display: flex;
  transition: 1s;
  justify-content: center;
  align-items: center;
}

.pace.pace-inactive{
  opacity: 0;
}

.pace .pace-progress {
    background: #000;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 100vh;
}
.pace .pace-activity{
  height: 200px;
  background-image: url(../imgs/logo-apple-producoes-loading.png);
  width: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  z-index: 111111;
  transform: scale(2);
} */

.container{
  width: 1400px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

header{
  border-bottom: 1px solid red;
  position: fixed;
  z-index: 6;
  width: 100%;
  transition: 0.3s;
  top: -200px;
  background-color: transparent;
}

header.black{
  border-bottom: 1px solid black;

}


.icon-lgm img{ 
  width: 25px; 
  position: absolute;
  top: calc(50% - 25px/2);
  right: 20px;
  transition: 0.3s; 
}

.active .icon-lgm img{ 
  right: 5px;
} 

.icon-lgm img:hover{ 
  transform: scale(1.3);
}

header .logo img.img-logo-black{
  display: none;
}

header.black .logo img.img-logo{
  display: none;
}
header .logo img.img-logo-black{
  display: inline-block;
}

header .btn-menu{
  display: none;
}

header.on{
  top: 0px;
}

header.active{
  background-color: rgba(0,0,0,0.9);
}


header.black.active{
  background-color: rgba(255,255,255,1);
}

header .container{
  transition: 0.8s;
}

header.active .container{
  width: 98%;
  max-width: 98%;
}

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

header .box-header-menu .logo{
  width: 50px;
  transition: 1s;
}

header.active .box-header-menu .logo {
    width: 35px;
}

header.black.active .box-header-menu .logo {
    width: 30px;
}

header nav ul{
  display: flex;
  justify-content: center;
  align-items: center;
}

header nav ul li{
  padding: 0px 0px;
  transition: 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  border:5px solid transparent;
}

header nav ul li.active{
  border-bottom: 5px solid red;
}


header.black nav ul li.active{
  border-bottom: 5px solid black;
}

header nav ul li:last-child{
  padding-bottom: 0px;
  padding-top: 0px;
}

header nav ul li a{
  color: white;
  display: inline-block;
  font-size: 16px;
  padding: 45px 20px;
  transition: .3s;
  font-family: "SofiaPro-bold";
}

header.black nav ul li a{
  color: black;
}

header.active nav ul li a {
  padding: 15px 20px;
  font-size: 12px;
  /* font-family: "SofiaPro-light"; */
}

header.black.active nav ul li a {

  padding: 15px 20px;
}

header nav ul li:hover{
  /* border-bottom: 5px solid red; */
}

header nav ul li:hover a{
  color: red;
}

.form-mobile{
  display: none;
}

header nav ul li form{
  box-sizing: border-box;
  margin-left: 20px;
  border: 2px solid #fff;
  transition: 0.3s;
}

header.black nav ul li form{
  border: 2px solid #000;
}

header nav ul li.form-mobile form.opensize{
  transform: scale(1.5);
  background-color: #000;
  margin-top: 200px;
}

header nav ul li form input{
  box-sizing: border-box;
  padding: 5px;
  border: 0px solid #fff;
  background-color: transparent;
  font-family: "SofiaPro-light";
  color: white;
}

header.black nav ul li form input{
  color: black;
}

header nav ul li form button{
  box-sizing: border-box;
  border: 0px solid #fff;
  background-color: transparent;
  width: 20px;
  height: 20px;
}

header nav ul li form button i{
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
  right: 5px;
  border:2px solid #fff;
  border-radius: 50%;
}

header.black nav ul li form button i{
  border:2px solid #000;
}

header nav ul li form button i::before{
  content: "";
  width: 8px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 11px;
  transform: rotate(40deg);
  right: -7px;
}

header.black nav ul li form button i::before{
  background-color: black;
}

.box-iframes{
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;

}

.text{
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 2;
  background-color: rgba(0,0,0,0.5);
  background-image:url(../imgs/text.png);
}

.player{
  opacity: 0;
  position: fixed;
}

#home{
  background-image: url(../imgs/bg-home.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#home .container{
  height: 100%;
}

#home .box-info-home{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home .box-info-home .box-titulo{
  text-align: center;
}

#home .box-info-home .box-titulo img{
  width: 120px;
  transform: translateY(0px);
  opacity: 1;
  transition: 1s;
}

#home .box-info-home .box-titulo h2{
  color: white;
  text-align: center;
  transition: 1s;
  transform: translateY(0px);
  opacity: 1;
  cursor: default;
  /* text-shadow: 0px 0px 60px #000; */
  font-size: 80px;
  font-family: "SofiaPro-Black";
}
#home .box-info-home .box-titulo h2 span{
  color: red;
  display: inline-block;
  padding: 0px 10px;
  border: 1px solid #fff;
  height: 90px;
  position: relative;
  top: 0px;
  line-height: 80px;
}

#home .box-info-home .box-titulo h5{
  font-family: "SofiaPro-UltraLight";
  margin-top: 10px;
  transition: 1s;
  cursor: default;
  opacity: 1;
  font-size: 20px;
  transform: translateY(0px);
  color: white;
  letter-spacing: 1.7px;
  text-align: center;
}

#home .btn{
  top: 50px;
  opacity: 1;
  transform: translateY(0px);
  transition: 1s;
}

#home .off{
  transform: translateY(100px) !important;
  opacity: 0 !important;
}

.btn{
  background: none;
  border: 0;
  box-sizing: border-box;
  text-transform: uppercase;
  margin: 1em;
  font-family: "SofiaPro-UltraLight";
  padding: 1em 3em;
  box-shadow: inset 0 0 0 2px transparent;
  color: #fff;
  overflow: hidden;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: 0.25s;
}

.btn span{
  transition: 0.5s;
  display: inline-block;
  transform: translateX(0px);
}

.btn i{
  margin-left: 10px;
	width: 40px;
  height: 1px;
  opacity: 0;
  transition: 0.3s;
  background-color: #fff;
  display: block;
  position: absolute;
  transition: 0.5s;
  top: calc(50%);
  right: -105px;
}

.btn i::before, .btn i::after{
  content: "";
  height: 1px;
  background-color: #fff;
  display: block;
	right: 0;
  position: absolute;
  transition: 0.2s;
}

.btn i::before{
  width: 8px;
  top: -3px;
  transform: rotate(45deg);
}

.btn i::after{
  width: 8px;
	top: 3px;
	transform: rotate(-45deg);
}

.btn:hover span{
  transform: translateX(-25px);
}

.btn:hover i{
  right: -55px;
  opacity: 1;
}

.btn::after, .btn::before {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  width: 0;
  height: 0;
}

.btn::before {
  top: 0;
  left: 0;
}
.btn::after {
  bottom: 0;
  right: 0;
}
.btn:hover {
  color: #fff;
}

.active .btn::before, .active .btn::after {
  width: 100%;
  height: 100%;
}
.active .btn::before {
  border-top-color: #fff;
  border-right-color: #fff;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.active .btn::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.active .btn:hover::before {
  width: 50%;
  height: 10%;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;

}

.active .btn:hover::after {
  width: 50%;
  height: 10%;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.btn-next{
  cursor: pointer;
  width: 60px;
  height: 30px;
  position: absolute;
  z-index: 5;
  left: calc(50% - 60px/2);
  bottom: 20px;
}

.btn-next span{
  display: inline-block;
  width: 30px;
  background-color: white;
  height: 1px;
  transition: 0.3s;
  animation: up 1.5s linear 0s infinite alternate;
}

.btn-next span::before{
  content: "";
  display: inline-block;
  width: 30px;
  background-color: white;
  height: 1px;
  transform: rotate(100deg);
  transition: 0.3s;
  position: absolute;
  left: 18px;
  top: -14px;
}


.btn-next:hover span{
  height: 3px;
}

.btn-next:hover span::before{
  height: 3px;
}

@keyframes up {
  0%{
    transform: translateY(0px) rotate(40deg);
  }
  10%{
    transform: translateY(5px) rotate(40deg);
  }
  50%{
    transform: translateY(20px) rotate(40deg);
  }
  90%{
    transform: translateY(5px) rotate(40deg);
  }
  100%{
    transform: translateY(0px) rotate(40deg);
  }
}

#servicos{
  background-color: red;
}

#servicos .container{
  top: -80px;
}

#canvasFera, #canvasFera2{
  position: absolute;
  z-index: 0;
  top: 0;
}

#servicos .topo{
  display: flex;
  justify-content: flex-end;
}

#servicos .topo .info-section{
  width: 50%;
  cursor: default;
}

#servicos .topo .info-section h2{
  color: white;
  font-size: 55px;
  line-height: 60px;
  font-family: "SofiaPro-Black";
}


#servicos .topo .info-section h2 span{
  position: relative;
  opacity: 0;
  display: inline-block;
  transition: 1.5s;
  width: 100%;
}

#servicos .topo .info-section h2 span:nth-child(1){
  transform: translateY(-30px);
}
#servicos .topo .info-section h2 span:nth-child(2){
  transform: translateX(-50px);
}
#servicos .topo .info-section h2 span:nth-child(3){
  transform: translateX(50px);
}


#servicos .topo .info-section h2 span.active{
  transform: translateY(0px);
  opacity: 1;
}

#servicos .topo .info-section p{
  font-family: "SofiaPro-light";
  color: white;
  font-size: 16px;
  margin-top: 15px;
  opacity: 0;
  transition: 1.5s;
  transform: translateY(40px);
}

#servicos .topo .info-section p.active{
  transform: translateY(0px);
  opacity: 1;
}

#servicos .box-icons-info{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#servicos .box-icons-info-mobile{
  display: none;
}

#servicos .box-icons-info > div{
  width: 50%;
}

#servicos .box-icons-info .box-right{
  display: flex;
  justify-content: space-between;
}

#servicos .box-icons-info .info-principal{
  position: relative;
  width: 200px;
  height: 200px;
  opacity: 1;
  transform: translateY(0px);
  transition: 1.5s;
  margin-top: 80px;
}

#servicos .box-icons-info .info-principal.off{
  opacity: 0;
  transform: translateY(30px);
}

#servicos .box-icons-info .info-principal img{
  max-width: 80%;
  max-height: 80%;
}


#servicos .box-icons-info .info-principal .circle-principal{
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  border: 5px solid #c4161c;
  background-color: white;
  z-index: 2;
  justify-content: center;
  align-items: center;
}


#servicos .box-icons-info .box-descricao{
  position: absolute;
  width: 400px;
  max-height: 500px;
  transition: 1s;
  opacity: 1;
  z-index: 1;
  transform: translateX(0px);
  bottom: -80px;
  left: calc(-100% - (400px/2 + 130px));
  border: 3px solid red;
  border-radius: 20px;
}


#servicos .box-icons-info .c5 .box-descricao{
  left: 0px;
  bottom: initial;
  top: calc(100% + 40px);
  opacity: 0;
}


#servicos .box-icons-info .c5 .box-descricao.open{
  opacity: 1;
}


#servicos .box-icons-info .box-descricao.off{
  transform: translateX(-200px);
  opacity: 0;
}


#servicos .box-icons-info .box-descricao::before{
  width: 98.2%;
  height: 98.2%;
  position: absolute;
  border-radius: 20px;
  top: 3px;
  left: 3px;
  z-index: -1;
  background-color: red;
  content: "";
}

#servicos .box-icons-info .box-descricao::after{
  width: 98%;
  height: 98%;
  z-index: -2;
  position: absolute;
  top: 7px;
  left: 7px;
  background-color: white;
  content: "";
  border-radius: 20px;
}

#servicos .box-icons-info .box-descricao span{
  background-color: white;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 20px;
  width: 97%;
  height: 98%;

}

#servicos .box-icons-info .box-descricao span::before{
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background-color: white;
  position: absolute;
  right: -46px;
  border: 4px solid red;
  bottom: 38px;
  z-index: -1;
  transform: rotate(45deg);
}

#servicos .box-icons-info .c5 .box-descricao span::before{
  top: -15px;
  right: inherit;
  left: 60px;
}

#servicos .box-icons-info .box-descricao span::after{
  content: "";
  width: 67px;
  height: 67px;
  background-color: white;
  display: block;
  position: absolute;
  right: -47px;
  border: 4px solid white;
  bottom: 38px;
  z-index: -3;
  transform: rotate(45deg);
}

#servicos .box-icons-info .c5 .box-descricao::after {
  top: -5px;
}

#servicos .box-icons-info .c5 .box-descricao::before {
  top: -3px; 
}

#servicos .box-icons-info .c5 .box-descricao span::after{
  top: -15px;
  right: inherit;
  left: 60px;
}

#servicos .box-icons-info .box-descricao > div{
  padding: 40px;
  box-sizing: border-box;
  width: 98.1%;
  height: 98.1%;
  position: relative;
  z-index: 4;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: white;
}


#servicos .box-icons-info .c5 .box-descricao > div{
  padding: 20px 30px;
}

#servicos .box-icons-info .box-descricao > div div{
  transition: 0.5s;
  opacity: 1;
  max-height: 500px;
}

#servicos .box-icons-info .c5 .box-descricao > div div{
  opacity: 1;
  max-height: 500px;
}

#servicos .box-icons-info .box-descricao div h4{
  font-size: 45px;
  text-align: left;
  font-family: "SofiaPro-Black";
  color: red;
} 

#servicos .box-icons-info .c5 .box-descricao div p{
  font-size: 16px;
}

#servicos .box-icons-info .box-descricao div p{
  color: red;
  text-align: left;
  font-family: "SofiaPro-light";
}

#servicos .box-icons-info .info-principal .box-mini{
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0;
  height: 100%;
  transition: 1s;
  width: 100%;
}

#servicos .box-icons-info .info-principal .box-mini.op2{
  transform: rotate(90deg);
}

#servicos .box-icons-info .info-principal .box-mini.op3{
  transform: rotate(180deg);
}

#servicos .box-icons-info .info-principal .box-mini.op4{
  transform: rotate(270deg);
}

#servicos .box-icons-info .info-principal .box-mini.op5{
  transform: rotate(360deg);
}

#servicos .box-icons-info .info-principal .box-mini .cada-box{
  border-radius: 50%;
  background-color: white;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}


#servicos .box-icons-info .info-principal .op2 .cada-box.c1,
#servicos .box-icons-info .info-principal .op2 .cada-box.c2,
#servicos .box-icons-info .info-principal .op2 .cada-box.c3,
#servicos .box-icons-info .info-principal .op2 .cada-box.c4{
  transform: rotate(-90deg);
}
#servicos .box-icons-info .info-principal .op3 .cada-box.c1,
#servicos .box-icons-info .info-principal .op3 .cada-box.c2,
#servicos .box-icons-info .info-principal .op3 .cada-box.c3,
#servicos .box-icons-info .info-principal .op3 .cada-box.c4{
  transform: rotate(-180deg);
}
#servicos .box-icons-info .info-principal .op4 .cada-box.c1,
#servicos .box-icons-info .info-principal .op4 .cada-box.c2,
#servicos .box-icons-info .info-principal .op4 .cada-box.c3,
#servicos .box-icons-info .info-principal .op4 .cada-box.c4{
  transform: rotate(-270deg);
}
#servicos .box-icons-info .info-principal .op5 .cada-box.c1,
#servicos .box-icons-info .info-principal .op5 .cada-box.c2,
#servicos .box-icons-info .info-principal .op5 .cada-box.c3,
#servicos .box-icons-info .info-principal .op5 .cada-box.c4{
  transform: rotate(-360deg);
}

#servicos .box-icons-info .info-principal .box-mini .cada-box.c1{
  width: 100px;
  height: 100px;
  bottom: -55px;
  left: -55px;
  transition: 1s;
}

#servicos .box-icons-info .info-principal .box-mini .cada-box.c2{
  width: 100px;
  height: 100px;
  bottom: -55px;
  transition: 1s;
  right: -45px;
}

#servicos .box-icons-info .info-principal .box-mini .cada-box.c3{
  width: 100px;
  height: 100px;
  top: -40px;
  right: -55px;
  transition: 1s;
}

#servicos .box-icons-info .info-principal .box-mini .cada-box.c4{
  width: 100px;
  height: 100px;
  top: -45px;
  left: -55px;
  transition: 1s;
}

#servicos .box-icons-info .info-principal .box-mini .cada-box > div{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: 0.3s;
  opacity: 1;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#servicos .box-icons-info .info-principal .box-mini .cada-box > div:nth-child(2){
  opacity: 0;
}

#servicos .box-icons-info .info-principal .box-mini .cada-box:hover > div:nth-child(1){
  opacity: 0;
}

#servicos .box-icons-info .info-principal .box-mini .cada-box:hover > div:nth-child(2){
  opacity: 1;
}

#servicos .box-icons-info .info-principal .box-mini .cada-box.active{
  width: 130px;
  height: 130px;
}

#servicos .box-icons-info .info-principal .box-mini .cada-box.active > div:nth-child(1){
  opacity: 0;
}

#servicos .box-icons-info .info-principal .box-mini .cada-box.active > div:nth-child(2){
  opacity: 1;
}

#servicos .box-icons-info .circle-secundario{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: white;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding: 15px;
  top: 80px;
  left: -180px;
  opacity: 1;
  transform: translateY(0px);
  transition: 1.5s;
}

#servicos .box-icons-info .circle-secundario.c5{
  overflow:visible; 
  cursor: pointer;
}


#servicos .box-icons-info .circle-secundario.off{
  opacity: 0;
  transform: translateY(30px);
}

.fancybox-is-open .fancybox-bg {
    opacity: .8;
    background: #000;
}

#projetos .box-topo-section{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

#projetos .box-titulo-section{
  margin-top: 58px;
  background-color: black;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 190px;
  position: absolute;
}

#projetos .box-titulo-section span{
  font-family: "SofiaPro-Black";
  letter-spacing: 2px;
  color: red;
  font-size: 55px;

}

#projetos .carrossel{
  height: 100vh;
  overflow-y: hidden;
  overflow-x: auto;
  background-color: black;
}
#projetos .carrossel .cada-carrossel{
  height:100vh;
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}

#projetos .carrossel .cada-carrossel .brick{
  filter: grayscale(100%);
  transition: 0.3s;
  overflow: hidden;
  transform: scale(1);
  box-shadow: 0px 0px 0px #000;
  z-index: 0;
  width:20%;
  height: 33.333%;
  background-size:cover;
  background-position:center;
}

#projetos .carrossel .cada-carrossel .brick a{
  display: inline-block;
  width: 100%;
  height: 100%;
}


#projetos .carrossel .cada-carrossel .brick a img{
  opacity: 0;
  width: 100%;
  height: 100%;
}

#projetos .carrossel .cada-carrossel  .brick:hover{
  filter: grayscale(0%);
  /* box-shadow: 0px 0px 40px #000; */
  z-index: 1;
}

#projetos .carrossel .cada-carrossel .img1{
  display: inline-block;
  width: 20%;
  height: 38%;
  background-color: red;
}

#projetos .carrossel .cada-carrossel .img2{
  display: inline-block;
  width: 35%;
  height: 50%;
  background-color: yellow;
}

#projetos .carrossel .cada-carrossel .img3{
  display: inline-block;
  width: 25%;
  height: 50%;
  background-color: blue;
}

#projetos .carrossel .cada-carrossel .img4{
  display: inline-block;
  width: 20%;
  height: 36%;
  background-color: green;
}

#projetos .carrossel .cada-carrossel .img5{
  display: inline-block;
  width: 300px;
  height: 400px;
  background-color: pink;
}

#projetos .carrossel .cada-carrossel .img6{
  display: inline-block;
  width: 20%;
  height: 36%;
  background-color: aqua;
}

#projetos .carrossel .cada-carrossel .img7{
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: red;
}
#projetos .carrossel .cada-carrossel .img8{
  display: inline-block;
  width: 20%;
  height: 30%;
  background-color: red;
}
#projetos .carrossel .cada-carrossel .img9{
  display: inline-block;
  width: 20%;
  height: 100%;
  background-color: red;
}
#projetos .carrossel .cada-carrossel .img10{
  display: inline-block;
  width: 100%;
  height: 36%;
  background-color: red;
}

#projetos .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 10px;
    margin: 6px 0 0;
    border-radius: 0;
    opacity: 1;
    filter: "alpha(opacity=1)";
    -ms-filter: "alpha(opacity=1)";
}

#projetos .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 10px;
    margin: 6px auto 0;
    border-radius: 0;
    filter: "alpha(opacity=1)";
    -ms-filter: "alpha(opacity=1)";
    opacity: 1;
    background: red;
}


#efeito{
  background-color:  black;
  background-image: url(../imgs/fundo-video.jpg);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

#efeito .text{
  background-color: transparent;
}

#efeito svg{
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0;
}

#efeito .svg{
  display: flex;
  justify-content: center;
  background-image: url(../imgs/mascara_apple.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
}

#efeito .svgx img{
  height: 110%;
  width: 100%;
  position: absolute;
  top: 0;
  transition: 1s;
}

#efeito .svgx img.active{
  top: 100px;
  height: calc(100% - 200px);

}

#efeito .svgx{
  overflow: hidden;
  display: flex;
  justify-content: center;
  /* background-image: url(../imgs/mascara_apple.png); */
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

#efeito .svg #video{
  width: 1060px;
  height: 530px;
  position: absolute;
  left: calc(50% - 1060px/2);
}

#efeito .svg svg{
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 2
}

#efeito .titulo{
  position: absolute;
  bottom: 40px;
  text-align: center;
}

#efeito .titulo h4{
  color: white;
  font-family: "SofiaPro-Bold";
  font-size: 45px;
}


#efeito .titulo p{
  color: white;
  font-family: "SofiaPro-Light";
  font-size: 16px;
  line-height: 26px;
  margin: 20px 30px;
}

#instagram .txt{
  position: absolute;
  z-index: 1;
  left: calc(50% - 200px/2);
  top: calc(50% - 24px/2);
}

#instagram .txt span{
  color: white;
  font-family: "SofiaPro-Light";
  font-size: 30px;
}

.carouselSocial{
  height: 300px;
  width: 100%;
}

#caroucel{
  background-color: black;
  width: 100%;
  height: 100%;
}

.scrollbar { width: 100%; height: 10px; }
.scrollbar .handle {
	width: 100px; /* overriden if dynamicHandle: 1 */
	height: 100%;
	background: #222;
}


#caroucel .social-caroucel{
  list-style: none;
  width: 100%;
  height: 100%;
}

#caroucel .social-caroucel .post{
  width: 300px;
  float: left;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}


#caroucel .social-caroucel img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition:0.3s;
  transform: scale(1.2);
  float: left;
}

#caroucel .social-caroucel .post:hover img{
  transform: scale(1);
}


#caroucel .social-caroucel img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}


.carregar-mais{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-decoration: none;
  font-family: "SofiaPro-ultralight";
  position: relative;
  color: white;
  background-color: black;
  font-style: inherit;
  font-size: 22px;
  text-transform: uppercase;
}

.carregar-mais .btn{
  padding: 1em 2em;
}

.carregar-mais .ondas {
  position: relative;
  top: 0;
  left: 0;
}

.ondas {
  position: relative;
  top: 0;
  left: 0;
}

.carregar-mais .text-buscando{
  width: 100%;
  text-align: center;
}


#parceiros{
  background-image: url(../imgs/parceiros/bg-parceiros.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

#parceiros .box-parceiros{
  position: relative;
  top: 20px;
}

#parceiros .row{
  text-align: center;
  padding: 5px 0;
}

#parceiros .row a{
  display: inline-block;
  margin: 0 5px;
  /*width: 180px;*/
}

#parceiros .row h4{
  color: red;
  font-family: "SofiaPro-bold";
  font-size: 30px;
}


#contato{
  background-color: red;
}

#contato.interna{
  background-color: white;
}

#contato .titulo-form{
  text-align: center;
  margin-bottom: 50px;
}

#contato .titulo-form h3{
  display: inline-block;
  font-family: "SofiaPro-Black";
  padding: 5px 20px;
  color: white;
  font-size: 60px;
  border: 1px solid #fff;
}


#contato.interna .titulo-form h3{
  border: 1px solid #000;
  color: #000;
}

#contato .titulo-form h5{
  color: white;
  margin-top: 20px;
  font-family: "SofiaPro-light";
  font-size: 18px;
}

#contato.interna .titulo-form h5{
  color: #000;
}

#contato form{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contato form .input{
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

#contato form .input-mie{
  width: calc(50% - 30px);
}


#contato form .input:nth-child(4){
  /*border-bottom: 1px solid #fff;*/
  position: relative;
}

#contato.interna form .input:nth-child(4){
  border-bottom: 1px solid #000;
}


#contato form .input:nth-child(4) input{
  opacity: 0;
}

/*
#contato form .input:nth-child(4):before{
  content: "Trabalhe Conosco (Selecionar Aquivo)";
  position: absolute;
  font-family: "SofiaPro-light";
  font-size: 14px;
  color: white;
  display: block;
  top: 12px;
  left: 10px;
}*/

#contato.interna form .input:nth-child(4):before{
  color: #000;
}

#contato form input, #contato form textarea{
  width: 100%;
  height: 40px;
  border: 0px solid #000;
  position: relative;
  font-size: 14px;
  color: white;
  font-family: "SofiaPro-ultralight";
  background-color: transparent;
  border-bottom: 1px solid #fff;
  padding: 10px 10px;
  box-sizing: border-box;
}

#contato form label.error{
  position: absolute;
  bottom: -20px;
  left: 20px;
  font-size: 12px;
  font-family: "SofiaPro-light";
  color: white;
}

#contato.interna form label.error{
    color: red;
}

#contato form input, #contato form textarea{
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "SofiaPro-light";
}

#contato.interna form input, #contato.interna form textarea{
  border-bottom: 1px solid #000;
  color: #000;
}

#contato form .input::after{
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  bottom: -7px;
  background-color: white;
  border-radius: 50%;
}


#contato.interna .btn::after, #contato.interna .btn::before{
  border-color: #000;
}

#contato.interna form .input::after{
  background-color: black;
}

#contato form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#contato form input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#contato form input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#contato form input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

#contato form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#contato form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#contato form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#contato form textarea:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

#contato.interna form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
#contato.interna form input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
#contato.interna form input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
#contato.interna form input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

#contato.interna form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
#contato.interna form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
#contato.interna form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
#contato.interna form textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

#contato .form #fomrContato button.erro{
  animation: mecher 1s linear 0s;
}

#contato form .input:last-child{
  text-align: right;
  margin-bottom: 0px;
}

#contato form button[type='submit']{
  /* border:1px solid #fff; */
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px;
  transition: 0.3s;
  color: white;
  background-color: transparent;
  width: 150px;
  height: auto;
}

#contato.interna form button[type='submit']{
  color: #000;
  font-family: "SofiaPro-light";
  border-color: #000;
}

#contato .btn::after, #contato .btn::before{
  border: 1px solid transparent;
}

#contato.interna .btn::after, #contato.interna  .btn::before{
  border: 1px solid transparent;
}

#contato.active .btn::before {
    border-top-color: #fff;
    border-right-color: #fff;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

#contato.active.interna .btn::before {
    border-top-color: #000;
    border-right-color: #000;
}

 #contato.active .btn::after {
    border-bottom-color: #fff;
    border-left-color: #fff;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

 #contato.active.interna .btn::after {
    border-bottom-color: #000;
    border-left-color: #000;
}

#contato.interna .btn i{
  background-color: black;
}

#contato.interna .btn i:before{
  background-color: black;
}

#contato.interna .btn i:after{
  background-color: black;
}

#contato form button[type='submit']:hover{
  /* background-color: white; */
  /* color: red; */
}

#contato form button[type='submit'].btn.enviando{
  width: 50px;
  height: 50px;
  font-size: 0px;
  border-radius: 50%;
  border: 1px solid #fff;
  border-bottom: 1px solid transparent;
  animation: rodar 2s linear 0s infinite;
}

#contato .erro{
  animation: mecher 1s linear 0s !important;
}

/**/



/**/


.iSelect select{
  width: 100%;
  height: 50px;
  border: 0px solid #000;
  position: relative;
  font-size: 14px;
  color: white;
  font-family: "SofiaPro-light";
  background-color: transparent;
  border-bottom: 1px solid #fff;
  padding: 15px 10px;
  box-sizing: border-box;
}

#contato.interna .iSelect{
  border-bottom: 1px solid #000;
  color: #000;
}

#contato.interna .iSelect select{
  color: black;

}

#contato.interna form .iSelect::after{
  background-color: black;
}


.iSelect select option{
  color: black;
}

.iSelect::after{
  display: none;
}

.iFile{
  display: none
}




/**/


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

@keyframes mecher {
  0%{
    transform: translateX(0px);
  }
  10%{
    transform: translateX(-5px);
  }
  20%{
    transform: translateX(5px);
  }
  30%{
    transform: translateX(-5px);
  }
  40%{
    transform: translateX(5px);
  }
  50%{
    transform: translateX(-5px);
  }
  60%{
    transform: translateX(5px);
  }
  70%{
    transform: translateX(-5px);
  }
  80%{
    transform: translateX(5px);
  }
  90%{
    transform: translateX(-5px);
  }
  100%{
    transform: translateX(0px);
  }
}

#contato form button[type='submit'].btn.enviando::before{
    border-top-color: transparent;
    border-right-color: transparent;
}
#contato form button[type='submit'].btn.enviando::after{
    border-left-color: transparent;
    border-bottom-color: transparent;
}

#contato form .input:last-child::after{
  width: 0;
  height: 0;
  opacity: 0;
}

#contato footer{
  position: absolute;
  bottom: 0px;
  width: 100%;
}

#contato footer .telefone{
  font-family: "SofiaPro-light";
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#contato.interna footer .telefone{
  color: #000;
}

#contato footer .box-redes-sociais, #contato footer .box-redes-sociais ul{
  display: flex;
  justify-content: center;
  align-items: center;
}

#contato footer .box-redes-sociais ul li{
    height: 35px;
    width: 35px;
    display: flex;
    margin: 0px 5px;
    transition: 0.3s;
    background-color: transparent;
    justify-content: center;
    align-items: center;
}

#contato footer .box-redes-sociais ul li:hover{
  background-color: white;
}

#contato footer .box-redes-sociais ul li i{
  color: white;
  transition: 0.3s;
  font-size: 25px;
}


#contato.interna footer .box-redes-sociais ul li i{
  color: #000;
}

#contato footer .box-redes-sociais ul li:hover i{
  color: red;
}

#contato footer .box-desenvolvimento{
  background-color: transparent;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;

}


#contato.interna footer .box-desenvolvimento{
  background-color: transparent;
}

#contato footer .box-desenvolvimento p{
  font-family: "SofiaPro-light";
  font-size: 14px;
  color: #fff;
}

#contato.interna footer .box-desenvolvimento p{
  color: #000;

}

#contato footer .box-desenvolvimento a img{
  position: relative;
  top: 3px;
  margin-left: 10px;
}
#vdeoHomes{
  width: 900px;
height: 529px;
top: 186px;
left: 450px;
}
svg rect {
  fill: #fff;
}

svg > rect {
  fill: #000;
  -webkit-mask: url(#mask);
  mask: url(#mask);
}






/* INTERNA*/


#historia {
  background-image: url(../imgs/bg-interna.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.titulo-section h1{
  font-family: "SofiaPro-bold";
  font-size: 70px;
  position: relative;
  color: #aaa;
  margin-left: 120px;
  margin-bottom: 100px;
}

.titulo-section h1 span{
  color: black;
  position: absolute;
  font-family: "SofiaPro-ultralight";
  font-size: 125px;
  font-weight: 100;
  left: 80px;
  top: 20px;
}

#historia .box-info-empresa{
  display: flex;
  flex-wrap: wrap;

}

#historia .box-info-empresa .box{
  width: 50%;
  box-sizing: border-box;
}
#historia .box-info-empresa .box:nth-child(1){
  padding-right: 50px;
}

#historia .box-info-empresa .box p{
  color: #888;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 24px;
  font-family: "SofiaPro-light";
}

#historia .box-info-empresa .box p img{
  width: 260px;
}

#historia .box-info-empresa .box .img-desc{
  margin-bottom: 40px;
}

#historia .box-info-empresa .box .img-desc img{
  max-width: inherit;
  margin-top: 20px;
}



#video{
  position: relative;
}

#videos .box-videos{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

#videos .box-videos .cada-video{
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;

}

#videos .box-videos .cada-video .img{
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}

#videos .box-videos .cada-video .hover{
  background-color: rgba(0,0,0,0.8);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
}


#videos .box-videos .cada-video:hover .img{
  transform: scale(1.03);
}

#videos .box-videos .cada-video:hover .hover{
  background-color: rgba(0,0,0,0.2);
}

#videos .box-videos .img1{
  background-image: url(../imgs/video1.jpg);
}

#videos .box-videos .img2{
  background-image: url(../imgs/video2.jpg);
}

#modal-video{
  position: fixed;
  background-color: rgba(0,0,0,0.7);
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  justify-content: center;
  align-items: center;
}


#modal-video .btn-fechar-modal-video{
  width: 40px;
  height: 40px;
  background-color: transparent;
  transition: 0.3s;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

#modal-video .btn-fechar-modal-video span{
  width: 30px;
  height: 2px;
  transition: 0.3s;
  background-color: white;
  display: block;
  position: absolute;
  top: 20px;
  transform: rotate(45deg);
  left: 5px;
}

#modal-video .btn-fechar-modal-video span:before{
  content: "";
  width: 30px;
  transition: 0.3s;
  height: 2px;
  background-color: white;
  display: block;
  position: absolute;
  top: 0px;
  transform: rotate(-90deg);
  left: 0px;
}

#modal-video .btn-fechar-modal-video:hover{
  background-color: white;
}

#modal-video .btn-fechar-modal-video:hover span{
  background-color: black;
}

#modal-video .btn-fechar-modal-video:hover span:before{
  background-color: black;
}

#modal-video .box-iframe{
  width: 0%;
  height: 0%;
  transition: 0.5s;
  background-color: white;
}

#modal-video.open .box-iframe{
  width: 90%;
  background-color: black;
  height: 90%;
}

#high-end .box-info{
  width: 100%;
  height: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#high-end .box-info .position{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

#high-end .box-info .position h5{
  color: white;
  font-size: 60px;
  margin-top: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "SofiaPro-Bold";
}

#high-end .box-info .position p{
  color: white;
  max-width: 800px;
  font-family: "SofiaPro-light";
  text-transform: uppercase;
}

#high-end .box-info:nth-child(1){
  background-image: url('../imgs/high-end-1.jpg')
}

#high-end .box-info:nth-child(2){
  background-image: url('../imgs/high-end-2.jpg')
}


@media (min-width: 1921px) and (min-height: 1081px) {

 /* header .container{
    width: 1800px;
  }

  header nav ul li a {
    font-size: 24px;
  }
  header.active nav ul li a {
    font-size: 20px;
    padding: 31px 20px;
  }

  header.active .box-header-menu .logo {
    width: 50px;
    padding: 10px 0px;
  }

  #home .box-info-home {
    transform: scale(1.5);
  }

  #servicos .topo {
    transform: scale(1.3) translateY(-50px);
  }

  #servicos .box-icons-info {
    transform: scale(1.5) translateY(50px);
  }

  #projetos .box-titulo-section {
    margin-top: 100px;
    width: 550px;
    height: 220px;
  }

  #efeito .container{
    width: 1800px;
  }

  #efeito .titulo {
    bottom: 100px;
  }

  #efeito .titulo p {
    font-size: 24px;
    line-height: 34px;
  }

  #efeito .titulo h4 {
    font-size: 65px;
  }
  #contato .container{
    transform: scale(1.5);
  }

  footer{
    transform: scale(1.3);
  }

  #contato footer {
    bottom: 30px;
  }



  #historia .container {
    width: 90%;
  }*/

}


@media (min-width: 1440px) and (max-height: 880px) {
	
	.titulo-section h1{
		font-size: 65px !important;
		position: relative;
		top: 55px;
	}
	.titulo-section h1 span{
		font-size: 115px  !important;
	}
}

@media (max-width:1440px) {
  header nav ul li a {
    padding: 30px 20px;
    font-size: 14px;
  }

  #home .box-info-home .box-titulo img {
    width: 80px;
  }

  #home .box-info-home .box-titulo h2 {
    font-size: 50px;
  }
  #home .box-info-home .box-titulo h2 span {
    height: 70px;
    line-height: 60px;
  }
  #home .box-info-home .box-titulo h5 {
    font-size: 16px;
    letter-spacing: 1px;
  }


  #servicos .topo .info-section h2 {
    font-size: 50px;
    line-height: 55px;
  }

  #servicos .topo .info-section p {
    font-size: 16px;
  }

  #servicos .box-icons-info .info-principal .box-mini .cada-box.c1 {
    width: 85px;
    height: 85px;
    bottom: -40px;
    left: -40px;
  }

  #servicos .box-icons-info .info-principal .box-mini .cada-box.c2 {
    width: 85px;
    height: 85px;
    bottom: -45px;
    right: -35px;
  }

  #servicos .box-icons-info .info-principal .box-mini .cada-box.c3 {
    width: 85px;
    height: 85px;
    top: -35px;
    right: -45px;
  }

  #servicos .box-icons-info .info-principal .box-mini .cada-box.c4 {
    width: 85px;
    height: 85px;
    top: -35px;
    left: -40px;
  }

  #servicos .box-icons-info .info-principal .box-mini .cada-box.active {
    width: 100px;
    height: 100px;
  }
  #servicos .box-icons-info .info-principal {
    width: 180px;
    height: 180px;
  }
  #servicos .box-icons-info .circle-secundario {
    width: 180px;
    height: 180px;
  }
  #servicos .box-icons-info .info-principal .circle-principal .box-descricao > div {
    padding: 25px 40px;
  }


  /*INTERNA*/

  .titulo-section h1 {
    font-size: 59px;
    margin-bottom: 40px;
  }

  .titulo-section h1 span {
    font-size: 100px;
  }

  #historia .box-info-empresa .box p {
    color: #888;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
  }

  #historia .box-info-empresa .box:nth-child(1) {
    padding-top: 40px;
  }

  #historia .box-info-empresa .box .img-desc {
    margin-bottom: 15px;
  }

  #historia .box-info-empresa .box .img-desc img {
    height: 210px;
  }
}

@media (max-width:1366px) {

  #servicos .container {
    top: -50px;
  }

  #servicos .topo .info-section h2 {
      font-size: 45px;
      line-height: 45px;
  }
  #servicos .topo .info-section p {
    font-size: 14px;
  }

  #servicos .box-icons-info .info-principal .circle-principal .box-descricao > div {
    padding: 15px 25px 25px;
  }

  #servicos .box-icons-info .c5 .box-descricao > div {
    padding: 20px 25px;
  }

  #servicos .box-icons-info .info-principal {
    margin-top: 40px;
  }

  #servicos .box-icons-info .circle-secundario.c5{
    top:40px;
  }

  #servicos .box-icons-info .info-principal .circle-principal .box-descricao {
    width: 380px;
    bottom: -45px;
    left: calc(-100% - (400px/2 + 125px)); 
  }

  #servicos .box-icons-info .c5 .box-descricao {
    width: 370px;
  }

  #servicos .box-icons-info .c5 .box-descricao span::before {
    left: 25px;
  }
  
  #servicos .box-icons-info .c5 .box-descricao span::after {
    left: 25px;
  }
  
  #servicos .box-icons-info .info-principal .box-mini .cada-box.c1 {
    width: 75px;
    height: 75px;
  }

  #servicos .box-icons-info .info-principal .box-mini .cada-box.c2 {
    width: 75px;
    height: 75px;
  }

  #servicos .box-icons-info .info-principal .box-mini .cada-box.c3 {
    width: 75px;
    height: 75px;
  }

  #servicos .box-icons-info .info-principal .box-mini .cada-box.c4 {
    width: 75px;
    height: 75px;
  }
  #servicos .box-icons-info .c5 .box-descricao div p {
    font-size: 12px;
    font-family: "SofiaPro-light";
    line-height: 17px;
  }

  #servicos .box-icons-info .circle-secundario {
    width: 150px;
    height: 150px;
  }

  #servicos .box-icons-info .info-principal {
    width: 150px;
    height: 150px;
}

  #servicos .box-icons-info .info-principal .circle-principal .box-descricao::before {
    top: 6px;
  }

  #servicos .box-icons-info .info-principal .circle-principal .box-descricao span::before {
    width: 60px;
    height: 60px;
    right: -35px;
    bottom: 25px;
  }

  #servicos .box-icons-info .info-principal .circle-principal .box-descricao span::after {
    width: 50px;
    height: 50px;
    right: -38px;
    bottom: 26px;
  }

  #servicos .box-icons-info .info-principal .circle-principal .box-descricao div p {
    font-size: 14px;
  }

  #projetos .box-titulo-section {
    width: 300px;
    height: 130px;
  }

  #projetos .box-titulo-section span {
    font-size: 50px;
  }

  #efeito .titulo h4 {
    font-size: 35px;
  }

  #efeito .titulo p {
    font-size: 14px;
    line-height: 18px;
    margin: 10px 30px 20px;
  }


  #efeito .svgx img.active{
    top: 100px;
    height: calc(100% - 150px);
  }

  #contato .titulo-form h3{
    padding: 6px 20px 6px;
    font-size: 40px;
    line-height: 50px;
  }

  #parceiros .box-parceiros {
    top: 20px; 
  }

  #parceiros .row h4{
    font-size: 20px;
  }

  #parceiros .row a{ 
    width: 145px;
  }

  #contato .titulo-form h5{
    font-size: 12px;
  }

  #contato form .input-mie {
      width: calc(50% - 15px);
  }


  /*INTERNA*/

  #historia .box-info-empresa .box .img-desc img {
    height: 195px;
  }

  #historia .titulo-section h1 {
      margin-top: 30px;
  }

  #high-end .box-info .position p{
    font-size: 14px;
  }


  #historia .box-info-empresa .box p img{
    width: 150px;
  }
}

@media (max-width: 1080px) { 

  section {
      overflow: hidden;
      height: auto;
      width: 100%;
      position: relative;
      padding: 60px 0px;
  }


  html, body {
    overflow: auto;
  }

  .box-iframes {
    height: 100%;
  }

  .text {
    height: 100%;
    top: 0px;
    left: 0px;
  }

  #home .box-info-home .box-titulo {
    margin: 90px 0px;
  }

  #servicos{
    padding-bottom: 100px;
  }

  #servicos .box-icons-info .circle-secundario {
    top: 60px;
    left: -20px;
  }

  #projetos{
    background-color: black;
    height: 700px;
  }

  #projetos .carrossel{
    height: 100%;
  }

  #projetos .carrossel .cada-carrossel{
    height: 100%;
  }

  #efeito{
    height: 620px;
    padding:0px;
  }

  #efeito .svgx{
    display: none;
  }

  #instagram{
    padding: 0px;
  }

 .btn::before, .btn::after {
    width: 100% !important;
    height: 100% !important;
  }



 .btn::before {
    border-bottom-color: #fff !important;
    border-left-color: #fff !important;
    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s !important;
  }

  .btn::after {
    border-top-color: #fff !important;
    border-right-color: #fff !important;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s !important;
  }

  /*INTERNA*/

  #historia{
    padding: 50px 0px;
  }

  #videos, #high-end{
    height: 100vh;
    padding: 0px;
  }

  #contato.interna{
    padding: 50px 0px;
  }
}

@media (max-width: 978px) {

  .container {
    width: 95%;
  }

  #servicos .container{
    display: flex;
    flex-wrap: wrap;
  }

  #servicos .topo {
    width: 50%;
  }

  #servicos .topo .info-section {
    width: 100%;
  }

  #servicos .topo .info-section h2 {
    text-align: right;
    box-sizing: border-box;
    padding-right: 40px;
  }

  #servicos .topo .info-section p.active {
    box-sizing: border-box;
    text-align: right;
    padding-right: 40px;
  }

  #servicos .box-icons-info{
    display: none;
  }

  #servicos .box-icons-info-mobile{
    display: block;
    width: 50%;
  }

  #servicos .cada-icon-mobile h4{
    color: white;
    margin-top: 20px;
    font-size: 35px;
    font-family: "SofiaPro-Black";
  }

  #servicos .cada-icon-mobile p {
    font-family: "SofiaPro-light";
    color: white;
    font-size: 16px;
  }

  #projetos{
    background-color: black;
    height: 900px;
  }

  #projetos .carrossel .cada-carrossel .brick {
    width: 25%;
    height: 25%;
  }
}

@media (max-width:768px) {

  .icon-lgm{
    width: 25px;
    height: 25px;
    left: calc(50% - 25px/2);
    position: absolute;
    top: 15px;
    z-index: 4;
  }

  header.black.active .box-header-menu .logo {
    width: 30px;
  }

  header.active .box-header-menu .logo {
    width: 30px;
  }  

  header {
    transition: 0.3s;
    width: 100%;
    height: 55px;
    overflow: hidden;
  }

  .icon-lgm img {
    width: 20px;
    top: calc(50% - 25px/2);
    right: 6px;
  }

  header.open{
    height: 100vh;
    overflow: hidden;
  }

  header .btn-menu{
    display: block;
    position: absolute;
    right: 10px;
    top: 3px;
    width: 30px;
    height: 42px;
  }


  header .btn-menu span{
    display: block;
    width: 20px;
      transition: 0.3s;
    height: 1px;
    background-color: white;
    position: relative;
    top: 22px;
    right: -10px;
  }

  header.black .btn-menu span{
    background-color: black;
  }
  header.black .btn-menu span:before{
    background-color: black;
  }
  header.black .btn-menu span::after{
    background-color: black;
  }

  header .btn-menu span:before{
    display: block;
    width: 30px;
    height: 1px;
    right: 0px;
      transition: 0.3s;
    background-color: white;
    position: absolute;
    content: "";
    top: -10px;
  }

  header .btn-menu span:after{
    display: block;
    width: 13px;
      transition: 0.3s;
    height: 1px;
    content: "";
    right: 0px;
    background-color: white;
    position: absolute;
    top: 10px;
  }


   header.open .btn-menu span{
     transform: rotate(45deg);
     right: 0px;
     width: 30px;
    }

    header.open .btn-menu span:before{
     top: 0px;
     transform: rotate(-90deg);
    }

    header.open .btn-menu span:after{
      opacity: 0;
    }

  header nav{
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: 1s;
    transform: translateY(60px);
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
  }

  header.open nav{
    transform: translateY(0px);
    opacity: 1;
  }

  header.active .box-header-menu .logo {
    top: 3px;
    left: 10px;
    position: relative;
  }

  header nav ul{
    display: block;
    text-align: center;
  }


  header.active .container {
    width: 100%;
    max-width: 100%;
  }

  header.active nav ul li a{
    font-size: 20px;
  }

  header nav ul li form {
    margin-left: 0px;
  }


  .form-mobile{
    display: block;
  }

  .form-desk{
    display: none;
  }

  #home .box-info-home .box-titulo {
      margin: 30px 0px;
  }

  #servicos .topo {
      width: 100%;
  }

  #efeito {
    background: black !important;
  }
  #efeito .titulo {
    bottom: 155px;
  }
  #servicos .box-icons-info-mobile {
    width: 100%;
  }

  #servicos .topo .info-section h2 {
    padding-right: 0px;
    text-align: center;
  }

  #servicos .topo .info-section p.active {
    padding-right: 0px;
    text-align: center;
  }

  #servicos .cada-icon-mobile h4{
    text-align: center;
  }

  #servicos .cada-icon-mobile p {
    text-align: center;
  }
  #projetos{
    background-color: black;
    height: 1900px;
  }

  #projetos .carrossel .cada-carrossel .brick {
    width: 33.333%;
    height: 20%;
  }

  /*INTERNA*/

  .titulo-section h1 {
    margin-left: 0px;
  }

  .titulo-section h1 span {
    font-size: 75px;
     top: 50px;
     left: 0px;
  }

  #historia .box-info-empresa .box {
    width: 100%;
    text-align: justify;
  }


  #historia .box-info-empresa .box p img{
    margin: 0 auto;
    display: block;
  }
}


@media (max-width:500px) {

  .titulo-section h1{
    font-size: 40px;
  }

  #home .box-info-home .box-titulo h2 span {
    height: 55px;
    line-height: 60px;
  }

  header nav ul li form button i {
    top: 2px;
  }

  .btn-next{
    display: none;
  }

  .titulo-section h1 span {
    font-size: 40px;
    top: 55px;
  }
  #historia .box-info-empresa .box:nth-child(1){
    padding-right: 0px;
  }
  #projetos .carrossel .cada-carrossel .brick {
    width: 50%;
    height: 12%;
  }

  .btn{

     font-size: 14px;
  }


  #efeito .titulo {
      bottom: 100px;
  }

  #efeito .titulo p {
    font-size: 16px;
    line-height: 23px;
    margin: 10px 0px 20px;
  }

  #contato form .input-mie {
    width: calc(100%);
  }

  #contato form{
    margin-bottom: 85px;
  }

  #contato footer .box-desenvolvimento {
    padding: 10px 0px;
    display: block;
    text-align: center;
    line-height: 30px;
  }

  #videos .box-videos .cada-video {
    width: 100%;
    height: 50%;
  }
}
