body {
  font-family: 'Montserrat', sans-serif;
  max-width: 1920px;
  margin: 0 auto;
}

img {
	max-width: 100%;
}

button {
  outline: none !important;
}

.wow {
  visibility: hidden;
}

header {
  display: none;
}

img.logo-xs {
  width: 170px;
}

header #topo {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

nav.navbar {
  background-color: #FFF;
  position: sticky;
  top: 0;
  z-index: 1;
  -webkit-box-shadow: 0 -5px 10px 3px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 -5px 10px 3px rgba(0, 0, 0, .5);
  box-shadow: 0 -5px 10px 3px rgba(0, 0, 0, .5);
}

  .navbar-nav .nav-link {
    color: #E50019;
    font-weight: 600;
    padding-left: 15px;
  }

  nav.navbar .whatsapp-faixa {
    display: none;
    position: absolute;
    right: 15px;
  }

  nav.navbar .whatsapp-faixa a {
      color: #fff;
      font-size: 36px;
  }

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #000;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

#banner {
  height: 425px;
  background-image: url(../img/banner-lajes-trelicadas-lajemix.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

  #banner .title {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(229,0,25,.9);
    display: inline-block;
    margin-top: 125px;
    padding: 35px 25px;
  }

.tags {
  background-color: #F8F8F8;
  padding-top: 25px;
  padding-bottom: 25px;
}

  .tags .tag {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding-left: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

    .tags .tag strong {
      display: block;
      font-weight:800;
    }

  .tags .tag1 {
    background: url(../img/icon-atendimento.png) left center no-repeat;
  }

  .tags .tag2 {
    background: url(../img/icon-beneficio.png) left center no-repeat;
  }

  .tags .tag3 {
    background: url(../img/icon-rapidez.png) left center no-repeat;
  }


section.module {
  padding-top: 30px;
  padding-bottom: 30px;
}

  section.module h1 {
    font-size: 40px;
    padding-bottom: 25px;
    font-weight: bold;
    color: #313132;
    background-image: url(../img/bg-title.png);
    background-position: left bottom;
    background-size: 145px 4px;
    background-repeat: no-repeat;
  }

  section.module h3 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0;
  }

  section.module .texto {
    margin-top: 35px;
    color: #757474;
    text-align: justify;
    font-size: 16px;
  }

  section.module .img {
    margin-top: 35px;
    padding-bottom: 20px;
    border-bottom: #E50019 4px solid;
  }

#sobre .slider {
  margin-top:30px;

  padding-left: 20px;
  padding-right: 20px;
}

  #sobre .slider .item {
    padding-left: 7px;
    padding-right: 7px;
  }

  #sobre .slider .slick-prev,
  #sobre .slider .slick-next {
    width: 20px;
    height: 20px;
  }

  #sobre .slider .slick-prev.slick-disabled,
  #sobre .slider .slick-next.slick-disabled {
    opacity: .4;
    filter: opacity(40);
  }

  #sobre .slider .slick-prev:before,
  #sobre .slider .slick-next:before {
      content: '';
  }

  #sobre .slider .slick-prev {
      left: -25px;
  }

  #sobre .slider .slick-next {
      right: -25px;
  }

#frase1 {
  background: url(../img/frase1.jpg) center top no-repeat;
}

  #frase1 p {
    font-weight: bold;
    color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    padding: 45px 15px;
  }

#frase2 {
  background: url(../img/frase2.jpg) center top no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
}

  #frase2 p {
    font-size: 26px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  #frase2 h2 {
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url(../img/bg-w.png) center bottom no-repeat;
    background-size: 145px 4px;
    font-size: 35px;
    margin-top: 55px;
    padding-bottom: 25px;
  }

#contato {
  padding-top: 70px;
  padding-bottom: 30px;
}

  #contato .form {

  }

    #contato .form p {
      font-size:20px;
      line-height: 28px;
      color:#757474;
      font-weight: bold;
      margin-bottom: 0px;
    }

    #contato .form input {
      outline: none;
      border: 0;
      border-bottom: #DBDBDB 1px solid;
      color:#757474;
      width: 100%;
      font-size: 15px;
      margin-top: 40px;
      padding-bottom: 3px;
    }

    #contato .form input::placeholder {
      color:#ACACAC;
    }

    #contato .form input::-moz-placeholder {
      color:#ACACAC;
    }

    #contato .form input::-webkit-input-placeholder {
      color:#ACACAC;
    }

    #contato .form label {
      display: block;
      color:#ACACAC;
      font-size: 15px;
      margin-top: 40px;
    }

    #contato .form label.error {
      display: block;
      color:#e50019;
      font-size: 12px;
      font-style: italic;
      margin-top: 5px;
    }

    #contato .form textarea {
      border: #DBDBDB 1px solid;
      border-radius: 15px;
      color:#757474;
      width: 100%;
      font-size: 15px;
      resize: none;
      outline: none;
      padding: 10px;
    }

    #contato .form button {
      background: #e50019;
      color: #fff;
      border: none;
      padding: 10px 35px;
      margin-top: 5px;
      border-radius: 5px;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: bold;
      width: 100%;
    }

    #contato .contacts {
        margin-top: 40px;
    }

      #contato .contacts .item {
        padding-left: 50px;
        color: #757474;
        margin-bottom: 30px;
        font-size: 18px;
      }

        #contato .contacts .item a {
          color: #757474;
          transition: all .3s ease-in-out;
        }

          #contato .contacts .item a:hover {
            color: #434141;
            text-decoration: none;
          }

      #contato .contacts address {
        background: url(../img/icon-map.png) left 10px no-repeat;
      }

      #contato .contacts .fone {
        background: url(../img/icon-fone.png) left top no-repeat;
      }

      #contato .contacts .whats {
        background: url(../img/icon-whats.png) left top no-repeat;
      }

      #contato .contacts .mail {
        background: url(../img/icon-mail.png) left center no-repeat;
      }

      #contato .contacts .horario {
        margin-top: 50px;
        color: #757474;
        font-size:18px;
        text-align: center;
      }

        #contato .contacts .horario h5 {
          color: #E50019;
          font-weight: bold;
          font-size: 22px;
        }

      #contato .redes {
        margin-top: 30px;
        text-align: center;
      }

        #contato .redes h5 {
          color: #E50019;
          font-weight: bold;
          font-size: 22px;
          margin-bottom: 10px;
        }

        #contato .redes a {
          color: #fff;
          background-color: #E50019;
          display: inline-flex;
          width: 48px;
          aspect-ratio: 1 / 1;
          justify-content: center;
          align-items: center;
          border-radius: 100%;
          font-size: 25px;
          margin-right: 5px;
          transition: all .3s ease-in-out;
        }

          #contato .redes a:hover {
            text-decoration: none;
            background-color: #f30521;
          }


#mapa iframe {
  width: 100%;
  height: 350px;
}

footer {
  padding-top: 50px;
  padding-bottom: 20px;
  background: #313132;
  margin-top: -7px;
  text-align: center;
}

  footer .item {
    font-size:15px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
  }

    footer .item a {
      color: #fff;
      transition: all .3s ease-in-out;
    }

      footer .item a:hover {
        text-decoration: none;
        color: #ACACAC;
      }

  footer .item h5,
  footer .item i {
    font-size: 15px;
    color: #E50019;
    text-transform: uppercase;
    /* font-weight: 600; */
  }

  footer .copy {
    position: relative;
    margin-top: 20px;
  }

    footer .copy p {
      text-align: center;
      font-size: 12px;
      color: #fff;
    }

    footer .copy .social {
      position: relative;
      right: unset;
      margin-bottom: 15px;
    }

      footer .copy .social a {
        color: #fff;
        font-size: 24px;
        margin-left: 5px;
      }

.whatsapp-flutuante {
  position: fixed;
  z-index: 999;
  bottom: 15px;
  right: 15px;
  font-size: 50px;
}

.whatsapp-flutuante a {
  color: #E50019;
}

/* Produtos */

.produtos img {
    max-height: 358px;
    object-fit: cover;
    width: 100%;
}


.produto {
  padding-top: 2rem;
}

.produto__detalhe {

}

.produto__detalhe h1 {
    font-size: 22px;
    font-weight: bold;
    color: #313132;
    background-image: url(../img/bg-title.png);
    background-position: left bottom;
    background-size: 120px 4px;
    background-repeat: no-repeat;
    padding-bottom: 25px;
    margin-bottom: 1rem;
    margin-top: 2rem;
}

.produto__detalhe .ctt {
  color: #757B78;
  font-weight: 400;
}

.produto__detalhe .ctt strong {
  color: #676767;
  font-weight: 600;
}

.produto__texto {
  color: #757B78;
  padding-bottom: 2rem;
}

.produto__texto h3 {
  color: #313132;
  font-size: 22px;
  font-weight: bold;
}

.produto__texto h4 {
  color: #313132;
  font-size: 18px;
  font-weight: bold;
}

.produto__texto ul {
  padding-left: 20px;
}

/* Menu Dropdown */
.drop {
  position: relative;
}

.down {
}

.down ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.down ul li {
  text-align: start;
  padding-top: 3px;
  padding-bottom: 3px;
}

.down a {
  color: #757878;
  text-transform: uppercase;
  font-size: 13px;
  display: block;
  padding-left: 30px;
}

.down a:hover,
.down a.active {
  color: #E50019;
  text-decoration: none;
  background-image: url(../img/bg-menu.svg);
  background-position: left 17px center;
  background-repeat: no-repeat;
}


@media (min-width: 576px) {

  #banner {
    height: 500px;
  }

  #banner .title {
    font-size: 40px;
    line-height: 40px;
    margin-top: 160px;
  }
}

@media (min-width: 768px) {

  img.logo-xs {
    display: none;
  }

  header {
    display: block;
  }

  header #topo {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  header .logo {
    padding: 0 15px;
    width: 200px;
  }

  header #topo .contacts {
    padding-top: 12px;
    padding-right: 15px;
  }

    header #topo .contacts .item {
      display: inline-block;
      margin-left: 5px;
    }

      header #topo .contacts .item a {
        color: #313132;
        font-weight: 500;
      }

        header #topo .contacts .item a i {
          /* font-weight: 600; */
        }

        header #topo .contacts .item .social a i {
          font-weight: 300;
          font-size: 18px;
          margin-left: 3px;
        }

    header #topo .contacts .item.whatsapp a i {
      font-size: 40px;
      line-height: 0;
      position: relative;
      top: 10px;
      color: #e50019;
    }

    header #topo .contacts .item.redes {
      /* font-size: 40px;
      line-height: 0;
      position: relative;
      top: 10px;
      color: #e50019; */
      display: none;
      position: relative;
      top: 2px;
      margin-left: 0;
    }

    header #topo .contacts .item.redes a {
      display: inline-flex;
      width: 36px;
      aspect-ratio: 1/1;
      justify-content: center;
      align-items: center;
      border-radius: 100%;
      font-size: 18px;
      transition: all .3s ease-in-out;
      color: #E50019;
      border: #E50019 2px solid;
      transition: all .3s ease-in-out;
    }

    header #topo .contacts .item.redes a:hover {
      text-decoration: none;
      background-color: #E50019;
      color: #fff;
    }

    nav.navbar {
      background-color: #E50019;
      -webkit-box-shadow: unset;
      -moz-shadow: unset;
      box-shadow: unset;

    }

      nav.navbar .navbar-nav {
        margin: auto;
      }

      nav.navbar .navbar-nav .nav-item {
        padding: 0 30px;
      }

      nav.navbar .navbar-nav .nav-item .nav-link {
        color: #fff;
        font-size: 16px;
      }

      nav.navbar .navbar-nav .nav-item.active .nav-link,
      nav.navbar .navbar-nav .nav-item:hover .nav-link {
        /* text-decoration: underline; */
        color:#000;
      }

  #contato .form button {
    width: auto;
  }

  #contato .contacts {
    margin-top: 0;
  }

    #contato .contacts .horario {
      background: url(../img/icon-clock.png) left top no-repeat;
      text-align: left;
      padding-left: 50px;
    }

    #contato .redes {
      padding-left: 50px;
      text-align: left;
    }


  footer .item {
    text-align: left;
  }

  .whatsapp-flutuante {
    font-size: 60px;
  }

  .produto {
    padding-top: 5rem;
  }

  .produto__detalhe h1 {
      font-size: 32px;
      margin-top: 0;
  }

  .produto__texto {
    margin-top: 2rem;
    padding-bottom: 5rem;
  }

  .produto__texto h3 {
    font-size: 32px;
  }

  .produto__texto h4 {
    font-size: 22px;
  }

  .down {
      position: absolute;
      background-color: #fff;
      right: 35px;
      top: 100%;
      width: 315px;
      padding: 15px 0 15px 20px;
      box-shadow: 0 0 10px;
      display: none;
  }

  .drop:hover .down {
    display: block;
  }

  .down ul li {
    text-align: right;
  }

  .down ul a {
    padding-left: 0;
    padding-right: 20px;
  }

  .down a:hover,
  .down a.active {
    background-position: right 9px center;
  }

}

@media (min-width: 805px) {

  header #topo .contacts .item {
    margin-left: 15px;
  }

}

@media (min-width: 992px) {

  header #topo .contacts {
    /* padding-top: 25px; */
    padding-top: 20px;
  }

  header #topo .contacts .item.redes {
    display: inline-block;
  }

  header .logo {
      padding: unset;
      width: unset;
  }

  #banner {
    height: 550px;
  }

  #banner .title {
    font-size: 54px;
    line-height: 60px;
    margin-top: 160px;
    padding: 25px 20px 25px 30px;
  }

  section.module {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  section.module h1 {
    font-size: 50px;
    padding-bottom: 35px;
  }

  section.module h3 {
    font-size: 36px;
  }

  section.module .texto {
    font-size: 20px;
    line-height: 35px;
  }

  #sobre .slider {
    margin-top:60px;
    padding-left: 40px;
    padding-right: 40px;
  }

    #sobre .slider .slick-prev,
    #sobre .slider .slick-next {
      width: 40px;
      height: 40px;
    }

    #sobre .slider .slick-prev {
        left: -45px;
    }

    #sobre .slider .slick-next {
        right: -45px;
    }

    #frase1 p {
      font-size: 40px;
      line-height: 42px;
      padding: 105px 15px;
    }

  #frase2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

    #frase2 p {
      font-size: 36px;
      line-height: 50px;
      padding: 0 85px;
    }

    #frase2 h2 {
      font-size: 50px;
      margin-top: 80px;
      padding-bottom: 40px;
    }

  #contato {
    padding-bottom: 70px;
  }

  #contato .contacts {
    padding-left: 100px;
    margin-top: 0;
  }

  #contato .contacts .item {
    font-size:20px;
  }

  #contato .contacts .horario {
    background: url(../img/icon-clock.png) left top no-repeat;
    padding-left: 50px;
    font-size:20px;
  }

    #contato .contacts .horario h5 {
      font-size: 22px;
    }

  #mapa iframe {
    height: 350px;
  }

  footer .item {
    margin-top: 0;
  }

  footer .copy .social {
    position: absolute;
    right: 0;
    display: none;
  }


}

@media (min-width: 1200px) {

  #banner {
    height: 865px;
  }


  #banner .title {
    margin-top: 365px;
  }


  #sobre .slider {
    margin-top:60px;
    padding-left: unset;
    padding-right: unset;
  }

    #sobre .slider .slick-prev,
    #sobre .slider .slick-next {
      width: 40px;
      height: 40px;
    }

    #sobre .slider .slick-prev {
        left: -45px;
    }

    #sobre .slider .slick-next {
        right: -45px;
    }


}


