@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
#topo {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}
#topo .row {
  height: 124px;
}
@media screen and (max-width: 991px) {
  #topo .row {
    height: 74px;
  }
}
@media screen and (max-width: 991px) {
  #topo .row .box-logo {
    margin: 0px 0px 0px 0px;
    text-align: center;
  }
}
#topo .row .box-logo img.logomarca-topo {
  height: 104px;
  margin: 10px 0px 10px 20%;
}
@media screen and (max-width: 991px) {
  #topo .row .box-logo img.logomarca-topo {
    margin: 10px 0px 10px 0px;
  }
}
#topo .row .box-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#topo .row .box-menu a {
  color: #00457D;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 15px;
}
#topo .row .box-menu a:hover {
  text-decoration: underline;
}
#topo .row .bt-orcamento {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#topo .row .bt-orcamento a {
  color: #fff;
  height: 55px;
  display: table;
  background-color: #00457D;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
}
#topo .row .bt-orcamento a:hover {
  opacity: 0.8;
}

#box-video {
  padding: 0px;
  margin: 0px;
  width: auto;
}
#box-video img {
  position: relative;
  z-index: 2;
  width: 100%;
  transform: translateY(-100%);
}
#box-video video {
  margin: 0px;
  padding: 0px;
  height: calc(100vh - 124px);
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  #box-video video {
    height: calc(100vh - 330px);
  }
}

#nossosprodutos h2 {
  font-size: 40px;
  color: #00457D;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 34px;
}
#nossosprodutos hr {
  width: 60px;
  border: 1px solid #000;
  margin: 0 auto 40px auto;
}
#nossosprodutos .bloco-produtos {
  padding: 0px 80px 0px;
}
#nossosprodutos .bloco-produtos img {
  width: 100%;
}
#nossosprodutos a {
  display: table;
  margin: 40px auto;
  background-color: #00457D;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 5px 40px;
  text-transform: uppercase;
  text-decoration: none;
}

#maisde15anos {
  background-color: #F2F2F2;
  padding: 20px 0;
}
#maisde15anos h2 {
  font-size: 40px;
  color: #00457D;
  text-align: left;
  font-weight: 600;
  font-size: 34px;
  line-height: 45px;
  margin: 0px 0px 20px;
  padding: 0px;
}
#maisde15anos hr {
  width: 60px;
  border: 1px solid #000;
  margin: 10px 0px 25px 0px;
}
#maisde15anos .bloco-15anos {
  padding: 0px;
  color: #00457D;
  font-style: italic;
}

#faixa-embalagens-personalizadas {
  height: 350px;
  padding: 0px;
}
@media screen and (max-width: 767px) {
  #faixa-embalagens-personalizadas {
    height: 400px;
  }
}
@media screen and (max-width: 530px) {
  #faixa-embalagens-personalizadas {
    height: 550px;
  }
}
#faixa-embalagens-personalizadas .imagem-faixa-embalagens-personalizadas {
  background: url("../principal/faixaembalagenspersonalizadas.webp") no-repeat center center;
  background-size: cover;
  height: 350px;
  width: 100%;
  position: absolute;
  z-index: 1;
  display: table;
}
@media screen and (max-width: 767px) {
  #faixa-embalagens-personalizadas .imagem-faixa-embalagens-personalizadas {
    height: 400px;
  }
}
@media screen and (max-width: 530px) {
  #faixa-embalagens-personalizadas .imagem-faixa-embalagens-personalizadas {
    height: 550px;
  }
}
#faixa-embalagens-personalizadas .texto-faixa-embalagens-personalizadas {
  height: 350px;
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #faixa-embalagens-personalizadas .texto-faixa-embalagens-personalizadas {
    height: 400px;
  }
}
@media screen and (max-width: 530px) {
  #faixa-embalagens-personalizadas .texto-faixa-embalagens-personalizadas {
    height: 550px;
  }
}
#faixa-embalagens-personalizadas .texto-faixa-embalagens-personalizadas h2 {
  font-size: 40px;
  margin: 50px auto 30px;
}
#faixa-embalagens-personalizadas .texto-faixa-embalagens-personalizadas p {
  font-size: 17px;
}
#faixa-embalagens-personalizadas .texto-faixa-embalagens-personalizadas a {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #fff;
  color: #00457D;
  text-decoration: none;
  border-radius: 50px;
}
#faixa-embalagens-personalizadas .texto-faixa-embalagens-personalizadas a:hover {
  background-color: rgb(229.5, 229.5, 229.5);
  color: black;
}

#faixa-depoimentos {
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  #faixa-depoimentos .item-depoimento {
    margin-bottom: 60px;
  }
}
#faixa-depoimentos .item-depoimento .box-depoimento {
  text-align: center;
  padding: 0px 20px;
}
#faixa-depoimentos .item-depoimento .box-depoimento .foto-depoimento {
  margin: 10px auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
}
#faixa-depoimentos .item-depoimento .box-depoimento .foto-depoimento img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#faixa-depoimentos .item-depoimento .box-depoimento .texto-depoimento {
  color: #00457D;
  font-size: 16px;
  margin: 10px auto;
}
#faixa-depoimentos .item-depoimento .box-depoimento .nome-depoimento {
  color: #000;
  font-size: 16px;
}

#faixa-rodape {
  background: url("../principal/rodape-topo.png"), url("../principal/rodape-fundo.webp");
  background-position: center top, center top;
  background-repeat: no-repeat, repeat;
  background-size: 1920px, cover;
  padding: 200px 0px 70px 0px;
  color: #fff;
}
#faixa-rodape a {
  text-decoration: none;
  display: table;
  width: 100%;
  height: 30px;
  text-transform: uppercase;
  color: #fff;
}
#faixa-rodape a:hover {
  text-decoration: underline;
}
#faixa-rodape .rodape-contato h2 {
  font-size: 20px;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 20px;
}
#faixa-rodape .rodape-redes-sociais {
  margin: -10px auto 0px;
  text-align: center;
}
#faixa-rodape .rodape-redes-sociais a.botao-contato {
  float: none;
  width: auto;
  display: table;
  margin: 0px auto;
  background-color: #00457D;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 10px 40px;
  text-transform: uppercase;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  #faixa-rodape .rodape-redes-sociais a.botao-contato {
    margin: 40px 0px 0px 0px;
    text-align: left;
  }
}
#faixa-rodape .rodape-redes-sociais .box-redes-sociais {
  display: table;
  margin: 20px auto;
}
@media screen and (max-width: 991px) {
  #faixa-rodape .rodape-redes-sociais .box-redes-sociais {
    margin: 20px 0px 0px 0px;
    text-align: left;
  }
}
#faixa-rodape .rodape-redes-sociais .box-redes-sociais a {
  display: table;
  margin: auto;
  float: left;
}
#faixa-rodape .rodape-redes-sociais .box-redes-sociais a.icone, #faixa-rodape .rodape-redes-sociais .box-redes-sociais a.icone-rodape-email, #faixa-rodape .rodape-redes-sociais .box-redes-sociais a.icone-rodape-instagram, #faixa-rodape .rodape-redes-sociais .box-redes-sociais a.icone-rodape-facebook, #faixa-rodape .rodape-redes-sociais .box-redes-sociais a.icone-rodape-whatsapp {
  width: 40px;
  height: 40px;
  display: table;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  margin: 0px 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
}
#faixa-rodape .rodape-redes-sociais .box-redes-sociais a.icone-rodape-whatsapp {
  background-image: url("../principal/rodape-icone-whatsapp.png");
}
#faixa-rodape .rodape-redes-sociais .box-redes-sociais a.icone-rodape-facebook {
  background-image: url("../principal/rodape-icone-facebook.png");
}
#faixa-rodape .rodape-redes-sociais .box-redes-sociais a.icone-rodape-instagram {
  background-image: url("../principal/rodape-icone-instagram.png");
}
#faixa-rodape .rodape-redes-sociais .box-redes-sociais a.icone-rodape-email {
  background-image: url("../principal/rodape-icone-email.png");
}

.maisFotos {
  margin-bottom: 10px;
}

.maisFotos li {
  margin-bottom: 20px;
  text-align: center;
  height: 360px;
  font-size: 16px;
  font-family: "facundolight";
  line-height: 20px;
  color: #000;
}

.maisFotos li a {
  display: block;
  width: 100%;
  height: 320px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.fotoPrincipal {
  float: left;
  margin: 0px 15px 15px 0px;
  width: 375px;
}
@media screen and (max-width: 992px) {
  .fotoPrincipal {
    width: 100%;
  }
}
.fotoPrincipal img {
  width: 100%;
}

.basicoBotoes {
  margin-bottom: 20px;
}
.basicoBotoes li {
  margin-bottom: 40px;
  text-align: center;
  height: 300px;
  font-size: 22px;
  line-height: 22px;
  color: #00457D;
}
.basicoBotoes li a {
  width: 100%;
  height: 260px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
}

body {
  margin: 0px;
  padding: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a {
  text-decoration: none;
}

.whatsapp {
  position: fixed;
  top: 92%;
  right: 1%;
  padding: 10px;
  z-index: 10000000;
}
@media screen and (max-width: 479px) {
  .whatsapp .whatsapp {
    top: 82%;
  }
}

.avisoAdm {
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  margin-top: 1px;
}

.mapa iframe {
  width: 100%;
  height: 250px;
}

.titulo {
  font-size: 40px;
  color: #00457D;
  text-align: left;
  font-weight: 600;
  font-size: 34px;
  line-height: 45px;
  margin: 0px 0px 20px;
  padding: 0px 0px 0px 20px;
}
.titulo hr {
  width: 60px;
  border: 1px solid #000;
  margin: 10px 0px 25px 0px;
}

.txtCorpo {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-bottom: 20px;
}

/*# sourceMappingURL=estilo.css.map */
