/*CUSTOM CSS*/
.main-title{}
.main-title-sub{}



.TitleHeader {font-family: "Montserrat", sans-serif; font-size:60px;color:#86C232;font-weight:600;line-height:55px;width: inherit;text-transform: uppercase;}

.TitleIB {font-family: "Montserrat", sans-serif;color:#86C232;font-weight:200;line-height:79px;padding-bottom: 0px;}


.TitleIB2 {font-family: 'Roboto', sans-serif; font-size:18px;color:#6B6E70;font-weight:700;line-height:18px;text-transform: uppercase;margin-top:-20px; }

/*CATEGORIAS DO MENU*/
.cat-title{font-family: "Montserrat", sans-serif; font-size: 60px; text-transform: uppercase;color:#86C232; font-weight: 400;}

/*SUB.CATEGORIAS DO MENU*/
.sub-cat-title{}


/*OUTROS TITULO*/
.title{}
/**/


/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .TitleIB{
    font-size: 80px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .TitleIB {
    font-size: 50px;
  }
}