@import 'bootstrap.min.css';
@import 'font.css';
@import 'audio.css';
body {
  font-family: worksans-extralight, work sans, sans-serif;
  background: #fff;
}
body h1, body h2, body h3 {
  line-height: 1.1em;
}
body a {
  text-decoration: none;
}
body .cta-primary {
  margin: auto;
  display: table;
  font-size: 14px;
  color: #FFFFFF;
  font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
  background: #63AFEC;
  border-radius: 25px;
  padding-right: 33px;
  padding-left: 33px;
  padding-bottom: 10px;
  padding-top: 10px;
  text-decoration: none;
  transition: 0.6s;
}
body .cta-primary:hover {
  background: #FF4F4F;
}

main {
  margin-top: 82px;
  /*geral*/
}
main section.scroll-area {
  position: fixed;
  height: 85px;
  background: transparent;
  z-index: 7;
  right: 60px;
  top: 0;
  bottom: 0;
  width: 5px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 991px) {
  main section.scroll-area {
    transform: scale(0.7);
    right: 20px;
  }
}
main section.scroll-area a {
  width: 12px;
  height: 12px;
  border: 2px solid rgb(61, 155, 233);
  border-radius: 100%;
  display: block;
  transition: 0.6s;
}
main section.scroll-area a.active, main section.scroll-area a:hover {
  background: rgb(61, 155, 233);
}
main section.menu {
  background: #032D5A;
  position: fixed;
  z-index: 5;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  top: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.7);
}
@media (max-width: 991px) {
  main section.menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  main section.menu input#mobile-menu:checked ~ ul {
    visibility: visible;
    opacity: 1;
    overflow: unset;
  }
}
main section.menu label {
  position: fixed;
  right: 10px;
  top: 5px;
  filter: invert(1);
}
@media (min-width: 992px) {
  main section.menu label {
    display: none;
  }
}
main section.menu label img {
  width: 65px;
  height: auto;
}
main section.menu .logo {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  main section.menu .logo {
    transform: scale(0.89);
  }
}
main section.menu .logo h1 {
  font-family: worksans-extralight, work sans, sans-serif;
  font-size: 24px;
  font-size: 24px;
  line-height: 0.9em;
  text-align: center;
  color: #FFFFFF;
  margin-left: 7px;
  margin-bottom: 0;
  line-height: 26px;
}
main section.menu .logo h1 span {
  font-size: 12px;
  line-height: 0.9em;
  text-align: center;
  display: block;
  font-family: worksans-semibold, work sans, sans-serif;
}
main section.menu ul {
  list-style: none;
  font: normal normal normal 14px/1.4em poppins-extralight, poppins, sans-serif;
  display: flex;
  padding-left: 0;
  justify-content: space-around;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  main section.menu ul {
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
    transition: 0.6s;
    position: absolute;
    width: 100%;
    background: #032D5B;
    left: 0;
    padding-bottom: 10px;
    flex-direction: column;
    padding-bottom: 5px;
  }
}
main section.menu ul li a {
  color: white;
  transition: 0.6s;
  text-decoration: none;
}
@media (max-width: 991px) {
  main section.menu ul li a {
    color: white;
    transition: 0.6s;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
  }
  main section.menu ul li a.ultimo {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
main section.menu ul li a:hover {
  color: rgb(113, 182, 189);
}
main section.header {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  min-height: 600px;
  display: flex;
  align-items: center;
  padding: 80px;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  main section.header {
    padding: 25px;
    padding-top: 40px;
    min-height: 0;
  }
}
main section.header h2 {
  font-size: 35px;
  line-height: 1em;
  text-align: center;
  font-family: worksans-semibold, work sans, sans-serif;
  color: white;
  margin-bottom: 35px;
  letter-spacing: normal;
}
@media (max-width: 991px) {
  main section.header h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
}
main section.header p {
  font-size: 15px;
  color: white;
  font-family: worksans-extralight, work sans, sans-serif;
  line-height: 18px;
  margin-top: 15px;
}
main section.header p strong {
  font-family: worksans-semibold, work sans, sans-serif;
}
main section.header form {
  max-width: 780px;
  margin: auto;
}
main section.header form input {
  border: 2px solid rgb(213, 213, 213);
  border-radius: 20px;
  background: transparent;
  padding: 15px;
  padding-left: 21px;
  outline-color: #63AFEC;
  color: rgb(213, 213, 213);
  font: italic normal normal 14px/1.4em worksans-extralight, "work sans", sans-serif;
  width: 32%;
  margin: auto;
  margin-bottom: 10px;
  margin-right: 7px;
}
@media (max-width: 991px) {
  main section.header form input {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
    margin-right: 7px;
    margin: auto;
    padding: 10px;
    padding-left: 15px;
    border-radius: 10px;
    border-width: 1px;
    margin-bottom: 6px;
  }
}
main section.header form input::-moz-placeholder {
  color: rgb(213, 213, 213);
}
main section.header form input::placeholder {
  color: rgb(213, 213, 213);
}
main section.header form button {
  border: 0;
  border-radius: 40px;
  width: 192px;
  height: 53px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.23);
  font-size: 14px;
  margin-left: 30px;
  transition: 0.6s;
  cursor: pointer;
}
@media (max-width: 991px) {
  main section.header form button {
    margin: auto;
    display: block;
    height: 45px;
    color: white;
    margin-top: 5px;
  }
}
main section.header form button:hover {
  background: #3C9BE9;
}
main section.clientes {
  padding: 30px 0;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  main section.clientes {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
main section.clientes .txt {
  max-width: 395px;
  margin: auto;
}
main section.clientes h3 {
  font-size: 18px;
  font-family: worksans-extralight, work sans, sans-serif;
}
main section.clientes svg {
  width: 27px;
  height: 27px;
  display: block;
  fill: #ccc;
  margin: auto;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  main section.clientes svg {
    margin-bottom: 20px;
    transform: scale(0.8);
  }
}
main section.clientes h2 {
  text-align: left;
}
main section.clientes p {
  font-size: 16px;
  margin-bottom: 5px;
}
main section.clientes span {
  float: right;
}
main section.clientes .owl-carousel {
  display: flex;
}
@media (max-width: 991px) {
  main section.clientes .owl-carousel {
    justify-content: center;
  }
}
main section.clientes .owl-carousel strong.titulo-video {
  font-family: worksans-extralight, work sans, sans-serif;
  font-size: 20px;
  padding-left: 20px;
}
main section.clientes .owl-carousel .box video {
  width: 420px;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 20px;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  main section.clientes .owl-carousel .box video {
    width: 100%;
    border-radius: 5px;
    max-width: 420px;
    margin: auto;
    margin-bottom: 15px;
  }
}
main section.clientes .owl-carousel .box {
  display: none;
  opacity: 0;
  transition: 0.6s;
}
main section.clientes .owl-carousel .box.show {
  display: block;
  opacity: 1;
}
main section.clientes .next-carousel {
  display: inline-block;
  color: inherit;
  opacity: 1;
  width: 1.8rem;
  height: 1.8rem;
  border-style: solid;
  border-color: currentColor;
  border-width: 0.1rem 0.1rem 0 0;
  transform: rotate(45deg);
  position: absolute;
  margin-top: -170px;
  border-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  float: right;
  margin-left: 440px;
}
@media (max-width: 991px) {
  main section.clientes .next-carousel {
    margin: 0;
    float: right;
    position: relative;
    margin-right: 10px;
    margin-top: -25px;
    width: 20px;
    height: 20px;
  }
}
main section.numeros {
  background: #F4F6F4;
  padding: 90px 0;
}
@media (max-width: 991px) {
  main section.numeros {
    padding: 30px 0;
  }
}
main section.numeros h2 strong {
  font-size: 27px;
}
@media (max-width: 991px) {
  main section.numeros h2 strong {
    font-size: 24px;
  }
}
main section.numeros i {
  margin: auto;
  text-align: center;
  display: block;
  margin-top: -5px;
  margin-bottom: 30px;
  font-size: 15px;
}
@media (max-width: 991px) {
  main section.numeros i {
    margin-bottom: 20px;
  }
}
main section.numeros .round {
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #555555;
  border-radius: 100%;
  font-size: 34px;
  margin: auto;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  main section.numeros .round {
    width: 100px;
    height: 100px;
    border: 3px solid #555555;
    font-size: 28px;
    margin-bottom: 8px;
  }
}
main section.numeros span {
  font-size: 15px;
  text-align: center;
  display: block;
  line-height: 120%;
}
main section.audios {
  padding-top: 60px;
  padding-bottom: 35px;
}
@media (max-width: 991px) {
  main section.audios {
    padding: 30px 0;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  main section.audios .reorder {
    margin-left: 13px;
  }
}
main section.audios h2 {
  line-height: normal;
  MARGIN-BOTTOM: 70PX;
}
@media (max-width: 991px) {
  main section.audios h2 {
    margin-bottom: 25px;
    font-size: 22px;
  }
  main section.audios h2 strong {
    display: block;
  }
}
main section.audios .capa {
  display: block;
  height: 70px;
  width: 70px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 991px) {
  main section.audios .capa {
    margin: auto;
  }
}
main section.audios h3 {
  font: normal normal bold 15px/1.4em worksans-extralight, "work sans", sans-serif;
}
main section.audios h3 span {
  color: #ccc;
}
main section.trabalho {
  background: #F4F6F4;
  padding: 35px 0;
}
@media (max-width: 991px) {
  main section.trabalho .arrow {
    display: none !important;
  }
}
main section.trabalho h2 {
  letter-spacing: normal;
}
main section.trabalho h2.title {
  text-align: left;
  margin: 0;
  margin-bottom: 35px;
}
main section.trabalho h2.title strong {
  font-size: 25px;
}
@media (max-width: 991px) {
  main section.trabalho h2.title strong {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  main section.trabalho h2.title {
    margin-bottom: 15px;
    margin-top: 5px;
  }
}
main section.trabalho .desc {
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: 0.05em;
}
main section.trabalho .desc strong {
  font-family: worksans-semibold, work sans, sans-serif;
  font-size: 16px;
}
@media (max-width: 991px) {
  main section.trabalho .desc strong {
    font-weight: 100;
  }
}
main section.trabalho p {
  letter-spacing: 0.05em;
  font-size: 20px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1.1em;
  max-width: 865px;
  margin: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  main section.trabalho p {
    font-size: 16px;
    margin-bottom: 0;
  }
}
main section.trabalho video {
  margin: auto;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  main section.trabalho video {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
    height: auto;
    margin-top: 5px;
  }
}
main h2 {
  font-size: 25px;
  font-family: worksans-extralight, work sans, sans-serif;
  letter-spacing: 0.05em;
  word-break: break-word;
  text-align: center;
}
@media (max-width: 991px) {
  main h2 {
    font-size: 24px;
  }
  main h2 br {
    display: none;
  }
}
main h2 strong {
  font-family: worksans-semibold, work sans, sans-serif;
  font-size: 28px;
}
@media (max-width: 991px) {
  main h2 strong {
    font-size: 24px;
  }
}

footer {
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  min-height: 735px;
  display: flex;
  align-items: center;
  padding: 80px;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 991px) {
  footer {
    min-height: 0;
    padding: 50px 20px;
  }
}
footer::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 26, 51, 0.8);
}
footer .container {
  z-index: 1;
  position: relative;
}
footer h2 {
  text-align: center;
  font-size: 48px;
  font-family: oswald-medium, oswald, sans-serif;
  margin-bottom: 35px;
  color: white;
}
@media (max-width: 991px) {
  footer h2 {
    font-size: 40px;
  }
}
footer .points {
  width: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .points {
    transform: scale(0.8);
  }
}
footer .points span {
  background: #73828C;
  width: 12px;
  height: 12px;
  border-radius: 100%;
}
footer .desc {
  line-height: 1.8em;
  text-align: center;
  font-size: 14px;
  color: white;
  margin-top: 25px;
  margin-bottom: 30px;
}
footer .desc a {
  color: #fff;
  transition: 0.6s;
}
footer .desc a:hover {
  text-decoration: underline;
  color: #63AFEC;
}
footer .media img {
  transition: 0.6s;
}
footer .media a:hover img {
  transform: translateY(-4px);
}
footer form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 515px;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 20px;
}
footer form input, footer form textarea {
  border: 2px solid rgb(213, 213, 213);
  background: transparent;
  padding: 0;
  color: rgb(213, 213, 213);
  font-weight: 500;
  width: 100%;
  padding-left: 5px;
  min-height: 30px;
  font-family: "WorkSans-ExtraLight";
  margin-bottom: 8px;
  font-size: 15px;
}
@media (max-width: 991px) {
  footer form input, footer form textarea {
    min-height: 35px;
    border-width: 2px;
    padding-left: 10px;
  }
}
footer form input::-moz-placeholder, footer form textarea::-moz-placeholder {
  color: rgb(213, 213, 213);
}
footer form input::placeholder, footer form textarea::placeholder {
  color: rgb(213, 213, 213);
}
footer form textarea {
  padding-top: 10px;
  min-height: 130px;
}
footer form button.cta-primary {
  float: right;
  outline: 0;
  border: 0;
  cursor: pointer;
  margin-top: 15px;
}
footer form button.cta-primary:hover {
  background: lightseagreen;
}/*# sourceMappingURL=custom.css.map */