body {
  font-family: 'DINPro';
  font-weight: 400;
}
body.scroll .btn-menu-resp {
  top: 0;
}
body.scroll .btn-menu-resp .burger .x,
body.scroll .btn-menu-resp .burger .y,
body.scroll .btn-menu-resp .burger .z {
  background: #fff;
}
footer,
header,
section {
  float: left;
  width: 100%;
}
* {
  list-style: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0!important;
  transition: all 0.3s;
}
.container-fluid {
  width: 1480px;
  display: table;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .container-fluid {
    width: 1220px;
  }
}
@media (max-width: 1200px) {
  .container-fluid {
    width: 100%;
    padding: 0 15px;
  }
}
.container {
  width: 1225px;
  display: table;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .container {
    width: 1100px;
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 950px !important;
  }
}
@media (max-width: 991px) {
  .container {
    width: 750px !important;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.9);
  z-index: 50;
  opacity: 0;
  display: none;
  pointer-events: none;
}
.screen.opened-menu {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 991px) {
  .screen {
    display: block;
  }
}
.btn-menu-resp {
  display: none;
  height: 45px;
  width: 45px;
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 50;
  background: transparent;
  border: none;
}
.btn-menu-resp .burger {
  height: 45px;
  width: 45px;
}
.btn-menu-resp .burger.open .x,
.btn-menu-resp .burger.open .y,
.btn-menu-resp .burger.open .z {
  background: #ffffff !important;
}
.btn-menu-resp .burger .x,
.btn-menu-resp .burger .y,
.btn-menu-resp .burger .z {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  height: 3px;
  width: 45px;
}
.btn-menu-resp .burger .y {
  top: 18px;
}
.btn-menu-resp .burger .z {
  top: 37px;
}
.btn-menu-resp .burger .collapse {
  top: 20px;
  -webkit-transition: all 70ms ease-out;
  -moz-transition: all 70ms ease-out;
  -ms-transition: all 70ms ease-out;
  -o-transition: all 70ms ease-out;
  transition: all 70ms ease-out;
}
.btn-menu-resp .burger .rotate30 {
  -ms-transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.btn-menu-resp .burger .rotate150 {
  -ms-transform: rotate(150deg);
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-transition: all 50ms ease-out;
  -moz-transition: all 50ms ease-out;
  -ms-transition: all 50ms ease-out;
  -o-transition: all 50ms ease-out;
  transition: all 50ms ease-out;
}
.btn-menu-resp .burger .rotate45 {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
.btn-menu-resp .burger .rotate135 {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
@media (max-width: 991px) {
  .btn-menu-resp {
    display: block;
  }
}
header .header-desktop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 25px;
  z-index: 5;
}
header .header-desktop.fixed-menu {
  background: #000;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 40;
  -webkit-box-shadow: 0 0 34px -3px rgba(60, 60, 60, 0.2);
  box-shadow: 0 0 34px -3px rgba(60, 60, 60, 0.2);
}
header .header-desktop.fixed-menu .logo {
  background: url("../images/logo-vitalento.svg") no-repeat;
  background-size: 100%;
  width: 220px;
  height: 50px;
}
header .header-desktop.fixed-menu .btn-menu-resp {
  color: #333333;
}
header .header-desktop.fixed-menu nav ul {
  margin-top: 0;
}
header .header-desktop.fixed-menu nav ul li:last-child a {
  color: #ffffff;
}
header .header-desktop.fixed-menu nav ul li:last-child a:hover {
  color: #0031ff;
}
header .header-desktop.fixed-menu nav ul li a {
  color: #fff;
}
header .header-desktop .logo {
  float: left;
  width: 280px;
  height: 60px;
  background: url("../images/logo-vitalento.svg") no-repeat;
  background-size: 100%;
  margin-top: 8px;
}
header .header-desktop nav {
  float: right;
}
header .header-desktop nav ul {
  margin-bottom: 0;
  float: left;
  width: 100%;
  margin-top: 5px;
}
header .header-desktop nav ul li {
  float: left;
  margin-left: 30px;
  margin-top: 18px;
}
header .header-desktop nav ul li.active a {
  font-weight: bold;
}
header .header-desktop nav ul li:first-child {
  margin-left: 0;
}
header .header-desktop nav ul li:last-child {
  margin-top: 5px;
}
header .header-desktop nav ul li:last-child a {
  width: 174px;
  background: #0031ff;
  display: block;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  font-weight: bold;
  border: 2px solid #0031ff;
  transition: all 0.3s;
}
header .header-desktop nav ul li:last-child a:hover {
  background: transparent;
  transition: all 0.3s;
}
.btn-login {
  text-decoration: none;
  border-bottom: 3px solid #0031ff;
}
header .header-desktop nav ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
}
header .header-desktop nav ul li a:hover {
  font-weight: bold;
  transition: all 0.3s;
}
@media (max-width: 1200px) {
  header .header-desktop nav ul li {
    margin-left: 20px;
  }
  header .header-desktop nav ul li:last-child a {
    width: 160px;
  }
}
@media (max-width: 991px) {
  header .header-desktop nav {
    display: none;
  }
  header .header-desktop .logo {
    margin-top: 7px;
  }
}
@media (max-width: 375px) {
  header .header-desktop .logo {
    margin-top: 5px;
    width: 130px;
    height: 25px;
  }
  header .header-desktop .btn-menu-resp i {
    display: block;
    font-size: 36px;
    line-height: 20px;
  }
}
.banner-featured {
  background: url("../images/bg-home.jpg") no-repeat #101010 left top;
  background-size: 100%;
  height: 130vh;
  position: relative;
}
.banner-featured h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 54px;
  margin: 22% 0 0;
}
.banner-featured h1 span {
  font-weight: 900;
  display: block;
}
.banner-featured .social-lang {
  position: absolute;
  bottom: calc(135vh - 100vh);
  width: 100%;
}
.banner-featured .social-lang .social {
  float: left;
  margin-top: 20px;
}
.banner-featured .social-lang .social ul li {
  float: left;
  margin-left: 20px;
}
.banner-featured .social-lang .social ul li a {
  color: #ffffff;
}
.banner-featured .social-lang .social ul li a i {
  transform: scale(1);
  display: block;
}
.banner-featured .social-lang .social ul li a:hover i {
  transform: scale(1.25);
}
.banner-featured .social-lang .social ul li:first-child {
  margin-left: 0;
}
.banner-featured .social-lang .scroll-mouse {
  position: absolute;
  left: 50%;
  margin-left: -10.5px;
  -webkit-animation: vertical-animate 1.5s infinite alternate;
  -moz-animation: vertical-animate 1.5s infinite alternate;
  -animation: vertical-animate 1.5s infinite alternate;
}
.banner-featured .social-lang .scroll-mobile {
  display: none;
}
.banner-featured .social-lang .lang {
  float: right;
  margin-top: 20px;
}
.banner-featured .social-lang .lang li {
  float: left;
  margin-left: 20px;
}
.banner-featured .social-lang .lang li:first-child {
  margin-left: 0;
}
.banner-featured .social-lang .lang li a {
  color: #ffffff;
  text-transform: uppercase;
}
.banner-featured .social-lang .lang li a:hover {
  font-weight: bold;
}
@media (max-width: 1600px) {
  .banner-featured {
    height: 115vh;
  }
  .banner-featured .social-lang {
    bottom: calc(120vh - 100vh);
  }
}
@media (max-width: 1200px) {
  .banner-featured {
    height: 100vh;
  }
  .banner-featured .social-lang {
    bottom: calc(5vh);
  }
}
@media (max-width: 991px) {
  .banner-featured .social-lang {
    bottom: calc(120vh - 100vh);
  }
  .banner-featured .social-lang .social {
    display: none;
  }
  .banner-featured .social-lang .icon-mouse {
    display: none;
  }
  .banner-featured .social-lang .scroll-mobile {
    display: block;
  }
  .banner-featured .social-lang .lang {
    display: none;
  }
}
@media (max-width: 768px) {
  .banner-featured {
    height: 65vh;
    background-size: 900px;
    background-position-x: 30%;
  }
  .banner-featured h1 {
    margin: 35% 0 0;
  }
}
@media (max-width: 480px) {
  .banner-featured h1 {
    margin: 50% 0 0;
    font-size: 42px;
  }
}
@media (max-width: 350px) {
  .banner-featured h1 {
    margin: 50% auto;
    font-size: 30px;
    width: 280px;
  }
}
.about {
  background: url("../images/bg-about.png") no-repeat #060414 center;
  padding-top: 30px;
  background-position-y: 22px;
  background-size: 100%;
  margin-top: -140px;
}
.about .container .culture {
  float: left;
  width: 100%;
  padding-bottom: 100px;
}
.about .container .culture .text {
  float: left;
  width: 430px;
  margin-right: 41px;
  margin-top: 100px;
}
.about .container .culture .text h1 {
  margin: 0;
  color: #ffffff;
  font-size: 58px;
  font-weight: 500;
  text-align: right;
  margin-bottom: 30px;
}
.about .container .culture .text .text-about {
  width: 314px;
  color: #fff;
  float: right;
  font-size: 15px;
  font-weight: 300;
}
.about .container .culture .text .text-about p {
  margin-bottom: 30px;
}
.about .container .culture .text .text-about a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  color: #0032ff;
}
.about .container .culture .text .text-about a img {
  margin-left: 10px;
  transform: translateX(0px);
}
.about .container .culture .text .text-about a:hover img {
  transform: translateX(10px);
}
.about .container .culture .video {
  float: left;
  position: relative;
  cursor: pointer;
}
.about .container .culture .video .icon-play {
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: 50%;
  margin-top: -35px;
  transform: scale(1);
}
.about .container .culture .video img {
  max-width: 100%;
}
.about .container .culture .video:hover .icon-play {
  transform: scale(1.25);
}
.about .container .valors {
  float: left;
  width: 100%;
  padding-bottom: 130px;
}
.about .container .valors h1 {
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 90px;
}
.about .container .valors .imgs-pilars {
  display: table;
  margin: 0 auto;
}
.about .container .valors .imgs-pilars img {
  float: left;
}
.about .container .valors .imgs-pilars img:first-child {
  margin-top: 45px;
  margin-right: -50px;
}
.about .container .valors .imgs-pilars img:last-child {
  margin-top: 45px;
  margin-left: -50px;
}
.about .container .cases {
  background: url("../images/bg-case.png") no-repeat center center;
  position: relative;
  float: left;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.about .container .cases .shadow {
  position: absolute;
  bottom: 0;
  z-index: 5;
  left: 0;
  width: 100%;
}
.about .container .cases .img-case {
  position: absolute;
  left: 50%;
  margin-left: -330px;
  bottom: -160px;
}
.about .container .cases .img-case .text-one {
  position: absolute;
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  width: 180px;
  top: 180px;
  left: -143px;
}
.about .container .cases .img-case .text-two {
  position: absolute;
  color: #ffffff;
  font-size: 28px;
  right: -75px;
  top: 272px;
  font-weight: 500;
}
@media (max-width: 1450px) {
  .about {
    margin-top: -60px;
  }
  .about .container .culture .video {
    width: 57%;
  }
}
@media (max-width: 1200px) {
  .about {
    margin-top: 0;
  }
  .about .container .culture .text {
    float: left;
    width: 380px;
    margin-right: 25px;
    margin-top: 50px;
  }
  .about .container .culture .text h1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .about .container .cases .img-case .text-one {
    left: -110px;
  }
}
@media (max-width: 991px) {
  .about {
    margin-top: -1px;
    background: url("../images/bg-about-resp.png") no-repeat #060414;
    background-position-x: 70%;
    background-position-y: 15%;
  }
  .about .container .culture .text {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    text-align: center;
    margin-bottom: 60px;
  }
  .about .container .culture .text h1 {
    font-size: 50px;
    margin-bottom: 20px;
    text-align: center;
  }
  .about .container .culture .text .text-about {
    width: 400px;
    margin: 0 auto;
    float: initial;
  }
  .about .container .culture .video {
    width: 100%;
    margin: 0 auto;
    float: left;
  }
  .about .container .culture .video .thumb-video {
    display: table;
    margin: 0 auto;
  }
  .about .container .valors {
    padding-bottom: 70px;
  }
  .about .container .valors .imgs-pilars {
    width: 655px;
  }
  .about .container .valors .imgs-pilars img {
    width: 300px;
  }
  .about .container .valors .imgs-pilars img:first-child {
    margin-top: 30px;
    width: 225px;
  }
  .about .container .valors .imgs-pilars img:last-child {
    margin-top: 30px;
    width: 225px;
  }
}
@media (max-width: 768px) {
  .about .container .valors .imgs-pilars {
    width: 470px;
  }
  .about .container .valors .imgs-pilars img {
    width: 200px;
  }
  .about .container .valors .imgs-pilars img:first-child {
    margin-top: 20px;
    width: 180px;
  }
  .about .container .valors .imgs-pilars img:last-child {
    margin-top: 20px;
    width: 180px;
  }
}
@media (max-width: 480px) {
  .about .container .culture .text h1 {
    font-size: 34px;
  }
  .about .container .culture .text .text-about {
    width: 100%;
    margin: 0 auto;
    float: initial;
  }
  .about .container .culture .text .text-about p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
  }
  .about .container .valors h1 {
    margin-bottom: 50px;
  }
  .about .container .valors .imgs-pilars {
    width: 280px;
  }
  .about .container .valors .imgs-pilars img {
    width: 150px;
  }
  .about .container .valors .imgs-pilars img:first-child {
    margin-top: 20px;
    width: 115px;
  }
  .about .container .valors .imgs-pilars img:last-child {
    margin-top: 20px;
    width: 115px;
  }
}
@media (max-width: 350px) {
  .about .container .culture {
    padding-bottom: 60px;
  }
  .about .container .culture .text .text-about p {
    font-size: 16px;
    line-height: 25px;
  }
  .about .container .culture .video .icon-play {
    left: 50%;
    margin-left: -23px;
    top: 50%;
    margin-top: -23px;
    width: 46px;
    height: 46px;
  }
  .about .container .valors h1 {
    margin-bottom: 50px;
    font-weight: 400;
    font-size: 15px;
  }
}
.services {
  background: #101010;
  padding: 80px 0;
}
.services .container {
  display: block;
}
.services h1 {
  margin: 0;
  color: #ffffff;
  font-size: 64px;
  margin-bottom: 10px;
  font-weight: 500;
}
.services .slide-services {
  overflow: hidden;
  position: relative;
  padding: 30px 0;
}
.services .slide-services .swiper-wrapper .swiper-slide .box-service {
  background: #1935c3;
  /*height: 460px;
  padding-top: 60px;*/
  padding-bottom: 15px;
  transform: scale(1);
  transition: all 0.5s;
}
.services .slide-services .swiper-wrapper .swiper-slide .box-service .icon {
  /*width: 110px;*/
  height: auto;
  /*display: table;
  margin: 0 auto;
  border-radius: 50%;
  background: #1e3bce;
  margin-bottom: 40px;*/
}
.services .slide-services .swiper-wrapper .swiper-slide .box-service .icon img {
  max-width: 100%;
}
.services .slide-services .swiper-wrapper .swiper-slide .box-service .icon i {
  color: #ffffff;
  display: block;
  text-align: center;
  font-size: 50px;
  height: 110px;
  line-height: 125px;
}
.services .slide-services .swiper-wrapper .swiper-slide .box-service h2 {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  margin-top: 10px;
  /*margin-bottom: 25px;
  height: 52px;*/
}
.services .slide-services .swiper-wrapper .swiper-slide .box-service p {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  width: 220px;
  margin: 0 auto;
}
/* 
.services .slide-services .swiper-wrapper .swiper-slide .box-service a {
  display: block;
  text-align: center;
  width: 44px;
  height: 44px;
  margin: 35px auto 0;
  border-radius: 50%;
  background: #1e3bce;
  color: #ffffff;
  line-height: 47px;
  opacity: 0;
} */
.services .slide-services .swiper-wrapper .swiper-slide .box-service:hover {
  background: #ffffff;
  transform: scale(1.05);
  transition: all 0.5s;
}
.services .slide-services .swiper-wrapper .swiper-slide .box-service:hover .icon {
  background: #ffffff;
}
.services .slide-services .swiper-wrapper .swiper-slide .box-service:hover .icon i {
  color: #0031ff;
}
.services .slide-services .swiper-wrapper .swiper-slide .box-service:hover h2 {
  color: #0031ff;
}
.services .slide-services .swiper-wrapper .swiper-slide .box-service:hover p {
  color: #666666;
}
.services .slide-services .swiper-wrapper .swiper-slide .box-service:hover a {
  opacity: 1;
}
.services .slide-services .swiper-pagination {
  display: none;
}
@media (max-width: 1440px) {
  .services .slide-services .slide-services .swiper-wrapper .swiper-slide .box-service {
    height: 440px;
  }
}
@media (max-width: 991px) {
  .services .slide-services .swiper-pagination {
    display: block;
    bottom: -4px;
  }
  .services .slide-services .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ddd;
  }
  .services .slide-services .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
  }
}
.services .parag-info {
  color: #ffffff;
  margin-top: 30px;
  float: left;
}
.services .arrow-controls {
  float: right;
  /*margin-top: 30px;*/
  color: #ffffff;
  position: relative;
}
.services .arrow-controls .swiper-button-prev {
  transform: rotate(180deg);
  float: left;
  margin-top: -6px;
  cursor: pointer;
  font-size: 30px;
  margin-right: 18px;
  background: transparent;
  height: auto;
  width: auto;
  right: initial;
  left: initial;
  top: initial;
  position: relative;
}
.services .arrow-controls .swiper-button-next {
  float: left;
  cursor: pointer;
  font-size: 30px;
  background: transparent;
  width: auto;
  height: auto;
  position: relative;
  top: initial;
  left: initial;
  right: initial;
  margin-top: 0;
}
@media (max-width: 1200px) {
  .services h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .services {
    padding: 70px 0;
    text-align: center;
  }
  .services .parag-info {
    display: none;
  }
  .services .arrow-controls {
    display: none;
  }
}
@media (max-width: 480px) {
  .services {
    padding: 50px 0;
    overflow: hidden;
  }
  .services h1 {
    font-size: 34px;
  }
  .services .slide-services {
    overflow: initial;
    padding: 30px 20px;
  }
  .services .slide-services .swiper-wrapper .swiper-slide .box-service {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 350px) {
  .services h1 {
    font-size: 30px;
  }
}
.depoiments {
  background-color: #101010;
  padding: 140px 0;
  overflow: hidden;
  /*background: url("../images/bg-depo.png") no-repeat right bottom -80px;*/
}
.depoiments .container {
  display: block;
  width: 1220px;
}
.depoiments .depo-featured {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.depoiments .depo-featured .text {
  float: left;
  margin-right: 50px;
  margin-top: 20px;
}
.depoiments .depo-featured .text h1 {
  margin: 0;
  font-size: 60px;
  font-weight: bold;
}
.depoiments .depo-featured .text .depo {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.depoiments .depo-featured .text .depo img {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}
.depoiments .depo-featured .text .depo .text-depo {
  width: 344px;
  float: left;
}
.depoiments .depo-featured .text .depo .text-depo p {
  text-align: left;
  color: #fff;
}
.depoiments .depo-featured .text .depo .text-depo .user {
  margin-top: 24px;
}
.depoiments .depo-featured .text .depo .text-depo .user .photo {
  width: 45px;
  height: 45px;
  overflow: hidden;
  float: left;
  border-radius: 50%;
  margin-right: 20px;
}
.depoiments .depo-featured .text .depo .text-depo .user .photo img {
  max-width: 100%;
  float: initial;
  margin-top: 0;
  margin-right: 0;
}
.depoiments .depo-featured .text .depo .text-depo .user .info-user {
  float: left;
  margin-top: 5px;
}
.depoiments .depo-featured .text .depo .text-depo .user .info-user h2 {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.depoiments .depo-featured .text .depo .text-depo .user .info-user span {
  display: block;
  font-size: 12px;
  color: #fff;
}
.depoiments .depo-featured .video {
  float: right;
  position: relative;
  cursor: pointer;
}
.depoiments .depo-featured .video .icon-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -35px;
  margin-left: -35px;
  transform: scale(1);
}
.depoiments .depo-featured .video:hover .icon-play {
  transform: scale(1.25);
}
.depoiments .depo-featured .video img {
  max-width: 100%;
}
.depoiments .slide-depo {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 80px;
  height: 355px;
  padding: 60px 0;
}
.depoiments .slide-depo .swiper-wrapper .swiper-slide {
  opacity: 0;
}
.depoiments .slide-depo .swiper-wrapper .swiper-slide.swiper-slide-active,
.depoiments .slide-depo .swiper-wrapper .swiper-slide.swiper-slide-next,
.depoiments .slide-depo .swiper-wrapper .swiper-slide.swiper-slide-prev {
  opacity: 1;
}
.depoiments .slide-depo .swiper-wrapper .swiper-slide .box-depo {
  -webkit-box-shadow: 0 0 70px 21px #ececf2;
  box-shadow: 0 0 70px 21px #ececf2;
  float: left;
  width: 100%;
  padding-bottom: 50px;
  background: #ffffff;
}
.depoiments .slide-depo .swiper-wrapper .swiper-slide .box-depo .depo {
  padding-left: 30px;
}
.depoiments .slide-depo .swiper-wrapper .swiper-slide .box-depo .depo .user .photo {
  display: block;
  margin-bottom: 20px;
  width: 45px;
}
.depoiments .slide-depo .swiper-wrapper .swiper-slide .box-depo .depo .user .photo img {
  max-width: 100%;
  margin-top: -25px;
}
.depoiments .slide-depo .swiper-wrapper .swiper-slide .box-depo .depo .user .info-user {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.depoiments .slide-depo .swiper-wrapper .swiper-slide .box-depo .depo .user .info-user h2 {
  font-size: 16px;
  font-weight: 500;
  color: #000001;
  margin-bottom: 3px;
}
.depoiments .slide-depo .swiper-wrapper .swiper-slide .box-depo .depo .user .info-user span {
  font-size: 12px;
  color: #666666;
  display: block;
}
.depoiments .slide-depo .swiper-wrapper .swiper-slide .box-depo .depo .aspas {
  float: left;
  margin-right: 20px;
  margin-top: 5px;
}
.depoiments .slide-depo .swiper-wrapper .swiper-slide .box-depo .depo .text-depo {
  float: left;
}
.depoiments .slide-depo .swiper-wrapper .swiper-slide .box-depo .depo .text-depo p {
  font-size: 14px;
  width: 230px;
}
.depoiments .slide-depo .swiper-button-prev {
  transform: rotate(180deg);
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: #1e3bce;
  left: -65px;
}
.depoiments .slide-depo .swiper-button-prev i {
  display: block;
  text-align: center;
  color: #ffffff;
  line-height: 46px;
}
.depoiments .slide-depo .swiper-button-next {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background: #1e3bce;
  right: -65px;
}
.depoiments .slide-depo .swiper-button-next i {
  display: block;
  text-align: center;
  color: #ffffff;
  line-height: 46px;
}
.depoiments .products li {
  float: left;
  margin-left: 50px;
}
.depoiments .products li:first-child {
  margin-left: 0;
}
.depoiments .products li:first-child img {
  margin-top: 12px;
}
.depoiments .products li:nth-child(3) img {
  margin-top: 10px;
}
.depoiments .products li:nth-child(4) img {
  margin-top: 15px;
}
.depoiments .products li:nth-child(5) img {
  margin-top: 3px;
}
.depoiments .products li:last-child img {
  margin-top: 5px;
}
@media (max-width: 1440px) {
  .depoiments .container {
    width: 1100px;
  }
  .depoiments .depo-featured .text {
    margin-right: 40px;
  }
  .depoiments .depo-featured .text h1 {
    font-size: 50px;
  }
  .depoiments .depo-featured .text .depo {
    margin-top: 30px;
  }
  .depoiments .depo-featured .video {
    width: 53%;
  }
  .depoiments .products li {
    margin-left: 25px;
  }
}
@media (max-width: 1200px) {
  .depoiments .depo-featured .text {
    width: 41%;
  }
  .depoiments .depo-featured .text h1 {
    font-size: 40px;
  }
  .depoiments .depo-featured .text .depo .text-depo {
    width: 320px;
    float: left;
  }
  .depoiments .slide-depo .swiper-button-next {
    right: 5px;
  }
  .depoiments .slide-depo .swiper-button-prev {
    left: 5px;
  }
  .depoiments .products li img {
    max-width: 135px;
  }
}
@media (max-width: 991px) {
  .depoiments {
    padding: 80px 0;
  }
  .depoiments .depo-featured .text {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .depoiments .depo-featured .text .depo .aspas {
    display: none;
  }
  .depoiments .depo-featured .text .depo .text-depo {
    width: 320px;
    float: initial;
    text-align: center;
    margin: 0 auto;
  }
  .depoiments .depo-featured .text .depo .text-depo .user {
    display: table;
    margin: 40px auto;
  }
  .depoiments .depo-featured .text .depo .text-depo .user .info-user {
    text-align: left;
  }
  .depoiments .depo-featured .text .depo .text-depo p {
    text-align: center;
  }
  .depoiments .depo-featured .video {
    width: 100%;
  }
  .depoiments .depo-featured .video .thumb-video {
    display: table;
    margin: 0 auto;
  }
  .depoiments .products li {
    margin-left: 0;
    width: 33%;
    height: 80px;
  }
  .depoiments .products li img {
    margin: 0 auto;
    display: table;
  }
  .depoiments .slide-depo .swiper-button-next,
  .depoiments .slide-depo .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 768px) {
  .depoiments .slide-depo .swiper-wrapper .swiper-slide .box-depo .depo .text-depo p {
    font-size: 16px;
    width: 315px;
  }
}
@media (max-width: 480px) {
  .depoiments {
    padding: 50px 0;
    background: #ffffff;
  }
  .depoiments .depo-featured .text h1 {
    font-size: 34px;
  }
  .depoiments .slide-depo {
    margin-bottom: 40px;
    height: auto;
    padding: 40px 0 20px;
  }
  .depoiments .slide-depo .swiper-wrapper .swiper-slide .box-depo .depo .text-depo p {
    width: 225px;
  }
  .depoiments .products li {
    margin-left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .depoiments .products li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 375px) {
  .depoiments .depo-featured .text h1 {
    font-size: 30px;
  }
  .depoiments .depo-featured .text .depo .text-depo {
    width: 280px;
  }
  .depoiments .depo-featured .text .depo .text-depo p {
    font-size: 14px;
  }
  .depoiments .depo-featured .video .icon-play {
    margin-top: -23px;
    margin-left: -23px;
    width: 46px;
    height: 46px;
  }
  .depoiments .slide-depo .swiper-wrapper .swiper-slide .box-depo .depo .aspas {
    width: 20px;
  }
  .depoiments .slide-depo .swiper-wrapper .swiper-slide .box-depo .depo .text-depo p {
    width: 180px;
    font-size: 14px;
  }
}
.s-cases {
  background: #060414;
  padding-bottom: 30px;
}
.s-cases .box-case {
  margin-bottom: 100px;
  float: left;
  width: 100%;
  overflow: hidden;
}
.s-cases .box-case .img-case {
  float: left;
  width: 100%;
  overflow: hidden;
}
.s-cases .box-case .img-case img {
  max-width: 100%;
  transform: scale(1);
  transition: all 0.5s;
}
.s-cases .box-case h2 {
  color: #ffffff;
  font-weight: 500;
  font-size: 24px;
  float: left;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 20px;
}
.s-cases .box-case p {
  float: left;
  width: 100%;
  color: #ffffff;
  padding-right: 30px;
  text-shadow: 0 0 black;
  margin-bottom: 37px;
}
.s-cases .box-case ul {
  float: left;
  width: 100%;
}
.s-cases .box-case ul li {
  text-transform: uppercase;
  color: #0031ff;
  letter-spacing: 2px;
  font-size: 13px;
  float: left;
  margin-left: 22px;
}
.s-cases .box-case ul li:first-child {
  margin-left: 0;
}
.s-cases .box-case:hover .img-case img {
  transform: scale(1.05);
  transition: all 0.5s;
}
.s-cases .box-others {
  background: #0031ff;
  float: left;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 54px 0;
  height: 240px;
  margin-top: 60px;
}
.s-cases .box-others.box-resp {
  display: none;
}
.s-cases .box-others h2 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 28px;
  margin-bottom: 30px;
}
.s-cases .box-others a {
  display: block;
  transform: scale(1);
}
.s-cases .box-others a:hover {
  transform: scale(1.1);
}
.s-cases .s-left {
  margin-top: 50px;
  float: left;
  width: 47%;
  margin-right: 6%;
}
.s-cases .s-left h1 {
  margin: 0;
  color: #ffffff;
  font-size: 64px;
  margin-top: 0;
  margin-bottom: 70px;
  line-height: initial;
  font-weight: 500;
}
.s-cases .s-right {
  float: right;
  width: 47%;
  margin-top: -50px;
}
@media (max-width: 991px) {
  .s-cases {
    padding-bottom: 70px;
  }
  .s-cases .box-case {
    width: 550px;
    overflow: hidden;
    margin: 0 auto;
    float: initial;
    margin-bottom: 70px;
  }
  .s-cases .box-case h2 {
    text-align: left;
  }
  .s-cases .box-case p {
    text-align: left;
    display: none;
  }
  .s-cases .box-others {
    display: none;
  }
  .s-cases .box-others.box-resp {
    display: block;
    width: 550px;
    margin: 0 auto;
    float: initial;
  }
  .s-cases .s-left {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .s-cases .s-left h1 {
    font-size: 50px;
  }
  .s-cases .s-right {
    float: right;
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .s-cases .box-case {
    width: 100%;
  }
  .s-cases .box-others.box-resp {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .s-cases .box-others {
    height: auto;
  }
  .s-cases .box-others h2 {
    font-size: 21px;
    margin-bottom: 22px;
  }
  .s-cases .s-left h1 {
    font-size: 34px;
    margin-bottom: 50px;
  }
}
@media (max-width: 375px) {
  .s-cases .box-others h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .s-cases .box-others a img {
    width: 50px;
  }
  .s-cases .box-others.box-resp {
    width: 100%;
    padding: 30px 0;
  }
}
.s-success {
  text-align: center;
  background: #ffffff;
  padding: 100px 0;
}
.s-success span {
  font-size: 16px;
  text-transform: uppercase;
  color: #0031ff;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 25px;
}
.s-success h1 {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  width: 680px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .s-success {
    padding: 70px 0;
  }
  .s-success h1 {
    font-size: 24px;
    width: 90%;
  }
}
@media (max-width: 480px) {
  .s-success h1 {
    font-size: 22px;
    width: 95%;
  }
}
@media (max-width: 375px) {
  .s-success {
    padding: 50px 0;
  }
  .s-success h1 {
    font-size: 17px;
    width: 100%;
  }
  .s-success span {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.s-contact {
  background: url("../images/bg-contact.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  padding: 130px 0;
}
.s-contact h1 {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
.s-contact p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 45px;
}
.s-contact a {
  width: 180px;
  text-align: center;
  text-transform: uppercase;
  background: #ffffff;
  display: block;
  margin: 0 auto;
  line-height: 48px;
  border-radius: 5px;
  color: #1e3bce;
  font-weight: 500;
  transition: all 0.5s;
  transform: scale(1);
}
.s-contact a:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .s-contact {
    padding: 70px 0;
  }
}
@media (max-width: 480px) {
  .s-contact {
    padding: 70px 0;
    background-position-x: 60%;
  }
  .s-contact h1 {
    margin-bottom: 35px;
  }
}
@media (max-width: 375px) {
  .s-contact {
    padding: 50px 0;
  }
  .s-contact h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.footer-primary {
  background: #0031ff;
  padding: 60px 0;
}
.footer-primary .container {
  width: 859px;
}
.footer-primary .logo {
  display: table;
  margin: 0 auto 40px;
}
.footer-primary .logo img:first-child {
  margin-right: 5px;
}
.footer-primary .cities {
  margin-bottom: 60px;
  float: left;
  width: 100%;
}
.footer-primary .cities li {
  float: left;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  margin-left: 120px;
}
.footer-primary .cities li img {
  width: 7px;
}
.footer-primary .cities li:first-child {
  margin-left: 0;
}
.footer-primary .social {
  display: table;
  margin: 0 auto;
}
.footer-primary .social li {
  float: left;
  margin-left: 45px;
}
.footer-primary .social li:first-child {
  margin-left: 0;
}
.footer-primary .social li a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
  display: block;
  transition: all 0.5s;
  transform: translateY(0px);
}
.footer-primary .social li a:hover {
  transform: translateY(-2px);
  transition: all 0.5s;
}
@media (max-width: 1200px) {
  .footer-primary .cities {
    display: table;
    margin: 0 auto;
    float: initial;
    width: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  .footer-primary .cities li {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .footer-primary .cities li:last-child {
    margin-bottom: 0;
  }
  .footer-primary .social {
    margin-top: 70px;
  }
  .footer-primary .social li {
    float: left;
    margin-left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-primary .social li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 375px) {
  .footer-primary .cities li {
    margin-bottom: 35px;
    font-size: 25px;
  }
}
.copyright {
  background: #0a34e7;
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
}
.copyright p {
  font-size: 14px;
  letter-spacing: 1px;
}
@media (max-width: 480px) {
  .copyright p {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .copyright p {
    font-size: 14px;
  }
}
.s-featured { 
  height: 500px;
  background-size: cover !important;
  padding-top: 185px;
}
.s-featured .container {
  position: relative;
}
.s-featured .text {
  float: left;
}
.s-featured .text span {
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 2px;
}
.s-featured .text h1 {
  margin: 0;
  color: #ffffff;
  font-size: 60px;
  margin-top: 10px;
}
.s-featured .arrow-down {
  position: absolute;
  left: 0;
  top: 170px;
  cursor: pointer;
  -webkit-animation: vertical-animate 1.5s infinite alternate;
  -moz-animation: vertical-animate 1.5s infinite alternate;
  -animation: vertical-animate 1.5s infinite alternate;
}
.s-featured .video-play {
  position: absolute;
  right: 70px;
  top: 45px;
  cursor: pointer;
}
.s-featured .video-play:hover img {
  transform: scale(1.2);
}
.s-featured .video-play img {
  display: table;
  margin: 0 auto 15px;
  transform: scale(1);
}
.s-featured .video-play span {
  color: #ffffff;
  display: block;
}
.s-featured.s-about {
  background: url("../images/bg-about.jpg") no-repeat;
}
@media (min-width: 992px) {
  .s-featured {
    padding-top: 290px;
  }
}
@media (max-width: 768px) {
  .s-featured.s-about {
    background-position-x: 30%;
  }
}
@media (max-width: 480px) {
  .s-featured.s-about {
    background-position-x: 35%;
  }
}
.s-featured.s-services {
  background: url("../images/bg-services.jpg") no-repeat;
}
@media (max-width: 1200px) {
  .s-featured.s-services {
    background-position-x: 55%;
  }
}
@media (max-width: 1200px) {
  .s-featured.s-services {
    padding-top: 160px;
  }
}
.s-featured.s-bg-cases {
  background: url("../images/bg-cases.jpg") no-repeat;
}
@media (max-width: 1200px) {
  .s-featured.s-bg-cases {
    background-position-x: 55%;
  }
}
@media (max-width: 1200px) {
  .s-featured.s-bg-cases {
    padding-top: 160px;
  }
}
/* .s-featured.s-bg-detail {
  background: url("../images/bg-detail-case.jpg") no-repeat;
  padding-top: 290px;
} */
.s-featured.s-bg-detail .text h1 {
  margin-bottom: 10px;
}
.s-featured.s-bg-detail .text p {
  color: #ffffff;
}
.s-featured.s-bg-detail .info {
  float: right;
}
.s-featured.s-bg-detail .info ul {
  float: left;
  width: 100%;
  margin-top: 88px;
}
.s-featured.s-bg-detail .info ul li {
  float: left;
  color: #ffffff;
  margin-left: 100px;
}
.s-featured.s-bg-detail .info ul li:first-child {
  margin-left: 0;
}
.s-featured.s-bg-detail .info ul li:last-child h2 {
  margin-top: 28px;
}
.s-featured.s-bg-detail .info ul li:last-child h2 img {
  margin-left: 18px;
}
.s-featured.s-bg-detail .info ul li span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.s-featured.s-bg-detail .info ul li h2 {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .s-featured.s-bg-detail .info ul li {
    margin-left: 50px;
  }
}
@media (max-width: 991px) {
  .s-featured.s-bg-detail {
    padding-top: 130px;
  }
  .s-featured.s-bg-detail .info {
    float: left;
  }
  .s-featured.s-bg-detail .info ul {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .s-featured.s-bg-detail .info {
    float: left;
    width: 100%;
  }
  .s-featured.s-bg-detail .info ul {
    float: initial;
    display: table;
    margin: 40px auto 0;
    width: 100%;
    text-align: center;
  }
  .s-featured.s-bg-detail .info ul li {
    margin-left: 0;
    width: 33%;
  }
}
@media (max-width: 480px) {
  .s-featured.s-bg-detail {
    padding-top: 100px;
  }
  .s-featured.s-bg-detail .text p br {
    display: none;
  }
  .s-featured.s-bg-detail .info ul li h2 {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .s-featured.s-bg-detail .text p {
    font-size: 14px;
  }
  .s-featured.s-bg-detail .info ul li:last-child h2 img {
    margin-left: 4px;
  }
}
/* .s-featured.s-bg-contact {
  background: url("../images/bg-contact-women.jpg") no-repeat;
  height: 950px;
} */
.s-featured.s-bg-contact .form-contact {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.s-featured.s-bg-contact .form-contact form {
  width: 602px;
}
.s-featured.s-bg-contact .form-contact form .row-form {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.s-featured.s-bg-contact .form-contact form .row-form .lado-esq-form {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.s-featured.s-bg-contact .form-contact form .row-form .lado-esq-form #inputEmail {
  width: 100%;
}
.s-featured.s-bg-contact .form-contact form .row-form .lado-dir-form {
  float: left;
  width: 49%;
}
.s-featured.s-bg-contact .form-contact form .row-form .lado-dir-form #inputTelefone {
  width: 100%;
}
.s-featured.s-bg-contact .form-contact form .row-form input[type="text"],
.s-featured.s-bg-contact .form-contact form .row-form input[type="email"],
.s-featured.s-bg-contact .form-contact form .row-form textarea {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-weight: 300;
  font-size: 16px;
  background: #ffffff;
  color: #060414;
}
.s-featured.s-bg-contact .form-contact form .row-form input[type="text"]::placeholder,
.s-featured.s-bg-contact .form-contact form .row-form input[type="email"]::placeholder,
.s-featured.s-bg-contact .form-contact form .row-form textarea::placeholder {
  color: #060414;
}
.s-featured.s-bg-contact .form-contact form .row-form input[type="submit"] {
  margin-top: 15px;
  width: 352px;
  height: 60px;
  border-radius: 5px;
  background: #0031ff;
  border: 2px solid #0031ff;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
}
.s-featured.s-bg-contact .form-contact form .row-form textarea {
  resize: none;
  height: 120px !important;
  padding: 20px;
}
@media (max-width: 1200px) {
  .s-featured.s-bg-contact {
    height: 830px;
  }
}
@media (max-width: 991px) {
  .s-featured.s-bg-contact {
    height: auto;
    background-position-x: 40%;
    padding-bottom: 30px;
  }
  .s-featured.s-bg-contact .form-contact form {
    width: 100%;
  }
  .s-featured.s-bg-contact .form-contact form .row-form input[type="submit"] {
    margin: 0 auto;
    display: table;
    margin-top: 15px;
  }
}
@media (max-width: 480px) {
  .s-featured.s-bg-contact {
    height: auto;
    background-position-x: 60%;
  }
  .s-featured.s-bg-contact .form-contact form .row-form .lado-esq-form {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .s-featured.s-bg-contact .form-contact form .row-form .lado-esq-form #inputEmail {
    width: 100%;
  }
  .s-featured.s-bg-contact .form-contact form .row-form .lado-dir-form {
    width: 100%;
  }
  .s-featured.s-bg-contact .form-contact form .row-form .lado-dir-form #inputTelefone {
    width: 100%;
  }
  .s-featured.s-bg-contact .form-contact form .row-form input[type="text"],
  .s-featured.s-bg-contact .form-contact form .row-form input[type="email"],
  .s-featured.s-bg-contact .form-contact form .row-form textarea {
    padding: 15px;
    font-size: 15px;
    height: 50px;
  }
  .s-featured.s-bg-contact .form-contact form .row-form input[type="submit"] {
    font-size: 16px;
  }
}
@media (max-width: 350px) {
  .s-featured.s-bg-contact .form-contact form .row-form input[type="submit"] {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .s-featured {
    height: 400px;
    background-size: cover !important;
    padding-top: 140px;
  }
  .s-featured .text h1 {
    font-size: 50px;
  }
  .s-featured .video-play {
    right: 0;
    top: 25px;
  }
}
@media (max-width: 768px) {
  .s-featured {
    padding-top: 130px;
  }
  .s-featured .arrow-down {
    display: none;
  }
  .s-featured .video-play {
    position: relative;
  }
  .s-featured .video-play span {
    text-align: center;
  }
  .s-featured .text {
    float: left;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .s-featured {
    padding-top: 115px;
    height: 365px;
  }
  .s-featured .text span {
    font-size: 15px;
  }
  .s-featured .text h1 {
    font-size: 40px;
  }
}
@media (max-width: 350px) {
  .s-featured {
    height: 330px;
  }
  .s-featured .text span {
    font-size: 14px;
  }
  .s-featured .text h1 {
    font-size: 34px;
  }
  .s-featured .video-play span {
    font-size: 14px;
  }
  .s-featured .video-play img {
    width: 50px;
  }
}
.s-locals {
  background: url("../images/map.png") no-repeat right center;
  padding: 130px 0;
}
.s-locals .item-local {
  float: left;
  width: 100%;
  margin-bottom: 85px;
}
.s-locals .item-local:first-child .info-local ul li:first-child img {
  margin-top: 3px;
}
.s-locals .item-local:first-child .info-local ul li:nth-child(2) img {
  margin-top: 4px;
}
.s-locals .item-local:first-child .info-local ul li:last-child span {
  margin-top: 8px;
}
.s-locals .item-local .country {
  float: left;
  margin-right: 85px;
}
.s-locals .item-local .country h1 {
  margin: 0;
  color: #333333;
  font-size: 30px;
  margin-bottom: 25px;
}
.s-locals .item-local .country ul li {
  float: left;
  margin-left: 20px;
}
.s-locals .item-local .country ul li:first-child {
  margin-left: 0;
}
.s-locals .item-local .info-local {
  float: left;
  width: 430px;
}
.s-locals .item-local .info-local ul li {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.s-locals .item-local .info-local ul li img {
  float: left;
  margin-right: 15px;
}
.s-locals .item-local .info-local ul li span {
  display: block;
  font-size: 14px;
  color: #333333;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
}
.s-locals .item-local .info-local ul li .text {
  float: left;
}
.s-locals .item-local:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .s-locals {
    padding: 80px 0;
    background-size: 600px;
  }
}
@media (max-width: 991px) {
  .s-locals {
    padding: 50px 0;
    background: #ffffff;
  }
  .s-locals .item-local {
    margin-bottom: 30px;
  }
  .s-locals .item-local .info-local {
    width: 100%;
    text-align: center;
  }
  .s-locals .item-local .info-local ul li img {
    float: initial;
    margin-right: 15px;
    display: table;
    margin: 0 auto 15px;
  }
  .s-locals .item-local .info-local ul li .text {
    float: left;
    width: 100%;
  }
  .s-locals .item-local .country {
    float: left;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .s-locals .item-local .country ul {
    display: table;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .s-locals {
    padding: 40px 0 10px;
  }
}
.all-itens-detail {
  padding-top: 75px;
}
.all-itens-detail .item {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding: 90px 0;
}
.all-itens-detail .item:first-child {
  padding-top: 0;
}
.all-itens-detail .item .title {
  float: left;
  margin-top: 10px;
}
.all-itens-detail .item .title img {
  float: left;
  margin-right: 10px;
  margin-top: 15px;
}
.all-itens-detail .item .title h1 {
  float: left;
  margin: 0;
  font-size: 32px;
  line-height: 24px;
}
.all-itens-detail .item .desc-item {
  float: left;
  /* width: 820px; */
}
.all-itens-detail .item .desc-item ul li {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}
.all-itens-detail .item .desc-item ul li:last-child {
  margin-bottom: 0;
}
.all-itens-detail .item .desc-item p {
  color: #333333;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.all-itens-detail .item .desc-item p:last-child {
  margin-bottom: 0;
}
.all-itens-detail .mokup-case {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 100px;
}
.all-itens-detail .mokup-case img {
  max-width: 100%;
  display: table;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .all-itens-detail .item .desc-item {
    float: right;
    width: 670px;
  }
}
@media (max-width: 991px) {
  .all-itens-detail {
    padding-top: 50px;
  }
  .all-itens-detail .item {
    padding: 50px 0;
  }
  .all-itens-detail .item .desc-item {
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .all-itens-detail .item {
    padding: 30px 0;
  }
  .all-itens-detail .item .title {
    width: 100%;
    text-align: center;
  }
  .all-itens-detail .item .title h1 {
    width: 100%;
  }
  .all-itens-detail .item .title img {
    display: none;
  }
  .all-itens-detail .item .desc-item {
    padding-left: 0;
    text-align: center;
  }
  .all-itens-detail .mokup-case {
    padding-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .all-itens-detail {
    padding-top: 40px;
  }
}
.mockup-site {
  padding: 100px 0;
  background: #121e2c;
}
.mockup-site img {
  float: left;
  margin-right: 6%;
  width: 47%;
}
.mockup-site img:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .mockup-site {
    padding: 50px 0;
  }
}
.mockup-geral {
  padding: 120px 0 100px;
}
.mockup-geral img {
  width: 100%;
}
@media (max-width: 768px) {
  .mockup-geral {
    padding: 50px 0;
  }
}
.other-cases h1 {
  text-align: center;
  margin: 0;
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  margin-bottom: 91px;
}
.other-cases .all-cases {
  overflow: hidden;
}
.other-cases .all-cases a {
  float: left;
  width: 50%;
}
.other-cases .all-cases a:hover {
  transform: scale(1.02);
  transition: all 0.5s;
}
.other-cases .all-cases a img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .other-cases h1 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .other-cases .all-cases a {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .other-cases h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.s-text-about {
  padding: 90px 0 110px;
  background: url("../images/bg-text-about.png") no-repeat right bottom -145px;
}
.s-text-about h1 {
  margin: 0;
  text-align: center;
  font-size: 48px;
  color: #201d1e;
  margin-bottom: 40px;
}
.s-text-about .text {
  width: 780px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}
.s-text-about .text p {
  margin-bottom: 20px;
}
.s-text-about .text p:last-child {
  margin-bottom: 0;
}
.s-text-about .partners {
  width: 900px;
  text-align: center;
  display: block;
  margin: 70px auto 0;
}
.s-text-about .partners h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  color: #201d1e;
}
.s-text-about .partners ul {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  color: #201d1e;
  margin-top: 40px;
}
.s-text-about .partners ul li {
  float: left;
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
  margin-bottom: 35px;
}
.s-text-about .partners ul li:nth-last-child(2) {
  margin-left: 25%;
}
.s-text-about .partners ul li a {
  display: block;
  width: 100%;
  height: 55px;
}
.s-text-about .partners ul li a img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991px) {
  .s-text-about {
    padding: 50px 0;
    background: #ffffff;
  }
  .s-text-about .partners {
    width: 750px;
  }
}
@media (max-width: 768px) {
  .s-text-about h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .s-text-about .partners {
    width: 90%;
  }
  .s-text-about .text {
    width: 95%;
  }
}
@media (max-width: 480px) {
  .s-text-about h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .s-text-about .partners ul li {
    width: 100%;
  }
  .s-text-about .partners ul li:nth-last-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 350px) {
  .s-text-about {
    padding: 40px 0;
  }
  .s-text-about h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.s-photos-about ul li {
  float: left;
  width: 25%;
  overflow: hidden;
}
.s-photos-about ul li:last-child {
  width: 50%;
}
.s-photos-about ul li img {
  width: 100%;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transform: scale(1);
  transition: all 0.5s;
}
.s-photos-about ul li:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transform: scale(1.02);
  transition: all 0.5s;
}
@media (max-width: 480px) {
  .s-photos-about ul li {
    width: 50%;
  }
  .s-photos-about ul li:last-child {
    width: 100%;
  }
}
/* .s-pilars {
  background: url("../images/bg-pilars.jpg") no-repeat #060313 center center;
  background-size: 100%;
  padding-top: 110px;
  padding-bottom: 85px;
} */
.s-pilars h2 {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 16px;
  margin-bottom: 57px;
}
.s-pilars ul {
  float: left;
  width: 100%;
  margin-bottom: 120px;
}
.s-pilars ul li {
  float: left;
  width: 300px;
  margin-left: 125px;
  margin-top: 50px;
}
.s-pilars ul li img {
  margin-bottom: 75px;
}
.s-pilars ul li p {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  width: 325px;
  display: table;
  margin: 0 auto;
}
.s-pilars ul li:first-child {
  margin-left: 0;
}
.s-pilars ul li:nth-child(2) {
  width: 375px;
  margin-top: 0;
}
.s-pilars ul li:nth-child(2) img {
  margin-bottom: 30px;
}
.s-pilars .logo {
  display: table;
  margin: 0 auto;
}
.s-pilars .logo img {
  display: table;
  margin: 0 auto 20px;
}
.s-pilars .logo span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .s-pilars ul li {
    margin-left: 50px;
  }
}
@media (max-width: 1200px) {
  .s-pilars ul {
    margin-bottom: 50px;
  }
  .s-pilars ul li {
    margin-left: -13px;
  }
  .s-pilars ul li p {
    display: none;
  }
}
@media (max-width: 991px) {
  .s-pilars {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .s-pilars ul {
    margin-bottom: 0;
  }
  .s-pilars ul li {
    width: 30%;
    margin-left: 0;
  }
  .s-pilars ul li img {
    width: 100%;
  }
  .s-pilars ul li:nth-child(2) {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .s-pilars h2 {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .s-pilars .logo img {
    width: 130px;
  }
  .s-pilars h2 {
    font-size: 19px;
  }
  .s-pilars ul li {
    margin-top: 30px;
  }
  .s-pilars ul li img {
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .s-pilars h2 {
    font-size: 16px;
  }
}
.s-work {
  padding: 116px 0;
  text-align: center;
}
.s-work.bg-work {
  background: url("../images/bg-work-contact.jpg") no-repeat;
  background-size: cover;
}
.s-work.bg-work h1 {
  color: #ffffff;
  margin-bottom: 20px;
}
.s-work.bg-work p {
  color: #ffffff;
}
.s-work h1 {
  margin: 0;
  font-weight: bold;
  font-size: 48px;
  color: #201d1e;
  margin-bottom: 40px;
}
.s-work p {
  width: 775px;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  color: #333333;
  margin-bottom: 40px;
}
.s-work a {
  display: block;
  text-transform: uppercase;
  width: 250px;
  background: #0031ff;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 4px;
  line-height: 47px;
  font-size: 14px;
  transform: scale(1);
}
.s-work a:hover {
  transform: scale(1.03);
}
@media (max-width: 991px) {
  .s-work {
    padding: 50px 0;
  }
  .s-work h1 {
    font-size: 40px;
    margin-bottom: 25px;
  }
  .s-work p {
    width: 700px;
  }
}
@media (max-width: 768px) {
  .s-work p {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .s-work h1 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 350px) {
  .s-work {
    padding: 40px 0;
  }
  .s-work h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.cases-page {
  background: #ffffff;
}
.cases-page .box-case h2 {
  color: #000000;
}
.cases-page .box-case p {
  color: #000000;
}
.cases-page .s-left {
  margin-top: 120px;
}
.cases-page .s-right {
  margin-top: -120px;
}
@media (max-width: 991px) {
  .cases-page .s-left {
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  .cases-page {
    padding-bottom: 0;
  }
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 50;
  overflow: hidden;
  display: none;
}
.modal .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
}
.modal .modal-body {
  background: #ffffff;
  display: table;
  margin: 0 auto;
  width: 890px;
  height: 500px;
  z-index: 60;
  position: relative;
  margin-top: 100px;
}
.modal .modal-body iframe {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.modal .modal-body .close img {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0;
  top: -50px;
}
@media (max-width: 991px) {
  .modal .modal-body {
    width: 750px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .modal .modal-body {
    width: 90%;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .modal .modal-body {
    width: 90%;
    height: 185px;
  }
}
@-webkit-keyframes vertical-animate {
  0%,
  40% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(5px);
  }
}
@-moz-keyframes vertical-animate {
  0%,
  40% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(5px);
  }
}
@-o-keyframes vertical-animate {
  0%,
  40% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(5px);
  }
}
@keyframes vertical-animate {
  0%,
  40% {
    transform: translateY(0);
  }
  70% {
    transform: translateY(5px);
  }
}
div.menu-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
}
div.menu-bg.animate {
  opacity: 0.9;
  -webkit-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  z-index: 40;
}
.menu-splitL,
.menu-splitR {
  overflow: hidden;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 50;
}
.menu-splitR {
  left: 160px;
}
div.menu ul li {
  list-style: none;
  width: 100%;
  margin-top: 25px;
  text-align: center;
  font-size: 19px;
  -webkit-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
}
@media (max-width: 320px) {
  div.menu ul li {
    margin-top: 20px;
  }
}
div.menu ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
}
.menu ul li a.btn-contact {
  width: 280px;
  background: #0031ff;
  display: block;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  font-weight: 500;
  border: 2px solid #0031ff;
  transition: all 0.3s;
  margin: 0 auto;
}
div.menu li {
  opacity: 0;
}
div.menu li.animate {
  font-size: 19px;
  opacity: 1;
  -webkit-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 200ms cubic-bezier(0, 0.995, 0.99, 1);
}
.menu-splitL li:nth-of-type(1) {
  margin-left: 44px;
  transition-delay: 0.12s;
}
.menu-splitL li.animate:nth-of-type(1) {
  margin-left: 0;
  transition-delay: 0.0s;
}
.menu-splitL li:nth-of-type(2) {
  margin-left: 41px;
  transition-delay: 0.09s;
}
.menu-splitL li.animate:nth-of-type(2) {
  margin-left: 0;
  transition-delay: 0.05s;
}
.menu-splitL li:nth-of-type(3) {
  margin-left: 57px;
  transition-delay: 0.046s;
}
.menu-splitL li.animate:nth-of-type(3) {
  margin-left: 0;
  transition-delay: 0.1s;
}
.menu-splitL li:nth-of-type(4) {
  margin-left: 61px;
  transition-delay: 0.03s;
}
.menu-splitL li.animate:nth-of-type(4) {
  margin-left: 0;
  transition-delay: 0.15s;
}
.menu-splitL li:nth-of-type(5) {
  margin-left: 59px;
  transition-delay: 0.0s;
}
.menu-splitL li.animate:nth-of-type(5) {
  margin-left: 0;
  transition-delay: 0.2s;
}
.menu-splitL li:nth-of-type(6) {
  margin-left: 59px;
  transition-delay: 0.0s;
}
.menu-splitL li.animate:nth-of-type(6) {
  margin-left: 0;
  transition-delay: 0.2s;
}
.menu-splitL li:nth-of-type(7) {
  margin-left: 59px;
  transition-delay: 0.0s;
}
.menu-splitL li.animate:nth-of-type(7) {
  margin-left: 0;
  transition-delay: 0.2s;
}
.menu-splitR li:nth-of-type(1) {
  margin-left: -201px;
  transition-delay: 0.12s;
}
.menu-splitR li.animate:nth-of-type(1) {
  margin-left: -160px;
  transition-delay: 0.0s;
}
.menu-splitR li:nth-of-type(2) {
  margin-left: -203px;
  transition-delay: 0.069s;
}
.menu-splitR li.animate:nth-of-type(2) {
  margin-left: -160px;
  transition-delay: 0.05s;
}
.menu-splitR li:nth-of-type(3) {
  margin-left: -214px;
  transition-delay: 0.06s;
}
.menu-splitR li.animate:nth-of-type(3) {
  margin-left: -160px;
  transition-delay: 0.1s;
}
.menu-splitR li:nth-of-type(4) {
  margin-left: -217px;
  transition-delay: 0.03s;
}
.menu-splitR li.animate:nth-of-type(4) {
  margin-left: -160px;
  transition-delay: 0.15s;
}
.menu-splitR li:nth-of-type(5) {
  margin-left: -217px;
  transition-delay: 0.0s;
}
.menu-splitR li.animate:nth-of-type(5) {
  margin-left: -160px;
  transition-delay: 0.2s;
}
.menu-splitR li:nth-of-type(6) {
  margin-left: -217px;
  transition-delay: 0.0s;
}
.menu-splitR li.animate:nth-of-type(6) {
  margin-left: -160px;
  transition-delay: 0.2s;
}
.menu-splitR li:nth-of-type(7) {
  margin-left: -217px;
  transition-delay: 0.0s;
}
.menu-splitR li.animate:nth-of-type(7) {
  margin-left: -160px;
  transition-delay: 0.2s;
}
.menu-splitR li:nth-of-type(8) {
  margin-left: -217px;
  transition-delay: 0.0s;
}
.menu-splitR li.animate:nth-of-type(8) {
  margin-left: -160px;
  transition-delay: 0.2s;
}
.s-contact-us {
  height: 100vh;
}
.s-contact-us .social-lang {
  bottom: calc(105vh - 100vh);
}
@media (max-width: 991px) {
  .s-contact-us .social-lang .scroll-mobile {
    display: none;
  }
}
.progress {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #000000;
  z-index: 15;
}
.progress .progress-bar {
  height: 3px;
  float: left;
  width: 20%;
  background: #0031ff;
}
.btn-close-form {
  float: right;
  margin-top: 7px;
}
.btn-close-form img {
  width: 30px;
}
.container-form-contact h1 {
  font-weight: 300;
  font-size: 32px;
  margin-top: 18%;
}
.container-form-contact .answers-form {
  width: 602px;
  margin: 3% auto 0;
}
.container-form-contact .answers-form .btn-back {
  width: 340px;
  background: #0031ff;
  display: block;
  text-align: center;
  line-height: 45px;
  border-radius: 5px;
  font-weight: 500;
  border: 2px solid #0031ff;
  transition: all 0.3s;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 auto;
}
.container-form-contact .answers-form .btn-back:hover {
  background: transparent;
}
.container-form-contact .answers-form label {
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 30px;
}
.container-form-contact .answers-form .row-form {
  position: relative;
}
.container-form-contact .answers-form .error.error-name {
  display: none;
}
.container-form-contact .answers-form .error.error-name:before {
  content: "O Campo nome esta vázio!";
}
.container-form-contact .answers-form .error.error-corp {
  display: none;
}
.container-form-contact .answers-form .error.error-corp:before {
  content: "O Campo empresa esta vázio!";
}
.container-form-contact .answers-form .error.error-email {
  display: none;
}
.container-form-contact .answers-form .error.error-email:before {
  content: "O Campo e-mail esta vázio ou inválido!";
}
.container-form-contact .answers-form .error.error-tel {
  display: none;
}
.container-form-contact .answers-form .error.error-tel:before {
  content: "O Campo telefone esta vazio!!";
}
.container-form-contact .answers-form .error:before {
  content: "";
  position: absolute;
  color: #ff1a1a;
  font-size: 13px;
  bottom: -25px;
  left: 10px;
}
.container-form-contact .answers-form input[type="text"],
.container-form-contact .answers-form input[type="email"] {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  border: 1px solid #ffffff;
  background: #ffffff;
  margin-bottom: 30px;
  color: #170a2d;
}
.container-form-contact .answers-form input[type="text"].error-input,
.container-form-contact .answers-form input[type="email"].error-input {
  border: 2px solid #ff1a1a;
}
.container-form-contact .answers-form button {
  margin: 0 auto;
  display: table;
  background: transparent;
  padding: 0;
  border: none;
  transform: scale(1);
}
.container-form-contact .answers-form button:hover {
  transform: scale(1.1);
}
@media (max-width: 768px) {
  .container-form-contact h1 {
    font-size: 25px;
    margin-top: 30%;
  }
  .container-form-contact .answers-form {
    width: 90%;
    margin: 10% auto 0;
  }
  .container-form-contact .answers-form label {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .container-form-contact h1 {
    font-size: 27px;
    width: 280px;
    margin: 30% auto 0;
  }
  .container-form-contact .answers-form label {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .container-form-contact .answers-form button {
    margin-top: 20%;
  }
  .container-form-contact .answers-form .btn-back {
    width: 280px;
  }
}
label.error {
  display: block;
  font-size: 11px;
  line-height: 11px;
  color: #e24d4d;
  margin-top: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.container2{width:1200px;margin:0 auto;padding:0 15px}@media (max-width:1024px){.container2{width:90%}}@media (max-width:768px){.container2{width:100%}}
.s-sobre{background: #000;padding:115px 0 59px 0;background-size:cover}@media (max-width:768px){.s-sobre{background-size:cover;padding:74px 0 70px 0}}.s-sobre .text-geral{display:flex;border-bottom:solid 1px rgba(176,191,207,.37);padding-bottom:58px}@media (max-width:768px){.s-sobre .text-geral{display:block}}.s-sobre .text-geral .text-esq{width:357px;margin-right:142px}@media (max-width:768px){.s-sobre .text-geral .text-esq{width:100%}}.s-sobre .text-geral .text-esq span{display:block;font-weight:700;letter-spacing:-.1px;color:#fff;margin-bottom:19px;text-transform:uppercase; font-size: 50px;}@media (max-width:768px){.s-sobre .text-geral .text-esq span{text-align:center}}.s-sobre .text-geral .text-esq h2{font-size:40px;font-weight:700;line-height:1.33;letter-spacing:-.7px;color:#fff;margin-bottom:54px}@media (max-width:768px){.s-sobre .text-geral .text-esq h2{text-align:center;font-size:32px;margin-bottom:35px}}.s-sobre .text-geral .text-esq ul{display:flex;align-items:center}@media (max-width:768px){.s-sobre .text-geral .text-esq ul{justify-content:center}}.s-sobre .text-geral .text-esq ul li{margin-left:37px}.s-sobre .text-geral .text-esq ul li:first-child{margin-left:0}.s-sobre .text-geral .text-esq ul li a i{font-size:22px;color:#fff;transition:all .3s}.s-sobre .text-geral .text-esq ul li a:hover i{opacity: .5; transition: all .3s;}.s-sobre .text-geral .text-dir{width:633px}@media (max-width:768px){.s-sobre .text-geral .text-dir{max-width:100%;margin-top:59px}}.s-sobre .text-geral .text-dir p{font-size:18px;line-height:1.56;color:#fff;margin-bottom:55px}@media (max-width:768px){.s-sobre .text-geral .text-dir p{text-align:center}}.s-sobre .text-geral .text-dir p strong{color:#fff}.s-sobre .text-geral .text-dir .btn-video{display:flex;align-items:center;justify-content:center;width:265px;height:72px;border-radius:6px;background-color:#0031ff;transform:scale(1);transition:all .3s; cursor: pointer;}@media (max-width:768px){.s-sobre .text-geral .text-dir .btn-video{width:100%}}.s-sobre .text-geral .text-dir .btn-video .icon{display:flex;align-items:center;justify-content:center;margin-right:18px}.s-sobre .text-geral .text-dir .btn-video span{font-size:15px;color:#fff}.s-sobre .text-geral .text-dir .btn-video:hover{transform:scale(1.05);transition:all .3s}.s-sobre .area-slide{padding-top:47px}.s-sobre .area-slide h4{font-size:18px;font-weight:700;letter-spacing:-.1px;text-align:center;color:#fff;margin-bottom:33px}.s-sobre .area-slide .slide-parceiros{position:relative;overflow:hidden}.s-sobre .area-slide .slide-parceiros .swiper-wrapper{display:flex;align-items:center}.s-sobre .area-slide .slide-parceiros .swiper-wrapper .swiper-slide{display:flex;align-items:center;justify-content:center}.s-sobre .area-slide .slide-parceiros .swiper-wrapper .swiper-slide img{max-width:195px}@media (max-width:480px){.s-sobre .area-slide .slide-parceiros .swiper-wrapper .swiper-slide img{max-width:85%}}.s-sobre .area-slide .slide-parceiros .swiper-pagination{position:relative;bottom:0;margin-top:40px}.s-sobre .area-slide .slide-parceiros .swiper-pagination .swiper-pagination-bullet{width:7px;height:7px;opacity:.5;border-radius:3.5px;background-color:#33b6c9;transition:all .3s}.s-sobre .area-slide .slide-parceiros .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#32b6c9;opacity:1;width:16px;transition:all .3s}

.container2{width:1200px;margin:0 auto;padding:0 15px}@media (max-width:1024px){.container2{width:90%}}@media (max-width:768px){.container2{width:100%}}

.s-perguntas{background-color: #101010;padding:90px 0 114px 0}@media (max-width:768px){.s-perguntas{padding:60px 0 59px 0}}.s-perguntas h1{font-size:40px;font-weight:700;line-height:1.33;letter-spacing:-.7px;text-align:center;color:#2c3e50;margin-bottom:51px}@media (max-width:768px){.s-perguntas h1{font-size:32px}}.s-perguntas .all{display:flex;align-items:flex-start;justify-content:space-between}@media (max-width:768px){.s-perguntas .all{display:block}}.s-perguntas .all .s-left{width:557px}@media (max-width:768px){.s-perguntas .all .s-left{max-width:100%;margin:0 auto}}.s-perguntas .all .s-right{width:557px}@media (max-width:768px){.s-perguntas .all .s-right{max-width:100%;margin:0 auto}}.s-perguntas .all h2{display:flex;align-items:center;justify-content:center;width:100%;height:60px;border-radius:6px;background: #0031ff;font-size:20px;font-weight:700;color:#fff;text-transform:uppercase;margin-bottom:15px}.s-perguntas .all .item{width:100%;overflow:hidden;margin-bottom:20px;border-radius:6px;background-color:#fff;padding:20px 30px;transition:all .3s;box-shadow:transparent}@media (max-width:768px){.s-perguntas .all .item{padding:15px 25px;height:auto}}.s-perguntas .all .item:hover{box-shadow:0 0 30px -9px rgba(0,0,0,.1);transition:all .3s}.s-perguntas .all .item.show-item{height:auto}.s-perguntas .all .item.show-item p{position:relative;opacity:1;pointer-events:all;transition:all .3s}.s-perguntas .all .item .title{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.s-perguntas .all .item .title h3{max-width:377px;font-size:16px;font-weight:700;line-height:1.5;color:#445669}@media (max-width:768px){.s-perguntas .all .item .title h3{width:100%;font-size:15px;padding:0 20px 0 0;line-height:1.2;height:auto}}.s-perguntas .all .item p{max-width:470px;margin-top:15px;line-height:1.57;font-size:14px;color:#445669;position:absolute;opacity:0;pointer-events:none;transition:all .3s}.s-perguntas .all .btn-all{font-size:14px;font-weight:700;color:#32b8c9;display:block;margin-top:30px;transition:all .3s}@media (max-width:768px){.s-perguntas .all .btn-all{text-align:center;margin-bottom:40px}}.s-perguntas .all .btn-all:hover{color:#427bbb;transition:all .3s}

.vejamais a {
  width: 230px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #fff;
  display: block;
  margin: 0 auto;
  line-height: 48px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  transition: all 0.5s;
  transform: scale(1);
}
.vejamais a:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}

.s-contato{position:relative;background:#000;height:478px;background-size:cover;padding:74px 0 110px 0}@media (max-width:768px){.s-contato{height:auto;padding:60px auto}}.s-contato .text .logo{display:block;margin-bottom:26px}@media (max-width:768px){.s-contato .text .logo{margin:0 auto 26px auto}}.s-contato .text h1{font-size:40px;font-weight:700;line-height:1.33;letter-spacing:-.7px;color:#f6f6f8;margin-bottom:10px}@media (max-width:768px){.s-contato .text h1{text-align:center;font-size:32px}}.s-contato .text p{max-width:464px;line-height:1.56;letter-spacing:-.6px;color:#f6f6f8;margin-bottom:42px}@media (max-width:768px){.s-contato .text p{text-align:center;margin:0 auto 42px auto}}.s-contato .text .btn{display:flex;align-items:center;justify-content:center;width:300px;height:60px;border-radius:6px;background: #0031ff;margin-bottom:58px;transform:scale(1);transition:all .3s}@media (max-width:768px){.s-contato .text .btn{max-width:100%;margin:0 auto 20px auto}}.s-contato .text .btn:hover{transform:scale(1.04);transition:all .3s}.s-contato .text .btn img{margin-right:15px}.s-contato .text .btn span{font-weight:700;color:#fff}.s-contato .text .type-contact{align-items:center;margin-bottom:58px}@media (max-width:768px){.s-contato .text .type-contact{display:block}}.s-contato .text .type-contact li{display:flex;align-items:center;margin-left:78px; padding: 10px;}@media (max-width:768px){.s-contato .text .type-contact li{justify-content:center;margin:10px 0}}/*.s-contato .text .type-contact li:first-child{margin-left:78px; padding: 10px;}*/.s-contato .text .type-contact li img{margin-right:17px}.s-contato .text .type-contact li span{font-size:18px;color:#f6f6f8}.s-contato .text .type-contact li span a{color:#f6f6f8}.s-contato .text .store{display:flex;align-items:center}@media (max-width:768px){.s-contato .text .store{display:block}}.s-contato .text .store li{margin-left:22px}@media (max-width:768px){.s-contato .text .store li{margin:0 0 10px 0}}.s-contato .text .store li:first-child{margin-left:0}.s-contato .text .store li a img{display:block;transform:scale(1);transition:all .3s}@media (max-width:768px){.s-contato .text .store li a img{max-width:100%;margin:0 auto}}.s-contato .text .store li a:hover img{transform:scale(1.04);transition:all .3s}.s-contato .map-viewport{width:800px;height:513px;position:absolute;top:104px;right:0}.s-contato .map-viewport #map{width:100%;height:100%}@media (max-width:1024px){.s-contato .map-viewport{width:450px}}@media (max-width:768px){.s-contato .map-viewport{max-width:100%;width:700px;position:relative;top:0;margin:50px 30px 0 30px;overflow:hidden;height:auto}}@media (max-width:600px){.s-contato .map-viewport{width:500px}}@media (max-width:500px){.s-contato .map-viewport{width:444px}}@media (max-width:450px){.s-contato .map-viewport{width:362px}}@media (max-width:375px){.s-contato .map-viewport{width:310px}}@media (max-width:320px){.s-contato .map-viewport{width:256px}}.s-contato .map-viewport .pin{position:absolute;top:50%;left:50%;margin-top:-24px;margin-left:-17px}@media (max-width:1024px){.s-contato .map-viewport .pin{margin-top:-150px}}@media (max-width:768px){.s-contato .map-viewport .pin{margin-top:-58px}}@media (max-width:1024px){.s-contato .map-viewport img{max-width:100%}}@media (max-width:1024px){.s-contato .map-viewport p{display: none;}}@media (max-width:768px){.s-contato .map-viewport img{max-width:200%;margin:0 auto}}@media (max-width:1600px){.s-contato .map-viewport{width:49%;height:450px}}@media (max-width:991px){.s-contato{padding:40px 0;height:auto}.s-contato .text{display:flex;flex-direction:column;align-items:center}.s-contato .map-viewport{position:relative;width:100%;height:300px;margin:0}}@media (max-width:768px){.s-contato{padding-bottom:0}.s-contato #map{margin:0;margin-top:30px}.s-contato #map img{max-width:100%}}.direitos{background-color:#101010;padding:30px 0;position:relative}@media (max-width:768px){.direitos:before{content:'';position:absolute;top:0;left:0;width:100%;height:5px;background-image:linear-gradient(89deg,#5421ab,#32b8c9)}}.direitos .container{display:flex;align-items:center;justify-content:space-between}@media (max-width:768px){.direitos .container{display:block}}.direitos p{font-size:14px;color:#fff}@media (max-width:768px){.direitos p{text-align:center;font-size:13px}}.direitos ul{display:flex;align-items:center}@media (max-width:768px){.direitos ul{justify-content:center;margin:30px 0}}.direitos ul li{margin-left:42px}.direitos ul li:first-child{margin-left:0}.direitos ul li a{opacity:1;transition:all .3s}.direitos ul li a i{color:#fff;font-size:21px}.direitos ul li a:hover{opacity:.5;transition:all .3s}.direitos a:hover{opacity:.5;transition:all .3s}.direitos .dev{display:flex;align-content:center}@media (max-width:768px){.direitos .dev{align-items:center;justify-content:center}}.direitos .dev span{font-size:14px;color:#fff;margin-right:15px}.direitos .dev a{display:block}.direitos .dev a img{display:block}html.menu-opened .menu-icon{background-color:#32b8c9;transition:all .3s}