@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,900");
html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  color: #31436b !important;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

body {
  font-size: 1.25rem;
  color: #31436b !important;
  font-family: 'Montserrat', sans-serif !important;
  line-height: 1.6;
}

@media (max-width: 400px) {
  body {
    font-size: 1.1rem;
  }
}

@media (max-width: 800px) {
  body {
    font-size: 1.25rem;
  }
}

.mycontainer {
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 46px;
  padding-bottom: 46px;
}

.servicos .mycontainer {
  height: 80vh;
  margin-left: 2em;
  margin-right: 2em;
  padding-top: 46px;
  padding-bottom: 46px;
}

h1 {
  font-family: 'Montserrat', sans-serif !important;
  margin-top: 2rem;
  letter-spacing: 2px;
}

header h1 {
  font-size: 3.5em;
  text-shadow: 2px 2px 5px black;
  letter-spacing: 2px;
  margin-bottom: 0;
  text-transform: uppercase;
}

section h1 {
  font-weight: bold;
  text-transform: uppercase;
}

section div.col-md-6 {
  -ms-flex-preferred-size: 50% !important;
      flex-basis: 50% !important;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  font-size: 1.76em;
  padding-bottom: 0.6em;
}

.bg-text {
  font-family: 'Montserrat', sans-serif !important;
  color: white;
  font-weight: bold;
  position: absolute;
  top: 70%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 80%;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
}

header {
  height: 100vh;
  background: url(bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .cursor {
  -webkit-animation: 1s blink step-end infinite;
  animation: 1s blink step-end infinite;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 89px;
  width: 100%;
  background-color: #fff;
  position: absolute !important;
  bottom: 0;
  z-index: 100;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  margin: 0px !important;
  padding: 0px !important;
  cursor: pointer;
}

.navbar-nav {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.navslider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #66B1F1;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.nav-full h1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

nav h3 {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
}

nav img#lgpaljet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav img#pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  max-height: 30%;
}

.nav-fixed {
  position: fixed !important;
  top: 0;
  bottom: auto;
}

.nav-full {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  right: -100vw;
  height: 100%;
  background-color: #212121;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.nav-full.active {
  -webkit-transform: translate(-100vw, 0px);
  transform: translate(-100vw, 0px);
}

.nav-full a.mycolor {
  color: white !important;
}

nav div.logo, nav div.nav-toggle {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 400px) {
  h3 {
    font-size: 1rem !important;
  }
}

@media (max-width: 800px) {
  h3 {
    font-size: 1.25rem !important;
  }
}

h3 {
  font-size: 1.4rem !important;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 8px;
  padding-left: 8px;
}

@media (max-width: 400px) {
  nav div.logo, nav div.nav-toggle {
    max-width: 50% !important;
  }
}

@media (max-width: 801px) {
  nav div:not(:first-child):not(:last-child) {
    display: none;
  }
}

.hide {
  opacity: 0;
}

a {
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  text-decoration: none;
}

a img {
  border: 0;
}

.col-sm-2 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 4ms ease;
  transition: 4ms ease;
}

@media (max-width: 801px) {
  nav div.nav-toggle a {
    display: inline-block;
  }
}

@media only screen and (min-width: 801px) {
  .col-sm-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 9%;
    flex-basis: 8.5%;
    max-width: 8.5%;
  }
}

@media only screen and (min-width: 801px) {
  .col-sm-2 {
    font-size: 0.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    -ms-flex-preferred-size: 17%;
    flex-basis: 17%;
    max-width: 17%;
  }
}

.show {
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
}

.row {
  margin: 0 !important;
}

@media (max-width: 3840px) {
  header h1 {
    font-size: 3.86em !important;
  }
  header img {
    width: 40% !important;
  }
  .about p {
    font-size: 1.45em !important;
  }
  nav img#lgpaljet {
    height: 100px !important;
  }
  #lt2 {
    top: 18% !important;
  }
  #lt3 {
    top: 18% !important;
  }
}

@media (max-width: 2560px) {
  header img {
    width: 40% !important;
  }
  header h1 {
    font-size: 2.76em !important;
  }
  nav img#lgpaljet {
    height: 100px !important;
  }
  #lt2 {
    top: 22% !important;
  }
  #lt3 {
    top: 22% !important;
  }
}

@media (max-width: 1920px) {
  header img {
    width: 40% !important;
  }
  header h1 {
    font-size: 2.06em !important;
  }
  .about p {
    font-size: 1em !important;
  }
  nav img#lgpaljet {
    height: 100px !important;
  }
  #lt2 {
    top: 27% !important;
  }
  #lt3 {
    top: 27% !important;
  }
}

@media (max-width: 1680px) {
  header img {
    width: 40% !important;
  }
  header h1 {
    font-size: 1.86em !important;
  }
  .about p {
    font-size: 1em !important;
  }
  #txt2 {
    top: 0px !important;
  }
  #txt3 {
    top: 0px !important;
  }
  #lt2 {
    top: 27% !important;
  }
  #lt3 {
    top: 27% !important;
  }
}

@media (max-width: 1440px) {
  header h1 {
    font-size: 1.46em !important;
  }
  header img {
    width: 40% !important;
  }
  .about p {
    font-size: 1em !important;
  }
  #txt2 {
    top: 0 !important;
  }
  #txt3 {
    top: 0 !important;
  }
  .servicos .mycontainer {
    height: 100% !important;
  }
}

@media (max-width: 1080px) {
  header h1 {
    font-size: 1.66em !important;
  }
  header img {
    width: 35% !important;
  }
}

@media (max-width: 1024px) {
  header h1 {
    font-size: 1.26em !important;
  }
  header img {
    width: 48% !important;
  }
  .about p {
    font-size: .8em !important;
  }
  .servicos .mycontainer {
    height: 100% !important;
  }
}

@media (max-width: 768px) {
  header h1 {
    font-size: 0.96em !important;
  }
  #txt2 {
    top: 0 !important;
    left: 0 !important;
  }
  #txt3 {
    top: 0 !important;
    left: 0 !important;
  }
  .about p {
    font-size: .8em !important;
  }
  .about {
    height: 100% !important;
  }
  .about .mycontainer {
    padding-top: 0 !important;
  }
  .about .pt-5 {
    padding-top: 0 !important;
  }
  .about .pb-5 {
    padding-bottom: 1.5rem !important;
  }
  .servicos .mycontainer {
    height: 100% !important;
  }
  .servicos img {
    width: 200px !important;
  }
  .servicos #lt2 {
    top: 25% !important;
    position: relative !important;
  }
  .servicos #lt3 {
    top: 25% !important;
    position: relative !important;
  }
  .carousel-item img {
    height: 50vh !important;
  }
  .grecaptcha-badge {
    width: 256px !important;
    height: 60px !important;
    -webkit-box-shadow: grey 0px 0px 5px;
            box-shadow: grey 0px 0px 5px;
  }
  #naviconToggle h1 {
    line-height: 0.5 !important;
  }
}

@media (max-width: 425px) {
  header img {
    width: 75% !important;
  }
  header h1 {
    font-size: 0.75em !important;
  }
  .about p {
    font-size: .6em !important;
  }
  #naviconToggle h1 {
    line-height: 0.1 !important;
  }
  .carousel-item img {
    height: 40vh !important;
  }
}

nav .nav-toggle a {
  display: none;
}

.col-sm-1 {
  width: auto !important;
}

main.active {
  -webkit-transform: translate(-100vw, 0px);
  transform: translate(-100vw, 0px);
}

main {
  background-color: #fff;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
}

.about {
  height: 100%;
  width: 100%;
  background-color: #F7F7F7;
  padding-bottom: 2em;
}

.about .mytext {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 50px;
}

.about p {
  font-size: 1.06em;
}

.servicos .mytext {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.servicos .col-xs-12 {
  padding-left: 1em;
  padding-right: 1em;
}

#imgfade {
  position: relative;
  margin: 0 auto;
}

#imgfade img {
  position: relative;
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#imgfade img.top:hover {
  opacity: 0;
}

#imgfade .mytext {
  position: absolute;
  text-align: justify;
  padding: 30px;
  top: 3%;
  font-size: 0.9em;
  width: 740px;
  height: 800px;
  right: 0px;
  left: 20%;
  bottom: 0px;
  line-height: 3;
}

.slideanim {
  visibility: hidden;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

#txt2 {
  top: 190px;
}

#txt3 {
  top: 190px;
}

.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}

.carousel-item img {
  height: 80vh;
}

.md-form textarea.md-textarea {
  overflow-y: hidden;
  padding: 0;
  resize: none;
}

.portfolio {
  height: 100%;
  width: 100%;
}

.grecaptcha-badge {
  bottom: 90px !important;
}
/*# sourceMappingURL=main.css.map */