@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

fieldset {
  border: none;
}

body {
  font-family: "Montserrat", "sans-serif";
  font-size: 14px;
  overflow-x: hidden;
  background: #101D25;
  font-weight: 400;
}

.alinhamento {
  margin: 0 auto;
  width: 90%;
  max-width: 1050px;
  text-align: left;
  clear: both;
}

.right {
  float: right;
  display: block;
}

.left {
  float: left;
  display: block;
}

ul {
  list-style: none;
}

header#home {
  width: 100%;
  float: left;
  min-height: 100%;
  position: relative;
}
header#home .alinhamento {
  position: relative;
}
header#home::before {
  background: #18222B;
  width: 35%;
  position: absolute;
  height: 94%;
  content: "";
  z-index: -1;
  right: 0;
}
header#home section#header {
  background: #fff;
  border-radius: 4px;
  margin-top: 40px;
  height: 74px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
header#home section#header.sticky_header {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1050px;
  z-index: 99;
}
header#home section#header div#logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
header#home section#header div#logo img {
  width: 122px;
}
header#home section#hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  margin-top: 25px;
}
header#home section#hero section#hero-left {
  width: 50%;
  color: #fff;
}
header#home section#hero section#hero-left h1 {
  font-size: 37px;
  line-height: 40px;
  font-weight: 800;
}
header#home section#hero section#hero-left p {
  color: #9399b3;
  font-size: 19px;
  margin: 32px 0;
}
header#home section#hero section#hero-left a {
  background: #3B54EC;
  padding: 11px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 255px;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 20px;
}
header#home section#hero section#hero-left a span {
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
}
header#home section#hero section#hero-right {
  width: 482px;
}
header#home section#hero section#hero-right img {
  width: 100%;
}

.iconMenu {
  float: right;
  width: 20px;
  cursor: pointer;
  margin-right: 20px;
}
.iconMenu .m-ic {
  background-color: #fff;
  float: left;
  height: 2px;
  margin-bottom: 3px;
  width: 100%;
}

nav#desktop {
  flex: 1;
  margin-left: 20px;
}
nav#desktop ul li {
  display: inline-table;
  margin: 0 10px;
}
nav#desktop ul li a {
  color: #18222B;
  text-decoration: none;
  font-size: 15px;
}
nav#desktop ul li a b {
  font-weight: 500;
  font-size: 16px;
}

#buttonLogin {
  background: #3B54EC;
  padding: 10px 20px;
  border-radius: 4px;
}
#buttonLogin a {
  color: #fff;
  text-decoration: none;
}

nav#menu-mobile {
  height: 65px;
  display: none;
}

#menuToggle {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  margin-right: 10px;
}

#menuToggle input {
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

#menuToggle span {
  display: flex;
  width: 29px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #333;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 5px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-3px, -1px);
  background: #fff;
}

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

#menu {
  position: absolute;
  width: 300px;
  height: 100vh;
  margin: -37px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;
  background-color: #18222B;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu li {
  padding: 10px 0;
  transition-delay: 2s;
  font-size: 19px;
}
#menu li a {
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
}

#menuToggle input:checked ~ ul {
  transform: none;
}

main {
  width: 100%;
  float: left;
}
main h4.title {
  color: #fff;
  text-align: center;
  margin: 17px 0 29px 0;
  font-size: 23px;
}
main section#quem-somos {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0;
}
main section#quem-somos #about-left {
  flex: 1;
}
main section#quem-somos #about-left span {
  color: #757C9B;
  font-size: 17px;
}
main section#quem-somos #about-left h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 18px;
}
main section#quem-somos #about-left p {
  color: #9399b3;
  font-size: 17px;
}
main section#quem-somos #about-right {
  flex: 1;
}
main section#quem-somos #about-right .item-about {
  display: inline-table;
  width: 46%;
  background: #18222B;
  padding: 19px;
  padding-bottom: 61px;
  margin: 9px;
}
main section#quem-somos #about-right .item-about .icon-about img {
  width: 23px;
  height: 23px;
}
main section#quem-somos #about-right .item-about .icon-about i {
  font-size: 30px;
}
main section#quem-somos #about-right .item-about .title-item {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 19px;
  margin: 16px 0;
}
main section#quem-somos #about-right .item-about .description-item {
  color: #9399b3;
  font-size: 15px;
}
main section#video {
  width: 100%;
  float: left;
}
main section#video h3 {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 35px;
  text-align: center;
}
main section#video iframe {
  height: 480px;
}
main section#video #embed-video {
  margin-top: 40px;
  text-align: center;
}
main section#video #embed-video video {
  max-width: 800px;
}
main section#nosso-app {
  background-color: #18222B;
  width: 100%;
  float: left;
  margin: 80px 0;
  padding: 20px 0;
}
main section#nosso-app .alinhamento {
  display: flex;
  flex-direction: row;
  align-items: center;
}
main section#nosso-app #iphone-left {
  margin-right: 40px;
}
main section#nosso-app #iphone-left img {
  width: 100%;
  max-width: 337px;
}
main section#nosso-app #iphone-right {
  flex: 1;
}
main section#nosso-app #iphone-right span {
  font-size: 15px;
  color: #9399b3;
}
main section#nosso-app #iphone-right h2 {
  font-size: 35px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
main section#nosso-app #iphone-right .iphone-right-description {
  color: #9399b3;
  font-size: 20px;
}
main section#nosso-app #iphone-right .iphone-right-description ul {
  margin: 20px 0;
}
main section#nosso-app #iphone-right .iphone-right-description ul li {
  margin: 10px 0;
}
main section#nosso-app #iphone-right a {
  background: #3B54EC;
  padding: 11px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 20px;
}
main section#nosso-app #iphone-right a span {
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
}
main section#modulo-rh {
  width: 100%;
  float: left;
  margin-top: 100px;
  padding: 20px 0;
}
main section#modulo-rh .alinhamento {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}
main section#modulo-rh .alinhamento::before {
  background: url(assets/images/video.jpg);
  content: "";
  position: absolute;
  width: 56%;
  height: 359px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
main section#modulo-rh #rh-left {
  margin-right: 40px;
}
main section#modulo-rh #rh-left img {
  width: 100%;
  max-width: 337px;
}
main section#modulo-rh #rh-right {
  flex: 1;
  background: #18222B;
  padding: 28px;
  margin-left: 40%;
}
main section#modulo-rh #rh-right span {
  font-size: 15px;
  color: #9399b3;
}
main section#modulo-rh #rh-right h2 {
  font-size: 35px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
main section#modulo-rh #rh-right .rh-right-description {
  color: #9399b3;
  font-size: 20px;
}
main section#modulo-rh #rh-right .rh-right-description ul {
  margin: 20px 0;
}
main section#modulo-rh #rh-right .rh-right-description ul li {
  margin: 10px 0;
}
main section#modulo-rh #rh-right a {
  background: #3B54EC;
  padding: 11px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 168px;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 20px;
}
main section#modulo-rh #rh-right a span {
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
}
main section#list-numbers {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
main section#list-numbers .number {
  margin: 0 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
main section#list-numbers .number span {
  color: #9399b3;
  font-size: 14px;
  text-align: center;
}
main section#list-numbers .number div {
  color: #fff;
  font-weight: 600;
  font-size: 48px;
  text-align: center;
}
main section#contato {
  width: 100%;
  float: left;
}
main section#contato .error {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 11px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
main section#contato .success {
  width: 100%;
  padding: 10px 10px;
  margin-bottom: 11px;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
main section#contato #header-contact {
  width: 100%;
  float: left;
}
main section#contato #header-contact h2 {
  color: #FFFFFF;
  font-size: 35px;
}
main section#contato #header-contact p {
  color: #9399b3;
  font-size: 17px;
}
main section#contato #contact-form {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
}
main section#contato #contact-form form {
  flex: 1;
  margin-top: 50px;
}
main section#contato #contact-form form input {
  width: 100%;
  background: #18222B;
  color: #7E7E7E;
  border: none;
  padding: 10px 20px;
  margin: 5px 0;
  font-size: 15px;
}
main section#contato #contact-form form input[type=submit] {
  background: #3B54EC;
  color: #fff;
  border-radius: 35px;
  padding: 16px 0;
  font-size: 16px;
  cursor: pointer;
}
main section#contato #contact-form form textarea {
  margin: 5px 0;
  width: 100%;
  background: #18222B;
  color: #7E7E7E;
  border: none;
  padding: 10px 20px;
  height: 200px;
  font-size: 15px;
}
main section#contato #contact-form #contact-right {
  width: 400px;
  color: #9399b3;
  margin-left: 20px;
  margin-top: 60px;
  font-size: 16px;
}
main section#contato #contact-form #contact-right b {
  color: #fff;
  font-weight: 500;
}

footer {
  width: 100%;
  float: left;
  text-align: center;
  color: #9399b3;
  margin-top: 50px;
}
footer a {
  color: #3B54EC;
  font-weight: 500;
  text-decoration: none;
}

@media only screen and (min-width: 728px) and (max-width: 1024px) {
  main section#about {
    flex-direction: column;
    margin: 57px ​0;
  }

  header section#hero {
    flex-direction: column;
  }

  header section#hero section#hero-left {
    width: 100%;
    text-align: center;
  }

  header section#hero section#hero-left a {
    margin: 21px auto;
  }

  main section#quem-somos #about-right .item-about {
    min-height: 250px;
  }

  main section#quem-somos #about-left {
    margin-bottom: 40px;
  }

  main section#modulo-rh .alinhamento {
    flex-direction: column;
  }

  main section#modulo-rh #rh-right {
    margin-left: 0;
  }

  main section#modulo-rh .alinhamento::before {
    display: none;
  }

  main section#contato #contact-form {
    flex-direction: column;
  }

  main section#contato #contact-form #contact-right {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  nav#desktop ul li {
    margin: 0 5px;
  }

  nav#desktop {
    margin-left: 16px;
  }

  #buttonLogin {
    padding: 10px 8px;
    font-size: 12px;
  }

  main section#nosso-app #iphone-left img {
    max-width: 220px;
  }

  header::before {
    display: none;
  }
}
@media only screen and (max-width: 728px) {
  #header nav {
    display: none;
  }

  section#header .iconMenu {
    display: block !important;
  }

  #menu-mobile {
    display: block !important;
  }

  #buttonLogin {
    float: right;
  }

  header#home section#header {
    justify-content: space-around;
  }

  main section#quem-somos {
    flex-direction: column;
    margin-top: 0;
  }

  header section#hero {
    flex-direction: column;
    margin-top: 5px;
  }

  header section#hero section#hero-left {
    width: 100% !important;
    text-align: center;
  }

  header section#hero section#hero-left a {
    margin: 21px auto;
  }

  main section#quem-somos #about-right .item-about {
    width: 100%;
    margin: 9px 0;
  }

  main section#modulo-rh {
    margin-top: 0;
  }

  main section#quem-somos #about-left {
    margin-bottom: 40px;
  }

  main section#modulo-rh .alinhamento {
    flex-direction: column;
  }

  main section#modulo-rh #rh-right {
    margin-left: 0;
    padding: 28px 0;
  }

  main section#modulo-rh .alinhamento::before {
    display: none;
  }

  main section#nosso-app .alinhamento {
    flex-direction: column;
  }

  main section#nosso-app {
    margin-top: 0;
  }

  main section#nosso-app #iphone-left {
    margin-right: 0;
  }

  main section#contato #contact-form {
    flex-direction: column;
  }

  main section#contato #contact-form #contact-right {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  nav#desktop ul li {
    margin: 0 5px;
  }

  nav#desktop {
    margin-left: 16px;
  }

  #buttonLogin {
    padding: 10px 8px;
    font-size: 12px;
  }

  main section#nosso-app #iphone-left img {
    max-width: 220px;
  }

  header::before {
    display: none;
  }

  header section#hero section#hero-left h1 {
    font-size: 32px !important;
  }

  header section#header div#logo {
    margin-left: 7px;
    width: 37px;
    display: block !important;
    margin-right: 21px;
    overflow: hidden;
  }

  header section#hero section#hero-right {
    width: 100% !important;
    text-align: center;
  }

  main section#list-numbers {
    flex-direction: column;
    display: none;
  }

  main section#modulo-rh #rh-right .rh-right-description {
    padding: 10px;
  }

  header#home section#header.sticky_header {
    width: 90% !important;
  }
}

/*# sourceMappingURL=main.css.map */
