* {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}


#limiter {
  max-height: 300px;
  margin-top: 100px;
}

#textfooter {
  margin-top: 130px;
}

.papelposto {
  margin-top: 250px;
}
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  font-size: .867em;
  line-height: 20px;
  padding: 0 15px
}

.navbar a {
  color: inherit
}

.navbar.gray {
  color: #8d8d8d
}

.navbar .bordered-menu,
.navbar .normal-menu {
  display: flex;
  align-items: center;
  margin: 0
}

.navbar .bordered-menu>li img {
  height: 22px;
  opacity: .5;
  vertical-align: middle
}

.navbar .bordered-menu li {
  padding: 8px 28px;
  cursor: pointer
}

.navbar .bordered-menu li:hover {
  color: #000
}

.navbar .bordered-menu li:not(:first-child) {
  border-left: 1px solid #e5e5e5
}

.navbar .bordered-menu li:last-child {
  border-right: 1px solid #e5e5e5
}

.navbar .normal-menu li {
  padding: 8px 20px;
  cursor: pointer
}

.main-nav,
.navbar .normal-menu li:hover {
  color: #000
}

.main-nav {
  display: none;
  padding: 0 0px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Arial;
  font-weight: 600;
  font-size: 0.80em;
  letter-spacing: 1px;
  line-height: 50px;
  text-transform: uppercase;
  margin-right: 15px;
}

.main-nav .logo img {
  display: flex;
  width: 80px;
  vertical-align: middle
}

.main-nav .main-menu {
  display: flex;
  align-items: center;
  justify-content: center
}

.topnav {
  display: none;
}

.creditos {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center
}

#rodape {
  background-color: rgb(0, 0, 0);
}

.main-nav .main-menu li a {
  color: inherit;
  padding: 25px 20px
}

.header-contact>a {
  display: flex;
  height: 64px
}

.header-contact .contacts,
.header-contact .icons {
  display: flex;
  align-items: center;
  justify-content: center
}

.header-contact .contacts {
  flex-direction: column
}

.header-contact .phone {
  font-weight: 900;
  margin: 0 5px
}

.header-contact .icons img {
  width: 30px;
  margin: 0 10px;
  object-fit: contain
}

.header-contact .phone .ddd {
  color: #c62828
}

.header-contact .phone .number {
  color: #000
}

.header-contact .phones {
  line-height: normal
}

.header-contact .legend {
  line-height: normal;
  font-size: .7em;
  color: #000;
  margin-top: 2px
}

.nav-transparent {
  position: absolute;
  background: transparent
}

.alvor-logo>img {
  width: 125px;
  object-fit: contain;
  vertical-align: middle
}

.custom-nav {
  transition: all .7s ease
}

.custom-actions {
  background: #eee
}

.whatsapp-image {
  width: 90px;
  object-fit: contain;
  vertical-align: middle
}

.main-nav .toggle {
  display: inline-flex;
  color: #000
}

.nav-clientes {
  padding-top: 20px;
  background: #f7f7f7;
  border-bottom: 1px solid #e5e5e5
}

.nav-clientes .carousel {
  height: 70px
}

.customer-img {
  height: 150px;
  object-fit: contain;
  display: inline-block;
  margin: 10px
}

.initial-section {
  height: calc(100vh - 107px);
  padding-top: 30px;
  padding-bottom: 30px
}


/* fade in na inicializacao do site */

.limitetimecore {
  animation: fadein 4s;
  /* Padrão */
  -webkit-animation: fadein 4s;
  /* Webkit */
  -moz-animation: fadein 4s;
  /* Firefox */
  -ms-animation: fadein 4s;
  /* IE */
}

@keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
  /* Padrão */
}

@-moz-keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
  /* Firefox */
}

@-webkit-keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
  /* Webkit */
}

@-ms-keyframes fadein {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
  /* IE */
}

​.flag {-moz-window-shadow: 2;}

@media (max-width:1024px) {
.papelposto{
  margin-top: 0px;
  margin-bottom: -100px;
}

  .main-nav .logo img {
      display: none;
      width: 110px;
      vertical-align: middle;
  }
  .nav-clientes {
      padding-top: 100px;
  }
  .header-contact a {
      display: none;
  }
  .navbar {
      display: none;
  }
  .main-nav {
      display: none;
  }
  .topnav {
      display: flow-root;
      overflow: hidden;
      background-color: #000;
      position: fixed;
      width: 100%;
      z-index: 1000;
  }
  .topnav #myLinks {
      display: none;
  }
  .topnav a {
      color: white;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      display: block;
  }
  .topnav a.icon {
      background: black;
      display: block;
      position: absolute;
      right: 15px;
      top: 14px;
      padding: 3px;
      padding-bottom: 0px;
      padding-top: 5px;
      padding-left: 5px;
      padding-right: 5px;
  }
  .topnav a:hover {
      background-color: #000;
      color: yellow;
      z-index: 1001;
  }
  .ativa {
      background-color: #fff;
      color: white;
  }

}
  /*parte fudida

.topnav {
overflow: hidden;
background-color: #333;
position: fixed;
width: 100%;
}

.topnav #myLinks {
display: none;
}

.topnav a {
color: white;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
display: block;

}

.topnav a.icon {
background: black;
display: block;
position: absolute;
right: 0;
top: 10px;
}

.topnav a:hover {
background-color: #ddd;
color: black;
}

.active {
background-color: #fff;
color: white;

}

.nav-clientes{
padding-top: 100px;
}

.topnav {
overflow: hidden;
background-color: #333;
position: fixed;
width:100%;
z-index: 1000;
}

.topnav #myLinks {
display: none;
}

.topnav a {
color: white;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
display: block;
}

.topnav a.icon {
background: black;
display: block;
position: absolute;
right: 0;
top: 10px;
}

.topnav a:hover {
background-color: #ddd;
color: black;
}

.active {
background-color: #4CAF50;
color: white;
}

.nav-clientes{
padding-top: 100px;
}

*/



/* final @media*/

.background {
  background-image: url(background.7467ff04.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  height: 100%;
}

.subbackground {
  height: 100%;
  background: hsla(0, 0%, 100%, .2);
  color: #fff;
  margin: 0px;
  padding: 0px;
}

.who-we-are .custom-divider {
  width: 250px;
  margin: 30px auto;
  height: 2px;
  border-radius: 10px;
  background: #666
}

.who-we-are .timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  padding: 1em 0;
  list-style-type: none;
  transition: all .4s ease
}

.who-we-are .timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: " ";
  display: block;
  width: 10px;
  height: 100%;
  margin-left: -3px;
  background: #1e1e1e;
  background: linear-gradient(180deg, rgba(30, 30, 30, 0) 0, #505050 8%, #505050 92%, rgba(30, 30, 30, 0));
  z-index: 5
}

.who-we-are .timeline li {
  padding: 1em 0
}

.who-we-are .timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.who-we-are .direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right
}

.who-we-are .direction-r {
  position: relative;
  width: 300px;
  float: right
}

.who-we-are .flag-wrapper {
  position: relative;
  display: inline-block;
  text-align: center
}

.who-we-are .flag {
  position: relative;
  display: inline;
  padding: 6px 10px;
  font-weight: 700;
  text-align: left;
  font-size: 1.7em
}

.who-we-are .direction-l .flag:before,
.who-we-are .direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: " ";
  display: block;
  width: 17px;
  height: 17px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid #ff5050;
  z-index: 10
}

.who-we-are .direction-r .flag:before {
  left: -37px
}

.who-we-are .direction-l .flag:after {
  left: 100%;
  border: 8px solid transparent;
  border-left-color: #f8f8f8
}

.who-we-are .direction-l .flag:after,
.who-we-are .direction-r .flag:after {
  content: "";
  position: absolute;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  pointer-events: none
}

.who-we-are .direction-r .flag:after {
  right: 100%;
  border: 8px solid transparent;
  border-right-color: #f8f8f8
}

.who-we-are .desc {
  margin: 1em .75em 0 0;
  font-size: 1em;
  line-height: 1.5em
}

.who-we-are .direction-r .desc {
  margin: 1em 0 0 .75em
}

@media screen and (max-width:660px) {

  .papelposto img{
    margin-top: 0px;
  }

  #limiter img{
    display: none;
    
  }

  .who-we-are .timeline {
      width: 100%;
      padding: 4em 0 1em
  }
  .who-we-are .timeline li {
      padding: 2em 0
  }
  .who-we-are .direction-l,
  .who-we-are .direction-r {
      float: none;
      width: 100%;
      text-align: center
  }
  .who-we-are .flag-wrapper {
      text-align: center
  }
  .who-we-are .flag {
      background: #fff;
      z-index: 15
  }
  .who-we-are .direction-l .flag:before,
  .who-we-are .direction-r .flag:before {
      position: absolute;
      top: -30px;
      left: 50%;
      content: " ";
      display: block;
      width: 12px;
      height: 12px;
      margin-left: -9px;
      background: #fff;
      border-radius: 10px;
      border: 4px solid #ff5050;
      z-index: 10
  }
  .who-we-are .time-wrapper {
      display: block;
      position: relative;
      margin: 4px 0 0;
      z-index: 14
  }
  .who-we-are .direction-l .time-wrapper,
  .who-we-are .direction-r .time-wrapper {
      float: none
  }
  .who-we-are .desc {
      margin: 1em 0 0;
      background: #f5f5f5;
      -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
      -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .2);
      box-shadow: 0 0 1px rgba(0, 0, 0, .2)
  }
  .who-we-are .desc,
  .who-we-are .direction-l .desc,
  .who-we-are .direction-r .desc {
      position: relative;
      padding: 1em;
      z-index: 15
  }
}

.work-safety .title {
  color: #000;
}

.our-works .carousel .carousel-item {
  height: 330px;
  width: 330px;
}

.customers .carousel .carousel-item {
  height: 330px;
  width: 330px;
}

.customers .customer-img {
  width: 330px;
  object-fit: contain;
  display: inline-block;
  margin: 10px;
}

input:not([type]),
input[type=date]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=search]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=text]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=url]:not(.browser-default),
textarea.materialize-textarea {
  border-color: #333;
  color: #333;
}

input:not([type]):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-color: #333;
  box-shadow: 0 1px 0 0 #333;
}

.input-field>label,
input:not([type]):focus:not([readonly])+label,
input[type=date]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label,
input[type=datetime]:not(.browser-default):focus:not([readonly])+label,
input[type=email]:not(.browser-default):focus:not([readonly])+label,
input[type=number]:not(.browser-default):focus:not([readonly])+label,
input[type=password]:not(.browser-default):focus:not([readonly])+label,
input[type=search]:not(.browser-default):focus:not([readonly])+label,
input[type=tel]:not(.browser-default):focus:not([readonly])+label,
input[type=text]:not(.browser-default):focus:not([readonly])+label,
input[type=time]:not(.browser-default):focus:not([readonly])+label,
input[type=url]:not(.browser-default):focus:not([readonly])+label,
textarea.materialize-textarea:focus:not([readonly])+label {
  color: #333
}

body,
html {
  font-size: 15px;
  font-family: Helvetica Neue!important;
}

.modal.bottom-sheet {
  max-height: 80%
}

.title {
  font-weight: 300;
  letter-spacing: -.5px;
  word-spacing: -1.5px
}

.subtitle {
  font-size: 1.3em
}

.bold {
  font-weight: 500;
}

.mini-container {
  padding-left: 0rem;
  padding-right: 0rem
}

.section {
  padding-top: 3rem;
  padding-bottom: 3rem
}


/*# sourceMappingURL=/main.eef255c2.css.map */

@media (min-width: 1025px) {
  .videomobile {
      display: none;
  }
  .ParallaxVideo {
      height: 300px;
      padding-bottom: 50px;
      padding-top: 10px;
  }
  .ParallaxVideo img {
      min-width: 100%;
      position: fixed;
      top: 10px;
      z-index: -999;
  }
  .ParallaxVideo h1 {
      color: #fff;
      font-size: 76px;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
  }
  .ParallaxContent {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 100px 100px;
      color: #000;
      margin-top: 650px;
  }
  .ParallaxContent h2 {
      color: #000;
  }
  .ParallaxContent2 {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 100px 100px;
      color: #000;
      margin-top: 200px;
  }
  .ParallaxContent3 {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 100px 100px;
      color: #000;
      margin-top: 200px;
  }
  .ParallaxContent3 .title {
      color: 000;
  }
  .ParallaxContent4 {
      background-color: rgba(255, 255, 255, 0.8);
      padding: 100px 100px;
      color: #000;
      margin-top: 200px;
  }
  .ParallaxContent4 h2 {
      color: 000;
  }
  .contatos {
      background: none repeat scroll 0 0 #ffffff;
      padding: 42px 42px;
      color: #FFF;
      opacity: 1;
      margin-top: 200px;
  }
  .ParallaxContentinicial {
      background: none repeat scroll 0 0 #ffffff;
      color: #FFF;
      opacity: 1;
      position: fixed;
      min-width: 100%;
      z-index: 1000;
  }

 
}



/*fim do codigo exemplar de como resolver buxa kkk*/


/*----------------------- Preloader -----------------------*/

body.preloader-site {
  overflow: hidden;
}

.preloader-wrapper {
  height: 100%;
  width: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.preloader-wrapper .preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120px;
}