<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cor-vermelho {
  color: #b70100;
}
.cor-verde {
  color: #00811d;
}
.cor-branco {
  color: #fff;
}
a {
  color: #f19c9c;
}
#feature h2,
#intro h2,
#contact h2 {
  letter-spacing: -0.05em;
  font-size: 60px;
}
/**************************************
ABA Nossa HistÃ³ria
**************************************/
.lista.nossahist {
  margin-top: 60px;
}
/**************************************
ABA Produtos
**************************************/
#feature {
  padding-bottom: 150px;
}
/**************************************
ABA Contato
**************************************/
#contact {
  background: #b70100;
  padding-bottom: 150px;
  padding-top: 100px;
}
.ul-address i {
  color: #f19c9c;
}
#contact-form .btn {
  background-color: #00811d;
}
#contact-form .btn:hover {
  background-color: #f19c9c;
}
.btn.btn-success.wow.fadeInUp.bgcor-verde {
  line-height: 53px !important;
}
/**************************************
ABA Footer
**************************************/
#footer {
  background: #00811d;
}
/******************************
MODAL
******************************/
#window {
  width: 100%;
  max-width: 700px;
  position: fixed;
  display: none;
  z-index: 9997;
  top: 40px;
  margin-left: -350px;
  left: 50%;
  height: 690px;
}
#conteudoFoto {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  bottom: 0;
  text-align: center;
  z-index: 9998;
  overflow: hidden;
}
#conteudoFoto img {
  margin-top: 30px;
  border: 10px solid #fff;
}
.fechar {
  font-size: 13px;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0%;
  left: 0%;
  display: block;
  width: 100%;
  height: 30px;
  text-align: right;
  cursor: pointer;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  line-height: 30px;
  padding-right: 30px;
}
#mascara {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  cursor: pointer;
  width: 100%;
}
/**************************************
BANNER ROTATIVO
**************************************/
.fullscreen {
  min-width: 100%;
  width: auto;
}
.fullscreen img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  width: auto !important;
}
.landing.parallax {
  overflow: hidden;
  position: relative;
  display: block;
}
.landing.parallax .logo img {
  width: 400px;
  height: auto;
  max-width: 95%;
  margin: auto;
}
/**************************************
Forms
**************************************/
.btn-primary {
  border: 2px solid #b70100;
  background: #b70100;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open &gt; .dropdown-toggle.btn-primary {
  border: 2px solid #b70100;
  color: #b70100;
}
.btn-default {
  border: 2px solid #b70100;
  color: #b70100;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open &gt; .dropdown-toggle.btn-default {
  border: 2px solid #b70100;
  background: #b70100;
}
/**************************************
Menu
**************************************/
#menu-sticky-wrapper .site-name img {
  width: auto;
  min-height: 50px;
}
.navbar-default .navbar-brand {
  padding: 0px;
  height: 50px;
}
.navbar-wrapper.navbar-default {
  background: url(images/bg-menu.jpg) repeat-x;
}
.navbar-default .navbar-nav &gt; .active &gt; a,
.navbar-default .navbar-nav &gt; .active &gt; a:hover,
.navbar-default .navbar-nav &gt; .active &gt; a:focus {
  background: transparent;
  color: #fff;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #f19c9c;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover,
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #fff;
}
.navbar-default {
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
}
/**************************************
Responsivo
**************************************/
@media (min-width: 768px) {
  .navbar-nav &gt; li &gt; a {
    padding-top: 5px;
  }
  #galeria .img-responsive {
    border: 4px solid #f6f6f6;
  }
  #galeria .img-responsive:hover {
    border: 4px solid #b70100;
  }
}
@media (max-width: 991px) {
  .landing h1 {
    margin: 0;
  }
  .landing-text {
    margin: 10px 0 20px 0;
  }
  .lista.nossahist {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  #galeria .img-responsive {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  #galeria .img-responsive {
    margin-bottom: 20px;
  }
  #menu-sticky-wrapper {
    position: relative;
  }
  #menu-sticky-wrapper #navbar-scroll {
    position: absolute;
    z-index: 99999;
    background: #fff;
    left: 0;
    right: 0;
    text-align: center;
  }
  #menu-sticky-wrapper .nav &gt; li {
    border-bottom: 1px solid #ccc;
  }
  #menu-sticky-wrapper .navbar-nav {
    margin: 0 -15px;
  }
  .landing h1 {
    font-size: 40px;
  }
}
@media (max-width: 600px) {
  .landing h1 {
    font-size: 20px;
  }
  .landing-text p {
    font-size: 14px;
    line-height: 20px;
  }
  .btn-default,
  .btn-primary {
    padding: 7px 15px;
  }
}
</pre></body></html>