/*!
 * Atmosfero v0.0.1 (http://atmosfero.com)
 * Copyright 2015 JM terra, LTDA.
 * Criado por Thiago Lopes (thslopes.com.br)
 */
.gradient-ontopbtn {
  position: relative;
}
.gradient-ontopbtn:after {
  content: "";
  left: 0;
  height: 30px;
  position: absolute;
  top: -20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 40%);
  width: 100%;
}
.bck-tr-black {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.bck-tr-gray {
  background: rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.form-input-text {
  min-height: 55px;
  background-image: none;
  border-radius: 0;
  font-size: 18px;
}
.screens {
  position: absolute;
  min-height: 100%;
  width: 100%;
}
.screens img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .screens {
    display: none;
  }
}
.btn {
  min-height: 55px;
  padding: 15px 30px;
  border-radius: 8px;
  border: 0;
}
.btn-info {
  color: #fff;
  background-color: #53b7f6;
  border-color: #5dbbf7;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #6bc1f7;
  border-color: #58b9f6;
}
.btn-warning {
  color: #ffffff;
  background-color: #F1892D;
  box-shadow: 0px 3px 0px 0px #A65C1C;
}
.big-input {
  min-height: 58px;
  padding: 15px 30px;
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  box-shadow: 0px 3px 0px 0px #C7C7C7;
  border-radius: 8px 0px 0px 8px;
  font-size: 20px;
}
.img-adaptative {
  max-width: 100%;
  height: auto;
}
.img-full {
  width: 100%;
  height: auto !important;
}
.list-benefits {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px ;
}
.list-benefits li {
  padding-left: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.list-benefits li:last-child {
  border-bottom: none;
}
.list-benefits li:before {
  font-family: "Ionicons";
  content: "\f120";
  display: inline-block;
  margin-left: 0;
  width: 20px;
  color: #00a65a;
  position: absolute;
  top: 0;
  left: 0;
}
.list-benefits li p {
  margin: 0;
}
/* Tamanhos de Fontes */
.fontsize-xs {
  font-size: 11px;
}
.fontsize-sm {
  font-size: 15px;
}
.fontsize-md {
  font-size: 20px;
}
.fontsize-lg {
  font-size: 25px;
}
.fontsize-xl {
  font-size: 33px;
}
.fontsize-xxl {
  font-size: 53px;
}
/* Dividers */
.divider-top {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #c8c8c8;
}
.divider-right {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #c8c8c8;
}
.divider-bottom {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c8c8c8;
}
.divider-left {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #c8c8c8;
}
/* Cores genéricas, para div inteiras */
/* Cores genéricas, para textos */
.text-white {
  color: #fff;
}
.text-white.a {
  color: #fff;
}
.text-white a {
  color: #fff;
}
.text-red {
  color: #f56954 !important;
}
.text-red.a {
  color: #f56954;
}
.text-red a {
  color: #f56954;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-yellow.a {
  color: #f39c12;
}
.text-yellow a {
  color: #f39c12;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-aqua.a {
  color: #00c0ef;
}
.text-aqua a {
  color: #00c0ef;
}
.text-blue {
  color: #0073b7 !important;
}
.text-blue.a {
  color: #0073b7;
}
.text-blue a {
  color: #0073b7;
}
.text-black {
  color: #222 !important;
}
.text-black.a {
  color: #222;
}
.text-black a {
  color: #222;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-light-blue.a {
  color: #3c8dbc;
}
.text-light-blue a {
  color: #3c8dbc;
}
.text-light-blue-two {
  color: #3B5775 !important;
}
.text-light-blue-two.a {
  color: #3B5775;
}
.text-light-blue-two a {
  color: #3B5775;
}
.text-green {
  color: #00a65a !important;
}
.text-green.a {
  color: #00a65a;
}
.text-green a {
  color: #00a65a;
}
.text-navy {
  color: #001F3F !important;
}
.text-navy.a {
  color: #001F3F;
}
.text-navy a {
  color: #001F3F;
}
.text-teal {
  color: #39CCCC !important;
}
.text-teal.a {
  color: #39CCCC;
}
.text-teal a {
  color: #39CCCC;
}
.text-olive {
  color: #3D9970 !important;
}
.text-olive.a {
  color: #3D9970;
}
.text-olive a {
  color: #3D9970;
}
.text-lime {
  color: #01FF70 !important;
}
.text-lime.a {
  color: #01FF70;
}
.text-lime a {
  color: #01FF70;
}
.text-orange {
  color: #FF851B !important;
}
.text-orange.a {
  color: #FF851B;
}
.text-orange a {
  color: #FF851B;
}
.text-fuchsia {
  color: #F012BE !important;
}
.text-fuchsia.a {
  color: #F012BE;
}
.text-fuchsia a {
  color: #F012BE;
}
.text-purple {
  color: #932ab6 !important;
}
.text-purple.a {
  color: #932ab6;
}
.text-purple a {
  color: #932ab6;
}
.text-maroon {
  color: #85144B !important;
}
.text-maroon.a {
  color: #85144B;
}
.text-maroon a {
  color: #85144B;
}
/*
text-red
text-yellow
text-aqua
text-blue
text-black
text-light-blue
text-green
text-navy
text-teal
text-olive
text-lime
text-orange
text-fuchsia
text-purple
text-maroon
*/
/* Rolagens */
.rol-vert {
  display: block;
  overflow: auto;
  overflow-x: hidden;
}
.rol-hor {
  display: block;
  overflow: auto;
  overflow-y: hidden;
}
.rol-hor-vert {
  display: block;
  overflow: auto;
}
.overflow-hide {
  overflow: hidden;
}
.width-grid-auto {
  width: auto;
}
.width-grid-1 {
  width: 60px;
}
.width-grid-2 {
  width: 140px;
}
.width-grid-3 {
  width: 220px;
}
.width-grid-4 {
  width: 300px;
}
.width-grid-5 {
  width: 380px;
}
.width-grid-6 {
  width: 460px;
}
.width-grid-7 {
  width: 540px;
}
.width-grid-8 {
  width: 620px;
}
.width-grid-9 {
  width: 700px;
}
.width-grid-10 {
  width: 780px;
}
.width-grid-11 {
  width: 860px;
}
.width-grid-12 {
  width: 940px;
}
.height-grid-auto {
  height: auto;
}
.height-grid-1 {
  height: 60px;
}
.height-grid-2 {
  height: 140px;
}
.height-grid-3 {
  height: 220px;
}
.height-grid-4 {
  height: 300px;
}
.height-grid-5 {
  height: 380px;
}
.height-grid-6 {
  height: 460px;
}
.height-grid-7 {
  height: 540px;
}
.height-grid-8 {
  height: 620px;
}
.height-grid-9 {
  height: 700px;
}
.height-grid-10 {
  height: 780px;
}
.height-grid-11 {
  height: 860px;
}
.height-grid-12 {
  height: 940px;
}
.cursor-default:hover {
  cursor: default;
}
.cursor-pointer:hover {
  cursor: pointer;
}
.cursor-help:hover {
  cursor: help;
}
.cursor-text:hover {
  cursor: text;
}
.cursor-move:hover {
  cursor: move;
}
.cursor-wait:hover {
  cursor: wait;
}
.cursor-progress:hover {
  cursor: progress;
}
.cursor-crosshair:hover {
  cursor: crosshair;
}
.pos-absolute {
  position: absolute;
}
.pos-relative {
  position: relative;
}
.pos-fixed {
  position: fixed;
}
input[type=checkbox],
input[type=radio] {
  margin: 8px 0 0;
  line-height: normal;
}
.checkbox label,
.radio label {
  margin-bottom: 0;
  font-weight: 200;
}
body {
  font-family: "montserrat", "opensans", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.42857143;
  color: #535353;
  font-weight: 200;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}
@media (max-width: 992px) {
  body {
    font-size: 13px;
  }
}
a {
  color: #53b7f6;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #80ccfa;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a.nounderline {
  text-decoration: none !important;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6 .h6 {
  font-family: "montserrat", "opensans", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.03em;
  margin: 0;
  font-weight: 700;
}
h1,
.h1 {
  font-size: 45px;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
h2,
.h2 {
  font-size: 40px;
}
@media (max-width: 992px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
h3,
.h3 {
  font-size: 30px;
}
@media (max-width: 992px) {
  h3,
  .h3 {
    font-size: 25px;
  }
}
h4,
.h4 {
  font-size: 25px;
}
@media (max-width: 992px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
h5,
.h5 {
  font-size: 18px;
}
@media (max-width: 992px) {
  h5,
  .h5 {
    font-size: 15px;
  }
}
h6,
.h6 {
  font-size: 15px;
}
@media (max-width: 992px) {
  h6,
  .h6 {
    font-size: 13px;
  }
}
@font-face {
  font-family: "Ionicons";
  src: url('../fonts/ionicons/ionicons.eot?v=2.0.0');
  src: url('../fonts/ionicons/ionicons.eot?v=2.0.0#iefix') format('embedded-opentype'), url('../fonts/ionicons/ionicons.ttf?v=2.0.0') format('truetype'), url('../fonts/ionicons/ionicons.woff?v=2.0.0') format('woff'), url('../fonts/ionicons/ionicons.svg?v=2.0.0#Ionicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat/montserrat-bold-webfont.eot');
  src: url('../fonts/montserrat/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-bold-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-bold-webfont.svg#montserratbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'montserrat';
  src: url('../fonts/montserrat/montserrat-light-webfont.eot');
  src: url('../fonts/montserrat/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat/montserrat-light-webfont.svg#montserratlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mc {
  margin-left: auto;
  margin-right: auto;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0 {
  margin-bottom: 0;
}
.ml-0 {
  margin-left: 0;
}
.pt-0 {
  padding-top: 0;
}
.pr-0 {
  padding-right: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pl-0 {
  padding-left: 0;
}
.pd-0 {
  padding: 0;
}
.mg-0 {
  margin: 0;
}
@media (max-width: 767px) {
  .mc-sm {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 4px;
  }
  .mr-xs {
    margin-right: 4px;
  }
  .mb-xs {
    margin-bottom: 4px;
  }
  .ml-xs {
    margin-left: 4px;
  }
  .mt-sm {
    margin-top: 8px;
  }
  .mr-sm {
    margin-right: 8px;
  }
  .mb-sm {
    margin-bottom: 8px;
  }
  .ml-sm {
    margin-left: 8px;
  }
  .mt-md {
    margin-top: 11px;
  }
  .mr-md {
    margin-right: 11px;
  }
  .mb-md {
    margin-bottom: 11px;
  }
  .ml-md {
    margin-left: 11px;
  }
  .mt-lg {
    margin-top: 23px;
  }
  .mr-lg {
    margin-right: 23px;
  }
  .mb-lg {
    margin-bottom: 23px;
  }
  .ml-lg {
    margin-left: 23px;
  }
  .mt-xl {
    margin-top: 38px;
  }
  .mr-xl {
    margin-right: 38px;
  }
  .mb-xl {
    margin-bottom: 38px;
  }
  .ml-xl {
    margin-left: 38px;
  }
  .pt-xs {
    padding-top: 4px;
  }
  .pr-xs {
    padding-right: 4px;
  }
  .pb-xs {
    padding-bottom: 4px;
  }
  .pl-xs {
    padding-left: 4px;
  }
  .pt-sm {
    padding-top: 8px;
  }
  .pr-sm {
    padding-right: 8px;
  }
  .pb-sm {
    padding-bottom: 8px;
  }
  .pl-sm {
    padding-left: 8px;
  }
  .pt-md {
    padding-top: 11px;
  }
  .pr-md {
    padding-right: 11px;
  }
  .pb-md {
    padding-bottom: 11px;
  }
  .pl-md {
    padding-left: 11px;
  }
  .pt-lg {
    padding-top: 23px;
  }
  .pr-lg {
    padding-right: 23px;
  }
  .pb-lg {
    padding-bottom: 23px;
  }
  .pl-lg {
    padding-left: 23px;
  }
  .pt-xl {
    padding-top: 38px;
  }
  .pr-xl {
    padding-right: 38px;
  }
  .pb-xl {
    padding-bottom: 38px;
  }
  .pl-xl {
    padding-left: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mc-md {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 4px;
  }
  .mr-xs {
    margin-right: 4px;
  }
  .mb-xs {
    margin-bottom: 4px;
  }
  .ml-xs {
    margin-left: 4px;
  }
  .mt-sm {
    margin-top: 8px;
  }
  .mr-sm {
    margin-right: 8px;
  }
  .mb-sm {
    margin-bottom: 8px;
  }
  .ml-sm {
    margin-left: 8px;
  }
  .mt-md {
    margin-top: 11px;
  }
  .mr-md {
    margin-right: 11px;
  }
  .mb-md {
    margin-bottom: 11px;
  }
  .ml-md {
    margin-left: 11px;
  }
  .mt-lg {
    margin-top: 23px;
  }
  .mr-lg {
    margin-right: 23px;
  }
  .mb-lg {
    margin-bottom: 23px;
  }
  .ml-lg {
    margin-left: 23px;
  }
  .mt-xl {
    margin-top: 38px;
  }
  .mr-xl {
    margin-right: 38px;
  }
  .mb-xl {
    margin-bottom: 38px;
  }
  .ml-xl {
    margin-left: 38px;
  }
  .pt-xs {
    padding-top: 4px;
  }
  .pr-xs {
    padding-right: 4px;
  }
  .pb-xs {
    padding-bottom: 4px;
  }
  .pl-xs {
    padding-left: 4px;
  }
  .pt-sm {
    padding-top: 8px;
  }
  .pr-sm {
    padding-right: 8px;
  }
  .pb-sm {
    padding-bottom: 8px;
  }
  .pl-sm {
    padding-left: 8px;
  }
  .pt-md {
    padding-top: 11px;
  }
  .pr-md {
    padding-right: 11px;
  }
  .pb-md {
    padding-bottom: 11px;
  }
  .pl-md {
    padding-left: 11px;
  }
  .pt-lg {
    padding-top: 23px;
  }
  .pr-lg {
    padding-right: 23px;
  }
  .pb-lg {
    padding-bottom: 23px;
  }
  .pl-lg {
    padding-left: 23px;
  }
  .pt-xl {
    padding-top: 38px;
  }
  .pr-xl {
    padding-right: 38px;
  }
  .pb-xl {
    padding-bottom: 38px;
  }
  .pl-xl {
    padding-left: 38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mc-lg {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 5px;
  }
  .mr-xs {
    margin-right: 5px;
  }
  .mb-xs {
    margin-bottom: 5px;
  }
  .ml-xs {
    margin-left: 5px;
  }
  .mt-sm {
    margin-top: 10px;
  }
  .mr-sm {
    margin-right: 10px;
  }
  .mb-sm {
    margin-bottom: 10px;
  }
  .ml-sm {
    margin-left: 10px;
  }
  .mt-md {
    margin-top: 15px;
  }
  .mr-md {
    margin-right: 15px;
  }
  .mb-md {
    margin-bottom: 15px;
  }
  .ml-md {
    margin-left: 15px;
  }
  .mt-lg {
    margin-top: 30px;
  }
  .mr-lg {
    margin-right: 30px;
  }
  .mb-lg {
    margin-bottom: 30px;
  }
  .ml-lg {
    margin-left: 30px;
  }
  .mt-xl {
    margin-top: 50px;
  }
  .mr-xl {
    margin-right: 50px;
  }
  .mb-xl {
    margin-bottom: 50px;
  }
  .ml-xl {
    margin-left: 50px;
  }
  .pt-xs {
    padding-top: 5px;
  }
  .pr-xs {
    padding-right: 5px;
  }
  .pb-xs {
    padding-bottom: 5px;
  }
  .pl-xs {
    padding-left: 5px;
  }
  .pt-sm {
    padding-top: 10px;
  }
  .pr-sm {
    padding-right: 10px;
  }
  .pb-sm {
    padding-bottom: 10px;
  }
  .pl-sm {
    padding-left: 10px;
  }
  .pt-md {
    padding-top: 15px;
  }
  .pr-md {
    padding-right: 15px;
  }
  .pb-md {
    padding-bottom: 15px;
  }
  .pl-md {
    padding-left: 15px;
  }
  .pt-lg {
    padding-top: 30px;
  }
  .pr-lg {
    padding-right: 30px;
  }
  .pb-lg {
    padding-bottom: 30px;
  }
  .pl-lg {
    padding-left: 30px;
  }
  .pt-xl {
    padding-top: 50px;
  }
  .pr-xl {
    padding-right: 50px;
  }
  .pb-xl {
    padding-bottom: 50px;
  }
  .pl-xl {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .mc-xl {
    margin-right: auto;
    margin-left: auto;
  }
  .mt-xs {
    margin-top: 8px;
  }
  .mr-xs {
    margin-right: 8px;
  }
  .mb-xs {
    margin-bottom: 8px;
  }
  .ml-xs {
    margin-left: 8px;
  }
  .mt-sm {
    margin-top: 15px;
  }
  .mr-sm {
    margin-right: 15px;
  }
  .mb-sm {
    margin-bottom: 15px;
  }
  .ml-sm {
    margin-left: 15px;
  }
  .mt-md {
    margin-top: 23px;
  }
  .mr-md {
    margin-right: 23px;
  }
  .mb-md {
    margin-bottom: 23px;
  }
  .ml-md {
    margin-left: 23px;
  }
  .mt-lg {
    margin-top: 45px;
  }
  .mr-lg {
    margin-right: 45px;
  }
  .mb-lg {
    margin-bottom: 45px;
  }
  .ml-lg {
    margin-left: 45px;
  }
  .mt-xl {
    margin-top: 75px;
  }
  .mr-xl {
    margin-right: 75px;
  }
  .mb-xl {
    margin-bottom: 75px;
  }
  .ml-xl {
    margin-left: 75px;
  }
  .pt-xs {
    padding-top: 8px;
  }
  .pr-xs {
    padding-right: 8px;
  }
  .pb-xs {
    padding-bottom: 8px;
  }
  .pl-xs {
    padding-left: 8px;
  }
  .pt-sm {
    padding-top: 15px;
  }
  .pr-sm {
    padding-right: 15px;
  }
  .pb-sm {
    padding-bottom: 15px;
  }
  .pl-sm {
    padding-left: 15px;
  }
  .pt-md {
    padding-top: 23px;
  }
  .pr-md {
    padding-right: 23px;
  }
  .pb-md {
    padding-bottom: 23px;
  }
  .pl-md {
    padding-left: 23px;
  }
  .pt-lg {
    padding-top: 45px;
  }
  .pr-lg {
    padding-right: 45px;
  }
  .pb-lg {
    padding-bottom: 45px;
  }
  .pl-lg {
    padding-left: 45px;
  }
  .pt-xl {
    padding-top: 75px;
  }
  .pr-xl {
    padding-right: 75px;
  }
  .pb-xl {
    padding-bottom: 75px;
  }
  .pl-xl {
    padding-left: 75px;
  }
}
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
html {
  width: 100%;
  height: 100%;
}
.triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  line-height: 0;
  border-width: 0 0 100px 370px;
}
@media (max-width: 768px) {
  .triangle {
    border-width: 0 0 100px 199px;
  }
}
.triagle-rigth-top {
  border-color: transparent transparent #DD5900 transparent;
}
.triangle-top-left {
  border-color: #DD5900 transparent transparent transparent;
}
.triangle-right {
  border-color: transparent transparent transparent #DD5900;
}
.carousel {
  margin: 60px 0;
}
.carousel .carousel-control {
  font-size: 60px;
  width: 60px;
}
.carousel .carousel-control span {
  color: #ACABAB;
  position: absolute;
  top: 25%;
  bottom: 50%;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background-image: none;
}
.carousel .carousel-inner .item {
  padding: 0 80px 0 80px;
}
.contain-header {
  position: relative;
  overflow: hidden;
}
.contain-header .main-header {
  min-height: 100vh;
  display: block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.contain-header .main-header video#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../img/fotos/backgrounds/bck-001.jpg") no-repeat center center fixed #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.contain-header .main-header video {
  display: block;
}
.contain-header .main-header .header-logo {
  max-width: 40%;
  height: auto;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}
.contain-header .main-header h1#header-you {
  text-transform: uppercase;
  text-align: center;
}
.contain-header .main-header p {
  font-size: 2rem;
}
.contain-header .main-header p.punch {
  font-size: 2.3rem;
  text-align: center;
  margin-top: 30px;
}
.contain-header .main-header .continue {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
.contain-header .main-header .continue a,
.contain-header .main-header .continue a:visited {
  color: #fff;
  text-decoration: none;
}
.contain-header .main-header .continue a:hover {
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contain-header .main-header p {
    font-size: 1.4rem;
  }
  .contain-header .main-header p.punch {
    font-size: 1.8rem;
  }
}
.contain-header .header-txt-center {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}
.contain-header .header-txt-bottom {
  position: absolute;
  bottom: 20%;
  right: 10%;
  text-align: right;
}
.contain-header .header-txt-bottom p {
  font-size: 12px;
}
@media (max-width: 992px) {
  .contain-header .header-txt-bottom {
    bottom: 24%;
  }
}
.contain-header .content-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.8);
  background-repeat: no-repeat;
}
.main-slopy {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 150px 0;
  margin-top: -130px;
  position: relative;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .main-slopy {
    margin-top: -180px;
  }
}
.main-slopy .section-slopy {
  position: relative;
  margin: -100px -50px 0 -50px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  background: #000;
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  transform: skewY(4deg);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.main-slopy .section-slopy .section-slopy-content {
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  transform: skewY(-4deg);
}
.main-slopy .slopy-bck {
  background-size: cover;
  background-position: center;
  background-color: transparent;
  background-repeat: no-repeat;
}
.main-slopy .element-backgound {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  min-width: 100%;
  min-height: 60%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
}
#noticias .noticia-text {
  position: absolute;
  bottom: 10%;
  color: #fff;
  z-index: 1;
  padding: 0 10%;
}
@media (max-width: 768px) {
  #noticias .noticia-text {
    padding: 0 20%;
    text-align: center;
  }
}
#noticias .noticia-text a {
  color: #fff;
}
#noticias .noticia-text a:hover {
  text-decoration: none;
  color: #FFA364;
}
#noticias .slopy-bck {
  padding-bottom: 50%;
  margin: -80px 0;
}
@media (max-width: 992px) {
  #noticias .slopy-bck {
    padding-bottom: 70%;
  }
}
@media (max-width: 768px) {
  #noticias .slopy-bck {
    padding-bottom: 100%;
  }
}
@media (max-width: 480px) {
  #noticias .slopy-bck {
    padding-bottom: 120%;
  }
}
@media (max-width: 280px) {
  #noticias .slopy-bck {
    padding-bottom: 150%;
  }
}
#servicos {
  position: relative;
  padding: 30px 0;
}
#servicos:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0px 9px 20px -13px #242424;
  -webkit-box-shadow: 0px 9px 20px -13px #242424;
  -moz-box-shadow: 0px 9px 20px -13px #242424;
  -o-box-shadow: 0px 9px 20px -13px #242424;
  bottom: 0;
  left: calc(30%);
  width: 40%;
  height: 30px;
}
#servicos #carousel-servicos .servico-item {
  padding: 30px;
  text-align: center;
  position: relative;
}
#servicos #carousel-servicos .servico-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(30%);
  height: 0.5em;
  width: 40%;
  border-top: 3px solid #DD5900;
}
#servicos #carousel-servicos .servico-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(30%);
  height: 0.5em;
  width: 40%;
  border-top: 3px solid #DD5900;
}
@media (max-width: 992px) {
  #servicos #carousel-servicos .servico-item:after {
    display: none;
  }
}
#servicos #carousel-servicos .servico-item a {
  color: #535353;
}
#servicos #carousel-servicos .servico-item a:hover {
  text-decoration: none;
  color: #FFA364;
}
#jm-quemsomos {
  padding: 100px 0;
}
#jm-quemsomos .fill-image {
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  padding-top: 56.25%;
  margin-top: -125px;
}
@media (max-width: 768px) {
  #jm-quemsomos .fill-image {
    background-size: 200%;
    padding-top: 120%;
    background-position-x: 80%;
    margin-top: 0;
    text-align: center;
  }
}
#jm-quemsomos .circular-info {
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #DD5900;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-top: 5px;
  float: right;
}
@media (max-width: 768px) {
  #jm-quemsomos {
    text-align: center;
  }
}
#clientes {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
#clientes .clientes-item {
  margin: 50px 0;
}
#jm-numeros a {
  color: #fff;
}
#jm-numeros a:hover {
  text-decoration: none;
  color: #FFA364;
}
#jm-numeros .section-slopy-content {
  color: #fff;
  z-index: 1;
  padding: 5% 0;
}
@media (max-width: 992px) {
  #jm-numeros .section-slopy-content {
    padding: 18% 10%;
  }
}
#jm-numeros .slopy-bck {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#jm-numeros .square-numeros {
  border: 10px solid rgba(255, 255, 255, 0.1);
  margin: 10px auto;
  padding: 20px;
  max-width: 250px;
}
.timeline {
  position: relative;
}
.timeline ul li {
  list-style-type: none;
}
.timeline li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 40px 20px 20px;
  position: relative;
  margin: 40px 0;
}
.timeline li :before {
  top: 30%;
  left: -5px;
  position: absolute;
  content: " ";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #DD5900;
}
.portfolio-master .portfolio-list {
  margin: 30px 0;
}
.portfolio-master .portfolio-list .port-item {
  padding: 0;
}
.portfolio-master .portfolio-list .port-item .port-item-content {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 290px;
  background-color: #000;
  overflow: hidden;
}
.portfolio-master .portfolio-list .port-item .port-cover {
  height: 100%;
  min-height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,0.7+100 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* FF3.6-15 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  /* Chrome4-9,Safari4-5 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* Opera 11.10-11.50 */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* IE10 preview */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#b3000000', GradientType=0);
  /* IE6-8 */
  position: relative;
}
.portfolio-master .portfolio-list .port-item .port-cover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 0 200px;
  border-color: transparent transparent transparent #DD5900;
}
.portfolio-master .portfolio-list .port-item .port-text {
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.portfolio-master .portfolio-list .port-item .port-text a {
  color: #fff;
}
.portfolio-master .portfolio-list .port-item .port-text a:hover {
  text-decoration: none;
  color: #FFA364;
}
footer {
  margin: 160px 0 0 0;
}
footer .contato {
  color: #ffffff;
}
footer .contato .section-slopy-content {
  margin: 60px;
}
footer .contato #form-contato button {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.7);
  background-color: #DD5900;
  text-transform: uppercase;
  font-size: 1em;
  color: #ffffff;
  padding: 7px 20px 5px 20px;
}
footer .contato #form-contato input,
footer .contato #form-contato textarea {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 2px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  padding: 25px 10px 25px 20px;
}
footer .contato #form-contato ::-webkit-input-placeholder {
  color: #ffffff;
}
footer .contato #form-contato :-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
footer .contato #form-contato ::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
footer .contato #form-contato :-ms-input-placeholder {
  color: #ffffff;
}
.navbar-theme {
  -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
}
@media (min-width: 767px) {
  .navbar-theme {
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
}
.navbar-theme .logo-theme h1 {
  margin: 7px 0 0 0;
  padding: 0;
}
@media (max-width: 768px) {
  .navbar-theme .logo-theme h1 {
    margin: 0;
  }
}
.navbar-theme .logo-theme h1 a {
  width: 121px;
  height: 73px;
  background: url("../img/logos/logo-jm-md-w.png") no-repeat left top;
  text-indent: -90000px;
  display: block;
}
@media (max-width: 768px) {
  .navbar-theme .logo-theme h1 a {
    width: 60px;
    height: 36px;
    background-size: 100%;
  }
}
.navbar-theme .navbar-theme-collapse {
  float: right;
}
@media (max-width: 767px) {
  .navbar-theme .navbar-theme-collapse {
    float: none;
  }
}
.navbar-theme .navbar-toggle {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  border-left: 1px solid #fff;
  background-color: transparent;
  border-radius: 0;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .navbar-theme .navbar-toggle {
    margin: 0;
  }
}
.navbar-theme.navbar-fixed-top {
  border-top: 5px solid #DD5900;
}
.navbar-theme .nav .open > a,
.navbar-theme .nav .open > a:focus,
.navbar-theme .nav .open > a:hover {
  background: transparent;
}
.navbar-theme .open {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  border: none;
  border-bottom: 0;
}
.navbar-theme .open .dropdown-menu {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  border: none;
  border-top: 0;
  margin: 0;
}
.navbar-theme .open .dropdown-menu a {
  color: #fff;
}
.navbar-theme .open .dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.top-nav-collapse .open {
  background-color: transparent;
}
.top-nav-collapse .open .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.9);
  margin-top: 10px;
}
.top-nav-collapse .open .dropdown-menu a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.navbar-nav-theme {
  margin-top: 10px;
}
.navbar-nav-theme > li > a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}
.navbar-nav-theme > li > a:hover,
.navbar-nav-theme > li > a:focus {
  background-color: transparent;
}
@media (max-width: 995px) {
  .navbar-nav-theme > li > a {
    padding: 15px 6px;
    text-align: center;
  }
}
.navbar-nav-theme > li .login {
  color: #ffffff;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 5px;
  padding: 6px 15px;
  margin-top: 6px;
}
.navbar-nav-theme > li .btn-experimente {
  background-color: #53b7f6;
}
.navbar-nav-theme > li .btn-experimente:hover {
  background-color: #096aa7;
  color: #ffffff;
}
.navbar-theme {
  padding: 40px 20px;
  background-color: transparent;
}
@media (max-width: 768px) {
  .navbar-theme {
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
.top-nav-collapse {
  padding: 10px 20px !important;
  background-color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 768px) {
  .top-nav-collapse {
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.9);
  }
}
