@import url('https://fonts.googleapis.com/css?family=PT+Sans');
*{margin:0;padding:0}

body{
  font-family: "PT Sans",sans-serif;
  color: rgb(94, 94, 94);
  font-size: 16px;
}

.general{
  width: 1100px;
  margin: 0 auto;
}

h1,h2{
  font-family: Hind,Helvetica,Arial,sans-serif;
  font-weight: 700;
}

#empresa{
  display: block;
  float: left;
  width: 100%;
  height: 61px;
  //visibility: hidden;
  margin: 0px 0 0 0;
}

nav a{
  text-decoration: none;
}

.subtitle{
  width: 100%;
  height: 70px;
  float: left;
  text-align: center;
}

.imagensGuardaCorpo{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.guardaCorpo{
  margin-top: 50px;
}

/*lbox s*/
#destaque1, #destaque2, #destaque3, #destaque4, #destaque5{
  display: block;
  visibility:hidden;
  width: 100%;
  height: 100%;
  min-height: 100%;/*for mozilla*/
  background: rgba(000, 0, 0, 0.9);
  position: fixed;
  top: 0;
  float: left;
  z-index: 9999;
}



.fa-times{
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

.light-content{
  width: 1000px;
  margin: 50px auto;
}

.light-content .fa-times:hover{
  color: #444;
}

.gal {
  width:520px;
  padding: 10px;
  display: inline-block;
  background: #fff;
  border-radius: 4px 0 0 4px;
}

.gal-conteudo{
  width: 400px;
  height: 454px;
  padding: 10px;
  vertical-align: top;
  display: inline-block;
  background: #fff;
  border-radius: 0 4px 4px 0;
}

ul.lightSlider {
  padding-left: 0;
  margin-bottom:0;
  list-style: none outside none;
}
.lightSlider li {
  display: block;
  margin: 0 6px 0 0;
  cursor:pointer;
}

.lightSlider img {
  display: block;
  height: auto;
  max-width: 100%;
  max-height: 413px;
}

/*lbox e*/

header{
  width: 100%;

  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

header img{
  padding: 5px 0;

  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

nav{
  float: right;

  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

#menu ul li{
  font-family: 'Source Sans Pro', sans-serif;
  list-style: none;
  display: inline-block;
  font-size: 12px;
  padding: 43px 10px;
  color: #888;
}

#menu ul li:hover{
  color: #fff !important;
  background: #c85539;
}

.redes{
  font-size: 12px;
  padding: 37px 0 0 10px;
  float: right;
  }

.redes .fab{
  text-align: center;
  padding: 6px 0 0 0;
  height: 17px;
  width: 22px;
  color: #fff;
  border-radius: 50px;
  margin: 0 3px 0 0;
}

.redes .fa-facebook-f{
  background: #3b5998;
}

.redes .fa-youtube{
  background: #cb2027;
}

#banner{
  width: 100%;
  float: left;
}

.img{
  width: 100%;
  height: 580px;
  color: #fff;
  line-height: 27px;
}

/*banner*/
.bnpoli{

  background-image: url('../images/roldana-poli.jpg');background-position: center center;
  background-color: rgba(0,0,0,.5);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.bn1{

  background-image: url('../images/bn1.jpg');background-position: center center;
  background-color: rgba(0,0,0,.5);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.bn2{
  background: url('../images/bn2.jpg');background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.bn3{
  position: relative;
  background: url('../images/bn3.jpg');background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.bn4{
  background: url('../images/bn4.jpg');background-position: center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
}

.bntext{
  width: 550px;
  padding: 40px;
  //background: rgba(0,0,0, .8);
  margin: 120px 0 0 10%;
  border-radius: 4px;
  line-height: 30px;
}

.bntext a{
  text-decoration: none;
  color: #fff;
}

.bntext h1{
  font-size: 38px;
  margin: 0 0 25px 0;
  border-radius: 4px;

}

.bntext h2{
  font-size: 28px;
  margin: 0 0 25px 0;
}

.bnbt{
  padding: 10px;
  background: #c85539;
  border-radius: 4px;
  text-align: center;
}
/*empresa*/

#content-empresa{
  width: 100%;
  margin: 70px 0 0 0;
  padding: 0 0 70px 0;
  float: left;
}

#content-empresa h2{
  font-size: 22px;
  margin: 10px 0;
}

#content-empresa article{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

#content-empresa img{
  width: 200px;
  margin: 0 40px 0 0;
  display: inline-block;
  vertical-align: top;
}

#content-empresa span{
  color: #c85539;
}

/*produtos*/
#content-produtos{
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0 0 60px 0;
  background: #eee;
  float: left;
}

#content-produtos h1{
  margin: 20px 0;
  color: #444;
  text-align: center;
}

/*nova linha*/
.destaque-l{
  position: relative;
  display: inline-block;
  width: 532px;
  height: 250px;
  margin: 20px 5px;
  vertical-align: top;
  border: 1px solid #ddd;
}

.destaque{
  position: relative;
  display: inline-block;
  width: 350px;
  height: 250px;
  margin: 20px 5px;
  vertical-align: top;
  border: 1px solid #ddd;
}

.screen .title{
  font-weight: normal;
  font-size: 32px;
  padding: 10px;
  color: #fff;

  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
margin-left: -30px;
}

.title p{
  margin: 10px 0;
  font-size: 16px;
  }

/*h2 anim*/
.screen {
  color: #fff;
	background-color: rgba(0,0,0,0.8);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0;
	z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
.screen:hover {
  opacity: 1
}

.screen:hover .title{
  margin-left: 10px;
}

.screen.fade-in .title{
  margin-left: 0;
}

.screen.fade-in:hover {
}

.destaque span, .destaque-l span{
  color: #c85539;
}

.more{
  background: #c85539;
  color: #fff;
  padding: 8px 10px;
  float: right;
  font-size: 18px;
  margin: 10px 10px 0 0;
  border-radius: 4px;

  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.more:hover{
  color: #c85539;
  background: #fff;
  cursor: pointer;
}

/*linha completa*/
.produto{
  display: inline-block;
  width: 240px;
  margin: 12px 5px;
  padding: 0;
  height: 260px;
  text-align: center;
  vertical-align: top;
}

.produto a{
  border-radius: 4px;
}

.item{
  height: 188px;
}

#imgFechamentoArea{
  padding-top: 20px;
}

.text{
  padding: 5px 0 0 0;
}

.text h1{
  color: #444;
  font-size: 13px;
  margin: 0 0 15px 0;
}

.text a{
  text-decoration: none;
  background: #000;
  padding: 6px 15px;
  color: #fff;
  font-size: 12px;

  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.text a:hover{
  background: #c85539;
  color: #fff;
}

.text .fas{
  margin: 0 3px 0 0;
}

.separator{
  display: inline-block;
  width: 1px;
  background: #ddd;
  height: 270px;
  margin: 0 10px;
}

hr{
  width: 350px;
  height: 1px;
  border: 0;
  background: #ccc;
  margin: 5px auto 15px auto;
}

/*videos*/
#content-videos{
  width: 100%;
  padding: 50px 0 70px 0;
  background: #e2e2e2;
  float: left;
}

#content-videos h1{
  color: #333;
  margin: 5px 0 20px 0;
  text-align: center;
  display: inline-block;
}

#desc{
  width: 420px;
  margin: 0 0 0 20px;
  display: inline-block;
  vertical-align: top;
}

.yt{
  background: #af0606;
}

#desc .subtitle{
  text-align: left;
}

/*form*/
#content-contato{
  width: 100%;
  padding: 0 0 70px 0;
  background: #333;
  color: #fff;
  float: left;
}

#content-contato h1{
  margin: 50px 0 20px 0;
  text-align: center;
}

#content-contato h2{
  font-size: 18px;
  margin: 10px 0;
}

#content-contato hr{
  background: #555;
}

#content-contato form{
  width: 400px;
  margin: 0 100px 0 130px;
  text-align: center;
  display: inline-block;
}

.contact_phone_container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.contact_phone_container_footer{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  

}

.contact_phone{
  border: 2px solid #c85539;
  border-radius: 8px;
  padding: 8px 12px;
  width: fit-content;
  font-size: 20px;
  color: #fff;
  margin: 10px 0;

  &:svg{
    color: blue;
  }

  a{
    text-decoration: none;
    color: #fff;
  }



  &:hover{
    background-color: #c85539;
    color: #fff;
    cursor: pointer;
  }

  a:visited{
    color: #fff;
  }
}

#ctt{
  width: 400px;
  display: inline-block;
  vertical-align: top;
  margin: 30px 0 0 0;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

#ctt img{
  border: 2px solid #c85539;
  border-radius: 100%;
}

#ctt .fas{
  color: #c85539;
}

#ctt a{
  text-decoration: none;
}

#ctt .fasw{
  width: 32px;
  font-size: 20px;
  color: #c85539;
  text-align: center;
  font-weight: bold;
}

iframe{
  margin: 9px 0 0 0;
}

.campo{
  width: 100%;
  padding: 10px;
  margin: 5px 0 0 0;
  border: 0;
  font-size: 14px;
}

.camposel{
  width: 420px;
  padding: 10px;
  margin: 5px 0 0 0;
  border: 0;
  font-size: 14px;
}

.txtarea{
  height: 150px;
}

.bt{
  width: 420px;
  border: 0;
  padding: 15px 0;
  background: #c85539;
  color: #fff;

  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}

.bt:hover{
  cursor: pointer;
  background: #000;
}

footer{
  width: 100%;
  padding: 20px 0;
  float: left;
  background: #000;
}

.dados{
  color: #fff;
}

.dados h1{
  color: #c85539;
  margin: 0 0 15px 0;
}

footer .fas{
  width: 32px;
  font-size: 18px;
  color: #c85539;
  text-align: center;
}

footer .fasw{
  width: 32px;
  font-size: 20px;
  color: #c85539;
  text-align: center;
  font-weight: bold;
}

footer .numNelsinho{
  display: flex;
  margin-top: 5px;
  vertical-align: middle;
}

.numNelsinho i{
  margin-left: 5px;
}

.numNelsinho a{
  text-decoration: none;
  margin-right: 12px;
}

footer .coluna{
  width: 250px;
}

footer .space{
  padding: 0 0 0 50px;
}

#flogo{
  text-align: right;
  float: right;
}

#flogo img{
  width: 47px;
  margin: 0 25px 5px 0;
}

.help{
  margin: 10px 0 0 0;
  font-size: 10px;
}

.help a{
  color: #09f;
}
