@import url("https://fonts.googleapis.com/css?family=Oswald");

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700');

@import url('https://fonts.googleapis.com/css?family=Raleway');

@import url('https://fonts.googleapis.com/css?family=Lato');

@import url('https://fonts.googleapis.com/css?family=Patua+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100;200;300;400;500;600&family=Questrial&family=Shrikhand&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #C081F8;
  font-size: 16px;
  font-family: 'Lexend Deca', sans-serif;
  margin: 0;
}

a{ text-decoration: none;}

.container-fluid{
  padding: 0;
}

a {
  text-decoration: none;
}

.bt-select a{
  display: block;
  color: #fff; 
  margin-right: 5px;
  margin-left: 40px;
}

img {
  border: none;
}

/* .container-fluid {
  width: 100%;
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0;
} */

.parceiros {
  width: 300px;
  height: 25px;
  font-size: 12px;
  margin-top: 80px;
  float: right;
  padding: 0;
}

.parceiros a {
  color: #292b27
}


.container-top {
  

}

.black-bg{
  background-color: #000;
}

.header {
 
  height: 470px;

}

.mask-box{
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.header-banner{

}
.header-banner h1,.header-banner h5{
  color: #fff;
  text-align: center;
}

.header-banner h1{
    margin-top: 220px;
 
}

.back-header {
  
  position: relative;
  background: url("../../images/banner1.jpg") no-repeat;
  background-size: cover;
  
  height: 480px;
  border-bottom: 1px solid #000;
  display: block;
}

.back-header-pages{
  background: url("../../images/banner1.jpg") no-repeat;
  background-size: cover;
  
  border-bottom: 1px solid #000;
  max-height: 250px;
}


.top-header {
  display:flex;
  padding: 6px 0 4px;
}

.top-header-initial{
  color: #F3F563;
}

.top-header-item{
  margin-left: 8px;
}

.top-header-item img{
  width: 75%;
}

.top-header-pages {
  width: 100%;
  min-height: 109px;
  padding-bottom: 1px;
}

.top-bar {
  width: 100%;
  min-height: 55px;
  text-align: center;
  padding: 8px 20px 5px 0;
  line-height: 30px;
  background: #0c141d;
  /*background: linear-gradient( to bottom, #9fb982, #79955a); */
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  font-family: 'Poppins', sans-serif;
  margin-top: 0;
}

.top-bar span {
  color: #ff0;
  font-size: 1.5em;
}

.line-top-bar {
  width: 80%;
  min-height: 35px;
  margin: 0 auto;
  padding-left: 30px;
}

.num-tel img {
  width: 30px;
}

.num-tel {
  font-size: 1.125em;
  float: left;
  max-width: 200px;
  height: 24px;
  margin-left: 10px;
  margin-top: 3px;
}



.esp {
  font-size: 1.125em;
  float: left;
  height: 24px;
  margin-left: 10px;
  margin-top: 3px;
}

.top-name {
  color: #fff;
  min-height: 2px;
}

#logo {

  max-width: 260px;
  height: 90px;
  z-index: 10000;
  margin: 0;
  text-align: left;
}

#logo img {
   height:  90px;
}


.site-container {
  min-height: 400px;
  padding-top: 80px;
  padding-left: 200px;
}

.menu-mobile {
  display: none;
}

.menu-bar {
  float: none;
  display: block;

}

.menu-bar-pages {
  width: 100%;
  float: none;
  margin-left: 0px;
  margin-top: 10px;
  display: block;
  background: #111;
  border-radius: 5px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* For IE8 and earlier */
}

.menu {
  z-index: 1000;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  border-radius: 15px;
}

.menu ul {
  position: relative;
  list-style: none;
}

.menu ul li {
  display: inline-block;
  position: relative;


}

.active {
  background-color: #900;
}

.menu ul li:hover {
  background: #F22B2B;
}

.menu ul li a {
  color: #000;
  display: block;
  text-decoration: none;
  padding: 30px 15px;
  font-size: 0.875em;
  font-weight: none;
  text-transform: none;
}

.menu ul li a span {
  margin-right: 10px;
}

.menu ul li:hover .children {
  display: block;
}

.menu ul li .children {
  display: none;
  background: #0a3c00;
  position: absolute;
  width: 180%;
  z-index: 1000;
}

.menu ul li .children li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0px;
}

.menu ul li .children li a {
  display: block;
  min-width: 140px;
}

.menu ul li .children li a span {
  float: right;
  position: relative;
  top: 3px;
  margin-right: 0;
  margin-left: 10px;
}

.menu ul li .caret {
  position: relative;
  top: 3px;
  margin-left: 10px;
  margin-right: 0px;
}

.form-search {
  max-width: 280px;
  float: right;
  margin-right: 20px;
  margin-top: 7px;
}

.form-controls {
  width: 60%;
  background-color: #fff;
  border: 1px solid #990000;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 1em;
}

.btn-search {
  width: 38%;
  background-color: #990000;
  background: linear-gradient(to bottom, #990000 60%, #990000 120%);
  border: 1px solid #990000;
  padding: 8px 20px;
  border-radius: 8px;
  color: #fff;
  font-size: 1em;
}

.fb {

 
  
  background: #EBEDF0;

  border: 1px solid #dbdbd3;

}

.category .title-prod {
  width: 100%;
  min-height: 60px;
  margin-bottom: 50px;
  padding-top: 40px;
  margin-top: 40px;
}

.category h1 {
  margin-left: 20px;
  border-bottom: 1px solid #F22B2B;
  width: 95%;
  margin-bottom: 40px;
  font-size: 1.25em;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
  color: #fff;
  line-height: 0;
  text-align: center;
}

.category h1 span {
  background: #F22B2B;
  padding: 10px 30px;
}



.line-slide {
  width: 100%;
  min-height: 370px;
  padding-top: 30px;
  padding-bottom: 70px;
  border-bottom: 2px solid #F22B2B;
  background: #f0f0ea;
}

.slide-center {
  width: 88%;
  margin: 0 auto;
}


.line-slide h2 {
  font-family: 'Titillium Web', sans-serif;
  padding-left: 20px;
  margin-top: 30px;
  color: #F22B2B;
  margin-left: 0;
  margin-bottom: 30px;
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}

.line-slide h2 i {
  margin-right: 15px;
  font-size: 28px;
}

.line-slide p{
  font-size: 1em;
  color: #a8a8a8;
  padding-left: 30px;
  text-align: center;
}
.artigo{
  min-height: 700px;
}

.box-artigo {
  width: 100%;
  min-height: 700px;
  margin: 20px auto;
  padding: 8% 0 8% 0;
  font-family: 'Titillium Web', sans-serif;
}

.box-img-artigo {
  width: 50%;
  float: left;
}

.box-content-artigo {
  width: 47%;
  float: left;
  margin-left: 2%;
}

.box-content-artigo h1 {
  font-size: 1.75em;
  border-bottom: 2px solid #032c27;
  color: #F22B2B;
}

.box-content-artigo h2 {
  color: #444;
  margin-top: 30px;
}

.box-banner {

}

.box-banner a{
  display: block;
}

.box-banner img {
 
}

.box-banner2 {
  
  width: 80%;
  margin: 0 auto;
  font-family: 'Titillium Web', sans-serif;
  color: #424219;
  text-align: center;
  
}

.box-banner2 h2 {
  font-size: 1.5em;
  margin: 10px 0 20px;
  color: #032c27;
}

.box-banner2 h3 {
  font-size: 1em;
  background: none;
  border: none;

  margin: 8px 3px 3px 3px;
  padding: 5px 20px;
  color: #5E5E28;
  text-align: center;
}

.box-banner2 i {
  font-size: 2.5em;
  color: #F22B2B;
}

.line1 {
  width: 100%;
  padding: 20px 0 0 0;
  display: flex;
  justify-content: space-around;
}

.line1 p{
  color: #5f6368;
}

.line2 {
  width: 100%;
  padding-top: 20px;
  display: flex;
  justify-content: space-around;
}

.back2 {
  background: #C081F8;
  padding-top: 8px;
  height: auto;
}

.back2 i{
  color: #F22B2B;
  margin-right: 7px;
}

.back2 span i{
  font-size: 11px;
  margin-left: 4px;
  line-height: 28px;
  vertical-align: middle;
  
}

.back2 h1 {

  font-family: 'Poppins', sans-serif;
 
}

.back2 h1 span{
  font-weight: 200;
}

.bg-footer {
  background-color: #0c141d;
  margin-top: 60px;
}

.footer {
  width: 100%;
  min-height: 140px;
  color: #fff;
}

.footer h2 {
  font-size: 1.25em;
  color: #fff;
}

.box-postagem {
  position: relative;
  height: 230px;
  background: #f0f0ea;
  padding: 15px;
  font-family: 'Titillium Web', sans-serif;
  margin-bottom: 6px;
  border-radius: 8px;
}

.box-postagem h1{
  line-height: 25px;
}

.box-postagem h2 {
  font-size: 1em;
  color: #e65100;
  text-align: left;
  font-weight: 400;
  margin-bottom: 6px;
  text-transform: capitalize;
  line-height: 20px;
  
}

.box-postagem h2 a {}

.box-postagem p {
  font-size: 1em;
  padding: 1px 0 0 4px;
  margin-bottom: 6px;
 
}

.box-postagem p span{
  color: #f00;
  font-weight: 600;
}

.info-item{
  color: #008B8B;
}

.numItem{
  position: absolute;
  top:-5px;
  left: -5px;
  width: 25px;
  height: 25px;
  background-color: #FDD245;
  border-radius: 50%;
  text-align: center;
  color: #672287;
  font-weight: 600;
  border: 1px solid #672287;
}



.continue {
  color: #900;
  font-size: 1.125em;
  font-weight: bold;
}

.pd-left {
  padding-left: 25px;
}


.content-postagem {
  margin-bottom: 10px;
}

.post {
  width: 31%;
  background: #fff;
  text-align: left;
  float: left;
  border-radius: 7px;
  margin-bottom: 3%;
  border: 1px solid #ccc;
}

.post:nth-child(2) {
  margin-right: 2%;
}

.post:nth-child(3) {
  margin-right: 0;
}

.post img {
  border-radius: 7px 7px 0 0;
}


.menu {
  margin-top: 0px;
}

.box-cont-form1 {
  float: left;
  width: 96%;
  margin-left: 5px;
  border-top: 2px dotted #62733B;
}

.box-form1 {
  float: left;
  width: 60%;
  padding: 0 2% 2% 2%;

}

.box-form1 h1 {
  font-size: 1.75em;
  margin-top: 50px;
  margin-left: 3%;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #424219;
  font-family: 'Titillium Web', sans-serif;

}

.box-cont-form {
  float: left;
  width: 100%;
  margin-left: 45px;
}

.box-form {
  float: left;
  width: 55%;
  padding: 0 2% 2% 6%;
  border: 1px solid #8C8C6C;
  margin-top: 75px;
  margin-left: 2%;
  border-radius: 8px;
  font-family: 'Lato', sans-serif;
}

.box-form i {
  color: #F22B2B;
  margin-right: 8px;
}

.box-form form {
  margin-left: 2%;
}

.form input,
.form textarea {
  width: 90%;
  margin-bottom: 20px;
  background-color: #deded5;
  color: #000;
  border: 1px solid #BABAA9;
  font-family: 'Lato', sans-serif;
  border-radius: 0;
}

.form textarea {

  min-height: 120px;
  margin-bottom: 20px;

}

.form label {
  width: 100%;
  text-align: left;
  display: block;
  padding-bottom: 10px;
}

.box-form h1 {
  font-size: 1.75em;
  margin-top: 20px;
  margin-left: 3%;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #424219;
  font-family: 'Titillium Web', sans-serif;

}

.form button {
  display: block;
  width: 150px;
  height: 44px;
  padding: 2%;
  background-color: #F22B2B;
  color: #fff;
  border-radius: 22px;
  border: 1px solid #d51717;
  font-size: 1em;
}

.form-control {
  width: 60%;
  background-color: #fff;
  border: 1px solid #62733B;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1em;
}

.contato {
  min-height: 800px;
}

.box-contato {
  float: left;
  width: 38%;
  margin-top: 15px;
}

.display-ct {
  width: 100%;
  border: 1px solid #130400;
  height: 215px;
}

.display-ct2 {
  border: 1px solid #130400;
  height: 225px;
  margin-top: 40px;
}

.contatos {
  width: 95%;
  height: 320px;
  margin-top: 65px;
  padding-top: 0;
  color: #424219;
  font-family: 'Titillium Web', sans-serif;
}

.contatos h2 {
  font-size: 1.25em;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 2px dotted #fff;
}

.contatos h3 {
  font-size: 1.5em;
  text-align: left;
  padding-left: 10px;
  margin: 0;
  background: #f0f0ea;
  width: 100%;
  float: left;
  border: none;
  box-sizing: border-box;
}


.contatos h4 {
  font-size: 1.5em;
  text-align: left;
  padding: 7px 0 10px 10px;
  margin: 0;
  background: #f0f0ea;
  width: 100%;
  float: left;
  border: none;
  box-sizing: border-box;
}

.contatos ul {
  float: left;
  width: 100%;
  min-height: 170px;
  margin-top: 0px;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 7px 2px 0 0;
  list-style: none;
  background: #8C8C6C;
  color: #fff;
  padding: 20px 0;
}

.contatos li {
  font-size: 1.275em;
  margin-left: 0;
  margin-top: 2px;
  text-align: left;
  padding-left: 30px;
}

.contatos li i {
  margin-right: 10px;
}

.box-condition {
  width: 90%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 2%;
  display: flex;
  justify-content: space-between;
}

.box-cond {
  width: 48%;
  float: left;
  margin: 30px 0px 30px 0;
  font-family: 'Titillium Web', sans-serif;
}

.box-cond h2,
h3 {
  font-size: 1.5em;
  color: #032c27;
  text-align: left;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 20px;
  border-width: 1px 1px 1px 10px;
  border-style: solid;
  border-color: #F22B2B;
  width: 100%;
  background: #f0f0ea;
}

.box-cond ul {
  width: 100%;
  height: 150px;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 0;
  list-style: none;
  padding: 20px 0;
  background: #fff;
}

.box-cond ul li {
  font-size: 1.125em;
}

.box-cond p {
  margin-top: 20px;
  width: 80%;
  padding-left: 10px;
}

.container-post {
  width: 100%;
  min-height: 430px;
  padding: 0 0 2% 1%;
}

.content-init {
  width: 100%;
  max-width: 1200px;
  padding: 0 2%;
  margin-bottom: 30px;
  margin-top: 15px;
}

.content-init h1 {
  color: #862568;
  font-size: 1.75em;
  margin-bottom: 20px;
  margin-top: 0;
}

.content-init p {
  font-size: 1.125em;
}

.box-4 {
  width: 25%;
  min-width: 230px;
  float: left;
  padding: 0 15px;
  overflow: hidden;
}

.box {
  display: flex;
  flex-direction: column;
  width: 47%;
  padding: 0 10px;
  margin-bottom: 20px;
  
}

.box-main{
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}


.box-prod {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 60px;
  display: block;
}

.content-post {
  padding: 7%;
}

.content-post a {
  font-size: 1.5em;
  color: #130400;
  font-weight: 700;
}

.content-post h2 {
  font-size: 1em;
  color: #130400;
  margin-top: 2%;
}

.content-post p {
  margin-top: 5%;
  color: #130400;
  line-height: 1.2em;
}

.btn-mais {
  background: #F22B2B;
  padding: 8px 20px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin-top: 15px;
  margin-left: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.btn-mais:hover {
  text-decoration: none;
  background: #900;
  color: #fff;
}

.clear {
  clear: both;
}

.box-550 {
  width: 100%;
  min-height: 630px;
  padding-left: 1%;
}

.box-img-550 {
  width: 50%;
  max-width: 500px;
  height: 500px;
  float: left;
  margin-left: 2%;
  margin-top: 50px;
  background-color: #eee;
}

.box-img-550 img {
  width: 100%;
  max-width: 530px;
}

.box-content-550 {
  width: 40%;
  float: left;
  padding: 2%;
  margin-top: 30px;
  margin-left: 30px;
}

.box-content-550 h1 {
  max-width: 400px;
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #862568;
}

.box-content-550 p {
  font-size: 1.125em;
  margin-top: 20px;
  text-align: left;
}

.box-content-550 ul {
  width: 80%;
  margin: 20px 0 20px 20px;
}

.box-content-550 ul li {
  padding: 3px 0;
  font-size: 1.125em;
}

.box-mapa h2 {
  font-size: 1em;
  color: #222;
  padding-bottom: 15px;
}

.box-mapa h2 i {
  font-size: 1.25em;
}

.mapa {
  width: 450px;
  height: 350px;
  border: 3px solid #BC559C;
  background: #eee;
}

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

.col-80 {
  display: flex;
  justify-content: space-around;
  width: 73%;
  max-width: 1017px;
  min-height: 380px;
  margin-top: 20px;
  margin-left: 7px;
  padding-right: 2%;
}

.article-content {
  padding-left: 10px;
}

.article-content ul {

  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.col-70 {
  width: 65%;
  margin-top: 20px;
  padding-right: 2%;
}

.col-70 h1 {
  font-size: 1.275em;
  margin-bottom: 10px;
  color: #032c27;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  /*font-family: Oswald, tahoma, sans-serif;*/
}

.col-70 h2 {
  color: #677674;
  font-size: 1.125em;
  margin-top: 20px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
}

.col-70 .box-itens {
  width: 100%;
  min-height: 150px;
}

.col-70 .itens {
  float: left;
  margin: 15px 20px 15px 0;
  width: 13%;
  border-radius: 10px;
  text-align: center;
  font-size: 0.875em;
}

.col-70 .itens img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.col-60 {
  margin-top: 20px;
  width: 54%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'Titillium Web', sans-serif;
}

.col-60 h1 {
  font-size: 1.75em;
  border-bottom: 2px solid #424219;
  color: #424219;
}

.col-60 h2 {
  font-size: 1.5em;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #444;
}

.col-60 p {
  font-size: 1.125em;
  margin-top: 0;
}

.col-40 {
  margin-top: 20px;
  width: 45%;
  float: left;
  padding-top: 50px;
  padding-bottom: 50px;
}

.col-40 img {
  width: 95%;
}

.col-30 {
  margin-top: 20px;
  width: 29%;
  padding-top: 25px;
}

.col-30 img {
  width: 100%;
}

.col-25 {
  margin-top: 20px;
  width: 22%;
  padding-top: 25px;

}

.capa {
  box-sizing: border-box;
  padding: 20px 20px 30px 20px;
  width: 100%;
  min-height: 500px;
  border-top: 1px solid #F22B2B;
  border-left: 1px solid #F22B2B;
  border-right: 1px solid #F22B2B;
  border-bottom: 10px solid #F22B2B;
  text-align: center;

}

.capa img {
  width: 100%;
  max-height: 500px;
}

.contat {
  width: 30%;
  height: 130px;
  float: left;
  padding: 3% 0;
  margin: 20px 0 0 25px;
  border-right: 1px solid #F22B2B;
}

.contat p {
  margin: 0 0 8px 30px;
  font-size: 14px;
  color: #9d9d9d;
}

.contat img {
  width: 20px;
  margin-left: 3px;
}

.contat h2,
.contat h3 {
  font-size: 1em;
  margin-bottom: 7px;
  font-family: 'Titillium Web', sans-serif;
  text-transform: uppercase;
  background: none;
  border: 0px;
}

.contat h2 i,
.links h2 i {
  margin-right: 10px;
  font-size: 1.125em;
  color: #F22B2B;
}

.copyright {
  float: left;
  font-size: 12px;
  width: 100%;
  height: 40px;
  color: #a69d96;
  text-align: center;
  border-top: 1px solid #353534;
  padding-top: 15px;
}

.copyright a {
  text-decoration: none;
  color: #a69d96;
}

.box-links {
  width: 74%;
  min-height: 140px;
  float: left;
}

.links {
  width: 30%;
  height: 100px;
  float: left;
  padding: 3% 0;
  margin-left: 20px;
  margin-top: 20px;
}

.links ul {
  list-style: none;
}

.links li {
  padding: 2px 0;
  font-size: 14px;
  margin: 0 0 0 30px;
}

.links h2 {
  font-size: 1em;
  margin-bottom: 7px;
  text-transform: uppercase;
  font-family: 'Titillium Web', sans-serif;
}

.links a {
  color: #9d9d9d;
  text-decoration: none;
}

.links h2 i {
  margin-right: 10px;
  font-size: 1.125em;
}

.box-face {
  margin-top: 10px;
  max-width: 310px;
  height: 150px;
  margin-right: 20px;
  float: right;
  background-color: #bc559c;
}

.face {
  width: 100%;
  margin-left: 5px;
  margin-top: 5px;
}

.face i {
  color: #f2f2f2;
  font-size: 2em;
  margin-right: 10px;
  margin-bottom: 15px;
}

.acess {
  width: 50px;
  height: 50px;
  float: right;
  margin-top: 20px;
}

.acess i {
  color: #f2f2f2;
  font-size: 1.25em;
}


/*############ media 1280 #########################*/


@media screen and (min-width: 1260px) and (max-width: 1370px) {

  /* .container {
    width: 94%;
    margin: 0 auto;
    padding: 0 4% 0 4%;
  } */

  .menu ul li a {
    padding: 30px 10px;
    font-size: 0.875em;
  }
}

@media screen and (min-width: 960px) and (max-width: 1050px) {

  .container-top {
    
  }

  .menu ul li a {
    padding: 15px 4px;
  }

  .box-4 {
    width: 28%;
    min-width: 230px;
    float: left;
    padding: 0 15px;
    overflow: hidden;
  }
}

/*############ media 800 #########################*/

@media screen and (min-width: 801px) and (max-width: 1200px) {

  .top-bar {
    float: left;
    width: 67%;
  }

  .esp {
    display: none;
  }

  .container-top {
   
  }

  .line-top-bar {
    width: 90%;
  }

  .top-bar span {
    font-size: 1em;
  }
}

/*############################################## */

@media screen and (max-width: 800px) {


  .category h1 span {
    padding: 10px;
  }

  .category h1 {
    margin-left: 20px;
    border-bottom: 1px solid #F22B2B;
    width: 95%;
    margin-bottom: 40px;
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    color: #fff;
    line-height: 0;
    text-align: center;
  }

  .box{
    width: 100%;
  }

 
  .header {
  
    height: 200px;
  
  }

  .box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    
  }

  .box-main{
    flex-direction: column;
    padding: 0;
  }

  .col-70,
  .col-30,
  .col-25,
  .col-80 {
    width: 95%;
    padding-left: 2%;
  }

  .col-30 img {
    width: 100%;
  }

  
  .top-header-pages {
    min-height: 200px;
  }

  .top-bar {
    display: none;
  }

  .line1, .line2 {
    flex-direction: column;
  }

  
  .back2 {
    height: auto;
    border-top: none;
  }

  .back2 h1 {
    font-size: 1.375em;
  }

  .box-condition {
    flex-direction: column;
  }

  .line-top-bar {
    width: 100%;
    min-height: 35px;
    margin: 0 auto;
  }

  .num-tel img {
    width: 30px;
  }

  .num-tel {
    float: left;
    width: 49%;
    height: 24px;
    margin-left: 1%;
  }



  .esp {
    display: none;
  }

  .top-name {
 
  }


  .menu-bar, .menu-bar-pages {
    margin-bottom: 15px;
    width: 100%;
    height: 60px;
    margin-left: 0;
    margin-top: -110px;
    background: #ba000d;
    border-radius: 0;
    z-index: 9999;
    opacity: 1;
  }

  .bar-fixed {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }

  .menu {
    background: #900;
    z-index: 9998;
    width: 100%;
    margin: 0;
    border-radius: 0;
    z-index: 9999;
  }

  .menu-mobile {
    display: block;
    width: 30%;
    top: 0;
    background: #ba000d;
    z-index: 10000;
  }

  .menu-mobile i {
    color: #fff;
    margin-right: 5px;
  }

  .menu ul li:hover {
    background: #900;
  }

  .menu-mobile .bt-menu {
    display: block;
    padding: 18px;
    color: #fff;
    overflow: hidden;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
  }

  .menu-mobile a.bt-menu{
    border: 1px solid #9e020d;
    border-radius: 0 0 6px 6px;
  }

  .menu-mobile span {
    float: right;
    font-size: 40px;
  }

  .menu {
    width: 85%;
    height: calc(100% - 80px);
    position: fixed;
    right: 100%;
    margin: 0;
    overflow: scroll;
  }

  .menu ul li {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background: #f4511e;
  }

  .menu ul li a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 15px;
  }

  .menu ul li:hover .children {
    display: none;
  }

  .menu ul li .children {
    width: 100%;
    position: relative;
  }

  .menu ul li .children li a {
    margin-left: 20px;
  }

  .menu ul li .caret {
    float: right;
  }

  .form-control {
    width: 98%;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .btn-search {
    width: 95%;
  }

  .fb {
   
  }

  .box-banner2{
  
  }

  .box-banner {
   
    min-height: 190px;
  }

  .box-banner2 {
  
  }

  .box-4 {
    width: 100%;
    padding: 0;
  }

  .post {
    width: 100%;
  }

  .box-postagem {
    width: 100%;
    min-height: 80px;
    padding: 15px;
  }

 
  .col-70 .itens img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 0 auto;
  }

  .col-60 {
    margin-top: 10px;
    width: 90%;
    padding-top: 20px;
    padding-bottom: 50px;
  }

  .col-40 {
    width: 90%;
    padding-bottom: 20px;
  }

  .col-40 img {
    width: 95%;
  }

  .box-links {
    width: 90%;
    height: 100%;
    float: left;
    padding-top: 20px;
  }

  .copyright {
    margin-left: 15px;
  }

  .line-slide h2 {
    font-family: 'Titillium Web', sans-serif;
    padding-left: 2%;
    margin-top: 1px;
    color: #032c27;
     margin-left: 0;
    margin-bottom: 15px;
    font-size: 1.5em;
    font-weight: 600;
  }

  .line-slide h2 i{
    color: #F22B2B;
    text-align: center;
    display: block;
    width: 100%;
  }

  .category h1 {
    padding-left: 20px;
    margin-top: 50px;
    margin-left: 0;
    width: 82%;
    margin-bottom: 40px;
    font-size: 1.375em;
  }

  .box-prod {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 60px;
    display: block;
  }

  .box-cond {
    width: 100%;
    float: left;
    margin: 30px 20px 30px 0;
    font-family: 'Titillium Web', sans-serif;
  }

  .box-cond h2,
  h3 {
    padding-left: 20px;
    margin-top: 50px;
    margin-left: 0;
    width: 100%;
    margin-bottom: 40px;
    font-size: 1.375em;
  }

  .box-form {
    width: 95%;
    padding: 0 0 4% 1%;
  }

  .box-cont-form {
    margin-left: 0px;
  }

  .box-contato {
    width: 100%;
  }

  .box-form1 {
    float: left;
    width: 96%;
    padding: 0 2% 2% 2%;
  }
}

/* end media queries */

@media screen and (max-width: 620px) {

  .container {
    width: 100%;
    margin: 0 auto;
    
  } 

  .container-top {

  }

  .header {
  
    height: 150px;
 
  }

  .back2 {
    margin-top: 8px;
  }

  .back2 i {
    color: #DFD8CA;
    margin-right: 7px;
    display: none;
    font-size: 41px;
    margin-bottom: 15px;
  }

  .back2 span i{
    display: none;
  }

  
  .back2 h1 {
    padding: 0;
  }

  .box-banner img {
  
  }

  .col-70,
  .col-30,
  .col-25,
  .col-60,
  .col-80 {
    padding: 0;
    width: 100%;
    margin: 0;
  }

  .col-70 .box-itens {
    min-height: 400px;
    padding: 0;
    margin-bottom: 60px;
    display: flex;
    flex-flow: row wrap;
  }

  .col-70 .itens {
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 49%;
    margin: 10px 0;
    float: none;
  }

  .col-70 .itens img {
    width: 60%;
  }

  .fb {
 
    background-color: #f1f1f1;
   
  }

  .box-banner {
 
  }

  .box-banner2 {
   
  }

  .contat{
    height: 90px;
    margin: 20px 0 0 10px;
  }

  .contat,
  .links {
    width: 100%;
    border-right: none;
  }

  .links h2 i{
    font-size: 1em;
  }

  .links{
    margin-left: 10px;
  }

  .acess i{
    color: #0C141D;
  }

  
  .category .title-prod {
    margin-bottom: 80px;
    margin-top: 0;
  }

  .category h1 {
    width: 96%;
  }

  .category h1 span {
    width: 96%;
  }

  .box-prod {
    width: 100%;
    padding-top: 40px;
  }

  .box-4 {
    width: 100%;
  }

  .line-slide {
    margin-top: 0px;
    height: 460px;
  }

  .footer {
    min-height: 385px;
  }

  .box-contato {
    margin-top: 30px;
  }

  .contatos {
    padding-top: 0px;
    margin-top: 0px;
  }

  .contatos h2 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 24px;
  }

  .contatos li {
    font-size: 20px;
  }

  .display-ct {
    height: 218px;
    
  }

  .display-ct2 {
    height: 226px;
  }

  .box-form h1 {
    font-size: 22px
  }

  .form input,
  .form textarea {
    width: 97%;
  }

  .box-artigo {
    margin-top: 100px;
    min-height: 350px;
  }

  .capa {
    min-height: 350px;
  }

  .box-img-artigo {
    width: 100%;
  }

  .box-content-artigo {
    margin-top: 20px;
    width: 100%;
  }

  .box-content-artigo h1 {
    font-size: 22px;
    padding-bottom: 10px;
  }
}