* {
  outline: none;
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

ul {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
  -moz-margin-before: 0px;
  -moz-margin-after: 0px;
  -moz-margin-start: 0px;
  -moz-margin-end: 0px;
  -moz-padding-start: 0px;
}

a {
  text-decoration: none;
}

p {
  font-size: 16px;
  color: #575656;
  line-height: 26px;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

::selection {
  background: #262626;
  color: #fff;
}

::-moz-selection {
  background: #262626;
  color: #fff;
}

h1, h2, h3, h4 {
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
}

h2 {
  font-family: "dxgrafik-semibold";
  font-size: 55px;
  color: #191919;
}
@media (max-width: 768px) {
  h2 {
    font-size: 46px;
  }
}
h2 span {
  color: #fd7e25;
}

.centro {
  width: 1170px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .centro {
    width: 90%;
    margin: 0 5%;
  }
}

.grid-50 {
  width: 50%;
  float: left;
}

#whatsapp {
  position: fixed;
  right: 20px;
  bottom: 10px;
  border-radius: 100px;
  z-index: 9;
  background: #54e969;
  padding: 14px;
  z-index: 99;
}
#whatsapp i {
  font-size: 36px;
  color: #fff;
  float: left;
  display: flex;
}

.topo {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 9;
  margin-top: 32px;
}
@media (max-width: 768px) {
  .topo {
    margin-top: 20px;
  }
}
.topo ul {
  float: right;
  margin-top: 24px;
}
@media (max-width: 768px) {
  .topo ul {
    width: 100%;
    display: none;
  }
}
.topo ul li {
  list-style: none;
  margin: 0 27.5px;
  float: left;
}
@media (max-width: 768px) {
  .topo ul li {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
}
.topo ul li a {
  font-weight: 500;
  font-size: 17.33px;
  color: #fff;
}
.topo .ico-menu {
  display: none;
}
@media (max-width: 768px) {
  .topo .ico-menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 45px;
  }
}

.section-1 {
  width: 100vw;
  height: 100vh;
  float: left;
  position: relative;
}
.section-1 .background-video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.section-1:after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../../imagens/filter-video.png") no-repeat top center;
  background-size: cover;
}

.slick-video {
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
  display: flex;
  align-items: center;
}
.slick-video .slick-fade {
  width: 100%;
}
.slick-video .slick-fade .item {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .slick-video .slick-fade .item img {
    width: 90%;
    margin: 0 5%;
  }
}

.sobre {
  width: 100%;
  float: left;
  margin-top: -60px;
  position: relative;
}
.sobre .box-img {
  width: 50%;
  float: left;
}
@media (max-width: 768px) {
  .sobre .box-img {
    width: 100%;
  }
}
.sobre .box-img img {
  width: 100%;
}
.sobre .box-text {
  width: 50%;
  float: left;
  background: #f3f1ee;
  padding: 50px;
  height: 731px;
}
@media (max-width: 768px) {
  .sobre .box-text {
    width: 100%;
    height: auto;
    padding: 20px;
  }
}
.sobre .box-text h2 {
  font-family: "dxgrafik-semibold";
}
.sobre .box-text .btn {
  font-weight: 600;
  color: #fd7e25;
  font-size: 16px;
  border: 1px solid #cfc9bc;
  padding: 25px 63px;
  float: left;
  margin-top: 40px;
  transition: 0.4s;
}
.sobre .box-text .btn span {
  color: #191919;
}
.sobre .box-text .btn:hover {
  background: #fd7e25;
  color: #191919;
  transition: 0.4s;
}
.sobre .box-text .btn:hover span {
  color: #fff;
}

.videos {
  width: 100%;
  float: left;
  background: #f3f1ee;
  padding: 80px 0;
  margin: 50px 0 0 0;
}
@media (max-width: 768px) {
  .videos {
    padding: 50px 0;
  }
}
.videos .item {
  padding: 70px 0;
  position: relative;
}
@media (max-width: 768px) {
  .videos .item {
    padding: 46px 0;
  }
}
.videos .item img {
  width: 80%;
  margin: 0 10%;
  filter: blur(4px);
}
@media (max-width: 768px) {
  .videos .item img {
    filter: initial;
  }
}
.videos .item .play {
  width: 100px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  transition: 0.4s;
}
.videos .item .play:hover {
  transform: scale(1.1);
  transition: 0.4s;
}
.videos .slick-center {
  padding: 0px;
}
.videos .slick-center img {
  width: 100%;
  margin: 0;
  filter: blur(0px);
}
.videos .slick-prev {
  width: 13px;
  height: 37px;
  background: url("../../imagens/arrow-prev.png") no-repeat top center;
}
.videos .slick-prev:hover, .videos .slick-prev:focus {
  background: url("../../imagens/arrow-prev.png") no-repeat top center;
}
.videos .slick-prev:before {
  content: "";
}
.videos .slick-next {
  width: 13px;
  height: 37px;
  background: url("../../imagens/arrow-next.png") no-repeat top center;
}
.videos .slick-next:hover, .videos .slick-next:focus {
  background: url("../../imagens/arrow-next.png") no-repeat top center;
}
.videos .slick-next:before {
  content: "";
}

.solucoes {
  width: 100%;
  float: left;
  background: url("../../imagens/solucoes-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 100px 0;
}
.solucoes h2 {
  color: #fff;
  text-align: center;
}
.solucoes ul {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .solucoes ul {
    display: block;
  }
}
.solucoes ul li {
  list-style: none;
  width: 380px;
  height: 520px;
  border: 1px solid rgba(181, 181, 181, 0.27);
  float: left;
  border-radius: 5px;
  padding: 30px;
}
@media (max-width: 768px) {
  .solucoes ul li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}
.solucoes ul li .ico {
  float: left;
}
.solucoes ul li .text {
  width: 100%;
  float: left;
}
.solucoes ul li .text p {
  font-weight: 300;
  color: #cfc8bb;
}
.solucoes .box-btn {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.solucoes .box-btn .btn {
  background: #fd7e25;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  padding: 25px 63px;
  float: left;
  margin-top: 80px;
  border-radius: 5px;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .solucoes .box-btn .btn {
    margin-top: 40px;
  }
}
.solucoes .box-btn .btn span {
  color: #191919;
}
.solucoes .box-btn .btn:hover {
  background: #fff;
  color: #191919;
  transition: 0.4s;
}
.solucoes .box-btn .btn:hover span {
  color: #fd7e25;
}

.depoimentos {
  width: 100%;
  float: left;
  background: #cfc9bc;
  padding: 80px 0;
}
.depoimentos h2 {
  width: 100%;
  text-align: center;
}
.depoimentos h2 span {
  color: #fd7e25;
}
.depoimentos .slick-depoimentos {
  width: 80%;
  margin: 50px 10% 0 10%;
  float: left;
}
@media (max-width: 768px) {
  .depoimentos .slick-depoimentos {
    width: 100%;
    margin: 0;
  }
}
.depoimentos .slick-depoimentos .box-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.depoimentos .slick-depoimentos .box-img img {
  max-width: 100%;
}
.depoimentos .slick-depoimentos .text {
  width: 90%;
  margin: 40px 5% 0 5%;
  float: left;
  text-align: center;
}
.depoimentos .slick-depoimentos .nome {
  width: 100%;
  float: left;
  text-align: center;
  font-family: "dxgrafik-semibold";
  font-size: 24px;
  margin-top: 40px;
}
.depoimentos .slick-depoimentos .nome span {
  color: #fd7e25;
}
.depoimentos .slick-prev {
  width: 13px;
  height: 37px;
  background: url("../../imagens/arrow-prev.png") no-repeat top center;
}
@media (max-width: 768px) {
  .depoimentos .slick-prev {
    left: -10px;
    display: none !important;
  }
}
.depoimentos .slick-prev:hover, .depoimentos .slick-prev:focus {
  background: url("../../imagens/arrow-prev.png") no-repeat top center;
}
.depoimentos .slick-prev:before {
  content: "";
}
.depoimentos .slick-next {
  width: 13px;
  height: 37px;
  background: url("../../imagens/arrow-next.png") no-repeat top center;
}
@media (max-width: 768px) {
  .depoimentos .slick-next {
    right: -10px;
    display: none !important;
  }
}
.depoimentos .slick-next:hover, .depoimentos .slick-next:focus {
  background: url("../../imagens/arrow-next.png") no-repeat top center;
}
.depoimentos .slick-next:before {
  content: "";
}

.contato {
  width: 100%;
  float: left;
  background: url("../../imagens/bg-contato.jpg") repeat-y top center;
  padding: 100px 0 140px 0;
}
@media (max-width: 768px) {
  .contato {
    background: #fff;
    padding: 60px 0 0 0;
  }
}
@media (max-width: 768px) {
  .contato .centro {
    width: 100%;
    margin: 0px;
  }
}
.contato .box-1 {
  width: 40%;
  float: left;
}
@media (max-width: 768px) {
  .contato .box-1 {
    width: 90%;
    margin: 0 5%;
  }
}
.contato .box-1 ul {
  width: 100%;
  float: left;
}
.contato .box-1 ul li {
  list-style: none;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.contato .box-1 ul li p {
  font-size: 23px;
  margin-block-start: 10px;
}
.contato .box-2 {
  width: 48%;
  float: right;
  position: relative;
}
@media (max-width: 768px) {
  .contato .box-2 {
    width: 100%;
    padding: 30px 5%;
    background: #191919;
  }
}
.contato .box-2 .ico-contato {
  position: absolute;
  top: 497px;
  left: -102px;
}
@media (max-width: 768px) {
  .contato .box-2 .ico-contato {
    display: none;
  }
}
.contato .box-2 form {
  width: 100%;
  float: left;
}
.contato .box-2 form input[type=text] {
  width: 100%;
  height: 45px;
  float: left;
  border: 1px solid rgba(181, 181, 181, 0.27);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 0 15px;
  background: #111111;
  color: #fff;
}
.contato .box-2 form textarea {
  width: 100%;
  height: 145px;
  float: left;
  border: 1px solid rgba(181, 181, 181, 0.27);
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 15px;
  background: #111111;
  color: #fff;
}
.contato .box-2 form .sou {
  float: left;
  width: 100px;
}
.contato .box-2 form .sou .title {
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.contato .box-2 form .sou label {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}
.contato .box-2 form .btn {
  background: #fd7e25;
  font-weight: 600;
  color: #fff;
  font-size: 16px;
  padding: 25px 100px;
  float: right;
  margin-top: 12px;
  border-radius: 5px;
  border: 0px;
  cursor: pointer;
  transition: 0.4s;
}
@media (max-width: 768px) {
  .contato .box-2 form .btn {
    padding: 25px 80px;
  }
}
.contato .box-2 form .btn span {
  color: #191919;
}
.contato .box-2 form .btn:hover {
  background: #fff;
  color: #191919;
  transition: 0.4s;
}
.contato .box-2 form .btn:hover span {
  color: #fd7e25;
}

footer {
  width: 100%;
  padding: 60px 0;
  background: #191919;
  float: left;
}
footer .box-img {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
footer .redes {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
footer .redes a {
  border: 2px solid #cfc9bc;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 10px;
  transition: 0.4s;
}
footer .redes a i {
  color: #cfc9bc;
  font-size: 25px;
  float: left;
  display: flex;
  transition: 0.4s;
}
footer .redes a:hover {
  border: 2px solid #fd7e25;
  transition: 0.4s;
}
footer .redes a:hover i {
  color: #fd7e25;
  transition: 0.4s;
}
footer .menu {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
@media (max-width: 768px) {
  footer .menu {
    display: block;
  }
}
footer .menu li {
  list-style: none;
  float: left;
  margin: 0 25px;
}
@media (max-width: 768px) {
  footer .menu li {
    width: 100%;
    margin: 10px 0;
    text-align: center;
  }
}
footer .menu li a {
  font-family: "dxgrafik-semibold";
  font-size: 17px;
  color: #cfc9bc;
}
footer .text {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 30px;
}
footer .text p {
  font-size: 11px;
}

.wpcf7 form.sent .wpcf7-response-output {
  float: left;
  width: 100%;
  margin: 1em 0.5em 1em !important;
  color: #fff;
}

/*# sourceMappingURL=geral.css.map */
