@charset "UTF-8";
/* FONTES
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
*/
/* REGRAS GERAIS */
body {
  font-family: 'Roboto', sans-serif; }

.row {
  margin: 0; }

.container {
  /*padding-top: 40px;
    padding-bottom: 40px;*/ }

.container-fluid {
  padding: 0; }

.main-title {
  color: #333;
  margin: 0 0 65px 0;
  font-size: 40px;
  text-align: center; }

p, li {
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-align: justify; }

/******************** BARRA DE NAVEGAÇÃO ********************/
/************************************************************/
#logo {
  width: 250px;
  padding-top: 5px; }

#navbarSite a {
  color: #ff8200;
  font-size: 18px; }
  #navbarSite a:hover {
    font-weight: bold;
    text-decoration: underline; }

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 1rem .8rem; }

.sub-tit-item {
  color: #333;
  text-align: center;
  padding: 10px;
  margin: 0; }

hr.divisor {
  height: 1px;
  background-color: #ccc;
  border: none;
  width: 90%; }

/******************** SLIDER - CAROUSEL ********************/
/***********************************************************/
#home-area {
  padding-top: 120px; }

.container-fluid {
  padding: 0; }

/*#mainSlider .carousel-inner, #mainSlider .carousel-item{*/
#mainSlider.carousel-inner, #mainSlider.carousel-item {
  height: 90vh; }

.carousel-indicators .active {
  background-color: #fff; }

/******************** SOBRE AREA ********************/
/***********************************************************/
#sobre-area {
  padding-top: 160px;
  background-color: #f9f9f9; }

.sobre-title {
  font-size: 17px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold; }

.sobre-list {
  list-style: none;
  padding-left: 0; }
  .sobre-list li {
    line-height: 30px; }
  .sobre-list i {
    color: #ff8200;
    margin-right: 15px;
    font-size: 24px; }

/******************** SERVIÇOS ********************/
/**************************************************/
#services-area {
  margin-top: 50px;
  padding-top: 50px;
  background-color: #f9f9f9; }

.service-box {
  text-align: center;
  margin-bottom: 20px; }
  .service-box i {
    transition: .4s;
    font-size: 36px;
    margin-bottom: 20px;
    color: #444; }
  .service-box h4 {
    transition: .4s;
    font-size: 24px;
    margin-bottom: 20px; }

.service-box:hover > i, .service-box:hover > h4 {
  color: #ff8200; }

/******************** PRODUTOS ********************/
/**************************************************/
#itens-area {
  padding-top: 160px;
  background-color: #f9f9f9; }

.itens-card {
  border: 1px solid #ccc;
  transition: 0.3s; }
  .itens-card:hover {
    border: 1px solid #ff8200; }
  .itens-card .card-body {
    text-align: center; }
    .itens-card .card-body h4 {
      font-size: 26px;
      font-weight: bold; }
    .itens-card .card-body p {
      text-align: center; }
    .itens-card .card-body a {
      background-color: #ff8200;
      color: #f9f9f9;
      font-size: 18px;
      padding: 10px 25px;
      border-radius: 7px;
      transition: .3s; }
      .itens-card .card-body a:hover {
        background-color: #333333; }

#produto-tabela h4 {
  font-size: 28px;
  font-weight: bold; }

.table .tabela-titulo th {
  border: 1px solid #ccc;
  background-color: #333333;
  color: #fff;
  padding: 5px;
  height: 25px;
  text-align: center; }

.table .tabela-dados td:first-child {
  border: 1px solid #ccc;
  text-align: left;
  font-weight: bold; }

.table .tabela-dados td {
  border: 1px solid #ccc;
  text-align: center; }

.recado {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 10px; }
  .recado_geral {
    background-color: #fff;
    position: relative;
    margin: auto;
    border: 1px solid #000;
    border-radius: 15px;
    width: 85%;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 5px rgba(0, 0, 0, 0.19);
    animation: animatezoom 0.5s; }
    @media (min-width: 992px) {
      .recado_geral {
        width: 700px;
        margin-top: 40px; } }
  .recado_titulo {
    text-align: center;
    background-color: #723173;
    color: white;
    padding: 20px 10px;
    font-size: 25px;
    border-radius: 13px 13px 0 0; }
    .recado_titulo h2 {
      margin: 0;
      font-size: 28px; }
  .recado_texto {
    padding: 20px;
    text-align: justify;
    line-height: 1.5em; }
    .recado_texto p {
      font-size: 17px; }
    .recado_texto_sub {
      font-size: 22px;
      line-height: 1em;
      color: #723172; }
  .recado_contato {
    text-align: center;
    padding: 20px;
    line-height: 1em; }
    .recado_contato h2 {
      margin: 0;
      font-size: 24px;
      font-weight: bold;
      padding-bottom: 10px; }
    .recado_contato p {
      text-align: center; }
  .recado_rodape {
    border-top: 1px solid #333;
    padding: 2px 16px;
    color: #444;
    text-align: center; }

.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding-right: 20px;
  padding-top: 1px; }

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

@keyframes animatezoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

/******************** CALL TO ACTION ********************/
/********************************************************/
#call-area {
  background-color: #ff8200;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 50px; }
  #call-area .container {
    padding: 40px 100px; }
  #call-area .row {
    display: block;
    text-align: center; }
  #call-area p {
    color: #f9f9f9;
    font-size: 25px;
    width: auto;
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 40px;
    text-align: center; }
  #call-area a {
    padding-top: 25px;
    color: #f9f9f9;
    font-size: 18px;
    letter-spacing: 2px;
    width: auto;
    border: 1px solid #f9f9f9;
    border-radius: 50px;
    padding: 10px 25px;
    transition: .3s; }
    #call-area a:hover {
      color: #ff8200;
      border: #f9f9f9;
      background-color: #f9f9f9;
      text-decoration: none;
      font-weight: bold; }

.callDiv {
  padding-top: 25px;
  padding-bottom: 25px; }

/******************** NEWSLETTER ********************/
/****************************************************/
#news-area {
  text-align: center;
  padding: 60px;
  background-color: #f9f9f9;
  margin-bottom: 60px; }
  #news-area p {
    font-size: 18px;
    margin-bottom: 40px;
    text-align: center; }

#email-input {
  border-radius: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border: 1px solid #ff8200;
  display: inline;
  box-sizing: border-box;
  width: 40%;
  height: 40px; }

#news-btn {
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #ff8200;
  background-color: #ff8200;
  color: #f9f9f9;
  text-transform: uppercase;
  height: 40px;
  padding: o 30px;
  margin-left: -98x;
  position: absolute;
  transition: .5s; }

#news-btn:hover {
  background-color: #f9f9f9;
  color: #ff8200; }

/******************** FOOTER - RODAPÉ ********************/
/*********************************************************/
#contact-area {
  text-align: center;
  background-color: #333333;
  padding-top: 100px;
  padding-bottom: 20px; }
  #contact-area .main-title {
    color: #f9f9f9; }
    #contact-area .main-title::after {
      content: "";
      border-top: 2px solid #f9f9f9;
      width: 15%;
      position: absolute;
      top: 60px;
      left: 42.5%; }

.contact-box {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f9f9f9; }
  .contact-box i {
    color: #f9f9f9;
    line-height: 55px;
    font-size: 34px;
    margin-bottom: 40px;
    padding-bottom: 10px; }
  .contact-box p {
    text-align: center;
    font-size: 16px;
    color: #f9f9f9; }

.contact-title {
  color: #f9f9f9;
  font-weight: bold; }

#msg-box p {
  font-size: 22px;
  color: #f9f9f9; }

#contact-form {
  text-align: right; }

#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {
  margin-bottom: 13px;
  border-radius: 0; }

#contact-form textarea {
  resize: none; }

#contact-form .main-btn {
  width: 120px;
  height: 50px;
  border: 1px solid #f9f9f9;
  border-radius: 50px;
  background-color: transparent;
  color: #f9f9f9;
  transition: 0.3s; }

#contact-form .main-btn:hover {
  background-color: #f9f9f9;
  color: #ff8200;
  font-weight: bold; }

/******************** FOOTER - COPYRIGHT ********************/
/************************************************************/
#copy-area {
  background-color: #222; }

#copy-area .container {
  padding: 10px 10px; }

#copy-area .container p {
  text-align: center;
  margin-bottom: 0;
  color: #f9f9f9; }

/******************** CALL TO ACTION ********************/
/********************************************************/
#produto-topo {
  background-color: #ff8200;
  text-transform: uppercase;
  margin-top: 140px;
  margin-bottom: 25px; }
  #produto-topo .container {
    padding: 60px 0px; }
  #produto-topo .row {
    display: block;
    text-align: center; }

#produto-area {
  padding-bottom: 50px; }

.produto-title h2 {
  color: #f9f9f9;
  font-size: 46px; }

.produto-descricao ul {
  list-style: none;
  padding: 0; }

.produto-descricao li {
  padding: 3px;
  color: #333; }

.produto-descricao li:first-child {
  font-weight: bold; }

.produto-folheto a {
  background-color: #ff8200;
  padding: 10px 20px;
  color: #f9f9f9;
  transition: 0.3s;
  display: block;
  margin-bottom: 5px;
  text-align: center; }
  .produto-folheto a:hover {
    background-color: #333333;
    text-decoration: none; }
  .produto-folheto a i {
    font-size: 26px;
    font-weight: bold; }
